/*!
 * 
 * ant-design-vue v1.6.5
 * 
 * Copyright 2017-present, ant-design-vue.
 * All rights reserved.
 *       
 */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-no-unknown */

html,
body {
  width: 100%;
  height: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: 'tnum';
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #40a9ff;
}

a:active {
  color: #096dd9;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}

a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

mark {
  padding: 0.2em;
  background-color: #feffe6;
}

::-moz-selection {
  color: #fff;
  background: #1890ff;
}

::selection {
  color: #fff;
  background: #1890ff;
}

.clearfix {
  zoom: 1;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}

.clearfix::after {
  clear: both;
}

.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anticon > * {
  line-height: 1;
}

.anticon svg {
  display: inline-block;
}

.anticon::before {
  display: none;
}

.anticon .anticon-icon {
  display: block;
}

.anticon[tabindex] {
  cursor: pointer;
}

.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.fade-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
  animation-name: antFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
  animation-name: antFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fade-leave {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
  animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
  animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
  animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
  animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
  animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
  animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
  animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
  animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

@-webkit-keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

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

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

[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}

html {
  --antd-wave-shadow-color: #1890ff;
}

[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}

@-webkit-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}

@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}

@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
  animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
  animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
  animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
  animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}

@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}

.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
  animation-name: antSwingIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-5px);
  }

  80% {
    transform: translateX(5px);
  }
}

@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-5px);
  }

  80% {
    transform: translateX(5px);
  }
}

.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
  animation-name: antZoomIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
  animation-name: antZoomOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
  animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
  animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
  animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
  animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
  animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
  animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
  animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
  animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
  animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
  animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
  animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
  animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@-webkit-keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes antZoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}

@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}

@-webkit-keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}

@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}

@-webkit-keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}

@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}

@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}

@-webkit-keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}

@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}

@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}

@-webkit-keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}

@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}

@-webkit-keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }

  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

.ant-motion-collapse-legacy {
  overflow: hidden;
}

.ant-motion-collapse-legacy-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-affix {
  position: fixed;
  z-index: 10;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
}

.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}

.ant-alert.ant-alert-closable {
  padding-right: 30px;
}

.ant-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
}

.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}

.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}

.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}

.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}

.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}

.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}

.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}

.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}

.ant-alert-error .ant-alert-icon {
  color: #f5222d;
}

.ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  border-radius: 4px;
}

.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}

.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}

.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  cursor: pointer;
}

.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}

.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}

.ant-alert-with-description .ant-alert-description {
  display: block;
}

.ant-alert.ant-alert-closing {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform-origin: 50% 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-alert-slide-up-leave {
  -webkit-animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

@-webkit-keyframes antAlertSlideUpIn {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes antAlertSlideUpIn {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes antAlertSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes antAlertSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}

.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: #fff;
}

.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #e8e8e8;
  content: ' ';
}

.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1890ff;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}

.ant-anchor-ink-ball.visible {
  display: inline-block;
}

.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}

.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}

.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}

.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}

.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}

.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}

.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 32px;
}

.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-right: 12px;
  margin-left: 12px;
}

.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}

.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}

.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}

.ant-select-auto-complete.ant-select .ant-input {
  height: 32px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px;
}

.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-select-auto-complete.ant-select .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
  background-color: transparent;
}

.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px;
}

.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px;
}

.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
  display: inline;
  float: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: 0;
}

.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}

.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  transform-origin: 50% 50%;
}

.ant-select-arrow > * {
  line-height: 1;
}

.ant-select-arrow svg {
  display: inline-block;
}

.ant-select-arrow::before {
  display: none;
}

.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}

.ant-select-arrow .ant-select-arrow-icon svg {
  transition: transform 0.3s;
}

.ant-select-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-select-selection:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}

.ant-select-selection__clear::before {
  display: block;
}

.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}

.ant-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}

.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  box-shadow: none;
}

.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}

.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}

.ant-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}

.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 24px;
}

.ant-select-no-arrow .ant-select-selection__rendered {
  margin-right: 11px;
}

.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}

.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}

.ant-select-lg {
  font-size: 16px;
}

.ant-select-lg .ant-select-selection--single {
  height: 40px;
}

.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}

.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}

.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}

.ant-select-sm .ant-select-selection--single {
  height: 24px;
}

.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}

.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}

.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}

.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}

.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}

.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}

.ant-select-search__field__wrap {
  position: relative;
  display: inline-block;
}

.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}

.ant-select-search__field__placeholder {
  left: 12px;
}

.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}

.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}

.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}

.ant-select-search--inline > i {
  float: right;
}

.ant-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}

.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}

.ant-select-selection--multiple::after {
  clear: both;
}

.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}

.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%;
  padding: 1px;
}

.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}

.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}

.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}

.ant-select-selection--multiple .ant-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}

.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-select-selection--multiple .ant-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}

.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
  display: none;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}

:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}

.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}

.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
  top: 16px;
}

.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}

.ant-select-open .ant-select-arrow-icon svg {
  transform: rotate(180deg);
}

.ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-select-combobox .ant-select-arrow {
  display: none;
}

.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}

.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}

.ant-select-combobox .ant-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}

.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}

.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-select-dropdown-hidden {
  display: none;
}

.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding: 4px 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}

.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}

.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}

.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}

.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e6f7ff;
}

.ant-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}

.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #e6f7ff;
}

.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}

.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: inline-block;
  color: #1890ff;
}

.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 12px;
}

.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}

.ant-empty-image img {
  height: 100%;
}

.ant-empty-image svg {
  height: 100%;
  margin: auto;
}

.ant-empty-description {
  margin: 0;
}

.ant-empty-footer {
  margin-top: 16px;
}

.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}

.ant-empty-normal .ant-empty-image {
  height: 40px;
}

.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}

.ant-empty-small .ant-empty-image {
  height: 35px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}

.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}

.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}

.ant-input-group-wrap > * {
  display: block !important;
}

.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}

.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}

.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}

.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}

.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}

.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}

.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #1890ff;
}

.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-input-group-addon:first-child {
  border-right: 0;
}

.ant-input-group-addon:last-child {
  border-left: 0;
}

.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}

.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}

.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}

.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}

.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}

.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}

.ant-input-group.ant-input-group-compact::after {
  clear: both;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}

.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}

.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}

.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}

.ant-input-affix-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}

.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  transform: translateY(-50%);
}

.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}

.ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}

.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}

.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}

.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px;
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
  padding-right: 22px;
}

.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}

.ant-input-password-icon:hover {
  color: #333;
}

.ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  vertical-align: 0;
}

.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}

.ant-input-clear-icon + i {
  margin-left: 6px;
}

.ant-input-textarea-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}

.ant-input-textarea-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-input-textarea-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}

.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}

.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}

.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}

.ant-input-search-enter-button input {
  border-right: 0;
}

.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}

.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-btn > .anticon {
  line-height: 1;
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}

.ant-btn:not([disabled]):hover {
  text-decoration: none;
}

.ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}

.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}

.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}

.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}

.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}

.ant-btn > a:only-child {
  color: currentColor;
}

.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:hover,
.ant-btn:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}

.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}

.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:active,
.ant-btn.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}

.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}

.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff;
}

.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}

.ant-btn-primary {
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}

.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}

.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}

.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}

.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}

.ant-btn-ghost > a:only-child {
  color: currentColor;
}

.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}

.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}

.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}

.ant-btn-dashed > a:only-child {
  color: currentColor;
}

.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #40a9ff;
  background-color: #fff;
  border-color: #40a9ff;
}

.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #096dd9;
  background-color: #fff;
  border-color: #096dd9;
}

.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}

.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}

.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}

.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}

.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:active,
.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}

.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}

.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}

.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
}

.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 4px;
}

.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
}

.ant-btn-icon-only > i {
  vertical-align: middle;
}

.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 32px;
}

.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 40px;
}

.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px;
}

.ant-btn-round.ant-btn-icon-only {
  width: auto;
}

.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}

.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}

.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}

.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}

.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}

.ant-btn.ant-btn-loading {
  position: relative;
}

.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}

.ant-btn.ant-btn-loading::before {
  display: block;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}

.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}

.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}

.ant-btn-group {
  position: relative;
  display: inline-block;
}

.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}

.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}

.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}

.ant-btn-group > .ant-btn-icon-only {
  font-size: 14px;
}

.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  line-height: 38px;
}

.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}

.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  line-height: 22px;
}

.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}

.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}

.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}

.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}

.ant-btn-group .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}

.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}

.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}

.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}

.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-btn-group > .ant-btn-group {
  float: left;
}

.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}

.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}

.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}

.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}

.ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  background-color: transparent;
  border-color: #1890ff;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: #40a9ff;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #096dd9;
  background-color: transparent;
  border-color: #096dd9;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-link {
  color: #1890ff;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}

.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #40a9ff;
  background-color: transparent;
  border-color: transparent;
}

.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #096dd9;
  background-color: transparent;
  border-color: transparent;
}

.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}

.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}

.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}

.ant-btn-block {
  width: 100%;
}

.ant-btn:empty {
  vertical-align: top;
}

a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}

a.ant-btn-lg {
  line-height: 38px;
}

a.ant-btn-sm {
  line-height: 22px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}

.ant-avatar-image {
  background: transparent;
}

.ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}

.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}

.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}

.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}

.ant-avatar-square {
  border-radius: 4px;
}

.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-back-top-icon {
  width: 14px;
  height: 16px;
  margin: 12px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}

@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}

@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  color: unset;
  line-height: 1;
}

.ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #f5222d;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}

.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}

.ant-badge-multiple-words {
  padding: 0 8px;
}

.ant-badge-dot {
  z-index: auto;
  width: 6px;
  height: 6px;
  background: #f5222d;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}

.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}

.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}

.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}

.ant-badge-status-success {
  background-color: #52c41a;
}

.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}

.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}

.ant-badge-status-default {
  background-color: #d9d9d9;
}

.ant-badge-status-error {
  background-color: #f5222d;
}

.ant-badge-status-warning {
  background-color: #faad14;
}

.ant-badge-status-pink {
  background: #eb2f96;
}

.ant-badge-status-magenta {
  background: #eb2f96;
}

.ant-badge-status-red {
  background: #f5222d;
}

.ant-badge-status-volcano {
  background: #fa541c;
}

.ant-badge-status-orange {
  background: #fa8c16;
}

.ant-badge-status-yellow {
  background: #fadb14;
}

.ant-badge-status-gold {
  background: #faad14;
}

.ant-badge-status-cyan {
  background: #13c2c2;
}

.ant-badge-status-lime {
  background: #a0d911;
}

.ant-badge-status-green {
  background: #52c41a;
}

.ant-badge-status-blue {
  background: #1890ff;
}

.ant-badge-status-geekblue {
  background: #2f54eb;
}

.ant-badge-status-purple {
  background: #722ed1;
}

.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.ant-badge-dot-status {
  line-height: 1;
}

.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}

.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
}

.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}

@-webkit-keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.ant-scroll-number {
  overflow: hidden;
}

.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
}

.ant-scroll-number-symbol {
  vertical-align: top;
}

@-webkit-keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(50%, -50%);
  }
}

@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(50%, -50%);
  }
}

@-webkit-keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }

  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}

@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }

  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-breadcrumb .anticon {
  font-size: 14px;
}

.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.ant-breadcrumb a:hover {
  color: #40a9ff;
}

.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}

.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.65);
}

.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}

.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}

.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}

.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
  zoom: 1;
}

.ant-menu::before,
.ant-menu::after {
  display: table;
  content: '';
}

.ant-menu::after {
  clear: both;
}

.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-menu-hidden {
  display: none;
}

.ant-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
}

.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-selected {
  color: #1890ff;
}

.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f7ff;
}

.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}

.ant-menu-item > a:hover {
  color: #1890ff;
}

.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}

.ant-menu-item > .ant-badge > a {
  color: rgba(0, 0, 0, 0.65);
}

.ant-menu-item > .ant-badge > a:hover {
  color: #1890ff;
}

.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}

.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #1890ff;
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}

.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}

.ant-menu-item-selected {
  color: #1890ff;
}

.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #1890ff;
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}

.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}

.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  transform-origin: 0 0;
}

.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}

.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}

.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}

.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}

.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}

.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
  border-radius: 4px;
}

.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}

.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}

.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}

.ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.65) \9;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: none \9;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2px);
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2px);
}

.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: linear-gradient(to right, #1890ff, #1890ff);
}

.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2px);
}

.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2px);
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2px);
}

.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2px);
}

.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}

.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #1890ff;
}

.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}

.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}

.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}

.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}

.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #1890ff;
}

.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}

.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #1890ff;
}

.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}

.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}

.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}

.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}

.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}

.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}

.ant-menu-inline {
  width: 100%;
}

.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}

.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}

.ant-menu-inline-collapsed {
  width: 80px;
}

.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  text-overflow: clip;
}

.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}

.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}

.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}

.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}

.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}

.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}

.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}

.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  box-shadow: none;
}

.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}

.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}

.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}

.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}

.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}

.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}

.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}

.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}

.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}

.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}

.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #001529;
  border-bottom: 0;
}

.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}

.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}

.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}

.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}

.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}

.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}

.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
  background: #fff;
}

.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}

.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}

.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}

.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}

.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}

.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}

.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}

.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}

.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}

.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}

.ant-tooltip-hidden {
  display: none;
}

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}

.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.ant-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}

.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}

.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}

.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}

.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}

.ant-dropdown-wrap {
  position: relative;
}

.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}

.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}

.ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}

.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}

.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}

.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}

.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}

.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  transform-origin: 0 0;
}

.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}

.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
  padding: 0;
}

.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}

.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}

.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #1890ff;
  background-color: #e6f7ff;
}

.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #e6f7ff;
}

.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}

.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}

.ant-dropdown-menu-submenu-vertical {
  position: relative;
}

.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}

.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}

.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}

.ant-dropdown-button {
  white-space: nowrap;
}

.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}

.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-fullcalendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid #d9d9d9;
  outline: none;
}

.ant-select.ant-fullcalendar-year-select {
  min-width: 90px;
}

.ant-select.ant-fullcalendar-year-select.ant-select-sm {
  min-width: 70px;
}

.ant-select.ant-fullcalendar-month-select {
  min-width: 80px;
  margin-left: 8px;
}

.ant-select.ant-fullcalendar-month-select.ant-select-sm {
  min-width: 70px;
}

.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}

.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}

.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}

.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  padding: 0 10px;
  line-height: 20px;
}

.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}

.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}

.ant-fullcalendar table {
  width: 100%;
  max-width: 100%;
  height: 256px;
  background-color: transparent;
  border-collapse: collapse;
}

.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}

.ant-fullcalendar td {
  position: relative;
}

.ant-fullcalendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}

.ant-fullcalendar-column-header {
  width: 33px;
  padding: 0;
  line-height: 18px;
  text-align: center;
}

.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}

.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}

.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  transition: all 0.3s;
}

.ant-fullcalendar-value {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  transition: all 0.3s;
}

.ant-fullcalendar-value:hover {
  background: #e6f7ff;
  cursor: pointer;
}

.ant-fullcalendar-value:active {
  color: #fff;
  background: #1890ff;
}

.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}

.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  box-shadow: 0 0 0 1px #1890ff inset;
}

.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #1890ff;
}

.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}

.ant-fullcalendar-month-panel-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.ant-fullcalendar-content {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
}

.ant-fullcalendar-fullscreen {
  border-top: 0;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 32px;
  line-height: 30px;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  display: block;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  border-top: 2px solid #e8e8e8;
  transition: background 0.3s;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #bae7ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  padding-right: 12px;
  padding-bottom: 5px;
  text-align: right;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  width: auto;
  text-align: right;
  background: transparent;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65);
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  background: transparent;
  border-top-color: #1890ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  box-shadow: none;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #e6f7ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #1890ff;
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}

.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  position: static;
  width: auto;
  height: 88px;
  overflow-y: auto;
}

.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}

.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}

.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  cursor: not-allowed;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}

.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}

.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff;
}

.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}

.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
  animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: '';
}

.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}

.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  transition: all 0.3s;
}

.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}

.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}

.ant-radio-checked .ant-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}

.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}

.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}

.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}

.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}

.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}

.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  content: '';
}

.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
}

.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}

.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}

.ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}

.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}

.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
  box-shadow: -1px 0 0 0 #1890ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1890ff !important;
  opacity: 0.1;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff;
  box-shadow: none !important;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
  box-shadow: -1px 0 0 0 #40a9ff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
  box-shadow: -1px 0 0 0 #096dd9;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(24, 144, 255, 0.06);
}

.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}

@-webkit-keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

.ant-card-hoverable {
  cursor: pointer;
}

.ant-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.ant-card-bordered {
  border: 1px solid #e8e8e8;
}

.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  zoom: 1;
}

.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: '';
}

.ant-card-head::after {
  clear: both;
}

.ant-card-head-wrapper {
  display: flex;
  align-items: center;
}

.ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}

.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}

.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}

.ant-card-body {
  padding: 24px;
  zoom: 1;
}

.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: '';
}

.ant-card-body::after {
  clear: both;
}

.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}

.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  transition: all 0.3s;
}

.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}

.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}

.ant-card-cover > * {
  display: block;
  width: 100%;
}

.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}

.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  zoom: 1;
}

.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: '';
}

.ant-card-actions::after {
  clear: both;
}

.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}

.ant-card-actions > li > span:hover {
  color: #1890ff;
  transition: color 0.3s;
}

.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}

.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #1890ff;
}

.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}

.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}

.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}

.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}

.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}

.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}

.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}

.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: '';
}

.ant-card-meta::after {
  clear: both;
}

.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}

.ant-card-meta-detail {
  overflow: hidden;
}

.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}

.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}

.ant-card-loading {
  overflow: hidden;
}

.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-card-loading-content p {
  margin: 0;
}

.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
  animation: card-loading 1.4s ease infinite;
}

@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}

.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}

.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}

.ant-card-small > .ant-card-body {
  padding: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 40px;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
  visibility: hidden;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 40px;
  margin: 0;
  margin-right: 2px;
  padding: 0 16px;
  line-height: 38px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 40px;
  color: #1890ff;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active::before {
  border-top: 2px solid transparent;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #1890ff;
  color: rgba(0, 0, 0, 0.25);
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
  transition: all 0.3s;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane {
  transition: none !important;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}

.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}

.ant-tabs-extra-content {
  line-height: 45px;
}

.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ant-tabs.ant-tabs-large .ant-tabs-extra-content {
  line-height: 56px;
}

.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 37px;
}

.ant-tabs.ant-tabs-card .ant-tabs-extra-content {
  line-height: 40px;
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: 100%;
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}

.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}

.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}

.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #1890ff;
}

.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: '';
}

.ant-tabs::after {
  clear: both;
}

.ant-tabs-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 0;
  height: 2px;
  background-color: #1890ff;
  transform-origin: 0 0;
}

.ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs-nav-container {
  position: relative;
  box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}

.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: '';
}

.ant-tabs-nav-container::after {
  clear: both;
}

.ant-tabs-nav-container-scrolling {
  padding-right: 32px;
  padding-left: 32px;
}

.ant-tabs-bottom .ant-tabs-bottom-bar {
  margin-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}

.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
  top: 1px;
  bottom: auto;
}

.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0;
}

.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}

.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}

.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  transform: translate(-50%, -50%);
}

.ant-tabs-tab-prev-icon-target,
.ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}

:root .ant-tabs-tab-prev-icon-target,
:root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}

.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}

.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}

.ant-tabs-tab-next {
  right: 2px;
}

.ant-tabs-tab-prev {
  left: 0;
}

:root .ant-tabs-tab-prev {
  filter: none;
}

.ant-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden;
}

.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}

.ant-tabs-nav {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs-nav::before,
.ant-tabs-nav::after {
  display: table;
  content: ' ';
}

.ant-tabs-nav::after {
  clear: both;
}

.ant-tabs-nav .ant-tabs-tab {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs-nav .ant-tabs-tab::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 2px solid transparent;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}

.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}

.ant-tabs-nav .ant-tabs-tab:hover {
  color: #40a9ff;
}

.ant-tabs-nav .ant-tabs-tab:active {
  color: #096dd9;
}

.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}

.ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  font-weight: 500;
}

.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 16px;
}

.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}

.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px;
}

.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}

.ant-tabs-content::before {
  display: block;
  overflow: hidden;
  content: '';
}

.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%;
}

.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  transition: opacity 0.45s;
}

.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}

.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  display: flex;
  flex-direction: row;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: margin-left;
}

.ant-tabs .ant-tabs-left-bar,
.ant-tabs .ant-tabs-right-bar {
  height: 100%;
  border-bottom: 0;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
  display: block;
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,
.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
  text-align: center;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
  width: auto;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  height: 100%;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
  width: 100%;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: 0;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}

.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden;
}

.ant-tabs .ant-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}

.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px;
}

.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}

.ant-tabs .ant-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8;
}

.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px;
}

.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}

.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px;
}

.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}

.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.no-flex > .ant-tabs-content > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  transform: none !important;
}

.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}

.ant-tabs-left-content > .ant-tabs-content-animated,
.ant-tabs-right-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  transform: none !important;
}

.ant-tabs-left-content > .ant-tabs-tabpane-inactive,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.ant-tabs-left-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  box-sizing: border-box;
}

.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}

.ant-row::after {
  clear: both;
}

.ant-row + .ant-row::before {
  clear: both;
}

.ant-row-flex {
  display: flex;
  flex-flow: row wrap;
}

.ant-row-flex::before,
.ant-row-flex::after {
  display: flex;
}

.ant-row-flex-start {
  justify-content: flex-start;
}

.ant-row-flex-center {
  justify-content: center;
}

.ant-row-flex-end {
  justify-content: flex-end;
}

.ant-row-flex-space-between {
  justify-content: space-between;
}

.ant-row-flex-space-around {
  justify-content: space-around;
}

.ant-row-flex-top {
  align-items: flex-start;
}

.ant-row-flex-middle {
  align-items: center;
}

.ant-row-flex-bottom {
  align-items: flex-end;
}

.ant-col {
  position: relative;
  min-height: 1px;
}

.ant-col-1,
.ant-col-xs-1,
.ant-col-sm-1,
.ant-col-md-1,
.ant-col-lg-1,
.ant-col-2,
.ant-col-xs-2,
.ant-col-sm-2,
.ant-col-md-2,
.ant-col-lg-2,
.ant-col-3,
.ant-col-xs-3,
.ant-col-sm-3,
.ant-col-md-3,
.ant-col-lg-3,
.ant-col-4,
.ant-col-xs-4,
.ant-col-sm-4,
.ant-col-md-4,
.ant-col-lg-4,
.ant-col-5,
.ant-col-xs-5,
.ant-col-sm-5,
.ant-col-md-5,
.ant-col-lg-5,
.ant-col-6,
.ant-col-xs-6,
.ant-col-sm-6,
.ant-col-md-6,
.ant-col-lg-6,
.ant-col-7,
.ant-col-xs-7,
.ant-col-sm-7,
.ant-col-md-7,
.ant-col-lg-7,
.ant-col-8,
.ant-col-xs-8,
.ant-col-sm-8,
.ant-col-md-8,
.ant-col-lg-8,
.ant-col-9,
.ant-col-xs-9,
.ant-col-sm-9,
.ant-col-md-9,
.ant-col-lg-9,
.ant-col-10,
.ant-col-xs-10,
.ant-col-sm-10,
.ant-col-md-10,
.ant-col-lg-10,
.ant-col-11,
.ant-col-xs-11,
.ant-col-sm-11,
.ant-col-md-11,
.ant-col-lg-11,
.ant-col-12,
.ant-col-xs-12,
.ant-col-sm-12,
.ant-col-md-12,
.ant-col-lg-12,
.ant-col-13,
.ant-col-xs-13,
.ant-col-sm-13,
.ant-col-md-13,
.ant-col-lg-13,
.ant-col-14,
.ant-col-xs-14,
.ant-col-sm-14,
.ant-col-md-14,
.ant-col-lg-14,
.ant-col-15,
.ant-col-xs-15,
.ant-col-sm-15,
.ant-col-md-15,
.ant-col-lg-15,
.ant-col-16,
.ant-col-xs-16,
.ant-col-sm-16,
.ant-col-md-16,
.ant-col-lg-16,
.ant-col-17,
.ant-col-xs-17,
.ant-col-sm-17,
.ant-col-md-17,
.ant-col-lg-17,
.ant-col-18,
.ant-col-xs-18,
.ant-col-sm-18,
.ant-col-md-18,
.ant-col-lg-18,
.ant-col-19,
.ant-col-xs-19,
.ant-col-sm-19,
.ant-col-md-19,
.ant-col-lg-19,
.ant-col-20,
.ant-col-xs-20,
.ant-col-sm-20,
.ant-col-md-20,
.ant-col-lg-20,
.ant-col-21,
.ant-col-xs-21,
.ant-col-sm-21,
.ant-col-md-21,
.ant-col-lg-21,
.ant-col-22,
.ant-col-xs-22,
.ant-col-sm-22,
.ant-col-md-22,
.ant-col-lg-22,
.ant-col-23,
.ant-col-xs-23,
.ant-col-sm-23,
.ant-col-md-23,
.ant-col-lg-23,
.ant-col-24,
.ant-col-xs-24,
.ant-col-sm-24,
.ant-col-md-24,
.ant-col-lg-24 {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.ant-col-1,
.ant-col-2,
.ant-col-3,
.ant-col-4,
.ant-col-5,
.ant-col-6,
.ant-col-7,
.ant-col-8,
.ant-col-9,
.ant-col-10,
.ant-col-11,
.ant-col-12,
.ant-col-13,
.ant-col-14,
.ant-col-15,
.ant-col-16,
.ant-col-17,
.ant-col-18,
.ant-col-19,
.ant-col-20,
.ant-col-21,
.ant-col-22,
.ant-col-23,
.ant-col-24 {
  flex: 0 0 auto;
  float: left;
}

.ant-col-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.ant-col-push-24 {
  left: 100%;
}

.ant-col-pull-24 {
  right: 100%;
}

.ant-col-offset-24 {
  margin-left: 100%;
}

.ant-col-order-24 {
  order: 24;
}

.ant-col-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}

.ant-col-push-23 {
  left: 95.83333333%;
}

.ant-col-pull-23 {
  right: 95.83333333%;
}

.ant-col-offset-23 {
  margin-left: 95.83333333%;
}

.ant-col-order-23 {
  order: 23;
}

.ant-col-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}

.ant-col-push-22 {
  left: 91.66666667%;
}

.ant-col-pull-22 {
  right: 91.66666667%;
}

.ant-col-offset-22 {
  margin-left: 91.66666667%;
}

.ant-col-order-22 {
  order: 22;
}

.ant-col-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}

.ant-col-push-21 {
  left: 87.5%;
}

.ant-col-pull-21 {
  right: 87.5%;
}

.ant-col-offset-21 {
  margin-left: 87.5%;
}

.ant-col-order-21 {
  order: 21;
}

.ant-col-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}

.ant-col-push-20 {
  left: 83.33333333%;
}

.ant-col-pull-20 {
  right: 83.33333333%;
}

.ant-col-offset-20 {
  margin-left: 83.33333333%;
}

.ant-col-order-20 {
  order: 20;
}

.ant-col-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}

.ant-col-push-19 {
  left: 79.16666667%;
}

.ant-col-pull-19 {
  right: 79.16666667%;
}

.ant-col-offset-19 {
  margin-left: 79.16666667%;
}

.ant-col-order-19 {
  order: 19;
}

.ant-col-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}

.ant-col-push-18 {
  left: 75%;
}

.ant-col-pull-18 {
  right: 75%;
}

.ant-col-offset-18 {
  margin-left: 75%;
}

.ant-col-order-18 {
  order: 18;
}

.ant-col-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}

.ant-col-push-17 {
  left: 70.83333333%;
}

.ant-col-pull-17 {
  right: 70.83333333%;
}

.ant-col-offset-17 {
  margin-left: 70.83333333%;
}

.ant-col-order-17 {
  order: 17;
}

.ant-col-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}

.ant-col-push-16 {
  left: 66.66666667%;
}

.ant-col-pull-16 {
  right: 66.66666667%;
}

.ant-col-offset-16 {
  margin-left: 66.66666667%;
}

.ant-col-order-16 {
  order: 16;
}

.ant-col-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}

.ant-col-push-15 {
  left: 62.5%;
}

.ant-col-pull-15 {
  right: 62.5%;
}

.ant-col-offset-15 {
  margin-left: 62.5%;
}

.ant-col-order-15 {
  order: 15;
}

.ant-col-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}

.ant-col-push-14 {
  left: 58.33333333%;
}

.ant-col-pull-14 {
  right: 58.33333333%;
}

.ant-col-offset-14 {
  margin-left: 58.33333333%;
}

.ant-col-order-14 {
  order: 14;
}

.ant-col-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}

.ant-col-push-13 {
  left: 54.16666667%;
}

.ant-col-pull-13 {
  right: 54.16666667%;
}

.ant-col-offset-13 {
  margin-left: 54.16666667%;
}

.ant-col-order-13 {
  order: 13;
}

.ant-col-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}

.ant-col-push-12 {
  left: 50%;
}

.ant-col-pull-12 {
  right: 50%;
}

.ant-col-offset-12 {
  margin-left: 50%;
}

.ant-col-order-12 {
  order: 12;
}

.ant-col-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}

.ant-col-push-11 {
  left: 45.83333333%;
}

.ant-col-pull-11 {
  right: 45.83333333%;
}

.ant-col-offset-11 {
  margin-left: 45.83333333%;
}

.ant-col-order-11 {
  order: 11;
}

.ant-col-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}

.ant-col-push-10 {
  left: 41.66666667%;
}

.ant-col-pull-10 {
  right: 41.66666667%;
}

.ant-col-offset-10 {
  margin-left: 41.66666667%;
}

.ant-col-order-10 {
  order: 10;
}

.ant-col-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}

.ant-col-push-9 {
  left: 37.5%;
}

.ant-col-pull-9 {
  right: 37.5%;
}

.ant-col-offset-9 {
  margin-left: 37.5%;
}

.ant-col-order-9 {
  order: 9;
}

.ant-col-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}

.ant-col-push-8 {
  left: 33.33333333%;
}

.ant-col-pull-8 {
  right: 33.33333333%;
}

.ant-col-offset-8 {
  margin-left: 33.33333333%;
}

.ant-col-order-8 {
  order: 8;
}

.ant-col-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}

.ant-col-push-7 {
  left: 29.16666667%;
}

.ant-col-pull-7 {
  right: 29.16666667%;
}

.ant-col-offset-7 {
  margin-left: 29.16666667%;
}

.ant-col-order-7 {
  order: 7;
}

.ant-col-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}

.ant-col-push-6 {
  left: 25%;
}

.ant-col-pull-6 {
  right: 25%;
}

.ant-col-offset-6 {
  margin-left: 25%;
}

.ant-col-order-6 {
  order: 6;
}

.ant-col-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}

.ant-col-push-5 {
  left: 20.83333333%;
}

.ant-col-pull-5 {
  right: 20.83333333%;
}

.ant-col-offset-5 {
  margin-left: 20.83333333%;
}

.ant-col-order-5 {
  order: 5;
}

.ant-col-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}

.ant-col-push-4 {
  left: 16.66666667%;
}

.ant-col-pull-4 {
  right: 16.66666667%;
}

.ant-col-offset-4 {
  margin-left: 16.66666667%;
}

.ant-col-order-4 {
  order: 4;
}

.ant-col-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}

.ant-col-push-3 {
  left: 12.5%;
}

.ant-col-pull-3 {
  right: 12.5%;
}

.ant-col-offset-3 {
  margin-left: 12.5%;
}

.ant-col-order-3 {
  order: 3;
}

.ant-col-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}

.ant-col-push-2 {
  left: 8.33333333%;
}

.ant-col-pull-2 {
  right: 8.33333333%;
}

.ant-col-offset-2 {
  margin-left: 8.33333333%;
}

.ant-col-order-2 {
  order: 2;
}

.ant-col-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}

.ant-col-push-1 {
  left: 4.16666667%;
}

.ant-col-pull-1 {
  right: 4.16666667%;
}

.ant-col-offset-1 {
  margin-left: 4.16666667%;
}

.ant-col-order-1 {
  order: 1;
}

.ant-col-0 {
  display: none;
}

.ant-col-push-0 {
  left: auto;
}

.ant-col-pull-0 {
  right: auto;
}

.ant-col-push-0 {
  left: auto;
}

.ant-col-pull-0 {
  right: auto;
}

.ant-col-offset-0 {
  margin-left: 0;
}

.ant-col-order-0 {
  order: 0;
}

.ant-col-xs-1,
.ant-col-xs-2,
.ant-col-xs-3,
.ant-col-xs-4,
.ant-col-xs-5,
.ant-col-xs-6,
.ant-col-xs-7,
.ant-col-xs-8,
.ant-col-xs-9,
.ant-col-xs-10,
.ant-col-xs-11,
.ant-col-xs-12,
.ant-col-xs-13,
.ant-col-xs-14,
.ant-col-xs-15,
.ant-col-xs-16,
.ant-col-xs-17,
.ant-col-xs-18,
.ant-col-xs-19,
.ant-col-xs-20,
.ant-col-xs-21,
.ant-col-xs-22,
.ant-col-xs-23,
.ant-col-xs-24 {
  flex: 0 0 auto;
  float: left;
}

.ant-col-xs-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.ant-col-xs-push-24 {
  left: 100%;
}

.ant-col-xs-pull-24 {
  right: 100%;
}

.ant-col-xs-offset-24 {
  margin-left: 100%;
}

.ant-col-xs-order-24 {
  order: 24;
}

.ant-col-xs-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}

.ant-col-xs-push-23 {
  left: 95.83333333%;
}

.ant-col-xs-pull-23 {
  right: 95.83333333%;
}

.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.ant-col-xs-order-23 {
  order: 23;
}

.ant-col-xs-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}

.ant-col-xs-push-22 {
  left: 91.66666667%;
}

.ant-col-xs-pull-22 {
  right: 91.66666667%;
}

.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.ant-col-xs-order-22 {
  order: 22;
}

.ant-col-xs-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}

.ant-col-xs-push-21 {
  left: 87.5%;
}

.ant-col-xs-pull-21 {
  right: 87.5%;
}

.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}

.ant-col-xs-order-21 {
  order: 21;
}

.ant-col-xs-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}

.ant-col-xs-push-20 {
  left: 83.33333333%;
}

.ant-col-xs-pull-20 {
  right: 83.33333333%;
}

.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.ant-col-xs-order-20 {
  order: 20;
}

.ant-col-xs-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}

.ant-col-xs-push-19 {
  left: 79.16666667%;
}

.ant-col-xs-pull-19 {
  right: 79.16666667%;
}

.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.ant-col-xs-order-19 {
  order: 19;
}

.ant-col-xs-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}

.ant-col-xs-push-18 {
  left: 75%;
}

.ant-col-xs-pull-18 {
  right: 75%;
}

.ant-col-xs-offset-18 {
  margin-left: 75%;
}

.ant-col-xs-order-18 {
  order: 18;
}

.ant-col-xs-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}

.ant-col-xs-push-17 {
  left: 70.83333333%;
}

.ant-col-xs-pull-17 {
  right: 70.83333333%;
}

.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.ant-col-xs-order-17 {
  order: 17;
}

.ant-col-xs-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}

.ant-col-xs-push-16 {
  left: 66.66666667%;
}

.ant-col-xs-pull-16 {
  right: 66.66666667%;
}

.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.ant-col-xs-order-16 {
  order: 16;
}

.ant-col-xs-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}

.ant-col-xs-push-15 {
  left: 62.5%;
}

.ant-col-xs-pull-15 {
  right: 62.5%;
}

.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}

.ant-col-xs-order-15 {
  order: 15;
}

.ant-col-xs-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}

.ant-col-xs-push-14 {
  left: 58.33333333%;
}

.ant-col-xs-pull-14 {
  right: 58.33333333%;
}

.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.ant-col-xs-order-14 {
  order: 14;
}

.ant-col-xs-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}

.ant-col-xs-push-13 {
  left: 54.16666667%;
}

.ant-col-xs-pull-13 {
  right: 54.16666667%;
}

.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.ant-col-xs-order-13 {
  order: 13;
}

.ant-col-xs-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}

.ant-col-xs-push-12 {
  left: 50%;
}

.ant-col-xs-pull-12 {
  right: 50%;
}

.ant-col-xs-offset-12 {
  margin-left: 50%;
}

.ant-col-xs-order-12 {
  order: 12;
}

.ant-col-xs-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}

.ant-col-xs-push-11 {
  left: 45.83333333%;
}

.ant-col-xs-pull-11 {
  right: 45.83333333%;
}

.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.ant-col-xs-order-11 {
  order: 11;
}

.ant-col-xs-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}

.ant-col-xs-push-10 {
  left: 41.66666667%;
}

.ant-col-xs-pull-10 {
  right: 41.66666667%;
}

.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.ant-col-xs-order-10 {
  order: 10;
}

.ant-col-xs-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}

.ant-col-xs-push-9 {
  left: 37.5%;
}

.ant-col-xs-pull-9 {
  right: 37.5%;
}

.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}

.ant-col-xs-order-9 {
  order: 9;
}

.ant-col-xs-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}

.ant-col-xs-push-8 {
  left: 33.33333333%;
}

.ant-col-xs-pull-8 {
  right: 33.33333333%;
}

.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.ant-col-xs-order-8 {
  order: 8;
}

.ant-col-xs-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}

.ant-col-xs-push-7 {
  left: 29.16666667%;
}

.ant-col-xs-pull-7 {
  right: 29.16666667%;
}

.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.ant-col-xs-order-7 {
  order: 7;
}

.ant-col-xs-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}

.ant-col-xs-push-6 {
  left: 25%;
}

.ant-col-xs-pull-6 {
  right: 25%;
}

.ant-col-xs-offset-6 {
  margin-left: 25%;
}

.ant-col-xs-order-6 {
  order: 6;
}

.ant-col-xs-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}

.ant-col-xs-push-5 {
  left: 20.83333333%;
}

.ant-col-xs-pull-5 {
  right: 20.83333333%;
}

.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.ant-col-xs-order-5 {
  order: 5;
}

.ant-col-xs-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}

.ant-col-xs-push-4 {
  left: 16.66666667%;
}

.ant-col-xs-pull-4 {
  right: 16.66666667%;
}

.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.ant-col-xs-order-4 {
  order: 4;
}

.ant-col-xs-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}

.ant-col-xs-push-3 {
  left: 12.5%;
}

.ant-col-xs-pull-3 {
  right: 12.5%;
}

.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}

.ant-col-xs-order-3 {
  order: 3;
}

.ant-col-xs-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}

.ant-col-xs-push-2 {
  left: 8.33333333%;
}

.ant-col-xs-pull-2 {
  right: 8.33333333%;
}

.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.ant-col-xs-order-2 {
  order: 2;
}

.ant-col-xs-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}

.ant-col-xs-push-1 {
  left: 4.16666667%;
}

.ant-col-xs-pull-1 {
  right: 4.16666667%;
}

.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.ant-col-xs-order-1 {
  order: 1;
}

.ant-col-xs-0 {
  display: none;
}

.ant-col-push-0 {
  left: auto;
}

.ant-col-pull-0 {
  right: auto;
}

.ant-col-xs-push-0 {
  left: auto;
}

.ant-col-xs-pull-0 {
  right: auto;
}

.ant-col-xs-offset-0 {
  margin-left: 0;
}

.ant-col-xs-order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .ant-col-sm-1,
  .ant-col-sm-2,
  .ant-col-sm-3,
  .ant-col-sm-4,
  .ant-col-sm-5,
  .ant-col-sm-6,
  .ant-col-sm-7,
  .ant-col-sm-8,
  .ant-col-sm-9,
  .ant-col-sm-10,
  .ant-col-sm-11,
  .ant-col-sm-12,
  .ant-col-sm-13,
  .ant-col-sm-14,
  .ant-col-sm-15,
  .ant-col-sm-16,
  .ant-col-sm-17,
  .ant-col-sm-18,
  .ant-col-sm-19,
  .ant-col-sm-20,
  .ant-col-sm-21,
  .ant-col-sm-22,
  .ant-col-sm-23,
  .ant-col-sm-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-sm-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-sm-push-24 {
    left: 100%;
  }

  .ant-col-sm-pull-24 {
    right: 100%;
  }

  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }

  .ant-col-sm-order-24 {
    order: 24;
  }

  .ant-col-sm-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }

  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-sm-order-23 {
    order: 23;
  }

  .ant-col-sm-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }

  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-sm-order-22 {
    order: 22;
  }

  .ant-col-sm-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-sm-push-21 {
    left: 87.5%;
  }

  .ant-col-sm-pull-21 {
    right: 87.5%;
  }

  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-sm-order-21 {
    order: 21;
  }

  .ant-col-sm-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }

  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-sm-order-20 {
    order: 20;
  }

  .ant-col-sm-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }

  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-sm-order-19 {
    order: 19;
  }

  .ant-col-sm-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-sm-push-18 {
    left: 75%;
  }

  .ant-col-sm-pull-18 {
    right: 75%;
  }

  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }

  .ant-col-sm-order-18 {
    order: 18;
  }

  .ant-col-sm-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }

  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-sm-order-17 {
    order: 17;
  }

  .ant-col-sm-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }

  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-sm-order-16 {
    order: 16;
  }

  .ant-col-sm-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-sm-push-15 {
    left: 62.5%;
  }

  .ant-col-sm-pull-15 {
    right: 62.5%;
  }

  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-sm-order-15 {
    order: 15;
  }

  .ant-col-sm-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }

  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-sm-order-14 {
    order: 14;
  }

  .ant-col-sm-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }

  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-sm-order-13 {
    order: 13;
  }

  .ant-col-sm-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-sm-push-12 {
    left: 50%;
  }

  .ant-col-sm-pull-12 {
    right: 50%;
  }

  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }

  .ant-col-sm-order-12 {
    order: 12;
  }

  .ant-col-sm-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }

  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-sm-order-11 {
    order: 11;
  }

  .ant-col-sm-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }

  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-sm-order-10 {
    order: 10;
  }

  .ant-col-sm-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-sm-push-9 {
    left: 37.5%;
  }

  .ant-col-sm-pull-9 {
    right: 37.5%;
  }

  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-sm-order-9 {
    order: 9;
  }

  .ant-col-sm-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }

  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-sm-order-8 {
    order: 8;
  }

  .ant-col-sm-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }

  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-sm-order-7 {
    order: 7;
  }

  .ant-col-sm-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-sm-push-6 {
    left: 25%;
  }

  .ant-col-sm-pull-6 {
    right: 25%;
  }

  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }

  .ant-col-sm-order-6 {
    order: 6;
  }

  .ant-col-sm-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }

  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-sm-order-5 {
    order: 5;
  }

  .ant-col-sm-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }

  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-sm-order-4 {
    order: 4;
  }

  .ant-col-sm-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-sm-push-3 {
    left: 12.5%;
  }

  .ant-col-sm-pull-3 {
    right: 12.5%;
  }

  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-sm-order-3 {
    order: 3;
  }

  .ant-col-sm-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }

  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-sm-order-2 {
    order: 2;
  }

  .ant-col-sm-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }

  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-sm-order-1 {
    order: 1;
  }

  .ant-col-sm-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-sm-push-0 {
    left: auto;
  }

  .ant-col-sm-pull-0 {
    right: auto;
  }

  .ant-col-sm-offset-0 {
    margin-left: 0;
  }

  .ant-col-sm-order-0 {
    order: 0;
  }
}

@media (min-width: 768px) {
  .ant-col-md-1,
  .ant-col-md-2,
  .ant-col-md-3,
  .ant-col-md-4,
  .ant-col-md-5,
  .ant-col-md-6,
  .ant-col-md-7,
  .ant-col-md-8,
  .ant-col-md-9,
  .ant-col-md-10,
  .ant-col-md-11,
  .ant-col-md-12,
  .ant-col-md-13,
  .ant-col-md-14,
  .ant-col-md-15,
  .ant-col-md-16,
  .ant-col-md-17,
  .ant-col-md-18,
  .ant-col-md-19,
  .ant-col-md-20,
  .ant-col-md-21,
  .ant-col-md-22,
  .ant-col-md-23,
  .ant-col-md-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-md-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-md-push-24 {
    left: 100%;
  }

  .ant-col-md-pull-24 {
    right: 100%;
  }

  .ant-col-md-offset-24 {
    margin-left: 100%;
  }

  .ant-col-md-order-24 {
    order: 24;
  }

  .ant-col-md-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-md-push-23 {
    left: 95.83333333%;
  }

  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-md-order-23 {
    order: 23;
  }

  .ant-col-md-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-md-push-22 {
    left: 91.66666667%;
  }

  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-md-order-22 {
    order: 22;
  }

  .ant-col-md-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-md-push-21 {
    left: 87.5%;
  }

  .ant-col-md-pull-21 {
    right: 87.5%;
  }

  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-md-order-21 {
    order: 21;
  }

  .ant-col-md-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-md-push-20 {
    left: 83.33333333%;
  }

  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-md-order-20 {
    order: 20;
  }

  .ant-col-md-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-md-push-19 {
    left: 79.16666667%;
  }

  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-md-order-19 {
    order: 19;
  }

  .ant-col-md-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-md-push-18 {
    left: 75%;
  }

  .ant-col-md-pull-18 {
    right: 75%;
  }

  .ant-col-md-offset-18 {
    margin-left: 75%;
  }

  .ant-col-md-order-18 {
    order: 18;
  }

  .ant-col-md-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-md-push-17 {
    left: 70.83333333%;
  }

  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-md-order-17 {
    order: 17;
  }

  .ant-col-md-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-md-push-16 {
    left: 66.66666667%;
  }

  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-md-order-16 {
    order: 16;
  }

  .ant-col-md-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-md-push-15 {
    left: 62.5%;
  }

  .ant-col-md-pull-15 {
    right: 62.5%;
  }

  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-md-order-15 {
    order: 15;
  }

  .ant-col-md-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-md-push-14 {
    left: 58.33333333%;
  }

  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-md-order-14 {
    order: 14;
  }

  .ant-col-md-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-md-push-13 {
    left: 54.16666667%;
  }

  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-md-order-13 {
    order: 13;
  }

  .ant-col-md-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-md-push-12 {
    left: 50%;
  }

  .ant-col-md-pull-12 {
    right: 50%;
  }

  .ant-col-md-offset-12 {
    margin-left: 50%;
  }

  .ant-col-md-order-12 {
    order: 12;
  }

  .ant-col-md-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-md-push-11 {
    left: 45.83333333%;
  }

  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-md-order-11 {
    order: 11;
  }

  .ant-col-md-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-md-push-10 {
    left: 41.66666667%;
  }

  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-md-order-10 {
    order: 10;
  }

  .ant-col-md-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-md-push-9 {
    left: 37.5%;
  }

  .ant-col-md-pull-9 {
    right: 37.5%;
  }

  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-md-order-9 {
    order: 9;
  }

  .ant-col-md-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-md-push-8 {
    left: 33.33333333%;
  }

  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-md-order-8 {
    order: 8;
  }

  .ant-col-md-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-md-push-7 {
    left: 29.16666667%;
  }

  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-md-order-7 {
    order: 7;
  }

  .ant-col-md-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-md-push-6 {
    left: 25%;
  }

  .ant-col-md-pull-6 {
    right: 25%;
  }

  .ant-col-md-offset-6 {
    margin-left: 25%;
  }

  .ant-col-md-order-6 {
    order: 6;
  }

  .ant-col-md-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-md-push-5 {
    left: 20.83333333%;
  }

  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-md-order-5 {
    order: 5;
  }

  .ant-col-md-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-md-push-4 {
    left: 16.66666667%;
  }

  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-md-order-4 {
    order: 4;
  }

  .ant-col-md-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-md-push-3 {
    left: 12.5%;
  }

  .ant-col-md-pull-3 {
    right: 12.5%;
  }

  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-md-order-3 {
    order: 3;
  }

  .ant-col-md-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-md-push-2 {
    left: 8.33333333%;
  }

  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-md-order-2 {
    order: 2;
  }

  .ant-col-md-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-md-push-1 {
    left: 4.16666667%;
  }

  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-md-order-1 {
    order: 1;
  }

  .ant-col-md-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-md-push-0 {
    left: auto;
  }

  .ant-col-md-pull-0 {
    right: auto;
  }

  .ant-col-md-offset-0 {
    margin-left: 0;
  }

  .ant-col-md-order-0 {
    order: 0;
  }
}

@media (min-width: 992px) {
  .ant-col-lg-1,
  .ant-col-lg-2,
  .ant-col-lg-3,
  .ant-col-lg-4,
  .ant-col-lg-5,
  .ant-col-lg-6,
  .ant-col-lg-7,
  .ant-col-lg-8,
  .ant-col-lg-9,
  .ant-col-lg-10,
  .ant-col-lg-11,
  .ant-col-lg-12,
  .ant-col-lg-13,
  .ant-col-lg-14,
  .ant-col-lg-15,
  .ant-col-lg-16,
  .ant-col-lg-17,
  .ant-col-lg-18,
  .ant-col-lg-19,
  .ant-col-lg-20,
  .ant-col-lg-21,
  .ant-col-lg-22,
  .ant-col-lg-23,
  .ant-col-lg-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-lg-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-lg-push-24 {
    left: 100%;
  }

  .ant-col-lg-pull-24 {
    right: 100%;
  }

  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }

  .ant-col-lg-order-24 {
    order: 24;
  }

  .ant-col-lg-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }

  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-lg-order-23 {
    order: 23;
  }

  .ant-col-lg-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }

  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-lg-order-22 {
    order: 22;
  }

  .ant-col-lg-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-lg-push-21 {
    left: 87.5%;
  }

  .ant-col-lg-pull-21 {
    right: 87.5%;
  }

  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-lg-order-21 {
    order: 21;
  }

  .ant-col-lg-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }

  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-lg-order-20 {
    order: 20;
  }

  .ant-col-lg-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }

  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-lg-order-19 {
    order: 19;
  }

  .ant-col-lg-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-lg-push-18 {
    left: 75%;
  }

  .ant-col-lg-pull-18 {
    right: 75%;
  }

  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }

  .ant-col-lg-order-18 {
    order: 18;
  }

  .ant-col-lg-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }

  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-lg-order-17 {
    order: 17;
  }

  .ant-col-lg-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }

  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-lg-order-16 {
    order: 16;
  }

  .ant-col-lg-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-lg-push-15 {
    left: 62.5%;
  }

  .ant-col-lg-pull-15 {
    right: 62.5%;
  }

  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-lg-order-15 {
    order: 15;
  }

  .ant-col-lg-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }

  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-lg-order-14 {
    order: 14;
  }

  .ant-col-lg-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }

  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-lg-order-13 {
    order: 13;
  }

  .ant-col-lg-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-lg-push-12 {
    left: 50%;
  }

  .ant-col-lg-pull-12 {
    right: 50%;
  }

  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }

  .ant-col-lg-order-12 {
    order: 12;
  }

  .ant-col-lg-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }

  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-lg-order-11 {
    order: 11;
  }

  .ant-col-lg-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }

  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-lg-order-10 {
    order: 10;
  }

  .ant-col-lg-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-lg-push-9 {
    left: 37.5%;
  }

  .ant-col-lg-pull-9 {
    right: 37.5%;
  }

  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-lg-order-9 {
    order: 9;
  }

  .ant-col-lg-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }

  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-lg-order-8 {
    order: 8;
  }

  .ant-col-lg-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }

  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-lg-order-7 {
    order: 7;
  }

  .ant-col-lg-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-lg-push-6 {
    left: 25%;
  }

  .ant-col-lg-pull-6 {
    right: 25%;
  }

  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }

  .ant-col-lg-order-6 {
    order: 6;
  }

  .ant-col-lg-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }

  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-lg-order-5 {
    order: 5;
  }

  .ant-col-lg-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }

  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-lg-order-4 {
    order: 4;
  }

  .ant-col-lg-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-lg-push-3 {
    left: 12.5%;
  }

  .ant-col-lg-pull-3 {
    right: 12.5%;
  }

  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-lg-order-3 {
    order: 3;
  }

  .ant-col-lg-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }

  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-lg-order-2 {
    order: 2;
  }

  .ant-col-lg-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }

  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-lg-order-1 {
    order: 1;
  }

  .ant-col-lg-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-lg-push-0 {
    left: auto;
  }

  .ant-col-lg-pull-0 {
    right: auto;
  }

  .ant-col-lg-offset-0 {
    margin-left: 0;
  }

  .ant-col-lg-order-0 {
    order: 0;
  }
}

@media (min-width: 1200px) {
  .ant-col-xl-1,
  .ant-col-xl-2,
  .ant-col-xl-3,
  .ant-col-xl-4,
  .ant-col-xl-5,
  .ant-col-xl-6,
  .ant-col-xl-7,
  .ant-col-xl-8,
  .ant-col-xl-9,
  .ant-col-xl-10,
  .ant-col-xl-11,
  .ant-col-xl-12,
  .ant-col-xl-13,
  .ant-col-xl-14,
  .ant-col-xl-15,
  .ant-col-xl-16,
  .ant-col-xl-17,
  .ant-col-xl-18,
  .ant-col-xl-19,
  .ant-col-xl-20,
  .ant-col-xl-21,
  .ant-col-xl-22,
  .ant-col-xl-23,
  .ant-col-xl-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-xl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-xl-push-24 {
    left: 100%;
  }

  .ant-col-xl-pull-24 {
    right: 100%;
  }

  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }

  .ant-col-xl-order-24 {
    order: 24;
  }

  .ant-col-xl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }

  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-xl-order-23 {
    order: 23;
  }

  .ant-col-xl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }

  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-xl-order-22 {
    order: 22;
  }

  .ant-col-xl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-xl-push-21 {
    left: 87.5%;
  }

  .ant-col-xl-pull-21 {
    right: 87.5%;
  }

  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-xl-order-21 {
    order: 21;
  }

  .ant-col-xl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }

  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-xl-order-20 {
    order: 20;
  }

  .ant-col-xl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }

  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-xl-order-19 {
    order: 19;
  }

  .ant-col-xl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-xl-push-18 {
    left: 75%;
  }

  .ant-col-xl-pull-18 {
    right: 75%;
  }

  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }

  .ant-col-xl-order-18 {
    order: 18;
  }

  .ant-col-xl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }

  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-xl-order-17 {
    order: 17;
  }

  .ant-col-xl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }

  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-xl-order-16 {
    order: 16;
  }

  .ant-col-xl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-xl-push-15 {
    left: 62.5%;
  }

  .ant-col-xl-pull-15 {
    right: 62.5%;
  }

  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-xl-order-15 {
    order: 15;
  }

  .ant-col-xl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }

  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-xl-order-14 {
    order: 14;
  }

  .ant-col-xl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }

  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-xl-order-13 {
    order: 13;
  }

  .ant-col-xl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-xl-push-12 {
    left: 50%;
  }

  .ant-col-xl-pull-12 {
    right: 50%;
  }

  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }

  .ant-col-xl-order-12 {
    order: 12;
  }

  .ant-col-xl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }

  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-xl-order-11 {
    order: 11;
  }

  .ant-col-xl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }

  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-xl-order-10 {
    order: 10;
  }

  .ant-col-xl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-xl-push-9 {
    left: 37.5%;
  }

  .ant-col-xl-pull-9 {
    right: 37.5%;
  }

  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-xl-order-9 {
    order: 9;
  }

  .ant-col-xl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }

  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-xl-order-8 {
    order: 8;
  }

  .ant-col-xl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }

  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-xl-order-7 {
    order: 7;
  }

  .ant-col-xl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-xl-push-6 {
    left: 25%;
  }

  .ant-col-xl-pull-6 {
    right: 25%;
  }

  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }

  .ant-col-xl-order-6 {
    order: 6;
  }

  .ant-col-xl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }

  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-xl-order-5 {
    order: 5;
  }

  .ant-col-xl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }

  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-xl-order-4 {
    order: 4;
  }

  .ant-col-xl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-xl-push-3 {
    left: 12.5%;
  }

  .ant-col-xl-pull-3 {
    right: 12.5%;
  }

  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-xl-order-3 {
    order: 3;
  }

  .ant-col-xl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }

  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-xl-order-2 {
    order: 2;
  }

  .ant-col-xl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }

  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-xl-order-1 {
    order: 1;
  }

  .ant-col-xl-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-xl-push-0 {
    left: auto;
  }

  .ant-col-xl-pull-0 {
    right: auto;
  }

  .ant-col-xl-offset-0 {
    margin-left: 0;
  }

  .ant-col-xl-order-0 {
    order: 0;
  }
}

@media (min-width: 1600px) {
  .ant-col-xxl-1,
  .ant-col-xxl-2,
  .ant-col-xxl-3,
  .ant-col-xxl-4,
  .ant-col-xxl-5,
  .ant-col-xxl-6,
  .ant-col-xxl-7,
  .ant-col-xxl-8,
  .ant-col-xxl-9,
  .ant-col-xxl-10,
  .ant-col-xxl-11,
  .ant-col-xxl-12,
  .ant-col-xxl-13,
  .ant-col-xxl-14,
  .ant-col-xxl-15,
  .ant-col-xxl-16,
  .ant-col-xxl-17,
  .ant-col-xxl-18,
  .ant-col-xxl-19,
  .ant-col-xxl-20,
  .ant-col-xxl-21,
  .ant-col-xxl-22,
  .ant-col-xxl-23,
  .ant-col-xxl-24 {
    flex: 0 0 auto;
    float: left;
  }

  .ant-col-xxl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .ant-col-xxl-push-24 {
    left: 100%;
  }

  .ant-col-xxl-pull-24 {
    right: 100%;
  }

  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }

  .ant-col-xxl-order-24 {
    order: 24;
  }

  .ant-col-xxl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }

  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }

  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }

  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }

  .ant-col-xxl-order-23 {
    order: 23;
  }

  .ant-col-xxl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }

  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }

  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }

  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }

  .ant-col-xxl-order-22 {
    order: 22;
  }

  .ant-col-xxl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }

  .ant-col-xxl-push-21 {
    left: 87.5%;
  }

  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }

  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }

  .ant-col-xxl-order-21 {
    order: 21;
  }

  .ant-col-xxl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }

  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }

  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }

  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }

  .ant-col-xxl-order-20 {
    order: 20;
  }

  .ant-col-xxl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }

  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }

  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }

  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }

  .ant-col-xxl-order-19 {
    order: 19;
  }

  .ant-col-xxl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }

  .ant-col-xxl-push-18 {
    left: 75%;
  }

  .ant-col-xxl-pull-18 {
    right: 75%;
  }

  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }

  .ant-col-xxl-order-18 {
    order: 18;
  }

  .ant-col-xxl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }

  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }

  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }

  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }

  .ant-col-xxl-order-17 {
    order: 17;
  }

  .ant-col-xxl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }

  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }

  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }

  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }

  .ant-col-xxl-order-16 {
    order: 16;
  }

  .ant-col-xxl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }

  .ant-col-xxl-push-15 {
    left: 62.5%;
  }

  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }

  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }

  .ant-col-xxl-order-15 {
    order: 15;
  }

  .ant-col-xxl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }

  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }

  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }

  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }

  .ant-col-xxl-order-14 {
    order: 14;
  }

  .ant-col-xxl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }

  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }

  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }

  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }

  .ant-col-xxl-order-13 {
    order: 13;
  }

  .ant-col-xxl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }

  .ant-col-xxl-push-12 {
    left: 50%;
  }

  .ant-col-xxl-pull-12 {
    right: 50%;
  }

  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }

  .ant-col-xxl-order-12 {
    order: 12;
  }

  .ant-col-xxl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }

  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }

  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }

  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }

  .ant-col-xxl-order-11 {
    order: 11;
  }

  .ant-col-xxl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }

  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }

  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }

  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }

  .ant-col-xxl-order-10 {
    order: 10;
  }

  .ant-col-xxl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }

  .ant-col-xxl-push-9 {
    left: 37.5%;
  }

  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }

  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }

  .ant-col-xxl-order-9 {
    order: 9;
  }

  .ant-col-xxl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }

  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }

  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }

  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }

  .ant-col-xxl-order-8 {
    order: 8;
  }

  .ant-col-xxl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }

  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }

  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }

  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }

  .ant-col-xxl-order-7 {
    order: 7;
  }

  .ant-col-xxl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }

  .ant-col-xxl-push-6 {
    left: 25%;
  }

  .ant-col-xxl-pull-6 {
    right: 25%;
  }

  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }

  .ant-col-xxl-order-6 {
    order: 6;
  }

  .ant-col-xxl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }

  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }

  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }

  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }

  .ant-col-xxl-order-5 {
    order: 5;
  }

  .ant-col-xxl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }

  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }

  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }

  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }

  .ant-col-xxl-order-4 {
    order: 4;
  }

  .ant-col-xxl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }

  .ant-col-xxl-push-3 {
    left: 12.5%;
  }

  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }

  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }

  .ant-col-xxl-order-3 {
    order: 3;
  }

  .ant-col-xxl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }

  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }

  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }

  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }

  .ant-col-xxl-order-2 {
    order: 2;
  }

  .ant-col-xxl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }

  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }

  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }

  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }

  .ant-col-xxl-order-1 {
    order: 1;
  }

  .ant-col-xxl-0 {
    display: none;
  }

  .ant-col-push-0 {
    left: auto;
  }

  .ant-col-pull-0 {
    right: auto;
  }

  .ant-col-xxl-push-0 {
    left: auto;
  }

  .ant-col-xxl-pull-0 {
    right: auto;
  }

  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }

  .ant-col-xxl-order-0 {
    order: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}

.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ant-carousel .slick-list:focus {
  outline: none;
}

.ant-carousel .slick-list.dragging {
  cursor: pointer;
}

.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}

.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}

.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}

.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}

.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}

.ant-carousel .slick-track::after {
  clear: both;
}

.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}

.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}

.ant-carousel .slick-slide img {
  display: block;
}

.ant-carousel .slick-slide.slick-loading img {
  display: none;
}

.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}

.ant-carousel .slick-initialized .slick-slide {
  display: block;
}

.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}

.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}

.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}

.ant-carousel .slick-prev {
  left: -25px;
}

.ant-carousel .slick-prev::before {
  content: '←';
}

.ant-carousel .slick-next {
  right: -25px;
}

.ant-carousel .slick-next::before {
  content: '→';
}

.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}

.ant-carousel .slick-dots-top {
  top: 12px;
}

.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}

.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}

.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}

.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  transform: translateY(-50%);
}

.ant-carousel-vertical .slick-dots-left {
  left: 12px;
}

.ant-carousel-vertical .slick-dots-right {
  right: 12px;
}

.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}

.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}

.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-cascader {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}

.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  background-color: transparent !important;
  cursor: pointer;
}

.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}

.ant-cascader-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}

.ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}

.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}

.ant-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 20px 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
}

.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}

.ant-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  transition: transform 0.2s;
}

.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  transform: rotate(180deg);
}

.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}

.ant-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  list-style: none;
}

.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}

.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.ant-cascader-menu:first-child {
  border-radius: 4px 0 0 4px;
}

.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 4px 4px 0;
}

.ant-cascader-menu:only-child {
  border-radius: 4px;
}

.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-cascader-menu-item:hover {
  background: #e6f7ff;
}

.ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #fafafa;
}

.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}

.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45);
}

:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
:root .ant-cascader-menu-item-loading-icon {
  font-size: 12px;
}

.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: rgba(0, 0, 0, 0.25);
}

.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}

.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: '';
}

.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}

.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-checkbox-disabled {
  cursor: not-allowed;
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}

.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}

.ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}

.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}

.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}

.ant-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
}

.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  transform: translateY(-50%);
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}

.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}

.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}

.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}

.ant-collapse-anim-active {
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}

.ant-collapse-content-inactive {
  display: none;
}

.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}

.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}

.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}

.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}

.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}

.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-color-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: pointer;
  transition: opacity 0.3s;
  min-width: 55px;
}

.ant-color-picker .pickr {
  display: inline-block;
}

.ant-color-picker .pickr .pcr-button {
  width: 18px;
  height: 18px;
  margin-left: 7px;
}

.ant-color-picker .pickr .pcr-button:focus {
  box-shadow: none;
}

.ant-color-picker.ant-color-picker-disabled {
  cursor: not-allowed;
}

.ant-color-picker.ant-color-picker-disabled .ant-color-picker-selection {
  background: #f5f5f5;
  box-shadow: none;
  border: 1px solid #d9d9d9;
}

.ant-color-picker.ant-color-picker-disabled .ant-color-picker-selection:hover,
.ant-color-picker.ant-color-picker-disabled .ant-color-picker-selection:focus,
.ant-color-picker.ant-color-picker-disabled .ant-color-picker-selection:active {
  border: 1px solid #d9d9d9;
  box-shadow: none;
}

.ant-color-picker.ant-color-picker-disabled.ant-color-picker-open .ant-color-picker-icon svg {
  transform: none;
}

.ant-color-picker-open .ant-color-picker-icon svg {
  transform: rotate(180deg);
}

.ant-color-picker-open .ant-color-picker-selection {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-color-picker-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  height: 32px;
  cursor: inherit;
}

.ant-color-picker-selection:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-color-picker-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  transform-origin: 50% 50%;
}

.ant-color-picker-icon > * {
  line-height: 1;
}

.ant-color-picker-icon svg {
  display: inline-block;
}

.ant-color-picker-icon::before {
  display: none;
}

.ant-color-picker-icon .ant-color-picker-icon-icon {
  display: block;
}

.ant-color-picker-icon svg {
  transition: transform 0.3s;
}

.ant-color-picker-lg {
  font-size: 16px;
}

.ant-color-picker-lg .ant-color-picker-selection {
  line-height: 28px;
  height: 40px;
}

.ant-color-picker-lg .ant-color-picker-icon {
  top: 20px;
}

.ant-color-picker-sm .ant-color-picker-selection {
  line-height: 12px;
  height: 24px;
}

.ant-color-picker-sm .pickr .pcr-button {
  width: 14px;
  height: 14px;
}

.ant-color-picker-sm .ant-color-picker-icon {
  right: 10px;
  top: 12px;
  font-size: 10px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-comment {
  position: relative;
}

.ant-comment-inner {
  display: flex;
  padding: 16px 0;
}

.ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}

.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word;
}

.ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}

.ant-comment-content-author > a,
.ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}

.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  transition: color 0.3s;
}

.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}

.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}

.ant-comment-content-detail p {
  white-space: pre-wrap;
}

.ant-comment-actions {
  margin-top: 12px;
  padding-left: 0;
}

.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}

.ant-comment-actions > li > span {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-comment-actions > li > span:hover {
  color: #595959;
}

.ant-comment-nested {
  margin-left: 44px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-calendar-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}

.ant-calendar-picker-input {
  outline: none;
}

.ant-calendar-picker-input.ant-input {
  line-height: 1.5;
}

.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}

.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
}

.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}

.ant-calendar-picker-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
}

.ant-input-disabled + .ant-calendar-picker-icon {
  cursor: not-allowed;
}

.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}

.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}

.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}

.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-calendar-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-calendar-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-calendar-week-number {
  width: 286px;
}

.ant-calendar-week-number-cell {
  text-align: center;
}

.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-calendar-header a:hover {
  color: #40a9ff;
}

.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}

.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}

.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}

.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
  height: 100%;
}

.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  display: none;
}

.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}

.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
  height: 100%;
}

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: none;
}

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}

.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}

.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: inline-block;
}

.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
  height: 100%;
}

.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-header .ant-calendar-prev-month-btn::after {
  display: none;
}

.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
  height: 100%;
}

.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-header .ant-calendar-next-month-btn::after {
  display: none;
}

.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}

.ant-calendar-body {
  padding: 8px 12px;
}

.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}

.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0;
}

.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}

.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}

.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}

.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}

.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}

.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.ant-calendar-date-panel {
  position: relative;
  outline: none;
}

.ant-calendar-date:hover {
  background: #e6f7ff;
  cursor: pointer;
}

.ant-calendar-date:active {
  color: #fff;
  background: #40a9ff;
}

.ant-calendar-today .ant-calendar-date {
  color: #1890ff;
  font-weight: bold;
  border-color: #1890ff;
}

.ant-calendar-selected-day .ant-calendar-date {
  background: #bae7ff;
}

.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar-last-month-cell .ant-calendar-date:hover,
.ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
}

.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed;
}

.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}

.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: '';
}

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}

.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  content: ' ';
}

.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}

.ant-calendar-footer:empty {
  border-top: 0;
}

.ant-calendar-footer-btn {
  display: block;
  text-align: center;
}

.ant-calendar-footer-extra {
  text-align: left;
}

.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}

.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}

.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}

.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.3s ease;
}

.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45);
}

.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #1890ff;
  border-color: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px;
}

.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}

.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}

.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}

.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}

.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}

.ant-calendar .ant-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}

.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}

.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #40a9ff;
  border-color: #40a9ff;
}

.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #096dd9;
  border-color: #096dd9;
}

.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  box-shadow: none;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}

.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}

.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range-picker-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-calendar-range-picker-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-calendar-range-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}

.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}

.ant-input-disabled .ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.25);
}

.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}

.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}

.ant-calendar-range-part {
  position: relative;
  width: 50%;
}

.ant-calendar-range-left {
  float: left;
}

.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}

.ant-calendar-range-right {
  float: right;
}

.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}

.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  transform: translateX(-50%);
}

.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
  color: #1890ff;
  background: #bae7ff;
  border-color: #1890ff;
}

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #1890ff;
  border: 1px solid transparent;
}

.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #1890ff;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}

.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}

.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  box-shadow: none;
}

.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-calendar-range .ant-calendar-input:-moz-placeholder-shown, .ant-calendar-range .ant-calendar-time-picker-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-calendar-range .ant-calendar-input:-ms-input-placeholder, .ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-calendar-range .ant-calendar-input:placeholder-shown,
.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}

.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}

.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}

.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}

.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}

.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}

.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}

.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}

.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}

.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #e6f7ff;
  border: 0;
  border-radius: 0;
  content: '';
}

.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}

div.ant-calendar-range-quick-selector {
  text-align: left;
}

div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}

.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header,
.ant-calendar-range .ant-calendar-decade-panel-header {
  border-bottom: 0;
}

.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body {
  border-top: 1px solid #e8e8e8;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}

.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}

.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}

.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}

.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}

.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}

.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}

.ant-calendar-time-picker-combobox {
  width: 100%;
}

.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}

.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}

.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}

.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}

.ant-calendar-time-picker-input-wrap {
  display: none;
}

.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}

.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}

.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}

.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}

.ant-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}

.ant-calendar-time-picker-select li:hover {
  background: #e6f7ff;
}

.ant-calendar-time-picker-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}

li.ant-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}

li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}

li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 34px;
}

.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}

.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}

.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}

.ant-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}

.ant-calendar-month-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ant-calendar-month-panel-hidden {
  display: none;
}

.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.ant-calendar-month-panel-header a:hover {
  color: #40a9ff;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
  height: 100%;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: inline-block;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  display: none;
}

.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}

.ant-calendar-month-panel-body {
  flex: 1;
}

.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}

.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}

.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-month-panel-cell {
  text-align: center;
}

.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}

.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.ant-calendar-month-panel-month:hover {
  background: #e6f7ff;
  cursor: pointer;
}

.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}

.ant-calendar-year-panel > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ant-calendar-year-panel-hidden {
  display: none;
}

.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.ant-calendar-year-panel-header a:hover {
  color: #40a9ff;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
  height: 100%;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: inline-block;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  display: none;
}

.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}

.ant-calendar-year-panel-body {
  flex: 1;
}

.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}

.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}

.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.ant-calendar-year-panel-cell {
  text-align: center;
}

.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.ant-calendar-year-panel-year:hover {
  background: #e6f7ff;
  cursor: pointer;
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  outline: none;
}

.ant-calendar-decade-panel-hidden {
  display: none;
}

.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.ant-calendar-decade-panel-header a:hover {
  color: #40a9ff;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
  height: 100%;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  transform: rotate(135deg) scale(0.8);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: inline-block;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  transform: rotate(-45deg) scale(0.8);
  transition: all 0.3s;
  content: '';
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  display: none;
}

.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  transform: rotate(135deg) scale(0.8);
}

.ant-calendar-decade-panel-body {
  flex: 1;
}

.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}

.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}

.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}

.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.ant-calendar-decade-panel-decade:hover {
  background: #e6f7ff;
  cursor: pointer;
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #1890ff;
}

.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}

.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}

.ant-calendar-week-number-cell {
  opacity: 0.5;
}

.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  transition: all 0.3s;
}

.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f7ff;
}

.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #bae7ff;
}

.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-time-picker-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}

.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-time-picker-panel-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-time-picker-panel-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-time-picker-panel-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}

.ant-time-picker-panel-input-invalid {
  border-color: #f5222d;
}

.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}

.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}

.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}

.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}

.ant-time-picker-panel-select:last-child {
  border-right: 0;
}

.ant-time-picker-panel-select:only-child {
  width: 100%;
}

.ant-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}

.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-time-picker-panel-select li:focus {
  color: #1890ff;
  font-weight: 600;
  outline: none;
}

.ant-time-picker-panel-select li:hover {
  background: #e6f7ff;
}

li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}

li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}

li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}

li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

li.ant-time-picker-panel-select-option-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  font-weight: inherit;
}

.ant-time-picker-panel-combobox {
  zoom: 1;
}

.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}

.ant-time-picker-panel-combobox::after {
  clear: both;
}

.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.ant-time-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}

.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
}

.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-time-picker-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-time-picker-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-time-picker-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-time-picker-open {
  opacity: 0;
}

.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}

.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}

.ant-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}

.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}

.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-tag:hover {
  opacity: 0.85;
}

.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}

.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}

.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

:root .ant-tag .anticon-close {
  font-size: 12px;
}

.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ant-tag-has-color {
  border-color: transparent;
}

.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}

.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}

.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}

.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}

.ant-tag-checkable-checked {
  background-color: #1890ff;
}

.ant-tag-checkable:active {
  background-color: #096dd9;
}

.ant-tag-hidden {
  display: none;
}

.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}

.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}

.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}

.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}

.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}

.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}

.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}

.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}

.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}

.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}

.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}

.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}

.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}

.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}

.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}

.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}

.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}

.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}

.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}

.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}

.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}

.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}

.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-descriptions-title {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}

.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}

.ant-descriptions-row:last-child {
  border-bottom: none;
}

.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}

.ant-descriptions-item-label::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ' ';
}

.ant-descriptions-item-colon::after {
  content: ':';
}

.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}

.ant-descriptions-item-content {
  display: table-cell;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}

.ant-descriptions-item {
  padding-bottom: 0;
}

.ant-descriptions-item > span {
  display: inline-block;
}

.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}

.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}

.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #e8e8e8;
}

.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
}

.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #e8e8e8;
}

.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}

.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}

.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}

.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #e8e8e8;
}

.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}

.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}

.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #e8e8e8;
}

.ant-divider,
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}

.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}

.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}

.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  transform: translateY(50%);
  content: '';
}

.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}

.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}

.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}

.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}

.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}

.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}

.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
}

.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}

.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none;
}

.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}

.ant-drawer > * {
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.ant-drawer-content-wrapper {
  position: absolute;
}

.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}

.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}

.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}

.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%;
}

.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

.ant-drawer-right {
  right: 0;
}

.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}

.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}

.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}

.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}

.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}

.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%;
}

.ant-drawer-top {
  top: 0;
}

.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-drawer-bottom {
  bottom: 0;
}

.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}

.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}

.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}

.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}

.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}

.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}

.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}

.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

.ant-drawer-wrapper-body {
  height: 100%;
  overflow: auto;
}

.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}

.ant-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}

.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}

.ant-form label {
  font-size: 14px;
}

.ant-form input[type='search'] {
  box-sizing: border-box;
}

.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}

.ant-form input[type='file'] {
  display: block;
}

.ant-form input[type='range'] {
  display: block;
  width: 100%;
}

.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}

.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}

.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}

.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}

.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}

.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}

.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}

.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}

.ant-form-item label {
  position: relative;
}

.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}

.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}

.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}

.ant-form-item-control::after {
  clear: both;
}

.ant-form-item-children {
  position: relative;
}

.ant-form-item-with-help {
  margin-bottom: 5px;
}

.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}

.ant-form-item-label-left {
  text-align: left;
}

.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}

.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-form-explain {
  margin-bottom: -1px;
}

.ant-form-extra {
  padding-top: 4px;
}

.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}

.ant-form-split {
  display: block;
  text-align: center;
}

form .has-feedback .ant-input {
  padding-right: 30px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}

form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}

form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}

form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}

form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}

form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}

form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}

form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}

form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}

form .ant-upload {
  background: transparent;
}

form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}

form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}

form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}

form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}

form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}

form .ant-input-number-handler-wrap {
  z-index: 2;
}

form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}

form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}

form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}

form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}

.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}

.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}

.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}

.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}

.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}

.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}

@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }

  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-form-item-label label::after {
    display: none;
  }

  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}

@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}

.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}

.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}

.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}

.ant-form-inline .ant-form-text {
  display: inline-block;
}

.ant-form-inline .has-feedback {
  display: inline-block;
}

.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}

.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
  animation-name: diffZoomIn1 !important;
}

.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}

.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}

.has-warning .ant-input-prefix {
  color: #faad14;
}

.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .has-feedback {
  color: #faad14;
}

.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
  animation-name: diffZoomIn3 !important;
}

.has-warning .ant-select-selection {
  border-color: #faad14;
}

.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}

.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}

.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}

.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}

.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}

.has-error .ant-input-prefix {
  color: #f5222d;
}

.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .has-feedback {
  color: #f5222d;
}

.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
  animation-name: diffZoomIn2 !important;
}

.has-error .ant-select-selection {
  border-color: #f5222d;
}

.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}

.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}

.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}

.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}

.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #f5222d;
}

.has-error .ant-transfer-list {
  border-color: #f5222d;
}

.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}

.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}

.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}

.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}

.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.show-help-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
  animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
  animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}

@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}

@-webkit-keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}

.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}

.ant-form label {
  font-size: 14px;
}

.ant-form input[type='search'] {
  box-sizing: border-box;
}

.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}

.ant-form input[type='file'] {
  display: block;
}

.ant-form input[type='range'] {
  display: block;
  width: 100%;
}

.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}

.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}

.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}

.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}

.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}

.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}

.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}

.ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}

.ant-form-item label {
  position: relative;
}

.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}

.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}

.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}

.ant-form-item-control::after {
  clear: both;
}

.ant-form-item-children {
  position: relative;
}

.ant-form-item-with-help {
  margin-bottom: 5px;
}

.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}

.ant-form-item-label-left {
  text-align: left;
}

.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}

.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ant-form-explain {
  margin-bottom: -1px;
}

.ant-form-extra {
  padding-top: 4px;
}

.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}

.ant-form-split {
  display: block;
  text-align: center;
}

form .has-feedback .ant-input {
  padding-right: 30px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}

form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}

form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}

form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}

form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}

form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}

form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}

form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}

form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}

form .ant-upload {
  background: transparent;
}

form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}

form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}

form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}

form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}

form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}

form .ant-input-number-handler-wrap {
  z-index: 2;
}

form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}

form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}

form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}

form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}

.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}

.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}

.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}

.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}

.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}

.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}

@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }

  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-form-item-label label::after {
    display: none;
  }

  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}

@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }

  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}

.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}

.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}

.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}

.ant-form-inline .ant-form-text {
  display: inline-block;
}

.ant-form-inline .has-feedback {
  display: inline-block;
}

.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}

.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
  animation-name: diffZoomIn1 !important;
}

.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}

.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}

.has-warning .ant-input-prefix {
  color: #faad14;
}

.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}

.has-warning .has-feedback {
  color: #faad14;
}

.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
  animation-name: diffZoomIn3 !important;
}

.has-warning .ant-select-selection {
  border-color: #faad14;
}

.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}

.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}

.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}

.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}

.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}

.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}

.has-error .ant-input-prefix {
  color: #f5222d;
}

.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}

.has-error .has-feedback {
  color: #f5222d;
}

.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
  animation-name: diffZoomIn2 !important;
}

.has-error .ant-select-selection {
  border-color: #f5222d;
}

.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}

.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}

.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none;
}

.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}

.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}

.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}

.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #f5222d;
}

.has-error .ant-transfer-list {
  border-color: #f5222d;
}

.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}

.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #1890ff;
}

.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}

.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}

.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.show-help-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
  animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
  animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}

@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}

@-webkit-keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-number:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-number:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  transition: all 0.1s linear;
}

.ant-input-number-handler:active {
  background: #f4f4f4;
}

.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}

.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}

.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}

.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}

.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}

.ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-input-number-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}

.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}

.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}

.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-input-number-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-number-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}

.ant-input-number-lg input {
  height: 38px;
}

.ant-input-number-sm {
  padding: 0;
}

.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}

.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}

.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}

:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}

.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}

.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}

.ant-input-number-handler-up {
  border-top-right-radius: 4px;
  cursor: pointer;
}

.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}

.ant-input-number-handler-up:hover {
  height: 60% !important;
}

.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}

.ant-input-number-handler-down:hover {
  height: 60% !important;
}

.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}

.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}

.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}

.ant-layout.ant-layout-has-sider {
  flex-direction: row;
}

.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}

.ant-layout-header,
.ant-layout-footer {
  flex: 0 0 auto;
}

.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  line-height: 64px;
  background: #001529;
}

.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background: #f0f2f5;
}

.ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}

.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}

.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}

.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}

.ant-layout-sider-right {
  order: 1;
}

.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}

.ant-layout-sider-zero-width > * {
  overflow: hidden;
}

.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}

.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px;
}

.ant-layout-sider-light {
  background: #fff;
}

.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}

.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}

.ant-list * {
  outline: none;
}

.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}

.ant-list-pagination .ant-pagination-options {
  text-align: left;
}

.ant-list-more {
  margin-top: 12px;
  text-align: center;
}

.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}

.ant-list-spin {
  min-height: 40px;
  text-align: center;
}

.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}

.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.ant-list-item-content {
  color: rgba(0, 0, 0, 0.65);
}

.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0;
}

.ant-list-item-meta-avatar {
  margin-right: 16px;
}

.ant-list-item-meta-content {
  flex: 1 0;
}

.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 22px;
}

.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}

.ant-list-item-meta-title > a:hover {
  color: #1890ff;
}

.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}

.ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

.ant-list-item-action > li:first-child {
  padding-left: 0;
}

.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8;
}

.ant-list-header {
  background: transparent;
}

.ant-list-footer {
  background: transparent;
}

.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}

.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}

.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}

.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}

.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}

.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ant-list-vertical .ant-list-item {
  align-items: initial;
}

.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}

.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}

.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}

.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}

.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}

.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}

.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}

.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ant-list-item-no-flex {
  display: block;
}

.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}

.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}

.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}

.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}

.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px;
}

.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}

.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}

@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }

  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}

@media screen and (max-width: 576px) {
  .ant-list-item {
    flex-wrap: wrap;
  }

  .ant-list-item-action {
    margin-left: 12px;
  }

  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }

  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }

  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}

.ant-spin-nested-loading {
  position: relative;
}

.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}

.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}

.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}

.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}

.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}

.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}

.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}

.ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}

.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}

.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}

.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}

.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}

.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
  animation: antSpinMove 1s infinite linear alternate;
}

.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}

.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ant-spin-dot-spin {
  transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
  animation: antRotate 1.2s infinite linear;
}

.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}

.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}

.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}

.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}

.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */

  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}

@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}

@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}

.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}

.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}

.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
}

.ant-pagination-item a:hover {
  text-decoration: none;
}

.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1890ff;
}

.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}

.ant-pagination-item-active a {
  color: #1890ff;
}

.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #40a9ff;
}

.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #40a9ff;
}

.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}

.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  transform: scale(1) rotate(0deg);
  color: #1890ff;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}

:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}

.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}

.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}

.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}

.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}

.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #40a9ff;
}

.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s;
}

.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}

.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination-slash {
  margin: 0 10px 0 5px;
}

.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}

.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}

.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  width: 50px;
  margin: 0 8px;
}

.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-pagination-options-quick-jumper input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  border: 0;
}

.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}

.ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}

.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}

.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}

.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}

.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}

.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  width: 44px;
}

.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
  color: rgba(0, 0, 0, 0.45);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 0;
}

.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
  white-space: pre-wrap;
  vertical-align: bottom;
}

.ant-mentions::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-mentions:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-mentions::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-mentions:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-mentions:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-mentions:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-mentions:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important;
}

.ant-mentions:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-mentions-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-mentions[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.ant-mentions-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}

.ant-mentions-sm {
  height: 24px;
  padding: 1px 7px;
}

.ant-mentions-disabled > textarea {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}

.ant-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}

.ant-mentions-focused {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  -moz-tab-size: inherit;
  -o-tab-size: inherit;
  tab-size: inherit;
}

.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}

.ant-mentions > textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.ant-mentions > textarea:-ms-input-placeholder {
  color: #bfbfbf;
}

.ant-mentions > textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}

.ant-mentions > textarea:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.ant-mentions > textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}

.ant-mentions > textarea:-moz-read-only {
  cursor: default;
}

.ant-mentions > textarea:read-only {
  cursor: default;
}

.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}

.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}

.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-mentions-dropdown-hidden {
  display: none;
}

.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}

.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ant-mentions-dropdown-menu-item:hover {
  background-color: #e6f7ff;
}

.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}

.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}

.ant-mentions-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-mentions-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.ant-mentions-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}

.ant-mentions-dropdown-menu-item-active {
  background-color: #e6f7ff;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}

.ant-message-notice {
  padding: 8px;
  text-align: center;
}

.ant-message-notice:first-child {
  margin-top: -8px;
}

.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}

.ant-message-success .anticon {
  color: #52c41a;
}

.ant-message-error .anticon {
  color: #f5222d;
}

.ant-message-warning .anticon {
  color: #faad14;
}

.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}

.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}

.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  -webkit-animation-name: MessageMoveOut;
  animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none;
}

.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}

.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}

.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}

.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}

.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}

.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}

.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}

.ant-modal-mask-hidden {
  display: none;
}

.ant-modal-open {
  overflow: hidden;
}

.ant-modal-centered {
  text-align: center;
}

.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }

  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}

.ant-modal-confirm .ant-modal-header {
  display: none;
}

.ant-modal-confirm .ant-modal-close {
  display: none;
}

.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}

.ant-modal-confirm-body-wrapper {
  zoom: 1;
}

.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}

.ant-modal-confirm-body-wrapper::after {
  clear: both;
}

.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}

.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}

.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}

.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}

.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #f5222d;
}

.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}

.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}

.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}

.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}

.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
  animation-name: NotificationLeftFadeIn;
}

.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}

.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ant-notification-notice-message {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}

.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}

.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}

.ant-notification-notice-description {
  font-size: 14px;
}

.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}

.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}

.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}

.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}

.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}

.anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}

.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}

.anticon.ant-notification-notice-icon-error {
  color: #f5222d;
}

.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}

.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}

.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}

.ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
  animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
  animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}

@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}

.ant-page-header-ghost {
  background-color: inherit;
}

.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}

.ant-page-header.has-footer {
  padding-bottom: 0;
}

.ant-page-header-back {
  float: left;
  margin: 8px 0;
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}

.ant-page-header-back-button {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}

.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #40a9ff;
}

.ant-page-header-back-button:active {
  color: #096dd9;
}

.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}

.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}

.ant-page-header-heading {
  width: 100%;
  overflow: hidden;
}

.ant-page-header-heading-title {
  display: block;
  float: left;
  margin-bottom: 0;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

.ant-page-header-heading .ant-avatar {
  float: left;
  margin-right: 12px;
}

.ant-page-header-heading-sub-title {
  float: left;
  margin: 5px 0;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}

.ant-page-header-heading-tags {
  float: left;
  margin: 4px 0;
}

.ant-page-header-heading-extra {
  float: right;
}

.ant-page-header-heading-extra > * {
  margin-left: 8px;
}

.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}

.ant-page-header-content {
  padding-top: 12px;
  overflow: hidden;
}

.ant-page-header-footer {
  margin-top: 16px;
}

.ant-page-header-footer .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: 0;
}

.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  padding: 8px;
  font-size: 16px;
}

@media (max-width: 576px) {
  .ant-page-header-heading-extra {
    display: block;
    float: unset;
    width: 100%;
    padding-top: 12px;
    overflow: hidden;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}

.ant-popover-hidden {
  display: none;
}

.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}

.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}

.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}

.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}

.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }

  .ant-popover-inner {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}

.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}

.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}

.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}

.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 14px;
}

.ant-popover-message-title {
  padding-left: 22px;
}

.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}

.ant-popover-buttons button {
  margin-left: 8px;
}

.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}

.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}

.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}

.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}

.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}

.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}

.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}

.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}

.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}

.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}

.ant-progress-circle-trail {
  stroke: #f5f5f5;
}

.ant-progress-circle-path {
  -webkit-animation: ant-progress-appear 0.3s;
  animation: ant-progress-appear 0.3s;
}

.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}

.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}

.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}

.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}

.ant-progress-text .anticon {
  font-size: 14px;
}

.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}

.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d;
}

.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}

.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #f5222d;
}

.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}

.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}

.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}

.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}

.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}

.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}

@-webkit-keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }

  20% {
    width: 0;
    opacity: 0.5;
  }

  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }

  20% {
    width: 0;
    opacity: 0.5;
  }

  100% {
    width: 100%;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}

.ant-rate-disabled .ant-rate-star {
  cursor: default;
}

.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1);
}

.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}

.ant-rate-star > div:focus {
  outline: 0;
}

.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  transform: scale(1.1);
}

.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}

.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}

.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}

.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-result {
  padding: 48px 32px;
}

.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}

.ant-result-error .ant-result-icon > .anticon {
  color: #f5222d;
}

.ant-result-info .ant-result-icon > .anticon {
  color: #1890ff;
}

.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}

.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}

.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}

.ant-result-icon > .anticon {
  font-size: 72px;
}

.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.ant-result-extra {
  margin-top: 32px;
  text-align: center;
}

.ant-result-extra > * {
  margin-right: 8px;
}

.ant-result-extra > *:last-child {
  margin-right: 0;
}

.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-skeleton {
  display: table;
  width: 100%;
}

.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}

.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}

.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}

.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}

.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}

.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}

.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite;
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite;
}

@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}

.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}

.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}

.ant-slider-vertical .ant-slider-track {
  width: 4px;
}

.ant-slider-vertical .ant-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}

.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}

.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}

.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}

.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}

.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}

.ant-slider-with-marks {
  margin-bottom: 28px;
}

.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.2);
}

.ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff;
}

.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}

.ant-slider:hover .ant-slider-track {
  background-color: #69c0ff;
}

.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff;
}

.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}

.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}

.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}

.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}

.ant-slider-dot:first-child {
  margin-left: -4px;
}

.ant-slider-dot:last-child {
  margin-left: -4px;
}

.ant-slider-dot-active {
  border-color: #8cc8ff;
}

.ant-slider-disabled {
  cursor: not-allowed;
}

.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}

.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-space {
  display: inline-flex;
}

.ant-space-vertical {
  flex-direction: column;
}

.ant-space-align-center {
  align-items: center;
}

.ant-space-align-start {
  align-items: flex-start;
}

.ant-space-align-end {
  align-items: flex-end;
}

.ant-space-align-baseline {
  align-items: baseline;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}

.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.ant-statistic-content-value-decimal {
  font-size: 16px;
}

.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}

.ant-statistic-content-prefix {
  margin-right: 4px;
}

.ant-statistic-content-suffix {
  margin-left: 4px;
  font-size: 16px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
}

.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}

.ant-steps-item-container {
  outline: none;
}

.ant-steps-item:last-child {
  flex: none;
}

.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}

.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}

.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}

.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #1890ff;
  line-height: 1;
}

.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}

.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}

.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 32px;
}

.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: '';
}

.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}

.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}

.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}

.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}

.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}

.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}

.ant-steps-item-process .ant-steps-item-icon {
  background: #1890ff;
}

.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}

.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}

.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1890ff;
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}

.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #1890ff;
}

.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d;
}

.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d;
}

.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d;
}

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d;
}

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d;
}

.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}

.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #f5222d;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #1890ff;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #1890ff;
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #1890ff;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}

.ant-steps-item-custom .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}

.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}

.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}

.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}

.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}

.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}

.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}

.ant-steps-vertical {
  display: block;
}

.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}

.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}

.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}

.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}

.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}

.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}

.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}

@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
    display: block;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    display: none;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px;
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 24px;
  }
}

.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}

.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}

.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}

.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}

.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}

.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}

.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5;
}

.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}

.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5;
}

.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}

.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}

.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}

.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}

.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}

.ant-steps-navigation {
  padding-top: 12px;
}

.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}

.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}

.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}

.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}

.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}

.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}

.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #1890ff;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}

.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}

@media (max-width: 480px) {
  .ant-steps-navigation > .ant-steps-item {
    margin-right: 0 !important;
  }

  .ant-steps-navigation > .ant-steps-item::before {
    display: none;
  }

  .ant-steps-navigation > .ant-steps-item.ant-steps-item-active::before {
    top: 0;
    right: 0;
    left: unset;
    display: block;
    width: 3px;
    height: calc(100% - 24px);
  }

  .ant-steps-navigation > .ant-steps-item::after {
    position: relative;
    top: -2px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    transform: rotate(135deg);
  }

  .ant-steps-navigation > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    visibility: hidden;
  }
}

.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff;
}

.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
  margin-left: -12px;
  padding-left: 12px;
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
  overflow: hidden;
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after {
  right: -200px;
  width: 200px;
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before,
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: '';
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  right: -10px;
  left: auto;
}

.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ccc;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.36s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-switch-inner {
  display: block;
  margin-right: 6px;
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
}

.ant-switch-loading-icon,
.ant-switch::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}

.ant-switch::after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}

.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 24px;
}

.ant-switch-loading-icon {
  z-index: 1;
  display: none;
  font-size: 12px;
  background: transparent;
}

.ant-switch-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}

.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #1890ff;
}

.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.ant-switch:focus:hover {
  box-shadow: none;
}

.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px;
}

.ant-switch-small .ant-switch-inner {
  margin-right: 3px;
  margin-left: 18px;
  font-size: 12px;
}

.ant-switch-small::after {
  width: 12px;
  height: 12px;
}

.ant-switch-small:active::before,
.ant-switch-small:active::after {
  width: 16px;
}

.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-right: 18px;
  margin-left: 3px;
}

.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px;
}

.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  transform: scale(0.66667);
}

.ant-switch-checked {
  background-color: #1890ff;
}

.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px;
}

.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  transform: translateX(-100%);
}

.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px;
}

.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed;
}

.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
  cursor: not-allowed;
}

@-webkit-keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform: rotate(0deg) scale(0.66667);
    transform-origin: 50% 50%;
  }

  100% {
    transform: rotate(360deg) scale(0.66667);
    transform-origin: 50% 50%;
  }
}

@keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform: rotate(0deg) scale(0.66667);
    transform-origin: 50% 50%;
  }

  100% {
    transform: rotate(360deg) scale(0.66667);
    transform-origin: 50% 50%;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-table-wrapper {
  zoom: 1;
}

.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}

.ant-table-wrapper::after {
  clear: both;
}

.ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  clear: both;
}

.ant-table-body {
  transition: opacity 0.3s;
}

.ant-table-empty .ant-table-body {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}

.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}

.ant-table-layout-fixed table {
  table-layout: fixed;
}

.ant-table-thead > tr > th {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.3s ease;
}

.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}

.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}

.ant-table-thead > tr > th .ant-table-filter-selected.anticon {
  color: #1890ff;
}

.ant-table-thead > tr > th .ant-table-column-sorter {
  display: table-cell;
  vertical-align: middle;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  height: 1em;
  margin-top: 0.35em;
  margin-left: 0.57142857em;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  transition: all 0.3s;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9;
  transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  transition: all 0.3s;
}

:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  font-size: 12px;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: #1890ff;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: -0.15em;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  height: 0.5em;
  line-height: 0.5em;
}

.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  margin-top: 0.125em;
}

.ant-table-thead > tr > th.ant-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
  /* stylelint-disable-next-line */
  -webkit-background-clip: border-box;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
  padding-right: 30px !important;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: rgba(0, 0, 0, 0.65);
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  cursor: pointer;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f2f2f2;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #f2f2f2;
}

.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: rgba(0, 0, 0, 0.45);
}

.ant-table-thead > tr > th .ant-table-header-column {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
  display: table;
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
  display: table-cell;
  vertical-align: middle;
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
  position: relative;
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}

.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04);
}

.ant-table-thead > tr > th.ant-table-column-has-sorters {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}

.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}

.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}

.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.3s;
}

.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #e6f7ff;
}

.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}

.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fafafa;
}

.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}

.ant-table-thead > tr:hover {
  background: none;
}

.ant-table-footer {
  position: relative;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}

.ant-table-footer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  content: '';
}

.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}

.ant-table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
  border-radius: 4px 4px 0 0;
}

.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #e8e8e8;
}

.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0;
}

.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}

.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}

.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
}

.ant-table-tbody > tr.ant-table-row-selected td {
  color: inherit;
  background: #fafafa;
}

.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}

.ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(0, 0, 0, 0.01);
}

.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
  overflow-wrap: break-word;
}

.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center;
}

.ant-table-header {
  overflow: hidden;
  background: #fafafa;
}

.ant-table-header table {
  border-radius: 4px 4px 0 0;
}

.ant-table-loading {
  position: relative;
}

.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}

.ant-table-loading .ant-table-spin-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-left: -30px;
  line-height: 20px;
}

.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}

.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}

.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}

.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table,
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}

.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}

.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}

.ant-table-placeholder {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}

.ant-table-pagination.ant-pagination {
  float: right;
  margin: 16px 0;
}

.ant-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  border: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}

.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}

.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
  color: #1890ff;
  font-weight: bold;
  text-shadow: 0 0 2px #bae7ff;
}

.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}

.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}

.ant-table-filter-dropdown-btns {
  padding: 7px 8px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}

.ant-table-filter-dropdown-link {
  color: #1890ff;
}

.ant-table-filter-dropdown-link:hover {
  color: #40a9ff;
}

.ant-table-filter-dropdown-link:active {
  color: #096dd9;
}

.ant-table-filter-dropdown-link.confirm {
  float: left;
}

.ant-table-filter-dropdown-link.clear {
  float: right;
}

.ant-table-selection {
  white-space: nowrap;
}

.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}

.ant-table-selection .anticon-down {
  color: #bfbfbf;
  transition: all 0.3s;
}

.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}

.ant-table-selection-down {
  display: inline-block;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.ant-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6);
}

.ant-table-row-expand-icon {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  display: inline-block;
  width: 17px;
  height: 17px;
  color: inherit;
  line-height: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #40a9ff;
}

.ant-table-row-expand-icon:active {
  color: #096dd9;
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}

.ant-table-row-expanded::after {
  content: '-';
}

.ant-table-row-collapsed::after {
  content: '+';
}

.ant-table-row-spaced {
  visibility: hidden;
}

.ant-table-row-spaced::after {
  content: '.';
}

.ant-table-row-cell-ellipsis,
.ant-table-row-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-table-row-cell-ellipsis .ant-table-column-title {
  display: block;
}

.ant-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}

tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px;
}

.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}

.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}

.ant-table-scroll table {
  min-width: 100%;
}

.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  color: transparent;
}

.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) > * {
  visibility: hidden;
}

.ant-table-body-inner {
  height: 100%;
}

.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}

.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}

.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999;
}

.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}

.ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
  min-width: unset;
}

.ant-table-hide-scrollbar::-webkit-scrollbar {
  min-width: inherit;
  background-color: transparent;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0;
}

.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
  border-right-color: transparent;
}

.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: auto;
  overflow: hidden;
  border-radius: 0;
  transition: box-shadow 0.3s ease;
}

.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}

.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}

.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}

.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}

.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0;
}

.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}

.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}

.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0;
}

.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}

.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}

.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}

.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}

.ant-table colgroup > col.ant-table-selection-col {
  width: 60px;
}

.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
  margin-right: -15px;
}

.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
}

.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}

.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span {
  display: inline-block;
}

.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}

/**
* Another fix of Firefox:
*/

@supports (-moz-appearance: meterbar) {
  .ant-table-thead > tr > th.ant-table-column-has-actions {
    background-clip: padding-box;
  }
}

.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-content > .ant-table-footer {
  padding: 12px 8px;
}

.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}

.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -8px -13px;
}

.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-content > .ant-table-footer {
  padding: 8px 8px;
}

.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}

.ant-table-small > .ant-table-content > .ant-table-footer {
  background-color: transparent;
  border-top: 1px solid #e8e8e8;
}

.ant-table-small > .ant-table-content > .ant-table-footer::before {
  background-color: transparent;
}

.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}

.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: transparent;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  border-bottom: 1px solid #e8e8e8;
}

.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}

.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}

.ant-table-small > .ant-table-content .ant-table-header {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
}

.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}

.ant-table-small.ant-table-bordered {
  border-right: 0;
}

.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-footer::before {
  display: none;
}

.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.ant-table-small.ant-table-bordered .ant-table-thead > tr > th.ant-table-row-cell-last,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}

.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}

.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -8px -9px;
}

.ant-table-small.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-radius: 0 0 4px 4px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
}

.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #e8e8e8;
}

.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}

.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}

.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}

.ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}

.ant-timeline-item-head-red {
  color: #f5222d;
  border-color: #f5222d;
}

.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}

.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}

.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
  word-break: break-word;
}

.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}

.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  left: 50%;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}

.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #e8e8e8;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #e8e8e8;
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.ant-transfer-customize-list {
  display: flex;
}

.ant-transfer-customize-list .ant-transfer-operation {
  flex: none;
  align-self: center;
}

.ant-transfer-customize-list .ant-transfer-list {
  flex: auto;
  width: auto;
  height: auto;
  min-height: 200px;
}

.ant-transfer-customize-list .ant-transfer-list-body-with-search {
  padding-top: 0;
}

.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper {
  position: relative;
  padding-bottom: 0;
}

.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper {
  padding: 12px;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #e8e8e8;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}

.ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}

.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}

.ant-transfer-list {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
  padding-top: 40px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}

.ant-transfer-list-search {
  padding: 0 24px 0 8px;
}

.ant-transfer-list-search-action {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 28px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 32px;
  text-align: center;
}

.ant-transfer-list-search-action .anticon {
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}

.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.45);
}

span.ant-transfer-list-search-action {
  pointer-events: none;
}

.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px 9px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}

.ant-transfer-list-header-title {
  position: absolute;
  right: 12px;
}

.ant-transfer-list-header .ant-checkbox-wrapper + span {
  padding-left: 8px;
}

.ant-transfer-list-body {
  position: relative;
  height: 100%;
  font-size: 14px;
}

.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}

.ant-transfer-list-body-with-search {
  padding-top: 56px;
}

.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.ant-transfer-list-content > .LazyLoad {
  -webkit-animation: transferHighlightIn 1s;
  animation: transferHighlightIn 1s;
}

.ant-transfer-list-content-item {
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.ant-transfer-list-content-item > span {
  padding-right: 0;
}

.ant-transfer-list-content-item-text {
  padding-left: 8px;
}

.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #e6f7ff;
  cursor: pointer;
}

.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-transfer-list-body-not-found {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  transform: translateY(-50%);
}

.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
  margin-top: 16px;
}

.ant-transfer-list-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}

.ant-transfer-operation {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle;
}

.ant-transfer-operation .ant-btn {
  display: block;
}

.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}

.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}

@-webkit-keyframes transferHighlightIn {
  0% {
    background: #bae7ff;
  }

  100% {
    background: transparent;
  }
}

@keyframes transferHighlightIn {
  0% {
    background: #bae7ff;
  }

  100% {
    background: transparent;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}

.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: '';
}

.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}

.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}

.ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}

.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}

.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}

.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-select-tree {
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin: 0;
  margin-top: -4px;
  padding: 0 4px;
}

.ant-select-tree li {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}

.ant-select-tree li.filter-node > span {
  font-weight: 500;
}

.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}

.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bae7ff;
}

.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}

.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}

.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer;
}

.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #1890ff;
  font-size: 14px;
  transform: none;
}

.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ant-select-tree li span.ant-select-tree-switcher {
  position: relative;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}

:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}

:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  transform: rotate(-90deg);
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1890ff;
  font-size: 14px;
  transform: none;
}

.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle {
  display: none;
}

.ant-select-tree-child-tree {
  display: none;
}

.ant-select-tree-child-tree-open {
  display: block;
}

li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}

.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}

.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}

.ant-select-tree-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}

.ant-select-tree-dropdown .ant-select-dropdown-search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px;
  background: #fff;
}

.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}

.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}

.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}

.ant-select-tree-dropdown .ant-select-not-found {
  display: block;
  padding: 7px 16px;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.ant-tree.ant-tree-directory {
  position: relative;
}

.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}

.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}

.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background: #e6f7ff;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  transition: all 0.3s;
  content: '';
}

.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after {
  border-color: #fff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #1890ff;
}

.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #1890ff;
}

.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}

.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}

.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: '';
}

.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}

.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}

.ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}

.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}

.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}

.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.ant-tree {
  /* see https://github.com/ant-design/ant-design/issues/16259 */
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
}

.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 16.67%;
  left: 0;
  width: 100%;
  height: 66.67%;
}

.ant-tree ol,
.ant-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ant-tree li {
  margin: 0;
  padding: 4px 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}

.ant-tree li span[draggable],
.ant-tree li span[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.ant-tree li.drag-over > span[draggable] {
  color: white;
  background-color: #1890ff;
  opacity: 0.8;
}

.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #1890ff;
}

.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #1890ff;
}

.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}

.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #1890ff;
  font-size: 14px;
  transform: none;
}

.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open::after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close::after {
  opacity: 0;
}

.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #e6f7ff;
}

.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}

.ant-tree li span.ant-tree-checkbox {
  top: initial;
  height: 24px;
  margin: 0 4px 0 2px;
  padding: 4px 0;
}

.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  border: 0 none;
  outline: none;
  cursor: pointer;
}

.ant-tree li span.ant-tree-iconEle:empty {
  display: none;
}

.ant-tree li span.ant-tree-switcher {
  position: relative;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}

:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}

:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}

.ant-tree li:last-child > span.ant-tree-switcher::before,
.ant-tree li:last-child > span.ant-tree-iconEle::before {
  display: none;
}

.ant-tree > li:first-child {
  padding-top: 7px;
}

.ant-tree > li:last-child {
  padding-bottom: 7px;
}

.ant-tree-child-tree > li:first-child {
  padding-top: 8px;
}

.ant-tree-child-tree > li:last-child {
  padding-bottom: 0;
}

li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}

.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}

.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}

.ant-tree.ant-tree-show-line li {
  position: relative;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}

.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  transition: transform 0.3s;
}

.ant-tree.ant-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  height: calc(100% - 22px);
  margin: 22px 0 0;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}

.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}

.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper {
  width: calc(100% - 24px);
}

.ant-tree.ant-tree-block-node li span.ant-tree-checkbox + .ant-tree-node-content-wrapper {
  width: calc(100% - 46px);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}

.ant-upload p {
  margin: 0;
}

.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}

.ant-upload input[type='file'] {
  cursor: pointer;
}

.ant-upload.ant-upload-select {
  display: inline-block;
}

.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}

.ant-upload.ant-upload-select-picture-card {
  display: table;
  float: left;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}

.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}

.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #096dd9;
}

.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}

.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}

.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}

.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}

.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px;
}

.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}

.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}

.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}

.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}

.ant-upload-picture-card-wrapper {
  zoom: 1;
  display: inline-block;
  width: 100%;
}

.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: '';
}

.ant-upload-picture-card-wrapper::after {
  clear: both;
}

.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  zoom: 1;
}

.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: '';
}

.ant-upload-list::after {
  clear: both;
}

.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}

.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 28px;
}

.ant-upload-list-item {
  position: relative;
  height: 22px;
  margin-top: 8px;
  font-size: 14px;
}

.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}

.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
  opacity: 0;
}

.ant-upload-list-item-card-actions.picture {
  top: 25px;
  line-height: 1;
  opacity: 1;
}

.ant-upload-list-item-card-actions .anticon {
  padding-right: 6px;
  color: rgba(0, 0, 0, 0.45);
}

.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  transition: background-color 0.3s;
}

.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}

.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}

:root .ant-upload-list-item .anticon-close {
  font-size: 12px;
}

.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.65);
}

.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #e6f7ff;
}

.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}

.ant-upload-list-item:hover .ant-upload-list-item-card-actions {
  opacity: 1;
}

.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d;
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions {
  opacity: 1;
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #f5222d;
}

.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}

.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}

.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d;
}

.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}

.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}

.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}

.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}

.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}

.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 18px;
}

.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 36px;
}

.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}

.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}

.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}

.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}

.ant-upload-list-picture-card-container {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}

.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}

.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}

.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}

.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}

.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}

.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}

.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0;
}

.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold;
}

.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.ant-upload-list .ant-upload-animate-enter {
  -webkit-animation-name: uploadAnimateIn;
  animation-name: uploadAnimateIn;
}

.ant-upload-list .ant-upload-animate-leave {
  -webkit-animation-name: uploadAnimateOut;
  animation-name: uploadAnimateOut;
}

.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
  animation-name: uploadAnimateInlineIn;
}

.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
  animation-name: uploadAnimateInlineOut;
}

@-webkit-keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@-webkit-keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/base.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/base";
 */

/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com
 */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * 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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. 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 {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #f2f2f2; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #d6d6d6;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #d6d6d6;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #d6d6d6;
}

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

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
    * This injects any component classes registered by plugins.
    *
    * If using `postcss-import`, use this import instead:
    *
    * @import "tailwindcss/components";
    */

.container {
  width: 100%;
}

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

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

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

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

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

/**
    * Here you would add any of your custom component classes; stuff that you'd
    * want loaded *before* the utilities so that the utilities could still
    * override them.
    *
    * Example:
    *
    * .btn { ... }
    * .form-input { ... }
    *
    * Or if using a preprocessor or `postcss-import`:
    *
    * @import "components/buttons";
    * @import "components/forms";
    */

/**
    * This injects all of Tailwind's utility classes, generated based on your
    * config file.
    *
    * If using `postcss-import`, use this import instead:
    *
    * @import "tailwindcss/utilities";
    */

/* make ant table selection column checkboxes move visable */

.ant-table-selection-column .ant-checkbox .ant-checkbox-inner {
  border-color: #b7b7b7;
}

/* center icon in pagination next and prev buttons */

.ant-pagination-next svg,
.ant-pagination-prev svg {
  vertical-align: 0;
}

/* take pagination off the right edge */

.ant-table-pagination {
  padding-right: 0.25rem;
}

/* center icon in multi-select options */

.ant-select-remove-icon svg {
  vertical-align: 0;
}

/* center icon on button */

.ant-btn .anticon {
  padding: 0.25rem;
  line-height: 0;
}

/* button */

.btn {
  border-radius: 0.25rem;
  border-width: 1px;
  line-height: 1.5;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.btn.float-right {
  margin-right: 0;
}

/* button primary */

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* button gray */

.btn-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

/* button gray light */

.btn-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-text-opacity));
}

.btn-gray-light:hover, .btn-gray-light:active, .btn-gray-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-text-opacity));
}

/* button success */

.btn-success {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* button danger */

.btn-danger {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* button warning */

.btn-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* button outline primary */

.btn-outline-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

/* button outline gray */

.btn-outline-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-text-opacity));
}

.btn-outline-gray:hover, .btn-outline-gray:active, .btn-outline-gray:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-text-opacity));
}

/* button outline success */

.btn-outline-success {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-text-opacity));
}

.btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success:focus {
  --tw-border-opacity: 1;
  border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-text-opacity));
}

/* button outline danger */

.btn-outline-danger {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

.btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

/* button outline warning */

.btn-outline-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

/* alert modal */

.cus-modal .ant-modal-body {
  padding: 0;
  padding-bottom: 1.25rem;
}

.cus-modal .ant-modal-confirm-body i svg {
  fill: #ffffff;
}

.cus-modal .ant-modal-confirm-content {
  margin-left: 1.25rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.cus-modal .ant-modal-confirm-btns {
  padding-right: 1.25rem;
}

/* alert modal END*/

/* alart modal error */

/* error ok button */

.cus-modal-error .ant-btn.ant-btn-danger,
.cus-modal-confirm .ant-btn.ant-btn-danger {
  background-color: #ff2d2dcc;
  border: 1px solid #ff2d2d;
}

.cus-modal-error .ant-btn.ant-btn-danger, .cus-modal-confirm .ant-btn.ant-btn-danger {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* error cancel button */

.cus-modal-error .ant-btn, .cus-modal-confirm .ant-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

/* error modal border */

.cus-modal-error .ant-modal-content,
.cus-modal-confirm .ant-modal-content {
  border: 1px solid #ff2d2d;
}

/* error modal icon */

.cus-modal-error .ant-modal-confirm-body i,
.cus-modal-confirm .ant-modal-confirm-body i {
  background-color: #ff2d2dcc;
}

.cus-modal-error .ant-modal-confirm-body i, .cus-modal-confirm .ant-modal-confirm-body i {
  margin-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* error modal title */

.cus-modal-error .ant-modal-confirm-title,
.cus-modal-confirm .ant-modal-confirm-title {
  background-color: #ff2d2dcc;
}

.cus-modal-error .ant-modal-confirm-title, .cus-modal-confirm .ant-modal-confirm-title {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* error modal title */

.cus-modal-error .ant-modal-confirm-content, .cus-modal-confirm .ant-modal-confirm-content {
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

/* alart modal error END*/

/* alart modal info */

/* info ok button */

.cus-modal-info .ant-btn.ant-btn-danger {
  background-color: #3fa9f5cc;
  border: 1px solid #3fa9f5;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* info cancel button */

.cus-modal-info .ant-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

/* info modal border */

.cus-modal-info .ant-modal-content {
  border: 1px solid #3fa9f5;
}

/* info modal icon */

.cus-modal-info .ant-modal-confirm-body i {
  background-color: #3fa9f5cc;
  margin-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* info modal title */

.cus-modal-info .ant-modal-confirm-title {
  background-color: #3fa9f5cc;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* info modal title */

.cus-modal-info .ant-modal-confirm-content {
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

/* alart modal info END*/

/* alart modal success */

/* success ok button */

.cus-modal-success .ant-btn.ant-btn-danger {
  background-color: #88bc00cc;
  border: 1px solid #88bc00;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* success cancel button */

.cus-modal-success .ant-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

/* success modal border */

.cus-modal-success .ant-modal-content {
  border: 1px solid #88bc00cc;
}

/* success modal icon */

.cus-modal-success .ant-modal-confirm-body i {
  background-color: #88bc00cc;
  margin-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* success modal title */

.cus-modal-success .ant-modal-confirm-title {
  background-color: #88bc00cc;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* success modal title */

.cus-modal-success .ant-modal-confirm-content {
  --tw-text-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-text-opacity));
}

/* alart modal warning END*/

/* alart modal warning */

/* warning ok button */

.cus-modal-warning .ant-btn.ant-btn-danger {
  background-color: #ffb22dcc;
  border: 1px solid #ffb22d;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* warning cancel button */

.cus-modal-warning .ant-btn {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

/* warning modal border */

.cus-modal-warning .ant-modal-content {
  border: 1px solid #ffb22dcc;
}

/* warning modal icon */

.cus-modal-warning .ant-modal-confirm-body i {
  background-color: #ffb22dcc;
  margin-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* warning modal title */

.cus-modal-warning .ant-modal-confirm-title {
  background-color: #ffb22dcc;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* warning modal title */

.cus-modal-warning .ant-modal-confirm-content {
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

/* alart modal warning END*/

/* alert notification */

/* message and description */

.ant-notification-notice-content,
.ant-notification-notice-content .ant-notification-notice-message {
  color: #ffffff;
}

/* icon and close */

.ant-notification-notice-icon svg,
.ant-notification-close-icon svg {
  fill: #ffffff;
}

/* vue-tour styling */

.v-tour__target--highlighted {
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.4) !important;
}

.v-step {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 169, 245, var(--tw-bg-opacity)) !important;
  font-size: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.v-step[x-placement^='bottom'] .v-step__arrow {
  border-bottom-color: #3fa9f5 !important;
}

.v-step[x-placement^='right'] .v-step__arrow {
  border-right-color: #3fa9f5 !important;
}

.v-step[x-placement^='left'] .v-step__arrow {
  border-left-color: #3fa9f5 !important;
}

.v-step[x-placement^='top'] .v-step__arrow {
  border-top-color: white !important;
}

/* vue-tour styling end */

.ant-input-disabled {
  color: #676767 !important;
}

.ant-modal {
  color: #676767;
}

.header-hr-right {
  line-height: 0.1em;
  border-bottom-width: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  width: 100%;
}

.header-hr-right span,
.header-hr-right p {
  height: 10px;
  position: absolute;
  background-color: #fff;
  margin-top: -2px;
  padding: 0 1rem 0 0;
}

.width-fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.height-fit-content {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.height-inherit {
  height: inherit !important;
}

.max-width-inherit {
  max-width: inherit !important;
}

svg {
  vertical-align: baseline;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
}

.space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--tw-space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
}

.space-x-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-21 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
}

.space-x-21 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5.25rem * var(--tw-space-x-reverse));
  margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-22 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
}

.space-x-22 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5.5rem * var(--tw-space-x-reverse));
  margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-26 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
}

.space-x-26 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6.5rem * var(--tw-space-x-reverse));
  margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
}

.space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7.5rem * var(--tw-space-x-reverse));
  margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
}

.space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8.5rem * var(--tw-space-x-reverse));
  margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-38 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
}

.space-x-38 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9.5rem * var(--tw-space-x-reverse));
  margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-53 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13.25rem * var(--tw-space-y-reverse));
}

.space-x-53 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13.25rem * var(--tw-space-x-reverse));
  margin-left: calc(13.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
}

.space-x-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13.5rem * var(--tw-space-x-reverse));
  margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * var(--tw-space-y-reverse));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-74 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18.5rem * var(--tw-space-y-reverse));
}

.space-x-74 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18.5rem * var(--tw-space-x-reverse));
  margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-76 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(19rem * var(--tw-space-y-reverse));
}

.space-x-76 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(19rem * var(--tw-space-x-reverse));
  margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(21.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(21.25rem * var(--tw-space-y-reverse));
}

.space-x-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(21.25rem * var(--tw-space-x-reverse));
  margin-left: calc(21.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25rem * var(--tw-space-y-reverse));
}

.space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(25rem * var(--tw-space-x-reverse));
  margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-105 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(26.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(26.25rem * var(--tw-space-y-reverse));
}

.space-x-105 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(26.25rem * var(--tw-space-x-reverse));
  margin-left: calc(26.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-107 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(26.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(26.4rem * var(--tw-space-y-reverse));
}

.space-x-107 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(26.4rem * var(--tw-space-x-reverse));
  margin-left: calc(26.4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
}

.space-x-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(27.5rem * var(--tw-space-x-reverse));
  margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30rem * var(--tw-space-y-reverse));
}

.space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30rem * var(--tw-space-x-reverse));
  margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(38rem * var(--tw-space-y-reverse));
}

.space-x-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(38rem * var(--tw-space-x-reverse));
  margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-250px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(250px * var(--tw-space-y-reverse));
}

.space-x-250px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(250px * var(--tw-space-x-reverse));
  margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5% * var(--tw-space-y-reverse));
}

.space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5% * var(--tw-space-x-reverse));
  margin-left: calc(0.5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1% * var(--tw-space-y-reverse));
}

.space-x-1\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1% * var(--tw-space-x-reverse));
  margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2% * var(--tw-space-y-reverse));
}

.space-x-2\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2% * var(--tw-space-x-reverse));
  margin-left: calc(2% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3% * var(--tw-space-y-reverse));
}

.space-x-3\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3% * var(--tw-space-x-reverse));
  margin-left: calc(3% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4% * var(--tw-space-y-reverse));
}

.space-x-4\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4% * var(--tw-space-x-reverse));
  margin-left: calc(4% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-5\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5% * var(--tw-space-y-reverse));
}

.space-x-5\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5% * var(--tw-space-x-reverse));
  margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10% * var(--tw-space-y-reverse));
}

.space-x-10\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10% * var(--tw-space-x-reverse));
  margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-20\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20% * var(--tw-space-y-reverse));
}

.space-x-20\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20% * var(--tw-space-x-reverse));
  margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-23\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(23% * var(--tw-space-y-reverse));
}

.space-x-23\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(23% * var(--tw-space-x-reverse));
  margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-25\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25% * var(--tw-space-y-reverse));
}

.space-x-25\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(25% * var(--tw-space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-26\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(26% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(26% * var(--tw-space-y-reverse));
}

.space-x-26\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(26% * var(--tw-space-x-reverse));
  margin-left: calc(26% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-30\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30% * var(--tw-space-y-reverse));
}

.space-x-30\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30% * var(--tw-space-x-reverse));
  margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-40\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40% * var(--tw-space-y-reverse));
}

.space-x-40\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(40% * var(--tw-space-x-reverse));
  margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-50\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50% * var(--tw-space-y-reverse));
}

.space-x-50\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(50% * var(--tw-space-x-reverse));
  margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-60\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60% * var(--tw-space-y-reverse));
}

.space-x-60\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(60% * var(--tw-space-x-reverse));
  margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-70\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(70% * var(--tw-space-y-reverse));
}

.space-x-70\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(70% * var(--tw-space-x-reverse));
  margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-80\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80% * var(--tw-space-y-reverse));
}

.space-x-80\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(80% * var(--tw-space-x-reverse));
  margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-90\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(90% * var(--tw-space-y-reverse));
}

.space-x-90\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(90% * var(--tw-space-x-reverse));
  margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-95\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(95% * var(--tw-space-y-reverse));
}

.space-x-95\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(95% * var(--tw-space-x-reverse));
  margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-96\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(96% * var(--tw-space-y-reverse));
}

.space-x-96\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(96% * var(--tw-space-x-reverse));
  margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-97\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(97% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(97% * var(--tw-space-y-reverse));
}

.space-x-97\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(97% * var(--tw-space-x-reverse));
  margin-left: calc(97% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-98\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(98% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(98% * var(--tw-space-y-reverse));
}

.space-x-98\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(98% * var(--tw-space-x-reverse));
  margin-left: calc(98% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-99\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(99% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(99% * var(--tw-space-y-reverse));
}

.space-x-99\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(99% * var(--tw-space-x-reverse));
  margin-left: calc(99% * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-36vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(36vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(36vh * var(--tw-space-y-reverse));
}

.space-x-36vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(36vh * var(--tw-space-x-reverse));
  margin-left: calc(36vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-75vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(75vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(75vh * var(--tw-space-y-reverse));
}

.space-x-75vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(75vh * var(--tw-space-x-reverse));
  margin-left: calc(75vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-78vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(78vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(78vh * var(--tw-space-y-reverse));
}

.space-x-78vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(78vh * var(--tw-space-x-reverse));
  margin-left: calc(78vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-80vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80vh * var(--tw-space-y-reverse));
}

.space-x-80vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(80vh * var(--tw-space-x-reverse));
  margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-82vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(82vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(82vh * var(--tw-space-y-reverse));
}

.space-x-82vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(82vh * var(--tw-space-x-reverse));
  margin-left: calc(82vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
}

.-space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
}

.-space-x-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-21 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
}

.-space-x-21 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-22 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
}

.-space-x-22 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-26 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
}

.-space-x-26 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
}

.-space-x-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
}

.-space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-38 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
}

.-space-x-38 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-53 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13.25rem * var(--tw-space-y-reverse));
}

.-space-x-53 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-13.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
}

.-space-x-54 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18rem * var(--tw-space-x-reverse));
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-74 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse));
}

.-space-x-74 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-18.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-76 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
}

.-space-x-76 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-19rem * var(--tw-space-x-reverse));
  margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-21.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-21.25rem * var(--tw-space-y-reverse));
}

.-space-x-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-21.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-21.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
}

.-space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-25rem * var(--tw-space-x-reverse));
  margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-105 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-26.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-26.25rem * var(--tw-space-y-reverse));
}

.-space-x-105 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-26.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-26.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-107 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-26.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-26.4rem * var(--tw-space-y-reverse));
}

.-space-x-107 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-26.4rem * var(--tw-space-x-reverse));
  margin-left: calc(-26.4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
}

.-space-x-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
}

.-space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-30rem * var(--tw-space-x-reverse));
  margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
}

.-space-x-130 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-38rem * var(--tw-space-x-reverse));
  margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-250px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-250px * var(--tw-space-y-reverse));
}

.-space-x-250px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-250px * var(--tw-space-x-reverse));
  margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5% * var(--tw-space-y-reverse));
}

.-space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5% * var(--tw-space-x-reverse));
  margin-left: calc(-0.5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-1\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1% * var(--tw-space-y-reverse));
}

.-space-x-1\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1% * var(--tw-space-x-reverse));
  margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-2\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2% * var(--tw-space-y-reverse));
}

.-space-x-2\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2% * var(--tw-space-x-reverse));
  margin-left: calc(-2% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-3\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3% * var(--tw-space-y-reverse));
}

.-space-x-3\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3% * var(--tw-space-x-reverse));
  margin-left: calc(-3% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-4\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4% * var(--tw-space-y-reverse));
}

.-space-x-4\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4% * var(--tw-space-x-reverse));
  margin-left: calc(-4% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-5\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-5% * var(--tw-space-y-reverse));
}

.-space-x-5\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-5% * var(--tw-space-x-reverse));
  margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-10\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10% * var(--tw-space-y-reverse));
}

.-space-x-10\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10% * var(--tw-space-x-reverse));
  margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-20\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20% * var(--tw-space-y-reverse));
}

.-space-x-20\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20% * var(--tw-space-x-reverse));
  margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-23% * var(--tw-space-y-reverse));
}

.-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-23% * var(--tw-space-x-reverse));
  margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-25\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-25% * var(--tw-space-y-reverse));
}

.-space-x-25\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-25% * var(--tw-space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-26\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-26% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-26% * var(--tw-space-y-reverse));
}

.-space-x-26\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-26% * var(--tw-space-x-reverse));
  margin-left: calc(-26% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-30% * var(--tw-space-y-reverse));
}

.-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-30% * var(--tw-space-x-reverse));
  margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-40\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-40% * var(--tw-space-y-reverse));
}

.-space-x-40\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-40% * var(--tw-space-x-reverse));
  margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-50\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-50% * var(--tw-space-y-reverse));
}

.-space-x-50\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-50% * var(--tw-space-x-reverse));
  margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-60\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-60% * var(--tw-space-y-reverse));
}

.-space-x-60\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-60% * var(--tw-space-x-reverse));
  margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-70\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-70% * var(--tw-space-y-reverse));
}

.-space-x-70\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-70% * var(--tw-space-x-reverse));
  margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-80\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-80% * var(--tw-space-y-reverse));
}

.-space-x-80\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-80% * var(--tw-space-x-reverse));
  margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-90\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-90% * var(--tw-space-y-reverse));
}

.-space-x-90\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-90% * var(--tw-space-x-reverse));
  margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-95\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-95% * var(--tw-space-y-reverse));
}

.-space-x-95\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-95% * var(--tw-space-x-reverse));
  margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-96\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-96% * var(--tw-space-y-reverse));
}

.-space-x-96\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-96% * var(--tw-space-x-reverse));
  margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-97\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-97% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-97% * var(--tw-space-y-reverse));
}

.-space-x-97\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-97% * var(--tw-space-x-reverse));
  margin-left: calc(-97% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-98\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-98% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-98% * var(--tw-space-y-reverse));
}

.-space-x-98\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-98% * var(--tw-space-x-reverse));
  margin-left: calc(-98% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-99\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-99% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-99% * var(--tw-space-y-reverse));
}

.-space-x-99\% > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-99% * var(--tw-space-x-reverse));
  margin-left: calc(-99% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-36vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-36vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-36vh * var(--tw-space-y-reverse));
}

.-space-x-36vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-36vh * var(--tw-space-x-reverse));
  margin-left: calc(-36vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-75vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-75vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-75vh * var(--tw-space-y-reverse));
}

.-space-x-75vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-75vh * var(--tw-space-x-reverse));
  margin-left: calc(-75vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-78vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-78vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-78vh * var(--tw-space-y-reverse));
}

.-space-x-78vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-78vh * var(--tw-space-x-reverse));
  margin-left: calc(-78vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-80vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
}

.-space-x-80vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-80vh * var(--tw-space-x-reverse));
  margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-y-82vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-82vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-82vh * var(--tw-space-y-reverse));
}

.-space-x-82vh > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-82vh * var(--tw-space-x-reverse));
  margin-left: calc(-82vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-epic-off-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(197, 231, 255, var(--tw-divide-opacity));
}

.divide-epic-pale-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(177, 222, 255, var(--tw-divide-opacity));
}

.divide-epic-dark-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(25, 59, 84, var(--tw-divide-opacity));
}

.divide-epic-light-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 191, 243, var(--tw-divide-opacity));
}

.divide-epic-purple > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(117, 112, 179, var(--tw-divide-opacity));
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(232, 232, 232, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(133, 133, 133, var(--tw-divide-opacity));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-divide-opacity));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(59, 59, 59, var(--tw-divide-opacity));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-divide-opacity));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 182, 182, var(--tw-divide-opacity));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 122, 122, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 96, 96, var(--tw-divide-opacity));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 71, 71, var(--tw-divide-opacity));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-divide-opacity));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 20, 20, var(--tw-divide-opacity));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 0, 0, var(--tw-divide-opacity));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 0, 0, var(--tw-divide-opacity));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(202, 0, 0, var(--tw-divide-opacity));
}

.divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 234, 199, var(--tw-divide-opacity));
}

.divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 206, 122, var(--tw-divide-opacity));
}

.divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 197, 96, var(--tw-divide-opacity));
}

.divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 187, 71, var(--tw-divide-opacity));
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-divide-opacity));
}

.divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 169, 20, var(--tw-divide-opacity));
}

.divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 158, 0, var(--tw-divide-opacity));
}

.divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(224, 142, 0, var(--tw-divide-opacity));
}

.divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(148, 94, 0, var(--tw-divide-opacity));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 240, var(--tw-divide-opacity));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 252, 191, var(--tw-divide-opacity));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 240, 137, var(--tw-divide-opacity));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(246, 224, 94, var(--tw-divide-opacity));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(236, 201, 75, var(--tw-divide-opacity));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 158, 46, var(--tw-divide-opacity));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(183, 121, 31, var(--tw-divide-opacity));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(151, 90, 22, var(--tw-divide-opacity));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(116, 66, 16, var(--tw-divide-opacity));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(208, 255, 87, var(--tw-divide-opacity));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 255, 10, var(--tw-divide-opacity));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(173, 239, 0, var(--tw-divide-opacity));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(154, 214, 0, var(--tw-divide-opacity));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 188, 0, var(--tw-divide-opacity));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(118, 163, 0, var(--tw-divide-opacity));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(99, 137, 0, var(--tw-divide-opacity));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(81, 112, 0, var(--tw-divide-opacity));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(26, 36, 0, var(--tw-divide-opacity));
}

.divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(230, 255, 250, var(--tw-divide-opacity));
}

.divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(178, 245, 234, var(--tw-divide-opacity));
}

.divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(129, 230, 217, var(--tw-divide-opacity));
}

.divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(79, 209, 197, var(--tw-divide-opacity));
}

.divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(56, 178, 172, var(--tw-divide-opacity));
}

.divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(49, 151, 149, var(--tw-divide-opacity));
}

.divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(44, 122, 123, var(--tw-divide-opacity));
}

.divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(40, 94, 97, var(--tw-divide-opacity));
}

.divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(35, 78, 82, var(--tw-divide-opacity));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 234, 253, var(--tw-divide-opacity));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 202, 249, var(--tw-divide-opacity));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(111, 191, 248, var(--tw-divide-opacity));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(87, 180, 246, var(--tw-divide-opacity));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-divide-opacity));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(39, 158, 244, var(--tw-divide-opacity));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(15, 147, 242, var(--tw-divide-opacity));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(11, 133, 220, var(--tw-divide-opacity));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(7, 89, 147, var(--tw-divide-opacity));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(235, 244, 255, var(--tw-divide-opacity));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(195, 218, 254, var(--tw-divide-opacity));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 191, 250, var(--tw-divide-opacity));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(127, 156, 245, var(--tw-divide-opacity));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(102, 126, 234, var(--tw-divide-opacity));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(90, 103, 216, var(--tw-divide-opacity));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(76, 81, 191, var(--tw-divide-opacity));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(67, 65, 144, var(--tw-divide-opacity));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(60, 54, 107, var(--tw-divide-opacity));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(233, 216, 253, var(--tw-divide-opacity));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(214, 188, 250, var(--tw-divide-opacity));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(183, 148, 244, var(--tw-divide-opacity));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(159, 122, 234, var(--tw-divide-opacity));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(128, 90, 213, var(--tw-divide-opacity));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 70, 193, var(--tw-divide-opacity));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(85, 60, 154, var(--tw-divide-opacity));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(68, 51, 122, var(--tw-divide-opacity));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 245, 247, var(--tw-divide-opacity));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(254, 215, 226, var(--tw-divide-opacity));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(251, 182, 206, var(--tw-divide-opacity));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(246, 135, 179, var(--tw-divide-opacity));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(237, 100, 166, var(--tw-divide-opacity));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(213, 63, 140, var(--tw-divide-opacity));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(184, 50, 128, var(--tw-divide-opacity));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(151, 38, 109, var(--tw-divide-opacity));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(112, 36, 89, var(--tw-divide-opacity));
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus-within\:sr-only:focus-within {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus-within\:not-sr-only:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-epic-off-white {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
}

.bg-epic-pale-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
}

.bg-epic-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
}

.bg-epic-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
}

.bg-epic-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
}

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

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
}

.hover\:bg-epic-off-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
}

.hover\:bg-epic-pale-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
}

.hover\:bg-epic-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
}

.hover\:bg-epic-light-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
}

.hover\:bg-epic-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
}

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

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

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
}

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
}

.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
}

.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
}

.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
}

.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
}

.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
}

.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
}

.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
}

.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
}

.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
}

.hover\:bg-teal-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
}

.focus\:bg-epic-off-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
}

.focus\:bg-epic-pale-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
}

.focus\:bg-epic-dark-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
}

.focus\:bg-epic-light-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
}

.focus\:bg-epic-purple:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
}

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

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

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-orange-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
}

.focus\:bg-orange-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
}

.focus\:bg-orange-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
}

.focus\:bg-orange-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
}

.focus\:bg-orange-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
}

.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
}

.focus\:bg-orange-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
}

.focus\:bg-orange-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
}

.focus\:bg-orange-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
}

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
}

.focus\:bg-yellow-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
}

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
}

.focus\:bg-teal-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
}

.focus\:bg-teal-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
}

.focus\:bg-teal-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
}

.focus\:bg-teal-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
}

.focus\:bg-teal-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
}

.focus\:bg-teal-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
}

.focus\:bg-teal-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
}

.focus\:bg-teal-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
}

.focus\:bg-teal-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.focus\:bg-purple-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
}

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
}

.focus\:bg-purple-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
}

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-epic-off-white {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-epic-pale-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-epic-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-epic-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-epic-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-epic-off-white {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-epic-pale-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-epic-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-epic-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-epic-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
}

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

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

.group:focus .group-focus\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
}

.group:focus .group-focus\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-epic-off-white {
  --tw-gradient-from: #C5E7FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
}

.from-epic-pale-blue {
  --tw-gradient-from: #B1DEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
}

.from-epic-dark-blue {
  --tw-gradient-from: #193B54;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
}

.from-epic-light-blue {
  --tw-gradient-from: #00bff3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
}

.from-epic-purple {
  --tw-gradient-from: #7570b3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-current {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gray-100 {
  --tw-gradient-from: #f8f8f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.from-gray-200 {
  --tw-gradient-from: #f2f2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
}

.from-gray-300 {
  --tw-gradient-from: #e8e8e8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
}

.from-gray-400 {
  --tw-gradient-from: #d6d6d6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.from-gray-500 {
  --tw-gradient-from: #b9b9b9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
}

.from-gray-600 {
  --tw-gradient-from: #858585;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
}

.from-gray-700 {
  --tw-gradient-from: #676767;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
}

.from-gray-800 {
  --tw-gradient-from: #3b3b3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
}

.from-gray-900 {
  --tw-gradient-from: #333333;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
}

.from-red-100 {
  --tw-gradient-from: #ffb6b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
}

.from-red-200 {
  --tw-gradient-from: #ff7a7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
}

.from-red-300 {
  --tw-gradient-from: #ff6060;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
}

.from-red-400 {
  --tw-gradient-from: #ff4747;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
}

.from-red-500 {
  --tw-gradient-from: #ff2d2d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
}

.from-red-600 {
  --tw-gradient-from: #ff1414;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
}

.from-red-700 {
  --tw-gradient-from: #f90000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
}

.from-red-800 {
  --tw-gradient-from: #e00000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
}

.from-red-900 {
  --tw-gradient-from: #ca0000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
}

.from-orange-100 {
  --tw-gradient-from: #ffeac7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
}

.from-orange-200 {
  --tw-gradient-from: #ffce7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
}

.from-orange-300 {
  --tw-gradient-from: #ffc560;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
}

.from-orange-400 {
  --tw-gradient-from: #ffbb47;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
}

.from-orange-500 {
  --tw-gradient-from: #FFB22D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
}

.from-orange-600 {
  --tw-gradient-from: #ffa914;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
}

.from-orange-700 {
  --tw-gradient-from: #f99e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
}

.from-orange-800 {
  --tw-gradient-from: #e08e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
}

.from-orange-900 {
  --tw-gradient-from: #945e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
}

.from-yellow-100 {
  --tw-gradient-from: #fffff0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
}

.from-yellow-200 {
  --tw-gradient-from: #fefcbf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
}

.from-yellow-300 {
  --tw-gradient-from: #faf089;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
}

.from-yellow-400 {
  --tw-gradient-from: #f6e05e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
}

.from-yellow-500 {
  --tw-gradient-from: #ecc94b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
}

.from-yellow-600 {
  --tw-gradient-from: #d69e2e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
}

.from-yellow-700 {
  --tw-gradient-from: #b7791f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
}

.from-yellow-800 {
  --tw-gradient-from: #975a16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
}

.from-yellow-900 {
  --tw-gradient-from: #744210;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
}

.from-green-100 {
  --tw-gradient-from: #d0ff57;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
}

.from-green-200 {
  --tw-gradient-from: #bbff0a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
}

.from-green-300 {
  --tw-gradient-from: #adef00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
}

.from-green-400 {
  --tw-gradient-from: #9ad600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
}

.from-green-500 {
  --tw-gradient-from: #88BC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
}

.from-green-600 {
  --tw-gradient-from: #76a300;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
}

.from-green-700 {
  --tw-gradient-from: #638900;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
}

.from-green-800 {
  --tw-gradient-from: #517000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
}

.from-green-900 {
  --tw-gradient-from: #1a2400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
}

.from-teal-100 {
  --tw-gradient-from: #e6fffa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
}

.from-teal-200 {
  --tw-gradient-from: #b2f5ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
}

.from-teal-300 {
  --tw-gradient-from: #81e6d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
}

.from-teal-400 {
  --tw-gradient-from: #4fd1c5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
}

.from-teal-500 {
  --tw-gradient-from: #38b2ac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
}

.from-teal-600 {
  --tw-gradient-from: #319795;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
}

.from-teal-700 {
  --tw-gradient-from: #2c7a7b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
}

.from-teal-800 {
  --tw-gradient-from: #285e61;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
}

.from-teal-900 {
  --tw-gradient-from: #234e52;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
}

.from-blue-100 {
  --tw-gradient-from: #d1eafd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
}

.from-blue-200 {
  --tw-gradient-from: #88caf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
}

.from-blue-300 {
  --tw-gradient-from: #6fbff8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
}

.from-blue-400 {
  --tw-gradient-from: #57b4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
}

.from-blue-500 {
  --tw-gradient-from: #3fa9f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
}

.from-blue-600 {
  --tw-gradient-from: #279ef4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
}

.from-blue-700 {
  --tw-gradient-from: #0f93f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
}

.from-blue-800 {
  --tw-gradient-from: #0b85dc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
}

.from-blue-900 {
  --tw-gradient-from: #075993;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
}

.from-indigo-100 {
  --tw-gradient-from: #ebf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
}

.from-indigo-200 {
  --tw-gradient-from: #c3dafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
}

.from-indigo-300 {
  --tw-gradient-from: #a3bffa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
}

.from-indigo-400 {
  --tw-gradient-from: #7f9cf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
}

.from-indigo-500 {
  --tw-gradient-from: #667eea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
}

.from-indigo-600 {
  --tw-gradient-from: #5a67d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
}

.from-indigo-700 {
  --tw-gradient-from: #4c51bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
}

.from-indigo-800 {
  --tw-gradient-from: #434190;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
}

.from-indigo-900 {
  --tw-gradient-from: #3c366b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
}

.from-purple-100 {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.from-purple-200 {
  --tw-gradient-from: #e9d8fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
}

.from-purple-300 {
  --tw-gradient-from: #d6bcfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
}

.from-purple-400 {
  --tw-gradient-from: #b794f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
}

.from-purple-500 {
  --tw-gradient-from: #9f7aea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
}

.from-purple-600 {
  --tw-gradient-from: #805ad5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
}

.from-purple-700 {
  --tw-gradient-from: #6b46c1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
}

.from-purple-800 {
  --tw-gradient-from: #553c9a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
}

.from-purple-900 {
  --tw-gradient-from: #44337a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
}

.from-pink-100 {
  --tw-gradient-from: #fff5f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
}

.from-pink-200 {
  --tw-gradient-from: #fed7e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
}

.from-pink-300 {
  --tw-gradient-from: #fbb6ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
}

.from-pink-400 {
  --tw-gradient-from: #f687b3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
}

.from-pink-500 {
  --tw-gradient-from: #ed64a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
}

.from-pink-600 {
  --tw-gradient-from: #d53f8c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
}

.from-pink-700 {
  --tw-gradient-from: #b83280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
}

.from-pink-800 {
  --tw-gradient-from: #97266d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
}

.from-pink-900 {
  --tw-gradient-from: #702459;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
}

.via-epic-off-white {
  --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
}

.via-epic-pale-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
}

.via-epic-dark-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
}

.via-epic-light-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
}

.via-epic-purple {
  --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
}

.via-orange-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
}

.via-orange-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
}

.via-orange-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
}

.via-orange-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
}

.via-orange-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
}

.via-orange-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
}

.via-orange-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
}

.via-orange-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
}

.via-orange-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
}

.via-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
}

.via-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
}

.via-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
}

.via-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
}

.via-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
}

.via-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
}

.via-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
}

.via-teal-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
}

.via-teal-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
}

.via-teal-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
}

.via-teal-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
}

.via-teal-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
}

.via-teal-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
}

.via-teal-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
}

.via-teal-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
}

.via-teal-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
}

.via-purple-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.via-purple-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
}

.via-purple-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
}

.via-purple-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
}

.via-purple-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
}

.via-purple-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
}

.via-purple-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
}

.via-purple-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
}

.via-purple-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
}

.to-epic-off-white {
  --tw-gradient-to: #C5E7FF;
}

.to-epic-pale-blue {
  --tw-gradient-to: #B1DEFF;
}

.to-epic-dark-blue {
  --tw-gradient-to: #193B54;
}

.to-epic-light-blue {
  --tw-gradient-to: #00bff3;
}

.to-epic-purple {
  --tw-gradient-to: #7570b3;
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-current {
  --tw-gradient-to: currentColor;
}

.to-black {
  --tw-gradient-to: #000;
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-gray-100 {
  --tw-gradient-to: #f8f8f8;
}

.to-gray-200 {
  --tw-gradient-to: #f2f2f2;
}

.to-gray-300 {
  --tw-gradient-to: #e8e8e8;
}

.to-gray-400 {
  --tw-gradient-to: #d6d6d6;
}

.to-gray-500 {
  --tw-gradient-to: #b9b9b9;
}

.to-gray-600 {
  --tw-gradient-to: #858585;
}

.to-gray-700 {
  --tw-gradient-to: #676767;
}

.to-gray-800 {
  --tw-gradient-to: #3b3b3b;
}

.to-gray-900 {
  --tw-gradient-to: #333333;
}

.to-red-100 {
  --tw-gradient-to: #ffb6b6;
}

.to-red-200 {
  --tw-gradient-to: #ff7a7a;
}

.to-red-300 {
  --tw-gradient-to: #ff6060;
}

.to-red-400 {
  --tw-gradient-to: #ff4747;
}

.to-red-500 {
  --tw-gradient-to: #ff2d2d;
}

.to-red-600 {
  --tw-gradient-to: #ff1414;
}

.to-red-700 {
  --tw-gradient-to: #f90000;
}

.to-red-800 {
  --tw-gradient-to: #e00000;
}

.to-red-900 {
  --tw-gradient-to: #ca0000;
}

.to-orange-100 {
  --tw-gradient-to: #ffeac7;
}

.to-orange-200 {
  --tw-gradient-to: #ffce7a;
}

.to-orange-300 {
  --tw-gradient-to: #ffc560;
}

.to-orange-400 {
  --tw-gradient-to: #ffbb47;
}

.to-orange-500 {
  --tw-gradient-to: #FFB22D;
}

.to-orange-600 {
  --tw-gradient-to: #ffa914;
}

.to-orange-700 {
  --tw-gradient-to: #f99e00;
}

.to-orange-800 {
  --tw-gradient-to: #e08e00;
}

.to-orange-900 {
  --tw-gradient-to: #945e00;
}

.to-yellow-100 {
  --tw-gradient-to: #fffff0;
}

.to-yellow-200 {
  --tw-gradient-to: #fefcbf;
}

.to-yellow-300 {
  --tw-gradient-to: #faf089;
}

.to-yellow-400 {
  --tw-gradient-to: #f6e05e;
}

.to-yellow-500 {
  --tw-gradient-to: #ecc94b;
}

.to-yellow-600 {
  --tw-gradient-to: #d69e2e;
}

.to-yellow-700 {
  --tw-gradient-to: #b7791f;
}

.to-yellow-800 {
  --tw-gradient-to: #975a16;
}

.to-yellow-900 {
  --tw-gradient-to: #744210;
}

.to-green-100 {
  --tw-gradient-to: #d0ff57;
}

.to-green-200 {
  --tw-gradient-to: #bbff0a;
}

.to-green-300 {
  --tw-gradient-to: #adef00;
}

.to-green-400 {
  --tw-gradient-to: #9ad600;
}

.to-green-500 {
  --tw-gradient-to: #88BC00;
}

.to-green-600 {
  --tw-gradient-to: #76a300;
}

.to-green-700 {
  --tw-gradient-to: #638900;
}

.to-green-800 {
  --tw-gradient-to: #517000;
}

.to-green-900 {
  --tw-gradient-to: #1a2400;
}

.to-teal-100 {
  --tw-gradient-to: #e6fffa;
}

.to-teal-200 {
  --tw-gradient-to: #b2f5ea;
}

.to-teal-300 {
  --tw-gradient-to: #81e6d9;
}

.to-teal-400 {
  --tw-gradient-to: #4fd1c5;
}

.to-teal-500 {
  --tw-gradient-to: #38b2ac;
}

.to-teal-600 {
  --tw-gradient-to: #319795;
}

.to-teal-700 {
  --tw-gradient-to: #2c7a7b;
}

.to-teal-800 {
  --tw-gradient-to: #285e61;
}

.to-teal-900 {
  --tw-gradient-to: #234e52;
}

.to-blue-100 {
  --tw-gradient-to: #d1eafd;
}

.to-blue-200 {
  --tw-gradient-to: #88caf9;
}

.to-blue-300 {
  --tw-gradient-to: #6fbff8;
}

.to-blue-400 {
  --tw-gradient-to: #57b4f6;
}

.to-blue-500 {
  --tw-gradient-to: #3fa9f5;
}

.to-blue-600 {
  --tw-gradient-to: #279ef4;
}

.to-blue-700 {
  --tw-gradient-to: #0f93f2;
}

.to-blue-800 {
  --tw-gradient-to: #0b85dc;
}

.to-blue-900 {
  --tw-gradient-to: #075993;
}

.to-indigo-100 {
  --tw-gradient-to: #ebf4ff;
}

.to-indigo-200 {
  --tw-gradient-to: #c3dafe;
}

.to-indigo-300 {
  --tw-gradient-to: #a3bffa;
}

.to-indigo-400 {
  --tw-gradient-to: #7f9cf5;
}

.to-indigo-500 {
  --tw-gradient-to: #667eea;
}

.to-indigo-600 {
  --tw-gradient-to: #5a67d8;
}

.to-indigo-700 {
  --tw-gradient-to: #4c51bf;
}

.to-indigo-800 {
  --tw-gradient-to: #434190;
}

.to-indigo-900 {
  --tw-gradient-to: #3c366b;
}

.to-purple-100 {
  --tw-gradient-to: #faf5ff;
}

.to-purple-200 {
  --tw-gradient-to: #e9d8fd;
}

.to-purple-300 {
  --tw-gradient-to: #d6bcfa;
}

.to-purple-400 {
  --tw-gradient-to: #b794f4;
}

.to-purple-500 {
  --tw-gradient-to: #9f7aea;
}

.to-purple-600 {
  --tw-gradient-to: #805ad5;
}

.to-purple-700 {
  --tw-gradient-to: #6b46c1;
}

.to-purple-800 {
  --tw-gradient-to: #553c9a;
}

.to-purple-900 {
  --tw-gradient-to: #44337a;
}

.to-pink-100 {
  --tw-gradient-to: #fff5f7;
}

.to-pink-200 {
  --tw-gradient-to: #fed7e2;
}

.to-pink-300 {
  --tw-gradient-to: #fbb6ce;
}

.to-pink-400 {
  --tw-gradient-to: #f687b3;
}

.to-pink-500 {
  --tw-gradient-to: #ed64a6;
}

.to-pink-600 {
  --tw-gradient-to: #d53f8c;
}

.to-pink-700 {
  --tw-gradient-to: #b83280;
}

.to-pink-800 {
  --tw-gradient-to: #97266d;
}

.to-pink-900 {
  --tw-gradient-to: #702459;
}

.hover\:from-epic-off-white:hover {
  --tw-gradient-from: #C5E7FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
}

.hover\:from-epic-pale-blue:hover {
  --tw-gradient-from: #B1DEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
}

.hover\:from-epic-dark-blue:hover {
  --tw-gradient-from: #193B54;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
}

.hover\:from-epic-light-blue:hover {
  --tw-gradient-from: #00bff3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
}

.hover\:from-epic-purple:hover {
  --tw-gradient-from: #7570b3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-black:hover {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f8f8f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #f2f2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #e8e8e8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #d6d6d6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #b9b9b9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #858585;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #676767;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #3b3b3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #333333;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #ffb6b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #ff7a7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #ff6060;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #ff4747;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ff2d2d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #ff1414;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #f90000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #e00000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #ca0000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
}

.hover\:from-orange-100:hover {
  --tw-gradient-from: #ffeac7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
}

.hover\:from-orange-200:hover {
  --tw-gradient-from: #ffce7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
}

.hover\:from-orange-300:hover {
  --tw-gradient-from: #ffc560;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
}

.hover\:from-orange-400:hover {
  --tw-gradient-from: #ffbb47;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
}

.hover\:from-orange-500:hover {
  --tw-gradient-from: #FFB22D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ffa914;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
}

.hover\:from-orange-700:hover {
  --tw-gradient-from: #f99e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
}

.hover\:from-orange-800:hover {
  --tw-gradient-from: #e08e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
}

.hover\:from-orange-900:hover {
  --tw-gradient-from: #945e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fffff0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fefcbf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #faf089;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #f6e05e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #ecc94b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #d69e2e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #b7791f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #975a16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #744210;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #d0ff57;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #bbff0a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #adef00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #9ad600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #88BC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #76a300;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #638900;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #517000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #1a2400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
}

.hover\:from-teal-100:hover {
  --tw-gradient-from: #e6fffa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
}

.hover\:from-teal-200:hover {
  --tw-gradient-from: #b2f5ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
}

.hover\:from-teal-300:hover {
  --tw-gradient-from: #81e6d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
}

.hover\:from-teal-400:hover {
  --tw-gradient-from: #4fd1c5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
}

.hover\:from-teal-500:hover {
  --tw-gradient-from: #38b2ac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
}

.hover\:from-teal-600:hover {
  --tw-gradient-from: #319795;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
}

.hover\:from-teal-700:hover {
  --tw-gradient-from: #2c7a7b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
}

.hover\:from-teal-800:hover {
  --tw-gradient-from: #285e61;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
}

.hover\:from-teal-900:hover {
  --tw-gradient-from: #234e52;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #d1eafd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #88caf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #6fbff8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #57b4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3fa9f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #279ef4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #0f93f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #0b85dc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #075993;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #ebf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c3dafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a3bffa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #7f9cf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #667eea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #5a67d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4c51bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #434190;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #3c366b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #e9d8fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #d6bcfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #b794f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #9f7aea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #805ad5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #6b46c1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #553c9a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #44337a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fff5f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fed7e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #fbb6ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f687b3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ed64a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #d53f8c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #b83280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #97266d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #702459;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
}

.hover\:via-epic-off-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
}

.hover\:via-epic-pale-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
}

.hover\:via-epic-dark-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
}

.hover\:via-epic-light-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
}

.hover\:via-epic-purple:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
}

.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
}

.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
}

.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
}

.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
}

.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
}

.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
}

.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
}

.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
}

.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
}

.hover\:via-orange-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
}

.hover\:via-orange-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
}

.hover\:via-orange-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
}

.hover\:via-orange-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
}

.hover\:via-orange-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
}

.hover\:via-orange-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
}

.hover\:via-orange-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
}

.hover\:via-orange-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
}

.hover\:via-orange-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
}

.hover\:via-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
}

.hover\:via-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
}

.hover\:via-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
}

.hover\:via-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
}

.hover\:via-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
}

.hover\:via-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
}

.hover\:via-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
}

.hover\:via-teal-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
}

.hover\:via-teal-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
}

.hover\:via-teal-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
}

.hover\:via-teal-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
}

.hover\:via-teal-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
}

.hover\:via-teal-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
}

.hover\:via-teal-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
}

.hover\:via-teal-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
}

.hover\:via-teal-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
}

.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
}

.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
}

.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
}

.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
}

.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
}

.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
}

.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
}

.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
}

.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
}

.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
}

.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
}

.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
}

.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
}

.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
}

.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
}

.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
}

.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
}

.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
}

.hover\:via-purple-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.hover\:via-purple-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
}

.hover\:via-purple-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
}

.hover\:via-purple-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
}

.hover\:via-purple-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
}

.hover\:via-purple-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
}

.hover\:via-purple-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
}

.hover\:via-purple-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
}

.hover\:via-purple-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
}

.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
}

.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
}

.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
}

.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
}

.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
}

.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
}

.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
}

.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
}

.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
}

.hover\:to-epic-off-white:hover {
  --tw-gradient-to: #C5E7FF;
}

.hover\:to-epic-pale-blue:hover {
  --tw-gradient-to: #B1DEFF;
}

.hover\:to-epic-dark-blue:hover {
  --tw-gradient-to: #193B54;
}

.hover\:to-epic-light-blue:hover {
  --tw-gradient-to: #00bff3;
}

.hover\:to-epic-purple:hover {
  --tw-gradient-to: #7570b3;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f8f8f8;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #f2f2f2;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #e8e8e8;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #d6d6d6;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #b9b9b9;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #858585;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #676767;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #3b3b3b;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #333333;
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #ffb6b6;
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #ff7a7a;
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #ff6060;
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #ff4747;
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ff2d2d;
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #ff1414;
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #f90000;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #e00000;
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #ca0000;
}

.hover\:to-orange-100:hover {
  --tw-gradient-to: #ffeac7;
}

.hover\:to-orange-200:hover {
  --tw-gradient-to: #ffce7a;
}

.hover\:to-orange-300:hover {
  --tw-gradient-to: #ffc560;
}

.hover\:to-orange-400:hover {
  --tw-gradient-to: #ffbb47;
}

.hover\:to-orange-500:hover {
  --tw-gradient-to: #FFB22D;
}

.hover\:to-orange-600:hover {
  --tw-gradient-to: #ffa914;
}

.hover\:to-orange-700:hover {
  --tw-gradient-to: #f99e00;
}

.hover\:to-orange-800:hover {
  --tw-gradient-to: #e08e00;
}

.hover\:to-orange-900:hover {
  --tw-gradient-to: #945e00;
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fffff0;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fefcbf;
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #faf089;
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #f6e05e;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #ecc94b;
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #d69e2e;
}

.hover\:to-yellow-700:hover {
  --tw-gradient-to: #b7791f;
}

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #975a16;
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #744210;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #d0ff57;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #bbff0a;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #adef00;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #9ad600;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #88BC00;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #76a300;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #638900;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #517000;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #1a2400;
}

.hover\:to-teal-100:hover {
  --tw-gradient-to: #e6fffa;
}

.hover\:to-teal-200:hover {
  --tw-gradient-to: #b2f5ea;
}

.hover\:to-teal-300:hover {
  --tw-gradient-to: #81e6d9;
}

.hover\:to-teal-400:hover {
  --tw-gradient-to: #4fd1c5;
}

.hover\:to-teal-500:hover {
  --tw-gradient-to: #38b2ac;
}

.hover\:to-teal-600:hover {
  --tw-gradient-to: #319795;
}

.hover\:to-teal-700:hover {
  --tw-gradient-to: #2c7a7b;
}

.hover\:to-teal-800:hover {
  --tw-gradient-to: #285e61;
}

.hover\:to-teal-900:hover {
  --tw-gradient-to: #234e52;
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #d1eafd;
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #88caf9;
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #6fbff8;
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #57b4f6;
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3fa9f5;
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #279ef4;
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #0f93f2;
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #0b85dc;
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #075993;
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #ebf4ff;
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c3dafe;
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a3bffa;
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #7f9cf5;
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #667eea;
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #5a67d8;
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4c51bf;
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #434190;
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #3c366b;
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #faf5ff;
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #e9d8fd;
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #d6bcfa;
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #b794f4;
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #9f7aea;
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #805ad5;
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #6b46c1;
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #553c9a;
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #44337a;
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fff5f7;
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fed7e2;
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #fbb6ce;
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f687b3;
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ed64a6;
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #d53f8c;
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #b83280;
}

.hover\:to-pink-800:hover {
  --tw-gradient-to: #97266d;
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #702459;
}

.focus\:from-epic-off-white:focus {
  --tw-gradient-from: #C5E7FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
}

.focus\:from-epic-pale-blue:focus {
  --tw-gradient-from: #B1DEFF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
}

.focus\:from-epic-dark-blue:focus {
  --tw-gradient-from: #193B54;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
}

.focus\:from-epic-light-blue:focus {
  --tw-gradient-from: #00bff3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
}

.focus\:from-epic-purple:focus {
  --tw-gradient-from: #7570b3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-black:focus {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f8f8f8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #f2f2f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #e8e8e8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #d6d6d6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #b9b9b9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #858585;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #676767;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #3b3b3b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #333333;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #ffb6b6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #ff7a7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #ff6060;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #ff4747;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ff2d2d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #ff1414;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #f90000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #e00000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #ca0000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
}

.focus\:from-orange-100:focus {
  --tw-gradient-from: #ffeac7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
}

.focus\:from-orange-200:focus {
  --tw-gradient-from: #ffce7a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
}

.focus\:from-orange-300:focus {
  --tw-gradient-from: #ffc560;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
}

.focus\:from-orange-400:focus {
  --tw-gradient-from: #ffbb47;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
}

.focus\:from-orange-500:focus {
  --tw-gradient-from: #FFB22D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
}

.focus\:from-orange-600:focus {
  --tw-gradient-from: #ffa914;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
}

.focus\:from-orange-700:focus {
  --tw-gradient-from: #f99e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
}

.focus\:from-orange-800:focus {
  --tw-gradient-from: #e08e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
}

.focus\:from-orange-900:focus {
  --tw-gradient-from: #945e00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fffff0;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fefcbf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #faf089;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #f6e05e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #ecc94b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #d69e2e;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #b7791f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #975a16;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #744210;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #d0ff57;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #bbff0a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #adef00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #9ad600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #88BC00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #76a300;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #638900;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #517000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #1a2400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
}

.focus\:from-teal-100:focus {
  --tw-gradient-from: #e6fffa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
}

.focus\:from-teal-200:focus {
  --tw-gradient-from: #b2f5ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
}

.focus\:from-teal-300:focus {
  --tw-gradient-from: #81e6d9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
}

.focus\:from-teal-400:focus {
  --tw-gradient-from: #4fd1c5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
}

.focus\:from-teal-500:focus {
  --tw-gradient-from: #38b2ac;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
}

.focus\:from-teal-600:focus {
  --tw-gradient-from: #319795;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
}

.focus\:from-teal-700:focus {
  --tw-gradient-from: #2c7a7b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
}

.focus\:from-teal-800:focus {
  --tw-gradient-from: #285e61;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
}

.focus\:from-teal-900:focus {
  --tw-gradient-from: #234e52;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #d1eafd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #88caf9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #6fbff8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #57b4f6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3fa9f5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #279ef4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #0f93f2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #0b85dc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #075993;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #ebf4ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c3dafe;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a3bffa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #7f9cf5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #667eea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #5a67d8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4c51bf;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #434190;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #3c366b;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #faf5ff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #e9d8fd;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #d6bcfa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #b794f4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #9f7aea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #805ad5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #6b46c1;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #553c9a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #44337a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fff5f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fed7e2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #fbb6ce;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f687b3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ed64a6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #d53f8c;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #b83280;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #97266d;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #702459;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
}

.focus\:via-epic-off-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
}

.focus\:via-epic-pale-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
}

.focus\:via-epic-dark-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
}

.focus\:via-epic-light-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
}

.focus\:via-epic-purple:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
}

.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
}

.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
}

.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
}

.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
}

.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
}

.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
}

.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
}

.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
}

.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
}

.focus\:via-orange-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
}

.focus\:via-orange-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
}

.focus\:via-orange-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
}

.focus\:via-orange-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
}

.focus\:via-orange-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
}

.focus\:via-orange-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
}

.focus\:via-orange-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
}

.focus\:via-orange-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
}

.focus\:via-orange-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
}

.focus\:via-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
}

.focus\:via-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
}

.focus\:via-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
}

.focus\:via-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
}

.focus\:via-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
}

.focus\:via-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
}

.focus\:via-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
}

.focus\:via-teal-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
}

.focus\:via-teal-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
}

.focus\:via-teal-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
}

.focus\:via-teal-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
}

.focus\:via-teal-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
}

.focus\:via-teal-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
}

.focus\:via-teal-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
}

.focus\:via-teal-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
}

.focus\:via-teal-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
}

.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
}

.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
}

.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
}

.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
}

.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
}

.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
}

.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
}

.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
}

.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
}

.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
}

.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
}

.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
}

.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
}

.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
}

.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
}

.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
}

.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
}

.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
}

.focus\:via-purple-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
}

.focus\:via-purple-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
}

.focus\:via-purple-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
}

.focus\:via-purple-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
}

.focus\:via-purple-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
}

.focus\:via-purple-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
}

.focus\:via-purple-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
}

.focus\:via-purple-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
}

.focus\:via-purple-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
}

.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
}

.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
}

.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
}

.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
}

.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
}

.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
}

.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
}

.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
}

.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
}

.focus\:to-epic-off-white:focus {
  --tw-gradient-to: #C5E7FF;
}

.focus\:to-epic-pale-blue:focus {
  --tw-gradient-to: #B1DEFF;
}

.focus\:to-epic-dark-blue:focus {
  --tw-gradient-to: #193B54;
}

.focus\:to-epic-light-blue:focus {
  --tw-gradient-to: #00bff3;
}

.focus\:to-epic-purple:focus {
  --tw-gradient-to: #7570b3;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f8f8f8;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #f2f2f2;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #e8e8e8;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #d6d6d6;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #b9b9b9;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #858585;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #676767;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #3b3b3b;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #333333;
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #ffb6b6;
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #ff7a7a;
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #ff6060;
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #ff4747;
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ff2d2d;
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #ff1414;
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #f90000;
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #e00000;
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #ca0000;
}

.focus\:to-orange-100:focus {
  --tw-gradient-to: #ffeac7;
}

.focus\:to-orange-200:focus {
  --tw-gradient-to: #ffce7a;
}

.focus\:to-orange-300:focus {
  --tw-gradient-to: #ffc560;
}

.focus\:to-orange-400:focus {
  --tw-gradient-to: #ffbb47;
}

.focus\:to-orange-500:focus {
  --tw-gradient-to: #FFB22D;
}

.focus\:to-orange-600:focus {
  --tw-gradient-to: #ffa914;
}

.focus\:to-orange-700:focus {
  --tw-gradient-to: #f99e00;
}

.focus\:to-orange-800:focus {
  --tw-gradient-to: #e08e00;
}

.focus\:to-orange-900:focus {
  --tw-gradient-to: #945e00;
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fffff0;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fefcbf;
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #faf089;
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #f6e05e;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #ecc94b;
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #d69e2e;
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #b7791f;
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #975a16;
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #744210;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #d0ff57;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #bbff0a;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #adef00;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #9ad600;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #88BC00;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #76a300;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #638900;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #517000;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #1a2400;
}

.focus\:to-teal-100:focus {
  --tw-gradient-to: #e6fffa;
}

.focus\:to-teal-200:focus {
  --tw-gradient-to: #b2f5ea;
}

.focus\:to-teal-300:focus {
  --tw-gradient-to: #81e6d9;
}

.focus\:to-teal-400:focus {
  --tw-gradient-to: #4fd1c5;
}

.focus\:to-teal-500:focus {
  --tw-gradient-to: #38b2ac;
}

.focus\:to-teal-600:focus {
  --tw-gradient-to: #319795;
}

.focus\:to-teal-700:focus {
  --tw-gradient-to: #2c7a7b;
}

.focus\:to-teal-800:focus {
  --tw-gradient-to: #285e61;
}

.focus\:to-teal-900:focus {
  --tw-gradient-to: #234e52;
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #d1eafd;
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #88caf9;
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #6fbff8;
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #57b4f6;
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3fa9f5;
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #279ef4;
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #0f93f2;
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #0b85dc;
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #075993;
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #ebf4ff;
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c3dafe;
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a3bffa;
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #7f9cf5;
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #667eea;
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #5a67d8;
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4c51bf;
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #434190;
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #3c366b;
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #faf5ff;
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #e9d8fd;
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #d6bcfa;
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #b794f4;
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #9f7aea;
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #805ad5;
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #6b46c1;
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #553c9a;
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #44337a;
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fff5f7;
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fed7e2;
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #fbb6ce;
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f687b3;
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ed64a6;
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #d53f8c;
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #b83280;
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #97266d;
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #702459;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-epic-off-white {
  --tw-border-opacity: 1;
  border-color: rgba(197, 231, 255, var(--tw-border-opacity));
}

.border-epic-pale-blue {
  --tw-border-opacity: 1;
  border-color: rgba(177, 222, 255, var(--tw-border-opacity));
}

.border-epic-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgba(25, 59, 84, var(--tw-border-opacity));
}

.border-epic-light-blue {
  --tw-border-opacity: 1;
  border-color: rgba(0, 191, 243, var(--tw-border-opacity));
}

.border-epic-purple {
  --tw-border-opacity: 1;
  border-color: rgba(117, 112, 179, var(--tw-border-opacity));
}

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

.border-current {
  border-color: currentColor;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 133, var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 59, 59, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 182, 182, var(--tw-border-opacity));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 122, 122, var(--tw-border-opacity));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 96, 96, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 71, var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 20, 20, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 0, 0, var(--tw-border-opacity));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 0, 0, var(--tw-border-opacity));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 0, 0, var(--tw-border-opacity));
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 199, var(--tw-border-opacity));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 122, var(--tw-border-opacity));
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 96, var(--tw-border-opacity));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 187, 71, var(--tw-border-opacity));
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-border-opacity));
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 169, 20, var(--tw-border-opacity));
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 158, 0, var(--tw-border-opacity));
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 142, 0, var(--tw-border-opacity));
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgba(148, 94, 0, var(--tw-border-opacity));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(208, 255, 87, var(--tw-border-opacity));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 255, 10, var(--tw-border-opacity));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 239, 0, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(154, 214, 0, var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 188, 0, var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(118, 163, 0, var(--tw-border-opacity));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 137, 0, var(--tw-border-opacity));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(81, 112, 0, var(--tw-border-opacity));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(26, 36, 0, var(--tw-border-opacity));
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity));
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity));
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity));
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 178, 172, var(--tw-border-opacity));
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity));
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity));
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity));
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 234, 253, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 202, 249, var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(111, 191, 248, var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(87, 180, 246, var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 158, 244, var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 147, 242, var(--tw-border-opacity));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(11, 133, 220, var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 147, var(--tw-border-opacity));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-epic-off-white {
  --tw-border-opacity: 1;
  border-color: rgba(197, 231, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-epic-pale-blue {
  --tw-border-opacity: 1;
  border-color: rgba(177, 222, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-epic-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgba(25, 59, 84, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-epic-light-blue {
  --tw-border-opacity: 1;
  border-color: rgba(0, 191, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-epic-purple {
  --tw-border-opacity: 1;
  border-color: rgba(117, 112, 179, var(--tw-border-opacity));
}

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

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

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 133, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(59, 59, 59, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 182, 182, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 122, 122, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 96, 96, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 71, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 20, 20, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgba(202, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 199, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 122, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 96, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 187, 71, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 169, 20, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 158, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgba(224, 142, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgba(148, 94, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgba(208, 255, 87, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 255, 10, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgba(173, 239, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(154, 214, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 188, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgba(118, 163, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgba(99, 137, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgba(81, 112, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgba(26, 36, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgba(56, 178, 172, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 234, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(136, 202, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgba(111, 191, 248, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(87, 180, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 158, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgba(15, 147, 242, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgba(11, 133, 220, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 147, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity));
}

.focus-within\:border-epic-off-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(197, 231, 255, var(--tw-border-opacity));
}

.focus-within\:border-epic-pale-blue:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(177, 222, 255, var(--tw-border-opacity));
}

.focus-within\:border-epic-dark-blue:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(25, 59, 84, var(--tw-border-opacity));
}

.focus-within\:border-epic-light-blue:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 191, 243, var(--tw-border-opacity));
}

.focus-within\:border-epic-purple:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(117, 112, 179, var(--tw-border-opacity));
}

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

.focus-within\:border-current:focus-within {
  border-color: currentColor;
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity));
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
}

.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 133, var(--tw-border-opacity));
}

.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
}

.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(59, 59, 59, var(--tw-border-opacity));
}

.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.focus-within\:border-red-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 182, 182, var(--tw-border-opacity));
}

.focus-within\:border-red-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 122, 122, var(--tw-border-opacity));
}

.focus-within\:border-red-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 96, 96, var(--tw-border-opacity));
}

.focus-within\:border-red-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 71, var(--tw-border-opacity));
}

.focus-within\:border-red-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-border-opacity));
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 20, 20, var(--tw-border-opacity));
}

.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-red-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-red-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(202, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-orange-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 199, var(--tw-border-opacity));
}

.focus-within\:border-orange-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 122, var(--tw-border-opacity));
}

.focus-within\:border-orange-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 96, var(--tw-border-opacity));
}

.focus-within\:border-orange-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 187, 71, var(--tw-border-opacity));
}

.focus-within\:border-orange-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-border-opacity));
}

.focus-within\:border-orange-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 169, 20, var(--tw-border-opacity));
}

.focus-within\:border-orange-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 158, 0, var(--tw-border-opacity));
}

.focus-within\:border-orange-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(224, 142, 0, var(--tw-border-opacity));
}

.focus-within\:border-orange-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(148, 94, 0, var(--tw-border-opacity));
}

.focus-within\:border-yellow-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity));
}

.focus-within\:border-yellow-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity));
}

.focus-within\:border-yellow-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity));
}

.focus-within\:border-yellow-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity));
}

.focus-within\:border-yellow-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity));
}

.focus-within\:border-yellow-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity));
}

.focus-within\:border-yellow-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity));
}

.focus-within\:border-yellow-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity));
}

.focus-within\:border-yellow-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity));
}

.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(208, 255, 87, var(--tw-border-opacity));
}

.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(187, 255, 10, var(--tw-border-opacity));
}

.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(173, 239, 0, var(--tw-border-opacity));
}

.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(154, 214, 0, var(--tw-border-opacity));
}

.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(136, 188, 0, var(--tw-border-opacity));
}

.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(118, 163, 0, var(--tw-border-opacity));
}

.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(99, 137, 0, var(--tw-border-opacity));
}

.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(81, 112, 0, var(--tw-border-opacity));
}

.focus-within\:border-green-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(26, 36, 0, var(--tw-border-opacity));
}

.focus-within\:border-teal-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity));
}

.focus-within\:border-teal-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity));
}

.focus-within\:border-teal-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity));
}

.focus-within\:border-teal-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity));
}

.focus-within\:border-teal-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(56, 178, 172, var(--tw-border-opacity));
}

.focus-within\:border-teal-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity));
}

.focus-within\:border-teal-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity));
}

.focus-within\:border-teal-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity));
}

.focus-within\:border-teal-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity));
}

.focus-within\:border-blue-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(209, 234, 253, var(--tw-border-opacity));
}

.focus-within\:border-blue-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(136, 202, 249, var(--tw-border-opacity));
}

.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(111, 191, 248, var(--tw-border-opacity));
}

.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(87, 180, 246, var(--tw-border-opacity));
}

.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-border-opacity));
}

.focus-within\:border-blue-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(39, 158, 244, var(--tw-border-opacity));
}

.focus-within\:border-blue-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(15, 147, 242, var(--tw-border-opacity));
}

.focus-within\:border-blue-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(11, 133, 220, var(--tw-border-opacity));
}

.focus-within\:border-blue-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 147, var(--tw-border-opacity));
}

.focus-within\:border-indigo-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity));
}

.focus-within\:border-indigo-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity));
}

.focus-within\:border-indigo-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity));
}

.focus-within\:border-indigo-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity));
}

.focus-within\:border-indigo-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity));
}

.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity));
}

.focus-within\:border-indigo-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity));
}

.focus-within\:border-indigo-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity));
}

.focus-within\:border-indigo-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity));
}

.focus-within\:border-purple-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.focus-within\:border-purple-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity));
}

.focus-within\:border-purple-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity));
}

.focus-within\:border-purple-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity));
}

.focus-within\:border-purple-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity));
}

.focus-within\:border-purple-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity));
}

.focus-within\:border-purple-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity));
}

.focus-within\:border-purple-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity));
}

.focus-within\:border-purple-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity));
}

.focus-within\:border-pink-100:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity));
}

.focus-within\:border-pink-200:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity));
}

.focus-within\:border-pink-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity));
}

.focus-within\:border-pink-400:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity));
}

.focus-within\:border-pink-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity));
}

.focus-within\:border-pink-600:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity));
}

.focus-within\:border-pink-700:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity));
}

.focus-within\:border-pink-800:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity));
}

.focus-within\:border-pink-900:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity));
}

.hover\:border-epic-off-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(197, 231, 255, var(--tw-border-opacity));
}

.hover\:border-epic-pale-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgba(177, 222, 255, var(--tw-border-opacity));
}

.hover\:border-epic-dark-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgba(25, 59, 84, var(--tw-border-opacity));
}

.hover\:border-epic-light-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 191, 243, var(--tw-border-opacity));
}

.hover\:border-epic-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgba(117, 112, 179, var(--tw-border-opacity));
}

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

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

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 133, var(--tw-border-opacity));
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(59, 59, 59, var(--tw-border-opacity));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 182, 182, var(--tw-border-opacity));
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 122, 122, var(--tw-border-opacity));
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 96, 96, var(--tw-border-opacity));
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 71, var(--tw-border-opacity));
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-border-opacity));
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 20, 20, var(--tw-border-opacity));
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 0, 0, var(--tw-border-opacity));
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 0, 0, var(--tw-border-opacity));
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(202, 0, 0, var(--tw-border-opacity));
}

.hover\:border-orange-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 199, var(--tw-border-opacity));
}

.hover\:border-orange-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 122, var(--tw-border-opacity));
}

.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 96, var(--tw-border-opacity));
}

.hover\:border-orange-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 187, 71, var(--tw-border-opacity));
}

.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-border-opacity));
}

.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 169, 20, var(--tw-border-opacity));
}

.hover\:border-orange-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 158, 0, var(--tw-border-opacity));
}

.hover\:border-orange-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(224, 142, 0, var(--tw-border-opacity));
}

.hover\:border-orange-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(148, 94, 0, var(--tw-border-opacity));
}

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity));
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity));
}

.hover\:border-yellow-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity));
}

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity));
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity));
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity));
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity));
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity));
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity));
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(208, 255, 87, var(--tw-border-opacity));
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(187, 255, 10, var(--tw-border-opacity));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(173, 239, 0, var(--tw-border-opacity));
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(154, 214, 0, var(--tw-border-opacity));
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 188, 0, var(--tw-border-opacity));
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(118, 163, 0, var(--tw-border-opacity));
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(99, 137, 0, var(--tw-border-opacity));
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(81, 112, 0, var(--tw-border-opacity));
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(26, 36, 0, var(--tw-border-opacity));
}

.hover\:border-teal-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity));
}

.hover\:border-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity));
}

.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity));
}

.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity));
}

.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(56, 178, 172, var(--tw-border-opacity));
}

.hover\:border-teal-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity));
}

.hover\:border-teal-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity));
}

.hover\:border-teal-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity));
}

.hover\:border-teal-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 234, 253, var(--tw-border-opacity));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 202, 249, var(--tw-border-opacity));
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(111, 191, 248, var(--tw-border-opacity));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(87, 180, 246, var(--tw-border-opacity));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-border-opacity));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(39, 158, 244, var(--tw-border-opacity));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(15, 147, 242, var(--tw-border-opacity));
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(11, 133, 220, var(--tw-border-opacity));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 147, var(--tw-border-opacity));
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity));
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity));
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity));
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity));
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity));
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity));
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity));
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity));
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.hover\:border-purple-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity));
}

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity));
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity));
}

.hover\:border-purple-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity));
}

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity));
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity));
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity));
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity));
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity));
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity));
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity));
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity));
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity));
}

.focus\:border-epic-off-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(197, 231, 255, var(--tw-border-opacity));
}

.focus\:border-epic-pale-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgba(177, 222, 255, var(--tw-border-opacity));
}

.focus\:border-epic-dark-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgba(25, 59, 84, var(--tw-border-opacity));
}

.focus\:border-epic-light-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 191, 243, var(--tw-border-opacity));
}

.focus\:border-epic-purple:focus {
  --tw-border-opacity: 1;
  border-color: rgba(117, 112, 179, var(--tw-border-opacity));
}

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

.focus\:border-current:focus {
  border-color: currentColor;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(214, 214, 214, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(185, 185, 185, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(133, 133, 133, var(--tw-border-opacity));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(103, 103, 103, var(--tw-border-opacity));
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(59, 59, 59, var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 182, 182, var(--tw-border-opacity));
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 122, 122, var(--tw-border-opacity));
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 96, 96, var(--tw-border-opacity));
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 71, 71, var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 45, 45, var(--tw-border-opacity));
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 20, 20, var(--tw-border-opacity));
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 0, 0, var(--tw-border-opacity));
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 0, 0, var(--tw-border-opacity));
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(202, 0, 0, var(--tw-border-opacity));
}

.focus\:border-orange-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 199, var(--tw-border-opacity));
}

.focus\:border-orange-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 206, 122, var(--tw-border-opacity));
}

.focus\:border-orange-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 197, 96, var(--tw-border-opacity));
}

.focus\:border-orange-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 187, 71, var(--tw-border-opacity));
}

.focus\:border-orange-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 178, 45, var(--tw-border-opacity));
}

.focus\:border-orange-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 169, 20, var(--tw-border-opacity));
}

.focus\:border-orange-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 158, 0, var(--tw-border-opacity));
}

.focus\:border-orange-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(224, 142, 0, var(--tw-border-opacity));
}

.focus\:border-orange-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(148, 94, 0, var(--tw-border-opacity));
}

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 240, var(--tw-border-opacity));
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 252, 191, var(--tw-border-opacity));
}

.focus\:border-yellow-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 240, 137, var(--tw-border-opacity));
}

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(246, 224, 94, var(--tw-border-opacity));
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(236, 201, 75, var(--tw-border-opacity));
}

.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(214, 158, 46, var(--tw-border-opacity));
}

.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(183, 121, 31, var(--tw-border-opacity));
}

.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(151, 90, 22, var(--tw-border-opacity));
}

.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(116, 66, 16, var(--tw-border-opacity));
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(208, 255, 87, var(--tw-border-opacity));
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(187, 255, 10, var(--tw-border-opacity));
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(173, 239, 0, var(--tw-border-opacity));
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(154, 214, 0, var(--tw-border-opacity));
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(136, 188, 0, var(--tw-border-opacity));
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(118, 163, 0, var(--tw-border-opacity));
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 137, 0, var(--tw-border-opacity));
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(81, 112, 0, var(--tw-border-opacity));
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(26, 36, 0, var(--tw-border-opacity));
}

.focus\:border-teal-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(230, 255, 250, var(--tw-border-opacity));
}

.focus\:border-teal-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(178, 245, 234, var(--tw-border-opacity));
}

.focus\:border-teal-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(129, 230, 217, var(--tw-border-opacity));
}

.focus\:border-teal-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(79, 209, 197, var(--tw-border-opacity));
}

.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(56, 178, 172, var(--tw-border-opacity));
}

.focus\:border-teal-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(49, 151, 149, var(--tw-border-opacity));
}

.focus\:border-teal-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(44, 122, 123, var(--tw-border-opacity));
}

.focus\:border-teal-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(40, 94, 97, var(--tw-border-opacity));
}

.focus\:border-teal-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(35, 78, 82, var(--tw-border-opacity));
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(209, 234, 253, var(--tw-border-opacity));
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(136, 202, 249, var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(111, 191, 248, var(--tw-border-opacity));
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(87, 180, 246, var(--tw-border-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(63, 169, 245, var(--tw-border-opacity));
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(39, 158, 244, var(--tw-border-opacity));
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(15, 147, 242, var(--tw-border-opacity));
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(11, 133, 220, var(--tw-border-opacity));
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(7, 89, 147, var(--tw-border-opacity));
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(235, 244, 255, var(--tw-border-opacity));
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(195, 218, 254, var(--tw-border-opacity));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(163, 191, 250, var(--tw-border-opacity));
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(127, 156, 245, var(--tw-border-opacity));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(102, 126, 234, var(--tw-border-opacity));
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(90, 103, 216, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(76, 81, 191, var(--tw-border-opacity));
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(67, 65, 144, var(--tw-border-opacity));
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(60, 54, 107, var(--tw-border-opacity));
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(250, 245, 255, var(--tw-border-opacity));
}

.focus\:border-purple-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(233, 216, 253, var(--tw-border-opacity));
}

.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(214, 188, 250, var(--tw-border-opacity));
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(183, 148, 244, var(--tw-border-opacity));
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(159, 122, 234, var(--tw-border-opacity));
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(128, 90, 213, var(--tw-border-opacity));
}

.focus\:border-purple-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(107, 70, 193, var(--tw-border-opacity));
}

.focus\:border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(85, 60, 154, var(--tw-border-opacity));
}

.focus\:border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(68, 51, 122, var(--tw-border-opacity));
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 245, 247, var(--tw-border-opacity));
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1;
  border-color: rgba(254, 215, 226, var(--tw-border-opacity));
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(251, 182, 206, var(--tw-border-opacity));
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(246, 135, 179, var(--tw-border-opacity));
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(237, 100, 166, var(--tw-border-opacity));
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1;
  border-color: rgba(213, 63, 140, var(--tw-border-opacity));
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(184, 50, 128, var(--tw-border-opacity));
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1;
  border-color: rgba(151, 38, 109, var(--tw-border-opacity));
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1;
  border-color: rgba(112, 36, 89, var(--tw-border-opacity));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.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: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.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: 0px;
}

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

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

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

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

.first\:border-0:first-child {
  border-width: 0px;
}

.first\:border-2:first-child {
  border-width: 2px;
}

.first\:border-4:first-child {
  border-width: 4px;
}

.first\:border-8:first-child {
  border-width: 8px;
}

.first\:border:first-child {
  border-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:border-r-0:first-child {
  border-right-width: 0px;
}

.first\:border-b-0:first-child {
  border-bottom-width: 0px;
}

.first\:border-l-0:first-child {
  border-left-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

.first\:border-b-8:first-child {
  border-bottom-width: 8px;
}

.first\:border-l-8:first-child {
  border-left-width: 8px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-r:first-child {
  border-right-width: 1px;
}

.first\:border-b:first-child {
  border-bottom-width: 1px;
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-2:last-child {
  border-width: 2px;
}

.last\:border-4:last-child {
  border-width: 4px;
}

.last\:border-8:last-child {
  border-width: 8px;
}

.last\:border:last-child {
  border-width: 1px;
}

.last\:border-t-0:last-child {
  border-top-width: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-l-0:last-child {
  border-left-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

.last\:border-b-8:last-child {
  border-bottom-width: 8px;
}

.last\:border-l-8:last-child {
  border-left-width: 8px;
}

.last\:border-t:last-child {
  border-top-width: 1px;
}

.last\:border-r:last-child {
  border-right-width: 1px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-l:last-child {
  border-left-width: 1px;
}

.even\:border-0:nth-child(even) {
  border-width: 0px;
}

.even\:border-2:nth-child(even) {
  border-width: 2px;
}

.even\:border-4:nth-child(even) {
  border-width: 4px;
}

.even\:border-8:nth-child(even) {
  border-width: 8px;
}

.even\:border:nth-child(even) {
  border-width: 1px;
}

.even\:border-t-0:nth-child(even) {
  border-top-width: 0px;
}

.even\:border-r-0:nth-child(even) {
  border-right-width: 0px;
}

.even\:border-b-0:nth-child(even) {
  border-bottom-width: 0px;
}

.even\:border-l-0:nth-child(even) {
  border-left-width: 0px;
}

.even\:border-t-2:nth-child(even) {
  border-top-width: 2px;
}

.even\:border-r-2:nth-child(even) {
  border-right-width: 2px;
}

.even\:border-b-2:nth-child(even) {
  border-bottom-width: 2px;
}

.even\:border-l-2:nth-child(even) {
  border-left-width: 2px;
}

.even\:border-t-4:nth-child(even) {
  border-top-width: 4px;
}

.even\:border-r-4:nth-child(even) {
  border-right-width: 4px;
}

.even\:border-b-4:nth-child(even) {
  border-bottom-width: 4px;
}

.even\:border-l-4:nth-child(even) {
  border-left-width: 4px;
}

.even\:border-t-8:nth-child(even) {
  border-top-width: 8px;
}

.even\:border-r-8:nth-child(even) {
  border-right-width: 8px;
}

.even\:border-b-8:nth-child(even) {
  border-bottom-width: 8px;
}

.even\:border-l-8:nth-child(even) {
  border-left-width: 8px;
}

.even\:border-t:nth-child(even) {
  border-top-width: 1px;
}

.even\:border-r:nth-child(even) {
  border-right-width: 1px;
}

.even\:border-b:nth-child(even) {
  border-bottom-width: 1px;
}

.even\:border-l:nth-child(even) {
  border-left-width: 1px;
}

.odd\:border-0:nth-child(odd) {
  border-width: 0px;
}

.odd\:border-2:nth-child(odd) {
  border-width: 2px;
}

.odd\:border-4:nth-child(odd) {
  border-width: 4px;
}

.odd\:border-8:nth-child(odd) {
  border-width: 8px;
}

.odd\:border:nth-child(odd) {
  border-width: 1px;
}

.odd\:border-t-0:nth-child(odd) {
  border-top-width: 0px;
}

.odd\:border-r-0:nth-child(odd) {
  border-right-width: 0px;
}

.odd\:border-b-0:nth-child(odd) {
  border-bottom-width: 0px;
}

.odd\:border-l-0:nth-child(odd) {
  border-left-width: 0px;
}

.odd\:border-t-2:nth-child(odd) {
  border-top-width: 2px;
}

.odd\:border-r-2:nth-child(odd) {
  border-right-width: 2px;
}

.odd\:border-b-2:nth-child(odd) {
  border-bottom-width: 2px;
}

.odd\:border-l-2:nth-child(odd) {
  border-left-width: 2px;
}

.odd\:border-t-4:nth-child(odd) {
  border-top-width: 4px;
}

.odd\:border-r-4:nth-child(odd) {
  border-right-width: 4px;
}

.odd\:border-b-4:nth-child(odd) {
  border-bottom-width: 4px;
}

.odd\:border-l-4:nth-child(odd) {
  border-left-width: 4px;
}

.odd\:border-t-8:nth-child(odd) {
  border-top-width: 8px;
}

.odd\:border-r-8:nth-child(odd) {
  border-right-width: 8px;
}

.odd\:border-b-8:nth-child(odd) {
  border-bottom-width: 8px;
}

.odd\:border-l-8:nth-child(odd) {
  border-left-width: 8px;
}

.odd\:border-t:nth-child(odd) {
  border-top-width: 1px;
}

.odd\:border-r:nth-child(odd) {
  border-right-width: 1px;
}

.odd\:border-b:nth-child(odd) {
  border-bottom-width: 1px;
}

.odd\:border-l:nth-child(odd) {
  border-left-width: 1px;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hover\:block:hover {
  display: block;
}

.hover\:inline-block:hover {
  display: inline-block;
}

.hover\:inline:hover {
  display: inline;
}

.hover\:flex:hover {
  display: flex;
}

.hover\:inline-flex:hover {
  display: inline-flex;
}

.hover\:table:hover {
  display: table;
}

.hover\:inline-table:hover {
  display: inline-table;
}

.hover\:table-caption:hover {
  display: table-caption;
}

.hover\:table-cell:hover {
  display: table-cell;
}

.hover\:table-column:hover {
  display: table-column;
}

.hover\:table-column-group:hover {
  display: table-column-group;
}

.hover\:table-footer-group:hover {
  display: table-footer-group;
}

.hover\:table-header-group:hover {
  display: table-header-group;
}

.hover\:table-row-group:hover {
  display: table-row-group;
}

.hover\:table-row:hover {
  display: table-row;
}

.hover\:flow-root:hover {
  display: flow-root;
}

.hover\:grid:hover {
  display: grid;
}

.hover\:inline-grid:hover {
  display: inline-grid;
}

.hover\:contents:hover {
  display: contents;
}

.hover\:list-item:hover {
  display: list-item;
}

.focus\:block:focus {
  display: block;
}

.focus\:inline-block:focus {
  display: inline-block;
}

.focus\:inline:focus {
  display: inline;
}

.focus\:flex:focus {
  display: flex;
}

.focus\:inline-flex:focus {
  display: inline-flex;
}

.focus\:table:focus {
  display: table;
}

.focus\:inline-table:focus {
  display: inline-table;
}

.focus\:table-caption:focus {
  display: table-caption;
}

.focus\:table-cell:focus {
  display: table-cell;
}

.focus\:table-column:focus {
  display: table-column;
}

.focus\:table-column-group:focus {
  display: table-column-group;
}

.focus\:table-footer-group:focus {
  display: table-footer-group;
}

.focus\:table-header-group:focus {
  display: table-header-group;
}

.focus\:table-row-group:focus {
  display: table-row-group;
}

.focus\:table-row:focus {
  display: table-row;
}

.focus\:flow-root:focus {
  display: flow-root;
}

.focus\:grid:focus {
  display: grid;
}

.focus\:inline-grid:focus {
  display: inline-grid;
}

.focus\:contents:focus {
  display: contents;
}

.focus\:list-item:focus {
  display: list-item;
}

.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\:flex:focus-within {
  display: flex;
}

.focus-within\:inline-flex:focus-within {
  display: inline-flex;
}

.focus-within\:table:focus-within {
  display: table;
}

.focus-within\:inline-table:focus-within {
  display: inline-table;
}

.focus-within\:table-caption:focus-within {
  display: table-caption;
}

.focus-within\:table-cell:focus-within {
  display: table-cell;
}

.focus-within\:table-column:focus-within {
  display: table-column;
}

.focus-within\:table-column-group:focus-within {
  display: table-column-group;
}

.focus-within\:table-footer-group:focus-within {
  display: table-footer-group;
}

.focus-within\:table-header-group:focus-within {
  display: table-header-group;
}

.focus-within\:table-row-group:focus-within {
  display: table-row-group;
}

.focus-within\:table-row:focus-within {
  display: table-row;
}

.focus-within\:flow-root:focus-within {
  display: flow-root;
}

.focus-within\:grid:focus-within {
  display: grid;
}

.focus-within\:inline-grid:focus-within {
  display: inline-grid;
}

.focus-within\:contents:focus-within {
  display: contents;
}

.focus-within\:list-item:focus-within {
  display: list-item;
}

.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\:flex {
  display: flex;
}

.group:hover .group-hover\:inline-flex {
  display: inline-flex;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:inline-table {
  display: inline-table;
}

.group:hover .group-hover\:table-caption {
  display: table-caption;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

.group:hover .group-hover\:table-column {
  display: table-column;
}

.group:hover .group-hover\:table-column-group {
  display: table-column-group;
}

.group:hover .group-hover\:table-footer-group {
  display: table-footer-group;
}

.group:hover .group-hover\:table-header-group {
  display: table-header-group;
}

.group:hover .group-hover\:table-row-group {
  display: table-row-group;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:flow-root {
  display: flow-root;
}

.group:hover .group-hover\:grid {
  display: grid;
}

.group:hover .group-hover\:inline-grid {
  display: inline-grid;
}

.group:hover .group-hover\:contents {
  display: contents;
}

.group:hover .group-hover\:list-item {
  display: list-item;
}

.group:focus .group-focus\:block {
  display: block;
}

.group:focus .group-focus\:inline-block {
  display: inline-block;
}

.group:focus .group-focus\:inline {
  display: inline;
}

.group:focus .group-focus\:flex {
  display: flex;
}

.group:focus .group-focus\:inline-flex {
  display: inline-flex;
}

.group:focus .group-focus\:table {
  display: table;
}

.group:focus .group-focus\:inline-table {
  display: inline-table;
}

.group:focus .group-focus\:table-caption {
  display: table-caption;
}

.group:focus .group-focus\:table-cell {
  display: table-cell;
}

.group:focus .group-focus\:table-column {
  display: table-column;
}

.group:focus .group-focus\:table-column-group {
  display: table-column-group;
}

.group:focus .group-focus\:table-footer-group {
  display: table-footer-group;
}

.group:focus .group-focus\:table-header-group {
  display: table-header-group;
}

.group:focus .group-focus\:table-row-group {
  display: table-row-group;
}

.group:focus .group-focus\:table-row {
  display: table-row;
}

.group:focus .group-focus\:flow-root {
  display: flow-root;
}

.group:focus .group-focus\:grid {
  display: grid;
}

.group:focus .group-focus\:inline-grid {
  display: inline-grid;
}

.group:focus .group-focus\:contents {
  display: contents;
}

.group:focus .group-focus\:list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.hover\:hidden:hover {
  display: none;
}

.focus\:hidden:focus {
  display: none;
}

.focus-within\:hidden:focus-within {
  display: none;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:focus .group-focus\:hidden {
  display: none;
}

.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-nowrap {
  flex-wrap: nowrap;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

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

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

.content-evenly {
  align-content: space-evenly;
}

.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-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: 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;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-half {
  flex: 1 1 50%;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-18 {
  height: 4.5rem;
}

.h-20 {
  height: 5rem;
}

.h-21 {
  height: 5.25rem;
}

.h-22 {
  height: 5.5rem;
}

.h-24 {
  height: 6rem;
}

.h-26 {
  height: 6.5rem;
}

.h-28 {
  height: 7rem;
}

.h-30 {
  height: 7.5rem;
}

.h-32 {
  height: 8rem;
}

.h-34 {
  height: 8.5rem;
}

.h-36 {
  height: 9rem;
}

.h-38 {
  height: 9.5rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-53 {
  height: 13.25rem;
}

.h-54 {
  height: 13.5rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-72 {
  height: 18rem;
}

.h-74 {
  height: 18.5rem;
}

.h-76 {
  height: 19rem;
}

.h-80 {
  height: 20rem;
}

.h-85 {
  height: 21.25rem;
}

.h-100 {
  height: 25rem;
}

.h-105 {
  height: 26.25rem;
}

.h-107 {
  height: 26.4rem;
}

.h-110 {
  height: 27.5rem;
}

.h-120 {
  height: 30rem;
}

.h-130 {
  height: 38rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

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

.h-1\/2\% {
  height: 0.5%;
}

.h-1\% {
  height: 1%;
}

.h-2\% {
  height: 2%;
}

.h-3\% {
  height: 3%;
}

.h-4\% {
  height: 4%;
}

.h-5\% {
  height: 5%;
}

.h-10\% {
  height: 10%;
}

.h-20\% {
  height: 20%;
}

.h-23\% {
  height: 23%;
}

.h-25\% {
  height: 25%;
}

.h-26\% {
  height: 26%;
}

.h-30\% {
  height: 30%;
}

.h-40\% {
  height: 40%;
}

.h-50\% {
  height: 50%;
}

.h-60\% {
  height: 60%;
}

.h-70\% {
  height: 70%;
}

.h-80\% {
  height: 80%;
}

.h-90\% {
  height: 90%;
}

.h-95\% {
  height: 95%;
}

.h-96\% {
  height: 96%;
}

.h-97\% {
  height: 97%;
}

.h-98\% {
  height: 98%;
}

.h-99\% {
  height: 99%;
}

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

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

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

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

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

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

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

.h-2\/4 {
  height: 50%;
}

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

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.hover\:h-0:hover {
  height: 0;
}

.hover\:h-1:hover {
  height: 0.25rem;
}

.hover\:h-2:hover {
  height: 0.5rem;
}

.hover\:h-3:hover {
  height: 0.75rem;
}

.hover\:h-4:hover {
  height: 1rem;
}

.hover\:h-5:hover {
  height: 1.25rem;
}

.hover\:h-6:hover {
  height: 1.5rem;
}

.hover\:h-7:hover {
  height: 1.75rem;
}

.hover\:h-8:hover {
  height: 2rem;
}

.hover\:h-9:hover {
  height: 2.25rem;
}

.hover\:h-10:hover {
  height: 2.5rem;
}

.hover\:h-12:hover {
  height: 3rem;
}

.hover\:h-14:hover {
  height: 3.5rem;
}

.hover\:h-15:hover {
  height: 3.75rem;
}

.hover\:h-16:hover {
  height: 4rem;
}

.hover\:h-18:hover {
  height: 4.5rem;
}

.hover\:h-20:hover {
  height: 5rem;
}

.hover\:h-21:hover {
  height: 5.25rem;
}

.hover\:h-22:hover {
  height: 5.5rem;
}

.hover\:h-24:hover {
  height: 6rem;
}

.hover\:h-26:hover {
  height: 6.5rem;
}

.hover\:h-28:hover {
  height: 7rem;
}

.hover\:h-30:hover {
  height: 7.5rem;
}

.hover\:h-32:hover {
  height: 8rem;
}

.hover\:h-34:hover {
  height: 8.5rem;
}

.hover\:h-36:hover {
  height: 9rem;
}

.hover\:h-38:hover {
  height: 9.5rem;
}

.hover\:h-40:hover {
  height: 10rem;
}

.hover\:h-44:hover {
  height: 11rem;
}

.hover\:h-48:hover {
  height: 12rem;
}

.hover\:h-52:hover {
  height: 13rem;
}

.hover\:h-53:hover {
  height: 13.25rem;
}

.hover\:h-54:hover {
  height: 13.5rem;
}

.hover\:h-56:hover {
  height: 14rem;
}

.hover\:h-64:hover {
  height: 16rem;
}

.hover\:h-72:hover {
  height: 18rem;
}

.hover\:h-74:hover {
  height: 18.5rem;
}

.hover\:h-76:hover {
  height: 19rem;
}

.hover\:h-80:hover {
  height: 20rem;
}

.hover\:h-85:hover {
  height: 21.25rem;
}

.hover\:h-100:hover {
  height: 25rem;
}

.hover\:h-105:hover {
  height: 26.25rem;
}

.hover\:h-107:hover {
  height: 26.4rem;
}

.hover\:h-110:hover {
  height: 27.5rem;
}

.hover\:h-120:hover {
  height: 30rem;
}

.hover\:h-130:hover {
  height: 38rem;
}

.hover\:h-auto:hover {
  height: auto;
}

.hover\:h-px:hover {
  height: 1px;
}

.hover\:h-250px:hover {
  height: 250px;
}

.hover\:h-1\/2\%:hover {
  height: 0.5%;
}

.hover\:h-1\%:hover {
  height: 1%;
}

.hover\:h-2\%:hover {
  height: 2%;
}

.hover\:h-3\%:hover {
  height: 3%;
}

.hover\:h-4\%:hover {
  height: 4%;
}

.hover\:h-5\%:hover {
  height: 5%;
}

.hover\:h-10\%:hover {
  height: 10%;
}

.hover\:h-20\%:hover {
  height: 20%;
}

.hover\:h-23\%:hover {
  height: 23%;
}

.hover\:h-25\%:hover {
  height: 25%;
}

.hover\:h-26\%:hover {
  height: 26%;
}

.hover\:h-30\%:hover {
  height: 30%;
}

.hover\:h-40\%:hover {
  height: 40%;
}

.hover\:h-50\%:hover {
  height: 50%;
}

.hover\:h-60\%:hover {
  height: 60%;
}

.hover\:h-70\%:hover {
  height: 70%;
}

.hover\:h-80\%:hover {
  height: 80%;
}

.hover\:h-90\%:hover {
  height: 90%;
}

.hover\:h-95\%:hover {
  height: 95%;
}

.hover\:h-96\%:hover {
  height: 96%;
}

.hover\:h-97\%:hover {
  height: 97%;
}

.hover\:h-98\%:hover {
  height: 98%;
}

.hover\:h-99\%:hover {
  height: 99%;
}

.hover\:h-36vh:hover {
  height: 36vh;
}

.hover\:h-75vh:hover {
  height: 75vh;
}

.hover\:h-78vh:hover {
  height: 78vh;
}

.hover\:h-80vh:hover {
  height: 80vh;
}

.hover\:h-82vh:hover {
  height: 82vh;
}

.hover\:h-1\/2:hover {
  height: 50%;
}

.hover\:h-1\/3:hover {
  height: 33.333333%;
}

.hover\:h-2\/3:hover {
  height: 66.666667%;
}

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

.hover\:h-2\/4:hover {
  height: 50%;
}

.hover\:h-3\/4:hover {
  height: 75%;
}

.hover\:h-1\/5:hover {
  height: 20%;
}

.hover\:h-2\/5:hover {
  height: 40%;
}

.hover\:h-3\/5:hover {
  height: 60%;
}

.hover\:h-4\/5:hover {
  height: 80%;
}

.hover\:h-1\/6:hover {
  height: 16.666667%;
}

.hover\:h-2\/6:hover {
  height: 33.333333%;
}

.hover\:h-3\/6:hover {
  height: 50%;
}

.hover\:h-4\/6:hover {
  height: 66.666667%;
}

.hover\:h-5\/6:hover {
  height: 83.333333%;
}

.hover\:h-full:hover {
  height: 100%;
}

.hover\:h-screen:hover {
  height: 100vh;
}

.focus\:h-0:focus {
  height: 0;
}

.focus\:h-1:focus {
  height: 0.25rem;
}

.focus\:h-2:focus {
  height: 0.5rem;
}

.focus\:h-3:focus {
  height: 0.75rem;
}

.focus\:h-4:focus {
  height: 1rem;
}

.focus\:h-5:focus {
  height: 1.25rem;
}

.focus\:h-6:focus {
  height: 1.5rem;
}

.focus\:h-7:focus {
  height: 1.75rem;
}

.focus\:h-8:focus {
  height: 2rem;
}

.focus\:h-9:focus {
  height: 2.25rem;
}

.focus\:h-10:focus {
  height: 2.5rem;
}

.focus\:h-12:focus {
  height: 3rem;
}

.focus\:h-14:focus {
  height: 3.5rem;
}

.focus\:h-15:focus {
  height: 3.75rem;
}

.focus\:h-16:focus {
  height: 4rem;
}

.focus\:h-18:focus {
  height: 4.5rem;
}

.focus\:h-20:focus {
  height: 5rem;
}

.focus\:h-21:focus {
  height: 5.25rem;
}

.focus\:h-22:focus {
  height: 5.5rem;
}

.focus\:h-24:focus {
  height: 6rem;
}

.focus\:h-26:focus {
  height: 6.5rem;
}

.focus\:h-28:focus {
  height: 7rem;
}

.focus\:h-30:focus {
  height: 7.5rem;
}

.focus\:h-32:focus {
  height: 8rem;
}

.focus\:h-34:focus {
  height: 8.5rem;
}

.focus\:h-36:focus {
  height: 9rem;
}

.focus\:h-38:focus {
  height: 9.5rem;
}

.focus\:h-40:focus {
  height: 10rem;
}

.focus\:h-44:focus {
  height: 11rem;
}

.focus\:h-48:focus {
  height: 12rem;
}

.focus\:h-52:focus {
  height: 13rem;
}

.focus\:h-53:focus {
  height: 13.25rem;
}

.focus\:h-54:focus {
  height: 13.5rem;
}

.focus\:h-56:focus {
  height: 14rem;
}

.focus\:h-64:focus {
  height: 16rem;
}

.focus\:h-72:focus {
  height: 18rem;
}

.focus\:h-74:focus {
  height: 18.5rem;
}

.focus\:h-76:focus {
  height: 19rem;
}

.focus\:h-80:focus {
  height: 20rem;
}

.focus\:h-85:focus {
  height: 21.25rem;
}

.focus\:h-100:focus {
  height: 25rem;
}

.focus\:h-105:focus {
  height: 26.25rem;
}

.focus\:h-107:focus {
  height: 26.4rem;
}

.focus\:h-110:focus {
  height: 27.5rem;
}

.focus\:h-120:focus {
  height: 30rem;
}

.focus\:h-130:focus {
  height: 38rem;
}

.focus\:h-auto:focus {
  height: auto;
}

.focus\:h-px:focus {
  height: 1px;
}

.focus\:h-250px:focus {
  height: 250px;
}

.focus\:h-1\/2\%:focus {
  height: 0.5%;
}

.focus\:h-1\%:focus {
  height: 1%;
}

.focus\:h-2\%:focus {
  height: 2%;
}

.focus\:h-3\%:focus {
  height: 3%;
}

.focus\:h-4\%:focus {
  height: 4%;
}

.focus\:h-5\%:focus {
  height: 5%;
}

.focus\:h-10\%:focus {
  height: 10%;
}

.focus\:h-20\%:focus {
  height: 20%;
}

.focus\:h-23\%:focus {
  height: 23%;
}

.focus\:h-25\%:focus {
  height: 25%;
}

.focus\:h-26\%:focus {
  height: 26%;
}

.focus\:h-30\%:focus {
  height: 30%;
}

.focus\:h-40\%:focus {
  height: 40%;
}

.focus\:h-50\%:focus {
  height: 50%;
}

.focus\:h-60\%:focus {
  height: 60%;
}

.focus\:h-70\%:focus {
  height: 70%;
}

.focus\:h-80\%:focus {
  height: 80%;
}

.focus\:h-90\%:focus {
  height: 90%;
}

.focus\:h-95\%:focus {
  height: 95%;
}

.focus\:h-96\%:focus {
  height: 96%;
}

.focus\:h-97\%:focus {
  height: 97%;
}

.focus\:h-98\%:focus {
  height: 98%;
}

.focus\:h-99\%:focus {
  height: 99%;
}

.focus\:h-36vh:focus {
  height: 36vh;
}

.focus\:h-75vh:focus {
  height: 75vh;
}

.focus\:h-78vh:focus {
  height: 78vh;
}

.focus\:h-80vh:focus {
  height: 80vh;
}

.focus\:h-82vh:focus {
  height: 82vh;
}

.focus\:h-1\/2:focus {
  height: 50%;
}

.focus\:h-1\/3:focus {
  height: 33.333333%;
}

.focus\:h-2\/3:focus {
  height: 66.666667%;
}

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

.focus\:h-2\/4:focus {
  height: 50%;
}

.focus\:h-3\/4:focus {
  height: 75%;
}

.focus\:h-1\/5:focus {
  height: 20%;
}

.focus\:h-2\/5:focus {
  height: 40%;
}

.focus\:h-3\/5:focus {
  height: 60%;
}

.focus\:h-4\/5:focus {
  height: 80%;
}

.focus\:h-1\/6:focus {
  height: 16.666667%;
}

.focus\:h-2\/6:focus {
  height: 33.333333%;
}

.focus\:h-3\/6:focus {
  height: 50%;
}

.focus\:h-4\/6:focus {
  height: 66.666667%;
}

.focus\:h-5\/6:focus {
  height: 83.333333%;
}

.focus\:h-full:focus {
  height: 100%;
}

.focus\:h-screen:focus {
  height: 100vh;
}

.focus-within\:h-0:focus-within {
  height: 0;
}

.focus-within\:h-1:focus-within {
  height: 0.25rem;
}

.focus-within\:h-2:focus-within {
  height: 0.5rem;
}

.focus-within\:h-3:focus-within {
  height: 0.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-7:focus-within {
  height: 1.75rem;
}

.focus-within\:h-8:focus-within {
  height: 2rem;
}

.focus-within\:h-9:focus-within {
  height: 2.25rem;
}

.focus-within\:h-10:focus-within {
  height: 2.5rem;
}

.focus-within\:h-12:focus-within {
  height: 3rem;
}

.focus-within\:h-14:focus-within {
  height: 3.5rem;
}

.focus-within\:h-15:focus-within {
  height: 3.75rem;
}

.focus-within\:h-16:focus-within {
  height: 4rem;
}

.focus-within\:h-18:focus-within {
  height: 4.5rem;
}

.focus-within\:h-20:focus-within {
  height: 5rem;
}

.focus-within\:h-21:focus-within {
  height: 5.25rem;
}

.focus-within\:h-22:focus-within {
  height: 5.5rem;
}

.focus-within\:h-24:focus-within {
  height: 6rem;
}

.focus-within\:h-26:focus-within {
  height: 6.5rem;
}

.focus-within\:h-28:focus-within {
  height: 7rem;
}

.focus-within\:h-30:focus-within {
  height: 7.5rem;
}

.focus-within\:h-32:focus-within {
  height: 8rem;
}

.focus-within\:h-34:focus-within {
  height: 8.5rem;
}

.focus-within\:h-36:focus-within {
  height: 9rem;
}

.focus-within\:h-38:focus-within {
  height: 9.5rem;
}

.focus-within\:h-40:focus-within {
  height: 10rem;
}

.focus-within\:h-44:focus-within {
  height: 11rem;
}

.focus-within\:h-48:focus-within {
  height: 12rem;
}

.focus-within\:h-52:focus-within {
  height: 13rem;
}

.focus-within\:h-53:focus-within {
  height: 13.25rem;
}

.focus-within\:h-54:focus-within {
  height: 13.5rem;
}

.focus-within\:h-56:focus-within {
  height: 14rem;
}

.focus-within\:h-64:focus-within {
  height: 16rem;
}

.focus-within\:h-72:focus-within {
  height: 18rem;
}

.focus-within\:h-74:focus-within {
  height: 18.5rem;
}

.focus-within\:h-76:focus-within {
  height: 19rem;
}

.focus-within\:h-80:focus-within {
  height: 20rem;
}

.focus-within\:h-85:focus-within {
  height: 21.25rem;
}

.focus-within\:h-100:focus-within {
  height: 25rem;
}

.focus-within\:h-105:focus-within {
  height: 26.25rem;
}

.focus-within\:h-107:focus-within {
  height: 26.4rem;
}

.focus-within\:h-110:focus-within {
  height: 27.5rem;
}

.focus-within\:h-120:focus-within {
  height: 30rem;
}

.focus-within\:h-130:focus-within {
  height: 38rem;
}

.focus-within\:h-auto:focus-within {
  height: auto;
}

.focus-within\:h-px:focus-within {
  height: 1px;
}

.focus-within\:h-250px:focus-within {
  height: 250px;
}

.focus-within\:h-1\/2\%:focus-within {
  height: 0.5%;
}

.focus-within\:h-1\%:focus-within {
  height: 1%;
}

.focus-within\:h-2\%:focus-within {
  height: 2%;
}

.focus-within\:h-3\%:focus-within {
  height: 3%;
}

.focus-within\:h-4\%:focus-within {
  height: 4%;
}

.focus-within\:h-5\%:focus-within {
  height: 5%;
}

.focus-within\:h-10\%:focus-within {
  height: 10%;
}

.focus-within\:h-20\%:focus-within {
  height: 20%;
}

.focus-within\:h-23\%:focus-within {
  height: 23%;
}

.focus-within\:h-25\%:focus-within {
  height: 25%;
}

.focus-within\:h-26\%:focus-within {
  height: 26%;
}

.focus-within\:h-30\%:focus-within {
  height: 30%;
}

.focus-within\:h-40\%:focus-within {
  height: 40%;
}

.focus-within\:h-50\%:focus-within {
  height: 50%;
}

.focus-within\:h-60\%:focus-within {
  height: 60%;
}

.focus-within\:h-70\%:focus-within {
  height: 70%;
}

.focus-within\:h-80\%:focus-within {
  height: 80%;
}

.focus-within\:h-90\%:focus-within {
  height: 90%;
}

.focus-within\:h-95\%:focus-within {
  height: 95%;
}

.focus-within\:h-96\%:focus-within {
  height: 96%;
}

.focus-within\:h-97\%:focus-within {
  height: 97%;
}

.focus-within\:h-98\%:focus-within {
  height: 98%;
}

.focus-within\:h-99\%:focus-within {
  height: 99%;
}

.focus-within\:h-36vh:focus-within {
  height: 36vh;
}

.focus-within\:h-75vh:focus-within {
  height: 75vh;
}

.focus-within\:h-78vh:focus-within {
  height: 78vh;
}

.focus-within\:h-80vh:focus-within {
  height: 80vh;
}

.focus-within\:h-82vh:focus-within {
  height: 82vh;
}

.focus-within\:h-1\/2:focus-within {
  height: 50%;
}

.focus-within\:h-1\/3:focus-within {
  height: 33.333333%;
}

.focus-within\:h-2\/3:focus-within {
  height: 66.666667%;
}

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

.focus-within\:h-2\/4:focus-within {
  height: 50%;
}

.focus-within\:h-3\/4:focus-within {
  height: 75%;
}

.focus-within\:h-1\/5:focus-within {
  height: 20%;
}

.focus-within\:h-2\/5:focus-within {
  height: 40%;
}

.focus-within\:h-3\/5:focus-within {
  height: 60%;
}

.focus-within\:h-4\/5:focus-within {
  height: 80%;
}

.focus-within\:h-1\/6:focus-within {
  height: 16.666667%;
}

.focus-within\:h-2\/6:focus-within {
  height: 33.333333%;
}

.focus-within\:h-3\/6:focus-within {
  height: 50%;
}

.focus-within\:h-4\/6:focus-within {
  height: 66.666667%;
}

.focus-within\:h-5\/6:focus-within {
  height: 83.333333%;
}

.focus-within\:h-full:focus-within {
  height: 100%;
}

.focus-within\:h-screen:focus-within {
  height: 100vh;
}

.group:hover .group-hover\:h-0 {
  height: 0;
}

.group:hover .group-hover\:h-1 {
  height: 0.25rem;
}

.group:hover .group-hover\:h-2 {
  height: 0.5rem;
}

.group:hover .group-hover\:h-3 {
  height: 0.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-7 {
  height: 1.75rem;
}

.group:hover .group-hover\:h-8 {
  height: 2rem;
}

.group:hover .group-hover\:h-9 {
  height: 2.25rem;
}

.group:hover .group-hover\:h-10 {
  height: 2.5rem;
}

.group:hover .group-hover\:h-12 {
  height: 3rem;
}

.group:hover .group-hover\:h-14 {
  height: 3.5rem;
}

.group:hover .group-hover\:h-15 {
  height: 3.75rem;
}

.group:hover .group-hover\:h-16 {
  height: 4rem;
}

.group:hover .group-hover\:h-18 {
  height: 4.5rem;
}

.group:hover .group-hover\:h-20 {
  height: 5rem;
}

.group:hover .group-hover\:h-21 {
  height: 5.25rem;
}

.group:hover .group-hover\:h-22 {
  height: 5.5rem;
}

.group:hover .group-hover\:h-24 {
  height: 6rem;
}

.group:hover .group-hover\:h-26 {
  height: 6.5rem;
}

.group:hover .group-hover\:h-28 {
  height: 7rem;
}

.group:hover .group-hover\:h-30 {
  height: 7.5rem;
}

.group:hover .group-hover\:h-32 {
  height: 8rem;
}

.group:hover .group-hover\:h-34 {
  height: 8.5rem;
}

.group:hover .group-hover\:h-36 {
  height: 9rem;
}

.group:hover .group-hover\:h-38 {
  height: 9.5rem;
}

.group:hover .group-hover\:h-40 {
  height: 10rem;
}

.group:hover .group-hover\:h-44 {
  height: 11rem;
}

.group:hover .group-hover\:h-48 {
  height: 12rem;
}

.group:hover .group-hover\:h-52 {
  height: 13rem;
}

.group:hover .group-hover\:h-53 {
  height: 13.25rem;
}

.group:hover .group-hover\:h-54 {
  height: 13.5rem;
}

.group:hover .group-hover\:h-56 {
  height: 14rem;
}

.group:hover .group-hover\:h-64 {
  height: 16rem;
}

.group:hover .group-hover\:h-72 {
  height: 18rem;
}

.group:hover .group-hover\:h-74 {
  height: 18.5rem;
}

.group:hover .group-hover\:h-76 {
  height: 19rem;
}

.group:hover .group-hover\:h-80 {
  height: 20rem;
}

.group:hover .group-hover\:h-85 {
  height: 21.25rem;
}

.group:hover .group-hover\:h-100 {
  height: 25rem;
}

.group:hover .group-hover\:h-105 {
  height: 26.25rem;
}

.group:hover .group-hover\:h-107 {
  height: 26.4rem;
}

.group:hover .group-hover\:h-110 {
  height: 27.5rem;
}

.group:hover .group-hover\:h-120 {
  height: 30rem;
}

.group:hover .group-hover\:h-130 {
  height: 38rem;
}

.group:hover .group-hover\:h-auto {
  height: auto;
}

.group:hover .group-hover\:h-px {
  height: 1px;
}

.group:hover .group-hover\:h-250px {
  height: 250px;
}

.group:hover .group-hover\:h-1\/2\% {
  height: 0.5%;
}

.group:hover .group-hover\:h-1\% {
  height: 1%;
}

.group:hover .group-hover\:h-2\% {
  height: 2%;
}

.group:hover .group-hover\:h-3\% {
  height: 3%;
}

.group:hover .group-hover\:h-4\% {
  height: 4%;
}

.group:hover .group-hover\:h-5\% {
  height: 5%;
}

.group:hover .group-hover\:h-10\% {
  height: 10%;
}

.group:hover .group-hover\:h-20\% {
  height: 20%;
}

.group:hover .group-hover\:h-23\% {
  height: 23%;
}

.group:hover .group-hover\:h-25\% {
  height: 25%;
}

.group:hover .group-hover\:h-26\% {
  height: 26%;
}

.group:hover .group-hover\:h-30\% {
  height: 30%;
}

.group:hover .group-hover\:h-40\% {
  height: 40%;
}

.group:hover .group-hover\:h-50\% {
  height: 50%;
}

.group:hover .group-hover\:h-60\% {
  height: 60%;
}

.group:hover .group-hover\:h-70\% {
  height: 70%;
}

.group:hover .group-hover\:h-80\% {
  height: 80%;
}

.group:hover .group-hover\:h-90\% {
  height: 90%;
}

.group:hover .group-hover\:h-95\% {
  height: 95%;
}

.group:hover .group-hover\:h-96\% {
  height: 96%;
}

.group:hover .group-hover\:h-97\% {
  height: 97%;
}

.group:hover .group-hover\:h-98\% {
  height: 98%;
}

.group:hover .group-hover\:h-99\% {
  height: 99%;
}

.group:hover .group-hover\:h-36vh {
  height: 36vh;
}

.group:hover .group-hover\:h-75vh {
  height: 75vh;
}

.group:hover .group-hover\:h-78vh {
  height: 78vh;
}

.group:hover .group-hover\:h-80vh {
  height: 80vh;
}

.group:hover .group-hover\:h-82vh {
  height: 82vh;
}

.group:hover .group-hover\:h-1\/2 {
  height: 50%;
}

.group:hover .group-hover\:h-1\/3 {
  height: 33.333333%;
}

.group:hover .group-hover\:h-2\/3 {
  height: 66.666667%;
}

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

.group:hover .group-hover\:h-2\/4 {
  height: 50%;
}

.group:hover .group-hover\:h-3\/4 {
  height: 75%;
}

.group:hover .group-hover\:h-1\/5 {
  height: 20%;
}

.group:hover .group-hover\:h-2\/5 {
  height: 40%;
}

.group:hover .group-hover\:h-3\/5 {
  height: 60%;
}

.group:hover .group-hover\:h-4\/5 {
  height: 80%;
}

.group:hover .group-hover\:h-1\/6 {
  height: 16.666667%;
}

.group:hover .group-hover\:h-2\/6 {
  height: 33.333333%;
}

.group:hover .group-hover\:h-3\/6 {
  height: 50%;
}

.group:hover .group-hover\:h-4\/6 {
  height: 66.666667%;
}

.group:hover .group-hover\:h-5\/6 {
  height: 83.333333%;
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

.group:hover .group-hover\:h-screen {
  height: 100vh;
}

.group:focus .group-focus\:h-0 {
  height: 0;
}

.group:focus .group-focus\:h-1 {
  height: 0.25rem;
}

.group:focus .group-focus\:h-2 {
  height: 0.5rem;
}

.group:focus .group-focus\:h-3 {
  height: 0.75rem;
}

.group:focus .group-focus\:h-4 {
  height: 1rem;
}

.group:focus .group-focus\:h-5 {
  height: 1.25rem;
}

.group:focus .group-focus\:h-6 {
  height: 1.5rem;
}

.group:focus .group-focus\:h-7 {
  height: 1.75rem;
}

.group:focus .group-focus\:h-8 {
  height: 2rem;
}

.group:focus .group-focus\:h-9 {
  height: 2.25rem;
}

.group:focus .group-focus\:h-10 {
  height: 2.5rem;
}

.group:focus .group-focus\:h-12 {
  height: 3rem;
}

.group:focus .group-focus\:h-14 {
  height: 3.5rem;
}

.group:focus .group-focus\:h-15 {
  height: 3.75rem;
}

.group:focus .group-focus\:h-16 {
  height: 4rem;
}

.group:focus .group-focus\:h-18 {
  height: 4.5rem;
}

.group:focus .group-focus\:h-20 {
  height: 5rem;
}

.group:focus .group-focus\:h-21 {
  height: 5.25rem;
}

.group:focus .group-focus\:h-22 {
  height: 5.5rem;
}

.group:focus .group-focus\:h-24 {
  height: 6rem;
}

.group:focus .group-focus\:h-26 {
  height: 6.5rem;
}

.group:focus .group-focus\:h-28 {
  height: 7rem;
}

.group:focus .group-focus\:h-30 {
  height: 7.5rem;
}

.group:focus .group-focus\:h-32 {
  height: 8rem;
}

.group:focus .group-focus\:h-34 {
  height: 8.5rem;
}

.group:focus .group-focus\:h-36 {
  height: 9rem;
}

.group:focus .group-focus\:h-38 {
  height: 9.5rem;
}

.group:focus .group-focus\:h-40 {
  height: 10rem;
}

.group:focus .group-focus\:h-44 {
  height: 11rem;
}

.group:focus .group-focus\:h-48 {
  height: 12rem;
}

.group:focus .group-focus\:h-52 {
  height: 13rem;
}

.group:focus .group-focus\:h-53 {
  height: 13.25rem;
}

.group:focus .group-focus\:h-54 {
  height: 13.5rem;
}

.group:focus .group-focus\:h-56 {
  height: 14rem;
}

.group:focus .group-focus\:h-64 {
  height: 16rem;
}

.group:focus .group-focus\:h-72 {
  height: 18rem;
}

.group:focus .group-focus\:h-74 {
  height: 18.5rem;
}

.group:focus .group-focus\:h-76 {
  height: 19rem;
}

.group:focus .group-focus\:h-80 {
  height: 20rem;
}

.group:focus .group-focus\:h-85 {
  height: 21.25rem;
}

.group:focus .group-focus\:h-100 {
  height: 25rem;
}

.group:focus .group-focus\:h-105 {
  height: 26.25rem;
}

.group:focus .group-focus\:h-107 {
  height: 26.4rem;
}

.group:focus .group-focus\:h-110 {
  height: 27.5rem;
}

.group:focus .group-focus\:h-120 {
  height: 30rem;
}

.group:focus .group-focus\:h-130 {
  height: 38rem;
}

.group:focus .group-focus\:h-auto {
  height: auto;
}

.group:focus .group-focus\:h-px {
  height: 1px;
}

.group:focus .group-focus\:h-250px {
  height: 250px;
}

.group:focus .group-focus\:h-1\/2\% {
  height: 0.5%;
}

.group:focus .group-focus\:h-1\% {
  height: 1%;
}

.group:focus .group-focus\:h-2\% {
  height: 2%;
}

.group:focus .group-focus\:h-3\% {
  height: 3%;
}

.group:focus .group-focus\:h-4\% {
  height: 4%;
}

.group:focus .group-focus\:h-5\% {
  height: 5%;
}

.group:focus .group-focus\:h-10\% {
  height: 10%;
}

.group:focus .group-focus\:h-20\% {
  height: 20%;
}

.group:focus .group-focus\:h-23\% {
  height: 23%;
}

.group:focus .group-focus\:h-25\% {
  height: 25%;
}

.group:focus .group-focus\:h-26\% {
  height: 26%;
}

.group:focus .group-focus\:h-30\% {
  height: 30%;
}

.group:focus .group-focus\:h-40\% {
  height: 40%;
}

.group:focus .group-focus\:h-50\% {
  height: 50%;
}

.group:focus .group-focus\:h-60\% {
  height: 60%;
}

.group:focus .group-focus\:h-70\% {
  height: 70%;
}

.group:focus .group-focus\:h-80\% {
  height: 80%;
}

.group:focus .group-focus\:h-90\% {
  height: 90%;
}

.group:focus .group-focus\:h-95\% {
  height: 95%;
}

.group:focus .group-focus\:h-96\% {
  height: 96%;
}

.group:focus .group-focus\:h-97\% {
  height: 97%;
}

.group:focus .group-focus\:h-98\% {
  height: 98%;
}

.group:focus .group-focus\:h-99\% {
  height: 99%;
}

.group:focus .group-focus\:h-36vh {
  height: 36vh;
}

.group:focus .group-focus\:h-75vh {
  height: 75vh;
}

.group:focus .group-focus\:h-78vh {
  height: 78vh;
}

.group:focus .group-focus\:h-80vh {
  height: 80vh;
}

.group:focus .group-focus\:h-82vh {
  height: 82vh;
}

.group:focus .group-focus\:h-1\/2 {
  height: 50%;
}

.group:focus .group-focus\:h-1\/3 {
  height: 33.333333%;
}

.group:focus .group-focus\:h-2\/3 {
  height: 66.666667%;
}

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

.group:focus .group-focus\:h-2\/4 {
  height: 50%;
}

.group:focus .group-focus\:h-3\/4 {
  height: 75%;
}

.group:focus .group-focus\:h-1\/5 {
  height: 20%;
}

.group:focus .group-focus\:h-2\/5 {
  height: 40%;
}

.group:focus .group-focus\:h-3\/5 {
  height: 60%;
}

.group:focus .group-focus\:h-4\/5 {
  height: 80%;
}

.group:focus .group-focus\:h-1\/6 {
  height: 16.666667%;
}

.group:focus .group-focus\:h-2\/6 {
  height: 33.333333%;
}

.group:focus .group-focus\:h-3\/6 {
  height: 50%;
}

.group:focus .group-focus\:h-4\/6 {
  height: 66.666667%;
}

.group:focus .group-focus\:h-5\/6 {
  height: 83.333333%;
}

.group:focus .group-focus\:h-full {
  height: 100%;
}

.group:focus .group-focus\:h-screen {
  height: 100vh;
}

.text-3xs {
  font-size: 0.5rem;
}

.text-2xs {
  font-size: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

.hover\:text-3xs:hover {
  font-size: 0.5rem;
}

.hover\:text-2xs:hover {
  font-size: 0.625rem;
}

.hover\:text-xs:hover {
  font-size: 0.75rem;
}

.hover\:text-sm:hover {
  font-size: 0.875rem;
}

.hover\:text-base: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;
}

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

.focus\:text-3xs:focus {
  font-size: 0.5rem;
}

.focus\:text-2xs:focus {
  font-size: 0.625rem;
}

.focus\:text-xs:focus {
  font-size: 0.75rem;
}

.focus\:text-sm:focus {
  font-size: 0.875rem;
}

.focus\:text-base: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;
}

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

.focus-within\:text-3xs:focus-within {
  font-size: 0.5rem;
}

.focus-within\:text-2xs:focus-within {
  font-size: 0.625rem;
}

.focus-within\:text-xs:focus-within {
  font-size: 0.75rem;
}

.focus-within\:text-sm:focus-within {
  font-size: 0.875rem;
}

.focus-within\:text-base: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-within\:text-6xl:focus-within {
  font-size: 4rem;
}

.group:hover .group-hover\:text-3xs {
  font-size: 0.5rem;
}

.group:hover .group-hover\:text-2xs {
  font-size: 0.625rem;
}

.group:hover .group-hover\:text-xs {
  font-size: 0.75rem;
}

.group:hover .group-hover\:text-sm {
  font-size: 0.875rem;
}

.group:hover .group-hover\:text-base {
  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;
}

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

.group:focus .group-focus\:text-3xs {
  font-size: 0.5rem;
}

.group:focus .group-focus\:text-2xs {
  font-size: 0.625rem;
}

.group:focus .group-focus\:text-xs {
  font-size: 0.75rem;
}

.group:focus .group-focus\:text-sm {
  font-size: 0.875rem;
}

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

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

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

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

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

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

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

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

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

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

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

.leading-snug {
  line-height: 1.375;
}

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

.leading-relaxed {
  line-height: 1.625;
}

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

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.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-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

.m-18 {
  margin: 4.5rem;
}

.m-20 {
  margin: 5rem;
}

.m-21 {
  margin: 5.25rem;
}

.m-22 {
  margin: 5.5rem;
}

.m-24 {
  margin: 6rem;
}

.m-26 {
  margin: 6.5rem;
}

.m-28 {
  margin: 7rem;
}

.m-30 {
  margin: 7.5rem;
}

.m-32 {
  margin: 8rem;
}

.m-34 {
  margin: 8.5rem;
}

.m-36 {
  margin: 9rem;
}

.m-38 {
  margin: 9.5rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-53 {
  margin: 13.25rem;
}

.m-54 {
  margin: 13.5rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-72 {
  margin: 18rem;
}

.m-74 {
  margin: 18.5rem;
}

.m-76 {
  margin: 19rem;
}

.m-80 {
  margin: 20rem;
}

.m-85 {
  margin: 21.25rem;
}

.m-100 {
  margin: 25rem;
}

.m-105 {
  margin: 26.25rem;
}

.m-107 {
  margin: 26.4rem;
}

.m-110 {
  margin: 27.5rem;
}

.m-120 {
  margin: 30rem;
}

.m-130 {
  margin: 38rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

.m-1\% {
  margin: 1%;
}

.m-2\% {
  margin: 2%;
}

.m-3\% {
  margin: 3%;
}

.m-4\% {
  margin: 4%;
}

.m-5\% {
  margin: 5%;
}

.m-10\% {
  margin: 10%;
}

.m-20\% {
  margin: 20%;
}

.m-23\% {
  margin: 23%;
}

.m-25\% {
  margin: 25%;
}

.m-26\% {
  margin: 26%;
}

.m-30\% {
  margin: 30%;
}

.m-40\% {
  margin: 40%;
}

.m-50\% {
  margin: 50%;
}

.m-60\% {
  margin: 60%;
}

.m-70\% {
  margin: 70%;
}

.m-80\% {
  margin: 80%;
}

.m-90\% {
  margin: 90%;
}

.m-95\% {
  margin: 95%;
}

.m-96\% {
  margin: 96%;
}

.m-97\% {
  margin: 97%;
}

.m-98\% {
  margin: 98%;
}

.m-99\% {
  margin: 99%;
}

.m-36vh {
  margin: 36vh;
}

.m-75vh {
  margin: 75vh;
}

.m-78vh {
  margin: 78vh;
}

.m-80vh {
  margin: 80vh;
}

.m-82vh {
  margin: 82vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-21 {
  margin: -5.25rem;
}

.-m-22 {
  margin: -5.5rem;
}

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

.-m-26 {
  margin: -6.5rem;
}

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

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

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

.-m-34 {
  margin: -8.5rem;
}

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

.-m-38 {
  margin: -9.5rem;
}

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

.-m-44 {
  margin: -11rem;
}

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

.-m-52 {
  margin: -13rem;
}

.-m-53 {
  margin: -13.25rem;
}

.-m-54 {
  margin: -13.5rem;
}

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

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

.-m-72 {
  margin: -18rem;
}

.-m-74 {
  margin: -18.5rem;
}

.-m-76 {
  margin: -19rem;
}

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

.-m-85 {
  margin: -21.25rem;
}

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

.-m-105 {
  margin: -26.25rem;
}

.-m-107 {
  margin: -26.4rem;
}

.-m-110 {
  margin: -27.5rem;
}

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

.-m-130 {
  margin: -38rem;
}

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

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

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

.-m-1\% {
  margin: -1%;
}

.-m-2\% {
  margin: -2%;
}

.-m-3\% {
  margin: -3%;
}

.-m-4\% {
  margin: -4%;
}

.-m-5\% {
  margin: -5%;
}

.-m-10\% {
  margin: -10%;
}

.-m-20\% {
  margin: -20%;
}

.-m-23\% {
  margin: -23%;
}

.-m-25\% {
  margin: -25%;
}

.-m-26\% {
  margin: -26%;
}

.-m-30\% {
  margin: -30%;
}

.-m-40\% {
  margin: -40%;
}

.-m-50\% {
  margin: -50%;
}

.-m-60\% {
  margin: -60%;
}

.-m-70\% {
  margin: -70%;
}

.-m-80\% {
  margin: -80%;
}

.-m-90\% {
  margin: -90%;
}

.-m-95\% {
  margin: -95%;
}

.-m-96\% {
  margin: -96%;
}

.-m-97\% {
  margin: -97%;
}

.-m-98\% {
  margin: -98%;
}

.-m-99\% {
  margin: -99%;
}

.-m-36vh {
  margin: -36vh;
}

.-m-75vh {
  margin: -75vh;
}

.-m-78vh {
  margin: -78vh;
}

.-m-80vh {
  margin: -80vh;
}

.-m-82vh {
  margin: -82vh;
}

.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-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

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

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

.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-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.my-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.mx-21 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.my-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.mx-22 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

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

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

.my-26 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.mx-26 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

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

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

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

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

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

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

.my-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.mx-34 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

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

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

.my-38 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.mx-38 {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

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

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

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

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

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

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.my-53 {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.mx-53 {
  margin-left: 13.25rem;
  margin-right: 13.25rem;
}

.my-54 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.mx-54 {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

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

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

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

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

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

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

.my-74 {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.mx-74 {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.my-76 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.mx-76 {
  margin-left: 19rem;
  margin-right: 19rem;
}

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

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

.my-85 {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.mx-85 {
  margin-left: 21.25rem;
  margin-right: 21.25rem;
}

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

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

.my-105 {
  margin-top: 26.25rem;
  margin-bottom: 26.25rem;
}

.mx-105 {
  margin-left: 26.25rem;
  margin-right: 26.25rem;
}

.my-107 {
  margin-top: 26.4rem;
  margin-bottom: 26.4rem;
}

.mx-107 {
  margin-left: 26.4rem;
  margin-right: 26.4rem;
}

.my-110 {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.mx-110 {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

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

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

.my-130 {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.mx-130 {
  margin-left: 38rem;
  margin-right: 38rem;
}

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

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

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

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

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

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

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

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

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

.my-3\% {
  margin-top: 3%;
  margin-bottom: 3%;
}

.mx-3\% {
  margin-left: 3%;
  margin-right: 3%;
}

.my-4\% {
  margin-top: 4%;
  margin-bottom: 4%;
}

.mx-4\% {
  margin-left: 4%;
  margin-right: 4%;
}

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

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

.my-10\% {
  margin-top: 10%;
  margin-bottom: 10%;
}

.mx-10\% {
  margin-left: 10%;
  margin-right: 10%;
}

.my-20\% {
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-20\% {
  margin-left: 20%;
  margin-right: 20%;
}

.my-23\% {
  margin-top: 23%;
  margin-bottom: 23%;
}

.mx-23\% {
  margin-left: 23%;
  margin-right: 23%;
}

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

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

.my-26\% {
  margin-top: 26%;
  margin-bottom: 26%;
}

.mx-26\% {
  margin-left: 26%;
  margin-right: 26%;
}

.my-30\% {
  margin-top: 30%;
  margin-bottom: 30%;
}

.mx-30\% {
  margin-left: 30%;
  margin-right: 30%;
}

.my-40\% {
  margin-top: 40%;
  margin-bottom: 40%;
}

.mx-40\% {
  margin-left: 40%;
  margin-right: 40%;
}

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

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

.my-60\% {
  margin-top: 60%;
  margin-bottom: 60%;
}

.mx-60\% {
  margin-left: 60%;
  margin-right: 60%;
}

.my-70\% {
  margin-top: 70%;
  margin-bottom: 70%;
}

.mx-70\% {
  margin-left: 70%;
  margin-right: 70%;
}

.my-80\% {
  margin-top: 80%;
  margin-bottom: 80%;
}

.mx-80\% {
  margin-left: 80%;
  margin-right: 80%;
}

.my-90\% {
  margin-top: 90%;
  margin-bottom: 90%;
}

.mx-90\% {
  margin-left: 90%;
  margin-right: 90%;
}

.my-95\% {
  margin-top: 95%;
  margin-bottom: 95%;
}

.mx-95\% {
  margin-left: 95%;
  margin-right: 95%;
}

.my-96\% {
  margin-top: 96%;
  margin-bottom: 96%;
}

.mx-96\% {
  margin-left: 96%;
  margin-right: 96%;
}

.my-97\% {
  margin-top: 97%;
  margin-bottom: 97%;
}

.mx-97\% {
  margin-left: 97%;
  margin-right: 97%;
}

.my-98\% {
  margin-top: 98%;
  margin-bottom: 98%;
}

.mx-98\% {
  margin-left: 98%;
  margin-right: 98%;
}

.my-99\% {
  margin-top: 99%;
  margin-bottom: 99%;
}

.mx-99\% {
  margin-left: 99%;
  margin-right: 99%;
}

.my-36vh {
  margin-top: 36vh;
  margin-bottom: 36vh;
}

.mx-36vh {
  margin-left: 36vh;
  margin-right: 36vh;
}

.my-75vh {
  margin-top: 75vh;
  margin-bottom: 75vh;
}

.mx-75vh {
  margin-left: 75vh;
  margin-right: 75vh;
}

.my-78vh {
  margin-top: 78vh;
  margin-bottom: 78vh;
}

.mx-78vh {
  margin-left: 78vh;
  margin-right: 78vh;
}

.my-80vh {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.mx-80vh {
  margin-left: 80vh;
  margin-right: 80vh;
}

.my-82vh {
  margin-top: 82vh;
  margin-bottom: 82vh;
}

.mx-82vh {
  margin-left: 82vh;
  margin-right: 82vh;
}

.-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-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

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

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

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

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

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

.-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-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

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

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

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

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

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

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

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

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

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

.-my-21 {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.-mx-21 {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.-my-22 {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.-mx-22 {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

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

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

.-my-26 {
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.-mx-26 {
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

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

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

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

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

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

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

.-my-34 {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.-mx-34 {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

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

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

.-my-38 {
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.-mx-38 {
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

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

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

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

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

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

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.-my-53 {
  margin-top: -13.25rem;
  margin-bottom: -13.25rem;
}

.-mx-53 {
  margin-left: -13.25rem;
  margin-right: -13.25rem;
}

.-my-54 {
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

.-mx-54 {
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

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

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

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

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

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

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

.-my-74 {
  margin-top: -18.5rem;
  margin-bottom: -18.5rem;
}

.-mx-74 {
  margin-left: -18.5rem;
  margin-right: -18.5rem;
}

.-my-76 {
  margin-top: -19rem;
  margin-bottom: -19rem;
}

.-mx-76 {
  margin-left: -19rem;
  margin-right: -19rem;
}

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

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

.-my-85 {
  margin-top: -21.25rem;
  margin-bottom: -21.25rem;
}

.-mx-85 {
  margin-left: -21.25rem;
  margin-right: -21.25rem;
}

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

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

.-my-105 {
  margin-top: -26.25rem;
  margin-bottom: -26.25rem;
}

.-mx-105 {
  margin-left: -26.25rem;
  margin-right: -26.25rem;
}

.-my-107 {
  margin-top: -26.4rem;
  margin-bottom: -26.4rem;
}

.-mx-107 {
  margin-left: -26.4rem;
  margin-right: -26.4rem;
}

.-my-110 {
  margin-top: -27.5rem;
  margin-bottom: -27.5rem;
}

.-mx-110 {
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}

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

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

.-my-130 {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.-mx-130 {
  margin-left: -38rem;
  margin-right: -38rem;
}

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

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

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

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

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

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

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

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

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

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

.-my-3\% {
  margin-top: -3%;
  margin-bottom: -3%;
}

.-mx-3\% {
  margin-left: -3%;
  margin-right: -3%;
}

.-my-4\% {
  margin-top: -4%;
  margin-bottom: -4%;
}

.-mx-4\% {
  margin-left: -4%;
  margin-right: -4%;
}

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

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

.-my-10\% {
  margin-top: -10%;
  margin-bottom: -10%;
}

.-mx-10\% {
  margin-left: -10%;
  margin-right: -10%;
}

.-my-20\% {
  margin-top: -20%;
  margin-bottom: -20%;
}

.-mx-20\% {
  margin-left: -20%;
  margin-right: -20%;
}

.-my-23\% {
  margin-top: -23%;
  margin-bottom: -23%;
}

.-mx-23\% {
  margin-left: -23%;
  margin-right: -23%;
}

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

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

.-my-26\% {
  margin-top: -26%;
  margin-bottom: -26%;
}

.-mx-26\% {
  margin-left: -26%;
  margin-right: -26%;
}

.-my-30\% {
  margin-top: -30%;
  margin-bottom: -30%;
}

.-mx-30\% {
  margin-left: -30%;
  margin-right: -30%;
}

.-my-40\% {
  margin-top: -40%;
  margin-bottom: -40%;
}

.-mx-40\% {
  margin-left: -40%;
  margin-right: -40%;
}

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

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

.-my-60\% {
  margin-top: -60%;
  margin-bottom: -60%;
}

.-mx-60\% {
  margin-left: -60%;
  margin-right: -60%;
}

.-my-70\% {
  margin-top: -70%;
  margin-bottom: -70%;
}

.-mx-70\% {
  margin-left: -70%;
  margin-right: -70%;
}

.-my-80\% {
  margin-top: -80%;
  margin-bottom: -80%;
}

.-mx-80\% {
  margin-left: -80%;
  margin-right: -80%;
}

.-my-90\% {
  margin-top: -90%;
  margin-bottom: -90%;
}

.-mx-90\% {
  margin-left: -90%;
  margin-right: -90%;
}

.-my-95\% {
  margin-top: -95%;
  margin-bottom: -95%;
}

.-mx-95\% {
  margin-left: -95%;
  margin-right: -95%;
}

.-my-96\% {
  margin-top: -96%;
  margin-bottom: -96%;
}

.-mx-96\% {
  margin-left: -96%;
  margin-right: -96%;
}

.-my-97\% {
  margin-top: -97%;
  margin-bottom: -97%;
}

.-mx-97\% {
  margin-left: -97%;
  margin-right: -97%;
}

.-my-98\% {
  margin-top: -98%;
  margin-bottom: -98%;
}

.-mx-98\% {
  margin-left: -98%;
  margin-right: -98%;
}

.-my-99\% {
  margin-top: -99%;
  margin-bottom: -99%;
}

.-mx-99\% {
  margin-left: -99%;
  margin-right: -99%;
}

.-my-36vh {
  margin-top: -36vh;
  margin-bottom: -36vh;
}

.-mx-36vh {
  margin-left: -36vh;
  margin-right: -36vh;
}

.-my-75vh {
  margin-top: -75vh;
  margin-bottom: -75vh;
}

.-mx-75vh {
  margin-left: -75vh;
  margin-right: -75vh;
}

.-my-78vh {
  margin-top: -78vh;
  margin-bottom: -78vh;
}

.-mx-78vh {
  margin-left: -78vh;
  margin-right: -78vh;
}

.-my-80vh {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.-mx-80vh {
  margin-left: -80vh;
  margin-right: -80vh;
}

.-my-82vh {
  margin-top: -82vh;
  margin-bottom: -82vh;
}

.-mx-82vh {
  margin-left: -82vh;
  margin-right: -82vh;
}

.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-7 {
  margin-top: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.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-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-21 {
  margin-top: 5.25rem;
}

.mr-21 {
  margin-right: 5.25rem;
}

.mb-21 {
  margin-bottom: 5.25rem;
}

.ml-21 {
  margin-left: 5.25rem;
}

.mt-22 {
  margin-top: 5.5rem;
}

.mr-22 {
  margin-right: 5.5rem;
}

.mb-22 {
  margin-bottom: 5.5rem;
}

.ml-22 {
  margin-left: 5.5rem;
}

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

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

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

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

.mt-26 {
  margin-top: 6.5rem;
}

.mr-26 {
  margin-right: 6.5rem;
}

.mb-26 {
  margin-bottom: 6.5rem;
}

.ml-26 {
  margin-left: 6.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-34 {
  margin-top: 8.5rem;
}

.mr-34 {
  margin-right: 8.5rem;
}

.mb-34 {
  margin-bottom: 8.5rem;
}

.ml-34 {
  margin-left: 8.5rem;
}

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

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

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

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

.mt-38 {
  margin-top: 9.5rem;
}

.mr-38 {
  margin-right: 9.5rem;
}

.mb-38 {
  margin-bottom: 9.5rem;
}

.ml-38 {
  margin-left: 9.5rem;
}

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

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

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

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

.mt-44 {
  margin-top: 11rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.ml-44 {
  margin-left: 11rem;
}

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

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

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

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

.mt-52 {
  margin-top: 13rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.ml-52 {
  margin-left: 13rem;
}

.mt-53 {
  margin-top: 13.25rem;
}

.mr-53 {
  margin-right: 13.25rem;
}

.mb-53 {
  margin-bottom: 13.25rem;
}

.ml-53 {
  margin-left: 13.25rem;
}

.mt-54 {
  margin-top: 13.5rem;
}

.mr-54 {
  margin-right: 13.5rem;
}

.mb-54 {
  margin-bottom: 13.5rem;
}

.ml-54 {
  margin-left: 13.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-74 {
  margin-top: 18.5rem;
}

.mr-74 {
  margin-right: 18.5rem;
}

.mb-74 {
  margin-bottom: 18.5rem;
}

.ml-74 {
  margin-left: 18.5rem;
}

.mt-76 {
  margin-top: 19rem;
}

.mr-76 {
  margin-right: 19rem;
}

.mb-76 {
  margin-bottom: 19rem;
}

.ml-76 {
  margin-left: 19rem;
}

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

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

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

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

.mt-85 {
  margin-top: 21.25rem;
}

.mr-85 {
  margin-right: 21.25rem;
}

.mb-85 {
  margin-bottom: 21.25rem;
}

.ml-85 {
  margin-left: 21.25rem;
}

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

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

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

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

.mt-105 {
  margin-top: 26.25rem;
}

.mr-105 {
  margin-right: 26.25rem;
}

.mb-105 {
  margin-bottom: 26.25rem;
}

.ml-105 {
  margin-left: 26.25rem;
}

.mt-107 {
  margin-top: 26.4rem;
}

.mr-107 {
  margin-right: 26.4rem;
}

.mb-107 {
  margin-bottom: 26.4rem;
}

.ml-107 {
  margin-left: 26.4rem;
}

.mt-110 {
  margin-top: 27.5rem;
}

.mr-110 {
  margin-right: 27.5rem;
}

.mb-110 {
  margin-bottom: 27.5rem;
}

.ml-110 {
  margin-left: 27.5rem;
}

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

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

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

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

.mt-130 {
  margin-top: 38rem;
}

.mr-130 {
  margin-right: 38rem;
}

.mb-130 {
  margin-bottom: 38rem;
}

.ml-130 {
  margin-left: 38rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3\% {
  margin-top: 3%;
}

.mr-3\% {
  margin-right: 3%;
}

.mb-3\% {
  margin-bottom: 3%;
}

.ml-3\% {
  margin-left: 3%;
}

.mt-4\% {
  margin-top: 4%;
}

.mr-4\% {
  margin-right: 4%;
}

.mb-4\% {
  margin-bottom: 4%;
}

.ml-4\% {
  margin-left: 4%;
}

.mt-5\% {
  margin-top: 5%;
}

.mr-5\% {
  margin-right: 5%;
}

.mb-5\% {
  margin-bottom: 5%;
}

.ml-5\% {
  margin-left: 5%;
}

.mt-10\% {
  margin-top: 10%;
}

.mr-10\% {
  margin-right: 10%;
}

.mb-10\% {
  margin-bottom: 10%;
}

.ml-10\% {
  margin-left: 10%;
}

.mt-20\% {
  margin-top: 20%;
}

.mr-20\% {
  margin-right: 20%;
}

.mb-20\% {
  margin-bottom: 20%;
}

.ml-20\% {
  margin-left: 20%;
}

.mt-23\% {
  margin-top: 23%;
}

.mr-23\% {
  margin-right: 23%;
}

.mb-23\% {
  margin-bottom: 23%;
}

.ml-23\% {
  margin-left: 23%;
}

.mt-25\% {
  margin-top: 25%;
}

.mr-25\% {
  margin-right: 25%;
}

.mb-25\% {
  margin-bottom: 25%;
}

.ml-25\% {
  margin-left: 25%;
}

.mt-26\% {
  margin-top: 26%;
}

.mr-26\% {
  margin-right: 26%;
}

.mb-26\% {
  margin-bottom: 26%;
}

.ml-26\% {
  margin-left: 26%;
}

.mt-30\% {
  margin-top: 30%;
}

.mr-30\% {
  margin-right: 30%;
}

.mb-30\% {
  margin-bottom: 30%;
}

.ml-30\% {
  margin-left: 30%;
}

.mt-40\% {
  margin-top: 40%;
}

.mr-40\% {
  margin-right: 40%;
}

.mb-40\% {
  margin-bottom: 40%;
}

.ml-40\% {
  margin-left: 40%;
}

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

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

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

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

.mt-60\% {
  margin-top: 60%;
}

.mr-60\% {
  margin-right: 60%;
}

.mb-60\% {
  margin-bottom: 60%;
}

.ml-60\% {
  margin-left: 60%;
}

.mt-70\% {
  margin-top: 70%;
}

.mr-70\% {
  margin-right: 70%;
}

.mb-70\% {
  margin-bottom: 70%;
}

.ml-70\% {
  margin-left: 70%;
}

.mt-80\% {
  margin-top: 80%;
}

.mr-80\% {
  margin-right: 80%;
}

.mb-80\% {
  margin-bottom: 80%;
}

.ml-80\% {
  margin-left: 80%;
}

.mt-90\% {
  margin-top: 90%;
}

.mr-90\% {
  margin-right: 90%;
}

.mb-90\% {
  margin-bottom: 90%;
}

.ml-90\% {
  margin-left: 90%;
}

.mt-95\% {
  margin-top: 95%;
}

.mr-95\% {
  margin-right: 95%;
}

.mb-95\% {
  margin-bottom: 95%;
}

.ml-95\% {
  margin-left: 95%;
}

.mt-96\% {
  margin-top: 96%;
}

.mr-96\% {
  margin-right: 96%;
}

.mb-96\% {
  margin-bottom: 96%;
}

.ml-96\% {
  margin-left: 96%;
}

.mt-97\% {
  margin-top: 97%;
}

.mr-97\% {
  margin-right: 97%;
}

.mb-97\% {
  margin-bottom: 97%;
}

.ml-97\% {
  margin-left: 97%;
}

.mt-98\% {
  margin-top: 98%;
}

.mr-98\% {
  margin-right: 98%;
}

.mb-98\% {
  margin-bottom: 98%;
}

.ml-98\% {
  margin-left: 98%;
}

.mt-99\% {
  margin-top: 99%;
}

.mr-99\% {
  margin-right: 99%;
}

.mb-99\% {
  margin-bottom: 99%;
}

.ml-99\% {
  margin-left: 99%;
}

.mt-36vh {
  margin-top: 36vh;
}

.mr-36vh {
  margin-right: 36vh;
}

.mb-36vh {
  margin-bottom: 36vh;
}

.ml-36vh {
  margin-left: 36vh;
}

.mt-75vh {
  margin-top: 75vh;
}

.mr-75vh {
  margin-right: 75vh;
}

.mb-75vh {
  margin-bottom: 75vh;
}

.ml-75vh {
  margin-left: 75vh;
}

.mt-78vh {
  margin-top: 78vh;
}

.mr-78vh {
  margin-right: 78vh;
}

.mb-78vh {
  margin-bottom: 78vh;
}

.ml-78vh {
  margin-left: 78vh;
}

.mt-80vh {
  margin-top: 80vh;
}

.mr-80vh {
  margin-right: 80vh;
}

.mb-80vh {
  margin-bottom: 80vh;
}

.ml-80vh {
  margin-left: 80vh;
}

.mt-82vh {
  margin-top: 82vh;
}

.mr-82vh {
  margin-right: 82vh;
}

.mb-82vh {
  margin-bottom: 82vh;
}

.ml-82vh {
  margin-left: 82vh;
}

.-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-7 {
  margin-top: -1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.-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-14 {
  margin-top: -3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-21 {
  margin-top: -5.25rem;
}

.-mr-21 {
  margin-right: -5.25rem;
}

.-mb-21 {
  margin-bottom: -5.25rem;
}

.-ml-21 {
  margin-left: -5.25rem;
}

.-mt-22 {
  margin-top: -5.5rem;
}

.-mr-22 {
  margin-right: -5.5rem;
}

.-mb-22 {
  margin-bottom: -5.5rem;
}

.-ml-22 {
  margin-left: -5.5rem;
}

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

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

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

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

.-mt-26 {
  margin-top: -6.5rem;
}

.-mr-26 {
  margin-right: -6.5rem;
}

.-mb-26 {
  margin-bottom: -6.5rem;
}

.-ml-26 {
  margin-left: -6.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-34 {
  margin-top: -8.5rem;
}

.-mr-34 {
  margin-right: -8.5rem;
}

.-mb-34 {
  margin-bottom: -8.5rem;
}

.-ml-34 {
  margin-left: -8.5rem;
}

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

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

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

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

.-mt-38 {
  margin-top: -9.5rem;
}

.-mr-38 {
  margin-right: -9.5rem;
}

.-mb-38 {
  margin-bottom: -9.5rem;
}

.-ml-38 {
  margin-left: -9.5rem;
}

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

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

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

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

.-mt-44 {
  margin-top: -11rem;
}

.-mr-44 {
  margin-right: -11rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-ml-44 {
  margin-left: -11rem;
}

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

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

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

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

.-mt-52 {
  margin-top: -13rem;
}

.-mr-52 {
  margin-right: -13rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-mt-53 {
  margin-top: -13.25rem;
}

.-mr-53 {
  margin-right: -13.25rem;
}

.-mb-53 {
  margin-bottom: -13.25rem;
}

.-ml-53 {
  margin-left: -13.25rem;
}

.-mt-54 {
  margin-top: -13.5rem;
}

.-mr-54 {
  margin-right: -13.5rem;
}

.-mb-54 {
  margin-bottom: -13.5rem;
}

.-ml-54 {
  margin-left: -13.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-74 {
  margin-top: -18.5rem;
}

.-mr-74 {
  margin-right: -18.5rem;
}

.-mb-74 {
  margin-bottom: -18.5rem;
}

.-ml-74 {
  margin-left: -18.5rem;
}

.-mt-76 {
  margin-top: -19rem;
}

.-mr-76 {
  margin-right: -19rem;
}

.-mb-76 {
  margin-bottom: -19rem;
}

.-ml-76 {
  margin-left: -19rem;
}

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

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

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

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

.-mt-85 {
  margin-top: -21.25rem;
}

.-mr-85 {
  margin-right: -21.25rem;
}

.-mb-85 {
  margin-bottom: -21.25rem;
}

.-ml-85 {
  margin-left: -21.25rem;
}

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

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

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

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

.-mt-105 {
  margin-top: -26.25rem;
}

.-mr-105 {
  margin-right: -26.25rem;
}

.-mb-105 {
  margin-bottom: -26.25rem;
}

.-ml-105 {
  margin-left: -26.25rem;
}

.-mt-107 {
  margin-top: -26.4rem;
}

.-mr-107 {
  margin-right: -26.4rem;
}

.-mb-107 {
  margin-bottom: -26.4rem;
}

.-ml-107 {
  margin-left: -26.4rem;
}

.-mt-110 {
  margin-top: -27.5rem;
}

.-mr-110 {
  margin-right: -27.5rem;
}

.-mb-110 {
  margin-bottom: -27.5rem;
}

.-ml-110 {
  margin-left: -27.5rem;
}

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

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

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

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

.-mt-130 {
  margin-top: -38rem;
}

.-mr-130 {
  margin-right: -38rem;
}

.-mb-130 {
  margin-bottom: -38rem;
}

.-ml-130 {
  margin-left: -38rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-3\% {
  margin-top: -3%;
}

.-mr-3\% {
  margin-right: -3%;
}

.-mb-3\% {
  margin-bottom: -3%;
}

.-ml-3\% {
  margin-left: -3%;
}

.-mt-4\% {
  margin-top: -4%;
}

.-mr-4\% {
  margin-right: -4%;
}

.-mb-4\% {
  margin-bottom: -4%;
}

.-ml-4\% {
  margin-left: -4%;
}

.-mt-5\% {
  margin-top: -5%;
}

.-mr-5\% {
  margin-right: -5%;
}

.-mb-5\% {
  margin-bottom: -5%;
}

.-ml-5\% {
  margin-left: -5%;
}

.-mt-10\% {
  margin-top: -10%;
}

.-mr-10\% {
  margin-right: -10%;
}

.-mb-10\% {
  margin-bottom: -10%;
}

.-ml-10\% {
  margin-left: -10%;
}

.-mt-20\% {
  margin-top: -20%;
}

.-mr-20\% {
  margin-right: -20%;
}

.-mb-20\% {
  margin-bottom: -20%;
}

.-ml-20\% {
  margin-left: -20%;
}

.-mt-23\% {
  margin-top: -23%;
}

.-mr-23\% {
  margin-right: -23%;
}

.-mb-23\% {
  margin-bottom: -23%;
}

.-ml-23\% {
  margin-left: -23%;
}

.-mt-25\% {
  margin-top: -25%;
}

.-mr-25\% {
  margin-right: -25%;
}

.-mb-25\% {
  margin-bottom: -25%;
}

.-ml-25\% {
  margin-left: -25%;
}

.-mt-26\% {
  margin-top: -26%;
}

.-mr-26\% {
  margin-right: -26%;
}

.-mb-26\% {
  margin-bottom: -26%;
}

.-ml-26\% {
  margin-left: -26%;
}

.-mt-30\% {
  margin-top: -30%;
}

.-mr-30\% {
  margin-right: -30%;
}

.-mb-30\% {
  margin-bottom: -30%;
}

.-ml-30\% {
  margin-left: -30%;
}

.-mt-40\% {
  margin-top: -40%;
}

.-mr-40\% {
  margin-right: -40%;
}

.-mb-40\% {
  margin-bottom: -40%;
}

.-ml-40\% {
  margin-left: -40%;
}

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

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

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

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

.-mt-60\% {
  margin-top: -60%;
}

.-mr-60\% {
  margin-right: -60%;
}

.-mb-60\% {
  margin-bottom: -60%;
}

.-ml-60\% {
  margin-left: -60%;
}

.-mt-70\% {
  margin-top: -70%;
}

.-mr-70\% {
  margin-right: -70%;
}

.-mb-70\% {
  margin-bottom: -70%;
}

.-ml-70\% {
  margin-left: -70%;
}

.-mt-80\% {
  margin-top: -80%;
}

.-mr-80\% {
  margin-right: -80%;
}

.-mb-80\% {
  margin-bottom: -80%;
}

.-ml-80\% {
  margin-left: -80%;
}

.-mt-90\% {
  margin-top: -90%;
}

.-mr-90\% {
  margin-right: -90%;
}

.-mb-90\% {
  margin-bottom: -90%;
}

.-ml-90\% {
  margin-left: -90%;
}

.-mt-95\% {
  margin-top: -95%;
}

.-mr-95\% {
  margin-right: -95%;
}

.-mb-95\% {
  margin-bottom: -95%;
}

.-ml-95\% {
  margin-left: -95%;
}

.-mt-96\% {
  margin-top: -96%;
}

.-mr-96\% {
  margin-right: -96%;
}

.-mb-96\% {
  margin-bottom: -96%;
}

.-ml-96\% {
  margin-left: -96%;
}

.-mt-97\% {
  margin-top: -97%;
}

.-mr-97\% {
  margin-right: -97%;
}

.-mb-97\% {
  margin-bottom: -97%;
}

.-ml-97\% {
  margin-left: -97%;
}

.-mt-98\% {
  margin-top: -98%;
}

.-mr-98\% {
  margin-right: -98%;
}

.-mb-98\% {
  margin-bottom: -98%;
}

.-ml-98\% {
  margin-left: -98%;
}

.-mt-99\% {
  margin-top: -99%;
}

.-mr-99\% {
  margin-right: -99%;
}

.-mb-99\% {
  margin-bottom: -99%;
}

.-ml-99\% {
  margin-left: -99%;
}

.-mt-36vh {
  margin-top: -36vh;
}

.-mr-36vh {
  margin-right: -36vh;
}

.-mb-36vh {
  margin-bottom: -36vh;
}

.-ml-36vh {
  margin-left: -36vh;
}

.-mt-75vh {
  margin-top: -75vh;
}

.-mr-75vh {
  margin-right: -75vh;
}

.-mb-75vh {
  margin-bottom: -75vh;
}

.-ml-75vh {
  margin-left: -75vh;
}

.-mt-78vh {
  margin-top: -78vh;
}

.-mr-78vh {
  margin-right: -78vh;
}

.-mb-78vh {
  margin-bottom: -78vh;
}

.-ml-78vh {
  margin-left: -78vh;
}

.-mt-80vh {
  margin-top: -80vh;
}

.-mr-80vh {
  margin-right: -80vh;
}

.-mb-80vh {
  margin-bottom: -80vh;
}

.-ml-80vh {
  margin-left: -80vh;
}

.-mt-82vh {
  margin-top: -82vh;
}

.-mr-82vh {
  margin-right: -82vh;
}

.-mb-82vh {
  margin-bottom: -82vh;
}

.-ml-82vh {
  margin-left: -82vh;
}

.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-7:hover {
  margin: 1.75rem;
}

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

.hover\:m-9:hover {
  margin: 2.25rem;
}

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

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

.hover\:m-14:hover {
  margin: 3.5rem;
}

.hover\:m-15:hover {
  margin: 3.75rem;
}

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

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

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

.hover\:m-21:hover {
  margin: 5.25rem;
}

.hover\:m-22:hover {
  margin: 5.5rem;
}

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

.hover\:m-26:hover {
  margin: 6.5rem;
}

.hover\:m-28:hover {
  margin: 7rem;
}

.hover\:m-30:hover {
  margin: 7.5rem;
}

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

.hover\:m-34:hover {
  margin: 8.5rem;
}

.hover\:m-36:hover {
  margin: 9rem;
}

.hover\:m-38:hover {
  margin: 9.5rem;
}

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

.hover\:m-44:hover {
  margin: 11rem;
}

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

.hover\:m-52:hover {
  margin: 13rem;
}

.hover\:m-53:hover {
  margin: 13.25rem;
}

.hover\:m-54:hover {
  margin: 13.5rem;
}

.hover\:m-56:hover {
  margin: 14rem;
}

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

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

.hover\:m-74:hover {
  margin: 18.5rem;
}

.hover\:m-76:hover {
  margin: 19rem;
}

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

.hover\:m-85:hover {
  margin: 21.25rem;
}

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

.hover\:m-105:hover {
  margin: 26.25rem;
}

.hover\:m-107:hover {
  margin: 26.4rem;
}

.hover\:m-110:hover {
  margin: 27.5rem;
}

.hover\:m-120:hover {
  margin: 30rem;
}

.hover\:m-130:hover {
  margin: 38rem;
}

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

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

.hover\:m-250px:hover {
  margin: 250px;
}

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

.hover\:m-1\%:hover {
  margin: 1%;
}

.hover\:m-2\%:hover {
  margin: 2%;
}

.hover\:m-3\%:hover {
  margin: 3%;
}

.hover\:m-4\%:hover {
  margin: 4%;
}

.hover\:m-5\%:hover {
  margin: 5%;
}

.hover\:m-10\%:hover {
  margin: 10%;
}

.hover\:m-20\%:hover {
  margin: 20%;
}

.hover\:m-23\%:hover {
  margin: 23%;
}

.hover\:m-25\%:hover {
  margin: 25%;
}

.hover\:m-26\%:hover {
  margin: 26%;
}

.hover\:m-30\%:hover {
  margin: 30%;
}

.hover\:m-40\%:hover {
  margin: 40%;
}

.hover\:m-50\%:hover {
  margin: 50%;
}

.hover\:m-60\%:hover {
  margin: 60%;
}

.hover\:m-70\%:hover {
  margin: 70%;
}

.hover\:m-80\%:hover {
  margin: 80%;
}

.hover\:m-90\%:hover {
  margin: 90%;
}

.hover\:m-95\%:hover {
  margin: 95%;
}

.hover\:m-96\%:hover {
  margin: 96%;
}

.hover\:m-97\%:hover {
  margin: 97%;
}

.hover\:m-98\%:hover {
  margin: 98%;
}

.hover\:m-99\%:hover {
  margin: 99%;
}

.hover\:m-36vh:hover {
  margin: 36vh;
}

.hover\:m-75vh:hover {
  margin: 75vh;
}

.hover\:m-78vh:hover {
  margin: 78vh;
}

.hover\:m-80vh:hover {
  margin: 80vh;
}

.hover\:m-82vh:hover {
  margin: 82vh;
}

.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-7:hover {
  margin: -1.75rem;
}

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

.hover\:-m-9:hover {
  margin: -2.25rem;
}

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

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

.hover\:-m-14:hover {
  margin: -3.5rem;
}

.hover\:-m-15:hover {
  margin: -3.75rem;
}

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

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

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

.hover\:-m-21:hover {
  margin: -5.25rem;
}

.hover\:-m-22:hover {
  margin: -5.5rem;
}

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

.hover\:-m-26:hover {
  margin: -6.5rem;
}

.hover\:-m-28:hover {
  margin: -7rem;
}

.hover\:-m-30:hover {
  margin: -7.5rem;
}

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

.hover\:-m-34:hover {
  margin: -8.5rem;
}

.hover\:-m-36:hover {
  margin: -9rem;
}

.hover\:-m-38:hover {
  margin: -9.5rem;
}

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

.hover\:-m-44:hover {
  margin: -11rem;
}

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

.hover\:-m-52:hover {
  margin: -13rem;
}

.hover\:-m-53:hover {
  margin: -13.25rem;
}

.hover\:-m-54:hover {
  margin: -13.5rem;
}

.hover\:-m-56:hover {
  margin: -14rem;
}

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

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

.hover\:-m-74:hover {
  margin: -18.5rem;
}

.hover\:-m-76:hover {
  margin: -19rem;
}

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

.hover\:-m-85:hover {
  margin: -21.25rem;
}

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

.hover\:-m-105:hover {
  margin: -26.25rem;
}

.hover\:-m-107:hover {
  margin: -26.4rem;
}

.hover\:-m-110:hover {
  margin: -27.5rem;
}

.hover\:-m-120:hover {
  margin: -30rem;
}

.hover\:-m-130:hover {
  margin: -38rem;
}

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

.hover\:-m-250px:hover {
  margin: -250px;
}

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

.hover\:-m-1\%:hover {
  margin: -1%;
}

.hover\:-m-2\%:hover {
  margin: -2%;
}

.hover\:-m-3\%:hover {
  margin: -3%;
}

.hover\:-m-4\%:hover {
  margin: -4%;
}

.hover\:-m-5\%:hover {
  margin: -5%;
}

.hover\:-m-10\%:hover {
  margin: -10%;
}

.hover\:-m-20\%:hover {
  margin: -20%;
}

.hover\:-m-23\%:hover {
  margin: -23%;
}

.hover\:-m-25\%:hover {
  margin: -25%;
}

.hover\:-m-26\%:hover {
  margin: -26%;
}

.hover\:-m-30\%:hover {
  margin: -30%;
}

.hover\:-m-40\%:hover {
  margin: -40%;
}

.hover\:-m-50\%:hover {
  margin: -50%;
}

.hover\:-m-60\%:hover {
  margin: -60%;
}

.hover\:-m-70\%:hover {
  margin: -70%;
}

.hover\:-m-80\%:hover {
  margin: -80%;
}

.hover\:-m-90\%:hover {
  margin: -90%;
}

.hover\:-m-95\%:hover {
  margin: -95%;
}

.hover\:-m-96\%:hover {
  margin: -96%;
}

.hover\:-m-97\%:hover {
  margin: -97%;
}

.hover\:-m-98\%:hover {
  margin: -98%;
}

.hover\:-m-99\%:hover {
  margin: -99%;
}

.hover\:-m-36vh:hover {
  margin: -36vh;
}

.hover\:-m-75vh:hover {
  margin: -75vh;
}

.hover\:-m-78vh:hover {
  margin: -78vh;
}

.hover\:-m-80vh:hover {
  margin: -80vh;
}

.hover\:-m-82vh:hover {
  margin: -82vh;
}

.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-7:hover {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.hover\:mx-7:hover {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

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

.hover\:my-9:hover {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.hover\:mx-9:hover {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.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-14:hover {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.hover\:mx-14:hover {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.hover\:my-15:hover {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.hover\:mx-15:hover {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

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

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

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

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

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

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

.hover\:my-21:hover {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.hover\:mx-21:hover {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.hover\:my-22:hover {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.hover\:mx-22:hover {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

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

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

.hover\:my-26:hover {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.hover\:mx-26:hover {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.hover\:my-28:hover {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.hover\:mx-28:hover {
  margin-left: 7rem;
  margin-right: 7rem;
}

.hover\:my-30:hover {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.hover\:mx-30:hover {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

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

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

.hover\:my-34:hover {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.hover\:mx-34:hover {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.hover\:my-36:hover {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.hover\:mx-36:hover {
  margin-left: 9rem;
  margin-right: 9rem;
}

.hover\:my-38:hover {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.hover\:mx-38:hover {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

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

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

.hover\:my-44:hover {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.hover\:mx-44:hover {
  margin-left: 11rem;
  margin-right: 11rem;
}

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

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

.hover\:my-52:hover {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.hover\:mx-52:hover {
  margin-left: 13rem;
  margin-right: 13rem;
}

.hover\:my-53:hover {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.hover\:mx-53:hover {
  margin-left: 13.25rem;
  margin-right: 13.25rem;
}

.hover\:my-54:hover {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.hover\:mx-54:hover {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

.hover\:my-56:hover {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.hover\:mx-56:hover {
  margin-left: 14rem;
  margin-right: 14rem;
}

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

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

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

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

.hover\:my-74:hover {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.hover\:mx-74:hover {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.hover\:my-76:hover {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.hover\:mx-76:hover {
  margin-left: 19rem;
  margin-right: 19rem;
}

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

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

.hover\:my-85:hover {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.hover\:mx-85:hover {
  margin-left: 21.25rem;
  margin-right: 21.25rem;
}

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

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

.hover\:my-105:hover {
  margin-top: 26.25rem;
  margin-bottom: 26.25rem;
}

.hover\:mx-105:hover {
  margin-left: 26.25rem;
  margin-right: 26.25rem;
}

.hover\:my-107:hover {
  margin-top: 26.4rem;
  margin-bottom: 26.4rem;
}

.hover\:mx-107:hover {
  margin-left: 26.4rem;
  margin-right: 26.4rem;
}

.hover\:my-110:hover {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.hover\:mx-110:hover {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

.hover\:my-120:hover {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.hover\:mx-120:hover {
  margin-left: 30rem;
  margin-right: 30rem;
}

.hover\:my-130:hover {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.hover\:mx-130:hover {
  margin-left: 38rem;
  margin-right: 38rem;
}

.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\:my-250px:hover {
  margin-top: 250px;
  margin-bottom: 250px;
}

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

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

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

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

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

.hover\:my-2\%:hover {
  margin-top: 2%;
  margin-bottom: 2%;
}

.hover\:mx-2\%:hover {
  margin-left: 2%;
  margin-right: 2%;
}

.hover\:my-3\%:hover {
  margin-top: 3%;
  margin-bottom: 3%;
}

.hover\:mx-3\%:hover {
  margin-left: 3%;
  margin-right: 3%;
}

.hover\:my-4\%:hover {
  margin-top: 4%;
  margin-bottom: 4%;
}

.hover\:mx-4\%:hover {
  margin-left: 4%;
  margin-right: 4%;
}

.hover\:my-5\%:hover {
  margin-top: 5%;
  margin-bottom: 5%;
}

.hover\:mx-5\%:hover {
  margin-left: 5%;
  margin-right: 5%;
}

.hover\:my-10\%:hover {
  margin-top: 10%;
  margin-bottom: 10%;
}

.hover\:mx-10\%:hover {
  margin-left: 10%;
  margin-right: 10%;
}

.hover\:my-20\%:hover {
  margin-top: 20%;
  margin-bottom: 20%;
}

.hover\:mx-20\%:hover {
  margin-left: 20%;
  margin-right: 20%;
}

.hover\:my-23\%:hover {
  margin-top: 23%;
  margin-bottom: 23%;
}

.hover\:mx-23\%:hover {
  margin-left: 23%;
  margin-right: 23%;
}

.hover\:my-25\%:hover {
  margin-top: 25%;
  margin-bottom: 25%;
}

.hover\:mx-25\%:hover {
  margin-left: 25%;
  margin-right: 25%;
}

.hover\:my-26\%:hover {
  margin-top: 26%;
  margin-bottom: 26%;
}

.hover\:mx-26\%:hover {
  margin-left: 26%;
  margin-right: 26%;
}

.hover\:my-30\%:hover {
  margin-top: 30%;
  margin-bottom: 30%;
}

.hover\:mx-30\%:hover {
  margin-left: 30%;
  margin-right: 30%;
}

.hover\:my-40\%:hover {
  margin-top: 40%;
  margin-bottom: 40%;
}

.hover\:mx-40\%:hover {
  margin-left: 40%;
  margin-right: 40%;
}

.hover\:my-50\%:hover {
  margin-top: 50%;
  margin-bottom: 50%;
}

.hover\:mx-50\%:hover {
  margin-left: 50%;
  margin-right: 50%;
}

.hover\:my-60\%:hover {
  margin-top: 60%;
  margin-bottom: 60%;
}

.hover\:mx-60\%:hover {
  margin-left: 60%;
  margin-right: 60%;
}

.hover\:my-70\%:hover {
  margin-top: 70%;
  margin-bottom: 70%;
}

.hover\:mx-70\%:hover {
  margin-left: 70%;
  margin-right: 70%;
}

.hover\:my-80\%:hover {
  margin-top: 80%;
  margin-bottom: 80%;
}

.hover\:mx-80\%:hover {
  margin-left: 80%;
  margin-right: 80%;
}

.hover\:my-90\%:hover {
  margin-top: 90%;
  margin-bottom: 90%;
}

.hover\:mx-90\%:hover {
  margin-left: 90%;
  margin-right: 90%;
}

.hover\:my-95\%:hover {
  margin-top: 95%;
  margin-bottom: 95%;
}

.hover\:mx-95\%:hover {
  margin-left: 95%;
  margin-right: 95%;
}

.hover\:my-96\%:hover {
  margin-top: 96%;
  margin-bottom: 96%;
}

.hover\:mx-96\%:hover {
  margin-left: 96%;
  margin-right: 96%;
}

.hover\:my-97\%:hover {
  margin-top: 97%;
  margin-bottom: 97%;
}

.hover\:mx-97\%:hover {
  margin-left: 97%;
  margin-right: 97%;
}

.hover\:my-98\%:hover {
  margin-top: 98%;
  margin-bottom: 98%;
}

.hover\:mx-98\%:hover {
  margin-left: 98%;
  margin-right: 98%;
}

.hover\:my-99\%:hover {
  margin-top: 99%;
  margin-bottom: 99%;
}

.hover\:mx-99\%:hover {
  margin-left: 99%;
  margin-right: 99%;
}

.hover\:my-36vh:hover {
  margin-top: 36vh;
  margin-bottom: 36vh;
}

.hover\:mx-36vh:hover {
  margin-left: 36vh;
  margin-right: 36vh;
}

.hover\:my-75vh:hover {
  margin-top: 75vh;
  margin-bottom: 75vh;
}

.hover\:mx-75vh:hover {
  margin-left: 75vh;
  margin-right: 75vh;
}

.hover\:my-78vh:hover {
  margin-top: 78vh;
  margin-bottom: 78vh;
}

.hover\:mx-78vh:hover {
  margin-left: 78vh;
  margin-right: 78vh;
}

.hover\:my-80vh:hover {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.hover\:mx-80vh:hover {
  margin-left: 80vh;
  margin-right: 80vh;
}

.hover\:my-82vh:hover {
  margin-top: 82vh;
  margin-bottom: 82vh;
}

.hover\:mx-82vh:hover {
  margin-left: 82vh;
  margin-right: 82vh;
}

.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-7:hover {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.hover\:-mx-7:hover {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

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

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

.hover\:-my-9:hover {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.hover\:-mx-9:hover {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.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-14:hover {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.hover\:-mx-14:hover {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.hover\:-my-15:hover {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.hover\:-mx-15:hover {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

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

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

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

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

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

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

.hover\:-my-21:hover {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.hover\:-mx-21:hover {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.hover\:-my-22:hover {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.hover\:-mx-22:hover {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

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

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

.hover\:-my-26:hover {
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.hover\:-mx-26:hover {
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.hover\:-my-28:hover {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.hover\:-mx-28:hover {
  margin-left: -7rem;
  margin-right: -7rem;
}

.hover\:-my-30:hover {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.hover\:-mx-30:hover {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

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

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

.hover\:-my-34:hover {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.hover\:-mx-34:hover {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.hover\:-my-36:hover {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.hover\:-mx-36:hover {
  margin-left: -9rem;
  margin-right: -9rem;
}

.hover\:-my-38:hover {
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.hover\:-mx-38:hover {
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

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

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

.hover\:-my-44:hover {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.hover\:-mx-44:hover {
  margin-left: -11rem;
  margin-right: -11rem;
}

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

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

.hover\:-my-52:hover {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.hover\:-mx-52:hover {
  margin-left: -13rem;
  margin-right: -13rem;
}

.hover\:-my-53:hover {
  margin-top: -13.25rem;
  margin-bottom: -13.25rem;
}

.hover\:-mx-53:hover {
  margin-left: -13.25rem;
  margin-right: -13.25rem;
}

.hover\:-my-54:hover {
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

.hover\:-mx-54:hover {
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

.hover\:-my-56:hover {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.hover\:-mx-56:hover {
  margin-left: -14rem;
  margin-right: -14rem;
}

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

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

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

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

.hover\:-my-74:hover {
  margin-top: -18.5rem;
  margin-bottom: -18.5rem;
}

.hover\:-mx-74:hover {
  margin-left: -18.5rem;
  margin-right: -18.5rem;
}

.hover\:-my-76:hover {
  margin-top: -19rem;
  margin-bottom: -19rem;
}

.hover\:-mx-76:hover {
  margin-left: -19rem;
  margin-right: -19rem;
}

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

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

.hover\:-my-85:hover {
  margin-top: -21.25rem;
  margin-bottom: -21.25rem;
}

.hover\:-mx-85:hover {
  margin-left: -21.25rem;
  margin-right: -21.25rem;
}

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

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

.hover\:-my-105:hover {
  margin-top: -26.25rem;
  margin-bottom: -26.25rem;
}

.hover\:-mx-105:hover {
  margin-left: -26.25rem;
  margin-right: -26.25rem;
}

.hover\:-my-107:hover {
  margin-top: -26.4rem;
  margin-bottom: -26.4rem;
}

.hover\:-mx-107:hover {
  margin-left: -26.4rem;
  margin-right: -26.4rem;
}

.hover\:-my-110:hover {
  margin-top: -27.5rem;
  margin-bottom: -27.5rem;
}

.hover\:-mx-110:hover {
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}

.hover\:-my-120:hover {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.hover\:-mx-120:hover {
  margin-left: -30rem;
  margin-right: -30rem;
}

.hover\:-my-130:hover {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.hover\:-mx-130:hover {
  margin-left: -38rem;
  margin-right: -38rem;
}

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

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

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

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

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

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

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

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

.hover\:-my-2\%:hover {
  margin-top: -2%;
  margin-bottom: -2%;
}

.hover\:-mx-2\%:hover {
  margin-left: -2%;
  margin-right: -2%;
}

.hover\:-my-3\%:hover {
  margin-top: -3%;
  margin-bottom: -3%;
}

.hover\:-mx-3\%:hover {
  margin-left: -3%;
  margin-right: -3%;
}

.hover\:-my-4\%:hover {
  margin-top: -4%;
  margin-bottom: -4%;
}

.hover\:-mx-4\%:hover {
  margin-left: -4%;
  margin-right: -4%;
}

.hover\:-my-5\%:hover {
  margin-top: -5%;
  margin-bottom: -5%;
}

.hover\:-mx-5\%:hover {
  margin-left: -5%;
  margin-right: -5%;
}

.hover\:-my-10\%:hover {
  margin-top: -10%;
  margin-bottom: -10%;
}

.hover\:-mx-10\%:hover {
  margin-left: -10%;
  margin-right: -10%;
}

.hover\:-my-20\%:hover {
  margin-top: -20%;
  margin-bottom: -20%;
}

.hover\:-mx-20\%:hover {
  margin-left: -20%;
  margin-right: -20%;
}

.hover\:-my-23\%:hover {
  margin-top: -23%;
  margin-bottom: -23%;
}

.hover\:-mx-23\%:hover {
  margin-left: -23%;
  margin-right: -23%;
}

.hover\:-my-25\%:hover {
  margin-top: -25%;
  margin-bottom: -25%;
}

.hover\:-mx-25\%:hover {
  margin-left: -25%;
  margin-right: -25%;
}

.hover\:-my-26\%:hover {
  margin-top: -26%;
  margin-bottom: -26%;
}

.hover\:-mx-26\%:hover {
  margin-left: -26%;
  margin-right: -26%;
}

.hover\:-my-30\%:hover {
  margin-top: -30%;
  margin-bottom: -30%;
}

.hover\:-mx-30\%:hover {
  margin-left: -30%;
  margin-right: -30%;
}

.hover\:-my-40\%:hover {
  margin-top: -40%;
  margin-bottom: -40%;
}

.hover\:-mx-40\%:hover {
  margin-left: -40%;
  margin-right: -40%;
}

.hover\:-my-50\%:hover {
  margin-top: -50%;
  margin-bottom: -50%;
}

.hover\:-mx-50\%:hover {
  margin-left: -50%;
  margin-right: -50%;
}

.hover\:-my-60\%:hover {
  margin-top: -60%;
  margin-bottom: -60%;
}

.hover\:-mx-60\%:hover {
  margin-left: -60%;
  margin-right: -60%;
}

.hover\:-my-70\%:hover {
  margin-top: -70%;
  margin-bottom: -70%;
}

.hover\:-mx-70\%:hover {
  margin-left: -70%;
  margin-right: -70%;
}

.hover\:-my-80\%:hover {
  margin-top: -80%;
  margin-bottom: -80%;
}

.hover\:-mx-80\%:hover {
  margin-left: -80%;
  margin-right: -80%;
}

.hover\:-my-90\%:hover {
  margin-top: -90%;
  margin-bottom: -90%;
}

.hover\:-mx-90\%:hover {
  margin-left: -90%;
  margin-right: -90%;
}

.hover\:-my-95\%:hover {
  margin-top: -95%;
  margin-bottom: -95%;
}

.hover\:-mx-95\%:hover {
  margin-left: -95%;
  margin-right: -95%;
}

.hover\:-my-96\%:hover {
  margin-top: -96%;
  margin-bottom: -96%;
}

.hover\:-mx-96\%:hover {
  margin-left: -96%;
  margin-right: -96%;
}

.hover\:-my-97\%:hover {
  margin-top: -97%;
  margin-bottom: -97%;
}

.hover\:-mx-97\%:hover {
  margin-left: -97%;
  margin-right: -97%;
}

.hover\:-my-98\%:hover {
  margin-top: -98%;
  margin-bottom: -98%;
}

.hover\:-mx-98\%:hover {
  margin-left: -98%;
  margin-right: -98%;
}

.hover\:-my-99\%:hover {
  margin-top: -99%;
  margin-bottom: -99%;
}

.hover\:-mx-99\%:hover {
  margin-left: -99%;
  margin-right: -99%;
}

.hover\:-my-36vh:hover {
  margin-top: -36vh;
  margin-bottom: -36vh;
}

.hover\:-mx-36vh:hover {
  margin-left: -36vh;
  margin-right: -36vh;
}

.hover\:-my-75vh:hover {
  margin-top: -75vh;
  margin-bottom: -75vh;
}

.hover\:-mx-75vh:hover {
  margin-left: -75vh;
  margin-right: -75vh;
}

.hover\:-my-78vh:hover {
  margin-top: -78vh;
  margin-bottom: -78vh;
}

.hover\:-mx-78vh:hover {
  margin-left: -78vh;
  margin-right: -78vh;
}

.hover\:-my-80vh:hover {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.hover\:-mx-80vh:hover {
  margin-left: -80vh;
  margin-right: -80vh;
}

.hover\:-my-82vh:hover {
  margin-top: -82vh;
  margin-bottom: -82vh;
}

.hover\:-mx-82vh:hover {
  margin-left: -82vh;
  margin-right: -82vh;
}

.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-7:hover {
  margin-top: 1.75rem;
}

.hover\:mr-7:hover {
  margin-right: 1.75rem;
}

.hover\:mb-7:hover {
  margin-bottom: 1.75rem;
}

.hover\:ml-7:hover {
  margin-left: 1.75rem;
}

.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-9:hover {
  margin-top: 2.25rem;
}

.hover\:mr-9:hover {
  margin-right: 2.25rem;
}

.hover\:mb-9:hover {
  margin-bottom: 2.25rem;
}

.hover\:ml-9:hover {
  margin-left: 2.25rem;
}

.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-14:hover {
  margin-top: 3.5rem;
}

.hover\:mr-14:hover {
  margin-right: 3.5rem;
}

.hover\:mb-14:hover {
  margin-bottom: 3.5rem;
}

.hover\:ml-14:hover {
  margin-left: 3.5rem;
}

.hover\:mt-15:hover {
  margin-top: 3.75rem;
}

.hover\:mr-15:hover {
  margin-right: 3.75rem;
}

.hover\:mb-15:hover {
  margin-bottom: 3.75rem;
}

.hover\:ml-15:hover {
  margin-left: 3.75rem;
}

.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-18:hover {
  margin-top: 4.5rem;
}

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

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

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

.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-21:hover {
  margin-top: 5.25rem;
}

.hover\:mr-21:hover {
  margin-right: 5.25rem;
}

.hover\:mb-21:hover {
  margin-bottom: 5.25rem;
}

.hover\:ml-21:hover {
  margin-left: 5.25rem;
}

.hover\:mt-22:hover {
  margin-top: 5.5rem;
}

.hover\:mr-22:hover {
  margin-right: 5.5rem;
}

.hover\:mb-22:hover {
  margin-bottom: 5.5rem;
}

.hover\:ml-22:hover {
  margin-left: 5.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-26:hover {
  margin-top: 6.5rem;
}

.hover\:mr-26:hover {
  margin-right: 6.5rem;
}

.hover\:mb-26:hover {
  margin-bottom: 6.5rem;
}

.hover\:ml-26:hover {
  margin-left: 6.5rem;
}

.hover\:mt-28:hover {
  margin-top: 7rem;
}

.hover\:mr-28:hover {
  margin-right: 7rem;
}

.hover\:mb-28:hover {
  margin-bottom: 7rem;
}

.hover\:ml-28:hover {
  margin-left: 7rem;
}

.hover\:mt-30:hover {
  margin-top: 7.5rem;
}

.hover\:mr-30:hover {
  margin-right: 7.5rem;
}

.hover\:mb-30:hover {
  margin-bottom: 7.5rem;
}

.hover\:ml-30:hover {
  margin-left: 7.5rem;
}

.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-34:hover {
  margin-top: 8.5rem;
}

.hover\:mr-34:hover {
  margin-right: 8.5rem;
}

.hover\:mb-34:hover {
  margin-bottom: 8.5rem;
}

.hover\:ml-34:hover {
  margin-left: 8.5rem;
}

.hover\:mt-36:hover {
  margin-top: 9rem;
}

.hover\:mr-36:hover {
  margin-right: 9rem;
}

.hover\:mb-36:hover {
  margin-bottom: 9rem;
}

.hover\:ml-36:hover {
  margin-left: 9rem;
}

.hover\:mt-38:hover {
  margin-top: 9.5rem;
}

.hover\:mr-38:hover {
  margin-right: 9.5rem;
}

.hover\:mb-38:hover {
  margin-bottom: 9.5rem;
}

.hover\:ml-38:hover {
  margin-left: 9.5rem;
}

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

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

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

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

.hover\:mt-44:hover {
  margin-top: 11rem;
}

.hover\:mr-44:hover {
  margin-right: 11rem;
}

.hover\:mb-44:hover {
  margin-bottom: 11rem;
}

.hover\:ml-44:hover {
  margin-left: 11rem;
}

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

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

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

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

.hover\:mt-52:hover {
  margin-top: 13rem;
}

.hover\:mr-52:hover {
  margin-right: 13rem;
}

.hover\:mb-52:hover {
  margin-bottom: 13rem;
}

.hover\:ml-52:hover {
  margin-left: 13rem;
}

.hover\:mt-53:hover {
  margin-top: 13.25rem;
}

.hover\:mr-53:hover {
  margin-right: 13.25rem;
}

.hover\:mb-53:hover {
  margin-bottom: 13.25rem;
}

.hover\:ml-53:hover {
  margin-left: 13.25rem;
}

.hover\:mt-54:hover {
  margin-top: 13.5rem;
}

.hover\:mr-54:hover {
  margin-right: 13.5rem;
}

.hover\:mb-54:hover {
  margin-bottom: 13.5rem;
}

.hover\:ml-54:hover {
  margin-left: 13.5rem;
}

.hover\:mt-56:hover {
  margin-top: 14rem;
}

.hover\:mr-56:hover {
  margin-right: 14rem;
}

.hover\:mb-56:hover {
  margin-bottom: 14rem;
}

.hover\:ml-56:hover {
  margin-left: 14rem;
}

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

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

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

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

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

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

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

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

.hover\:mt-74:hover {
  margin-top: 18.5rem;
}

.hover\:mr-74:hover {
  margin-right: 18.5rem;
}

.hover\:mb-74:hover {
  margin-bottom: 18.5rem;
}

.hover\:ml-74:hover {
  margin-left: 18.5rem;
}

.hover\:mt-76:hover {
  margin-top: 19rem;
}

.hover\:mr-76:hover {
  margin-right: 19rem;
}

.hover\:mb-76:hover {
  margin-bottom: 19rem;
}

.hover\:ml-76:hover {
  margin-left: 19rem;
}

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

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

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

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

.hover\:mt-85:hover {
  margin-top: 21.25rem;
}

.hover\:mr-85:hover {
  margin-right: 21.25rem;
}

.hover\:mb-85:hover {
  margin-bottom: 21.25rem;
}

.hover\:ml-85:hover {
  margin-left: 21.25rem;
}

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

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

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

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

.hover\:mt-105:hover {
  margin-top: 26.25rem;
}

.hover\:mr-105:hover {
  margin-right: 26.25rem;
}

.hover\:mb-105:hover {
  margin-bottom: 26.25rem;
}

.hover\:ml-105:hover {
  margin-left: 26.25rem;
}

.hover\:mt-107:hover {
  margin-top: 26.4rem;
}

.hover\:mr-107:hover {
  margin-right: 26.4rem;
}

.hover\:mb-107:hover {
  margin-bottom: 26.4rem;
}

.hover\:ml-107:hover {
  margin-left: 26.4rem;
}

.hover\:mt-110:hover {
  margin-top: 27.5rem;
}

.hover\:mr-110:hover {
  margin-right: 27.5rem;
}

.hover\:mb-110:hover {
  margin-bottom: 27.5rem;
}

.hover\:ml-110:hover {
  margin-left: 27.5rem;
}

.hover\:mt-120:hover {
  margin-top: 30rem;
}

.hover\:mr-120:hover {
  margin-right: 30rem;
}

.hover\:mb-120:hover {
  margin-bottom: 30rem;
}

.hover\:ml-120:hover {
  margin-left: 30rem;
}

.hover\:mt-130:hover {
  margin-top: 38rem;
}

.hover\:mr-130:hover {
  margin-right: 38rem;
}

.hover\:mb-130:hover {
  margin-bottom: 38rem;
}

.hover\:ml-130:hover {
  margin-left: 38rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:mt-2\%:hover {
  margin-top: 2%;
}

.hover\:mr-2\%:hover {
  margin-right: 2%;
}

.hover\:mb-2\%:hover {
  margin-bottom: 2%;
}

.hover\:ml-2\%:hover {
  margin-left: 2%;
}

.hover\:mt-3\%:hover {
  margin-top: 3%;
}

.hover\:mr-3\%:hover {
  margin-right: 3%;
}

.hover\:mb-3\%:hover {
  margin-bottom: 3%;
}

.hover\:ml-3\%:hover {
  margin-left: 3%;
}

.hover\:mt-4\%:hover {
  margin-top: 4%;
}

.hover\:mr-4\%:hover {
  margin-right: 4%;
}

.hover\:mb-4\%:hover {
  margin-bottom: 4%;
}

.hover\:ml-4\%:hover {
  margin-left: 4%;
}

.hover\:mt-5\%:hover {
  margin-top: 5%;
}

.hover\:mr-5\%:hover {
  margin-right: 5%;
}

.hover\:mb-5\%:hover {
  margin-bottom: 5%;
}

.hover\:ml-5\%:hover {
  margin-left: 5%;
}

.hover\:mt-10\%:hover {
  margin-top: 10%;
}

.hover\:mr-10\%:hover {
  margin-right: 10%;
}

.hover\:mb-10\%:hover {
  margin-bottom: 10%;
}

.hover\:ml-10\%:hover {
  margin-left: 10%;
}

.hover\:mt-20\%:hover {
  margin-top: 20%;
}

.hover\:mr-20\%:hover {
  margin-right: 20%;
}

.hover\:mb-20\%:hover {
  margin-bottom: 20%;
}

.hover\:ml-20\%:hover {
  margin-left: 20%;
}

.hover\:mt-23\%:hover {
  margin-top: 23%;
}

.hover\:mr-23\%:hover {
  margin-right: 23%;
}

.hover\:mb-23\%:hover {
  margin-bottom: 23%;
}

.hover\:ml-23\%:hover {
  margin-left: 23%;
}

.hover\:mt-25\%:hover {
  margin-top: 25%;
}

.hover\:mr-25\%:hover {
  margin-right: 25%;
}

.hover\:mb-25\%:hover {
  margin-bottom: 25%;
}

.hover\:ml-25\%:hover {
  margin-left: 25%;
}

.hover\:mt-26\%:hover {
  margin-top: 26%;
}

.hover\:mr-26\%:hover {
  margin-right: 26%;
}

.hover\:mb-26\%:hover {
  margin-bottom: 26%;
}

.hover\:ml-26\%:hover {
  margin-left: 26%;
}

.hover\:mt-30\%:hover {
  margin-top: 30%;
}

.hover\:mr-30\%:hover {
  margin-right: 30%;
}

.hover\:mb-30\%:hover {
  margin-bottom: 30%;
}

.hover\:ml-30\%:hover {
  margin-left: 30%;
}

.hover\:mt-40\%:hover {
  margin-top: 40%;
}

.hover\:mr-40\%:hover {
  margin-right: 40%;
}

.hover\:mb-40\%:hover {
  margin-bottom: 40%;
}

.hover\:ml-40\%:hover {
  margin-left: 40%;
}

.hover\:mt-50\%:hover {
  margin-top: 50%;
}

.hover\:mr-50\%:hover {
  margin-right: 50%;
}

.hover\:mb-50\%:hover {
  margin-bottom: 50%;
}

.hover\:ml-50\%:hover {
  margin-left: 50%;
}

.hover\:mt-60\%:hover {
  margin-top: 60%;
}

.hover\:mr-60\%:hover {
  margin-right: 60%;
}

.hover\:mb-60\%:hover {
  margin-bottom: 60%;
}

.hover\:ml-60\%:hover {
  margin-left: 60%;
}

.hover\:mt-70\%:hover {
  margin-top: 70%;
}

.hover\:mr-70\%:hover {
  margin-right: 70%;
}

.hover\:mb-70\%:hover {
  margin-bottom: 70%;
}

.hover\:ml-70\%:hover {
  margin-left: 70%;
}

.hover\:mt-80\%:hover {
  margin-top: 80%;
}

.hover\:mr-80\%:hover {
  margin-right: 80%;
}

.hover\:mb-80\%:hover {
  margin-bottom: 80%;
}

.hover\:ml-80\%:hover {
  margin-left: 80%;
}

.hover\:mt-90\%:hover {
  margin-top: 90%;
}

.hover\:mr-90\%:hover {
  margin-right: 90%;
}

.hover\:mb-90\%:hover {
  margin-bottom: 90%;
}

.hover\:ml-90\%:hover {
  margin-left: 90%;
}

.hover\:mt-95\%:hover {
  margin-top: 95%;
}

.hover\:mr-95\%:hover {
  margin-right: 95%;
}

.hover\:mb-95\%:hover {
  margin-bottom: 95%;
}

.hover\:ml-95\%:hover {
  margin-left: 95%;
}

.hover\:mt-96\%:hover {
  margin-top: 96%;
}

.hover\:mr-96\%:hover {
  margin-right: 96%;
}

.hover\:mb-96\%:hover {
  margin-bottom: 96%;
}

.hover\:ml-96\%:hover {
  margin-left: 96%;
}

.hover\:mt-97\%:hover {
  margin-top: 97%;
}

.hover\:mr-97\%:hover {
  margin-right: 97%;
}

.hover\:mb-97\%:hover {
  margin-bottom: 97%;
}

.hover\:ml-97\%:hover {
  margin-left: 97%;
}

.hover\:mt-98\%:hover {
  margin-top: 98%;
}

.hover\:mr-98\%:hover {
  margin-right: 98%;
}

.hover\:mb-98\%:hover {
  margin-bottom: 98%;
}

.hover\:ml-98\%:hover {
  margin-left: 98%;
}

.hover\:mt-99\%:hover {
  margin-top: 99%;
}

.hover\:mr-99\%:hover {
  margin-right: 99%;
}

.hover\:mb-99\%:hover {
  margin-bottom: 99%;
}

.hover\:ml-99\%:hover {
  margin-left: 99%;
}

.hover\:mt-36vh:hover {
  margin-top: 36vh;
}

.hover\:mr-36vh:hover {
  margin-right: 36vh;
}

.hover\:mb-36vh:hover {
  margin-bottom: 36vh;
}

.hover\:ml-36vh:hover {
  margin-left: 36vh;
}

.hover\:mt-75vh:hover {
  margin-top: 75vh;
}

.hover\:mr-75vh:hover {
  margin-right: 75vh;
}

.hover\:mb-75vh:hover {
  margin-bottom: 75vh;
}

.hover\:ml-75vh:hover {
  margin-left: 75vh;
}

.hover\:mt-78vh:hover {
  margin-top: 78vh;
}

.hover\:mr-78vh:hover {
  margin-right: 78vh;
}

.hover\:mb-78vh:hover {
  margin-bottom: 78vh;
}

.hover\:ml-78vh:hover {
  margin-left: 78vh;
}

.hover\:mt-80vh:hover {
  margin-top: 80vh;
}

.hover\:mr-80vh:hover {
  margin-right: 80vh;
}

.hover\:mb-80vh:hover {
  margin-bottom: 80vh;
}

.hover\:ml-80vh:hover {
  margin-left: 80vh;
}

.hover\:mt-82vh:hover {
  margin-top: 82vh;
}

.hover\:mr-82vh:hover {
  margin-right: 82vh;
}

.hover\:mb-82vh:hover {
  margin-bottom: 82vh;
}

.hover\:ml-82vh:hover {
  margin-left: 82vh;
}

.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-7:hover {
  margin-top: -1.75rem;
}

.hover\:-mr-7:hover {
  margin-right: -1.75rem;
}

.hover\:-mb-7:hover {
  margin-bottom: -1.75rem;
}

.hover\:-ml-7:hover {
  margin-left: -1.75rem;
}

.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-9:hover {
  margin-top: -2.25rem;
}

.hover\:-mr-9:hover {
  margin-right: -2.25rem;
}

.hover\:-mb-9:hover {
  margin-bottom: -2.25rem;
}

.hover\:-ml-9:hover {
  margin-left: -2.25rem;
}

.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-14:hover {
  margin-top: -3.5rem;
}

.hover\:-mr-14:hover {
  margin-right: -3.5rem;
}

.hover\:-mb-14:hover {
  margin-bottom: -3.5rem;
}

.hover\:-ml-14:hover {
  margin-left: -3.5rem;
}

.hover\:-mt-15:hover {
  margin-top: -3.75rem;
}

.hover\:-mr-15:hover {
  margin-right: -3.75rem;
}

.hover\:-mb-15:hover {
  margin-bottom: -3.75rem;
}

.hover\:-ml-15:hover {
  margin-left: -3.75rem;
}

.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-18:hover {
  margin-top: -4.5rem;
}

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

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

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

.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-21:hover {
  margin-top: -5.25rem;
}

.hover\:-mr-21:hover {
  margin-right: -5.25rem;
}

.hover\:-mb-21:hover {
  margin-bottom: -5.25rem;
}

.hover\:-ml-21:hover {
  margin-left: -5.25rem;
}

.hover\:-mt-22:hover {
  margin-top: -5.5rem;
}

.hover\:-mr-22:hover {
  margin-right: -5.5rem;
}

.hover\:-mb-22:hover {
  margin-bottom: -5.5rem;
}

.hover\:-ml-22:hover {
  margin-left: -5.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-26:hover {
  margin-top: -6.5rem;
}

.hover\:-mr-26:hover {
  margin-right: -6.5rem;
}

.hover\:-mb-26:hover {
  margin-bottom: -6.5rem;
}

.hover\:-ml-26:hover {
  margin-left: -6.5rem;
}

.hover\:-mt-28:hover {
  margin-top: -7rem;
}

.hover\:-mr-28:hover {
  margin-right: -7rem;
}

.hover\:-mb-28:hover {
  margin-bottom: -7rem;
}

.hover\:-ml-28:hover {
  margin-left: -7rem;
}

.hover\:-mt-30:hover {
  margin-top: -7.5rem;
}

.hover\:-mr-30:hover {
  margin-right: -7.5rem;
}

.hover\:-mb-30:hover {
  margin-bottom: -7.5rem;
}

.hover\:-ml-30:hover {
  margin-left: -7.5rem;
}

.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-34:hover {
  margin-top: -8.5rem;
}

.hover\:-mr-34:hover {
  margin-right: -8.5rem;
}

.hover\:-mb-34:hover {
  margin-bottom: -8.5rem;
}

.hover\:-ml-34:hover {
  margin-left: -8.5rem;
}

.hover\:-mt-36:hover {
  margin-top: -9rem;
}

.hover\:-mr-36:hover {
  margin-right: -9rem;
}

.hover\:-mb-36:hover {
  margin-bottom: -9rem;
}

.hover\:-ml-36:hover {
  margin-left: -9rem;
}

.hover\:-mt-38:hover {
  margin-top: -9.5rem;
}

.hover\:-mr-38:hover {
  margin-right: -9.5rem;
}

.hover\:-mb-38:hover {
  margin-bottom: -9.5rem;
}

.hover\:-ml-38:hover {
  margin-left: -9.5rem;
}

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

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

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

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

.hover\:-mt-44:hover {
  margin-top: -11rem;
}

.hover\:-mr-44:hover {
  margin-right: -11rem;
}

.hover\:-mb-44:hover {
  margin-bottom: -11rem;
}

.hover\:-ml-44:hover {
  margin-left: -11rem;
}

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

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

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

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

.hover\:-mt-52:hover {
  margin-top: -13rem;
}

.hover\:-mr-52:hover {
  margin-right: -13rem;
}

.hover\:-mb-52:hover {
  margin-bottom: -13rem;
}

.hover\:-ml-52:hover {
  margin-left: -13rem;
}

.hover\:-mt-53:hover {
  margin-top: -13.25rem;
}

.hover\:-mr-53:hover {
  margin-right: -13.25rem;
}

.hover\:-mb-53:hover {
  margin-bottom: -13.25rem;
}

.hover\:-ml-53:hover {
  margin-left: -13.25rem;
}

.hover\:-mt-54:hover {
  margin-top: -13.5rem;
}

.hover\:-mr-54:hover {
  margin-right: -13.5rem;
}

.hover\:-mb-54:hover {
  margin-bottom: -13.5rem;
}

.hover\:-ml-54:hover {
  margin-left: -13.5rem;
}

.hover\:-mt-56:hover {
  margin-top: -14rem;
}

.hover\:-mr-56:hover {
  margin-right: -14rem;
}

.hover\:-mb-56:hover {
  margin-bottom: -14rem;
}

.hover\:-ml-56:hover {
  margin-left: -14rem;
}

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

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

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

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

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

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

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

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

.hover\:-mt-74:hover {
  margin-top: -18.5rem;
}

.hover\:-mr-74:hover {
  margin-right: -18.5rem;
}

.hover\:-mb-74:hover {
  margin-bottom: -18.5rem;
}

.hover\:-ml-74:hover {
  margin-left: -18.5rem;
}

.hover\:-mt-76:hover {
  margin-top: -19rem;
}

.hover\:-mr-76:hover {
  margin-right: -19rem;
}

.hover\:-mb-76:hover {
  margin-bottom: -19rem;
}

.hover\:-ml-76:hover {
  margin-left: -19rem;
}

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

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

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

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

.hover\:-mt-85:hover {
  margin-top: -21.25rem;
}

.hover\:-mr-85:hover {
  margin-right: -21.25rem;
}

.hover\:-mb-85:hover {
  margin-bottom: -21.25rem;
}

.hover\:-ml-85:hover {
  margin-left: -21.25rem;
}

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

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

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

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

.hover\:-mt-105:hover {
  margin-top: -26.25rem;
}

.hover\:-mr-105:hover {
  margin-right: -26.25rem;
}

.hover\:-mb-105:hover {
  margin-bottom: -26.25rem;
}

.hover\:-ml-105:hover {
  margin-left: -26.25rem;
}

.hover\:-mt-107:hover {
  margin-top: -26.4rem;
}

.hover\:-mr-107:hover {
  margin-right: -26.4rem;
}

.hover\:-mb-107:hover {
  margin-bottom: -26.4rem;
}

.hover\:-ml-107:hover {
  margin-left: -26.4rem;
}

.hover\:-mt-110:hover {
  margin-top: -27.5rem;
}

.hover\:-mr-110:hover {
  margin-right: -27.5rem;
}

.hover\:-mb-110:hover {
  margin-bottom: -27.5rem;
}

.hover\:-ml-110:hover {
  margin-left: -27.5rem;
}

.hover\:-mt-120:hover {
  margin-top: -30rem;
}

.hover\:-mr-120:hover {
  margin-right: -30rem;
}

.hover\:-mb-120:hover {
  margin-bottom: -30rem;
}

.hover\:-ml-120:hover {
  margin-left: -30rem;
}

.hover\:-mt-130:hover {
  margin-top: -38rem;
}

.hover\:-mr-130:hover {
  margin-right: -38rem;
}

.hover\:-mb-130:hover {
  margin-bottom: -38rem;
}

.hover\:-ml-130:hover {
  margin-left: -38rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:-mt-2\%:hover {
  margin-top: -2%;
}

.hover\:-mr-2\%:hover {
  margin-right: -2%;
}

.hover\:-mb-2\%:hover {
  margin-bottom: -2%;
}

.hover\:-ml-2\%:hover {
  margin-left: -2%;
}

.hover\:-mt-3\%:hover {
  margin-top: -3%;
}

.hover\:-mr-3\%:hover {
  margin-right: -3%;
}

.hover\:-mb-3\%:hover {
  margin-bottom: -3%;
}

.hover\:-ml-3\%:hover {
  margin-left: -3%;
}

.hover\:-mt-4\%:hover {
  margin-top: -4%;
}

.hover\:-mr-4\%:hover {
  margin-right: -4%;
}

.hover\:-mb-4\%:hover {
  margin-bottom: -4%;
}

.hover\:-ml-4\%:hover {
  margin-left: -4%;
}

.hover\:-mt-5\%:hover {
  margin-top: -5%;
}

.hover\:-mr-5\%:hover {
  margin-right: -5%;
}

.hover\:-mb-5\%:hover {
  margin-bottom: -5%;
}

.hover\:-ml-5\%:hover {
  margin-left: -5%;
}

.hover\:-mt-10\%:hover {
  margin-top: -10%;
}

.hover\:-mr-10\%:hover {
  margin-right: -10%;
}

.hover\:-mb-10\%:hover {
  margin-bottom: -10%;
}

.hover\:-ml-10\%:hover {
  margin-left: -10%;
}

.hover\:-mt-20\%:hover {
  margin-top: -20%;
}

.hover\:-mr-20\%:hover {
  margin-right: -20%;
}

.hover\:-mb-20\%:hover {
  margin-bottom: -20%;
}

.hover\:-ml-20\%:hover {
  margin-left: -20%;
}

.hover\:-mt-23\%:hover {
  margin-top: -23%;
}

.hover\:-mr-23\%:hover {
  margin-right: -23%;
}

.hover\:-mb-23\%:hover {
  margin-bottom: -23%;
}

.hover\:-ml-23\%:hover {
  margin-left: -23%;
}

.hover\:-mt-25\%:hover {
  margin-top: -25%;
}

.hover\:-mr-25\%:hover {
  margin-right: -25%;
}

.hover\:-mb-25\%:hover {
  margin-bottom: -25%;
}

.hover\:-ml-25\%:hover {
  margin-left: -25%;
}

.hover\:-mt-26\%:hover {
  margin-top: -26%;
}

.hover\:-mr-26\%:hover {
  margin-right: -26%;
}

.hover\:-mb-26\%:hover {
  margin-bottom: -26%;
}

.hover\:-ml-26\%:hover {
  margin-left: -26%;
}

.hover\:-mt-30\%:hover {
  margin-top: -30%;
}

.hover\:-mr-30\%:hover {
  margin-right: -30%;
}

.hover\:-mb-30\%:hover {
  margin-bottom: -30%;
}

.hover\:-ml-30\%:hover {
  margin-left: -30%;
}

.hover\:-mt-40\%:hover {
  margin-top: -40%;
}

.hover\:-mr-40\%:hover {
  margin-right: -40%;
}

.hover\:-mb-40\%:hover {
  margin-bottom: -40%;
}

.hover\:-ml-40\%:hover {
  margin-left: -40%;
}

.hover\:-mt-50\%:hover {
  margin-top: -50%;
}

.hover\:-mr-50\%:hover {
  margin-right: -50%;
}

.hover\:-mb-50\%:hover {
  margin-bottom: -50%;
}

.hover\:-ml-50\%:hover {
  margin-left: -50%;
}

.hover\:-mt-60\%:hover {
  margin-top: -60%;
}

.hover\:-mr-60\%:hover {
  margin-right: -60%;
}

.hover\:-mb-60\%:hover {
  margin-bottom: -60%;
}

.hover\:-ml-60\%:hover {
  margin-left: -60%;
}

.hover\:-mt-70\%:hover {
  margin-top: -70%;
}

.hover\:-mr-70\%:hover {
  margin-right: -70%;
}

.hover\:-mb-70\%:hover {
  margin-bottom: -70%;
}

.hover\:-ml-70\%:hover {
  margin-left: -70%;
}

.hover\:-mt-80\%:hover {
  margin-top: -80%;
}

.hover\:-mr-80\%:hover {
  margin-right: -80%;
}

.hover\:-mb-80\%:hover {
  margin-bottom: -80%;
}

.hover\:-ml-80\%:hover {
  margin-left: -80%;
}

.hover\:-mt-90\%:hover {
  margin-top: -90%;
}

.hover\:-mr-90\%:hover {
  margin-right: -90%;
}

.hover\:-mb-90\%:hover {
  margin-bottom: -90%;
}

.hover\:-ml-90\%:hover {
  margin-left: -90%;
}

.hover\:-mt-95\%:hover {
  margin-top: -95%;
}

.hover\:-mr-95\%:hover {
  margin-right: -95%;
}

.hover\:-mb-95\%:hover {
  margin-bottom: -95%;
}

.hover\:-ml-95\%:hover {
  margin-left: -95%;
}

.hover\:-mt-96\%:hover {
  margin-top: -96%;
}

.hover\:-mr-96\%:hover {
  margin-right: -96%;
}

.hover\:-mb-96\%:hover {
  margin-bottom: -96%;
}

.hover\:-ml-96\%:hover {
  margin-left: -96%;
}

.hover\:-mt-97\%:hover {
  margin-top: -97%;
}

.hover\:-mr-97\%:hover {
  margin-right: -97%;
}

.hover\:-mb-97\%:hover {
  margin-bottom: -97%;
}

.hover\:-ml-97\%:hover {
  margin-left: -97%;
}

.hover\:-mt-98\%:hover {
  margin-top: -98%;
}

.hover\:-mr-98\%:hover {
  margin-right: -98%;
}

.hover\:-mb-98\%:hover {
  margin-bottom: -98%;
}

.hover\:-ml-98\%:hover {
  margin-left: -98%;
}

.hover\:-mt-99\%:hover {
  margin-top: -99%;
}

.hover\:-mr-99\%:hover {
  margin-right: -99%;
}

.hover\:-mb-99\%:hover {
  margin-bottom: -99%;
}

.hover\:-ml-99\%:hover {
  margin-left: -99%;
}

.hover\:-mt-36vh:hover {
  margin-top: -36vh;
}

.hover\:-mr-36vh:hover {
  margin-right: -36vh;
}

.hover\:-mb-36vh:hover {
  margin-bottom: -36vh;
}

.hover\:-ml-36vh:hover {
  margin-left: -36vh;
}

.hover\:-mt-75vh:hover {
  margin-top: -75vh;
}

.hover\:-mr-75vh:hover {
  margin-right: -75vh;
}

.hover\:-mb-75vh:hover {
  margin-bottom: -75vh;
}

.hover\:-ml-75vh:hover {
  margin-left: -75vh;
}

.hover\:-mt-78vh:hover {
  margin-top: -78vh;
}

.hover\:-mr-78vh:hover {
  margin-right: -78vh;
}

.hover\:-mb-78vh:hover {
  margin-bottom: -78vh;
}

.hover\:-ml-78vh:hover {
  margin-left: -78vh;
}

.hover\:-mt-80vh:hover {
  margin-top: -80vh;
}

.hover\:-mr-80vh:hover {
  margin-right: -80vh;
}

.hover\:-mb-80vh:hover {
  margin-bottom: -80vh;
}

.hover\:-ml-80vh:hover {
  margin-left: -80vh;
}

.hover\:-mt-82vh:hover {
  margin-top: -82vh;
}

.hover\:-mr-82vh:hover {
  margin-right: -82vh;
}

.hover\:-mb-82vh:hover {
  margin-bottom: -82vh;
}

.hover\:-ml-82vh:hover {
  margin-left: -82vh;
}

.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-7:focus {
  margin: 1.75rem;
}

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

.focus\:m-9:focus {
  margin: 2.25rem;
}

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

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

.focus\:m-14:focus {
  margin: 3.5rem;
}

.focus\:m-15:focus {
  margin: 3.75rem;
}

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

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

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

.focus\:m-21:focus {
  margin: 5.25rem;
}

.focus\:m-22:focus {
  margin: 5.5rem;
}

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

.focus\:m-26:focus {
  margin: 6.5rem;
}

.focus\:m-28:focus {
  margin: 7rem;
}

.focus\:m-30:focus {
  margin: 7.5rem;
}

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

.focus\:m-34:focus {
  margin: 8.5rem;
}

.focus\:m-36:focus {
  margin: 9rem;
}

.focus\:m-38:focus {
  margin: 9.5rem;
}

.focus\:m-40:focus {
  margin: 10rem;
}

.focus\:m-44:focus {
  margin: 11rem;
}

.focus\:m-48:focus {
  margin: 12rem;
}

.focus\:m-52:focus {
  margin: 13rem;
}

.focus\:m-53:focus {
  margin: 13.25rem;
}

.focus\:m-54:focus {
  margin: 13.5rem;
}

.focus\:m-56:focus {
  margin: 14rem;
}

.focus\:m-64:focus {
  margin: 16rem;
}

.focus\:m-72:focus {
  margin: 18rem;
}

.focus\:m-74:focus {
  margin: 18.5rem;
}

.focus\:m-76:focus {
  margin: 19rem;
}

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

.focus\:m-85:focus {
  margin: 21.25rem;
}

.focus\:m-100:focus {
  margin: 25rem;
}

.focus\:m-105:focus {
  margin: 26.25rem;
}

.focus\:m-107:focus {
  margin: 26.4rem;
}

.focus\:m-110:focus {
  margin: 27.5rem;
}

.focus\:m-120:focus {
  margin: 30rem;
}

.focus\:m-130:focus {
  margin: 38rem;
}

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

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

.focus\:m-250px:focus {
  margin: 250px;
}

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

.focus\:m-1\%:focus {
  margin: 1%;
}

.focus\:m-2\%:focus {
  margin: 2%;
}

.focus\:m-3\%:focus {
  margin: 3%;
}

.focus\:m-4\%:focus {
  margin: 4%;
}

.focus\:m-5\%:focus {
  margin: 5%;
}

.focus\:m-10\%:focus {
  margin: 10%;
}

.focus\:m-20\%:focus {
  margin: 20%;
}

.focus\:m-23\%:focus {
  margin: 23%;
}

.focus\:m-25\%:focus {
  margin: 25%;
}

.focus\:m-26\%:focus {
  margin: 26%;
}

.focus\:m-30\%:focus {
  margin: 30%;
}

.focus\:m-40\%:focus {
  margin: 40%;
}

.focus\:m-50\%:focus {
  margin: 50%;
}

.focus\:m-60\%:focus {
  margin: 60%;
}

.focus\:m-70\%:focus {
  margin: 70%;
}

.focus\:m-80\%:focus {
  margin: 80%;
}

.focus\:m-90\%:focus {
  margin: 90%;
}

.focus\:m-95\%:focus {
  margin: 95%;
}

.focus\:m-96\%:focus {
  margin: 96%;
}

.focus\:m-97\%:focus {
  margin: 97%;
}

.focus\:m-98\%:focus {
  margin: 98%;
}

.focus\:m-99\%:focus {
  margin: 99%;
}

.focus\:m-36vh:focus {
  margin: 36vh;
}

.focus\:m-75vh:focus {
  margin: 75vh;
}

.focus\:m-78vh:focus {
  margin: 78vh;
}

.focus\:m-80vh:focus {
  margin: 80vh;
}

.focus\:m-82vh:focus {
  margin: 82vh;
}

.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-7:focus {
  margin: -1.75rem;
}

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

.focus\:-m-9:focus {
  margin: -2.25rem;
}

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

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

.focus\:-m-14:focus {
  margin: -3.5rem;
}

.focus\:-m-15:focus {
  margin: -3.75rem;
}

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

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

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

.focus\:-m-21:focus {
  margin: -5.25rem;
}

.focus\:-m-22:focus {
  margin: -5.5rem;
}

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

.focus\:-m-26:focus {
  margin: -6.5rem;
}

.focus\:-m-28:focus {
  margin: -7rem;
}

.focus\:-m-30:focus {
  margin: -7.5rem;
}

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

.focus\:-m-34:focus {
  margin: -8.5rem;
}

.focus\:-m-36:focus {
  margin: -9rem;
}

.focus\:-m-38:focus {
  margin: -9.5rem;
}

.focus\:-m-40:focus {
  margin: -10rem;
}

.focus\:-m-44:focus {
  margin: -11rem;
}

.focus\:-m-48:focus {
  margin: -12rem;
}

.focus\:-m-52:focus {
  margin: -13rem;
}

.focus\:-m-53:focus {
  margin: -13.25rem;
}

.focus\:-m-54:focus {
  margin: -13.5rem;
}

.focus\:-m-56:focus {
  margin: -14rem;
}

.focus\:-m-64:focus {
  margin: -16rem;
}

.focus\:-m-72:focus {
  margin: -18rem;
}

.focus\:-m-74:focus {
  margin: -18.5rem;
}

.focus\:-m-76:focus {
  margin: -19rem;
}

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

.focus\:-m-85:focus {
  margin: -21.25rem;
}

.focus\:-m-100:focus {
  margin: -25rem;
}

.focus\:-m-105:focus {
  margin: -26.25rem;
}

.focus\:-m-107:focus {
  margin: -26.4rem;
}

.focus\:-m-110:focus {
  margin: -27.5rem;
}

.focus\:-m-120:focus {
  margin: -30rem;
}

.focus\:-m-130:focus {
  margin: -38rem;
}

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

.focus\:-m-250px:focus {
  margin: -250px;
}

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

.focus\:-m-1\%:focus {
  margin: -1%;
}

.focus\:-m-2\%:focus {
  margin: -2%;
}

.focus\:-m-3\%:focus {
  margin: -3%;
}

.focus\:-m-4\%:focus {
  margin: -4%;
}

.focus\:-m-5\%:focus {
  margin: -5%;
}

.focus\:-m-10\%:focus {
  margin: -10%;
}

.focus\:-m-20\%:focus {
  margin: -20%;
}

.focus\:-m-23\%:focus {
  margin: -23%;
}

.focus\:-m-25\%:focus {
  margin: -25%;
}

.focus\:-m-26\%:focus {
  margin: -26%;
}

.focus\:-m-30\%:focus {
  margin: -30%;
}

.focus\:-m-40\%:focus {
  margin: -40%;
}

.focus\:-m-50\%:focus {
  margin: -50%;
}

.focus\:-m-60\%:focus {
  margin: -60%;
}

.focus\:-m-70\%:focus {
  margin: -70%;
}

.focus\:-m-80\%:focus {
  margin: -80%;
}

.focus\:-m-90\%:focus {
  margin: -90%;
}

.focus\:-m-95\%:focus {
  margin: -95%;
}

.focus\:-m-96\%:focus {
  margin: -96%;
}

.focus\:-m-97\%:focus {
  margin: -97%;
}

.focus\:-m-98\%:focus {
  margin: -98%;
}

.focus\:-m-99\%:focus {
  margin: -99%;
}

.focus\:-m-36vh:focus {
  margin: -36vh;
}

.focus\:-m-75vh:focus {
  margin: -75vh;
}

.focus\:-m-78vh:focus {
  margin: -78vh;
}

.focus\:-m-80vh:focus {
  margin: -80vh;
}

.focus\:-m-82vh:focus {
  margin: -82vh;
}

.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-7:focus {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.focus\:mx-7:focus {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

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

.focus\:my-9:focus {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.focus\:mx-9:focus {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.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-14:focus {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.focus\:mx-14:focus {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.focus\:my-15:focus {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.focus\:mx-15:focus {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

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

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

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

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

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

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

.focus\:my-21:focus {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.focus\:mx-21:focus {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.focus\:my-22:focus {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.focus\:mx-22:focus {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

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

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

.focus\:my-26:focus {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.focus\:mx-26:focus {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.focus\:my-28:focus {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.focus\:mx-28:focus {
  margin-left: 7rem;
  margin-right: 7rem;
}

.focus\:my-30:focus {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.focus\:mx-30:focus {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

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

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

.focus\:my-34:focus {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.focus\:mx-34:focus {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.focus\:my-36:focus {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.focus\:mx-36:focus {
  margin-left: 9rem;
  margin-right: 9rem;
}

.focus\:my-38:focus {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.focus\:mx-38:focus {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.focus\:my-40:focus {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.focus\:mx-40:focus {
  margin-left: 10rem;
  margin-right: 10rem;
}

.focus\:my-44:focus {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.focus\:mx-44:focus {
  margin-left: 11rem;
  margin-right: 11rem;
}

.focus\:my-48:focus {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.focus\:mx-48:focus {
  margin-left: 12rem;
  margin-right: 12rem;
}

.focus\:my-52:focus {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.focus\:mx-52:focus {
  margin-left: 13rem;
  margin-right: 13rem;
}

.focus\:my-53:focus {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.focus\:mx-53:focus {
  margin-left: 13.25rem;
  margin-right: 13.25rem;
}

.focus\:my-54:focus {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.focus\:mx-54:focus {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

.focus\:my-56:focus {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.focus\:mx-56:focus {
  margin-left: 14rem;
  margin-right: 14rem;
}

.focus\:my-64:focus {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.focus\:mx-64:focus {
  margin-left: 16rem;
  margin-right: 16rem;
}

.focus\:my-72:focus {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.focus\:mx-72:focus {
  margin-left: 18rem;
  margin-right: 18rem;
}

.focus\:my-74:focus {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.focus\:mx-74:focus {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.focus\:my-76:focus {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.focus\:mx-76:focus {
  margin-left: 19rem;
  margin-right: 19rem;
}

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

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

.focus\:my-85:focus {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.focus\:mx-85:focus {
  margin-left: 21.25rem;
  margin-right: 21.25rem;
}

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

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

.focus\:my-105:focus {
  margin-top: 26.25rem;
  margin-bottom: 26.25rem;
}

.focus\:mx-105:focus {
  margin-left: 26.25rem;
  margin-right: 26.25rem;
}

.focus\:my-107:focus {
  margin-top: 26.4rem;
  margin-bottom: 26.4rem;
}

.focus\:mx-107:focus {
  margin-left: 26.4rem;
  margin-right: 26.4rem;
}

.focus\:my-110:focus {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.focus\:mx-110:focus {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

.focus\:my-120:focus {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.focus\:mx-120:focus {
  margin-left: 30rem;
  margin-right: 30rem;
}

.focus\:my-130:focus {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.focus\:mx-130:focus {
  margin-left: 38rem;
  margin-right: 38rem;
}

.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\:my-250px:focus {
  margin-top: 250px;
  margin-bottom: 250px;
}

.focus\:mx-250px:focus {
  margin-left: 250px;
  margin-right: 250px;
}

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

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

.focus\:my-1\%:focus {
  margin-top: 1%;
  margin-bottom: 1%;
}

.focus\:mx-1\%:focus {
  margin-left: 1%;
  margin-right: 1%;
}

.focus\:my-2\%:focus {
  margin-top: 2%;
  margin-bottom: 2%;
}

.focus\:mx-2\%:focus {
  margin-left: 2%;
  margin-right: 2%;
}

.focus\:my-3\%:focus {
  margin-top: 3%;
  margin-bottom: 3%;
}

.focus\:mx-3\%:focus {
  margin-left: 3%;
  margin-right: 3%;
}

.focus\:my-4\%:focus {
  margin-top: 4%;
  margin-bottom: 4%;
}

.focus\:mx-4\%:focus {
  margin-left: 4%;
  margin-right: 4%;
}

.focus\:my-5\%:focus {
  margin-top: 5%;
  margin-bottom: 5%;
}

.focus\:mx-5\%:focus {
  margin-left: 5%;
  margin-right: 5%;
}

.focus\:my-10\%:focus {
  margin-top: 10%;
  margin-bottom: 10%;
}

.focus\:mx-10\%:focus {
  margin-left: 10%;
  margin-right: 10%;
}

.focus\:my-20\%:focus {
  margin-top: 20%;
  margin-bottom: 20%;
}

.focus\:mx-20\%:focus {
  margin-left: 20%;
  margin-right: 20%;
}

.focus\:my-23\%:focus {
  margin-top: 23%;
  margin-bottom: 23%;
}

.focus\:mx-23\%:focus {
  margin-left: 23%;
  margin-right: 23%;
}

.focus\:my-25\%:focus {
  margin-top: 25%;
  margin-bottom: 25%;
}

.focus\:mx-25\%:focus {
  margin-left: 25%;
  margin-right: 25%;
}

.focus\:my-26\%:focus {
  margin-top: 26%;
  margin-bottom: 26%;
}

.focus\:mx-26\%:focus {
  margin-left: 26%;
  margin-right: 26%;
}

.focus\:my-30\%:focus {
  margin-top: 30%;
  margin-bottom: 30%;
}

.focus\:mx-30\%:focus {
  margin-left: 30%;
  margin-right: 30%;
}

.focus\:my-40\%:focus {
  margin-top: 40%;
  margin-bottom: 40%;
}

.focus\:mx-40\%:focus {
  margin-left: 40%;
  margin-right: 40%;
}

.focus\:my-50\%:focus {
  margin-top: 50%;
  margin-bottom: 50%;
}

.focus\:mx-50\%:focus {
  margin-left: 50%;
  margin-right: 50%;
}

.focus\:my-60\%:focus {
  margin-top: 60%;
  margin-bottom: 60%;
}

.focus\:mx-60\%:focus {
  margin-left: 60%;
  margin-right: 60%;
}

.focus\:my-70\%:focus {
  margin-top: 70%;
  margin-bottom: 70%;
}

.focus\:mx-70\%:focus {
  margin-left: 70%;
  margin-right: 70%;
}

.focus\:my-80\%:focus {
  margin-top: 80%;
  margin-bottom: 80%;
}

.focus\:mx-80\%:focus {
  margin-left: 80%;
  margin-right: 80%;
}

.focus\:my-90\%:focus {
  margin-top: 90%;
  margin-bottom: 90%;
}

.focus\:mx-90\%:focus {
  margin-left: 90%;
  margin-right: 90%;
}

.focus\:my-95\%:focus {
  margin-top: 95%;
  margin-bottom: 95%;
}

.focus\:mx-95\%:focus {
  margin-left: 95%;
  margin-right: 95%;
}

.focus\:my-96\%:focus {
  margin-top: 96%;
  margin-bottom: 96%;
}

.focus\:mx-96\%:focus {
  margin-left: 96%;
  margin-right: 96%;
}

.focus\:my-97\%:focus {
  margin-top: 97%;
  margin-bottom: 97%;
}

.focus\:mx-97\%:focus {
  margin-left: 97%;
  margin-right: 97%;
}

.focus\:my-98\%:focus {
  margin-top: 98%;
  margin-bottom: 98%;
}

.focus\:mx-98\%:focus {
  margin-left: 98%;
  margin-right: 98%;
}

.focus\:my-99\%:focus {
  margin-top: 99%;
  margin-bottom: 99%;
}

.focus\:mx-99\%:focus {
  margin-left: 99%;
  margin-right: 99%;
}

.focus\:my-36vh:focus {
  margin-top: 36vh;
  margin-bottom: 36vh;
}

.focus\:mx-36vh:focus {
  margin-left: 36vh;
  margin-right: 36vh;
}

.focus\:my-75vh:focus {
  margin-top: 75vh;
  margin-bottom: 75vh;
}

.focus\:mx-75vh:focus {
  margin-left: 75vh;
  margin-right: 75vh;
}

.focus\:my-78vh:focus {
  margin-top: 78vh;
  margin-bottom: 78vh;
}

.focus\:mx-78vh:focus {
  margin-left: 78vh;
  margin-right: 78vh;
}

.focus\:my-80vh:focus {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.focus\:mx-80vh:focus {
  margin-left: 80vh;
  margin-right: 80vh;
}

.focus\:my-82vh:focus {
  margin-top: 82vh;
  margin-bottom: 82vh;
}

.focus\:mx-82vh:focus {
  margin-left: 82vh;
  margin-right: 82vh;
}

.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-7:focus {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.focus\:-mx-7:focus {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

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

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

.focus\:-my-9:focus {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.focus\:-mx-9:focus {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.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-14:focus {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.focus\:-mx-14:focus {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.focus\:-my-15:focus {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.focus\:-mx-15:focus {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

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

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

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

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

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

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

.focus\:-my-21:focus {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.focus\:-mx-21:focus {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.focus\:-my-22:focus {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.focus\:-mx-22:focus {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

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

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

.focus\:-my-26:focus {
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.focus\:-mx-26:focus {
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.focus\:-my-28:focus {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.focus\:-mx-28:focus {
  margin-left: -7rem;
  margin-right: -7rem;
}

.focus\:-my-30:focus {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.focus\:-mx-30:focus {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

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

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

.focus\:-my-34:focus {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.focus\:-mx-34:focus {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.focus\:-my-36:focus {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.focus\:-mx-36:focus {
  margin-left: -9rem;
  margin-right: -9rem;
}

.focus\:-my-38:focus {
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.focus\:-mx-38:focus {
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

.focus\:-my-40:focus {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.focus\:-mx-40:focus {
  margin-left: -10rem;
  margin-right: -10rem;
}

.focus\:-my-44:focus {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.focus\:-mx-44:focus {
  margin-left: -11rem;
  margin-right: -11rem;
}

.focus\:-my-48:focus {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.focus\:-mx-48:focus {
  margin-left: -12rem;
  margin-right: -12rem;
}

.focus\:-my-52:focus {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.focus\:-mx-52:focus {
  margin-left: -13rem;
  margin-right: -13rem;
}

.focus\:-my-53:focus {
  margin-top: -13.25rem;
  margin-bottom: -13.25rem;
}

.focus\:-mx-53:focus {
  margin-left: -13.25rem;
  margin-right: -13.25rem;
}

.focus\:-my-54:focus {
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

.focus\:-mx-54:focus {
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

.focus\:-my-56:focus {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.focus\:-mx-56:focus {
  margin-left: -14rem;
  margin-right: -14rem;
}

.focus\:-my-64:focus {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.focus\:-mx-64:focus {
  margin-left: -16rem;
  margin-right: -16rem;
}

.focus\:-my-72:focus {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.focus\:-mx-72:focus {
  margin-left: -18rem;
  margin-right: -18rem;
}

.focus\:-my-74:focus {
  margin-top: -18.5rem;
  margin-bottom: -18.5rem;
}

.focus\:-mx-74:focus {
  margin-left: -18.5rem;
  margin-right: -18.5rem;
}

.focus\:-my-76:focus {
  margin-top: -19rem;
  margin-bottom: -19rem;
}

.focus\:-mx-76:focus {
  margin-left: -19rem;
  margin-right: -19rem;
}

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

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

.focus\:-my-85:focus {
  margin-top: -21.25rem;
  margin-bottom: -21.25rem;
}

.focus\:-mx-85:focus {
  margin-left: -21.25rem;
  margin-right: -21.25rem;
}

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

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

.focus\:-my-105:focus {
  margin-top: -26.25rem;
  margin-bottom: -26.25rem;
}

.focus\:-mx-105:focus {
  margin-left: -26.25rem;
  margin-right: -26.25rem;
}

.focus\:-my-107:focus {
  margin-top: -26.4rem;
  margin-bottom: -26.4rem;
}

.focus\:-mx-107:focus {
  margin-left: -26.4rem;
  margin-right: -26.4rem;
}

.focus\:-my-110:focus {
  margin-top: -27.5rem;
  margin-bottom: -27.5rem;
}

.focus\:-mx-110:focus {
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}

.focus\:-my-120:focus {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.focus\:-mx-120:focus {
  margin-left: -30rem;
  margin-right: -30rem;
}

.focus\:-my-130:focus {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.focus\:-mx-130:focus {
  margin-left: -38rem;
  margin-right: -38rem;
}

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

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

.focus\:-my-250px:focus {
  margin-top: -250px;
  margin-bottom: -250px;
}

.focus\:-mx-250px:focus {
  margin-left: -250px;
  margin-right: -250px;
}

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

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

.focus\:-my-1\%:focus {
  margin-top: -1%;
  margin-bottom: -1%;
}

.focus\:-mx-1\%:focus {
  margin-left: -1%;
  margin-right: -1%;
}

.focus\:-my-2\%:focus {
  margin-top: -2%;
  margin-bottom: -2%;
}

.focus\:-mx-2\%:focus {
  margin-left: -2%;
  margin-right: -2%;
}

.focus\:-my-3\%:focus {
  margin-top: -3%;
  margin-bottom: -3%;
}

.focus\:-mx-3\%:focus {
  margin-left: -3%;
  margin-right: -3%;
}

.focus\:-my-4\%:focus {
  margin-top: -4%;
  margin-bottom: -4%;
}

.focus\:-mx-4\%:focus {
  margin-left: -4%;
  margin-right: -4%;
}

.focus\:-my-5\%:focus {
  margin-top: -5%;
  margin-bottom: -5%;
}

.focus\:-mx-5\%:focus {
  margin-left: -5%;
  margin-right: -5%;
}

.focus\:-my-10\%:focus {
  margin-top: -10%;
  margin-bottom: -10%;
}

.focus\:-mx-10\%:focus {
  margin-left: -10%;
  margin-right: -10%;
}

.focus\:-my-20\%:focus {
  margin-top: -20%;
  margin-bottom: -20%;
}

.focus\:-mx-20\%:focus {
  margin-left: -20%;
  margin-right: -20%;
}

.focus\:-my-23\%:focus {
  margin-top: -23%;
  margin-bottom: -23%;
}

.focus\:-mx-23\%:focus {
  margin-left: -23%;
  margin-right: -23%;
}

.focus\:-my-25\%:focus {
  margin-top: -25%;
  margin-bottom: -25%;
}

.focus\:-mx-25\%:focus {
  margin-left: -25%;
  margin-right: -25%;
}

.focus\:-my-26\%:focus {
  margin-top: -26%;
  margin-bottom: -26%;
}

.focus\:-mx-26\%:focus {
  margin-left: -26%;
  margin-right: -26%;
}

.focus\:-my-30\%:focus {
  margin-top: -30%;
  margin-bottom: -30%;
}

.focus\:-mx-30\%:focus {
  margin-left: -30%;
  margin-right: -30%;
}

.focus\:-my-40\%:focus {
  margin-top: -40%;
  margin-bottom: -40%;
}

.focus\:-mx-40\%:focus {
  margin-left: -40%;
  margin-right: -40%;
}

.focus\:-my-50\%:focus {
  margin-top: -50%;
  margin-bottom: -50%;
}

.focus\:-mx-50\%:focus {
  margin-left: -50%;
  margin-right: -50%;
}

.focus\:-my-60\%:focus {
  margin-top: -60%;
  margin-bottom: -60%;
}

.focus\:-mx-60\%:focus {
  margin-left: -60%;
  margin-right: -60%;
}

.focus\:-my-70\%:focus {
  margin-top: -70%;
  margin-bottom: -70%;
}

.focus\:-mx-70\%:focus {
  margin-left: -70%;
  margin-right: -70%;
}

.focus\:-my-80\%:focus {
  margin-top: -80%;
  margin-bottom: -80%;
}

.focus\:-mx-80\%:focus {
  margin-left: -80%;
  margin-right: -80%;
}

.focus\:-my-90\%:focus {
  margin-top: -90%;
  margin-bottom: -90%;
}

.focus\:-mx-90\%:focus {
  margin-left: -90%;
  margin-right: -90%;
}

.focus\:-my-95\%:focus {
  margin-top: -95%;
  margin-bottom: -95%;
}

.focus\:-mx-95\%:focus {
  margin-left: -95%;
  margin-right: -95%;
}

.focus\:-my-96\%:focus {
  margin-top: -96%;
  margin-bottom: -96%;
}

.focus\:-mx-96\%:focus {
  margin-left: -96%;
  margin-right: -96%;
}

.focus\:-my-97\%:focus {
  margin-top: -97%;
  margin-bottom: -97%;
}

.focus\:-mx-97\%:focus {
  margin-left: -97%;
  margin-right: -97%;
}

.focus\:-my-98\%:focus {
  margin-top: -98%;
  margin-bottom: -98%;
}

.focus\:-mx-98\%:focus {
  margin-left: -98%;
  margin-right: -98%;
}

.focus\:-my-99\%:focus {
  margin-top: -99%;
  margin-bottom: -99%;
}

.focus\:-mx-99\%:focus {
  margin-left: -99%;
  margin-right: -99%;
}

.focus\:-my-36vh:focus {
  margin-top: -36vh;
  margin-bottom: -36vh;
}

.focus\:-mx-36vh:focus {
  margin-left: -36vh;
  margin-right: -36vh;
}

.focus\:-my-75vh:focus {
  margin-top: -75vh;
  margin-bottom: -75vh;
}

.focus\:-mx-75vh:focus {
  margin-left: -75vh;
  margin-right: -75vh;
}

.focus\:-my-78vh:focus {
  margin-top: -78vh;
  margin-bottom: -78vh;
}

.focus\:-mx-78vh:focus {
  margin-left: -78vh;
  margin-right: -78vh;
}

.focus\:-my-80vh:focus {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.focus\:-mx-80vh:focus {
  margin-left: -80vh;
  margin-right: -80vh;
}

.focus\:-my-82vh:focus {
  margin-top: -82vh;
  margin-bottom: -82vh;
}

.focus\:-mx-82vh:focus {
  margin-left: -82vh;
  margin-right: -82vh;
}

.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-7:focus {
  margin-top: 1.75rem;
}

.focus\:mr-7:focus {
  margin-right: 1.75rem;
}

.focus\:mb-7:focus {
  margin-bottom: 1.75rem;
}

.focus\:ml-7:focus {
  margin-left: 1.75rem;
}

.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-9:focus {
  margin-top: 2.25rem;
}

.focus\:mr-9:focus {
  margin-right: 2.25rem;
}

.focus\:mb-9:focus {
  margin-bottom: 2.25rem;
}

.focus\:ml-9:focus {
  margin-left: 2.25rem;
}

.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-14:focus {
  margin-top: 3.5rem;
}

.focus\:mr-14:focus {
  margin-right: 3.5rem;
}

.focus\:mb-14:focus {
  margin-bottom: 3.5rem;
}

.focus\:ml-14:focus {
  margin-left: 3.5rem;
}

.focus\:mt-15:focus {
  margin-top: 3.75rem;
}

.focus\:mr-15:focus {
  margin-right: 3.75rem;
}

.focus\:mb-15:focus {
  margin-bottom: 3.75rem;
}

.focus\:ml-15:focus {
  margin-left: 3.75rem;
}

.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-18:focus {
  margin-top: 4.5rem;
}

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

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

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

.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-21:focus {
  margin-top: 5.25rem;
}

.focus\:mr-21:focus {
  margin-right: 5.25rem;
}

.focus\:mb-21:focus {
  margin-bottom: 5.25rem;
}

.focus\:ml-21:focus {
  margin-left: 5.25rem;
}

.focus\:mt-22:focus {
  margin-top: 5.5rem;
}

.focus\:mr-22:focus {
  margin-right: 5.5rem;
}

.focus\:mb-22:focus {
  margin-bottom: 5.5rem;
}

.focus\:ml-22:focus {
  margin-left: 5.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-26:focus {
  margin-top: 6.5rem;
}

.focus\:mr-26:focus {
  margin-right: 6.5rem;
}

.focus\:mb-26:focus {
  margin-bottom: 6.5rem;
}

.focus\:ml-26:focus {
  margin-left: 6.5rem;
}

.focus\:mt-28:focus {
  margin-top: 7rem;
}

.focus\:mr-28:focus {
  margin-right: 7rem;
}

.focus\:mb-28:focus {
  margin-bottom: 7rem;
}

.focus\:ml-28:focus {
  margin-left: 7rem;
}

.focus\:mt-30:focus {
  margin-top: 7.5rem;
}

.focus\:mr-30:focus {
  margin-right: 7.5rem;
}

.focus\:mb-30:focus {
  margin-bottom: 7.5rem;
}

.focus\:ml-30:focus {
  margin-left: 7.5rem;
}

.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-34:focus {
  margin-top: 8.5rem;
}

.focus\:mr-34:focus {
  margin-right: 8.5rem;
}

.focus\:mb-34:focus {
  margin-bottom: 8.5rem;
}

.focus\:ml-34:focus {
  margin-left: 8.5rem;
}

.focus\:mt-36:focus {
  margin-top: 9rem;
}

.focus\:mr-36:focus {
  margin-right: 9rem;
}

.focus\:mb-36:focus {
  margin-bottom: 9rem;
}

.focus\:ml-36:focus {
  margin-left: 9rem;
}

.focus\:mt-38:focus {
  margin-top: 9.5rem;
}

.focus\:mr-38:focus {
  margin-right: 9.5rem;
}

.focus\:mb-38:focus {
  margin-bottom: 9.5rem;
}

.focus\:ml-38:focus {
  margin-left: 9.5rem;
}

.focus\:mt-40:focus {
  margin-top: 10rem;
}

.focus\:mr-40:focus {
  margin-right: 10rem;
}

.focus\:mb-40:focus {
  margin-bottom: 10rem;
}

.focus\:ml-40:focus {
  margin-left: 10rem;
}

.focus\:mt-44:focus {
  margin-top: 11rem;
}

.focus\:mr-44:focus {
  margin-right: 11rem;
}

.focus\:mb-44:focus {
  margin-bottom: 11rem;
}

.focus\:ml-44:focus {
  margin-left: 11rem;
}

.focus\:mt-48:focus {
  margin-top: 12rem;
}

.focus\:mr-48:focus {
  margin-right: 12rem;
}

.focus\:mb-48:focus {
  margin-bottom: 12rem;
}

.focus\:ml-48:focus {
  margin-left: 12rem;
}

.focus\:mt-52:focus {
  margin-top: 13rem;
}

.focus\:mr-52:focus {
  margin-right: 13rem;
}

.focus\:mb-52:focus {
  margin-bottom: 13rem;
}

.focus\:ml-52:focus {
  margin-left: 13rem;
}

.focus\:mt-53:focus {
  margin-top: 13.25rem;
}

.focus\:mr-53:focus {
  margin-right: 13.25rem;
}

.focus\:mb-53:focus {
  margin-bottom: 13.25rem;
}

.focus\:ml-53:focus {
  margin-left: 13.25rem;
}

.focus\:mt-54:focus {
  margin-top: 13.5rem;
}

.focus\:mr-54:focus {
  margin-right: 13.5rem;
}

.focus\:mb-54:focus {
  margin-bottom: 13.5rem;
}

.focus\:ml-54:focus {
  margin-left: 13.5rem;
}

.focus\:mt-56:focus {
  margin-top: 14rem;
}

.focus\:mr-56:focus {
  margin-right: 14rem;
}

.focus\:mb-56:focus {
  margin-bottom: 14rem;
}

.focus\:ml-56:focus {
  margin-left: 14rem;
}

.focus\:mt-64:focus {
  margin-top: 16rem;
}

.focus\:mr-64:focus {
  margin-right: 16rem;
}

.focus\:mb-64:focus {
  margin-bottom: 16rem;
}

.focus\:ml-64:focus {
  margin-left: 16rem;
}

.focus\:mt-72:focus {
  margin-top: 18rem;
}

.focus\:mr-72:focus {
  margin-right: 18rem;
}

.focus\:mb-72:focus {
  margin-bottom: 18rem;
}

.focus\:ml-72:focus {
  margin-left: 18rem;
}

.focus\:mt-74:focus {
  margin-top: 18.5rem;
}

.focus\:mr-74:focus {
  margin-right: 18.5rem;
}

.focus\:mb-74:focus {
  margin-bottom: 18.5rem;
}

.focus\:ml-74:focus {
  margin-left: 18.5rem;
}

.focus\:mt-76:focus {
  margin-top: 19rem;
}

.focus\:mr-76:focus {
  margin-right: 19rem;
}

.focus\:mb-76:focus {
  margin-bottom: 19rem;
}

.focus\:ml-76:focus {
  margin-left: 19rem;
}

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

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

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

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

.focus\:mt-85:focus {
  margin-top: 21.25rem;
}

.focus\:mr-85:focus {
  margin-right: 21.25rem;
}

.focus\:mb-85:focus {
  margin-bottom: 21.25rem;
}

.focus\:ml-85:focus {
  margin-left: 21.25rem;
}

.focus\:mt-100:focus {
  margin-top: 25rem;
}

.focus\:mr-100:focus {
  margin-right: 25rem;
}

.focus\:mb-100:focus {
  margin-bottom: 25rem;
}

.focus\:ml-100:focus {
  margin-left: 25rem;
}

.focus\:mt-105:focus {
  margin-top: 26.25rem;
}

.focus\:mr-105:focus {
  margin-right: 26.25rem;
}

.focus\:mb-105:focus {
  margin-bottom: 26.25rem;
}

.focus\:ml-105:focus {
  margin-left: 26.25rem;
}

.focus\:mt-107:focus {
  margin-top: 26.4rem;
}

.focus\:mr-107:focus {
  margin-right: 26.4rem;
}

.focus\:mb-107:focus {
  margin-bottom: 26.4rem;
}

.focus\:ml-107:focus {
  margin-left: 26.4rem;
}

.focus\:mt-110:focus {
  margin-top: 27.5rem;
}

.focus\:mr-110:focus {
  margin-right: 27.5rem;
}

.focus\:mb-110:focus {
  margin-bottom: 27.5rem;
}

.focus\:ml-110:focus {
  margin-left: 27.5rem;
}

.focus\:mt-120:focus {
  margin-top: 30rem;
}

.focus\:mr-120:focus {
  margin-right: 30rem;
}

.focus\:mb-120:focus {
  margin-bottom: 30rem;
}

.focus\:ml-120:focus {
  margin-left: 30rem;
}

.focus\:mt-130:focus {
  margin-top: 38rem;
}

.focus\:mr-130:focus {
  margin-right: 38rem;
}

.focus\:mb-130:focus {
  margin-bottom: 38rem;
}

.focus\:ml-130:focus {
  margin-left: 38rem;
}

.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;
}

.focus\:mt-250px:focus {
  margin-top: 250px;
}

.focus\:mr-250px:focus {
  margin-right: 250px;
}

.focus\:mb-250px:focus {
  margin-bottom: 250px;
}

.focus\:ml-250px:focus {
  margin-left: 250px;
}

.focus\:mt-1\/2\%:focus {
  margin-top: 0.5%;
}

.focus\:mr-1\/2\%:focus {
  margin-right: 0.5%;
}

.focus\:mb-1\/2\%:focus {
  margin-bottom: 0.5%;
}

.focus\:ml-1\/2\%:focus {
  margin-left: 0.5%;
}

.focus\:mt-1\%:focus {
  margin-top: 1%;
}

.focus\:mr-1\%:focus {
  margin-right: 1%;
}

.focus\:mb-1\%:focus {
  margin-bottom: 1%;
}

.focus\:ml-1\%:focus {
  margin-left: 1%;
}

.focus\:mt-2\%:focus {
  margin-top: 2%;
}

.focus\:mr-2\%:focus {
  margin-right: 2%;
}

.focus\:mb-2\%:focus {
  margin-bottom: 2%;
}

.focus\:ml-2\%:focus {
  margin-left: 2%;
}

.focus\:mt-3\%:focus {
  margin-top: 3%;
}

.focus\:mr-3\%:focus {
  margin-right: 3%;
}

.focus\:mb-3\%:focus {
  margin-bottom: 3%;
}

.focus\:ml-3\%:focus {
  margin-left: 3%;
}

.focus\:mt-4\%:focus {
  margin-top: 4%;
}

.focus\:mr-4\%:focus {
  margin-right: 4%;
}

.focus\:mb-4\%:focus {
  margin-bottom: 4%;
}

.focus\:ml-4\%:focus {
  margin-left: 4%;
}

.focus\:mt-5\%:focus {
  margin-top: 5%;
}

.focus\:mr-5\%:focus {
  margin-right: 5%;
}

.focus\:mb-5\%:focus {
  margin-bottom: 5%;
}

.focus\:ml-5\%:focus {
  margin-left: 5%;
}

.focus\:mt-10\%:focus {
  margin-top: 10%;
}

.focus\:mr-10\%:focus {
  margin-right: 10%;
}

.focus\:mb-10\%:focus {
  margin-bottom: 10%;
}

.focus\:ml-10\%:focus {
  margin-left: 10%;
}

.focus\:mt-20\%:focus {
  margin-top: 20%;
}

.focus\:mr-20\%:focus {
  margin-right: 20%;
}

.focus\:mb-20\%:focus {
  margin-bottom: 20%;
}

.focus\:ml-20\%:focus {
  margin-left: 20%;
}

.focus\:mt-23\%:focus {
  margin-top: 23%;
}

.focus\:mr-23\%:focus {
  margin-right: 23%;
}

.focus\:mb-23\%:focus {
  margin-bottom: 23%;
}

.focus\:ml-23\%:focus {
  margin-left: 23%;
}

.focus\:mt-25\%:focus {
  margin-top: 25%;
}

.focus\:mr-25\%:focus {
  margin-right: 25%;
}

.focus\:mb-25\%:focus {
  margin-bottom: 25%;
}

.focus\:ml-25\%:focus {
  margin-left: 25%;
}

.focus\:mt-26\%:focus {
  margin-top: 26%;
}

.focus\:mr-26\%:focus {
  margin-right: 26%;
}

.focus\:mb-26\%:focus {
  margin-bottom: 26%;
}

.focus\:ml-26\%:focus {
  margin-left: 26%;
}

.focus\:mt-30\%:focus {
  margin-top: 30%;
}

.focus\:mr-30\%:focus {
  margin-right: 30%;
}

.focus\:mb-30\%:focus {
  margin-bottom: 30%;
}

.focus\:ml-30\%:focus {
  margin-left: 30%;
}

.focus\:mt-40\%:focus {
  margin-top: 40%;
}

.focus\:mr-40\%:focus {
  margin-right: 40%;
}

.focus\:mb-40\%:focus {
  margin-bottom: 40%;
}

.focus\:ml-40\%:focus {
  margin-left: 40%;
}

.focus\:mt-50\%:focus {
  margin-top: 50%;
}

.focus\:mr-50\%:focus {
  margin-right: 50%;
}

.focus\:mb-50\%:focus {
  margin-bottom: 50%;
}

.focus\:ml-50\%:focus {
  margin-left: 50%;
}

.focus\:mt-60\%:focus {
  margin-top: 60%;
}

.focus\:mr-60\%:focus {
  margin-right: 60%;
}

.focus\:mb-60\%:focus {
  margin-bottom: 60%;
}

.focus\:ml-60\%:focus {
  margin-left: 60%;
}

.focus\:mt-70\%:focus {
  margin-top: 70%;
}

.focus\:mr-70\%:focus {
  margin-right: 70%;
}

.focus\:mb-70\%:focus {
  margin-bottom: 70%;
}

.focus\:ml-70\%:focus {
  margin-left: 70%;
}

.focus\:mt-80\%:focus {
  margin-top: 80%;
}

.focus\:mr-80\%:focus {
  margin-right: 80%;
}

.focus\:mb-80\%:focus {
  margin-bottom: 80%;
}

.focus\:ml-80\%:focus {
  margin-left: 80%;
}

.focus\:mt-90\%:focus {
  margin-top: 90%;
}

.focus\:mr-90\%:focus {
  margin-right: 90%;
}

.focus\:mb-90\%:focus {
  margin-bottom: 90%;
}

.focus\:ml-90\%:focus {
  margin-left: 90%;
}

.focus\:mt-95\%:focus {
  margin-top: 95%;
}

.focus\:mr-95\%:focus {
  margin-right: 95%;
}

.focus\:mb-95\%:focus {
  margin-bottom: 95%;
}

.focus\:ml-95\%:focus {
  margin-left: 95%;
}

.focus\:mt-96\%:focus {
  margin-top: 96%;
}

.focus\:mr-96\%:focus {
  margin-right: 96%;
}

.focus\:mb-96\%:focus {
  margin-bottom: 96%;
}

.focus\:ml-96\%:focus {
  margin-left: 96%;
}

.focus\:mt-97\%:focus {
  margin-top: 97%;
}

.focus\:mr-97\%:focus {
  margin-right: 97%;
}

.focus\:mb-97\%:focus {
  margin-bottom: 97%;
}

.focus\:ml-97\%:focus {
  margin-left: 97%;
}

.focus\:mt-98\%:focus {
  margin-top: 98%;
}

.focus\:mr-98\%:focus {
  margin-right: 98%;
}

.focus\:mb-98\%:focus {
  margin-bottom: 98%;
}

.focus\:ml-98\%:focus {
  margin-left: 98%;
}

.focus\:mt-99\%:focus {
  margin-top: 99%;
}

.focus\:mr-99\%:focus {
  margin-right: 99%;
}

.focus\:mb-99\%:focus {
  margin-bottom: 99%;
}

.focus\:ml-99\%:focus {
  margin-left: 99%;
}

.focus\:mt-36vh:focus {
  margin-top: 36vh;
}

.focus\:mr-36vh:focus {
  margin-right: 36vh;
}

.focus\:mb-36vh:focus {
  margin-bottom: 36vh;
}

.focus\:ml-36vh:focus {
  margin-left: 36vh;
}

.focus\:mt-75vh:focus {
  margin-top: 75vh;
}

.focus\:mr-75vh:focus {
  margin-right: 75vh;
}

.focus\:mb-75vh:focus {
  margin-bottom: 75vh;
}

.focus\:ml-75vh:focus {
  margin-left: 75vh;
}

.focus\:mt-78vh:focus {
  margin-top: 78vh;
}

.focus\:mr-78vh:focus {
  margin-right: 78vh;
}

.focus\:mb-78vh:focus {
  margin-bottom: 78vh;
}

.focus\:ml-78vh:focus {
  margin-left: 78vh;
}

.focus\:mt-80vh:focus {
  margin-top: 80vh;
}

.focus\:mr-80vh:focus {
  margin-right: 80vh;
}

.focus\:mb-80vh:focus {
  margin-bottom: 80vh;
}

.focus\:ml-80vh:focus {
  margin-left: 80vh;
}

.focus\:mt-82vh:focus {
  margin-top: 82vh;
}

.focus\:mr-82vh:focus {
  margin-right: 82vh;
}

.focus\:mb-82vh:focus {
  margin-bottom: 82vh;
}

.focus\:ml-82vh:focus {
  margin-left: 82vh;
}

.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-7:focus {
  margin-top: -1.75rem;
}

.focus\:-mr-7:focus {
  margin-right: -1.75rem;
}

.focus\:-mb-7:focus {
  margin-bottom: -1.75rem;
}

.focus\:-ml-7:focus {
  margin-left: -1.75rem;
}

.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-9:focus {
  margin-top: -2.25rem;
}

.focus\:-mr-9:focus {
  margin-right: -2.25rem;
}

.focus\:-mb-9:focus {
  margin-bottom: -2.25rem;
}

.focus\:-ml-9:focus {
  margin-left: -2.25rem;
}

.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-14:focus {
  margin-top: -3.5rem;
}

.focus\:-mr-14:focus {
  margin-right: -3.5rem;
}

.focus\:-mb-14:focus {
  margin-bottom: -3.5rem;
}

.focus\:-ml-14:focus {
  margin-left: -3.5rem;
}

.focus\:-mt-15:focus {
  margin-top: -3.75rem;
}

.focus\:-mr-15:focus {
  margin-right: -3.75rem;
}

.focus\:-mb-15:focus {
  margin-bottom: -3.75rem;
}

.focus\:-ml-15:focus {
  margin-left: -3.75rem;
}

.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-18:focus {
  margin-top: -4.5rem;
}

.focus\:-mr-18:focus {
  margin-right: -4.5rem;
}

.focus\:-mb-18:focus {
  margin-bottom: -4.5rem;
}

.focus\:-ml-18:focus {
  margin-left: -4.5rem;
}

.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-21:focus {
  margin-top: -5.25rem;
}

.focus\:-mr-21:focus {
  margin-right: -5.25rem;
}

.focus\:-mb-21:focus {
  margin-bottom: -5.25rem;
}

.focus\:-ml-21:focus {
  margin-left: -5.25rem;
}

.focus\:-mt-22:focus {
  margin-top: -5.5rem;
}

.focus\:-mr-22:focus {
  margin-right: -5.5rem;
}

.focus\:-mb-22:focus {
  margin-bottom: -5.5rem;
}

.focus\:-ml-22:focus {
  margin-left: -5.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-26:focus {
  margin-top: -6.5rem;
}

.focus\:-mr-26:focus {
  margin-right: -6.5rem;
}

.focus\:-mb-26:focus {
  margin-bottom: -6.5rem;
}

.focus\:-ml-26:focus {
  margin-left: -6.5rem;
}

.focus\:-mt-28:focus {
  margin-top: -7rem;
}

.focus\:-mr-28:focus {
  margin-right: -7rem;
}

.focus\:-mb-28:focus {
  margin-bottom: -7rem;
}

.focus\:-ml-28:focus {
  margin-left: -7rem;
}

.focus\:-mt-30:focus {
  margin-top: -7.5rem;
}

.focus\:-mr-30:focus {
  margin-right: -7.5rem;
}

.focus\:-mb-30:focus {
  margin-bottom: -7.5rem;
}

.focus\:-ml-30:focus {
  margin-left: -7.5rem;
}

.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-34:focus {
  margin-top: -8.5rem;
}

.focus\:-mr-34:focus {
  margin-right: -8.5rem;
}

.focus\:-mb-34:focus {
  margin-bottom: -8.5rem;
}

.focus\:-ml-34:focus {
  margin-left: -8.5rem;
}

.focus\:-mt-36:focus {
  margin-top: -9rem;
}

.focus\:-mr-36:focus {
  margin-right: -9rem;
}

.focus\:-mb-36:focus {
  margin-bottom: -9rem;
}

.focus\:-ml-36:focus {
  margin-left: -9rem;
}

.focus\:-mt-38:focus {
  margin-top: -9.5rem;
}

.focus\:-mr-38:focus {
  margin-right: -9.5rem;
}

.focus\:-mb-38:focus {
  margin-bottom: -9.5rem;
}

.focus\:-ml-38:focus {
  margin-left: -9.5rem;
}

.focus\:-mt-40:focus {
  margin-top: -10rem;
}

.focus\:-mr-40:focus {
  margin-right: -10rem;
}

.focus\:-mb-40:focus {
  margin-bottom: -10rem;
}

.focus\:-ml-40:focus {
  margin-left: -10rem;
}

.focus\:-mt-44:focus {
  margin-top: -11rem;
}

.focus\:-mr-44:focus {
  margin-right: -11rem;
}

.focus\:-mb-44:focus {
  margin-bottom: -11rem;
}

.focus\:-ml-44:focus {
  margin-left: -11rem;
}

.focus\:-mt-48:focus {
  margin-top: -12rem;
}

.focus\:-mr-48:focus {
  margin-right: -12rem;
}

.focus\:-mb-48:focus {
  margin-bottom: -12rem;
}

.focus\:-ml-48:focus {
  margin-left: -12rem;
}

.focus\:-mt-52:focus {
  margin-top: -13rem;
}

.focus\:-mr-52:focus {
  margin-right: -13rem;
}

.focus\:-mb-52:focus {
  margin-bottom: -13rem;
}

.focus\:-ml-52:focus {
  margin-left: -13rem;
}

.focus\:-mt-53:focus {
  margin-top: -13.25rem;
}

.focus\:-mr-53:focus {
  margin-right: -13.25rem;
}

.focus\:-mb-53:focus {
  margin-bottom: -13.25rem;
}

.focus\:-ml-53:focus {
  margin-left: -13.25rem;
}

.focus\:-mt-54:focus {
  margin-top: -13.5rem;
}

.focus\:-mr-54:focus {
  margin-right: -13.5rem;
}

.focus\:-mb-54:focus {
  margin-bottom: -13.5rem;
}

.focus\:-ml-54:focus {
  margin-left: -13.5rem;
}

.focus\:-mt-56:focus {
  margin-top: -14rem;
}

.focus\:-mr-56:focus {
  margin-right: -14rem;
}

.focus\:-mb-56:focus {
  margin-bottom: -14rem;
}

.focus\:-ml-56:focus {
  margin-left: -14rem;
}

.focus\:-mt-64:focus {
  margin-top: -16rem;
}

.focus\:-mr-64:focus {
  margin-right: -16rem;
}

.focus\:-mb-64:focus {
  margin-bottom: -16rem;
}

.focus\:-ml-64:focus {
  margin-left: -16rem;
}

.focus\:-mt-72:focus {
  margin-top: -18rem;
}

.focus\:-mr-72:focus {
  margin-right: -18rem;
}

.focus\:-mb-72:focus {
  margin-bottom: -18rem;
}

.focus\:-ml-72:focus {
  margin-left: -18rem;
}

.focus\:-mt-74:focus {
  margin-top: -18.5rem;
}

.focus\:-mr-74:focus {
  margin-right: -18.5rem;
}

.focus\:-mb-74:focus {
  margin-bottom: -18.5rem;
}

.focus\:-ml-74:focus {
  margin-left: -18.5rem;
}

.focus\:-mt-76:focus {
  margin-top: -19rem;
}

.focus\:-mr-76:focus {
  margin-right: -19rem;
}

.focus\:-mb-76:focus {
  margin-bottom: -19rem;
}

.focus\:-ml-76:focus {
  margin-left: -19rem;
}

.focus\:-mt-80:focus {
  margin-top: -20rem;
}

.focus\:-mr-80:focus {
  margin-right: -20rem;
}

.focus\:-mb-80:focus {
  margin-bottom: -20rem;
}

.focus\:-ml-80:focus {
  margin-left: -20rem;
}

.focus\:-mt-85:focus {
  margin-top: -21.25rem;
}

.focus\:-mr-85:focus {
  margin-right: -21.25rem;
}

.focus\:-mb-85:focus {
  margin-bottom: -21.25rem;
}

.focus\:-ml-85:focus {
  margin-left: -21.25rem;
}

.focus\:-mt-100:focus {
  margin-top: -25rem;
}

.focus\:-mr-100:focus {
  margin-right: -25rem;
}

.focus\:-mb-100:focus {
  margin-bottom: -25rem;
}

.focus\:-ml-100:focus {
  margin-left: -25rem;
}

.focus\:-mt-105:focus {
  margin-top: -26.25rem;
}

.focus\:-mr-105:focus {
  margin-right: -26.25rem;
}

.focus\:-mb-105:focus {
  margin-bottom: -26.25rem;
}

.focus\:-ml-105:focus {
  margin-left: -26.25rem;
}

.focus\:-mt-107:focus {
  margin-top: -26.4rem;
}

.focus\:-mr-107:focus {
  margin-right: -26.4rem;
}

.focus\:-mb-107:focus {
  margin-bottom: -26.4rem;
}

.focus\:-ml-107:focus {
  margin-left: -26.4rem;
}

.focus\:-mt-110:focus {
  margin-top: -27.5rem;
}

.focus\:-mr-110:focus {
  margin-right: -27.5rem;
}

.focus\:-mb-110:focus {
  margin-bottom: -27.5rem;
}

.focus\:-ml-110:focus {
  margin-left: -27.5rem;
}

.focus\:-mt-120:focus {
  margin-top: -30rem;
}

.focus\:-mr-120:focus {
  margin-right: -30rem;
}

.focus\:-mb-120:focus {
  margin-bottom: -30rem;
}

.focus\:-ml-120:focus {
  margin-left: -30rem;
}

.focus\:-mt-130:focus {
  margin-top: -38rem;
}

.focus\:-mr-130:focus {
  margin-right: -38rem;
}

.focus\:-mb-130:focus {
  margin-bottom: -38rem;
}

.focus\:-ml-130:focus {
  margin-left: -38rem;
}

.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;
}

.focus\:-mt-250px:focus {
  margin-top: -250px;
}

.focus\:-mr-250px:focus {
  margin-right: -250px;
}

.focus\:-mb-250px:focus {
  margin-bottom: -250px;
}

.focus\:-ml-250px:focus {
  margin-left: -250px;
}

.focus\:-mt-1\/2\%:focus {
  margin-top: -0.5%;
}

.focus\:-mr-1\/2\%:focus {
  margin-right: -0.5%;
}

.focus\:-mb-1\/2\%:focus {
  margin-bottom: -0.5%;
}

.focus\:-ml-1\/2\%:focus {
  margin-left: -0.5%;
}

.focus\:-mt-1\%:focus {
  margin-top: -1%;
}

.focus\:-mr-1\%:focus {
  margin-right: -1%;
}

.focus\:-mb-1\%:focus {
  margin-bottom: -1%;
}

.focus\:-ml-1\%:focus {
  margin-left: -1%;
}

.focus\:-mt-2\%:focus {
  margin-top: -2%;
}

.focus\:-mr-2\%:focus {
  margin-right: -2%;
}

.focus\:-mb-2\%:focus {
  margin-bottom: -2%;
}

.focus\:-ml-2\%:focus {
  margin-left: -2%;
}

.focus\:-mt-3\%:focus {
  margin-top: -3%;
}

.focus\:-mr-3\%:focus {
  margin-right: -3%;
}

.focus\:-mb-3\%:focus {
  margin-bottom: -3%;
}

.focus\:-ml-3\%:focus {
  margin-left: -3%;
}

.focus\:-mt-4\%:focus {
  margin-top: -4%;
}

.focus\:-mr-4\%:focus {
  margin-right: -4%;
}

.focus\:-mb-4\%:focus {
  margin-bottom: -4%;
}

.focus\:-ml-4\%:focus {
  margin-left: -4%;
}

.focus\:-mt-5\%:focus {
  margin-top: -5%;
}

.focus\:-mr-5\%:focus {
  margin-right: -5%;
}

.focus\:-mb-5\%:focus {
  margin-bottom: -5%;
}

.focus\:-ml-5\%:focus {
  margin-left: -5%;
}

.focus\:-mt-10\%:focus {
  margin-top: -10%;
}

.focus\:-mr-10\%:focus {
  margin-right: -10%;
}

.focus\:-mb-10\%:focus {
  margin-bottom: -10%;
}

.focus\:-ml-10\%:focus {
  margin-left: -10%;
}

.focus\:-mt-20\%:focus {
  margin-top: -20%;
}

.focus\:-mr-20\%:focus {
  margin-right: -20%;
}

.focus\:-mb-20\%:focus {
  margin-bottom: -20%;
}

.focus\:-ml-20\%:focus {
  margin-left: -20%;
}

.focus\:-mt-23\%:focus {
  margin-top: -23%;
}

.focus\:-mr-23\%:focus {
  margin-right: -23%;
}

.focus\:-mb-23\%:focus {
  margin-bottom: -23%;
}

.focus\:-ml-23\%:focus {
  margin-left: -23%;
}

.focus\:-mt-25\%:focus {
  margin-top: -25%;
}

.focus\:-mr-25\%:focus {
  margin-right: -25%;
}

.focus\:-mb-25\%:focus {
  margin-bottom: -25%;
}

.focus\:-ml-25\%:focus {
  margin-left: -25%;
}

.focus\:-mt-26\%:focus {
  margin-top: -26%;
}

.focus\:-mr-26\%:focus {
  margin-right: -26%;
}

.focus\:-mb-26\%:focus {
  margin-bottom: -26%;
}

.focus\:-ml-26\%:focus {
  margin-left: -26%;
}

.focus\:-mt-30\%:focus {
  margin-top: -30%;
}

.focus\:-mr-30\%:focus {
  margin-right: -30%;
}

.focus\:-mb-30\%:focus {
  margin-bottom: -30%;
}

.focus\:-ml-30\%:focus {
  margin-left: -30%;
}

.focus\:-mt-40\%:focus {
  margin-top: -40%;
}

.focus\:-mr-40\%:focus {
  margin-right: -40%;
}

.focus\:-mb-40\%:focus {
  margin-bottom: -40%;
}

.focus\:-ml-40\%:focus {
  margin-left: -40%;
}

.focus\:-mt-50\%:focus {
  margin-top: -50%;
}

.focus\:-mr-50\%:focus {
  margin-right: -50%;
}

.focus\:-mb-50\%:focus {
  margin-bottom: -50%;
}

.focus\:-ml-50\%:focus {
  margin-left: -50%;
}

.focus\:-mt-60\%:focus {
  margin-top: -60%;
}

.focus\:-mr-60\%:focus {
  margin-right: -60%;
}

.focus\:-mb-60\%:focus {
  margin-bottom: -60%;
}

.focus\:-ml-60\%:focus {
  margin-left: -60%;
}

.focus\:-mt-70\%:focus {
  margin-top: -70%;
}

.focus\:-mr-70\%:focus {
  margin-right: -70%;
}

.focus\:-mb-70\%:focus {
  margin-bottom: -70%;
}

.focus\:-ml-70\%:focus {
  margin-left: -70%;
}

.focus\:-mt-80\%:focus {
  margin-top: -80%;
}

.focus\:-mr-80\%:focus {
  margin-right: -80%;
}

.focus\:-mb-80\%:focus {
  margin-bottom: -80%;
}

.focus\:-ml-80\%:focus {
  margin-left: -80%;
}

.focus\:-mt-90\%:focus {
  margin-top: -90%;
}

.focus\:-mr-90\%:focus {
  margin-right: -90%;
}

.focus\:-mb-90\%:focus {
  margin-bottom: -90%;
}

.focus\:-ml-90\%:focus {
  margin-left: -90%;
}

.focus\:-mt-95\%:focus {
  margin-top: -95%;
}

.focus\:-mr-95\%:focus {
  margin-right: -95%;
}

.focus\:-mb-95\%:focus {
  margin-bottom: -95%;
}

.focus\:-ml-95\%:focus {
  margin-left: -95%;
}

.focus\:-mt-96\%:focus {
  margin-top: -96%;
}

.focus\:-mr-96\%:focus {
  margin-right: -96%;
}

.focus\:-mb-96\%:focus {
  margin-bottom: -96%;
}

.focus\:-ml-96\%:focus {
  margin-left: -96%;
}

.focus\:-mt-97\%:focus {
  margin-top: -97%;
}

.focus\:-mr-97\%:focus {
  margin-right: -97%;
}

.focus\:-mb-97\%:focus {
  margin-bottom: -97%;
}

.focus\:-ml-97\%:focus {
  margin-left: -97%;
}

.focus\:-mt-98\%:focus {
  margin-top: -98%;
}

.focus\:-mr-98\%:focus {
  margin-right: -98%;
}

.focus\:-mb-98\%:focus {
  margin-bottom: -98%;
}

.focus\:-ml-98\%:focus {
  margin-left: -98%;
}

.focus\:-mt-99\%:focus {
  margin-top: -99%;
}

.focus\:-mr-99\%:focus {
  margin-right: -99%;
}

.focus\:-mb-99\%:focus {
  margin-bottom: -99%;
}

.focus\:-ml-99\%:focus {
  margin-left: -99%;
}

.focus\:-mt-36vh:focus {
  margin-top: -36vh;
}

.focus\:-mr-36vh:focus {
  margin-right: -36vh;
}

.focus\:-mb-36vh:focus {
  margin-bottom: -36vh;
}

.focus\:-ml-36vh:focus {
  margin-left: -36vh;
}

.focus\:-mt-75vh:focus {
  margin-top: -75vh;
}

.focus\:-mr-75vh:focus {
  margin-right: -75vh;
}

.focus\:-mb-75vh:focus {
  margin-bottom: -75vh;
}

.focus\:-ml-75vh:focus {
  margin-left: -75vh;
}

.focus\:-mt-78vh:focus {
  margin-top: -78vh;
}

.focus\:-mr-78vh:focus {
  margin-right: -78vh;
}

.focus\:-mb-78vh:focus {
  margin-bottom: -78vh;
}

.focus\:-ml-78vh:focus {
  margin-left: -78vh;
}

.focus\:-mt-80vh:focus {
  margin-top: -80vh;
}

.focus\:-mr-80vh:focus {
  margin-right: -80vh;
}

.focus\:-mb-80vh:focus {
  margin-bottom: -80vh;
}

.focus\:-ml-80vh:focus {
  margin-left: -80vh;
}

.focus\:-mt-82vh:focus {
  margin-top: -82vh;
}

.focus\:-mr-82vh:focus {
  margin-right: -82vh;
}

.focus\:-mb-82vh:focus {
  margin-bottom: -82vh;
}

.focus\:-ml-82vh:focus {
  margin-left: -82vh;
}

.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-7:focus-within {
  margin: 1.75rem;
}

.focus-within\:m-8:focus-within {
  margin: 2rem;
}

.focus-within\:m-9:focus-within {
  margin: 2.25rem;
}

.focus-within\:m-10:focus-within {
  margin: 2.5rem;
}

.focus-within\:m-12:focus-within {
  margin: 3rem;
}

.focus-within\:m-14:focus-within {
  margin: 3.5rem;
}

.focus-within\:m-15:focus-within {
  margin: 3.75rem;
}

.focus-within\:m-16:focus-within {
  margin: 4rem;
}

.focus-within\:m-18:focus-within {
  margin: 4.5rem;
}

.focus-within\:m-20:focus-within {
  margin: 5rem;
}

.focus-within\:m-21:focus-within {
  margin: 5.25rem;
}

.focus-within\:m-22:focus-within {
  margin: 5.5rem;
}

.focus-within\:m-24:focus-within {
  margin: 6rem;
}

.focus-within\:m-26:focus-within {
  margin: 6.5rem;
}

.focus-within\:m-28:focus-within {
  margin: 7rem;
}

.focus-within\:m-30:focus-within {
  margin: 7.5rem;
}

.focus-within\:m-32:focus-within {
  margin: 8rem;
}

.focus-within\:m-34:focus-within {
  margin: 8.5rem;
}

.focus-within\:m-36:focus-within {
  margin: 9rem;
}

.focus-within\:m-38:focus-within {
  margin: 9.5rem;
}

.focus-within\:m-40:focus-within {
  margin: 10rem;
}

.focus-within\:m-44:focus-within {
  margin: 11rem;
}

.focus-within\:m-48:focus-within {
  margin: 12rem;
}

.focus-within\:m-52:focus-within {
  margin: 13rem;
}

.focus-within\:m-53:focus-within {
  margin: 13.25rem;
}

.focus-within\:m-54:focus-within {
  margin: 13.5rem;
}

.focus-within\:m-56:focus-within {
  margin: 14rem;
}

.focus-within\:m-64:focus-within {
  margin: 16rem;
}

.focus-within\:m-72:focus-within {
  margin: 18rem;
}

.focus-within\:m-74:focus-within {
  margin: 18.5rem;
}

.focus-within\:m-76:focus-within {
  margin: 19rem;
}

.focus-within\:m-80:focus-within {
  margin: 20rem;
}

.focus-within\:m-85:focus-within {
  margin: 21.25rem;
}

.focus-within\:m-100:focus-within {
  margin: 25rem;
}

.focus-within\:m-105:focus-within {
  margin: 26.25rem;
}

.focus-within\:m-107:focus-within {
  margin: 26.4rem;
}

.focus-within\:m-110:focus-within {
  margin: 27.5rem;
}

.focus-within\:m-120:focus-within {
  margin: 30rem;
}

.focus-within\:m-130:focus-within {
  margin: 38rem;
}

.focus-within\:m-auto:focus-within {
  margin: auto;
}

.focus-within\:m-px:focus-within {
  margin: 1px;
}

.focus-within\:m-250px:focus-within {
  margin: 250px;
}

.focus-within\:m-1\/2\%:focus-within {
  margin: 0.5%;
}

.focus-within\:m-1\%:focus-within {
  margin: 1%;
}

.focus-within\:m-2\%:focus-within {
  margin: 2%;
}

.focus-within\:m-3\%:focus-within {
  margin: 3%;
}

.focus-within\:m-4\%:focus-within {
  margin: 4%;
}

.focus-within\:m-5\%:focus-within {
  margin: 5%;
}

.focus-within\:m-10\%:focus-within {
  margin: 10%;
}

.focus-within\:m-20\%:focus-within {
  margin: 20%;
}

.focus-within\:m-23\%:focus-within {
  margin: 23%;
}

.focus-within\:m-25\%:focus-within {
  margin: 25%;
}

.focus-within\:m-26\%:focus-within {
  margin: 26%;
}

.focus-within\:m-30\%:focus-within {
  margin: 30%;
}

.focus-within\:m-40\%:focus-within {
  margin: 40%;
}

.focus-within\:m-50\%:focus-within {
  margin: 50%;
}

.focus-within\:m-60\%:focus-within {
  margin: 60%;
}

.focus-within\:m-70\%:focus-within {
  margin: 70%;
}

.focus-within\:m-80\%:focus-within {
  margin: 80%;
}

.focus-within\:m-90\%:focus-within {
  margin: 90%;
}

.focus-within\:m-95\%:focus-within {
  margin: 95%;
}

.focus-within\:m-96\%:focus-within {
  margin: 96%;
}

.focus-within\:m-97\%:focus-within {
  margin: 97%;
}

.focus-within\:m-98\%:focus-within {
  margin: 98%;
}

.focus-within\:m-99\%:focus-within {
  margin: 99%;
}

.focus-within\:m-36vh:focus-within {
  margin: 36vh;
}

.focus-within\:m-75vh:focus-within {
  margin: 75vh;
}

.focus-within\:m-78vh:focus-within {
  margin: 78vh;
}

.focus-within\:m-80vh:focus-within {
  margin: 80vh;
}

.focus-within\:m-82vh:focus-within {
  margin: 82vh;
}

.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-7:focus-within {
  margin: -1.75rem;
}

.focus-within\:-m-8:focus-within {
  margin: -2rem;
}

.focus-within\:-m-9:focus-within {
  margin: -2.25rem;
}

.focus-within\:-m-10:focus-within {
  margin: -2.5rem;
}

.focus-within\:-m-12:focus-within {
  margin: -3rem;
}

.focus-within\:-m-14:focus-within {
  margin: -3.5rem;
}

.focus-within\:-m-15:focus-within {
  margin: -3.75rem;
}

.focus-within\:-m-16:focus-within {
  margin: -4rem;
}

.focus-within\:-m-18:focus-within {
  margin: -4.5rem;
}

.focus-within\:-m-20:focus-within {
  margin: -5rem;
}

.focus-within\:-m-21:focus-within {
  margin: -5.25rem;
}

.focus-within\:-m-22:focus-within {
  margin: -5.5rem;
}

.focus-within\:-m-24:focus-within {
  margin: -6rem;
}

.focus-within\:-m-26:focus-within {
  margin: -6.5rem;
}

.focus-within\:-m-28:focus-within {
  margin: -7rem;
}

.focus-within\:-m-30:focus-within {
  margin: -7.5rem;
}

.focus-within\:-m-32:focus-within {
  margin: -8rem;
}

.focus-within\:-m-34:focus-within {
  margin: -8.5rem;
}

.focus-within\:-m-36:focus-within {
  margin: -9rem;
}

.focus-within\:-m-38:focus-within {
  margin: -9.5rem;
}

.focus-within\:-m-40:focus-within {
  margin: -10rem;
}

.focus-within\:-m-44:focus-within {
  margin: -11rem;
}

.focus-within\:-m-48:focus-within {
  margin: -12rem;
}

.focus-within\:-m-52:focus-within {
  margin: -13rem;
}

.focus-within\:-m-53:focus-within {
  margin: -13.25rem;
}

.focus-within\:-m-54:focus-within {
  margin: -13.5rem;
}

.focus-within\:-m-56:focus-within {
  margin: -14rem;
}

.focus-within\:-m-64:focus-within {
  margin: -16rem;
}

.focus-within\:-m-72:focus-within {
  margin: -18rem;
}

.focus-within\:-m-74:focus-within {
  margin: -18.5rem;
}

.focus-within\:-m-76:focus-within {
  margin: -19rem;
}

.focus-within\:-m-80:focus-within {
  margin: -20rem;
}

.focus-within\:-m-85:focus-within {
  margin: -21.25rem;
}

.focus-within\:-m-100:focus-within {
  margin: -25rem;
}

.focus-within\:-m-105:focus-within {
  margin: -26.25rem;
}

.focus-within\:-m-107:focus-within {
  margin: -26.4rem;
}

.focus-within\:-m-110:focus-within {
  margin: -27.5rem;
}

.focus-within\:-m-120:focus-within {
  margin: -30rem;
}

.focus-within\:-m-130:focus-within {
  margin: -38rem;
}

.focus-within\:-m-px:focus-within {
  margin: -1px;
}

.focus-within\:-m-250px:focus-within {
  margin: -250px;
}

.focus-within\:-m-1\/2\%:focus-within {
  margin: -0.5%;
}

.focus-within\:-m-1\%:focus-within {
  margin: -1%;
}

.focus-within\:-m-2\%:focus-within {
  margin: -2%;
}

.focus-within\:-m-3\%:focus-within {
  margin: -3%;
}

.focus-within\:-m-4\%:focus-within {
  margin: -4%;
}

.focus-within\:-m-5\%:focus-within {
  margin: -5%;
}

.focus-within\:-m-10\%:focus-within {
  margin: -10%;
}

.focus-within\:-m-20\%:focus-within {
  margin: -20%;
}

.focus-within\:-m-23\%:focus-within {
  margin: -23%;
}

.focus-within\:-m-25\%:focus-within {
  margin: -25%;
}

.focus-within\:-m-26\%:focus-within {
  margin: -26%;
}

.focus-within\:-m-30\%:focus-within {
  margin: -30%;
}

.focus-within\:-m-40\%:focus-within {
  margin: -40%;
}

.focus-within\:-m-50\%:focus-within {
  margin: -50%;
}

.focus-within\:-m-60\%:focus-within {
  margin: -60%;
}

.focus-within\:-m-70\%:focus-within {
  margin: -70%;
}

.focus-within\:-m-80\%:focus-within {
  margin: -80%;
}

.focus-within\:-m-90\%:focus-within {
  margin: -90%;
}

.focus-within\:-m-95\%:focus-within {
  margin: -95%;
}

.focus-within\:-m-96\%:focus-within {
  margin: -96%;
}

.focus-within\:-m-97\%:focus-within {
  margin: -97%;
}

.focus-within\:-m-98\%:focus-within {
  margin: -98%;
}

.focus-within\:-m-99\%:focus-within {
  margin: -99%;
}

.focus-within\:-m-36vh:focus-within {
  margin: -36vh;
}

.focus-within\:-m-75vh:focus-within {
  margin: -75vh;
}

.focus-within\:-m-78vh:focus-within {
  margin: -78vh;
}

.focus-within\:-m-80vh:focus-within {
  margin: -80vh;
}

.focus-within\:-m-82vh:focus-within {
  margin: -82vh;
}

.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-7:focus-within {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.focus-within\:mx-7:focus-within {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.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-9:focus-within {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.focus-within\:mx-9:focus-within {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.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-14:focus-within {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.focus-within\:mx-14:focus-within {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.focus-within\:my-15:focus-within {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.focus-within\:mx-15:focus-within {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.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-18:focus-within {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.focus-within\:mx-18:focus-within {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.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-21:focus-within {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.focus-within\:mx-21:focus-within {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.focus-within\:my-22:focus-within {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.focus-within\:mx-22:focus-within {
  margin-left: 5.5rem;
  margin-right: 5.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-26:focus-within {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.focus-within\:mx-26:focus-within {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.focus-within\:my-28:focus-within {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.focus-within\:mx-28:focus-within {
  margin-left: 7rem;
  margin-right: 7rem;
}

.focus-within\:my-30:focus-within {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.focus-within\:mx-30:focus-within {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.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-34:focus-within {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.focus-within\:mx-34:focus-within {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.focus-within\:my-36:focus-within {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.focus-within\:mx-36:focus-within {
  margin-left: 9rem;
  margin-right: 9rem;
}

.focus-within\:my-38:focus-within {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.focus-within\:mx-38:focus-within {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.focus-within\:my-40:focus-within {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.focus-within\:mx-40:focus-within {
  margin-left: 10rem;
  margin-right: 10rem;
}

.focus-within\:my-44:focus-within {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.focus-within\:mx-44:focus-within {
  margin-left: 11rem;
  margin-right: 11rem;
}

.focus-within\:my-48:focus-within {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.focus-within\:mx-48:focus-within {
  margin-left: 12rem;
  margin-right: 12rem;
}

.focus-within\:my-52:focus-within {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.focus-within\:mx-52:focus-within {
  margin-left: 13rem;
  margin-right: 13rem;
}

.focus-within\:my-53:focus-within {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.focus-within\:mx-53:focus-within {
  margin-left: 13.25rem;
  margin-right: 13.25rem;
}

.focus-within\:my-54:focus-within {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.focus-within\:mx-54:focus-within {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

.focus-within\:my-56:focus-within {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.focus-within\:mx-56:focus-within {
  margin-left: 14rem;
  margin-right: 14rem;
}

.focus-within\:my-64:focus-within {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.focus-within\:mx-64:focus-within {
  margin-left: 16rem;
  margin-right: 16rem;
}

.focus-within\:my-72:focus-within {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.focus-within\:mx-72:focus-within {
  margin-left: 18rem;
  margin-right: 18rem;
}

.focus-within\:my-74:focus-within {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.focus-within\:mx-74:focus-within {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.focus-within\:my-76:focus-within {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.focus-within\:mx-76:focus-within {
  margin-left: 19rem;
  margin-right: 19rem;
}

.focus-within\:my-80:focus-within {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.focus-within\:mx-80:focus-within {
  margin-left: 20rem;
  margin-right: 20rem;
}

.focus-within\:my-85:focus-within {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.focus-within\:mx-85:focus-within {
  margin-left: 21.25rem;
  margin-right: 21.25rem;
}

.focus-within\:my-100:focus-within {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.focus-within\:mx-100:focus-within {
  margin-left: 25rem;
  margin-right: 25rem;
}

.focus-within\:my-105:focus-within {
  margin-top: 26.25rem;
  margin-bottom: 26.25rem;
}

.focus-within\:mx-105:focus-within {
  margin-left: 26.25rem;
  margin-right: 26.25rem;
}

.focus-within\:my-107:focus-within {
  margin-top: 26.4rem;
  margin-bottom: 26.4rem;
}

.focus-within\:mx-107:focus-within {
  margin-left: 26.4rem;
  margin-right: 26.4rem;
}

.focus-within\:my-110:focus-within {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.focus-within\:mx-110:focus-within {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

.focus-within\:my-120:focus-within {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.focus-within\:mx-120:focus-within {
  margin-left: 30rem;
  margin-right: 30rem;
}

.focus-within\:my-130:focus-within {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.focus-within\:mx-130:focus-within {
  margin-left: 38rem;
  margin-right: 38rem;
}

.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\:my-250px:focus-within {
  margin-top: 250px;
  margin-bottom: 250px;
}

.focus-within\:mx-250px:focus-within {
  margin-left: 250px;
  margin-right: 250px;
}

.focus-within\:my-1\/2\%:focus-within {
  margin-top: 0.5%;
  margin-bottom: 0.5%;
}

.focus-within\:mx-1\/2\%:focus-within {
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.focus-within\:my-1\%:focus-within {
  margin-top: 1%;
  margin-bottom: 1%;
}

.focus-within\:mx-1\%:focus-within {
  margin-left: 1%;
  margin-right: 1%;
}

.focus-within\:my-2\%:focus-within {
  margin-top: 2%;
  margin-bottom: 2%;
}

.focus-within\:mx-2\%:focus-within {
  margin-left: 2%;
  margin-right: 2%;
}

.focus-within\:my-3\%:focus-within {
  margin-top: 3%;
  margin-bottom: 3%;
}

.focus-within\:mx-3\%:focus-within {
  margin-left: 3%;
  margin-right: 3%;
}

.focus-within\:my-4\%:focus-within {
  margin-top: 4%;
  margin-bottom: 4%;
}

.focus-within\:mx-4\%:focus-within {
  margin-left: 4%;
  margin-right: 4%;
}

.focus-within\:my-5\%:focus-within {
  margin-top: 5%;
  margin-bottom: 5%;
}

.focus-within\:mx-5\%:focus-within {
  margin-left: 5%;
  margin-right: 5%;
}

.focus-within\:my-10\%:focus-within {
  margin-top: 10%;
  margin-bottom: 10%;
}

.focus-within\:mx-10\%:focus-within {
  margin-left: 10%;
  margin-right: 10%;
}

.focus-within\:my-20\%:focus-within {
  margin-top: 20%;
  margin-bottom: 20%;
}

.focus-within\:mx-20\%:focus-within {
  margin-left: 20%;
  margin-right: 20%;
}

.focus-within\:my-23\%:focus-within {
  margin-top: 23%;
  margin-bottom: 23%;
}

.focus-within\:mx-23\%:focus-within {
  margin-left: 23%;
  margin-right: 23%;
}

.focus-within\:my-25\%:focus-within {
  margin-top: 25%;
  margin-bottom: 25%;
}

.focus-within\:mx-25\%:focus-within {
  margin-left: 25%;
  margin-right: 25%;
}

.focus-within\:my-26\%:focus-within {
  margin-top: 26%;
  margin-bottom: 26%;
}

.focus-within\:mx-26\%:focus-within {
  margin-left: 26%;
  margin-right: 26%;
}

.focus-within\:my-30\%:focus-within {
  margin-top: 30%;
  margin-bottom: 30%;
}

.focus-within\:mx-30\%:focus-within {
  margin-left: 30%;
  margin-right: 30%;
}

.focus-within\:my-40\%:focus-within {
  margin-top: 40%;
  margin-bottom: 40%;
}

.focus-within\:mx-40\%:focus-within {
  margin-left: 40%;
  margin-right: 40%;
}

.focus-within\:my-50\%:focus-within {
  margin-top: 50%;
  margin-bottom: 50%;
}

.focus-within\:mx-50\%:focus-within {
  margin-left: 50%;
  margin-right: 50%;
}

.focus-within\:my-60\%:focus-within {
  margin-top: 60%;
  margin-bottom: 60%;
}

.focus-within\:mx-60\%:focus-within {
  margin-left: 60%;
  margin-right: 60%;
}

.focus-within\:my-70\%:focus-within {
  margin-top: 70%;
  margin-bottom: 70%;
}

.focus-within\:mx-70\%:focus-within {
  margin-left: 70%;
  margin-right: 70%;
}

.focus-within\:my-80\%:focus-within {
  margin-top: 80%;
  margin-bottom: 80%;
}

.focus-within\:mx-80\%:focus-within {
  margin-left: 80%;
  margin-right: 80%;
}

.focus-within\:my-90\%:focus-within {
  margin-top: 90%;
  margin-bottom: 90%;
}

.focus-within\:mx-90\%:focus-within {
  margin-left: 90%;
  margin-right: 90%;
}

.focus-within\:my-95\%:focus-within {
  margin-top: 95%;
  margin-bottom: 95%;
}

.focus-within\:mx-95\%:focus-within {
  margin-left: 95%;
  margin-right: 95%;
}

.focus-within\:my-96\%:focus-within {
  margin-top: 96%;
  margin-bottom: 96%;
}

.focus-within\:mx-96\%:focus-within {
  margin-left: 96%;
  margin-right: 96%;
}

.focus-within\:my-97\%:focus-within {
  margin-top: 97%;
  margin-bottom: 97%;
}

.focus-within\:mx-97\%:focus-within {
  margin-left: 97%;
  margin-right: 97%;
}

.focus-within\:my-98\%:focus-within {
  margin-top: 98%;
  margin-bottom: 98%;
}

.focus-within\:mx-98\%:focus-within {
  margin-left: 98%;
  margin-right: 98%;
}

.focus-within\:my-99\%:focus-within {
  margin-top: 99%;
  margin-bottom: 99%;
}

.focus-within\:mx-99\%:focus-within {
  margin-left: 99%;
  margin-right: 99%;
}

.focus-within\:my-36vh:focus-within {
  margin-top: 36vh;
  margin-bottom: 36vh;
}

.focus-within\:mx-36vh:focus-within {
  margin-left: 36vh;
  margin-right: 36vh;
}

.focus-within\:my-75vh:focus-within {
  margin-top: 75vh;
  margin-bottom: 75vh;
}

.focus-within\:mx-75vh:focus-within {
  margin-left: 75vh;
  margin-right: 75vh;
}

.focus-within\:my-78vh:focus-within {
  margin-top: 78vh;
  margin-bottom: 78vh;
}

.focus-within\:mx-78vh:focus-within {
  margin-left: 78vh;
  margin-right: 78vh;
}

.focus-within\:my-80vh:focus-within {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.focus-within\:mx-80vh:focus-within {
  margin-left: 80vh;
  margin-right: 80vh;
}

.focus-within\:my-82vh:focus-within {
  margin-top: 82vh;
  margin-bottom: 82vh;
}

.focus-within\:mx-82vh:focus-within {
  margin-left: 82vh;
  margin-right: 82vh;
}

.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-7:focus-within {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.focus-within\:-mx-7:focus-within {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.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-9:focus-within {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.focus-within\:-mx-9:focus-within {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.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-14:focus-within {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.focus-within\:-mx-14:focus-within {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.focus-within\:-my-15:focus-within {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.focus-within\:-mx-15:focus-within {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.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-18:focus-within {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.focus-within\:-mx-18:focus-within {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.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-21:focus-within {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.focus-within\:-mx-21:focus-within {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.focus-within\:-my-22:focus-within {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.focus-within\:-mx-22:focus-within {
  margin-left: -5.5rem;
  margin-right: -5.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-26:focus-within {
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.focus-within\:-mx-26:focus-within {
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.focus-within\:-my-28:focus-within {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.focus-within\:-mx-28:focus-within {
  margin-left: -7rem;
  margin-right: -7rem;
}

.focus-within\:-my-30:focus-within {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.focus-within\:-mx-30:focus-within {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

.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-34:focus-within {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.focus-within\:-mx-34:focus-within {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.focus-within\:-my-36:focus-within {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.focus-within\:-mx-36:focus-within {
  margin-left: -9rem;
  margin-right: -9rem;
}

.focus-within\:-my-38:focus-within {
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.focus-within\:-mx-38:focus-within {
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

.focus-within\:-my-40:focus-within {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.focus-within\:-mx-40:focus-within {
  margin-left: -10rem;
  margin-right: -10rem;
}

.focus-within\:-my-44:focus-within {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.focus-within\:-mx-44:focus-within {
  margin-left: -11rem;
  margin-right: -11rem;
}

.focus-within\:-my-48:focus-within {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.focus-within\:-mx-48:focus-within {
  margin-left: -12rem;
  margin-right: -12rem;
}

.focus-within\:-my-52:focus-within {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.focus-within\:-mx-52:focus-within {
  margin-left: -13rem;
  margin-right: -13rem;
}

.focus-within\:-my-53:focus-within {
  margin-top: -13.25rem;
  margin-bottom: -13.25rem;
}

.focus-within\:-mx-53:focus-within {
  margin-left: -13.25rem;
  margin-right: -13.25rem;
}

.focus-within\:-my-54:focus-within {
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

.focus-within\:-mx-54:focus-within {
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

.focus-within\:-my-56:focus-within {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.focus-within\:-mx-56:focus-within {
  margin-left: -14rem;
  margin-right: -14rem;
}

.focus-within\:-my-64:focus-within {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.focus-within\:-mx-64:focus-within {
  margin-left: -16rem;
  margin-right: -16rem;
}

.focus-within\:-my-72:focus-within {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.focus-within\:-mx-72:focus-within {
  margin-left: -18rem;
  margin-right: -18rem;
}

.focus-within\:-my-74:focus-within {
  margin-top: -18.5rem;
  margin-bottom: -18.5rem;
}

.focus-within\:-mx-74:focus-within {
  margin-left: -18.5rem;
  margin-right: -18.5rem;
}

.focus-within\:-my-76:focus-within {
  margin-top: -19rem;
  margin-bottom: -19rem;
}

.focus-within\:-mx-76:focus-within {
  margin-left: -19rem;
  margin-right: -19rem;
}

.focus-within\:-my-80:focus-within {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.focus-within\:-mx-80:focus-within {
  margin-left: -20rem;
  margin-right: -20rem;
}

.focus-within\:-my-85:focus-within {
  margin-top: -21.25rem;
  margin-bottom: -21.25rem;
}

.focus-within\:-mx-85:focus-within {
  margin-left: -21.25rem;
  margin-right: -21.25rem;
}

.focus-within\:-my-100:focus-within {
  margin-top: -25rem;
  margin-bottom: -25rem;
}

.focus-within\:-mx-100:focus-within {
  margin-left: -25rem;
  margin-right: -25rem;
}

.focus-within\:-my-105:focus-within {
  margin-top: -26.25rem;
  margin-bottom: -26.25rem;
}

.focus-within\:-mx-105:focus-within {
  margin-left: -26.25rem;
  margin-right: -26.25rem;
}

.focus-within\:-my-107:focus-within {
  margin-top: -26.4rem;
  margin-bottom: -26.4rem;
}

.focus-within\:-mx-107:focus-within {
  margin-left: -26.4rem;
  margin-right: -26.4rem;
}

.focus-within\:-my-110:focus-within {
  margin-top: -27.5rem;
  margin-bottom: -27.5rem;
}

.focus-within\:-mx-110:focus-within {
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}

.focus-within\:-my-120:focus-within {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.focus-within\:-mx-120:focus-within {
  margin-left: -30rem;
  margin-right: -30rem;
}

.focus-within\:-my-130:focus-within {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.focus-within\:-mx-130:focus-within {
  margin-left: -38rem;
  margin-right: -38rem;
}

.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\:-my-250px:focus-within {
  margin-top: -250px;
  margin-bottom: -250px;
}

.focus-within\:-mx-250px:focus-within {
  margin-left: -250px;
  margin-right: -250px;
}

.focus-within\:-my-1\/2\%:focus-within {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}

.focus-within\:-mx-1\/2\%:focus-within {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.focus-within\:-my-1\%:focus-within {
  margin-top: -1%;
  margin-bottom: -1%;
}

.focus-within\:-mx-1\%:focus-within {
  margin-left: -1%;
  margin-right: -1%;
}

.focus-within\:-my-2\%:focus-within {
  margin-top: -2%;
  margin-bottom: -2%;
}

.focus-within\:-mx-2\%:focus-within {
  margin-left: -2%;
  margin-right: -2%;
}

.focus-within\:-my-3\%:focus-within {
  margin-top: -3%;
  margin-bottom: -3%;
}

.focus-within\:-mx-3\%:focus-within {
  margin-left: -3%;
  margin-right: -3%;
}

.focus-within\:-my-4\%:focus-within {
  margin-top: -4%;
  margin-bottom: -4%;
}

.focus-within\:-mx-4\%:focus-within {
  margin-left: -4%;
  margin-right: -4%;
}

.focus-within\:-my-5\%:focus-within {
  margin-top: -5%;
  margin-bottom: -5%;
}

.focus-within\:-mx-5\%:focus-within {
  margin-left: -5%;
  margin-right: -5%;
}

.focus-within\:-my-10\%:focus-within {
  margin-top: -10%;
  margin-bottom: -10%;
}

.focus-within\:-mx-10\%:focus-within {
  margin-left: -10%;
  margin-right: -10%;
}

.focus-within\:-my-20\%:focus-within {
  margin-top: -20%;
  margin-bottom: -20%;
}

.focus-within\:-mx-20\%:focus-within {
  margin-left: -20%;
  margin-right: -20%;
}

.focus-within\:-my-23\%:focus-within {
  margin-top: -23%;
  margin-bottom: -23%;
}

.focus-within\:-mx-23\%:focus-within {
  margin-left: -23%;
  margin-right: -23%;
}

.focus-within\:-my-25\%:focus-within {
  margin-top: -25%;
  margin-bottom: -25%;
}

.focus-within\:-mx-25\%:focus-within {
  margin-left: -25%;
  margin-right: -25%;
}

.focus-within\:-my-26\%:focus-within {
  margin-top: -26%;
  margin-bottom: -26%;
}

.focus-within\:-mx-26\%:focus-within {
  margin-left: -26%;
  margin-right: -26%;
}

.focus-within\:-my-30\%:focus-within {
  margin-top: -30%;
  margin-bottom: -30%;
}

.focus-within\:-mx-30\%:focus-within {
  margin-left: -30%;
  margin-right: -30%;
}

.focus-within\:-my-40\%:focus-within {
  margin-top: -40%;
  margin-bottom: -40%;
}

.focus-within\:-mx-40\%:focus-within {
  margin-left: -40%;
  margin-right: -40%;
}

.focus-within\:-my-50\%:focus-within {
  margin-top: -50%;
  margin-bottom: -50%;
}

.focus-within\:-mx-50\%:focus-within {
  margin-left: -50%;
  margin-right: -50%;
}

.focus-within\:-my-60\%:focus-within {
  margin-top: -60%;
  margin-bottom: -60%;
}

.focus-within\:-mx-60\%:focus-within {
  margin-left: -60%;
  margin-right: -60%;
}

.focus-within\:-my-70\%:focus-within {
  margin-top: -70%;
  margin-bottom: -70%;
}

.focus-within\:-mx-70\%:focus-within {
  margin-left: -70%;
  margin-right: -70%;
}

.focus-within\:-my-80\%:focus-within {
  margin-top: -80%;
  margin-bottom: -80%;
}

.focus-within\:-mx-80\%:focus-within {
  margin-left: -80%;
  margin-right: -80%;
}

.focus-within\:-my-90\%:focus-within {
  margin-top: -90%;
  margin-bottom: -90%;
}

.focus-within\:-mx-90\%:focus-within {
  margin-left: -90%;
  margin-right: -90%;
}

.focus-within\:-my-95\%:focus-within {
  margin-top: -95%;
  margin-bottom: -95%;
}

.focus-within\:-mx-95\%:focus-within {
  margin-left: -95%;
  margin-right: -95%;
}

.focus-within\:-my-96\%:focus-within {
  margin-top: -96%;
  margin-bottom: -96%;
}

.focus-within\:-mx-96\%:focus-within {
  margin-left: -96%;
  margin-right: -96%;
}

.focus-within\:-my-97\%:focus-within {
  margin-top: -97%;
  margin-bottom: -97%;
}

.focus-within\:-mx-97\%:focus-within {
  margin-left: -97%;
  margin-right: -97%;
}

.focus-within\:-my-98\%:focus-within {
  margin-top: -98%;
  margin-bottom: -98%;
}

.focus-within\:-mx-98\%:focus-within {
  margin-left: -98%;
  margin-right: -98%;
}

.focus-within\:-my-99\%:focus-within {
  margin-top: -99%;
  margin-bottom: -99%;
}

.focus-within\:-mx-99\%:focus-within {
  margin-left: -99%;
  margin-right: -99%;
}

.focus-within\:-my-36vh:focus-within {
  margin-top: -36vh;
  margin-bottom: -36vh;
}

.focus-within\:-mx-36vh:focus-within {
  margin-left: -36vh;
  margin-right: -36vh;
}

.focus-within\:-my-75vh:focus-within {
  margin-top: -75vh;
  margin-bottom: -75vh;
}

.focus-within\:-mx-75vh:focus-within {
  margin-left: -75vh;
  margin-right: -75vh;
}

.focus-within\:-my-78vh:focus-within {
  margin-top: -78vh;
  margin-bottom: -78vh;
}

.focus-within\:-mx-78vh:focus-within {
  margin-left: -78vh;
  margin-right: -78vh;
}

.focus-within\:-my-80vh:focus-within {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.focus-within\:-mx-80vh:focus-within {
  margin-left: -80vh;
  margin-right: -80vh;
}

.focus-within\:-my-82vh:focus-within {
  margin-top: -82vh;
  margin-bottom: -82vh;
}

.focus-within\:-mx-82vh:focus-within {
  margin-left: -82vh;
  margin-right: -82vh;
}

.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-7:focus-within {
  margin-top: 1.75rem;
}

.focus-within\:mr-7:focus-within {
  margin-right: 1.75rem;
}

.focus-within\:mb-7:focus-within {
  margin-bottom: 1.75rem;
}

.focus-within\:ml-7:focus-within {
  margin-left: 1.75rem;
}

.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-9:focus-within {
  margin-top: 2.25rem;
}

.focus-within\:mr-9:focus-within {
  margin-right: 2.25rem;
}

.focus-within\:mb-9:focus-within {
  margin-bottom: 2.25rem;
}

.focus-within\:ml-9:focus-within {
  margin-left: 2.25rem;
}

.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-14:focus-within {
  margin-top: 3.5rem;
}

.focus-within\:mr-14:focus-within {
  margin-right: 3.5rem;
}

.focus-within\:mb-14:focus-within {
  margin-bottom: 3.5rem;
}

.focus-within\:ml-14:focus-within {
  margin-left: 3.5rem;
}

.focus-within\:mt-15:focus-within {
  margin-top: 3.75rem;
}

.focus-within\:mr-15:focus-within {
  margin-right: 3.75rem;
}

.focus-within\:mb-15:focus-within {
  margin-bottom: 3.75rem;
}

.focus-within\:ml-15:focus-within {
  margin-left: 3.75rem;
}

.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-18:focus-within {
  margin-top: 4.5rem;
}

.focus-within\:mr-18:focus-within {
  margin-right: 4.5rem;
}

.focus-within\:mb-18:focus-within {
  margin-bottom: 4.5rem;
}

.focus-within\:ml-18:focus-within {
  margin-left: 4.5rem;
}

.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-21:focus-within {
  margin-top: 5.25rem;
}

.focus-within\:mr-21:focus-within {
  margin-right: 5.25rem;
}

.focus-within\:mb-21:focus-within {
  margin-bottom: 5.25rem;
}

.focus-within\:ml-21:focus-within {
  margin-left: 5.25rem;
}

.focus-within\:mt-22:focus-within {
  margin-top: 5.5rem;
}

.focus-within\:mr-22:focus-within {
  margin-right: 5.5rem;
}

.focus-within\:mb-22:focus-within {
  margin-bottom: 5.5rem;
}

.focus-within\:ml-22:focus-within {
  margin-left: 5.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-26:focus-within {
  margin-top: 6.5rem;
}

.focus-within\:mr-26:focus-within {
  margin-right: 6.5rem;
}

.focus-within\:mb-26:focus-within {
  margin-bottom: 6.5rem;
}

.focus-within\:ml-26:focus-within {
  margin-left: 6.5rem;
}

.focus-within\:mt-28:focus-within {
  margin-top: 7rem;
}

.focus-within\:mr-28:focus-within {
  margin-right: 7rem;
}

.focus-within\:mb-28:focus-within {
  margin-bottom: 7rem;
}

.focus-within\:ml-28:focus-within {
  margin-left: 7rem;
}

.focus-within\:mt-30:focus-within {
  margin-top: 7.5rem;
}

.focus-within\:mr-30:focus-within {
  margin-right: 7.5rem;
}

.focus-within\:mb-30:focus-within {
  margin-bottom: 7.5rem;
}

.focus-within\:ml-30:focus-within {
  margin-left: 7.5rem;
}

.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-34:focus-within {
  margin-top: 8.5rem;
}

.focus-within\:mr-34:focus-within {
  margin-right: 8.5rem;
}

.focus-within\:mb-34:focus-within {
  margin-bottom: 8.5rem;
}

.focus-within\:ml-34:focus-within {
  margin-left: 8.5rem;
}

.focus-within\:mt-36:focus-within {
  margin-top: 9rem;
}

.focus-within\:mr-36:focus-within {
  margin-right: 9rem;
}

.focus-within\:mb-36:focus-within {
  margin-bottom: 9rem;
}

.focus-within\:ml-36:focus-within {
  margin-left: 9rem;
}

.focus-within\:mt-38:focus-within {
  margin-top: 9.5rem;
}

.focus-within\:mr-38:focus-within {
  margin-right: 9.5rem;
}

.focus-within\:mb-38:focus-within {
  margin-bottom: 9.5rem;
}

.focus-within\:ml-38:focus-within {
  margin-left: 9.5rem;
}

.focus-within\:mt-40:focus-within {
  margin-top: 10rem;
}

.focus-within\:mr-40:focus-within {
  margin-right: 10rem;
}

.focus-within\:mb-40:focus-within {
  margin-bottom: 10rem;
}

.focus-within\:ml-40:focus-within {
  margin-left: 10rem;
}

.focus-within\:mt-44:focus-within {
  margin-top: 11rem;
}

.focus-within\:mr-44:focus-within {
  margin-right: 11rem;
}

.focus-within\:mb-44:focus-within {
  margin-bottom: 11rem;
}

.focus-within\:ml-44:focus-within {
  margin-left: 11rem;
}

.focus-within\:mt-48:focus-within {
  margin-top: 12rem;
}

.focus-within\:mr-48:focus-within {
  margin-right: 12rem;
}

.focus-within\:mb-48:focus-within {
  margin-bottom: 12rem;
}

.focus-within\:ml-48:focus-within {
  margin-left: 12rem;
}

.focus-within\:mt-52:focus-within {
  margin-top: 13rem;
}

.focus-within\:mr-52:focus-within {
  margin-right: 13rem;
}

.focus-within\:mb-52:focus-within {
  margin-bottom: 13rem;
}

.focus-within\:ml-52:focus-within {
  margin-left: 13rem;
}

.focus-within\:mt-53:focus-within {
  margin-top: 13.25rem;
}

.focus-within\:mr-53:focus-within {
  margin-right: 13.25rem;
}

.focus-within\:mb-53:focus-within {
  margin-bottom: 13.25rem;
}

.focus-within\:ml-53:focus-within {
  margin-left: 13.25rem;
}

.focus-within\:mt-54:focus-within {
  margin-top: 13.5rem;
}

.focus-within\:mr-54:focus-within {
  margin-right: 13.5rem;
}

.focus-within\:mb-54:focus-within {
  margin-bottom: 13.5rem;
}

.focus-within\:ml-54:focus-within {
  margin-left: 13.5rem;
}

.focus-within\:mt-56:focus-within {
  margin-top: 14rem;
}

.focus-within\:mr-56:focus-within {
  margin-right: 14rem;
}

.focus-within\:mb-56:focus-within {
  margin-bottom: 14rem;
}

.focus-within\:ml-56:focus-within {
  margin-left: 14rem;
}

.focus-within\:mt-64:focus-within {
  margin-top: 16rem;
}

.focus-within\:mr-64:focus-within {
  margin-right: 16rem;
}

.focus-within\:mb-64:focus-within {
  margin-bottom: 16rem;
}

.focus-within\:ml-64:focus-within {
  margin-left: 16rem;
}

.focus-within\:mt-72:focus-within {
  margin-top: 18rem;
}

.focus-within\:mr-72:focus-within {
  margin-right: 18rem;
}

.focus-within\:mb-72:focus-within {
  margin-bottom: 18rem;
}

.focus-within\:ml-72:focus-within {
  margin-left: 18rem;
}

.focus-within\:mt-74:focus-within {
  margin-top: 18.5rem;
}

.focus-within\:mr-74:focus-within {
  margin-right: 18.5rem;
}

.focus-within\:mb-74:focus-within {
  margin-bottom: 18.5rem;
}

.focus-within\:ml-74:focus-within {
  margin-left: 18.5rem;
}

.focus-within\:mt-76:focus-within {
  margin-top: 19rem;
}

.focus-within\:mr-76:focus-within {
  margin-right: 19rem;
}

.focus-within\:mb-76:focus-within {
  margin-bottom: 19rem;
}

.focus-within\:ml-76:focus-within {
  margin-left: 19rem;
}

.focus-within\:mt-80:focus-within {
  margin-top: 20rem;
}

.focus-within\:mr-80:focus-within {
  margin-right: 20rem;
}

.focus-within\:mb-80:focus-within {
  margin-bottom: 20rem;
}

.focus-within\:ml-80:focus-within {
  margin-left: 20rem;
}

.focus-within\:mt-85:focus-within {
  margin-top: 21.25rem;
}

.focus-within\:mr-85:focus-within {
  margin-right: 21.25rem;
}

.focus-within\:mb-85:focus-within {
  margin-bottom: 21.25rem;
}

.focus-within\:ml-85:focus-within {
  margin-left: 21.25rem;
}

.focus-within\:mt-100:focus-within {
  margin-top: 25rem;
}

.focus-within\:mr-100:focus-within {
  margin-right: 25rem;
}

.focus-within\:mb-100:focus-within {
  margin-bottom: 25rem;
}

.focus-within\:ml-100:focus-within {
  margin-left: 25rem;
}

.focus-within\:mt-105:focus-within {
  margin-top: 26.25rem;
}

.focus-within\:mr-105:focus-within {
  margin-right: 26.25rem;
}

.focus-within\:mb-105:focus-within {
  margin-bottom: 26.25rem;
}

.focus-within\:ml-105:focus-within {
  margin-left: 26.25rem;
}

.focus-within\:mt-107:focus-within {
  margin-top: 26.4rem;
}

.focus-within\:mr-107:focus-within {
  margin-right: 26.4rem;
}

.focus-within\:mb-107:focus-within {
  margin-bottom: 26.4rem;
}

.focus-within\:ml-107:focus-within {
  margin-left: 26.4rem;
}

.focus-within\:mt-110:focus-within {
  margin-top: 27.5rem;
}

.focus-within\:mr-110:focus-within {
  margin-right: 27.5rem;
}

.focus-within\:mb-110:focus-within {
  margin-bottom: 27.5rem;
}

.focus-within\:ml-110:focus-within {
  margin-left: 27.5rem;
}

.focus-within\:mt-120:focus-within {
  margin-top: 30rem;
}

.focus-within\:mr-120:focus-within {
  margin-right: 30rem;
}

.focus-within\:mb-120:focus-within {
  margin-bottom: 30rem;
}

.focus-within\:ml-120:focus-within {
  margin-left: 30rem;
}

.focus-within\:mt-130:focus-within {
  margin-top: 38rem;
}

.focus-within\:mr-130:focus-within {
  margin-right: 38rem;
}

.focus-within\:mb-130:focus-within {
  margin-bottom: 38rem;
}

.focus-within\:ml-130:focus-within {
  margin-left: 38rem;
}

.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-within\:mt-250px:focus-within {
  margin-top: 250px;
}

.focus-within\:mr-250px:focus-within {
  margin-right: 250px;
}

.focus-within\:mb-250px:focus-within {
  margin-bottom: 250px;
}

.focus-within\:ml-250px:focus-within {
  margin-left: 250px;
}

.focus-within\:mt-1\/2\%:focus-within {
  margin-top: 0.5%;
}

.focus-within\:mr-1\/2\%:focus-within {
  margin-right: 0.5%;
}

.focus-within\:mb-1\/2\%:focus-within {
  margin-bottom: 0.5%;
}

.focus-within\:ml-1\/2\%:focus-within {
  margin-left: 0.5%;
}

.focus-within\:mt-1\%:focus-within {
  margin-top: 1%;
}

.focus-within\:mr-1\%:focus-within {
  margin-right: 1%;
}

.focus-within\:mb-1\%:focus-within {
  margin-bottom: 1%;
}

.focus-within\:ml-1\%:focus-within {
  margin-left: 1%;
}

.focus-within\:mt-2\%:focus-within {
  margin-top: 2%;
}

.focus-within\:mr-2\%:focus-within {
  margin-right: 2%;
}

.focus-within\:mb-2\%:focus-within {
  margin-bottom: 2%;
}

.focus-within\:ml-2\%:focus-within {
  margin-left: 2%;
}

.focus-within\:mt-3\%:focus-within {
  margin-top: 3%;
}

.focus-within\:mr-3\%:focus-within {
  margin-right: 3%;
}

.focus-within\:mb-3\%:focus-within {
  margin-bottom: 3%;
}

.focus-within\:ml-3\%:focus-within {
  margin-left: 3%;
}

.focus-within\:mt-4\%:focus-within {
  margin-top: 4%;
}

.focus-within\:mr-4\%:focus-within {
  margin-right: 4%;
}

.focus-within\:mb-4\%:focus-within {
  margin-bottom: 4%;
}

.focus-within\:ml-4\%:focus-within {
  margin-left: 4%;
}

.focus-within\:mt-5\%:focus-within {
  margin-top: 5%;
}

.focus-within\:mr-5\%:focus-within {
  margin-right: 5%;
}

.focus-within\:mb-5\%:focus-within {
  margin-bottom: 5%;
}

.focus-within\:ml-5\%:focus-within {
  margin-left: 5%;
}

.focus-within\:mt-10\%:focus-within {
  margin-top: 10%;
}

.focus-within\:mr-10\%:focus-within {
  margin-right: 10%;
}

.focus-within\:mb-10\%:focus-within {
  margin-bottom: 10%;
}

.focus-within\:ml-10\%:focus-within {
  margin-left: 10%;
}

.focus-within\:mt-20\%:focus-within {
  margin-top: 20%;
}

.focus-within\:mr-20\%:focus-within {
  margin-right: 20%;
}

.focus-within\:mb-20\%:focus-within {
  margin-bottom: 20%;
}

.focus-within\:ml-20\%:focus-within {
  margin-left: 20%;
}

.focus-within\:mt-23\%:focus-within {
  margin-top: 23%;
}

.focus-within\:mr-23\%:focus-within {
  margin-right: 23%;
}

.focus-within\:mb-23\%:focus-within {
  margin-bottom: 23%;
}

.focus-within\:ml-23\%:focus-within {
  margin-left: 23%;
}

.focus-within\:mt-25\%:focus-within {
  margin-top: 25%;
}

.focus-within\:mr-25\%:focus-within {
  margin-right: 25%;
}

.focus-within\:mb-25\%:focus-within {
  margin-bottom: 25%;
}

.focus-within\:ml-25\%:focus-within {
  margin-left: 25%;
}

.focus-within\:mt-26\%:focus-within {
  margin-top: 26%;
}

.focus-within\:mr-26\%:focus-within {
  margin-right: 26%;
}

.focus-within\:mb-26\%:focus-within {
  margin-bottom: 26%;
}

.focus-within\:ml-26\%:focus-within {
  margin-left: 26%;
}

.focus-within\:mt-30\%:focus-within {
  margin-top: 30%;
}

.focus-within\:mr-30\%:focus-within {
  margin-right: 30%;
}

.focus-within\:mb-30\%:focus-within {
  margin-bottom: 30%;
}

.focus-within\:ml-30\%:focus-within {
  margin-left: 30%;
}

.focus-within\:mt-40\%:focus-within {
  margin-top: 40%;
}

.focus-within\:mr-40\%:focus-within {
  margin-right: 40%;
}

.focus-within\:mb-40\%:focus-within {
  margin-bottom: 40%;
}

.focus-within\:ml-40\%:focus-within {
  margin-left: 40%;
}

.focus-within\:mt-50\%:focus-within {
  margin-top: 50%;
}

.focus-within\:mr-50\%:focus-within {
  margin-right: 50%;
}

.focus-within\:mb-50\%:focus-within {
  margin-bottom: 50%;
}

.focus-within\:ml-50\%:focus-within {
  margin-left: 50%;
}

.focus-within\:mt-60\%:focus-within {
  margin-top: 60%;
}

.focus-within\:mr-60\%:focus-within {
  margin-right: 60%;
}

.focus-within\:mb-60\%:focus-within {
  margin-bottom: 60%;
}

.focus-within\:ml-60\%:focus-within {
  margin-left: 60%;
}

.focus-within\:mt-70\%:focus-within {
  margin-top: 70%;
}

.focus-within\:mr-70\%:focus-within {
  margin-right: 70%;
}

.focus-within\:mb-70\%:focus-within {
  margin-bottom: 70%;
}

.focus-within\:ml-70\%:focus-within {
  margin-left: 70%;
}

.focus-within\:mt-80\%:focus-within {
  margin-top: 80%;
}

.focus-within\:mr-80\%:focus-within {
  margin-right: 80%;
}

.focus-within\:mb-80\%:focus-within {
  margin-bottom: 80%;
}

.focus-within\:ml-80\%:focus-within {
  margin-left: 80%;
}

.focus-within\:mt-90\%:focus-within {
  margin-top: 90%;
}

.focus-within\:mr-90\%:focus-within {
  margin-right: 90%;
}

.focus-within\:mb-90\%:focus-within {
  margin-bottom: 90%;
}

.focus-within\:ml-90\%:focus-within {
  margin-left: 90%;
}

.focus-within\:mt-95\%:focus-within {
  margin-top: 95%;
}

.focus-within\:mr-95\%:focus-within {
  margin-right: 95%;
}

.focus-within\:mb-95\%:focus-within {
  margin-bottom: 95%;
}

.focus-within\:ml-95\%:focus-within {
  margin-left: 95%;
}

.focus-within\:mt-96\%:focus-within {
  margin-top: 96%;
}

.focus-within\:mr-96\%:focus-within {
  margin-right: 96%;
}

.focus-within\:mb-96\%:focus-within {
  margin-bottom: 96%;
}

.focus-within\:ml-96\%:focus-within {
  margin-left: 96%;
}

.focus-within\:mt-97\%:focus-within {
  margin-top: 97%;
}

.focus-within\:mr-97\%:focus-within {
  margin-right: 97%;
}

.focus-within\:mb-97\%:focus-within {
  margin-bottom: 97%;
}

.focus-within\:ml-97\%:focus-within {
  margin-left: 97%;
}

.focus-within\:mt-98\%:focus-within {
  margin-top: 98%;
}

.focus-within\:mr-98\%:focus-within {
  margin-right: 98%;
}

.focus-within\:mb-98\%:focus-within {
  margin-bottom: 98%;
}

.focus-within\:ml-98\%:focus-within {
  margin-left: 98%;
}

.focus-within\:mt-99\%:focus-within {
  margin-top: 99%;
}

.focus-within\:mr-99\%:focus-within {
  margin-right: 99%;
}

.focus-within\:mb-99\%:focus-within {
  margin-bottom: 99%;
}

.focus-within\:ml-99\%:focus-within {
  margin-left: 99%;
}

.focus-within\:mt-36vh:focus-within {
  margin-top: 36vh;
}

.focus-within\:mr-36vh:focus-within {
  margin-right: 36vh;
}

.focus-within\:mb-36vh:focus-within {
  margin-bottom: 36vh;
}

.focus-within\:ml-36vh:focus-within {
  margin-left: 36vh;
}

.focus-within\:mt-75vh:focus-within {
  margin-top: 75vh;
}

.focus-within\:mr-75vh:focus-within {
  margin-right: 75vh;
}

.focus-within\:mb-75vh:focus-within {
  margin-bottom: 75vh;
}

.focus-within\:ml-75vh:focus-within {
  margin-left: 75vh;
}

.focus-within\:mt-78vh:focus-within {
  margin-top: 78vh;
}

.focus-within\:mr-78vh:focus-within {
  margin-right: 78vh;
}

.focus-within\:mb-78vh:focus-within {
  margin-bottom: 78vh;
}

.focus-within\:ml-78vh:focus-within {
  margin-left: 78vh;
}

.focus-within\:mt-80vh:focus-within {
  margin-top: 80vh;
}

.focus-within\:mr-80vh:focus-within {
  margin-right: 80vh;
}

.focus-within\:mb-80vh:focus-within {
  margin-bottom: 80vh;
}

.focus-within\:ml-80vh:focus-within {
  margin-left: 80vh;
}

.focus-within\:mt-82vh:focus-within {
  margin-top: 82vh;
}

.focus-within\:mr-82vh:focus-within {
  margin-right: 82vh;
}

.focus-within\:mb-82vh:focus-within {
  margin-bottom: 82vh;
}

.focus-within\:ml-82vh:focus-within {
  margin-left: 82vh;
}

.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-7:focus-within {
  margin-top: -1.75rem;
}

.focus-within\:-mr-7:focus-within {
  margin-right: -1.75rem;
}

.focus-within\:-mb-7:focus-within {
  margin-bottom: -1.75rem;
}

.focus-within\:-ml-7:focus-within {
  margin-left: -1.75rem;
}

.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-9:focus-within {
  margin-top: -2.25rem;
}

.focus-within\:-mr-9:focus-within {
  margin-right: -2.25rem;
}

.focus-within\:-mb-9:focus-within {
  margin-bottom: -2.25rem;
}

.focus-within\:-ml-9:focus-within {
  margin-left: -2.25rem;
}

.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-14:focus-within {
  margin-top: -3.5rem;
}

.focus-within\:-mr-14:focus-within {
  margin-right: -3.5rem;
}

.focus-within\:-mb-14:focus-within {
  margin-bottom: -3.5rem;
}

.focus-within\:-ml-14:focus-within {
  margin-left: -3.5rem;
}

.focus-within\:-mt-15:focus-within {
  margin-top: -3.75rem;
}

.focus-within\:-mr-15:focus-within {
  margin-right: -3.75rem;
}

.focus-within\:-mb-15:focus-within {
  margin-bottom: -3.75rem;
}

.focus-within\:-ml-15:focus-within {
  margin-left: -3.75rem;
}

.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-18:focus-within {
  margin-top: -4.5rem;
}

.focus-within\:-mr-18:focus-within {
  margin-right: -4.5rem;
}

.focus-within\:-mb-18:focus-within {
  margin-bottom: -4.5rem;
}

.focus-within\:-ml-18:focus-within {
  margin-left: -4.5rem;
}

.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-21:focus-within {
  margin-top: -5.25rem;
}

.focus-within\:-mr-21:focus-within {
  margin-right: -5.25rem;
}

.focus-within\:-mb-21:focus-within {
  margin-bottom: -5.25rem;
}

.focus-within\:-ml-21:focus-within {
  margin-left: -5.25rem;
}

.focus-within\:-mt-22:focus-within {
  margin-top: -5.5rem;
}

.focus-within\:-mr-22:focus-within {
  margin-right: -5.5rem;
}

.focus-within\:-mb-22:focus-within {
  margin-bottom: -5.5rem;
}

.focus-within\:-ml-22:focus-within {
  margin-left: -5.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-26:focus-within {
  margin-top: -6.5rem;
}

.focus-within\:-mr-26:focus-within {
  margin-right: -6.5rem;
}

.focus-within\:-mb-26:focus-within {
  margin-bottom: -6.5rem;
}

.focus-within\:-ml-26:focus-within {
  margin-left: -6.5rem;
}

.focus-within\:-mt-28:focus-within {
  margin-top: -7rem;
}

.focus-within\:-mr-28:focus-within {
  margin-right: -7rem;
}

.focus-within\:-mb-28:focus-within {
  margin-bottom: -7rem;
}

.focus-within\:-ml-28:focus-within {
  margin-left: -7rem;
}

.focus-within\:-mt-30:focus-within {
  margin-top: -7.5rem;
}

.focus-within\:-mr-30:focus-within {
  margin-right: -7.5rem;
}

.focus-within\:-mb-30:focus-within {
  margin-bottom: -7.5rem;
}

.focus-within\:-ml-30:focus-within {
  margin-left: -7.5rem;
}

.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-34:focus-within {
  margin-top: -8.5rem;
}

.focus-within\:-mr-34:focus-within {
  margin-right: -8.5rem;
}

.focus-within\:-mb-34:focus-within {
  margin-bottom: -8.5rem;
}

.focus-within\:-ml-34:focus-within {
  margin-left: -8.5rem;
}

.focus-within\:-mt-36:focus-within {
  margin-top: -9rem;
}

.focus-within\:-mr-36:focus-within {
  margin-right: -9rem;
}

.focus-within\:-mb-36:focus-within {
  margin-bottom: -9rem;
}

.focus-within\:-ml-36:focus-within {
  margin-left: -9rem;
}

.focus-within\:-mt-38:focus-within {
  margin-top: -9.5rem;
}

.focus-within\:-mr-38:focus-within {
  margin-right: -9.5rem;
}

.focus-within\:-mb-38:focus-within {
  margin-bottom: -9.5rem;
}

.focus-within\:-ml-38:focus-within {
  margin-left: -9.5rem;
}

.focus-within\:-mt-40:focus-within {
  margin-top: -10rem;
}

.focus-within\:-mr-40:focus-within {
  margin-right: -10rem;
}

.focus-within\:-mb-40:focus-within {
  margin-bottom: -10rem;
}

.focus-within\:-ml-40:focus-within {
  margin-left: -10rem;
}

.focus-within\:-mt-44:focus-within {
  margin-top: -11rem;
}

.focus-within\:-mr-44:focus-within {
  margin-right: -11rem;
}

.focus-within\:-mb-44:focus-within {
  margin-bottom: -11rem;
}

.focus-within\:-ml-44:focus-within {
  margin-left: -11rem;
}

.focus-within\:-mt-48:focus-within {
  margin-top: -12rem;
}

.focus-within\:-mr-48:focus-within {
  margin-right: -12rem;
}

.focus-within\:-mb-48:focus-within {
  margin-bottom: -12rem;
}

.focus-within\:-ml-48:focus-within {
  margin-left: -12rem;
}

.focus-within\:-mt-52:focus-within {
  margin-top: -13rem;
}

.focus-within\:-mr-52:focus-within {
  margin-right: -13rem;
}

.focus-within\:-mb-52:focus-within {
  margin-bottom: -13rem;
}

.focus-within\:-ml-52:focus-within {
  margin-left: -13rem;
}

.focus-within\:-mt-53:focus-within {
  margin-top: -13.25rem;
}

.focus-within\:-mr-53:focus-within {
  margin-right: -13.25rem;
}

.focus-within\:-mb-53:focus-within {
  margin-bottom: -13.25rem;
}

.focus-within\:-ml-53:focus-within {
  margin-left: -13.25rem;
}

.focus-within\:-mt-54:focus-within {
  margin-top: -13.5rem;
}

.focus-within\:-mr-54:focus-within {
  margin-right: -13.5rem;
}

.focus-within\:-mb-54:focus-within {
  margin-bottom: -13.5rem;
}

.focus-within\:-ml-54:focus-within {
  margin-left: -13.5rem;
}

.focus-within\:-mt-56:focus-within {
  margin-top: -14rem;
}

.focus-within\:-mr-56:focus-within {
  margin-right: -14rem;
}

.focus-within\:-mb-56:focus-within {
  margin-bottom: -14rem;
}

.focus-within\:-ml-56:focus-within {
  margin-left: -14rem;
}

.focus-within\:-mt-64:focus-within {
  margin-top: -16rem;
}

.focus-within\:-mr-64:focus-within {
  margin-right: -16rem;
}

.focus-within\:-mb-64:focus-within {
  margin-bottom: -16rem;
}

.focus-within\:-ml-64:focus-within {
  margin-left: -16rem;
}

.focus-within\:-mt-72:focus-within {
  margin-top: -18rem;
}

.focus-within\:-mr-72:focus-within {
  margin-right: -18rem;
}

.focus-within\:-mb-72:focus-within {
  margin-bottom: -18rem;
}

.focus-within\:-ml-72:focus-within {
  margin-left: -18rem;
}

.focus-within\:-mt-74:focus-within {
  margin-top: -18.5rem;
}

.focus-within\:-mr-74:focus-within {
  margin-right: -18.5rem;
}

.focus-within\:-mb-74:focus-within {
  margin-bottom: -18.5rem;
}

.focus-within\:-ml-74:focus-within {
  margin-left: -18.5rem;
}

.focus-within\:-mt-76:focus-within {
  margin-top: -19rem;
}

.focus-within\:-mr-76:focus-within {
  margin-right: -19rem;
}

.focus-within\:-mb-76:focus-within {
  margin-bottom: -19rem;
}

.focus-within\:-ml-76:focus-within {
  margin-left: -19rem;
}

.focus-within\:-mt-80:focus-within {
  margin-top: -20rem;
}

.focus-within\:-mr-80:focus-within {
  margin-right: -20rem;
}

.focus-within\:-mb-80:focus-within {
  margin-bottom: -20rem;
}

.focus-within\:-ml-80:focus-within {
  margin-left: -20rem;
}

.focus-within\:-mt-85:focus-within {
  margin-top: -21.25rem;
}

.focus-within\:-mr-85:focus-within {
  margin-right: -21.25rem;
}

.focus-within\:-mb-85:focus-within {
  margin-bottom: -21.25rem;
}

.focus-within\:-ml-85:focus-within {
  margin-left: -21.25rem;
}

.focus-within\:-mt-100:focus-within {
  margin-top: -25rem;
}

.focus-within\:-mr-100:focus-within {
  margin-right: -25rem;
}

.focus-within\:-mb-100:focus-within {
  margin-bottom: -25rem;
}

.focus-within\:-ml-100:focus-within {
  margin-left: -25rem;
}

.focus-within\:-mt-105:focus-within {
  margin-top: -26.25rem;
}

.focus-within\:-mr-105:focus-within {
  margin-right: -26.25rem;
}

.focus-within\:-mb-105:focus-within {
  margin-bottom: -26.25rem;
}

.focus-within\:-ml-105:focus-within {
  margin-left: -26.25rem;
}

.focus-within\:-mt-107:focus-within {
  margin-top: -26.4rem;
}

.focus-within\:-mr-107:focus-within {
  margin-right: -26.4rem;
}

.focus-within\:-mb-107:focus-within {
  margin-bottom: -26.4rem;
}

.focus-within\:-ml-107:focus-within {
  margin-left: -26.4rem;
}

.focus-within\:-mt-110:focus-within {
  margin-top: -27.5rem;
}

.focus-within\:-mr-110:focus-within {
  margin-right: -27.5rem;
}

.focus-within\:-mb-110:focus-within {
  margin-bottom: -27.5rem;
}

.focus-within\:-ml-110:focus-within {
  margin-left: -27.5rem;
}

.focus-within\:-mt-120:focus-within {
  margin-top: -30rem;
}

.focus-within\:-mr-120:focus-within {
  margin-right: -30rem;
}

.focus-within\:-mb-120:focus-within {
  margin-bottom: -30rem;
}

.focus-within\:-ml-120:focus-within {
  margin-left: -30rem;
}

.focus-within\:-mt-130:focus-within {
  margin-top: -38rem;
}

.focus-within\:-mr-130:focus-within {
  margin-right: -38rem;
}

.focus-within\:-mb-130:focus-within {
  margin-bottom: -38rem;
}

.focus-within\:-ml-130:focus-within {
  margin-left: -38rem;
}

.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-within\:-mt-250px:focus-within {
  margin-top: -250px;
}

.focus-within\:-mr-250px:focus-within {
  margin-right: -250px;
}

.focus-within\:-mb-250px:focus-within {
  margin-bottom: -250px;
}

.focus-within\:-ml-250px:focus-within {
  margin-left: -250px;
}

.focus-within\:-mt-1\/2\%:focus-within {
  margin-top: -0.5%;
}

.focus-within\:-mr-1\/2\%:focus-within {
  margin-right: -0.5%;
}

.focus-within\:-mb-1\/2\%:focus-within {
  margin-bottom: -0.5%;
}

.focus-within\:-ml-1\/2\%:focus-within {
  margin-left: -0.5%;
}

.focus-within\:-mt-1\%:focus-within {
  margin-top: -1%;
}

.focus-within\:-mr-1\%:focus-within {
  margin-right: -1%;
}

.focus-within\:-mb-1\%:focus-within {
  margin-bottom: -1%;
}

.focus-within\:-ml-1\%:focus-within {
  margin-left: -1%;
}

.focus-within\:-mt-2\%:focus-within {
  margin-top: -2%;
}

.focus-within\:-mr-2\%:focus-within {
  margin-right: -2%;
}

.focus-within\:-mb-2\%:focus-within {
  margin-bottom: -2%;
}

.focus-within\:-ml-2\%:focus-within {
  margin-left: -2%;
}

.focus-within\:-mt-3\%:focus-within {
  margin-top: -3%;
}

.focus-within\:-mr-3\%:focus-within {
  margin-right: -3%;
}

.focus-within\:-mb-3\%:focus-within {
  margin-bottom: -3%;
}

.focus-within\:-ml-3\%:focus-within {
  margin-left: -3%;
}

.focus-within\:-mt-4\%:focus-within {
  margin-top: -4%;
}

.focus-within\:-mr-4\%:focus-within {
  margin-right: -4%;
}

.focus-within\:-mb-4\%:focus-within {
  margin-bottom: -4%;
}

.focus-within\:-ml-4\%:focus-within {
  margin-left: -4%;
}

.focus-within\:-mt-5\%:focus-within {
  margin-top: -5%;
}

.focus-within\:-mr-5\%:focus-within {
  margin-right: -5%;
}

.focus-within\:-mb-5\%:focus-within {
  margin-bottom: -5%;
}

.focus-within\:-ml-5\%:focus-within {
  margin-left: -5%;
}

.focus-within\:-mt-10\%:focus-within {
  margin-top: -10%;
}

.focus-within\:-mr-10\%:focus-within {
  margin-right: -10%;
}

.focus-within\:-mb-10\%:focus-within {
  margin-bottom: -10%;
}

.focus-within\:-ml-10\%:focus-within {
  margin-left: -10%;
}

.focus-within\:-mt-20\%:focus-within {
  margin-top: -20%;
}

.focus-within\:-mr-20\%:focus-within {
  margin-right: -20%;
}

.focus-within\:-mb-20\%:focus-within {
  margin-bottom: -20%;
}

.focus-within\:-ml-20\%:focus-within {
  margin-left: -20%;
}

.focus-within\:-mt-23\%:focus-within {
  margin-top: -23%;
}

.focus-within\:-mr-23\%:focus-within {
  margin-right: -23%;
}

.focus-within\:-mb-23\%:focus-within {
  margin-bottom: -23%;
}

.focus-within\:-ml-23\%:focus-within {
  margin-left: -23%;
}

.focus-within\:-mt-25\%:focus-within {
  margin-top: -25%;
}

.focus-within\:-mr-25\%:focus-within {
  margin-right: -25%;
}

.focus-within\:-mb-25\%:focus-within {
  margin-bottom: -25%;
}

.focus-within\:-ml-25\%:focus-within {
  margin-left: -25%;
}

.focus-within\:-mt-26\%:focus-within {
  margin-top: -26%;
}

.focus-within\:-mr-26\%:focus-within {
  margin-right: -26%;
}

.focus-within\:-mb-26\%:focus-within {
  margin-bottom: -26%;
}

.focus-within\:-ml-26\%:focus-within {
  margin-left: -26%;
}

.focus-within\:-mt-30\%:focus-within {
  margin-top: -30%;
}

.focus-within\:-mr-30\%:focus-within {
  margin-right: -30%;
}

.focus-within\:-mb-30\%:focus-within {
  margin-bottom: -30%;
}

.focus-within\:-ml-30\%:focus-within {
  margin-left: -30%;
}

.focus-within\:-mt-40\%:focus-within {
  margin-top: -40%;
}

.focus-within\:-mr-40\%:focus-within {
  margin-right: -40%;
}

.focus-within\:-mb-40\%:focus-within {
  margin-bottom: -40%;
}

.focus-within\:-ml-40\%:focus-within {
  margin-left: -40%;
}

.focus-within\:-mt-50\%:focus-within {
  margin-top: -50%;
}

.focus-within\:-mr-50\%:focus-within {
  margin-right: -50%;
}

.focus-within\:-mb-50\%:focus-within {
  margin-bottom: -50%;
}

.focus-within\:-ml-50\%:focus-within {
  margin-left: -50%;
}

.focus-within\:-mt-60\%:focus-within {
  margin-top: -60%;
}

.focus-within\:-mr-60\%:focus-within {
  margin-right: -60%;
}

.focus-within\:-mb-60\%:focus-within {
  margin-bottom: -60%;
}

.focus-within\:-ml-60\%:focus-within {
  margin-left: -60%;
}

.focus-within\:-mt-70\%:focus-within {
  margin-top: -70%;
}

.focus-within\:-mr-70\%:focus-within {
  margin-right: -70%;
}

.focus-within\:-mb-70\%:focus-within {
  margin-bottom: -70%;
}

.focus-within\:-ml-70\%:focus-within {
  margin-left: -70%;
}

.focus-within\:-mt-80\%:focus-within {
  margin-top: -80%;
}

.focus-within\:-mr-80\%:focus-within {
  margin-right: -80%;
}

.focus-within\:-mb-80\%:focus-within {
  margin-bottom: -80%;
}

.focus-within\:-ml-80\%:focus-within {
  margin-left: -80%;
}

.focus-within\:-mt-90\%:focus-within {
  margin-top: -90%;
}

.focus-within\:-mr-90\%:focus-within {
  margin-right: -90%;
}

.focus-within\:-mb-90\%:focus-within {
  margin-bottom: -90%;
}

.focus-within\:-ml-90\%:focus-within {
  margin-left: -90%;
}

.focus-within\:-mt-95\%:focus-within {
  margin-top: -95%;
}

.focus-within\:-mr-95\%:focus-within {
  margin-right: -95%;
}

.focus-within\:-mb-95\%:focus-within {
  margin-bottom: -95%;
}

.focus-within\:-ml-95\%:focus-within {
  margin-left: -95%;
}

.focus-within\:-mt-96\%:focus-within {
  margin-top: -96%;
}

.focus-within\:-mr-96\%:focus-within {
  margin-right: -96%;
}

.focus-within\:-mb-96\%:focus-within {
  margin-bottom: -96%;
}

.focus-within\:-ml-96\%:focus-within {
  margin-left: -96%;
}

.focus-within\:-mt-97\%:focus-within {
  margin-top: -97%;
}

.focus-within\:-mr-97\%:focus-within {
  margin-right: -97%;
}

.focus-within\:-mb-97\%:focus-within {
  margin-bottom: -97%;
}

.focus-within\:-ml-97\%:focus-within {
  margin-left: -97%;
}

.focus-within\:-mt-98\%:focus-within {
  margin-top: -98%;
}

.focus-within\:-mr-98\%:focus-within {
  margin-right: -98%;
}

.focus-within\:-mb-98\%:focus-within {
  margin-bottom: -98%;
}

.focus-within\:-ml-98\%:focus-within {
  margin-left: -98%;
}

.focus-within\:-mt-99\%:focus-within {
  margin-top: -99%;
}

.focus-within\:-mr-99\%:focus-within {
  margin-right: -99%;
}

.focus-within\:-mb-99\%:focus-within {
  margin-bottom: -99%;
}

.focus-within\:-ml-99\%:focus-within {
  margin-left: -99%;
}

.focus-within\:-mt-36vh:focus-within {
  margin-top: -36vh;
}

.focus-within\:-mr-36vh:focus-within {
  margin-right: -36vh;
}

.focus-within\:-mb-36vh:focus-within {
  margin-bottom: -36vh;
}

.focus-within\:-ml-36vh:focus-within {
  margin-left: -36vh;
}

.focus-within\:-mt-75vh:focus-within {
  margin-top: -75vh;
}

.focus-within\:-mr-75vh:focus-within {
  margin-right: -75vh;
}

.focus-within\:-mb-75vh:focus-within {
  margin-bottom: -75vh;
}

.focus-within\:-ml-75vh:focus-within {
  margin-left: -75vh;
}

.focus-within\:-mt-78vh:focus-within {
  margin-top: -78vh;
}

.focus-within\:-mr-78vh:focus-within {
  margin-right: -78vh;
}

.focus-within\:-mb-78vh:focus-within {
  margin-bottom: -78vh;
}

.focus-within\:-ml-78vh:focus-within {
  margin-left: -78vh;
}

.focus-within\:-mt-80vh:focus-within {
  margin-top: -80vh;
}

.focus-within\:-mr-80vh:focus-within {
  margin-right: -80vh;
}

.focus-within\:-mb-80vh:focus-within {
  margin-bottom: -80vh;
}

.focus-within\:-ml-80vh:focus-within {
  margin-left: -80vh;
}

.focus-within\:-mt-82vh:focus-within {
  margin-top: -82vh;
}

.focus-within\:-mr-82vh:focus-within {
  margin-right: -82vh;
}

.focus-within\:-mb-82vh:focus-within {
  margin-bottom: -82vh;
}

.focus-within\:-ml-82vh:focus-within {
  margin-left: -82vh;
}

.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-7 {
  margin: 1.75rem;
}

.group:hover .group-hover\:m-8 {
  margin: 2rem;
}

.group:hover .group-hover\:m-9 {
  margin: 2.25rem;
}

.group:hover .group-hover\:m-10 {
  margin: 2.5rem;
}

.group:hover .group-hover\:m-12 {
  margin: 3rem;
}

.group:hover .group-hover\:m-14 {
  margin: 3.5rem;
}

.group:hover .group-hover\:m-15 {
  margin: 3.75rem;
}

.group:hover .group-hover\:m-16 {
  margin: 4rem;
}

.group:hover .group-hover\:m-18 {
  margin: 4.5rem;
}

.group:hover .group-hover\:m-20 {
  margin: 5rem;
}

.group:hover .group-hover\:m-21 {
  margin: 5.25rem;
}

.group:hover .group-hover\:m-22 {
  margin: 5.5rem;
}

.group:hover .group-hover\:m-24 {
  margin: 6rem;
}

.group:hover .group-hover\:m-26 {
  margin: 6.5rem;
}

.group:hover .group-hover\:m-28 {
  margin: 7rem;
}

.group:hover .group-hover\:m-30 {
  margin: 7.5rem;
}

.group:hover .group-hover\:m-32 {
  margin: 8rem;
}

.group:hover .group-hover\:m-34 {
  margin: 8.5rem;
}

.group:hover .group-hover\:m-36 {
  margin: 9rem;
}

.group:hover .group-hover\:m-38 {
  margin: 9.5rem;
}

.group:hover .group-hover\:m-40 {
  margin: 10rem;
}

.group:hover .group-hover\:m-44 {
  margin: 11rem;
}

.group:hover .group-hover\:m-48 {
  margin: 12rem;
}

.group:hover .group-hover\:m-52 {
  margin: 13rem;
}

.group:hover .group-hover\:m-53 {
  margin: 13.25rem;
}

.group:hover .group-hover\:m-54 {
  margin: 13.5rem;
}

.group:hover .group-hover\:m-56 {
  margin: 14rem;
}

.group:hover .group-hover\:m-64 {
  margin: 16rem;
}

.group:hover .group-hover\:m-72 {
  margin: 18rem;
}

.group:hover .group-hover\:m-74 {
  margin: 18.5rem;
}

.group:hover .group-hover\:m-76 {
  margin: 19rem;
}

.group:hover .group-hover\:m-80 {
  margin: 20rem;
}

.group:hover .group-hover\:m-85 {
  margin: 21.25rem;
}

.group:hover .group-hover\:m-100 {
  margin: 25rem;
}

.group:hover .group-hover\:m-105 {
  margin: 26.25rem;
}

.group:hover .group-hover\:m-107 {
  margin: 26.4rem;
}

.group:hover .group-hover\:m-110 {
  margin: 27.5rem;
}

.group:hover .group-hover\:m-120 {
  margin: 30rem;
}

.group:hover .group-hover\:m-130 {
  margin: 38rem;
}

.group:hover .group-hover\:m-auto {
  margin: auto;
}

.group:hover .group-hover\:m-px {
  margin: 1px;
}

.group:hover .group-hover\:m-250px {
  margin: 250px;
}

.group:hover .group-hover\:m-1\/2\% {
  margin: 0.5%;
}

.group:hover .group-hover\:m-1\% {
  margin: 1%;
}

.group:hover .group-hover\:m-2\% {
  margin: 2%;
}

.group:hover .group-hover\:m-3\% {
  margin: 3%;
}

.group:hover .group-hover\:m-4\% {
  margin: 4%;
}

.group:hover .group-hover\:m-5\% {
  margin: 5%;
}

.group:hover .group-hover\:m-10\% {
  margin: 10%;
}

.group:hover .group-hover\:m-20\% {
  margin: 20%;
}

.group:hover .group-hover\:m-23\% {
  margin: 23%;
}

.group:hover .group-hover\:m-25\% {
  margin: 25%;
}

.group:hover .group-hover\:m-26\% {
  margin: 26%;
}

.group:hover .group-hover\:m-30\% {
  margin: 30%;
}

.group:hover .group-hover\:m-40\% {
  margin: 40%;
}

.group:hover .group-hover\:m-50\% {
  margin: 50%;
}

.group:hover .group-hover\:m-60\% {
  margin: 60%;
}

.group:hover .group-hover\:m-70\% {
  margin: 70%;
}

.group:hover .group-hover\:m-80\% {
  margin: 80%;
}

.group:hover .group-hover\:m-90\% {
  margin: 90%;
}

.group:hover .group-hover\:m-95\% {
  margin: 95%;
}

.group:hover .group-hover\:m-96\% {
  margin: 96%;
}

.group:hover .group-hover\:m-97\% {
  margin: 97%;
}

.group:hover .group-hover\:m-98\% {
  margin: 98%;
}

.group:hover .group-hover\:m-99\% {
  margin: 99%;
}

.group:hover .group-hover\:m-36vh {
  margin: 36vh;
}

.group:hover .group-hover\:m-75vh {
  margin: 75vh;
}

.group:hover .group-hover\:m-78vh {
  margin: 78vh;
}

.group:hover .group-hover\:m-80vh {
  margin: 80vh;
}

.group:hover .group-hover\:m-82vh {
  margin: 82vh;
}

.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-7 {
  margin: -1.75rem;
}

.group:hover .group-hover\:-m-8 {
  margin: -2rem;
}

.group:hover .group-hover\:-m-9 {
  margin: -2.25rem;
}

.group:hover .group-hover\:-m-10 {
  margin: -2.5rem;
}

.group:hover .group-hover\:-m-12 {
  margin: -3rem;
}

.group:hover .group-hover\:-m-14 {
  margin: -3.5rem;
}

.group:hover .group-hover\:-m-15 {
  margin: -3.75rem;
}

.group:hover .group-hover\:-m-16 {
  margin: -4rem;
}

.group:hover .group-hover\:-m-18 {
  margin: -4.5rem;
}

.group:hover .group-hover\:-m-20 {
  margin: -5rem;
}

.group:hover .group-hover\:-m-21 {
  margin: -5.25rem;
}

.group:hover .group-hover\:-m-22 {
  margin: -5.5rem;
}

.group:hover .group-hover\:-m-24 {
  margin: -6rem;
}

.group:hover .group-hover\:-m-26 {
  margin: -6.5rem;
}

.group:hover .group-hover\:-m-28 {
  margin: -7rem;
}

.group:hover .group-hover\:-m-30 {
  margin: -7.5rem;
}

.group:hover .group-hover\:-m-32 {
  margin: -8rem;
}

.group:hover .group-hover\:-m-34 {
  margin: -8.5rem;
}

.group:hover .group-hover\:-m-36 {
  margin: -9rem;
}

.group:hover .group-hover\:-m-38 {
  margin: -9.5rem;
}

.group:hover .group-hover\:-m-40 {
  margin: -10rem;
}

.group:hover .group-hover\:-m-44 {
  margin: -11rem;
}

.group:hover .group-hover\:-m-48 {
  margin: -12rem;
}

.group:hover .group-hover\:-m-52 {
  margin: -13rem;
}

.group:hover .group-hover\:-m-53 {
  margin: -13.25rem;
}

.group:hover .group-hover\:-m-54 {
  margin: -13.5rem;
}

.group:hover .group-hover\:-m-56 {
  margin: -14rem;
}

.group:hover .group-hover\:-m-64 {
  margin: -16rem;
}

.group:hover .group-hover\:-m-72 {
  margin: -18rem;
}

.group:hover .group-hover\:-m-74 {
  margin: -18.5rem;
}

.group:hover .group-hover\:-m-76 {
  margin: -19rem;
}

.group:hover .group-hover\:-m-80 {
  margin: -20rem;
}

.group:hover .group-hover\:-m-85 {
  margin: -21.25rem;
}

.group:hover .group-hover\:-m-100 {
  margin: -25rem;
}

.group:hover .group-hover\:-m-105 {
  margin: -26.25rem;
}

.group:hover .group-hover\:-m-107 {
  margin: -26.4rem;
}

.group:hover .group-hover\:-m-110 {
  margin: -27.5rem;
}

.group:hover .group-hover\:-m-120 {
  margin: -30rem;
}

.group:hover .group-hover\:-m-130 {
  margin: -38rem;
}

.group:hover .group-hover\:-m-px {
  margin: -1px;
}

.group:hover .group-hover\:-m-250px {
  margin: -250px;
}

.group:hover .group-hover\:-m-1\/2\% {
  margin: -0.5%;
}

.group:hover .group-hover\:-m-1\% {
  margin: -1%;
}

.group:hover .group-hover\:-m-2\% {
  margin: -2%;
}

.group:hover .group-hover\:-m-3\% {
  margin: -3%;
}

.group:hover .group-hover\:-m-4\% {
  margin: -4%;
}

.group:hover .group-hover\:-m-5\% {
  margin: -5%;
}

.group:hover .group-hover\:-m-10\% {
  margin: -10%;
}

.group:hover .group-hover\:-m-20\% {
  margin: -20%;
}

.group:hover .group-hover\:-m-23\% {
  margin: -23%;
}

.group:hover .group-hover\:-m-25\% {
  margin: -25%;
}

.group:hover .group-hover\:-m-26\% {
  margin: -26%;
}

.group:hover .group-hover\:-m-30\% {
  margin: -30%;
}

.group:hover .group-hover\:-m-40\% {
  margin: -40%;
}

.group:hover .group-hover\:-m-50\% {
  margin: -50%;
}

.group:hover .group-hover\:-m-60\% {
  margin: -60%;
}

.group:hover .group-hover\:-m-70\% {
  margin: -70%;
}

.group:hover .group-hover\:-m-80\% {
  margin: -80%;
}

.group:hover .group-hover\:-m-90\% {
  margin: -90%;
}

.group:hover .group-hover\:-m-95\% {
  margin: -95%;
}

.group:hover .group-hover\:-m-96\% {
  margin: -96%;
}

.group:hover .group-hover\:-m-97\% {
  margin: -97%;
}

.group:hover .group-hover\:-m-98\% {
  margin: -98%;
}

.group:hover .group-hover\:-m-99\% {
  margin: -99%;
}

.group:hover .group-hover\:-m-36vh {
  margin: -36vh;
}

.group:hover .group-hover\:-m-75vh {
  margin: -75vh;
}

.group:hover .group-hover\:-m-78vh {
  margin: -78vh;
}

.group:hover .group-hover\:-m-80vh {
  margin: -80vh;
}

.group:hover .group-hover\:-m-82vh {
  margin: -82vh;
}

.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-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.group:hover .group-hover\:mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.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-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.group:hover .group-hover\:mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.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-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.group:hover .group-hover\:mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.group:hover .group-hover\:my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.group:hover .group-hover\:mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.group:hover .group-hover\:my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.group:hover .group-hover\:mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.group:hover .group-hover\:my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.group:hover .group-hover\:mx-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.group:hover .group-hover\:my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.group:hover .group-hover\:mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.group:hover .group-hover\:my-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.group:hover .group-hover\:mx-21 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.group:hover .group-hover\:my-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.group:hover .group-hover\:mx-22 {
  margin-left: 5.5rem;
  margin-right: 5.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-26 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.group:hover .group-hover\:mx-26 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.group:hover .group-hover\:my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.group:hover .group-hover\:mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.group:hover .group-hover\:my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.group:hover .group-hover\:mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.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-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.group:hover .group-hover\:mx-34 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.group:hover .group-hover\:my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.group:hover .group-hover\:mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.group:hover .group-hover\:my-38 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.group:hover .group-hover\:mx-38 {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.group:hover .group-hover\:my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.group:hover .group-hover\:mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.group:hover .group-hover\:my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.group:hover .group-hover\:mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.group:hover .group-hover\:my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.group:hover .group-hover\:mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.group:hover .group-hover\:my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.group:hover .group-hover\:mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.group:hover .group-hover\:my-53 {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.group:hover .group-hover\:mx-53 {
  margin-left: 13.25rem;
  margin-right: 13.25rem;
}

.group:hover .group-hover\:my-54 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.group:hover .group-hover\:mx-54 {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

.group:hover .group-hover\:my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.group:hover .group-hover\:mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.group:hover .group-hover\:my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.group:hover .group-hover\:mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.group:hover .group-hover\:my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.group:hover .group-hover\:mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.group:hover .group-hover\:my-74 {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.group:hover .group-hover\:mx-74 {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.group:hover .group-hover\:my-76 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.group:hover .group-hover\:mx-76 {
  margin-left: 19rem;
  margin-right: 19rem;
}

.group:hover .group-hover\:my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.group:hover .group-hover\:mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.group:hover .group-hover\:my-85 {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.group:hover .group-hover\:mx-85 {
  margin-left: 21.25rem;
  margin-right: 21.25rem;
}

.group:hover .group-hover\:my-100 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.group:hover .group-hover\:mx-100 {
  margin-left: 25rem;
  margin-right: 25rem;
}

.group:hover .group-hover\:my-105 {
  margin-top: 26.25rem;
  margin-bottom: 26.25rem;
}

.group:hover .group-hover\:mx-105 {
  margin-left: 26.25rem;
  margin-right: 26.25rem;
}

.group:hover .group-hover\:my-107 {
  margin-top: 26.4rem;
  margin-bottom: 26.4rem;
}

.group:hover .group-hover\:mx-107 {
  margin-left: 26.4rem;
  margin-right: 26.4rem;
}

.group:hover .group-hover\:my-110 {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.group:hover .group-hover\:mx-110 {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

.group:hover .group-hover\:my-120 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.group:hover .group-hover\:mx-120 {
  margin-left: 30rem;
  margin-right: 30rem;
}

.group:hover .group-hover\:my-130 {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.group:hover .group-hover\:mx-130 {
  margin-left: 38rem;
  margin-right: 38rem;
}

.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\:my-250px {
  margin-top: 250px;
  margin-bottom: 250px;
}

.group:hover .group-hover\:mx-250px {
  margin-left: 250px;
  margin-right: 250px;
}

.group:hover .group-hover\:my-1\/2\% {
  margin-top: 0.5%;
  margin-bottom: 0.5%;
}

.group:hover .group-hover\:mx-1\/2\% {
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.group:hover .group-hover\:my-1\% {
  margin-top: 1%;
  margin-bottom: 1%;
}

.group:hover .group-hover\:mx-1\% {
  margin-left: 1%;
  margin-right: 1%;
}

.group:hover .group-hover\:my-2\% {
  margin-top: 2%;
  margin-bottom: 2%;
}

.group:hover .group-hover\:mx-2\% {
  margin-left: 2%;
  margin-right: 2%;
}

.group:hover .group-hover\:my-3\% {
  margin-top: 3%;
  margin-bottom: 3%;
}

.group:hover .group-hover\:mx-3\% {
  margin-left: 3%;
  margin-right: 3%;
}

.group:hover .group-hover\:my-4\% {
  margin-top: 4%;
  margin-bottom: 4%;
}

.group:hover .group-hover\:mx-4\% {
  margin-left: 4%;
  margin-right: 4%;
}

.group:hover .group-hover\:my-5\% {
  margin-top: 5%;
  margin-bottom: 5%;
}

.group:hover .group-hover\:mx-5\% {
  margin-left: 5%;
  margin-right: 5%;
}

.group:hover .group-hover\:my-10\% {
  margin-top: 10%;
  margin-bottom: 10%;
}

.group:hover .group-hover\:mx-10\% {
  margin-left: 10%;
  margin-right: 10%;
}

.group:hover .group-hover\:my-20\% {
  margin-top: 20%;
  margin-bottom: 20%;
}

.group:hover .group-hover\:mx-20\% {
  margin-left: 20%;
  margin-right: 20%;
}

.group:hover .group-hover\:my-23\% {
  margin-top: 23%;
  margin-bottom: 23%;
}

.group:hover .group-hover\:mx-23\% {
  margin-left: 23%;
  margin-right: 23%;
}

.group:hover .group-hover\:my-25\% {
  margin-top: 25%;
  margin-bottom: 25%;
}

.group:hover .group-hover\:mx-25\% {
  margin-left: 25%;
  margin-right: 25%;
}

.group:hover .group-hover\:my-26\% {
  margin-top: 26%;
  margin-bottom: 26%;
}

.group:hover .group-hover\:mx-26\% {
  margin-left: 26%;
  margin-right: 26%;
}

.group:hover .group-hover\:my-30\% {
  margin-top: 30%;
  margin-bottom: 30%;
}

.group:hover .group-hover\:mx-30\% {
  margin-left: 30%;
  margin-right: 30%;
}

.group:hover .group-hover\:my-40\% {
  margin-top: 40%;
  margin-bottom: 40%;
}

.group:hover .group-hover\:mx-40\% {
  margin-left: 40%;
  margin-right: 40%;
}

.group:hover .group-hover\:my-50\% {
  margin-top: 50%;
  margin-bottom: 50%;
}

.group:hover .group-hover\:mx-50\% {
  margin-left: 50%;
  margin-right: 50%;
}

.group:hover .group-hover\:my-60\% {
  margin-top: 60%;
  margin-bottom: 60%;
}

.group:hover .group-hover\:mx-60\% {
  margin-left: 60%;
  margin-right: 60%;
}

.group:hover .group-hover\:my-70\% {
  margin-top: 70%;
  margin-bottom: 70%;
}

.group:hover .group-hover\:mx-70\% {
  margin-left: 70%;
  margin-right: 70%;
}

.group:hover .group-hover\:my-80\% {
  margin-top: 80%;
  margin-bottom: 80%;
}

.group:hover .group-hover\:mx-80\% {
  margin-left: 80%;
  margin-right: 80%;
}

.group:hover .group-hover\:my-90\% {
  margin-top: 90%;
  margin-bottom: 90%;
}

.group:hover .group-hover\:mx-90\% {
  margin-left: 90%;
  margin-right: 90%;
}

.group:hover .group-hover\:my-95\% {
  margin-top: 95%;
  margin-bottom: 95%;
}

.group:hover .group-hover\:mx-95\% {
  margin-left: 95%;
  margin-right: 95%;
}

.group:hover .group-hover\:my-96\% {
  margin-top: 96%;
  margin-bottom: 96%;
}

.group:hover .group-hover\:mx-96\% {
  margin-left: 96%;
  margin-right: 96%;
}

.group:hover .group-hover\:my-97\% {
  margin-top: 97%;
  margin-bottom: 97%;
}

.group:hover .group-hover\:mx-97\% {
  margin-left: 97%;
  margin-right: 97%;
}

.group:hover .group-hover\:my-98\% {
  margin-top: 98%;
  margin-bottom: 98%;
}

.group:hover .group-hover\:mx-98\% {
  margin-left: 98%;
  margin-right: 98%;
}

.group:hover .group-hover\:my-99\% {
  margin-top: 99%;
  margin-bottom: 99%;
}

.group:hover .group-hover\:mx-99\% {
  margin-left: 99%;
  margin-right: 99%;
}

.group:hover .group-hover\:my-36vh {
  margin-top: 36vh;
  margin-bottom: 36vh;
}

.group:hover .group-hover\:mx-36vh {
  margin-left: 36vh;
  margin-right: 36vh;
}

.group:hover .group-hover\:my-75vh {
  margin-top: 75vh;
  margin-bottom: 75vh;
}

.group:hover .group-hover\:mx-75vh {
  margin-left: 75vh;
  margin-right: 75vh;
}

.group:hover .group-hover\:my-78vh {
  margin-top: 78vh;
  margin-bottom: 78vh;
}

.group:hover .group-hover\:mx-78vh {
  margin-left: 78vh;
  margin-right: 78vh;
}

.group:hover .group-hover\:my-80vh {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.group:hover .group-hover\:mx-80vh {
  margin-left: 80vh;
  margin-right: 80vh;
}

.group:hover .group-hover\:my-82vh {
  margin-top: 82vh;
  margin-bottom: 82vh;
}

.group:hover .group-hover\:mx-82vh {
  margin-left: 82vh;
  margin-right: 82vh;
}

.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-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.group:hover .group-hover\:-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.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-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.group:hover .group-hover\:-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.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-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.group:hover .group-hover\:-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.group:hover .group-hover\:-my-15 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.group:hover .group-hover\:-mx-15 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.group:hover .group-hover\:-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.group:hover .group-hover\:-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.group:hover .group-hover\:-my-18 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.group:hover .group-hover\:-mx-18 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.group:hover .group-hover\:-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.group:hover .group-hover\:-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.group:hover .group-hover\:-my-21 {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.group:hover .group-hover\:-mx-21 {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.group:hover .group-hover\:-my-22 {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.group:hover .group-hover\:-mx-22 {
  margin-left: -5.5rem;
  margin-right: -5.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-26 {
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.group:hover .group-hover\:-mx-26 {
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.group:hover .group-hover\:-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.group:hover .group-hover\:-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.group:hover .group-hover\:-my-30 {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.group:hover .group-hover\:-mx-30 {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

.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-34 {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.group:hover .group-hover\:-mx-34 {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.group:hover .group-hover\:-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.group:hover .group-hover\:-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.group:hover .group-hover\:-my-38 {
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.group:hover .group-hover\:-mx-38 {
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

.group:hover .group-hover\:-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.group:hover .group-hover\:-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.group:hover .group-hover\:-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.group:hover .group-hover\:-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.group:hover .group-hover\:-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.group:hover .group-hover\:-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.group:hover .group-hover\:-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.group:hover .group-hover\:-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.group:hover .group-hover\:-my-53 {
  margin-top: -13.25rem;
  margin-bottom: -13.25rem;
}

.group:hover .group-hover\:-mx-53 {
  margin-left: -13.25rem;
  margin-right: -13.25rem;
}

.group:hover .group-hover\:-my-54 {
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

.group:hover .group-hover\:-mx-54 {
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

.group:hover .group-hover\:-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.group:hover .group-hover\:-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.group:hover .group-hover\:-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.group:hover .group-hover\:-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.group:hover .group-hover\:-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.group:hover .group-hover\:-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.group:hover .group-hover\:-my-74 {
  margin-top: -18.5rem;
  margin-bottom: -18.5rem;
}

.group:hover .group-hover\:-mx-74 {
  margin-left: -18.5rem;
  margin-right: -18.5rem;
}

.group:hover .group-hover\:-my-76 {
  margin-top: -19rem;
  margin-bottom: -19rem;
}

.group:hover .group-hover\:-mx-76 {
  margin-left: -19rem;
  margin-right: -19rem;
}

.group:hover .group-hover\:-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.group:hover .group-hover\:-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.group:hover .group-hover\:-my-85 {
  margin-top: -21.25rem;
  margin-bottom: -21.25rem;
}

.group:hover .group-hover\:-mx-85 {
  margin-left: -21.25rem;
  margin-right: -21.25rem;
}

.group:hover .group-hover\:-my-100 {
  margin-top: -25rem;
  margin-bottom: -25rem;
}

.group:hover .group-hover\:-mx-100 {
  margin-left: -25rem;
  margin-right: -25rem;
}

.group:hover .group-hover\:-my-105 {
  margin-top: -26.25rem;
  margin-bottom: -26.25rem;
}

.group:hover .group-hover\:-mx-105 {
  margin-left: -26.25rem;
  margin-right: -26.25rem;
}

.group:hover .group-hover\:-my-107 {
  margin-top: -26.4rem;
  margin-bottom: -26.4rem;
}

.group:hover .group-hover\:-mx-107 {
  margin-left: -26.4rem;
  margin-right: -26.4rem;
}

.group:hover .group-hover\:-my-110 {
  margin-top: -27.5rem;
  margin-bottom: -27.5rem;
}

.group:hover .group-hover\:-mx-110 {
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}

.group:hover .group-hover\:-my-120 {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.group:hover .group-hover\:-mx-120 {
  margin-left: -30rem;
  margin-right: -30rem;
}

.group:hover .group-hover\:-my-130 {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.group:hover .group-hover\:-mx-130 {
  margin-left: -38rem;
  margin-right: -38rem;
}

.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\:-my-250px {
  margin-top: -250px;
  margin-bottom: -250px;
}

.group:hover .group-hover\:-mx-250px {
  margin-left: -250px;
  margin-right: -250px;
}

.group:hover .group-hover\:-my-1\/2\% {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}

.group:hover .group-hover\:-mx-1\/2\% {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.group:hover .group-hover\:-my-1\% {
  margin-top: -1%;
  margin-bottom: -1%;
}

.group:hover .group-hover\:-mx-1\% {
  margin-left: -1%;
  margin-right: -1%;
}

.group:hover .group-hover\:-my-2\% {
  margin-top: -2%;
  margin-bottom: -2%;
}

.group:hover .group-hover\:-mx-2\% {
  margin-left: -2%;
  margin-right: -2%;
}

.group:hover .group-hover\:-my-3\% {
  margin-top: -3%;
  margin-bottom: -3%;
}

.group:hover .group-hover\:-mx-3\% {
  margin-left: -3%;
  margin-right: -3%;
}

.group:hover .group-hover\:-my-4\% {
  margin-top: -4%;
  margin-bottom: -4%;
}

.group:hover .group-hover\:-mx-4\% {
  margin-left: -4%;
  margin-right: -4%;
}

.group:hover .group-hover\:-my-5\% {
  margin-top: -5%;
  margin-bottom: -5%;
}

.group:hover .group-hover\:-mx-5\% {
  margin-left: -5%;
  margin-right: -5%;
}

.group:hover .group-hover\:-my-10\% {
  margin-top: -10%;
  margin-bottom: -10%;
}

.group:hover .group-hover\:-mx-10\% {
  margin-left: -10%;
  margin-right: -10%;
}

.group:hover .group-hover\:-my-20\% {
  margin-top: -20%;
  margin-bottom: -20%;
}

.group:hover .group-hover\:-mx-20\% {
  margin-left: -20%;
  margin-right: -20%;
}

.group:hover .group-hover\:-my-23\% {
  margin-top: -23%;
  margin-bottom: -23%;
}

.group:hover .group-hover\:-mx-23\% {
  margin-left: -23%;
  margin-right: -23%;
}

.group:hover .group-hover\:-my-25\% {
  margin-top: -25%;
  margin-bottom: -25%;
}

.group:hover .group-hover\:-mx-25\% {
  margin-left: -25%;
  margin-right: -25%;
}

.group:hover .group-hover\:-my-26\% {
  margin-top: -26%;
  margin-bottom: -26%;
}

.group:hover .group-hover\:-mx-26\% {
  margin-left: -26%;
  margin-right: -26%;
}

.group:hover .group-hover\:-my-30\% {
  margin-top: -30%;
  margin-bottom: -30%;
}

.group:hover .group-hover\:-mx-30\% {
  margin-left: -30%;
  margin-right: -30%;
}

.group:hover .group-hover\:-my-40\% {
  margin-top: -40%;
  margin-bottom: -40%;
}

.group:hover .group-hover\:-mx-40\% {
  margin-left: -40%;
  margin-right: -40%;
}

.group:hover .group-hover\:-my-50\% {
  margin-top: -50%;
  margin-bottom: -50%;
}

.group:hover .group-hover\:-mx-50\% {
  margin-left: -50%;
  margin-right: -50%;
}

.group:hover .group-hover\:-my-60\% {
  margin-top: -60%;
  margin-bottom: -60%;
}

.group:hover .group-hover\:-mx-60\% {
  margin-left: -60%;
  margin-right: -60%;
}

.group:hover .group-hover\:-my-70\% {
  margin-top: -70%;
  margin-bottom: -70%;
}

.group:hover .group-hover\:-mx-70\% {
  margin-left: -70%;
  margin-right: -70%;
}

.group:hover .group-hover\:-my-80\% {
  margin-top: -80%;
  margin-bottom: -80%;
}

.group:hover .group-hover\:-mx-80\% {
  margin-left: -80%;
  margin-right: -80%;
}

.group:hover .group-hover\:-my-90\% {
  margin-top: -90%;
  margin-bottom: -90%;
}

.group:hover .group-hover\:-mx-90\% {
  margin-left: -90%;
  margin-right: -90%;
}

.group:hover .group-hover\:-my-95\% {
  margin-top: -95%;
  margin-bottom: -95%;
}

.group:hover .group-hover\:-mx-95\% {
  margin-left: -95%;
  margin-right: -95%;
}

.group:hover .group-hover\:-my-96\% {
  margin-top: -96%;
  margin-bottom: -96%;
}

.group:hover .group-hover\:-mx-96\% {
  margin-left: -96%;
  margin-right: -96%;
}

.group:hover .group-hover\:-my-97\% {
  margin-top: -97%;
  margin-bottom: -97%;
}

.group:hover .group-hover\:-mx-97\% {
  margin-left: -97%;
  margin-right: -97%;
}

.group:hover .group-hover\:-my-98\% {
  margin-top: -98%;
  margin-bottom: -98%;
}

.group:hover .group-hover\:-mx-98\% {
  margin-left: -98%;
  margin-right: -98%;
}

.group:hover .group-hover\:-my-99\% {
  margin-top: -99%;
  margin-bottom: -99%;
}

.group:hover .group-hover\:-mx-99\% {
  margin-left: -99%;
  margin-right: -99%;
}

.group:hover .group-hover\:-my-36vh {
  margin-top: -36vh;
  margin-bottom: -36vh;
}

.group:hover .group-hover\:-mx-36vh {
  margin-left: -36vh;
  margin-right: -36vh;
}

.group:hover .group-hover\:-my-75vh {
  margin-top: -75vh;
  margin-bottom: -75vh;
}

.group:hover .group-hover\:-mx-75vh {
  margin-left: -75vh;
  margin-right: -75vh;
}

.group:hover .group-hover\:-my-78vh {
  margin-top: -78vh;
  margin-bottom: -78vh;
}

.group:hover .group-hover\:-mx-78vh {
  margin-left: -78vh;
  margin-right: -78vh;
}

.group:hover .group-hover\:-my-80vh {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.group:hover .group-hover\:-mx-80vh {
  margin-left: -80vh;
  margin-right: -80vh;
}

.group:hover .group-hover\:-my-82vh {
  margin-top: -82vh;
  margin-bottom: -82vh;
}

.group:hover .group-hover\:-mx-82vh {
  margin-left: -82vh;
  margin-right: -82vh;
}

.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-7 {
  margin-top: 1.75rem;
}

.group:hover .group-hover\:mr-7 {
  margin-right: 1.75rem;
}

.group:hover .group-hover\:mb-7 {
  margin-bottom: 1.75rem;
}

.group:hover .group-hover\:ml-7 {
  margin-left: 1.75rem;
}

.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-9 {
  margin-top: 2.25rem;
}

.group:hover .group-hover\:mr-9 {
  margin-right: 2.25rem;
}

.group:hover .group-hover\:mb-9 {
  margin-bottom: 2.25rem;
}

.group:hover .group-hover\:ml-9 {
  margin-left: 2.25rem;
}

.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-14 {
  margin-top: 3.5rem;
}

.group:hover .group-hover\:mr-14 {
  margin-right: 3.5rem;
}

.group:hover .group-hover\:mb-14 {
  margin-bottom: 3.5rem;
}

.group:hover .group-hover\:ml-14 {
  margin-left: 3.5rem;
}

.group:hover .group-hover\:mt-15 {
  margin-top: 3.75rem;
}

.group:hover .group-hover\:mr-15 {
  margin-right: 3.75rem;
}

.group:hover .group-hover\:mb-15 {
  margin-bottom: 3.75rem;
}

.group:hover .group-hover\:ml-15 {
  margin-left: 3.75rem;
}

.group:hover .group-hover\:mt-16 {
  margin-top: 4rem;
}

.group:hover .group-hover\:mr-16 {
  margin-right: 4rem;
}

.group:hover .group-hover\:mb-16 {
  margin-bottom: 4rem;
}

.group:hover .group-hover\:ml-16 {
  margin-left: 4rem;
}

.group:hover .group-hover\:mt-18 {
  margin-top: 4.5rem;
}

.group:hover .group-hover\:mr-18 {
  margin-right: 4.5rem;
}

.group:hover .group-hover\:mb-18 {
  margin-bottom: 4.5rem;
}

.group:hover .group-hover\:ml-18 {
  margin-left: 4.5rem;
}

.group:hover .group-hover\:mt-20 {
  margin-top: 5rem;
}

.group:hover .group-hover\:mr-20 {
  margin-right: 5rem;
}

.group:hover .group-hover\:mb-20 {
  margin-bottom: 5rem;
}

.group:hover .group-hover\:ml-20 {
  margin-left: 5rem;
}

.group:hover .group-hover\:mt-21 {
  margin-top: 5.25rem;
}

.group:hover .group-hover\:mr-21 {
  margin-right: 5.25rem;
}

.group:hover .group-hover\:mb-21 {
  margin-bottom: 5.25rem;
}

.group:hover .group-hover\:ml-21 {
  margin-left: 5.25rem;
}

.group:hover .group-hover\:mt-22 {
  margin-top: 5.5rem;
}

.group:hover .group-hover\:mr-22 {
  margin-right: 5.5rem;
}

.group:hover .group-hover\:mb-22 {
  margin-bottom: 5.5rem;
}

.group:hover .group-hover\:ml-22 {
  margin-left: 5.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-26 {
  margin-top: 6.5rem;
}

.group:hover .group-hover\:mr-26 {
  margin-right: 6.5rem;
}

.group:hover .group-hover\:mb-26 {
  margin-bottom: 6.5rem;
}

.group:hover .group-hover\:ml-26 {
  margin-left: 6.5rem;
}

.group:hover .group-hover\:mt-28 {
  margin-top: 7rem;
}

.group:hover .group-hover\:mr-28 {
  margin-right: 7rem;
}

.group:hover .group-hover\:mb-28 {
  margin-bottom: 7rem;
}

.group:hover .group-hover\:ml-28 {
  margin-left: 7rem;
}

.group:hover .group-hover\:mt-30 {
  margin-top: 7.5rem;
}

.group:hover .group-hover\:mr-30 {
  margin-right: 7.5rem;
}

.group:hover .group-hover\:mb-30 {
  margin-bottom: 7.5rem;
}

.group:hover .group-hover\:ml-30 {
  margin-left: 7.5rem;
}

.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-34 {
  margin-top: 8.5rem;
}

.group:hover .group-hover\:mr-34 {
  margin-right: 8.5rem;
}

.group:hover .group-hover\:mb-34 {
  margin-bottom: 8.5rem;
}

.group:hover .group-hover\:ml-34 {
  margin-left: 8.5rem;
}

.group:hover .group-hover\:mt-36 {
  margin-top: 9rem;
}

.group:hover .group-hover\:mr-36 {
  margin-right: 9rem;
}

.group:hover .group-hover\:mb-36 {
  margin-bottom: 9rem;
}

.group:hover .group-hover\:ml-36 {
  margin-left: 9rem;
}

.group:hover .group-hover\:mt-38 {
  margin-top: 9.5rem;
}

.group:hover .group-hover\:mr-38 {
  margin-right: 9.5rem;
}

.group:hover .group-hover\:mb-38 {
  margin-bottom: 9.5rem;
}

.group:hover .group-hover\:ml-38 {
  margin-left: 9.5rem;
}

.group:hover .group-hover\:mt-40 {
  margin-top: 10rem;
}

.group:hover .group-hover\:mr-40 {
  margin-right: 10rem;
}

.group:hover .group-hover\:mb-40 {
  margin-bottom: 10rem;
}

.group:hover .group-hover\:ml-40 {
  margin-left: 10rem;
}

.group:hover .group-hover\:mt-44 {
  margin-top: 11rem;
}

.group:hover .group-hover\:mr-44 {
  margin-right: 11rem;
}

.group:hover .group-hover\:mb-44 {
  margin-bottom: 11rem;
}

.group:hover .group-hover\:ml-44 {
  margin-left: 11rem;
}

.group:hover .group-hover\:mt-48 {
  margin-top: 12rem;
}

.group:hover .group-hover\:mr-48 {
  margin-right: 12rem;
}

.group:hover .group-hover\:mb-48 {
  margin-bottom: 12rem;
}

.group:hover .group-hover\:ml-48 {
  margin-left: 12rem;
}

.group:hover .group-hover\:mt-52 {
  margin-top: 13rem;
}

.group:hover .group-hover\:mr-52 {
  margin-right: 13rem;
}

.group:hover .group-hover\:mb-52 {
  margin-bottom: 13rem;
}

.group:hover .group-hover\:ml-52 {
  margin-left: 13rem;
}

.group:hover .group-hover\:mt-53 {
  margin-top: 13.25rem;
}

.group:hover .group-hover\:mr-53 {
  margin-right: 13.25rem;
}

.group:hover .group-hover\:mb-53 {
  margin-bottom: 13.25rem;
}

.group:hover .group-hover\:ml-53 {
  margin-left: 13.25rem;
}

.group:hover .group-hover\:mt-54 {
  margin-top: 13.5rem;
}

.group:hover .group-hover\:mr-54 {
  margin-right: 13.5rem;
}

.group:hover .group-hover\:mb-54 {
  margin-bottom: 13.5rem;
}

.group:hover .group-hover\:ml-54 {
  margin-left: 13.5rem;
}

.group:hover .group-hover\:mt-56 {
  margin-top: 14rem;
}

.group:hover .group-hover\:mr-56 {
  margin-right: 14rem;
}

.group:hover .group-hover\:mb-56 {
  margin-bottom: 14rem;
}

.group:hover .group-hover\:ml-56 {
  margin-left: 14rem;
}

.group:hover .group-hover\:mt-64 {
  margin-top: 16rem;
}

.group:hover .group-hover\:mr-64 {
  margin-right: 16rem;
}

.group:hover .group-hover\:mb-64 {
  margin-bottom: 16rem;
}

.group:hover .group-hover\:ml-64 {
  margin-left: 16rem;
}

.group:hover .group-hover\:mt-72 {
  margin-top: 18rem;
}

.group:hover .group-hover\:mr-72 {
  margin-right: 18rem;
}

.group:hover .group-hover\:mb-72 {
  margin-bottom: 18rem;
}

.group:hover .group-hover\:ml-72 {
  margin-left: 18rem;
}

.group:hover .group-hover\:mt-74 {
  margin-top: 18.5rem;
}

.group:hover .group-hover\:mr-74 {
  margin-right: 18.5rem;
}

.group:hover .group-hover\:mb-74 {
  margin-bottom: 18.5rem;
}

.group:hover .group-hover\:ml-74 {
  margin-left: 18.5rem;
}

.group:hover .group-hover\:mt-76 {
  margin-top: 19rem;
}

.group:hover .group-hover\:mr-76 {
  margin-right: 19rem;
}

.group:hover .group-hover\:mb-76 {
  margin-bottom: 19rem;
}

.group:hover .group-hover\:ml-76 {
  margin-left: 19rem;
}

.group:hover .group-hover\:mt-80 {
  margin-top: 20rem;
}

.group:hover .group-hover\:mr-80 {
  margin-right: 20rem;
}

.group:hover .group-hover\:mb-80 {
  margin-bottom: 20rem;
}

.group:hover .group-hover\:ml-80 {
  margin-left: 20rem;
}

.group:hover .group-hover\:mt-85 {
  margin-top: 21.25rem;
}

.group:hover .group-hover\:mr-85 {
  margin-right: 21.25rem;
}

.group:hover .group-hover\:mb-85 {
  margin-bottom: 21.25rem;
}

.group:hover .group-hover\:ml-85 {
  margin-left: 21.25rem;
}

.group:hover .group-hover\:mt-100 {
  margin-top: 25rem;
}

.group:hover .group-hover\:mr-100 {
  margin-right: 25rem;
}

.group:hover .group-hover\:mb-100 {
  margin-bottom: 25rem;
}

.group:hover .group-hover\:ml-100 {
  margin-left: 25rem;
}

.group:hover .group-hover\:mt-105 {
  margin-top: 26.25rem;
}

.group:hover .group-hover\:mr-105 {
  margin-right: 26.25rem;
}

.group:hover .group-hover\:mb-105 {
  margin-bottom: 26.25rem;
}

.group:hover .group-hover\:ml-105 {
  margin-left: 26.25rem;
}

.group:hover .group-hover\:mt-107 {
  margin-top: 26.4rem;
}

.group:hover .group-hover\:mr-107 {
  margin-right: 26.4rem;
}

.group:hover .group-hover\:mb-107 {
  margin-bottom: 26.4rem;
}

.group:hover .group-hover\:ml-107 {
  margin-left: 26.4rem;
}

.group:hover .group-hover\:mt-110 {
  margin-top: 27.5rem;
}

.group:hover .group-hover\:mr-110 {
  margin-right: 27.5rem;
}

.group:hover .group-hover\:mb-110 {
  margin-bottom: 27.5rem;
}

.group:hover .group-hover\:ml-110 {
  margin-left: 27.5rem;
}

.group:hover .group-hover\:mt-120 {
  margin-top: 30rem;
}

.group:hover .group-hover\:mr-120 {
  margin-right: 30rem;
}

.group:hover .group-hover\:mb-120 {
  margin-bottom: 30rem;
}

.group:hover .group-hover\:ml-120 {
  margin-left: 30rem;
}

.group:hover .group-hover\:mt-130 {
  margin-top: 38rem;
}

.group:hover .group-hover\:mr-130 {
  margin-right: 38rem;
}

.group:hover .group-hover\:mb-130 {
  margin-bottom: 38rem;
}

.group:hover .group-hover\:ml-130 {
  margin-left: 38rem;
}

.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;
}

.group:hover .group-hover\:mt-250px {
  margin-top: 250px;
}

.group:hover .group-hover\:mr-250px {
  margin-right: 250px;
}

.group:hover .group-hover\:mb-250px {
  margin-bottom: 250px;
}

.group:hover .group-hover\:ml-250px {
  margin-left: 250px;
}

.group:hover .group-hover\:mt-1\/2\% {
  margin-top: 0.5%;
}

.group:hover .group-hover\:mr-1\/2\% {
  margin-right: 0.5%;
}

.group:hover .group-hover\:mb-1\/2\% {
  margin-bottom: 0.5%;
}

.group:hover .group-hover\:ml-1\/2\% {
  margin-left: 0.5%;
}

.group:hover .group-hover\:mt-1\% {
  margin-top: 1%;
}

.group:hover .group-hover\:mr-1\% {
  margin-right: 1%;
}

.group:hover .group-hover\:mb-1\% {
  margin-bottom: 1%;
}

.group:hover .group-hover\:ml-1\% {
  margin-left: 1%;
}

.group:hover .group-hover\:mt-2\% {
  margin-top: 2%;
}

.group:hover .group-hover\:mr-2\% {
  margin-right: 2%;
}

.group:hover .group-hover\:mb-2\% {
  margin-bottom: 2%;
}

.group:hover .group-hover\:ml-2\% {
  margin-left: 2%;
}

.group:hover .group-hover\:mt-3\% {
  margin-top: 3%;
}

.group:hover .group-hover\:mr-3\% {
  margin-right: 3%;
}

.group:hover .group-hover\:mb-3\% {
  margin-bottom: 3%;
}

.group:hover .group-hover\:ml-3\% {
  margin-left: 3%;
}

.group:hover .group-hover\:mt-4\% {
  margin-top: 4%;
}

.group:hover .group-hover\:mr-4\% {
  margin-right: 4%;
}

.group:hover .group-hover\:mb-4\% {
  margin-bottom: 4%;
}

.group:hover .group-hover\:ml-4\% {
  margin-left: 4%;
}

.group:hover .group-hover\:mt-5\% {
  margin-top: 5%;
}

.group:hover .group-hover\:mr-5\% {
  margin-right: 5%;
}

.group:hover .group-hover\:mb-5\% {
  margin-bottom: 5%;
}

.group:hover .group-hover\:ml-5\% {
  margin-left: 5%;
}

.group:hover .group-hover\:mt-10\% {
  margin-top: 10%;
}

.group:hover .group-hover\:mr-10\% {
  margin-right: 10%;
}

.group:hover .group-hover\:mb-10\% {
  margin-bottom: 10%;
}

.group:hover .group-hover\:ml-10\% {
  margin-left: 10%;
}

.group:hover .group-hover\:mt-20\% {
  margin-top: 20%;
}

.group:hover .group-hover\:mr-20\% {
  margin-right: 20%;
}

.group:hover .group-hover\:mb-20\% {
  margin-bottom: 20%;
}

.group:hover .group-hover\:ml-20\% {
  margin-left: 20%;
}

.group:hover .group-hover\:mt-23\% {
  margin-top: 23%;
}

.group:hover .group-hover\:mr-23\% {
  margin-right: 23%;
}

.group:hover .group-hover\:mb-23\% {
  margin-bottom: 23%;
}

.group:hover .group-hover\:ml-23\% {
  margin-left: 23%;
}

.group:hover .group-hover\:mt-25\% {
  margin-top: 25%;
}

.group:hover .group-hover\:mr-25\% {
  margin-right: 25%;
}

.group:hover .group-hover\:mb-25\% {
  margin-bottom: 25%;
}

.group:hover .group-hover\:ml-25\% {
  margin-left: 25%;
}

.group:hover .group-hover\:mt-26\% {
  margin-top: 26%;
}

.group:hover .group-hover\:mr-26\% {
  margin-right: 26%;
}

.group:hover .group-hover\:mb-26\% {
  margin-bottom: 26%;
}

.group:hover .group-hover\:ml-26\% {
  margin-left: 26%;
}

.group:hover .group-hover\:mt-30\% {
  margin-top: 30%;
}

.group:hover .group-hover\:mr-30\% {
  margin-right: 30%;
}

.group:hover .group-hover\:mb-30\% {
  margin-bottom: 30%;
}

.group:hover .group-hover\:ml-30\% {
  margin-left: 30%;
}

.group:hover .group-hover\:mt-40\% {
  margin-top: 40%;
}

.group:hover .group-hover\:mr-40\% {
  margin-right: 40%;
}

.group:hover .group-hover\:mb-40\% {
  margin-bottom: 40%;
}

.group:hover .group-hover\:ml-40\% {
  margin-left: 40%;
}

.group:hover .group-hover\:mt-50\% {
  margin-top: 50%;
}

.group:hover .group-hover\:mr-50\% {
  margin-right: 50%;
}

.group:hover .group-hover\:mb-50\% {
  margin-bottom: 50%;
}

.group:hover .group-hover\:ml-50\% {
  margin-left: 50%;
}

.group:hover .group-hover\:mt-60\% {
  margin-top: 60%;
}

.group:hover .group-hover\:mr-60\% {
  margin-right: 60%;
}

.group:hover .group-hover\:mb-60\% {
  margin-bottom: 60%;
}

.group:hover .group-hover\:ml-60\% {
  margin-left: 60%;
}

.group:hover .group-hover\:mt-70\% {
  margin-top: 70%;
}

.group:hover .group-hover\:mr-70\% {
  margin-right: 70%;
}

.group:hover .group-hover\:mb-70\% {
  margin-bottom: 70%;
}

.group:hover .group-hover\:ml-70\% {
  margin-left: 70%;
}

.group:hover .group-hover\:mt-80\% {
  margin-top: 80%;
}

.group:hover .group-hover\:mr-80\% {
  margin-right: 80%;
}

.group:hover .group-hover\:mb-80\% {
  margin-bottom: 80%;
}

.group:hover .group-hover\:ml-80\% {
  margin-left: 80%;
}

.group:hover .group-hover\:mt-90\% {
  margin-top: 90%;
}

.group:hover .group-hover\:mr-90\% {
  margin-right: 90%;
}

.group:hover .group-hover\:mb-90\% {
  margin-bottom: 90%;
}

.group:hover .group-hover\:ml-90\% {
  margin-left: 90%;
}

.group:hover .group-hover\:mt-95\% {
  margin-top: 95%;
}

.group:hover .group-hover\:mr-95\% {
  margin-right: 95%;
}

.group:hover .group-hover\:mb-95\% {
  margin-bottom: 95%;
}

.group:hover .group-hover\:ml-95\% {
  margin-left: 95%;
}

.group:hover .group-hover\:mt-96\% {
  margin-top: 96%;
}

.group:hover .group-hover\:mr-96\% {
  margin-right: 96%;
}

.group:hover .group-hover\:mb-96\% {
  margin-bottom: 96%;
}

.group:hover .group-hover\:ml-96\% {
  margin-left: 96%;
}

.group:hover .group-hover\:mt-97\% {
  margin-top: 97%;
}

.group:hover .group-hover\:mr-97\% {
  margin-right: 97%;
}

.group:hover .group-hover\:mb-97\% {
  margin-bottom: 97%;
}

.group:hover .group-hover\:ml-97\% {
  margin-left: 97%;
}

.group:hover .group-hover\:mt-98\% {
  margin-top: 98%;
}

.group:hover .group-hover\:mr-98\% {
  margin-right: 98%;
}

.group:hover .group-hover\:mb-98\% {
  margin-bottom: 98%;
}

.group:hover .group-hover\:ml-98\% {
  margin-left: 98%;
}

.group:hover .group-hover\:mt-99\% {
  margin-top: 99%;
}

.group:hover .group-hover\:mr-99\% {
  margin-right: 99%;
}

.group:hover .group-hover\:mb-99\% {
  margin-bottom: 99%;
}

.group:hover .group-hover\:ml-99\% {
  margin-left: 99%;
}

.group:hover .group-hover\:mt-36vh {
  margin-top: 36vh;
}

.group:hover .group-hover\:mr-36vh {
  margin-right: 36vh;
}

.group:hover .group-hover\:mb-36vh {
  margin-bottom: 36vh;
}

.group:hover .group-hover\:ml-36vh {
  margin-left: 36vh;
}

.group:hover .group-hover\:mt-75vh {
  margin-top: 75vh;
}

.group:hover .group-hover\:mr-75vh {
  margin-right: 75vh;
}

.group:hover .group-hover\:mb-75vh {
  margin-bottom: 75vh;
}

.group:hover .group-hover\:ml-75vh {
  margin-left: 75vh;
}

.group:hover .group-hover\:mt-78vh {
  margin-top: 78vh;
}

.group:hover .group-hover\:mr-78vh {
  margin-right: 78vh;
}

.group:hover .group-hover\:mb-78vh {
  margin-bottom: 78vh;
}

.group:hover .group-hover\:ml-78vh {
  margin-left: 78vh;
}

.group:hover .group-hover\:mt-80vh {
  margin-top: 80vh;
}

.group:hover .group-hover\:mr-80vh {
  margin-right: 80vh;
}

.group:hover .group-hover\:mb-80vh {
  margin-bottom: 80vh;
}

.group:hover .group-hover\:ml-80vh {
  margin-left: 80vh;
}

.group:hover .group-hover\:mt-82vh {
  margin-top: 82vh;
}

.group:hover .group-hover\:mr-82vh {
  margin-right: 82vh;
}

.group:hover .group-hover\:mb-82vh {
  margin-bottom: 82vh;
}

.group:hover .group-hover\:ml-82vh {
  margin-left: 82vh;
}

.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-7 {
  margin-top: -1.75rem;
}

.group:hover .group-hover\:-mr-7 {
  margin-right: -1.75rem;
}

.group:hover .group-hover\:-mb-7 {
  margin-bottom: -1.75rem;
}

.group:hover .group-hover\:-ml-7 {
  margin-left: -1.75rem;
}

.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-9 {
  margin-top: -2.25rem;
}

.group:hover .group-hover\:-mr-9 {
  margin-right: -2.25rem;
}

.group:hover .group-hover\:-mb-9 {
  margin-bottom: -2.25rem;
}

.group:hover .group-hover\:-ml-9 {
  margin-left: -2.25rem;
}

.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-14 {
  margin-top: -3.5rem;
}

.group:hover .group-hover\:-mr-14 {
  margin-right: -3.5rem;
}

.group:hover .group-hover\:-mb-14 {
  margin-bottom: -3.5rem;
}

.group:hover .group-hover\:-ml-14 {
  margin-left: -3.5rem;
}

.group:hover .group-hover\:-mt-15 {
  margin-top: -3.75rem;
}

.group:hover .group-hover\:-mr-15 {
  margin-right: -3.75rem;
}

.group:hover .group-hover\:-mb-15 {
  margin-bottom: -3.75rem;
}

.group:hover .group-hover\:-ml-15 {
  margin-left: -3.75rem;
}

.group:hover .group-hover\:-mt-16 {
  margin-top: -4rem;
}

.group:hover .group-hover\:-mr-16 {
  margin-right: -4rem;
}

.group:hover .group-hover\:-mb-16 {
  margin-bottom: -4rem;
}

.group:hover .group-hover\:-ml-16 {
  margin-left: -4rem;
}

.group:hover .group-hover\:-mt-18 {
  margin-top: -4.5rem;
}

.group:hover .group-hover\:-mr-18 {
  margin-right: -4.5rem;
}

.group:hover .group-hover\:-mb-18 {
  margin-bottom: -4.5rem;
}

.group:hover .group-hover\:-ml-18 {
  margin-left: -4.5rem;
}

.group:hover .group-hover\:-mt-20 {
  margin-top: -5rem;
}

.group:hover .group-hover\:-mr-20 {
  margin-right: -5rem;
}

.group:hover .group-hover\:-mb-20 {
  margin-bottom: -5rem;
}

.group:hover .group-hover\:-ml-20 {
  margin-left: -5rem;
}

.group:hover .group-hover\:-mt-21 {
  margin-top: -5.25rem;
}

.group:hover .group-hover\:-mr-21 {
  margin-right: -5.25rem;
}

.group:hover .group-hover\:-mb-21 {
  margin-bottom: -5.25rem;
}

.group:hover .group-hover\:-ml-21 {
  margin-left: -5.25rem;
}

.group:hover .group-hover\:-mt-22 {
  margin-top: -5.5rem;
}

.group:hover .group-hover\:-mr-22 {
  margin-right: -5.5rem;
}

.group:hover .group-hover\:-mb-22 {
  margin-bottom: -5.5rem;
}

.group:hover .group-hover\:-ml-22 {
  margin-left: -5.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-26 {
  margin-top: -6.5rem;
}

.group:hover .group-hover\:-mr-26 {
  margin-right: -6.5rem;
}

.group:hover .group-hover\:-mb-26 {
  margin-bottom: -6.5rem;
}

.group:hover .group-hover\:-ml-26 {
  margin-left: -6.5rem;
}

.group:hover .group-hover\:-mt-28 {
  margin-top: -7rem;
}

.group:hover .group-hover\:-mr-28 {
  margin-right: -7rem;
}

.group:hover .group-hover\:-mb-28 {
  margin-bottom: -7rem;
}

.group:hover .group-hover\:-ml-28 {
  margin-left: -7rem;
}

.group:hover .group-hover\:-mt-30 {
  margin-top: -7.5rem;
}

.group:hover .group-hover\:-mr-30 {
  margin-right: -7.5rem;
}

.group:hover .group-hover\:-mb-30 {
  margin-bottom: -7.5rem;
}

.group:hover .group-hover\:-ml-30 {
  margin-left: -7.5rem;
}

.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-34 {
  margin-top: -8.5rem;
}

.group:hover .group-hover\:-mr-34 {
  margin-right: -8.5rem;
}

.group:hover .group-hover\:-mb-34 {
  margin-bottom: -8.5rem;
}

.group:hover .group-hover\:-ml-34 {
  margin-left: -8.5rem;
}

.group:hover .group-hover\:-mt-36 {
  margin-top: -9rem;
}

.group:hover .group-hover\:-mr-36 {
  margin-right: -9rem;
}

.group:hover .group-hover\:-mb-36 {
  margin-bottom: -9rem;
}

.group:hover .group-hover\:-ml-36 {
  margin-left: -9rem;
}

.group:hover .group-hover\:-mt-38 {
  margin-top: -9.5rem;
}

.group:hover .group-hover\:-mr-38 {
  margin-right: -9.5rem;
}

.group:hover .group-hover\:-mb-38 {
  margin-bottom: -9.5rem;
}

.group:hover .group-hover\:-ml-38 {
  margin-left: -9.5rem;
}

.group:hover .group-hover\:-mt-40 {
  margin-top: -10rem;
}

.group:hover .group-hover\:-mr-40 {
  margin-right: -10rem;
}

.group:hover .group-hover\:-mb-40 {
  margin-bottom: -10rem;
}

.group:hover .group-hover\:-ml-40 {
  margin-left: -10rem;
}

.group:hover .group-hover\:-mt-44 {
  margin-top: -11rem;
}

.group:hover .group-hover\:-mr-44 {
  margin-right: -11rem;
}

.group:hover .group-hover\:-mb-44 {
  margin-bottom: -11rem;
}

.group:hover .group-hover\:-ml-44 {
  margin-left: -11rem;
}

.group:hover .group-hover\:-mt-48 {
  margin-top: -12rem;
}

.group:hover .group-hover\:-mr-48 {
  margin-right: -12rem;
}

.group:hover .group-hover\:-mb-48 {
  margin-bottom: -12rem;
}

.group:hover .group-hover\:-ml-48 {
  margin-left: -12rem;
}

.group:hover .group-hover\:-mt-52 {
  margin-top: -13rem;
}

.group:hover .group-hover\:-mr-52 {
  margin-right: -13rem;
}

.group:hover .group-hover\:-mb-52 {
  margin-bottom: -13rem;
}

.group:hover .group-hover\:-ml-52 {
  margin-left: -13rem;
}

.group:hover .group-hover\:-mt-53 {
  margin-top: -13.25rem;
}

.group:hover .group-hover\:-mr-53 {
  margin-right: -13.25rem;
}

.group:hover .group-hover\:-mb-53 {
  margin-bottom: -13.25rem;
}

.group:hover .group-hover\:-ml-53 {
  margin-left: -13.25rem;
}

.group:hover .group-hover\:-mt-54 {
  margin-top: -13.5rem;
}

.group:hover .group-hover\:-mr-54 {
  margin-right: -13.5rem;
}

.group:hover .group-hover\:-mb-54 {
  margin-bottom: -13.5rem;
}

.group:hover .group-hover\:-ml-54 {
  margin-left: -13.5rem;
}

.group:hover .group-hover\:-mt-56 {
  margin-top: -14rem;
}

.group:hover .group-hover\:-mr-56 {
  margin-right: -14rem;
}

.group:hover .group-hover\:-mb-56 {
  margin-bottom: -14rem;
}

.group:hover .group-hover\:-ml-56 {
  margin-left: -14rem;
}

.group:hover .group-hover\:-mt-64 {
  margin-top: -16rem;
}

.group:hover .group-hover\:-mr-64 {
  margin-right: -16rem;
}

.group:hover .group-hover\:-mb-64 {
  margin-bottom: -16rem;
}

.group:hover .group-hover\:-ml-64 {
  margin-left: -16rem;
}

.group:hover .group-hover\:-mt-72 {
  margin-top: -18rem;
}

.group:hover .group-hover\:-mr-72 {
  margin-right: -18rem;
}

.group:hover .group-hover\:-mb-72 {
  margin-bottom: -18rem;
}

.group:hover .group-hover\:-ml-72 {
  margin-left: -18rem;
}

.group:hover .group-hover\:-mt-74 {
  margin-top: -18.5rem;
}

.group:hover .group-hover\:-mr-74 {
  margin-right: -18.5rem;
}

.group:hover .group-hover\:-mb-74 {
  margin-bottom: -18.5rem;
}

.group:hover .group-hover\:-ml-74 {
  margin-left: -18.5rem;
}

.group:hover .group-hover\:-mt-76 {
  margin-top: -19rem;
}

.group:hover .group-hover\:-mr-76 {
  margin-right: -19rem;
}

.group:hover .group-hover\:-mb-76 {
  margin-bottom: -19rem;
}

.group:hover .group-hover\:-ml-76 {
  margin-left: -19rem;
}

.group:hover .group-hover\:-mt-80 {
  margin-top: -20rem;
}

.group:hover .group-hover\:-mr-80 {
  margin-right: -20rem;
}

.group:hover .group-hover\:-mb-80 {
  margin-bottom: -20rem;
}

.group:hover .group-hover\:-ml-80 {
  margin-left: -20rem;
}

.group:hover .group-hover\:-mt-85 {
  margin-top: -21.25rem;
}

.group:hover .group-hover\:-mr-85 {
  margin-right: -21.25rem;
}

.group:hover .group-hover\:-mb-85 {
  margin-bottom: -21.25rem;
}

.group:hover .group-hover\:-ml-85 {
  margin-left: -21.25rem;
}

.group:hover .group-hover\:-mt-100 {
  margin-top: -25rem;
}

.group:hover .group-hover\:-mr-100 {
  margin-right: -25rem;
}

.group:hover .group-hover\:-mb-100 {
  margin-bottom: -25rem;
}

.group:hover .group-hover\:-ml-100 {
  margin-left: -25rem;
}

.group:hover .group-hover\:-mt-105 {
  margin-top: -26.25rem;
}

.group:hover .group-hover\:-mr-105 {
  margin-right: -26.25rem;
}

.group:hover .group-hover\:-mb-105 {
  margin-bottom: -26.25rem;
}

.group:hover .group-hover\:-ml-105 {
  margin-left: -26.25rem;
}

.group:hover .group-hover\:-mt-107 {
  margin-top: -26.4rem;
}

.group:hover .group-hover\:-mr-107 {
  margin-right: -26.4rem;
}

.group:hover .group-hover\:-mb-107 {
  margin-bottom: -26.4rem;
}

.group:hover .group-hover\:-ml-107 {
  margin-left: -26.4rem;
}

.group:hover .group-hover\:-mt-110 {
  margin-top: -27.5rem;
}

.group:hover .group-hover\:-mr-110 {
  margin-right: -27.5rem;
}

.group:hover .group-hover\:-mb-110 {
  margin-bottom: -27.5rem;
}

.group:hover .group-hover\:-ml-110 {
  margin-left: -27.5rem;
}

.group:hover .group-hover\:-mt-120 {
  margin-top: -30rem;
}

.group:hover .group-hover\:-mr-120 {
  margin-right: -30rem;
}

.group:hover .group-hover\:-mb-120 {
  margin-bottom: -30rem;
}

.group:hover .group-hover\:-ml-120 {
  margin-left: -30rem;
}

.group:hover .group-hover\:-mt-130 {
  margin-top: -38rem;
}

.group:hover .group-hover\:-mr-130 {
  margin-right: -38rem;
}

.group:hover .group-hover\:-mb-130 {
  margin-bottom: -38rem;
}

.group:hover .group-hover\:-ml-130 {
  margin-left: -38rem;
}

.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;
}

.group:hover .group-hover\:-mt-250px {
  margin-top: -250px;
}

.group:hover .group-hover\:-mr-250px {
  margin-right: -250px;
}

.group:hover .group-hover\:-mb-250px {
  margin-bottom: -250px;
}

.group:hover .group-hover\:-ml-250px {
  margin-left: -250px;
}

.group:hover .group-hover\:-mt-1\/2\% {
  margin-top: -0.5%;
}

.group:hover .group-hover\:-mr-1\/2\% {
  margin-right: -0.5%;
}

.group:hover .group-hover\:-mb-1\/2\% {
  margin-bottom: -0.5%;
}

.group:hover .group-hover\:-ml-1\/2\% {
  margin-left: -0.5%;
}

.group:hover .group-hover\:-mt-1\% {
  margin-top: -1%;
}

.group:hover .group-hover\:-mr-1\% {
  margin-right: -1%;
}

.group:hover .group-hover\:-mb-1\% {
  margin-bottom: -1%;
}

.group:hover .group-hover\:-ml-1\% {
  margin-left: -1%;
}

.group:hover .group-hover\:-mt-2\% {
  margin-top: -2%;
}

.group:hover .group-hover\:-mr-2\% {
  margin-right: -2%;
}

.group:hover .group-hover\:-mb-2\% {
  margin-bottom: -2%;
}

.group:hover .group-hover\:-ml-2\% {
  margin-left: -2%;
}

.group:hover .group-hover\:-mt-3\% {
  margin-top: -3%;
}

.group:hover .group-hover\:-mr-3\% {
  margin-right: -3%;
}

.group:hover .group-hover\:-mb-3\% {
  margin-bottom: -3%;
}

.group:hover .group-hover\:-ml-3\% {
  margin-left: -3%;
}

.group:hover .group-hover\:-mt-4\% {
  margin-top: -4%;
}

.group:hover .group-hover\:-mr-4\% {
  margin-right: -4%;
}

.group:hover .group-hover\:-mb-4\% {
  margin-bottom: -4%;
}

.group:hover .group-hover\:-ml-4\% {
  margin-left: -4%;
}

.group:hover .group-hover\:-mt-5\% {
  margin-top: -5%;
}

.group:hover .group-hover\:-mr-5\% {
  margin-right: -5%;
}

.group:hover .group-hover\:-mb-5\% {
  margin-bottom: -5%;
}

.group:hover .group-hover\:-ml-5\% {
  margin-left: -5%;
}

.group:hover .group-hover\:-mt-10\% {
  margin-top: -10%;
}

.group:hover .group-hover\:-mr-10\% {
  margin-right: -10%;
}

.group:hover .group-hover\:-mb-10\% {
  margin-bottom: -10%;
}

.group:hover .group-hover\:-ml-10\% {
  margin-left: -10%;
}

.group:hover .group-hover\:-mt-20\% {
  margin-top: -20%;
}

.group:hover .group-hover\:-mr-20\% {
  margin-right: -20%;
}

.group:hover .group-hover\:-mb-20\% {
  margin-bottom: -20%;
}

.group:hover .group-hover\:-ml-20\% {
  margin-left: -20%;
}

.group:hover .group-hover\:-mt-23\% {
  margin-top: -23%;
}

.group:hover .group-hover\:-mr-23\% {
  margin-right: -23%;
}

.group:hover .group-hover\:-mb-23\% {
  margin-bottom: -23%;
}

.group:hover .group-hover\:-ml-23\% {
  margin-left: -23%;
}

.group:hover .group-hover\:-mt-25\% {
  margin-top: -25%;
}

.group:hover .group-hover\:-mr-25\% {
  margin-right: -25%;
}

.group:hover .group-hover\:-mb-25\% {
  margin-bottom: -25%;
}

.group:hover .group-hover\:-ml-25\% {
  margin-left: -25%;
}

.group:hover .group-hover\:-mt-26\% {
  margin-top: -26%;
}

.group:hover .group-hover\:-mr-26\% {
  margin-right: -26%;
}

.group:hover .group-hover\:-mb-26\% {
  margin-bottom: -26%;
}

.group:hover .group-hover\:-ml-26\% {
  margin-left: -26%;
}

.group:hover .group-hover\:-mt-30\% {
  margin-top: -30%;
}

.group:hover .group-hover\:-mr-30\% {
  margin-right: -30%;
}

.group:hover .group-hover\:-mb-30\% {
  margin-bottom: -30%;
}

.group:hover .group-hover\:-ml-30\% {
  margin-left: -30%;
}

.group:hover .group-hover\:-mt-40\% {
  margin-top: -40%;
}

.group:hover .group-hover\:-mr-40\% {
  margin-right: -40%;
}

.group:hover .group-hover\:-mb-40\% {
  margin-bottom: -40%;
}

.group:hover .group-hover\:-ml-40\% {
  margin-left: -40%;
}

.group:hover .group-hover\:-mt-50\% {
  margin-top: -50%;
}

.group:hover .group-hover\:-mr-50\% {
  margin-right: -50%;
}

.group:hover .group-hover\:-mb-50\% {
  margin-bottom: -50%;
}

.group:hover .group-hover\:-ml-50\% {
  margin-left: -50%;
}

.group:hover .group-hover\:-mt-60\% {
  margin-top: -60%;
}

.group:hover .group-hover\:-mr-60\% {
  margin-right: -60%;
}

.group:hover .group-hover\:-mb-60\% {
  margin-bottom: -60%;
}

.group:hover .group-hover\:-ml-60\% {
  margin-left: -60%;
}

.group:hover .group-hover\:-mt-70\% {
  margin-top: -70%;
}

.group:hover .group-hover\:-mr-70\% {
  margin-right: -70%;
}

.group:hover .group-hover\:-mb-70\% {
  margin-bottom: -70%;
}

.group:hover .group-hover\:-ml-70\% {
  margin-left: -70%;
}

.group:hover .group-hover\:-mt-80\% {
  margin-top: -80%;
}

.group:hover .group-hover\:-mr-80\% {
  margin-right: -80%;
}

.group:hover .group-hover\:-mb-80\% {
  margin-bottom: -80%;
}

.group:hover .group-hover\:-ml-80\% {
  margin-left: -80%;
}

.group:hover .group-hover\:-mt-90\% {
  margin-top: -90%;
}

.group:hover .group-hover\:-mr-90\% {
  margin-right: -90%;
}

.group:hover .group-hover\:-mb-90\% {
  margin-bottom: -90%;
}

.group:hover .group-hover\:-ml-90\% {
  margin-left: -90%;
}

.group:hover .group-hover\:-mt-95\% {
  margin-top: -95%;
}

.group:hover .group-hover\:-mr-95\% {
  margin-right: -95%;
}

.group:hover .group-hover\:-mb-95\% {
  margin-bottom: -95%;
}

.group:hover .group-hover\:-ml-95\% {
  margin-left: -95%;
}

.group:hover .group-hover\:-mt-96\% {
  margin-top: -96%;
}

.group:hover .group-hover\:-mr-96\% {
  margin-right: -96%;
}

.group:hover .group-hover\:-mb-96\% {
  margin-bottom: -96%;
}

.group:hover .group-hover\:-ml-96\% {
  margin-left: -96%;
}

.group:hover .group-hover\:-mt-97\% {
  margin-top: -97%;
}

.group:hover .group-hover\:-mr-97\% {
  margin-right: -97%;
}

.group:hover .group-hover\:-mb-97\% {
  margin-bottom: -97%;
}

.group:hover .group-hover\:-ml-97\% {
  margin-left: -97%;
}

.group:hover .group-hover\:-mt-98\% {
  margin-top: -98%;
}

.group:hover .group-hover\:-mr-98\% {
  margin-right: -98%;
}

.group:hover .group-hover\:-mb-98\% {
  margin-bottom: -98%;
}

.group:hover .group-hover\:-ml-98\% {
  margin-left: -98%;
}

.group:hover .group-hover\:-mt-99\% {
  margin-top: -99%;
}

.group:hover .group-hover\:-mr-99\% {
  margin-right: -99%;
}

.group:hover .group-hover\:-mb-99\% {
  margin-bottom: -99%;
}

.group:hover .group-hover\:-ml-99\% {
  margin-left: -99%;
}

.group:hover .group-hover\:-mt-36vh {
  margin-top: -36vh;
}

.group:hover .group-hover\:-mr-36vh {
  margin-right: -36vh;
}

.group:hover .group-hover\:-mb-36vh {
  margin-bottom: -36vh;
}

.group:hover .group-hover\:-ml-36vh {
  margin-left: -36vh;
}

.group:hover .group-hover\:-mt-75vh {
  margin-top: -75vh;
}

.group:hover .group-hover\:-mr-75vh {
  margin-right: -75vh;
}

.group:hover .group-hover\:-mb-75vh {
  margin-bottom: -75vh;
}

.group:hover .group-hover\:-ml-75vh {
  margin-left: -75vh;
}

.group:hover .group-hover\:-mt-78vh {
  margin-top: -78vh;
}

.group:hover .group-hover\:-mr-78vh {
  margin-right: -78vh;
}

.group:hover .group-hover\:-mb-78vh {
  margin-bottom: -78vh;
}

.group:hover .group-hover\:-ml-78vh {
  margin-left: -78vh;
}

.group:hover .group-hover\:-mt-80vh {
  margin-top: -80vh;
}

.group:hover .group-hover\:-mr-80vh {
  margin-right: -80vh;
}

.group:hover .group-hover\:-mb-80vh {
  margin-bottom: -80vh;
}

.group:hover .group-hover\:-ml-80vh {
  margin-left: -80vh;
}

.group:hover .group-hover\:-mt-82vh {
  margin-top: -82vh;
}

.group:hover .group-hover\:-mr-82vh {
  margin-right: -82vh;
}

.group:hover .group-hover\:-mb-82vh {
  margin-bottom: -82vh;
}

.group:hover .group-hover\:-ml-82vh {
  margin-left: -82vh;
}

.group:focus .group-focus\:m-0 {
  margin: 0;
}

.group:focus .group-focus\:m-1 {
  margin: 0.25rem;
}

.group:focus .group-focus\:m-2 {
  margin: 0.5rem;
}

.group:focus .group-focus\:m-3 {
  margin: 0.75rem;
}

.group:focus .group-focus\:m-4 {
  margin: 1rem;
}

.group:focus .group-focus\:m-5 {
  margin: 1.25rem;
}

.group:focus .group-focus\:m-6 {
  margin: 1.5rem;
}

.group:focus .group-focus\:m-7 {
  margin: 1.75rem;
}

.group:focus .group-focus\:m-8 {
  margin: 2rem;
}

.group:focus .group-focus\:m-9 {
  margin: 2.25rem;
}

.group:focus .group-focus\:m-10 {
  margin: 2.5rem;
}

.group:focus .group-focus\:m-12 {
  margin: 3rem;
}

.group:focus .group-focus\:m-14 {
  margin: 3.5rem;
}

.group:focus .group-focus\:m-15 {
  margin: 3.75rem;
}

.group:focus .group-focus\:m-16 {
  margin: 4rem;
}

.group:focus .group-focus\:m-18 {
  margin: 4.5rem;
}

.group:focus .group-focus\:m-20 {
  margin: 5rem;
}

.group:focus .group-focus\:m-21 {
  margin: 5.25rem;
}

.group:focus .group-focus\:m-22 {
  margin: 5.5rem;
}

.group:focus .group-focus\:m-24 {
  margin: 6rem;
}

.group:focus .group-focus\:m-26 {
  margin: 6.5rem;
}

.group:focus .group-focus\:m-28 {
  margin: 7rem;
}

.group:focus .group-focus\:m-30 {
  margin: 7.5rem;
}

.group:focus .group-focus\:m-32 {
  margin: 8rem;
}

.group:focus .group-focus\:m-34 {
  margin: 8.5rem;
}

.group:focus .group-focus\:m-36 {
  margin: 9rem;
}

.group:focus .group-focus\:m-38 {
  margin: 9.5rem;
}

.group:focus .group-focus\:m-40 {
  margin: 10rem;
}

.group:focus .group-focus\:m-44 {
  margin: 11rem;
}

.group:focus .group-focus\:m-48 {
  margin: 12rem;
}

.group:focus .group-focus\:m-52 {
  margin: 13rem;
}

.group:focus .group-focus\:m-53 {
  margin: 13.25rem;
}

.group:focus .group-focus\:m-54 {
  margin: 13.5rem;
}

.group:focus .group-focus\:m-56 {
  margin: 14rem;
}

.group:focus .group-focus\:m-64 {
  margin: 16rem;
}

.group:focus .group-focus\:m-72 {
  margin: 18rem;
}

.group:focus .group-focus\:m-74 {
  margin: 18.5rem;
}

.group:focus .group-focus\:m-76 {
  margin: 19rem;
}

.group:focus .group-focus\:m-80 {
  margin: 20rem;
}

.group:focus .group-focus\:m-85 {
  margin: 21.25rem;
}

.group:focus .group-focus\:m-100 {
  margin: 25rem;
}

.group:focus .group-focus\:m-105 {
  margin: 26.25rem;
}

.group:focus .group-focus\:m-107 {
  margin: 26.4rem;
}

.group:focus .group-focus\:m-110 {
  margin: 27.5rem;
}

.group:focus .group-focus\:m-120 {
  margin: 30rem;
}

.group:focus .group-focus\:m-130 {
  margin: 38rem;
}

.group:focus .group-focus\:m-auto {
  margin: auto;
}

.group:focus .group-focus\:m-px {
  margin: 1px;
}

.group:focus .group-focus\:m-250px {
  margin: 250px;
}

.group:focus .group-focus\:m-1\/2\% {
  margin: 0.5%;
}

.group:focus .group-focus\:m-1\% {
  margin: 1%;
}

.group:focus .group-focus\:m-2\% {
  margin: 2%;
}

.group:focus .group-focus\:m-3\% {
  margin: 3%;
}

.group:focus .group-focus\:m-4\% {
  margin: 4%;
}

.group:focus .group-focus\:m-5\% {
  margin: 5%;
}

.group:focus .group-focus\:m-10\% {
  margin: 10%;
}

.group:focus .group-focus\:m-20\% {
  margin: 20%;
}

.group:focus .group-focus\:m-23\% {
  margin: 23%;
}

.group:focus .group-focus\:m-25\% {
  margin: 25%;
}

.group:focus .group-focus\:m-26\% {
  margin: 26%;
}

.group:focus .group-focus\:m-30\% {
  margin: 30%;
}

.group:focus .group-focus\:m-40\% {
  margin: 40%;
}

.group:focus .group-focus\:m-50\% {
  margin: 50%;
}

.group:focus .group-focus\:m-60\% {
  margin: 60%;
}

.group:focus .group-focus\:m-70\% {
  margin: 70%;
}

.group:focus .group-focus\:m-80\% {
  margin: 80%;
}

.group:focus .group-focus\:m-90\% {
  margin: 90%;
}

.group:focus .group-focus\:m-95\% {
  margin: 95%;
}

.group:focus .group-focus\:m-96\% {
  margin: 96%;
}

.group:focus .group-focus\:m-97\% {
  margin: 97%;
}

.group:focus .group-focus\:m-98\% {
  margin: 98%;
}

.group:focus .group-focus\:m-99\% {
  margin: 99%;
}

.group:focus .group-focus\:m-36vh {
  margin: 36vh;
}

.group:focus .group-focus\:m-75vh {
  margin: 75vh;
}

.group:focus .group-focus\:m-78vh {
  margin: 78vh;
}

.group:focus .group-focus\:m-80vh {
  margin: 80vh;
}

.group:focus .group-focus\:m-82vh {
  margin: 82vh;
}

.group:focus .group-focus\:-m-1 {
  margin: -0.25rem;
}

.group:focus .group-focus\:-m-2 {
  margin: -0.5rem;
}

.group:focus .group-focus\:-m-3 {
  margin: -0.75rem;
}

.group:focus .group-focus\:-m-4 {
  margin: -1rem;
}

.group:focus .group-focus\:-m-5 {
  margin: -1.25rem;
}

.group:focus .group-focus\:-m-6 {
  margin: -1.5rem;
}

.group:focus .group-focus\:-m-7 {
  margin: -1.75rem;
}

.group:focus .group-focus\:-m-8 {
  margin: -2rem;
}

.group:focus .group-focus\:-m-9 {
  margin: -2.25rem;
}

.group:focus .group-focus\:-m-10 {
  margin: -2.5rem;
}

.group:focus .group-focus\:-m-12 {
  margin: -3rem;
}

.group:focus .group-focus\:-m-14 {
  margin: -3.5rem;
}

.group:focus .group-focus\:-m-15 {
  margin: -3.75rem;
}

.group:focus .group-focus\:-m-16 {
  margin: -4rem;
}

.group:focus .group-focus\:-m-18 {
  margin: -4.5rem;
}

.group:focus .group-focus\:-m-20 {
  margin: -5rem;
}

.group:focus .group-focus\:-m-21 {
  margin: -5.25rem;
}

.group:focus .group-focus\:-m-22 {
  margin: -5.5rem;
}

.group:focus .group-focus\:-m-24 {
  margin: -6rem;
}

.group:focus .group-focus\:-m-26 {
  margin: -6.5rem;
}

.group:focus .group-focus\:-m-28 {
  margin: -7rem;
}

.group:focus .group-focus\:-m-30 {
  margin: -7.5rem;
}

.group:focus .group-focus\:-m-32 {
  margin: -8rem;
}

.group:focus .group-focus\:-m-34 {
  margin: -8.5rem;
}

.group:focus .group-focus\:-m-36 {
  margin: -9rem;
}

.group:focus .group-focus\:-m-38 {
  margin: -9.5rem;
}

.group:focus .group-focus\:-m-40 {
  margin: -10rem;
}

.group:focus .group-focus\:-m-44 {
  margin: -11rem;
}

.group:focus .group-focus\:-m-48 {
  margin: -12rem;
}

.group:focus .group-focus\:-m-52 {
  margin: -13rem;
}

.group:focus .group-focus\:-m-53 {
  margin: -13.25rem;
}

.group:focus .group-focus\:-m-54 {
  margin: -13.5rem;
}

.group:focus .group-focus\:-m-56 {
  margin: -14rem;
}

.group:focus .group-focus\:-m-64 {
  margin: -16rem;
}

.group:focus .group-focus\:-m-72 {
  margin: -18rem;
}

.group:focus .group-focus\:-m-74 {
  margin: -18.5rem;
}

.group:focus .group-focus\:-m-76 {
  margin: -19rem;
}

.group:focus .group-focus\:-m-80 {
  margin: -20rem;
}

.group:focus .group-focus\:-m-85 {
  margin: -21.25rem;
}

.group:focus .group-focus\:-m-100 {
  margin: -25rem;
}

.group:focus .group-focus\:-m-105 {
  margin: -26.25rem;
}

.group:focus .group-focus\:-m-107 {
  margin: -26.4rem;
}

.group:focus .group-focus\:-m-110 {
  margin: -27.5rem;
}

.group:focus .group-focus\:-m-120 {
  margin: -30rem;
}

.group:focus .group-focus\:-m-130 {
  margin: -38rem;
}

.group:focus .group-focus\:-m-px {
  margin: -1px;
}

.group:focus .group-focus\:-m-250px {
  margin: -250px;
}

.group:focus .group-focus\:-m-1\/2\% {
  margin: -0.5%;
}

.group:focus .group-focus\:-m-1\% {
  margin: -1%;
}

.group:focus .group-focus\:-m-2\% {
  margin: -2%;
}

.group:focus .group-focus\:-m-3\% {
  margin: -3%;
}

.group:focus .group-focus\:-m-4\% {
  margin: -4%;
}

.group:focus .group-focus\:-m-5\% {
  margin: -5%;
}

.group:focus .group-focus\:-m-10\% {
  margin: -10%;
}

.group:focus .group-focus\:-m-20\% {
  margin: -20%;
}

.group:focus .group-focus\:-m-23\% {
  margin: -23%;
}

.group:focus .group-focus\:-m-25\% {
  margin: -25%;
}

.group:focus .group-focus\:-m-26\% {
  margin: -26%;
}

.group:focus .group-focus\:-m-30\% {
  margin: -30%;
}

.group:focus .group-focus\:-m-40\% {
  margin: -40%;
}

.group:focus .group-focus\:-m-50\% {
  margin: -50%;
}

.group:focus .group-focus\:-m-60\% {
  margin: -60%;
}

.group:focus .group-focus\:-m-70\% {
  margin: -70%;
}

.group:focus .group-focus\:-m-80\% {
  margin: -80%;
}

.group:focus .group-focus\:-m-90\% {
  margin: -90%;
}

.group:focus .group-focus\:-m-95\% {
  margin: -95%;
}

.group:focus .group-focus\:-m-96\% {
  margin: -96%;
}

.group:focus .group-focus\:-m-97\% {
  margin: -97%;
}

.group:focus .group-focus\:-m-98\% {
  margin: -98%;
}

.group:focus .group-focus\:-m-99\% {
  margin: -99%;
}

.group:focus .group-focus\:-m-36vh {
  margin: -36vh;
}

.group:focus .group-focus\:-m-75vh {
  margin: -75vh;
}

.group:focus .group-focus\:-m-78vh {
  margin: -78vh;
}

.group:focus .group-focus\:-m-80vh {
  margin: -80vh;
}

.group:focus .group-focus\:-m-82vh {
  margin: -82vh;
}

.group:focus .group-focus\:my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.group:focus .group-focus\:mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.group:focus .group-focus\:my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.group:focus .group-focus\:mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.group:focus .group-focus\:my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.group:focus .group-focus\:mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.group:focus .group-focus\:my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.group:focus .group-focus\:mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.group:focus .group-focus\:my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.group:focus .group-focus\:mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.group:focus .group-focus\:my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.group:focus .group-focus\:mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.group:focus .group-focus\:my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.group:focus .group-focus\:mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.group:focus .group-focus\:my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.group:focus .group-focus\:mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.group:focus .group-focus\:my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.group:focus .group-focus\:mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.group:focus .group-focus\:my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.group:focus .group-focus\:mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.group:focus .group-focus\:my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.group:focus .group-focus\:mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.group:focus .group-focus\:my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.group:focus .group-focus\:mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.group:focus .group-focus\:my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.group:focus .group-focus\:mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.group:focus .group-focus\:my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.group:focus .group-focus\:mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.group:focus .group-focus\:my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.group:focus .group-focus\:mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.group:focus .group-focus\:my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.group:focus .group-focus\:mx-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.group:focus .group-focus\:my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.group:focus .group-focus\:mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.group:focus .group-focus\:my-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.group:focus .group-focus\:mx-21 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.group:focus .group-focus\:my-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.group:focus .group-focus\:mx-22 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.group:focus .group-focus\:my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.group:focus .group-focus\:mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.group:focus .group-focus\:my-26 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.group:focus .group-focus\:mx-26 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.group:focus .group-focus\:my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.group:focus .group-focus\:mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.group:focus .group-focus\:my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.group:focus .group-focus\:mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.group:focus .group-focus\:my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.group:focus .group-focus\:mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.group:focus .group-focus\:my-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.group:focus .group-focus\:mx-34 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.group:focus .group-focus\:my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.group:focus .group-focus\:mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.group:focus .group-focus\:my-38 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.group:focus .group-focus\:mx-38 {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.group:focus .group-focus\:my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.group:focus .group-focus\:mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.group:focus .group-focus\:my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.group:focus .group-focus\:mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.group:focus .group-focus\:my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.group:focus .group-focus\:mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.group:focus .group-focus\:my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.group:focus .group-focus\:mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.group:focus .group-focus\:my-53 {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.group:focus .group-focus\:mx-53 {
  margin-left: 13.25rem;
  margin-right: 13.25rem;
}

.group:focus .group-focus\:my-54 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.group:focus .group-focus\:mx-54 {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

.group:focus .group-focus\:my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.group:focus .group-focus\:mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.group:focus .group-focus\:my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.group:focus .group-focus\:mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.group:focus .group-focus\:my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.group:focus .group-focus\:mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.group:focus .group-focus\:my-74 {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.group:focus .group-focus\:mx-74 {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.group:focus .group-focus\:my-76 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.group:focus .group-focus\:mx-76 {
  margin-left: 19rem;
  margin-right: 19rem;
}

.group:focus .group-focus\:my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.group:focus .group-focus\:mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.group:focus .group-focus\:my-85 {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.group:focus .group-focus\:mx-85 {
  margin-left: 21.25rem;
  margin-right: 21.25rem;
}

.group:focus .group-focus\:my-100 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.group:focus .group-focus\:mx-100 {
  margin-left: 25rem;
  margin-right: 25rem;
}

.group:focus .group-focus\:my-105 {
  margin-top: 26.25rem;
  margin-bottom: 26.25rem;
}

.group:focus .group-focus\:mx-105 {
  margin-left: 26.25rem;
  margin-right: 26.25rem;
}

.group:focus .group-focus\:my-107 {
  margin-top: 26.4rem;
  margin-bottom: 26.4rem;
}

.group:focus .group-focus\:mx-107 {
  margin-left: 26.4rem;
  margin-right: 26.4rem;
}

.group:focus .group-focus\:my-110 {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.group:focus .group-focus\:mx-110 {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

.group:focus .group-focus\:my-120 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.group:focus .group-focus\:mx-120 {
  margin-left: 30rem;
  margin-right: 30rem;
}

.group:focus .group-focus\:my-130 {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.group:focus .group-focus\:mx-130 {
  margin-left: 38rem;
  margin-right: 38rem;
}

.group:focus .group-focus\:my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.group:focus .group-focus\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.group:focus .group-focus\:my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.group:focus .group-focus\:mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.group:focus .group-focus\:my-250px {
  margin-top: 250px;
  margin-bottom: 250px;
}

.group:focus .group-focus\:mx-250px {
  margin-left: 250px;
  margin-right: 250px;
}

.group:focus .group-focus\:my-1\/2\% {
  margin-top: 0.5%;
  margin-bottom: 0.5%;
}

.group:focus .group-focus\:mx-1\/2\% {
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.group:focus .group-focus\:my-1\% {
  margin-top: 1%;
  margin-bottom: 1%;
}

.group:focus .group-focus\:mx-1\% {
  margin-left: 1%;
  margin-right: 1%;
}

.group:focus .group-focus\:my-2\% {
  margin-top: 2%;
  margin-bottom: 2%;
}

.group:focus .group-focus\:mx-2\% {
  margin-left: 2%;
  margin-right: 2%;
}

.group:focus .group-focus\:my-3\% {
  margin-top: 3%;
  margin-bottom: 3%;
}

.group:focus .group-focus\:mx-3\% {
  margin-left: 3%;
  margin-right: 3%;
}

.group:focus .group-focus\:my-4\% {
  margin-top: 4%;
  margin-bottom: 4%;
}

.group:focus .group-focus\:mx-4\% {
  margin-left: 4%;
  margin-right: 4%;
}

.group:focus .group-focus\:my-5\% {
  margin-top: 5%;
  margin-bottom: 5%;
}

.group:focus .group-focus\:mx-5\% {
  margin-left: 5%;
  margin-right: 5%;
}

.group:focus .group-focus\:my-10\% {
  margin-top: 10%;
  margin-bottom: 10%;
}

.group:focus .group-focus\:mx-10\% {
  margin-left: 10%;
  margin-right: 10%;
}

.group:focus .group-focus\:my-20\% {
  margin-top: 20%;
  margin-bottom: 20%;
}

.group:focus .group-focus\:mx-20\% {
  margin-left: 20%;
  margin-right: 20%;
}

.group:focus .group-focus\:my-23\% {
  margin-top: 23%;
  margin-bottom: 23%;
}

.group:focus .group-focus\:mx-23\% {
  margin-left: 23%;
  margin-right: 23%;
}

.group:focus .group-focus\:my-25\% {
  margin-top: 25%;
  margin-bottom: 25%;
}

.group:focus .group-focus\:mx-25\% {
  margin-left: 25%;
  margin-right: 25%;
}

.group:focus .group-focus\:my-26\% {
  margin-top: 26%;
  margin-bottom: 26%;
}

.group:focus .group-focus\:mx-26\% {
  margin-left: 26%;
  margin-right: 26%;
}

.group:focus .group-focus\:my-30\% {
  margin-top: 30%;
  margin-bottom: 30%;
}

.group:focus .group-focus\:mx-30\% {
  margin-left: 30%;
  margin-right: 30%;
}

.group:focus .group-focus\:my-40\% {
  margin-top: 40%;
  margin-bottom: 40%;
}

.group:focus .group-focus\:mx-40\% {
  margin-left: 40%;
  margin-right: 40%;
}

.group:focus .group-focus\:my-50\% {
  margin-top: 50%;
  margin-bottom: 50%;
}

.group:focus .group-focus\:mx-50\% {
  margin-left: 50%;
  margin-right: 50%;
}

.group:focus .group-focus\:my-60\% {
  margin-top: 60%;
  margin-bottom: 60%;
}

.group:focus .group-focus\:mx-60\% {
  margin-left: 60%;
  margin-right: 60%;
}

.group:focus .group-focus\:my-70\% {
  margin-top: 70%;
  margin-bottom: 70%;
}

.group:focus .group-focus\:mx-70\% {
  margin-left: 70%;
  margin-right: 70%;
}

.group:focus .group-focus\:my-80\% {
  margin-top: 80%;
  margin-bottom: 80%;
}

.group:focus .group-focus\:mx-80\% {
  margin-left: 80%;
  margin-right: 80%;
}

.group:focus .group-focus\:my-90\% {
  margin-top: 90%;
  margin-bottom: 90%;
}

.group:focus .group-focus\:mx-90\% {
  margin-left: 90%;
  margin-right: 90%;
}

.group:focus .group-focus\:my-95\% {
  margin-top: 95%;
  margin-bottom: 95%;
}

.group:focus .group-focus\:mx-95\% {
  margin-left: 95%;
  margin-right: 95%;
}

.group:focus .group-focus\:my-96\% {
  margin-top: 96%;
  margin-bottom: 96%;
}

.group:focus .group-focus\:mx-96\% {
  margin-left: 96%;
  margin-right: 96%;
}

.group:focus .group-focus\:my-97\% {
  margin-top: 97%;
  margin-bottom: 97%;
}

.group:focus .group-focus\:mx-97\% {
  margin-left: 97%;
  margin-right: 97%;
}

.group:focus .group-focus\:my-98\% {
  margin-top: 98%;
  margin-bottom: 98%;
}

.group:focus .group-focus\:mx-98\% {
  margin-left: 98%;
  margin-right: 98%;
}

.group:focus .group-focus\:my-99\% {
  margin-top: 99%;
  margin-bottom: 99%;
}

.group:focus .group-focus\:mx-99\% {
  margin-left: 99%;
  margin-right: 99%;
}

.group:focus .group-focus\:my-36vh {
  margin-top: 36vh;
  margin-bottom: 36vh;
}

.group:focus .group-focus\:mx-36vh {
  margin-left: 36vh;
  margin-right: 36vh;
}

.group:focus .group-focus\:my-75vh {
  margin-top: 75vh;
  margin-bottom: 75vh;
}

.group:focus .group-focus\:mx-75vh {
  margin-left: 75vh;
  margin-right: 75vh;
}

.group:focus .group-focus\:my-78vh {
  margin-top: 78vh;
  margin-bottom: 78vh;
}

.group:focus .group-focus\:mx-78vh {
  margin-left: 78vh;
  margin-right: 78vh;
}

.group:focus .group-focus\:my-80vh {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.group:focus .group-focus\:mx-80vh {
  margin-left: 80vh;
  margin-right: 80vh;
}

.group:focus .group-focus\:my-82vh {
  margin-top: 82vh;
  margin-bottom: 82vh;
}

.group:focus .group-focus\:mx-82vh {
  margin-left: 82vh;
  margin-right: 82vh;
}

.group:focus .group-focus\:-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.group:focus .group-focus\:-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.group:focus .group-focus\:-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.group:focus .group-focus\:-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.group:focus .group-focus\:-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.group:focus .group-focus\:-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.group:focus .group-focus\:-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.group:focus .group-focus\:-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.group:focus .group-focus\:-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.group:focus .group-focus\:-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.group:focus .group-focus\:-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.group:focus .group-focus\:-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.group:focus .group-focus\:-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.group:focus .group-focus\:-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.group:focus .group-focus\:-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.group:focus .group-focus\:-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.group:focus .group-focus\:-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.group:focus .group-focus\:-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.group:focus .group-focus\:-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.group:focus .group-focus\:-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.group:focus .group-focus\:-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.group:focus .group-focus\:-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.group:focus .group-focus\:-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.group:focus .group-focus\:-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.group:focus .group-focus\:-my-15 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.group:focus .group-focus\:-mx-15 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.group:focus .group-focus\:-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.group:focus .group-focus\:-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.group:focus .group-focus\:-my-18 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.group:focus .group-focus\:-mx-18 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.group:focus .group-focus\:-my-20 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.group:focus .group-focus\:-mx-20 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.group:focus .group-focus\:-my-21 {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.group:focus .group-focus\:-mx-21 {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.group:focus .group-focus\:-my-22 {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.group:focus .group-focus\:-mx-22 {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.group:focus .group-focus\:-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.group:focus .group-focus\:-mx-24 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.group:focus .group-focus\:-my-26 {
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.group:focus .group-focus\:-mx-26 {
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.group:focus .group-focus\:-my-28 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.group:focus .group-focus\:-mx-28 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.group:focus .group-focus\:-my-30 {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}

.group:focus .group-focus\:-mx-30 {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}

.group:focus .group-focus\:-my-32 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.group:focus .group-focus\:-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}

.group:focus .group-focus\:-my-34 {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.group:focus .group-focus\:-mx-34 {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.group:focus .group-focus\:-my-36 {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.group:focus .group-focus\:-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

.group:focus .group-focus\:-my-38 {
  margin-top: -9.5rem;
  margin-bottom: -9.5rem;
}

.group:focus .group-focus\:-mx-38 {
  margin-left: -9.5rem;
  margin-right: -9.5rem;
}

.group:focus .group-focus\:-my-40 {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.group:focus .group-focus\:-mx-40 {
  margin-left: -10rem;
  margin-right: -10rem;
}

.group:focus .group-focus\:-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.group:focus .group-focus\:-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

.group:focus .group-focus\:-my-48 {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.group:focus .group-focus\:-mx-48 {
  margin-left: -12rem;
  margin-right: -12rem;
}

.group:focus .group-focus\:-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.group:focus .group-focus\:-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

.group:focus .group-focus\:-my-53 {
  margin-top: -13.25rem;
  margin-bottom: -13.25rem;
}

.group:focus .group-focus\:-mx-53 {
  margin-left: -13.25rem;
  margin-right: -13.25rem;
}

.group:focus .group-focus\:-my-54 {
  margin-top: -13.5rem;
  margin-bottom: -13.5rem;
}

.group:focus .group-focus\:-mx-54 {
  margin-left: -13.5rem;
  margin-right: -13.5rem;
}

.group:focus .group-focus\:-my-56 {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.group:focus .group-focus\:-mx-56 {
  margin-left: -14rem;
  margin-right: -14rem;
}

.group:focus .group-focus\:-my-64 {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.group:focus .group-focus\:-mx-64 {
  margin-left: -16rem;
  margin-right: -16rem;
}

.group:focus .group-focus\:-my-72 {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.group:focus .group-focus\:-mx-72 {
  margin-left: -18rem;
  margin-right: -18rem;
}

.group:focus .group-focus\:-my-74 {
  margin-top: -18.5rem;
  margin-bottom: -18.5rem;
}

.group:focus .group-focus\:-mx-74 {
  margin-left: -18.5rem;
  margin-right: -18.5rem;
}

.group:focus .group-focus\:-my-76 {
  margin-top: -19rem;
  margin-bottom: -19rem;
}

.group:focus .group-focus\:-mx-76 {
  margin-left: -19rem;
  margin-right: -19rem;
}

.group:focus .group-focus\:-my-80 {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.group:focus .group-focus\:-mx-80 {
  margin-left: -20rem;
  margin-right: -20rem;
}

.group:focus .group-focus\:-my-85 {
  margin-top: -21.25rem;
  margin-bottom: -21.25rem;
}

.group:focus .group-focus\:-mx-85 {
  margin-left: -21.25rem;
  margin-right: -21.25rem;
}

.group:focus .group-focus\:-my-100 {
  margin-top: -25rem;
  margin-bottom: -25rem;
}

.group:focus .group-focus\:-mx-100 {
  margin-left: -25rem;
  margin-right: -25rem;
}

.group:focus .group-focus\:-my-105 {
  margin-top: -26.25rem;
  margin-bottom: -26.25rem;
}

.group:focus .group-focus\:-mx-105 {
  margin-left: -26.25rem;
  margin-right: -26.25rem;
}

.group:focus .group-focus\:-my-107 {
  margin-top: -26.4rem;
  margin-bottom: -26.4rem;
}

.group:focus .group-focus\:-mx-107 {
  margin-left: -26.4rem;
  margin-right: -26.4rem;
}

.group:focus .group-focus\:-my-110 {
  margin-top: -27.5rem;
  margin-bottom: -27.5rem;
}

.group:focus .group-focus\:-mx-110 {
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}

.group:focus .group-focus\:-my-120 {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.group:focus .group-focus\:-mx-120 {
  margin-left: -30rem;
  margin-right: -30rem;
}

.group:focus .group-focus\:-my-130 {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.group:focus .group-focus\:-mx-130 {
  margin-left: -38rem;
  margin-right: -38rem;
}

.group:focus .group-focus\:-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.group:focus .group-focus\:-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.group:focus .group-focus\:-my-250px {
  margin-top: -250px;
  margin-bottom: -250px;
}

.group:focus .group-focus\:-mx-250px {
  margin-left: -250px;
  margin-right: -250px;
}

.group:focus .group-focus\:-my-1\/2\% {
  margin-top: -0.5%;
  margin-bottom: -0.5%;
}

.group:focus .group-focus\:-mx-1\/2\% {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.group:focus .group-focus\:-my-1\% {
  margin-top: -1%;
  margin-bottom: -1%;
}

.group:focus .group-focus\:-mx-1\% {
  margin-left: -1%;
  margin-right: -1%;
}

.group:focus .group-focus\:-my-2\% {
  margin-top: -2%;
  margin-bottom: -2%;
}

.group:focus .group-focus\:-mx-2\% {
  margin-left: -2%;
  margin-right: -2%;
}

.group:focus .group-focus\:-my-3\% {
  margin-top: -3%;
  margin-bottom: -3%;
}

.group:focus .group-focus\:-mx-3\% {
  margin-left: -3%;
  margin-right: -3%;
}

.group:focus .group-focus\:-my-4\% {
  margin-top: -4%;
  margin-bottom: -4%;
}

.group:focus .group-focus\:-mx-4\% {
  margin-left: -4%;
  margin-right: -4%;
}

.group:focus .group-focus\:-my-5\% {
  margin-top: -5%;
  margin-bottom: -5%;
}

.group:focus .group-focus\:-mx-5\% {
  margin-left: -5%;
  margin-right: -5%;
}

.group:focus .group-focus\:-my-10\% {
  margin-top: -10%;
  margin-bottom: -10%;
}

.group:focus .group-focus\:-mx-10\% {
  margin-left: -10%;
  margin-right: -10%;
}

.group:focus .group-focus\:-my-20\% {
  margin-top: -20%;
  margin-bottom: -20%;
}

.group:focus .group-focus\:-mx-20\% {
  margin-left: -20%;
  margin-right: -20%;
}

.group:focus .group-focus\:-my-23\% {
  margin-top: -23%;
  margin-bottom: -23%;
}

.group:focus .group-focus\:-mx-23\% {
  margin-left: -23%;
  margin-right: -23%;
}

.group:focus .group-focus\:-my-25\% {
  margin-top: -25%;
  margin-bottom: -25%;
}

.group:focus .group-focus\:-mx-25\% {
  margin-left: -25%;
  margin-right: -25%;
}

.group:focus .group-focus\:-my-26\% {
  margin-top: -26%;
  margin-bottom: -26%;
}

.group:focus .group-focus\:-mx-26\% {
  margin-left: -26%;
  margin-right: -26%;
}

.group:focus .group-focus\:-my-30\% {
  margin-top: -30%;
  margin-bottom: -30%;
}

.group:focus .group-focus\:-mx-30\% {
  margin-left: -30%;
  margin-right: -30%;
}

.group:focus .group-focus\:-my-40\% {
  margin-top: -40%;
  margin-bottom: -40%;
}

.group:focus .group-focus\:-mx-40\% {
  margin-left: -40%;
  margin-right: -40%;
}

.group:focus .group-focus\:-my-50\% {
  margin-top: -50%;
  margin-bottom: -50%;
}

.group:focus .group-focus\:-mx-50\% {
  margin-left: -50%;
  margin-right: -50%;
}

.group:focus .group-focus\:-my-60\% {
  margin-top: -60%;
  margin-bottom: -60%;
}

.group:focus .group-focus\:-mx-60\% {
  margin-left: -60%;
  margin-right: -60%;
}

.group:focus .group-focus\:-my-70\% {
  margin-top: -70%;
  margin-bottom: -70%;
}

.group:focus .group-focus\:-mx-70\% {
  margin-left: -70%;
  margin-right: -70%;
}

.group:focus .group-focus\:-my-80\% {
  margin-top: -80%;
  margin-bottom: -80%;
}

.group:focus .group-focus\:-mx-80\% {
  margin-left: -80%;
  margin-right: -80%;
}

.group:focus .group-focus\:-my-90\% {
  margin-top: -90%;
  margin-bottom: -90%;
}

.group:focus .group-focus\:-mx-90\% {
  margin-left: -90%;
  margin-right: -90%;
}

.group:focus .group-focus\:-my-95\% {
  margin-top: -95%;
  margin-bottom: -95%;
}

.group:focus .group-focus\:-mx-95\% {
  margin-left: -95%;
  margin-right: -95%;
}

.group:focus .group-focus\:-my-96\% {
  margin-top: -96%;
  margin-bottom: -96%;
}

.group:focus .group-focus\:-mx-96\% {
  margin-left: -96%;
  margin-right: -96%;
}

.group:focus .group-focus\:-my-97\% {
  margin-top: -97%;
  margin-bottom: -97%;
}

.group:focus .group-focus\:-mx-97\% {
  margin-left: -97%;
  margin-right: -97%;
}

.group:focus .group-focus\:-my-98\% {
  margin-top: -98%;
  margin-bottom: -98%;
}

.group:focus .group-focus\:-mx-98\% {
  margin-left: -98%;
  margin-right: -98%;
}

.group:focus .group-focus\:-my-99\% {
  margin-top: -99%;
  margin-bottom: -99%;
}

.group:focus .group-focus\:-mx-99\% {
  margin-left: -99%;
  margin-right: -99%;
}

.group:focus .group-focus\:-my-36vh {
  margin-top: -36vh;
  margin-bottom: -36vh;
}

.group:focus .group-focus\:-mx-36vh {
  margin-left: -36vh;
  margin-right: -36vh;
}

.group:focus .group-focus\:-my-75vh {
  margin-top: -75vh;
  margin-bottom: -75vh;
}

.group:focus .group-focus\:-mx-75vh {
  margin-left: -75vh;
  margin-right: -75vh;
}

.group:focus .group-focus\:-my-78vh {
  margin-top: -78vh;
  margin-bottom: -78vh;
}

.group:focus .group-focus\:-mx-78vh {
  margin-left: -78vh;
  margin-right: -78vh;
}

.group:focus .group-focus\:-my-80vh {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.group:focus .group-focus\:-mx-80vh {
  margin-left: -80vh;
  margin-right: -80vh;
}

.group:focus .group-focus\:-my-82vh {
  margin-top: -82vh;
  margin-bottom: -82vh;
}

.group:focus .group-focus\:-mx-82vh {
  margin-left: -82vh;
  margin-right: -82vh;
}

.group:focus .group-focus\:mt-0 {
  margin-top: 0;
}

.group:focus .group-focus\:mr-0 {
  margin-right: 0;
}

.group:focus .group-focus\:mb-0 {
  margin-bottom: 0;
}

.group:focus .group-focus\:ml-0 {
  margin-left: 0;
}

.group:focus .group-focus\:mt-1 {
  margin-top: 0.25rem;
}

.group:focus .group-focus\:mr-1 {
  margin-right: 0.25rem;
}

.group:focus .group-focus\:mb-1 {
  margin-bottom: 0.25rem;
}

.group:focus .group-focus\:ml-1 {
  margin-left: 0.25rem;
}

.group:focus .group-focus\:mt-2 {
  margin-top: 0.5rem;
}

.group:focus .group-focus\:mr-2 {
  margin-right: 0.5rem;
}

.group:focus .group-focus\:mb-2 {
  margin-bottom: 0.5rem;
}

.group:focus .group-focus\:ml-2 {
  margin-left: 0.5rem;
}

.group:focus .group-focus\:mt-3 {
  margin-top: 0.75rem;
}

.group:focus .group-focus\:mr-3 {
  margin-right: 0.75rem;
}

.group:focus .group-focus\:mb-3 {
  margin-bottom: 0.75rem;
}

.group:focus .group-focus\:ml-3 {
  margin-left: 0.75rem;
}

.group:focus .group-focus\:mt-4 {
  margin-top: 1rem;
}

.group:focus .group-focus\:mr-4 {
  margin-right: 1rem;
}

.group:focus .group-focus\:mb-4 {
  margin-bottom: 1rem;
}

.group:focus .group-focus\:ml-4 {
  margin-left: 1rem;
}

.group:focus .group-focus\:mt-5 {
  margin-top: 1.25rem;
}

.group:focus .group-focus\:mr-5 {
  margin-right: 1.25rem;
}

.group:focus .group-focus\:mb-5 {
  margin-bottom: 1.25rem;
}

.group:focus .group-focus\:ml-5 {
  margin-left: 1.25rem;
}

.group:focus .group-focus\:mt-6 {
  margin-top: 1.5rem;
}

.group:focus .group-focus\:mr-6 {
  margin-right: 1.5rem;
}

.group:focus .group-focus\:mb-6 {
  margin-bottom: 1.5rem;
}

.group:focus .group-focus\:ml-6 {
  margin-left: 1.5rem;
}

.group:focus .group-focus\:mt-7 {
  margin-top: 1.75rem;
}

.group:focus .group-focus\:mr-7 {
  margin-right: 1.75rem;
}

.group:focus .group-focus\:mb-7 {
  margin-bottom: 1.75rem;
}

.group:focus .group-focus\:ml-7 {
  margin-left: 1.75rem;
}

.group:focus .group-focus\:mt-8 {
  margin-top: 2rem;
}

.group:focus .group-focus\:mr-8 {
  margin-right: 2rem;
}

.group:focus .group-focus\:mb-8 {
  margin-bottom: 2rem;
}

.group:focus .group-focus\:ml-8 {
  margin-left: 2rem;
}

.group:focus .group-focus\:mt-9 {
  margin-top: 2.25rem;
}

.group:focus .group-focus\:mr-9 {
  margin-right: 2.25rem;
}

.group:focus .group-focus\:mb-9 {
  margin-bottom: 2.25rem;
}

.group:focus .group-focus\:ml-9 {
  margin-left: 2.25rem;
}

.group:focus .group-focus\:mt-10 {
  margin-top: 2.5rem;
}

.group:focus .group-focus\:mr-10 {
  margin-right: 2.5rem;
}

.group:focus .group-focus\:mb-10 {
  margin-bottom: 2.5rem;
}

.group:focus .group-focus\:ml-10 {
  margin-left: 2.5rem;
}

.group:focus .group-focus\:mt-12 {
  margin-top: 3rem;
}

.group:focus .group-focus\:mr-12 {
  margin-right: 3rem;
}

.group:focus .group-focus\:mb-12 {
  margin-bottom: 3rem;
}

.group:focus .group-focus\:ml-12 {
  margin-left: 3rem;
}

.group:focus .group-focus\:mt-14 {
  margin-top: 3.5rem;
}

.group:focus .group-focus\:mr-14 {
  margin-right: 3.5rem;
}

.group:focus .group-focus\:mb-14 {
  margin-bottom: 3.5rem;
}

.group:focus .group-focus\:ml-14 {
  margin-left: 3.5rem;
}

.group:focus .group-focus\:mt-15 {
  margin-top: 3.75rem;
}

.group:focus .group-focus\:mr-15 {
  margin-right: 3.75rem;
}

.group:focus .group-focus\:mb-15 {
  margin-bottom: 3.75rem;
}

.group:focus .group-focus\:ml-15 {
  margin-left: 3.75rem;
}

.group:focus .group-focus\:mt-16 {
  margin-top: 4rem;
}

.group:focus .group-focus\:mr-16 {
  margin-right: 4rem;
}

.group:focus .group-focus\:mb-16 {
  margin-bottom: 4rem;
}

.group:focus .group-focus\:ml-16 {
  margin-left: 4rem;
}

.group:focus .group-focus\:mt-18 {
  margin-top: 4.5rem;
}

.group:focus .group-focus\:mr-18 {
  margin-right: 4.5rem;
}

.group:focus .group-focus\:mb-18 {
  margin-bottom: 4.5rem;
}

.group:focus .group-focus\:ml-18 {
  margin-left: 4.5rem;
}

.group:focus .group-focus\:mt-20 {
  margin-top: 5rem;
}

.group:focus .group-focus\:mr-20 {
  margin-right: 5rem;
}

.group:focus .group-focus\:mb-20 {
  margin-bottom: 5rem;
}

.group:focus .group-focus\:ml-20 {
  margin-left: 5rem;
}

.group:focus .group-focus\:mt-21 {
  margin-top: 5.25rem;
}

.group:focus .group-focus\:mr-21 {
  margin-right: 5.25rem;
}

.group:focus .group-focus\:mb-21 {
  margin-bottom: 5.25rem;
}

.group:focus .group-focus\:ml-21 {
  margin-left: 5.25rem;
}

.group:focus .group-focus\:mt-22 {
  margin-top: 5.5rem;
}

.group:focus .group-focus\:mr-22 {
  margin-right: 5.5rem;
}

.group:focus .group-focus\:mb-22 {
  margin-bottom: 5.5rem;
}

.group:focus .group-focus\:ml-22 {
  margin-left: 5.5rem;
}

.group:focus .group-focus\:mt-24 {
  margin-top: 6rem;
}

.group:focus .group-focus\:mr-24 {
  margin-right: 6rem;
}

.group:focus .group-focus\:mb-24 {
  margin-bottom: 6rem;
}

.group:focus .group-focus\:ml-24 {
  margin-left: 6rem;
}

.group:focus .group-focus\:mt-26 {
  margin-top: 6.5rem;
}

.group:focus .group-focus\:mr-26 {
  margin-right: 6.5rem;
}

.group:focus .group-focus\:mb-26 {
  margin-bottom: 6.5rem;
}

.group:focus .group-focus\:ml-26 {
  margin-left: 6.5rem;
}

.group:focus .group-focus\:mt-28 {
  margin-top: 7rem;
}

.group:focus .group-focus\:mr-28 {
  margin-right: 7rem;
}

.group:focus .group-focus\:mb-28 {
  margin-bottom: 7rem;
}

.group:focus .group-focus\:ml-28 {
  margin-left: 7rem;
}

.group:focus .group-focus\:mt-30 {
  margin-top: 7.5rem;
}

.group:focus .group-focus\:mr-30 {
  margin-right: 7.5rem;
}

.group:focus .group-focus\:mb-30 {
  margin-bottom: 7.5rem;
}

.group:focus .group-focus\:ml-30 {
  margin-left: 7.5rem;
}

.group:focus .group-focus\:mt-32 {
  margin-top: 8rem;
}

.group:focus .group-focus\:mr-32 {
  margin-right: 8rem;
}

.group:focus .group-focus\:mb-32 {
  margin-bottom: 8rem;
}

.group:focus .group-focus\:ml-32 {
  margin-left: 8rem;
}

.group:focus .group-focus\:mt-34 {
  margin-top: 8.5rem;
}

.group:focus .group-focus\:mr-34 {
  margin-right: 8.5rem;
}

.group:focus .group-focus\:mb-34 {
  margin-bottom: 8.5rem;
}

.group:focus .group-focus\:ml-34 {
  margin-left: 8.5rem;
}

.group:focus .group-focus\:mt-36 {
  margin-top: 9rem;
}

.group:focus .group-focus\:mr-36 {
  margin-right: 9rem;
}

.group:focus .group-focus\:mb-36 {
  margin-bottom: 9rem;
}

.group:focus .group-focus\:ml-36 {
  margin-left: 9rem;
}

.group:focus .group-focus\:mt-38 {
  margin-top: 9.5rem;
}

.group:focus .group-focus\:mr-38 {
  margin-right: 9.5rem;
}

.group:focus .group-focus\:mb-38 {
  margin-bottom: 9.5rem;
}

.group:focus .group-focus\:ml-38 {
  margin-left: 9.5rem;
}

.group:focus .group-focus\:mt-40 {
  margin-top: 10rem;
}

.group:focus .group-focus\:mr-40 {
  margin-right: 10rem;
}

.group:focus .group-focus\:mb-40 {
  margin-bottom: 10rem;
}

.group:focus .group-focus\:ml-40 {
  margin-left: 10rem;
}

.group:focus .group-focus\:mt-44 {
  margin-top: 11rem;
}

.group:focus .group-focus\:mr-44 {
  margin-right: 11rem;
}

.group:focus .group-focus\:mb-44 {
  margin-bottom: 11rem;
}

.group:focus .group-focus\:ml-44 {
  margin-left: 11rem;
}

.group:focus .group-focus\:mt-48 {
  margin-top: 12rem;
}

.group:focus .group-focus\:mr-48 {
  margin-right: 12rem;
}

.group:focus .group-focus\:mb-48 {
  margin-bottom: 12rem;
}

.group:focus .group-focus\:ml-48 {
  margin-left: 12rem;
}

.group:focus .group-focus\:mt-52 {
  margin-top: 13rem;
}

.group:focus .group-focus\:mr-52 {
  margin-right: 13rem;
}

.group:focus .group-focus\:mb-52 {
  margin-bottom: 13rem;
}

.group:focus .group-focus\:ml-52 {
  margin-left: 13rem;
}

.group:focus .group-focus\:mt-53 {
  margin-top: 13.25rem;
}

.group:focus .group-focus\:mr-53 {
  margin-right: 13.25rem;
}

.group:focus .group-focus\:mb-53 {
  margin-bottom: 13.25rem;
}

.group:focus .group-focus\:ml-53 {
  margin-left: 13.25rem;
}

.group:focus .group-focus\:mt-54 {
  margin-top: 13.5rem;
}

.group:focus .group-focus\:mr-54 {
  margin-right: 13.5rem;
}

.group:focus .group-focus\:mb-54 {
  margin-bottom: 13.5rem;
}

.group:focus .group-focus\:ml-54 {
  margin-left: 13.5rem;
}

.group:focus .group-focus\:mt-56 {
  margin-top: 14rem;
}

.group:focus .group-focus\:mr-56 {
  margin-right: 14rem;
}

.group:focus .group-focus\:mb-56 {
  margin-bottom: 14rem;
}

.group:focus .group-focus\:ml-56 {
  margin-left: 14rem;
}

.group:focus .group-focus\:mt-64 {
  margin-top: 16rem;
}

.group:focus .group-focus\:mr-64 {
  margin-right: 16rem;
}

.group:focus .group-focus\:mb-64 {
  margin-bottom: 16rem;
}

.group:focus .group-focus\:ml-64 {
  margin-left: 16rem;
}

.group:focus .group-focus\:mt-72 {
  margin-top: 18rem;
}

.group:focus .group-focus\:mr-72 {
  margin-right: 18rem;
}

.group:focus .group-focus\:mb-72 {
  margin-bottom: 18rem;
}

.group:focus .group-focus\:ml-72 {
  margin-left: 18rem;
}

.group:focus .group-focus\:mt-74 {
  margin-top: 18.5rem;
}

.group:focus .group-focus\:mr-74 {
  margin-right: 18.5rem;
}

.group:focus .group-focus\:mb-74 {
  margin-bottom: 18.5rem;
}

.group:focus .group-focus\:ml-74 {
  margin-left: 18.5rem;
}

.group:focus .group-focus\:mt-76 {
  margin-top: 19rem;
}

.group:focus .group-focus\:mr-76 {
  margin-right: 19rem;
}

.group:focus .group-focus\:mb-76 {
  margin-bottom: 19rem;
}

.group:focus .group-focus\:ml-76 {
  margin-left: 19rem;
}

.group:focus .group-focus\:mt-80 {
  margin-top: 20rem;
}

.group:focus .group-focus\:mr-80 {
  margin-right: 20rem;
}

.group:focus .group-focus\:mb-80 {
  margin-bottom: 20rem;
}

.group:focus .group-focus\:ml-80 {
  margin-left: 20rem;
}

.group:focus .group-focus\:mt-85 {
  margin-top: 21.25rem;
}

.group:focus .group-focus\:mr-85 {
  margin-right: 21.25rem;
}

.group:focus .group-focus\:mb-85 {
  margin-bottom: 21.25rem;
}

.group:focus .group-focus\:ml-85 {
  margin-left: 21.25rem;
}

.group:focus .group-focus\:mt-100 {
  margin-top: 25rem;
}

.group:focus .group-focus\:mr-100 {
  margin-right: 25rem;
}

.group:focus .group-focus\:mb-100 {
  margin-bottom: 25rem;
}

.group:focus .group-focus\:ml-100 {
  margin-left: 25rem;
}

.group:focus .group-focus\:mt-105 {
  margin-top: 26.25rem;
}

.group:focus .group-focus\:mr-105 {
  margin-right: 26.25rem;
}

.group:focus .group-focus\:mb-105 {
  margin-bottom: 26.25rem;
}

.group:focus .group-focus\:ml-105 {
  margin-left: 26.25rem;
}

.group:focus .group-focus\:mt-107 {
  margin-top: 26.4rem;
}

.group:focus .group-focus\:mr-107 {
  margin-right: 26.4rem;
}

.group:focus .group-focus\:mb-107 {
  margin-bottom: 26.4rem;
}

.group:focus .group-focus\:ml-107 {
  margin-left: 26.4rem;
}

.group:focus .group-focus\:mt-110 {
  margin-top: 27.5rem;
}

.group:focus .group-focus\:mr-110 {
  margin-right: 27.5rem;
}

.group:focus .group-focus\:mb-110 {
  margin-bottom: 27.5rem;
}

.group:focus .group-focus\:ml-110 {
  margin-left: 27.5rem;
}

.group:focus .group-focus\:mt-120 {
  margin-top: 30rem;
}

.group:focus .group-focus\:mr-120 {
  margin-right: 30rem;
}

.group:focus .group-focus\:mb-120 {
  margin-bottom: 30rem;
}

.group:focus .group-focus\:ml-120 {
  margin-left: 30rem;
}

.group:focus .group-focus\:mt-130 {
  margin-top: 38rem;
}

.group:focus .group-focus\:mr-130 {
  margin-right: 38rem;
}

.group:focus .group-focus\:mb-130 {
  margin-bottom: 38rem;
}

.group:focus .group-focus\:ml-130 {
  margin-left: 38rem;
}

.group:focus .group-focus\:mt-auto {
  margin-top: auto;
}

.group:focus .group-focus\:mr-auto {
  margin-right: auto;
}

.group:focus .group-focus\:mb-auto {
  margin-bottom: auto;
}

.group:focus .group-focus\:ml-auto {
  margin-left: auto;
}

.group:focus .group-focus\:mt-px {
  margin-top: 1px;
}

.group:focus .group-focus\:mr-px {
  margin-right: 1px;
}

.group:focus .group-focus\:mb-px {
  margin-bottom: 1px;
}

.group:focus .group-focus\:ml-px {
  margin-left: 1px;
}

.group:focus .group-focus\:mt-250px {
  margin-top: 250px;
}

.group:focus .group-focus\:mr-250px {
  margin-right: 250px;
}

.group:focus .group-focus\:mb-250px {
  margin-bottom: 250px;
}

.group:focus .group-focus\:ml-250px {
  margin-left: 250px;
}

.group:focus .group-focus\:mt-1\/2\% {
  margin-top: 0.5%;
}

.group:focus .group-focus\:mr-1\/2\% {
  margin-right: 0.5%;
}

.group:focus .group-focus\:mb-1\/2\% {
  margin-bottom: 0.5%;
}

.group:focus .group-focus\:ml-1\/2\% {
  margin-left: 0.5%;
}

.group:focus .group-focus\:mt-1\% {
  margin-top: 1%;
}

.group:focus .group-focus\:mr-1\% {
  margin-right: 1%;
}

.group:focus .group-focus\:mb-1\% {
  margin-bottom: 1%;
}

.group:focus .group-focus\:ml-1\% {
  margin-left: 1%;
}

.group:focus .group-focus\:mt-2\% {
  margin-top: 2%;
}

.group:focus .group-focus\:mr-2\% {
  margin-right: 2%;
}

.group:focus .group-focus\:mb-2\% {
  margin-bottom: 2%;
}

.group:focus .group-focus\:ml-2\% {
  margin-left: 2%;
}

.group:focus .group-focus\:mt-3\% {
  margin-top: 3%;
}

.group:focus .group-focus\:mr-3\% {
  margin-right: 3%;
}

.group:focus .group-focus\:mb-3\% {
  margin-bottom: 3%;
}

.group:focus .group-focus\:ml-3\% {
  margin-left: 3%;
}

.group:focus .group-focus\:mt-4\% {
  margin-top: 4%;
}

.group:focus .group-focus\:mr-4\% {
  margin-right: 4%;
}

.group:focus .group-focus\:mb-4\% {
  margin-bottom: 4%;
}

.group:focus .group-focus\:ml-4\% {
  margin-left: 4%;
}

.group:focus .group-focus\:mt-5\% {
  margin-top: 5%;
}

.group:focus .group-focus\:mr-5\% {
  margin-right: 5%;
}

.group:focus .group-focus\:mb-5\% {
  margin-bottom: 5%;
}

.group:focus .group-focus\:ml-5\% {
  margin-left: 5%;
}

.group:focus .group-focus\:mt-10\% {
  margin-top: 10%;
}

.group:focus .group-focus\:mr-10\% {
  margin-right: 10%;
}

.group:focus .group-focus\:mb-10\% {
  margin-bottom: 10%;
}

.group:focus .group-focus\:ml-10\% {
  margin-left: 10%;
}

.group:focus .group-focus\:mt-20\% {
  margin-top: 20%;
}

.group:focus .group-focus\:mr-20\% {
  margin-right: 20%;
}

.group:focus .group-focus\:mb-20\% {
  margin-bottom: 20%;
}

.group:focus .group-focus\:ml-20\% {
  margin-left: 20%;
}

.group:focus .group-focus\:mt-23\% {
  margin-top: 23%;
}

.group:focus .group-focus\:mr-23\% {
  margin-right: 23%;
}

.group:focus .group-focus\:mb-23\% {
  margin-bottom: 23%;
}

.group:focus .group-focus\:ml-23\% {
  margin-left: 23%;
}

.group:focus .group-focus\:mt-25\% {
  margin-top: 25%;
}

.group:focus .group-focus\:mr-25\% {
  margin-right: 25%;
}

.group:focus .group-focus\:mb-25\% {
  margin-bottom: 25%;
}

.group:focus .group-focus\:ml-25\% {
  margin-left: 25%;
}

.group:focus .group-focus\:mt-26\% {
  margin-top: 26%;
}

.group:focus .group-focus\:mr-26\% {
  margin-right: 26%;
}

.group:focus .group-focus\:mb-26\% {
  margin-bottom: 26%;
}

.group:focus .group-focus\:ml-26\% {
  margin-left: 26%;
}

.group:focus .group-focus\:mt-30\% {
  margin-top: 30%;
}

.group:focus .group-focus\:mr-30\% {
  margin-right: 30%;
}

.group:focus .group-focus\:mb-30\% {
  margin-bottom: 30%;
}

.group:focus .group-focus\:ml-30\% {
  margin-left: 30%;
}

.group:focus .group-focus\:mt-40\% {
  margin-top: 40%;
}

.group:focus .group-focus\:mr-40\% {
  margin-right: 40%;
}

.group:focus .group-focus\:mb-40\% {
  margin-bottom: 40%;
}

.group:focus .group-focus\:ml-40\% {
  margin-left: 40%;
}

.group:focus .group-focus\:mt-50\% {
  margin-top: 50%;
}

.group:focus .group-focus\:mr-50\% {
  margin-right: 50%;
}

.group:focus .group-focus\:mb-50\% {
  margin-bottom: 50%;
}

.group:focus .group-focus\:ml-50\% {
  margin-left: 50%;
}

.group:focus .group-focus\:mt-60\% {
  margin-top: 60%;
}

.group:focus .group-focus\:mr-60\% {
  margin-right: 60%;
}

.group:focus .group-focus\:mb-60\% {
  margin-bottom: 60%;
}

.group:focus .group-focus\:ml-60\% {
  margin-left: 60%;
}

.group:focus .group-focus\:mt-70\% {
  margin-top: 70%;
}

.group:focus .group-focus\:mr-70\% {
  margin-right: 70%;
}

.group:focus .group-focus\:mb-70\% {
  margin-bottom: 70%;
}

.group:focus .group-focus\:ml-70\% {
  margin-left: 70%;
}

.group:focus .group-focus\:mt-80\% {
  margin-top: 80%;
}

.group:focus .group-focus\:mr-80\% {
  margin-right: 80%;
}

.group:focus .group-focus\:mb-80\% {
  margin-bottom: 80%;
}

.group:focus .group-focus\:ml-80\% {
  margin-left: 80%;
}

.group:focus .group-focus\:mt-90\% {
  margin-top: 90%;
}

.group:focus .group-focus\:mr-90\% {
  margin-right: 90%;
}

.group:focus .group-focus\:mb-90\% {
  margin-bottom: 90%;
}

.group:focus .group-focus\:ml-90\% {
  margin-left: 90%;
}

.group:focus .group-focus\:mt-95\% {
  margin-top: 95%;
}

.group:focus .group-focus\:mr-95\% {
  margin-right: 95%;
}

.group:focus .group-focus\:mb-95\% {
  margin-bottom: 95%;
}

.group:focus .group-focus\:ml-95\% {
  margin-left: 95%;
}

.group:focus .group-focus\:mt-96\% {
  margin-top: 96%;
}

.group:focus .group-focus\:mr-96\% {
  margin-right: 96%;
}

.group:focus .group-focus\:mb-96\% {
  margin-bottom: 96%;
}

.group:focus .group-focus\:ml-96\% {
  margin-left: 96%;
}

.group:focus .group-focus\:mt-97\% {
  margin-top: 97%;
}

.group:focus .group-focus\:mr-97\% {
  margin-right: 97%;
}

.group:focus .group-focus\:mb-97\% {
  margin-bottom: 97%;
}

.group:focus .group-focus\:ml-97\% {
  margin-left: 97%;
}

.group:focus .group-focus\:mt-98\% {
  margin-top: 98%;
}

.group:focus .group-focus\:mr-98\% {
  margin-right: 98%;
}

.group:focus .group-focus\:mb-98\% {
  margin-bottom: 98%;
}

.group:focus .group-focus\:ml-98\% {
  margin-left: 98%;
}

.group:focus .group-focus\:mt-99\% {
  margin-top: 99%;
}

.group:focus .group-focus\:mr-99\% {
  margin-right: 99%;
}

.group:focus .group-focus\:mb-99\% {
  margin-bottom: 99%;
}

.group:focus .group-focus\:ml-99\% {
  margin-left: 99%;
}

.group:focus .group-focus\:mt-36vh {
  margin-top: 36vh;
}

.group:focus .group-focus\:mr-36vh {
  margin-right: 36vh;
}

.group:focus .group-focus\:mb-36vh {
  margin-bottom: 36vh;
}

.group:focus .group-focus\:ml-36vh {
  margin-left: 36vh;
}

.group:focus .group-focus\:mt-75vh {
  margin-top: 75vh;
}

.group:focus .group-focus\:mr-75vh {
  margin-right: 75vh;
}

.group:focus .group-focus\:mb-75vh {
  margin-bottom: 75vh;
}

.group:focus .group-focus\:ml-75vh {
  margin-left: 75vh;
}

.group:focus .group-focus\:mt-78vh {
  margin-top: 78vh;
}

.group:focus .group-focus\:mr-78vh {
  margin-right: 78vh;
}

.group:focus .group-focus\:mb-78vh {
  margin-bottom: 78vh;
}

.group:focus .group-focus\:ml-78vh {
  margin-left: 78vh;
}

.group:focus .group-focus\:mt-80vh {
  margin-top: 80vh;
}

.group:focus .group-focus\:mr-80vh {
  margin-right: 80vh;
}

.group:focus .group-focus\:mb-80vh {
  margin-bottom: 80vh;
}

.group:focus .group-focus\:ml-80vh {
  margin-left: 80vh;
}

.group:focus .group-focus\:mt-82vh {
  margin-top: 82vh;
}

.group:focus .group-focus\:mr-82vh {
  margin-right: 82vh;
}

.group:focus .group-focus\:mb-82vh {
  margin-bottom: 82vh;
}

.group:focus .group-focus\:ml-82vh {
  margin-left: 82vh;
}

.group:focus .group-focus\:-mt-1 {
  margin-top: -0.25rem;
}

.group:focus .group-focus\:-mr-1 {
  margin-right: -0.25rem;
}

.group:focus .group-focus\:-mb-1 {
  margin-bottom: -0.25rem;
}

.group:focus .group-focus\:-ml-1 {
  margin-left: -0.25rem;
}

.group:focus .group-focus\:-mt-2 {
  margin-top: -0.5rem;
}

.group:focus .group-focus\:-mr-2 {
  margin-right: -0.5rem;
}

.group:focus .group-focus\:-mb-2 {
  margin-bottom: -0.5rem;
}

.group:focus .group-focus\:-ml-2 {
  margin-left: -0.5rem;
}

.group:focus .group-focus\:-mt-3 {
  margin-top: -0.75rem;
}

.group:focus .group-focus\:-mr-3 {
  margin-right: -0.75rem;
}

.group:focus .group-focus\:-mb-3 {
  margin-bottom: -0.75rem;
}

.group:focus .group-focus\:-ml-3 {
  margin-left: -0.75rem;
}

.group:focus .group-focus\:-mt-4 {
  margin-top: -1rem;
}

.group:focus .group-focus\:-mr-4 {
  margin-right: -1rem;
}

.group:focus .group-focus\:-mb-4 {
  margin-bottom: -1rem;
}

.group:focus .group-focus\:-ml-4 {
  margin-left: -1rem;
}

.group:focus .group-focus\:-mt-5 {
  margin-top: -1.25rem;
}

.group:focus .group-focus\:-mr-5 {
  margin-right: -1.25rem;
}

.group:focus .group-focus\:-mb-5 {
  margin-bottom: -1.25rem;
}

.group:focus .group-focus\:-ml-5 {
  margin-left: -1.25rem;
}

.group:focus .group-focus\:-mt-6 {
  margin-top: -1.5rem;
}

.group:focus .group-focus\:-mr-6 {
  margin-right: -1.5rem;
}

.group:focus .group-focus\:-mb-6 {
  margin-bottom: -1.5rem;
}

.group:focus .group-focus\:-ml-6 {
  margin-left: -1.5rem;
}

.group:focus .group-focus\:-mt-7 {
  margin-top: -1.75rem;
}

.group:focus .group-focus\:-mr-7 {
  margin-right: -1.75rem;
}

.group:focus .group-focus\:-mb-7 {
  margin-bottom: -1.75rem;
}

.group:focus .group-focus\:-ml-7 {
  margin-left: -1.75rem;
}

.group:focus .group-focus\:-mt-8 {
  margin-top: -2rem;
}

.group:focus .group-focus\:-mr-8 {
  margin-right: -2rem;
}

.group:focus .group-focus\:-mb-8 {
  margin-bottom: -2rem;
}

.group:focus .group-focus\:-ml-8 {
  margin-left: -2rem;
}

.group:focus .group-focus\:-mt-9 {
  margin-top: -2.25rem;
}

.group:focus .group-focus\:-mr-9 {
  margin-right: -2.25rem;
}

.group:focus .group-focus\:-mb-9 {
  margin-bottom: -2.25rem;
}

.group:focus .group-focus\:-ml-9 {
  margin-left: -2.25rem;
}

.group:focus .group-focus\:-mt-10 {
  margin-top: -2.5rem;
}

.group:focus .group-focus\:-mr-10 {
  margin-right: -2.5rem;
}

.group:focus .group-focus\:-mb-10 {
  margin-bottom: -2.5rem;
}

.group:focus .group-focus\:-ml-10 {
  margin-left: -2.5rem;
}

.group:focus .group-focus\:-mt-12 {
  margin-top: -3rem;
}

.group:focus .group-focus\:-mr-12 {
  margin-right: -3rem;
}

.group:focus .group-focus\:-mb-12 {
  margin-bottom: -3rem;
}

.group:focus .group-focus\:-ml-12 {
  margin-left: -3rem;
}

.group:focus .group-focus\:-mt-14 {
  margin-top: -3.5rem;
}

.group:focus .group-focus\:-mr-14 {
  margin-right: -3.5rem;
}

.group:focus .group-focus\:-mb-14 {
  margin-bottom: -3.5rem;
}

.group:focus .group-focus\:-ml-14 {
  margin-left: -3.5rem;
}

.group:focus .group-focus\:-mt-15 {
  margin-top: -3.75rem;
}

.group:focus .group-focus\:-mr-15 {
  margin-right: -3.75rem;
}

.group:focus .group-focus\:-mb-15 {
  margin-bottom: -3.75rem;
}

.group:focus .group-focus\:-ml-15 {
  margin-left: -3.75rem;
}

.group:focus .group-focus\:-mt-16 {
  margin-top: -4rem;
}

.group:focus .group-focus\:-mr-16 {
  margin-right: -4rem;
}

.group:focus .group-focus\:-mb-16 {
  margin-bottom: -4rem;
}

.group:focus .group-focus\:-ml-16 {
  margin-left: -4rem;
}

.group:focus .group-focus\:-mt-18 {
  margin-top: -4.5rem;
}

.group:focus .group-focus\:-mr-18 {
  margin-right: -4.5rem;
}

.group:focus .group-focus\:-mb-18 {
  margin-bottom: -4.5rem;
}

.group:focus .group-focus\:-ml-18 {
  margin-left: -4.5rem;
}

.group:focus .group-focus\:-mt-20 {
  margin-top: -5rem;
}

.group:focus .group-focus\:-mr-20 {
  margin-right: -5rem;
}

.group:focus .group-focus\:-mb-20 {
  margin-bottom: -5rem;
}

.group:focus .group-focus\:-ml-20 {
  margin-left: -5rem;
}

.group:focus .group-focus\:-mt-21 {
  margin-top: -5.25rem;
}

.group:focus .group-focus\:-mr-21 {
  margin-right: -5.25rem;
}

.group:focus .group-focus\:-mb-21 {
  margin-bottom: -5.25rem;
}

.group:focus .group-focus\:-ml-21 {
  margin-left: -5.25rem;
}

.group:focus .group-focus\:-mt-22 {
  margin-top: -5.5rem;
}

.group:focus .group-focus\:-mr-22 {
  margin-right: -5.5rem;
}

.group:focus .group-focus\:-mb-22 {
  margin-bottom: -5.5rem;
}

.group:focus .group-focus\:-ml-22 {
  margin-left: -5.5rem;
}

.group:focus .group-focus\:-mt-24 {
  margin-top: -6rem;
}

.group:focus .group-focus\:-mr-24 {
  margin-right: -6rem;
}

.group:focus .group-focus\:-mb-24 {
  margin-bottom: -6rem;
}

.group:focus .group-focus\:-ml-24 {
  margin-left: -6rem;
}

.group:focus .group-focus\:-mt-26 {
  margin-top: -6.5rem;
}

.group:focus .group-focus\:-mr-26 {
  margin-right: -6.5rem;
}

.group:focus .group-focus\:-mb-26 {
  margin-bottom: -6.5rem;
}

.group:focus .group-focus\:-ml-26 {
  margin-left: -6.5rem;
}

.group:focus .group-focus\:-mt-28 {
  margin-top: -7rem;
}

.group:focus .group-focus\:-mr-28 {
  margin-right: -7rem;
}

.group:focus .group-focus\:-mb-28 {
  margin-bottom: -7rem;
}

.group:focus .group-focus\:-ml-28 {
  margin-left: -7rem;
}

.group:focus .group-focus\:-mt-30 {
  margin-top: -7.5rem;
}

.group:focus .group-focus\:-mr-30 {
  margin-right: -7.5rem;
}

.group:focus .group-focus\:-mb-30 {
  margin-bottom: -7.5rem;
}

.group:focus .group-focus\:-ml-30 {
  margin-left: -7.5rem;
}

.group:focus .group-focus\:-mt-32 {
  margin-top: -8rem;
}

.group:focus .group-focus\:-mr-32 {
  margin-right: -8rem;
}

.group:focus .group-focus\:-mb-32 {
  margin-bottom: -8rem;
}

.group:focus .group-focus\:-ml-32 {
  margin-left: -8rem;
}

.group:focus .group-focus\:-mt-34 {
  margin-top: -8.5rem;
}

.group:focus .group-focus\:-mr-34 {
  margin-right: -8.5rem;
}

.group:focus .group-focus\:-mb-34 {
  margin-bottom: -8.5rem;
}

.group:focus .group-focus\:-ml-34 {
  margin-left: -8.5rem;
}

.group:focus .group-focus\:-mt-36 {
  margin-top: -9rem;
}

.group:focus .group-focus\:-mr-36 {
  margin-right: -9rem;
}

.group:focus .group-focus\:-mb-36 {
  margin-bottom: -9rem;
}

.group:focus .group-focus\:-ml-36 {
  margin-left: -9rem;
}

.group:focus .group-focus\:-mt-38 {
  margin-top: -9.5rem;
}

.group:focus .group-focus\:-mr-38 {
  margin-right: -9.5rem;
}

.group:focus .group-focus\:-mb-38 {
  margin-bottom: -9.5rem;
}

.group:focus .group-focus\:-ml-38 {
  margin-left: -9.5rem;
}

.group:focus .group-focus\:-mt-40 {
  margin-top: -10rem;
}

.group:focus .group-focus\:-mr-40 {
  margin-right: -10rem;
}

.group:focus .group-focus\:-mb-40 {
  margin-bottom: -10rem;
}

.group:focus .group-focus\:-ml-40 {
  margin-left: -10rem;
}

.group:focus .group-focus\:-mt-44 {
  margin-top: -11rem;
}

.group:focus .group-focus\:-mr-44 {
  margin-right: -11rem;
}

.group:focus .group-focus\:-mb-44 {
  margin-bottom: -11rem;
}

.group:focus .group-focus\:-ml-44 {
  margin-left: -11rem;
}

.group:focus .group-focus\:-mt-48 {
  margin-top: -12rem;
}

.group:focus .group-focus\:-mr-48 {
  margin-right: -12rem;
}

.group:focus .group-focus\:-mb-48 {
  margin-bottom: -12rem;
}

.group:focus .group-focus\:-ml-48 {
  margin-left: -12rem;
}

.group:focus .group-focus\:-mt-52 {
  margin-top: -13rem;
}

.group:focus .group-focus\:-mr-52 {
  margin-right: -13rem;
}

.group:focus .group-focus\:-mb-52 {
  margin-bottom: -13rem;
}

.group:focus .group-focus\:-ml-52 {
  margin-left: -13rem;
}

.group:focus .group-focus\:-mt-53 {
  margin-top: -13.25rem;
}

.group:focus .group-focus\:-mr-53 {
  margin-right: -13.25rem;
}

.group:focus .group-focus\:-mb-53 {
  margin-bottom: -13.25rem;
}

.group:focus .group-focus\:-ml-53 {
  margin-left: -13.25rem;
}

.group:focus .group-focus\:-mt-54 {
  margin-top: -13.5rem;
}

.group:focus .group-focus\:-mr-54 {
  margin-right: -13.5rem;
}

.group:focus .group-focus\:-mb-54 {
  margin-bottom: -13.5rem;
}

.group:focus .group-focus\:-ml-54 {
  margin-left: -13.5rem;
}

.group:focus .group-focus\:-mt-56 {
  margin-top: -14rem;
}

.group:focus .group-focus\:-mr-56 {
  margin-right: -14rem;
}

.group:focus .group-focus\:-mb-56 {
  margin-bottom: -14rem;
}

.group:focus .group-focus\:-ml-56 {
  margin-left: -14rem;
}

.group:focus .group-focus\:-mt-64 {
  margin-top: -16rem;
}

.group:focus .group-focus\:-mr-64 {
  margin-right: -16rem;
}

.group:focus .group-focus\:-mb-64 {
  margin-bottom: -16rem;
}

.group:focus .group-focus\:-ml-64 {
  margin-left: -16rem;
}

.group:focus .group-focus\:-mt-72 {
  margin-top: -18rem;
}

.group:focus .group-focus\:-mr-72 {
  margin-right: -18rem;
}

.group:focus .group-focus\:-mb-72 {
  margin-bottom: -18rem;
}

.group:focus .group-focus\:-ml-72 {
  margin-left: -18rem;
}

.group:focus .group-focus\:-mt-74 {
  margin-top: -18.5rem;
}

.group:focus .group-focus\:-mr-74 {
  margin-right: -18.5rem;
}

.group:focus .group-focus\:-mb-74 {
  margin-bottom: -18.5rem;
}

.group:focus .group-focus\:-ml-74 {
  margin-left: -18.5rem;
}

.group:focus .group-focus\:-mt-76 {
  margin-top: -19rem;
}

.group:focus .group-focus\:-mr-76 {
  margin-right: -19rem;
}

.group:focus .group-focus\:-mb-76 {
  margin-bottom: -19rem;
}

.group:focus .group-focus\:-ml-76 {
  margin-left: -19rem;
}

.group:focus .group-focus\:-mt-80 {
  margin-top: -20rem;
}

.group:focus .group-focus\:-mr-80 {
  margin-right: -20rem;
}

.group:focus .group-focus\:-mb-80 {
  margin-bottom: -20rem;
}

.group:focus .group-focus\:-ml-80 {
  margin-left: -20rem;
}

.group:focus .group-focus\:-mt-85 {
  margin-top: -21.25rem;
}

.group:focus .group-focus\:-mr-85 {
  margin-right: -21.25rem;
}

.group:focus .group-focus\:-mb-85 {
  margin-bottom: -21.25rem;
}

.group:focus .group-focus\:-ml-85 {
  margin-left: -21.25rem;
}

.group:focus .group-focus\:-mt-100 {
  margin-top: -25rem;
}

.group:focus .group-focus\:-mr-100 {
  margin-right: -25rem;
}

.group:focus .group-focus\:-mb-100 {
  margin-bottom: -25rem;
}

.group:focus .group-focus\:-ml-100 {
  margin-left: -25rem;
}

.group:focus .group-focus\:-mt-105 {
  margin-top: -26.25rem;
}

.group:focus .group-focus\:-mr-105 {
  margin-right: -26.25rem;
}

.group:focus .group-focus\:-mb-105 {
  margin-bottom: -26.25rem;
}

.group:focus .group-focus\:-ml-105 {
  margin-left: -26.25rem;
}

.group:focus .group-focus\:-mt-107 {
  margin-top: -26.4rem;
}

.group:focus .group-focus\:-mr-107 {
  margin-right: -26.4rem;
}

.group:focus .group-focus\:-mb-107 {
  margin-bottom: -26.4rem;
}

.group:focus .group-focus\:-ml-107 {
  margin-left: -26.4rem;
}

.group:focus .group-focus\:-mt-110 {
  margin-top: -27.5rem;
}

.group:focus .group-focus\:-mr-110 {
  margin-right: -27.5rem;
}

.group:focus .group-focus\:-mb-110 {
  margin-bottom: -27.5rem;
}

.group:focus .group-focus\:-ml-110 {
  margin-left: -27.5rem;
}

.group:focus .group-focus\:-mt-120 {
  margin-top: -30rem;
}

.group:focus .group-focus\:-mr-120 {
  margin-right: -30rem;
}

.group:focus .group-focus\:-mb-120 {
  margin-bottom: -30rem;
}

.group:focus .group-focus\:-ml-120 {
  margin-left: -30rem;
}

.group:focus .group-focus\:-mt-130 {
  margin-top: -38rem;
}

.group:focus .group-focus\:-mr-130 {
  margin-right: -38rem;
}

.group:focus .group-focus\:-mb-130 {
  margin-bottom: -38rem;
}

.group:focus .group-focus\:-ml-130 {
  margin-left: -38rem;
}

.group:focus .group-focus\:-mt-px {
  margin-top: -1px;
}

.group:focus .group-focus\:-mr-px {
  margin-right: -1px;
}

.group:focus .group-focus\:-mb-px {
  margin-bottom: -1px;
}

.group:focus .group-focus\:-ml-px {
  margin-left: -1px;
}

.group:focus .group-focus\:-mt-250px {
  margin-top: -250px;
}

.group:focus .group-focus\:-mr-250px {
  margin-right: -250px;
}

.group:focus .group-focus\:-mb-250px {
  margin-bottom: -250px;
}

.group:focus .group-focus\:-ml-250px {
  margin-left: -250px;
}

.group:focus .group-focus\:-mt-1\/2\% {
  margin-top: -0.5%;
}

.group:focus .group-focus\:-mr-1\/2\% {
  margin-right: -0.5%;
}

.group:focus .group-focus\:-mb-1\/2\% {
  margin-bottom: -0.5%;
}

.group:focus .group-focus\:-ml-1\/2\% {
  margin-left: -0.5%;
}

.group:focus .group-focus\:-mt-1\% {
  margin-top: -1%;
}

.group:focus .group-focus\:-mr-1\% {
  margin-right: -1%;
}

.group:focus .group-focus\:-mb-1\% {
  margin-bottom: -1%;
}

.group:focus .group-focus\:-ml-1\% {
  margin-left: -1%;
}

.group:focus .group-focus\:-mt-2\% {
  margin-top: -2%;
}

.group:focus .group-focus\:-mr-2\% {
  margin-right: -2%;
}

.group:focus .group-focus\:-mb-2\% {
  margin-bottom: -2%;
}

.group:focus .group-focus\:-ml-2\% {
  margin-left: -2%;
}

.group:focus .group-focus\:-mt-3\% {
  margin-top: -3%;
}

.group:focus .group-focus\:-mr-3\% {
  margin-right: -3%;
}

.group:focus .group-focus\:-mb-3\% {
  margin-bottom: -3%;
}

.group:focus .group-focus\:-ml-3\% {
  margin-left: -3%;
}

.group:focus .group-focus\:-mt-4\% {
  margin-top: -4%;
}

.group:focus .group-focus\:-mr-4\% {
  margin-right: -4%;
}

.group:focus .group-focus\:-mb-4\% {
  margin-bottom: -4%;
}

.group:focus .group-focus\:-ml-4\% {
  margin-left: -4%;
}

.group:focus .group-focus\:-mt-5\% {
  margin-top: -5%;
}

.group:focus .group-focus\:-mr-5\% {
  margin-right: -5%;
}

.group:focus .group-focus\:-mb-5\% {
  margin-bottom: -5%;
}

.group:focus .group-focus\:-ml-5\% {
  margin-left: -5%;
}

.group:focus .group-focus\:-mt-10\% {
  margin-top: -10%;
}

.group:focus .group-focus\:-mr-10\% {
  margin-right: -10%;
}

.group:focus .group-focus\:-mb-10\% {
  margin-bottom: -10%;
}

.group:focus .group-focus\:-ml-10\% {
  margin-left: -10%;
}

.group:focus .group-focus\:-mt-20\% {
  margin-top: -20%;
}

.group:focus .group-focus\:-mr-20\% {
  margin-right: -20%;
}

.group:focus .group-focus\:-mb-20\% {
  margin-bottom: -20%;
}

.group:focus .group-focus\:-ml-20\% {
  margin-left: -20%;
}

.group:focus .group-focus\:-mt-23\% {
  margin-top: -23%;
}

.group:focus .group-focus\:-mr-23\% {
  margin-right: -23%;
}

.group:focus .group-focus\:-mb-23\% {
  margin-bottom: -23%;
}

.group:focus .group-focus\:-ml-23\% {
  margin-left: -23%;
}

.group:focus .group-focus\:-mt-25\% {
  margin-top: -25%;
}

.group:focus .group-focus\:-mr-25\% {
  margin-right: -25%;
}

.group:focus .group-focus\:-mb-25\% {
  margin-bottom: -25%;
}

.group:focus .group-focus\:-ml-25\% {
  margin-left: -25%;
}

.group:focus .group-focus\:-mt-26\% {
  margin-top: -26%;
}

.group:focus .group-focus\:-mr-26\% {
  margin-right: -26%;
}

.group:focus .group-focus\:-mb-26\% {
  margin-bottom: -26%;
}

.group:focus .group-focus\:-ml-26\% {
  margin-left: -26%;
}

.group:focus .group-focus\:-mt-30\% {
  margin-top: -30%;
}

.group:focus .group-focus\:-mr-30\% {
  margin-right: -30%;
}

.group:focus .group-focus\:-mb-30\% {
  margin-bottom: -30%;
}

.group:focus .group-focus\:-ml-30\% {
  margin-left: -30%;
}

.group:focus .group-focus\:-mt-40\% {
  margin-top: -40%;
}

.group:focus .group-focus\:-mr-40\% {
  margin-right: -40%;
}

.group:focus .group-focus\:-mb-40\% {
  margin-bottom: -40%;
}

.group:focus .group-focus\:-ml-40\% {
  margin-left: -40%;
}

.group:focus .group-focus\:-mt-50\% {
  margin-top: -50%;
}

.group:focus .group-focus\:-mr-50\% {
  margin-right: -50%;
}

.group:focus .group-focus\:-mb-50\% {
  margin-bottom: -50%;
}

.group:focus .group-focus\:-ml-50\% {
  margin-left: -50%;
}

.group:focus .group-focus\:-mt-60\% {
  margin-top: -60%;
}

.group:focus .group-focus\:-mr-60\% {
  margin-right: -60%;
}

.group:focus .group-focus\:-mb-60\% {
  margin-bottom: -60%;
}

.group:focus .group-focus\:-ml-60\% {
  margin-left: -60%;
}

.group:focus .group-focus\:-mt-70\% {
  margin-top: -70%;
}

.group:focus .group-focus\:-mr-70\% {
  margin-right: -70%;
}

.group:focus .group-focus\:-mb-70\% {
  margin-bottom: -70%;
}

.group:focus .group-focus\:-ml-70\% {
  margin-left: -70%;
}

.group:focus .group-focus\:-mt-80\% {
  margin-top: -80%;
}

.group:focus .group-focus\:-mr-80\% {
  margin-right: -80%;
}

.group:focus .group-focus\:-mb-80\% {
  margin-bottom: -80%;
}

.group:focus .group-focus\:-ml-80\% {
  margin-left: -80%;
}

.group:focus .group-focus\:-mt-90\% {
  margin-top: -90%;
}

.group:focus .group-focus\:-mr-90\% {
  margin-right: -90%;
}

.group:focus .group-focus\:-mb-90\% {
  margin-bottom: -90%;
}

.group:focus .group-focus\:-ml-90\% {
  margin-left: -90%;
}

.group:focus .group-focus\:-mt-95\% {
  margin-top: -95%;
}

.group:focus .group-focus\:-mr-95\% {
  margin-right: -95%;
}

.group:focus .group-focus\:-mb-95\% {
  margin-bottom: -95%;
}

.group:focus .group-focus\:-ml-95\% {
  margin-left: -95%;
}

.group:focus .group-focus\:-mt-96\% {
  margin-top: -96%;
}

.group:focus .group-focus\:-mr-96\% {
  margin-right: -96%;
}

.group:focus .group-focus\:-mb-96\% {
  margin-bottom: -96%;
}

.group:focus .group-focus\:-ml-96\% {
  margin-left: -96%;
}

.group:focus .group-focus\:-mt-97\% {
  margin-top: -97%;
}

.group:focus .group-focus\:-mr-97\% {
  margin-right: -97%;
}

.group:focus .group-focus\:-mb-97\% {
  margin-bottom: -97%;
}

.group:focus .group-focus\:-ml-97\% {
  margin-left: -97%;
}

.group:focus .group-focus\:-mt-98\% {
  margin-top: -98%;
}

.group:focus .group-focus\:-mr-98\% {
  margin-right: -98%;
}

.group:focus .group-focus\:-mb-98\% {
  margin-bottom: -98%;
}

.group:focus .group-focus\:-ml-98\% {
  margin-left: -98%;
}

.group:focus .group-focus\:-mt-99\% {
  margin-top: -99%;
}

.group:focus .group-focus\:-mr-99\% {
  margin-right: -99%;
}

.group:focus .group-focus\:-mb-99\% {
  margin-bottom: -99%;
}

.group:focus .group-focus\:-ml-99\% {
  margin-left: -99%;
}

.group:focus .group-focus\:-mt-36vh {
  margin-top: -36vh;
}

.group:focus .group-focus\:-mr-36vh {
  margin-right: -36vh;
}

.group:focus .group-focus\:-mb-36vh {
  margin-bottom: -36vh;
}

.group:focus .group-focus\:-ml-36vh {
  margin-left: -36vh;
}

.group:focus .group-focus\:-mt-75vh {
  margin-top: -75vh;
}

.group:focus .group-focus\:-mr-75vh {
  margin-right: -75vh;
}

.group:focus .group-focus\:-mb-75vh {
  margin-bottom: -75vh;
}

.group:focus .group-focus\:-ml-75vh {
  margin-left: -75vh;
}

.group:focus .group-focus\:-mt-78vh {
  margin-top: -78vh;
}

.group:focus .group-focus\:-mr-78vh {
  margin-right: -78vh;
}

.group:focus .group-focus\:-mb-78vh {
  margin-bottom: -78vh;
}

.group:focus .group-focus\:-ml-78vh {
  margin-left: -78vh;
}

.group:focus .group-focus\:-mt-80vh {
  margin-top: -80vh;
}

.group:focus .group-focus\:-mr-80vh {
  margin-right: -80vh;
}

.group:focus .group-focus\:-mb-80vh {
  margin-bottom: -80vh;
}

.group:focus .group-focus\:-ml-80vh {
  margin-left: -80vh;
}

.group:focus .group-focus\:-mt-82vh {
  margin-top: -82vh;
}

.group:focus .group-focus\:-mr-82vh {
  margin-right: -82vh;
}

.group:focus .group-focus\:-mb-82vh {
  margin-bottom: -82vh;
}

.group:focus .group-focus\:-ml-82vh {
  margin-left: -82vh;
}

.max-h-0 {
  max-height: 0;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-15 {
  max-height: 3.75rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-18 {
  max-height: 4.5rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-21 {
  max-height: 5.25rem;
}

.max-h-22 {
  max-height: 5.5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-26 {
  max-height: 6.5rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-30 {
  max-height: 7.5rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-34 {
  max-height: 8.5rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-38 {
  max-height: 9.5rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-53 {
  max-height: 13.25rem;
}

.max-h-54 {
  max-height: 13.5rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-74 {
  max-height: 18.5rem;
}

.max-h-76 {
  max-height: 19rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-85 {
  max-height: 21.25rem;
}

.max-h-100 {
  max-height: 25rem;
}

.max-h-105 {
  max-height: 26.25rem;
}

.max-h-107 {
  max-height: 26.4rem;
}

.max-h-110 {
  max-height: 27.5rem;
}

.max-h-120 {
  max-height: 30rem;
}

.max-h-130 {
  max-height: 38rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-px {
  max-height: 1px;
}

.max-h-250px {
  max-height: 250px;
}

.max-h-1\/2\% {
  max-height: 0.5%;
}

.max-h-1\% {
  max-height: 1%;
}

.max-h-2\% {
  max-height: 2%;
}

.max-h-3\% {
  max-height: 3%;
}

.max-h-4\% {
  max-height: 4%;
}

.max-h-5\% {
  max-height: 5%;
}

.max-h-10\% {
  max-height: 10%;
}

.max-h-20\% {
  max-height: 20%;
}

.max-h-23\% {
  max-height: 23%;
}

.max-h-25\% {
  max-height: 25%;
}

.max-h-26\% {
  max-height: 26%;
}

.max-h-30\% {
  max-height: 30%;
}

.max-h-40\% {
  max-height: 40%;
}

.max-h-50\% {
  max-height: 50%;
}

.max-h-60\% {
  max-height: 60%;
}

.max-h-70\% {
  max-height: 70%;
}

.max-h-80\% {
  max-height: 80%;
}

.max-h-90\% {
  max-height: 90%;
}

.max-h-95\% {
  max-height: 95%;
}

.max-h-96\% {
  max-height: 96%;
}

.max-h-97\% {
  max-height: 97%;
}

.max-h-98\% {
  max-height: 98%;
}

.max-h-99\% {
  max-height: 99%;
}

.max-h-36vh {
  max-height: 36vh;
}

.max-h-75vh {
  max-height: 75vh;
}

.max-h-78vh {
  max-height: 78vh;
}

.max-h-80vh {
  max-height: 80vh;
}

.max-h-82vh {
  max-height: 82vh;
}

.max-w-0 {
  max-width: 0;
}

.max-w-1 {
  max-width: 0.25rem;
}

.max-w-2 {
  max-width: 0.5rem;
}

.max-w-3 {
  max-width: 0.75rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-9 {
  max-width: 2.25rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-14 {
  max-width: 3.5rem;
}

.max-w-15 {
  max-width: 3.75rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-18 {
  max-width: 4.5rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-21 {
  max-width: 5.25rem;
}

.max-w-22 {
  max-width: 5.5rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-26 {
  max-width: 6.5rem;
}

.max-w-28 {
  max-width: 7rem;
}

.max-w-30 {
  max-width: 7.5rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-34 {
  max-width: 8.5rem;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-38 {
  max-width: 9.5rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-44 {
  max-width: 11rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-53 {
  max-width: 13.25rem;
}

.max-w-54 {
  max-width: 13.5rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-74 {
  max-width: 18.5rem;
}

.max-w-76 {
  max-width: 19rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-85 {
  max-width: 21.25rem;
}

.max-w-100 {
  max-width: 25rem;
}

.max-w-105 {
  max-width: 26.25rem;
}

.max-w-107 {
  max-width: 26.4rem;
}

.max-w-110 {
  max-width: 27.5rem;
}

.max-w-120 {
  max-width: 30rem;
}

.max-w-130 {
  max-width: 38rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen {
  max-width: 100vh;
}

.max-w-px {
  max-width: 1px;
}

.max-w-250px {
  max-width: 250px;
}

.max-w-1\/2\% {
  max-width: 0.5%;
}

.max-w-1\% {
  max-width: 1%;
}

.max-w-2\% {
  max-width: 2%;
}

.max-w-3\% {
  max-width: 3%;
}

.max-w-4\% {
  max-width: 4%;
}

.max-w-5\% {
  max-width: 5%;
}

.max-w-10\% {
  max-width: 10%;
}

.max-w-20\% {
  max-width: 20%;
}

.max-w-23\% {
  max-width: 23%;
}

.max-w-25\% {
  max-width: 25%;
}

.max-w-26\% {
  max-width: 26%;
}

.max-w-30\% {
  max-width: 30%;
}

.max-w-40\% {
  max-width: 40%;
}

.max-w-50\% {
  max-width: 50%;
}

.max-w-60\% {
  max-width: 60%;
}

.max-w-70\% {
  max-width: 70%;
}

.max-w-80\% {
  max-width: 80%;
}

.max-w-90\% {
  max-width: 90%;
}

.max-w-95\% {
  max-width: 95%;
}

.max-w-96\% {
  max-width: 96%;
}

.max-w-97\% {
  max-width: 97%;
}

.max-w-98\% {
  max-width: 98%;
}

.max-w-99\% {
  max-width: 99%;
}

.max-w-36vh {
  max-width: 36vh;
}

.max-w-75vh {
  max-width: 75vh;
}

.max-w-78vh {
  max-width: 78vh;
}

.max-w-80vh {
  max-width: 80vh;
}

.max-w-82vh {
  max-width: 82vh;
}

.min-h-0 {
  min-height: 0;
}

.min-h-1 {
  min-height: 0.25rem;
}

.min-h-2 {
  min-height: 0.5rem;
}

.min-h-3 {
  min-height: 0.75rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-7 {
  min-height: 1.75rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-15 {
  min-height: 3.75rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-18 {
  min-height: 4.5rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-21 {
  min-height: 5.25rem;
}

.min-h-22 {
  min-height: 5.5rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-26 {
  min-height: 6.5rem;
}

.min-h-28 {
  min-height: 7rem;
}

.min-h-30 {
  min-height: 7.5rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-34 {
  min-height: 8.5rem;
}

.min-h-36 {
  min-height: 9rem;
}

.min-h-38 {
  min-height: 9.5rem;
}

.min-h-40 {
  min-height: 10rem;
}

.min-h-44 {
  min-height: 11rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-52 {
  min-height: 13rem;
}

.min-h-53 {
  min-height: 13.25rem;
}

.min-h-54 {
  min-height: 13.5rem;
}

.min-h-56 {
  min-height: 14rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-74 {
  min-height: 18.5rem;
}

.min-h-76 {
  min-height: 19rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-85 {
  min-height: 21.25rem;
}

.min-h-100 {
  min-height: 25rem;
}

.min-h-105 {
  min-height: 26.25rem;
}

.min-h-107 {
  min-height: 26.4rem;
}

.min-h-110 {
  min-height: 27.5rem;
}

.min-h-120 {
  min-height: 30rem;
}

.min-h-130 {
  min-height: 38rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-px {
  min-height: 1px;
}

.min-h-250px {
  min-height: 250px;
}

.min-h-1\/2\% {
  min-height: 0.5%;
}

.min-h-1\% {
  min-height: 1%;
}

.min-h-2\% {
  min-height: 2%;
}

.min-h-3\% {
  min-height: 3%;
}

.min-h-4\% {
  min-height: 4%;
}

.min-h-5\% {
  min-height: 5%;
}

.min-h-10\% {
  min-height: 10%;
}

.min-h-20\% {
  min-height: 20%;
}

.min-h-23\% {
  min-height: 23%;
}

.min-h-25\% {
  min-height: 25%;
}

.min-h-26\% {
  min-height: 26%;
}

.min-h-30\% {
  min-height: 30%;
}

.min-h-40\% {
  min-height: 40%;
}

.min-h-50\% {
  min-height: 50%;
}

.min-h-60\% {
  min-height: 60%;
}

.min-h-70\% {
  min-height: 70%;
}

.min-h-80\% {
  min-height: 80%;
}

.min-h-90\% {
  min-height: 90%;
}

.min-h-95\% {
  min-height: 95%;
}

.min-h-96\% {
  min-height: 96%;
}

.min-h-97\% {
  min-height: 97%;
}

.min-h-98\% {
  min-height: 98%;
}

.min-h-99\% {
  min-height: 99%;
}

.min-h-36vh {
  min-height: 36vh;
}

.min-h-75vh {
  min-height: 75vh;
}

.min-h-78vh {
  min-height: 78vh;
}

.min-h-80vh {
  min-height: 80vh;
}

.min-h-82vh {
  min-height: 82vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-1 {
  min-width: 0.25rem;
}

.min-w-2 {
  min-width: 0.5rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-7 {
  min-width: 1.75rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-9 {
  min-width: 2.25rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-15 {
  min-width: 3.75rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-18 {
  min-width: 4.5rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-21 {
  min-width: 5.25rem;
}

.min-w-22 {
  min-width: 5.5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-26 {
  min-width: 6.5rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-30 {
  min-width: 7.5rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-34 {
  min-width: 8.5rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-38 {
  min-width: 9.5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-53 {
  min-width: 13.25rem;
}

.min-w-54 {
  min-width: 13.5rem;
}

.min-w-56 {
  min-width: 14rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-72 {
  min-width: 18rem;
}

.min-w-74 {
  min-width: 18.5rem;
}

.min-w-76 {
  min-width: 19rem;
}

.min-w-80 {
  min-width: 20rem;
}

.min-w-85 {
  min-width: 21.25rem;
}

.min-w-100 {
  min-width: 25rem;
}

.min-w-105 {
  min-width: 26.25rem;
}

.min-w-107 {
  min-width: 26.4rem;
}

.min-w-110 {
  min-width: 27.5rem;
}

.min-w-120 {
  min-width: 30rem;
}

.min-w-130 {
  min-width: 38rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-screen {
  min-width: 100vh;
}

.min-w-px {
  min-width: 1px;
}

.min-w-250px {
  min-width: 250px;
}

.min-w-1\/2\% {
  min-width: 0.5%;
}

.min-w-1\% {
  min-width: 1%;
}

.min-w-2\% {
  min-width: 2%;
}

.min-w-3\% {
  min-width: 3%;
}

.min-w-4\% {
  min-width: 4%;
}

.min-w-5\% {
  min-width: 5%;
}

.min-w-10\% {
  min-width: 10%;
}

.min-w-20\% {
  min-width: 20%;
}

.min-w-23\% {
  min-width: 23%;
}

.min-w-25\% {
  min-width: 25%;
}

.min-w-26\% {
  min-width: 26%;
}

.min-w-30\% {
  min-width: 30%;
}

.min-w-40\% {
  min-width: 40%;
}

.min-w-50\% {
  min-width: 50%;
}

.min-w-60\% {
  min-width: 60%;
}

.min-w-70\% {
  min-width: 70%;
}

.min-w-80\% {
  min-width: 80%;
}

.min-w-90\% {
  min-width: 90%;
}

.min-w-95\% {
  min-width: 95%;
}

.min-w-96\% {
  min-width: 96%;
}

.min-w-97\% {
  min-width: 97%;
}

.min-w-98\% {
  min-width: 98%;
}

.min-w-99\% {
  min-width: 99%;
}

.min-w-36vh {
  min-width: 36vh;
}

.min-w-75vh {
  min-width: 75vh;
}

.min-w-78vh {
  min-width: 78vh;
}

.min-w-80vh {
  min-width: 80vh;
}

.min-w-82vh {
  min-width: 82vh;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-5:hover {
  opacity: 0.05;
}

.hover\:opacity-10:hover {
  opacity: 0.1;
}

.hover\:opacity-20:hover {
  opacity: 0.2;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-30:hover {
  opacity: 0.3;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-5:focus {
  opacity: 0.05;
}

.focus\:opacity-10:focus {
  opacity: 0.1;
}

.focus\:opacity-20:focus {
  opacity: 0.2;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-30:focus {
  opacity: 0.3;
}

.focus\:opacity-40:focus {
  opacity: 0.4;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

.focus\:opacity-70:focus {
  opacity: 0.7;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.focus\:opacity-90:focus {
  opacity: 0.9;
}

.focus\:opacity-95:focus {
  opacity: 0.95;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:focus .group-focus\:opacity-0 {
  opacity: 0;
}

.group:focus .group-focus\:opacity-5 {
  opacity: 0.05;
}

.group:focus .group-focus\:opacity-10 {
  opacity: 0.1;
}

.group:focus .group-focus\:opacity-20 {
  opacity: 0.2;
}

.group:focus .group-focus\:opacity-25 {
  opacity: 0.25;
}

.group:focus .group-focus\:opacity-30 {
  opacity: 0.3;
}

.group:focus .group-focus\:opacity-40 {
  opacity: 0.4;
}

.group:focus .group-focus\:opacity-50 {
  opacity: 0.5;
}

.group:focus .group-focus\:opacity-60 {
  opacity: 0.6;
}

.group:focus .group-focus\:opacity-70 {
  opacity: 0.7;
}

.group:focus .group-focus\:opacity-75 {
  opacity: 0.75;
}

.group:focus .group-focus\:opacity-80 {
  opacity: 0.8;
}

.group:focus .group-focus\:opacity-90 {
  opacity: 0.9;
}

.group:focus .group-focus\:opacity-95 {
  opacity: 0.95;
}

.group:focus .group-focus\:opacity-100 {
  opacity: 1;
}

.active\:opacity-0:active {
  opacity: 0;
}

.active\:opacity-5:active {
  opacity: 0.05;
}

.active\:opacity-10:active {
  opacity: 0.1;
}

.active\:opacity-20:active {
  opacity: 0.2;
}

.active\:opacity-25:active {
  opacity: 0.25;
}

.active\:opacity-30:active {
  opacity: 0.3;
}

.active\:opacity-40:active {
  opacity: 0.4;
}

.active\:opacity-50:active {
  opacity: 0.5;
}

.active\:opacity-60:active {
  opacity: 0.6;
}

.active\:opacity-70:active {
  opacity: 0.7;
}

.active\:opacity-75:active {
  opacity: 0.75;
}

.active\:opacity-80:active {
  opacity: 0.8;
}

.active\:opacity-90:active {
  opacity: 0.9;
}

.active\:opacity-95:active {
  opacity: 0.95;
}

.active\:opacity-100:active {
  opacity: 1;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.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;
}

.overscroll-auto {
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-15 {
  padding: 3.75rem;
}

.p-16 {
  padding: 4rem;
}

.p-18 {
  padding: 4.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-21 {
  padding: 5.25rem;
}

.p-22 {
  padding: 5.5rem;
}

.p-24 {
  padding: 6rem;
}

.p-26 {
  padding: 6.5rem;
}

.p-28 {
  padding: 7rem;
}

.p-30 {
  padding: 7.5rem;
}

.p-32 {
  padding: 8rem;
}

.p-34 {
  padding: 8.5rem;
}

.p-36 {
  padding: 9rem;
}

.p-38 {
  padding: 9.5rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-53 {
  padding: 13.25rem;
}

.p-54 {
  padding: 13.5rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-72 {
  padding: 18rem;
}

.p-74 {
  padding: 18.5rem;
}

.p-76 {
  padding: 19rem;
}

.p-80 {
  padding: 20rem;
}

.p-85 {
  padding: 21.25rem;
}

.p-100 {
  padding: 25rem;
}

.p-105 {
  padding: 26.25rem;
}

.p-107 {
  padding: 26.4rem;
}

.p-110 {
  padding: 27.5rem;
}

.p-120 {
  padding: 30rem;
}

.p-130 {
  padding: 38rem;
}

.p-px {
  padding: 1px;
}

.p-250px {
  padding: 250px;
}

.p-1\/2\% {
  padding: 0.5%;
}

.p-1\% {
  padding: 1%;
}

.p-2\% {
  padding: 2%;
}

.p-3\% {
  padding: 3%;
}

.p-4\% {
  padding: 4%;
}

.p-5\% {
  padding: 5%;
}

.p-10\% {
  padding: 10%;
}

.p-20\% {
  padding: 20%;
}

.p-23\% {
  padding: 23%;
}

.p-25\% {
  padding: 25%;
}

.p-26\% {
  padding: 26%;
}

.p-30\% {
  padding: 30%;
}

.p-40\% {
  padding: 40%;
}

.p-50\% {
  padding: 50%;
}

.p-60\% {
  padding: 60%;
}

.p-70\% {
  padding: 70%;
}

.p-80\% {
  padding: 80%;
}

.p-90\% {
  padding: 90%;
}

.p-95\% {
  padding: 95%;
}

.p-96\% {
  padding: 96%;
}

.p-97\% {
  padding: 97%;
}

.p-98\% {
  padding: 98%;
}

.p-99\% {
  padding: 99%;
}

.p-36vh {
  padding: 36vh;
}

.p-75vh {
  padding: 75vh;
}

.p-78vh {
  padding: 78vh;
}

.p-80vh {
  padding: 80vh;
}

.p-82vh {
  padding: 82vh;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-21 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.px-21 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.px-22 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-26 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.px-26 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.px-34 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-38 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.px-38 {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.py-53 {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.px-53 {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.py-54 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.px-54 {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.py-74 {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.px-74 {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.py-76 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.px-76 {
  padding-left: 19rem;
  padding-right: 19rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-85 {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.px-85 {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.py-100 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.px-100 {
  padding-left: 25rem;
  padding-right: 25rem;
}

.py-105 {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.px-105 {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.py-107 {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.px-107 {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.py-110 {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.px-110 {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.py-120 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.px-120 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.py-130 {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.px-130 {
  padding-left: 38rem;
  padding-right: 38rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.py-250px {
  padding-top: 250px;
  padding-bottom: 250px;
}

.px-250px {
  padding-left: 250px;
  padding-right: 250px;
}

.py-1\/2\% {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.px-1\/2\% {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.py-1\% {
  padding-top: 1%;
  padding-bottom: 1%;
}

.px-1\% {
  padding-left: 1%;
  padding-right: 1%;
}

.py-2\% {
  padding-top: 2%;
  padding-bottom: 2%;
}

.px-2\% {
  padding-left: 2%;
  padding-right: 2%;
}

.py-3\% {
  padding-top: 3%;
  padding-bottom: 3%;
}

.px-3\% {
  padding-left: 3%;
  padding-right: 3%;
}

.py-4\% {
  padding-top: 4%;
  padding-bottom: 4%;
}

.px-4\% {
  padding-left: 4%;
  padding-right: 4%;
}

.py-5\% {
  padding-top: 5%;
  padding-bottom: 5%;
}

.px-5\% {
  padding-left: 5%;
  padding-right: 5%;
}

.py-10\% {
  padding-top: 10%;
  padding-bottom: 10%;
}

.px-10\% {
  padding-left: 10%;
  padding-right: 10%;
}

.py-20\% {
  padding-top: 20%;
  padding-bottom: 20%;
}

.px-20\% {
  padding-left: 20%;
  padding-right: 20%;
}

.py-23\% {
  padding-top: 23%;
  padding-bottom: 23%;
}

.px-23\% {
  padding-left: 23%;
  padding-right: 23%;
}

.py-25\% {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-25\% {
  padding-left: 25%;
  padding-right: 25%;
}

.py-26\% {
  padding-top: 26%;
  padding-bottom: 26%;
}

.px-26\% {
  padding-left: 26%;
  padding-right: 26%;
}

.py-30\% {
  padding-top: 30%;
  padding-bottom: 30%;
}

.px-30\% {
  padding-left: 30%;
  padding-right: 30%;
}

.py-40\% {
  padding-top: 40%;
  padding-bottom: 40%;
}

.px-40\% {
  padding-left: 40%;
  padding-right: 40%;
}

.py-50\% {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-50\% {
  padding-left: 50%;
  padding-right: 50%;
}

.py-60\% {
  padding-top: 60%;
  padding-bottom: 60%;
}

.px-60\% {
  padding-left: 60%;
  padding-right: 60%;
}

.py-70\% {
  padding-top: 70%;
  padding-bottom: 70%;
}

.px-70\% {
  padding-left: 70%;
  padding-right: 70%;
}

.py-80\% {
  padding-top: 80%;
  padding-bottom: 80%;
}

.px-80\% {
  padding-left: 80%;
  padding-right: 80%;
}

.py-90\% {
  padding-top: 90%;
  padding-bottom: 90%;
}

.px-90\% {
  padding-left: 90%;
  padding-right: 90%;
}

.py-95\% {
  padding-top: 95%;
  padding-bottom: 95%;
}

.px-95\% {
  padding-left: 95%;
  padding-right: 95%;
}

.py-96\% {
  padding-top: 96%;
  padding-bottom: 96%;
}

.px-96\% {
  padding-left: 96%;
  padding-right: 96%;
}

.py-97\% {
  padding-top: 97%;
  padding-bottom: 97%;
}

.px-97\% {
  padding-left: 97%;
  padding-right: 97%;
}

.py-98\% {
  padding-top: 98%;
  padding-bottom: 98%;
}

.px-98\% {
  padding-left: 98%;
  padding-right: 98%;
}

.py-99\% {
  padding-top: 99%;
  padding-bottom: 99%;
}

.px-99\% {
  padding-left: 99%;
  padding-right: 99%;
}

.py-36vh {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.px-36vh {
  padding-left: 36vh;
  padding-right: 36vh;
}

.py-75vh {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.px-75vh {
  padding-left: 75vh;
  padding-right: 75vh;
}

.py-78vh {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.px-78vh {
  padding-left: 78vh;
  padding-right: 78vh;
}

.py-80vh {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.px-80vh {
  padding-left: 80vh;
  padding-right: 80vh;
}

.py-82vh {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.px-82vh {
  padding-left: 82vh;
  padding-right: 82vh;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.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-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pr-18 {
  padding-right: 4.5rem;
}

.pb-18 {
  padding-bottom: 4.5rem;
}

.pl-18 {
  padding-left: 4.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-21 {
  padding-top: 5.25rem;
}

.pr-21 {
  padding-right: 5.25rem;
}

.pb-21 {
  padding-bottom: 5.25rem;
}

.pl-21 {
  padding-left: 5.25rem;
}

.pt-22 {
  padding-top: 5.5rem;
}

.pr-22 {
  padding-right: 5.5rem;
}

.pb-22 {
  padding-bottom: 5.5rem;
}

.pl-22 {
  padding-left: 5.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-26 {
  padding-top: 6.5rem;
}

.pr-26 {
  padding-right: 6.5rem;
}

.pb-26 {
  padding-bottom: 6.5rem;
}

.pl-26 {
  padding-left: 6.5rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pr-30 {
  padding-right: 7.5rem;
}

.pb-30 {
  padding-bottom: 7.5rem;
}

.pl-30 {
  padding-left: 7.5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-34 {
  padding-top: 8.5rem;
}

.pr-34 {
  padding-right: 8.5rem;
}

.pb-34 {
  padding-bottom: 8.5rem;
}

.pl-34 {
  padding-left: 8.5rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pt-38 {
  padding-top: 9.5rem;
}

.pr-38 {
  padding-right: 9.5rem;
}

.pb-38 {
  padding-bottom: 9.5rem;
}

.pl-38 {
  padding-left: 9.5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pt-53 {
  padding-top: 13.25rem;
}

.pr-53 {
  padding-right: 13.25rem;
}

.pb-53 {
  padding-bottom: 13.25rem;
}

.pl-53 {
  padding-left: 13.25rem;
}

.pt-54 {
  padding-top: 13.5rem;
}

.pr-54 {
  padding-right: 13.5rem;
}

.pb-54 {
  padding-bottom: 13.5rem;
}

.pl-54 {
  padding-left: 13.5rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pt-74 {
  padding-top: 18.5rem;
}

.pr-74 {
  padding-right: 18.5rem;
}

.pb-74 {
  padding-bottom: 18.5rem;
}

.pl-74 {
  padding-left: 18.5rem;
}

.pt-76 {
  padding-top: 19rem;
}

.pr-76 {
  padding-right: 19rem;
}

.pb-76 {
  padding-bottom: 19rem;
}

.pl-76 {
  padding-left: 19rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pt-85 {
  padding-top: 21.25rem;
}

.pr-85 {
  padding-right: 21.25rem;
}

.pb-85 {
  padding-bottom: 21.25rem;
}

.pl-85 {
  padding-left: 21.25rem;
}

.pt-100 {
  padding-top: 25rem;
}

.pr-100 {
  padding-right: 25rem;
}

.pb-100 {
  padding-bottom: 25rem;
}

.pl-100 {
  padding-left: 25rem;
}

.pt-105 {
  padding-top: 26.25rem;
}

.pr-105 {
  padding-right: 26.25rem;
}

.pb-105 {
  padding-bottom: 26.25rem;
}

.pl-105 {
  padding-left: 26.25rem;
}

.pt-107 {
  padding-top: 26.4rem;
}

.pr-107 {
  padding-right: 26.4rem;
}

.pb-107 {
  padding-bottom: 26.4rem;
}

.pl-107 {
  padding-left: 26.4rem;
}

.pt-110 {
  padding-top: 27.5rem;
}

.pr-110 {
  padding-right: 27.5rem;
}

.pb-110 {
  padding-bottom: 27.5rem;
}

.pl-110 {
  padding-left: 27.5rem;
}

.pt-120 {
  padding-top: 30rem;
}

.pr-120 {
  padding-right: 30rem;
}

.pb-120 {
  padding-bottom: 30rem;
}

.pl-120 {
  padding-left: 30rem;
}

.pt-130 {
  padding-top: 38rem;
}

.pr-130 {
  padding-right: 38rem;
}

.pb-130 {
  padding-bottom: 38rem;
}

.pl-130 {
  padding-left: 38rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pt-250px {
  padding-top: 250px;
}

.pr-250px {
  padding-right: 250px;
}

.pb-250px {
  padding-bottom: 250px;
}

.pl-250px {
  padding-left: 250px;
}

.pt-1\/2\% {
  padding-top: 0.5%;
}

.pr-1\/2\% {
  padding-right: 0.5%;
}

.pb-1\/2\% {
  padding-bottom: 0.5%;
}

.pl-1\/2\% {
  padding-left: 0.5%;
}

.pt-1\% {
  padding-top: 1%;
}

.pr-1\% {
  padding-right: 1%;
}

.pb-1\% {
  padding-bottom: 1%;
}

.pl-1\% {
  padding-left: 1%;
}

.pt-2\% {
  padding-top: 2%;
}

.pr-2\% {
  padding-right: 2%;
}

.pb-2\% {
  padding-bottom: 2%;
}

.pl-2\% {
  padding-left: 2%;
}

.pt-3\% {
  padding-top: 3%;
}

.pr-3\% {
  padding-right: 3%;
}

.pb-3\% {
  padding-bottom: 3%;
}

.pl-3\% {
  padding-left: 3%;
}

.pt-4\% {
  padding-top: 4%;
}

.pr-4\% {
  padding-right: 4%;
}

.pb-4\% {
  padding-bottom: 4%;
}

.pl-4\% {
  padding-left: 4%;
}

.pt-5\% {
  padding-top: 5%;
}

.pr-5\% {
  padding-right: 5%;
}

.pb-5\% {
  padding-bottom: 5%;
}

.pl-5\% {
  padding-left: 5%;
}

.pt-10\% {
  padding-top: 10%;
}

.pr-10\% {
  padding-right: 10%;
}

.pb-10\% {
  padding-bottom: 10%;
}

.pl-10\% {
  padding-left: 10%;
}

.pt-20\% {
  padding-top: 20%;
}

.pr-20\% {
  padding-right: 20%;
}

.pb-20\% {
  padding-bottom: 20%;
}

.pl-20\% {
  padding-left: 20%;
}

.pt-23\% {
  padding-top: 23%;
}

.pr-23\% {
  padding-right: 23%;
}

.pb-23\% {
  padding-bottom: 23%;
}

.pl-23\% {
  padding-left: 23%;
}

.pt-25\% {
  padding-top: 25%;
}

.pr-25\% {
  padding-right: 25%;
}

.pb-25\% {
  padding-bottom: 25%;
}

.pl-25\% {
  padding-left: 25%;
}

.pt-26\% {
  padding-top: 26%;
}

.pr-26\% {
  padding-right: 26%;
}

.pb-26\% {
  padding-bottom: 26%;
}

.pl-26\% {
  padding-left: 26%;
}

.pt-30\% {
  padding-top: 30%;
}

.pr-30\% {
  padding-right: 30%;
}

.pb-30\% {
  padding-bottom: 30%;
}

.pl-30\% {
  padding-left: 30%;
}

.pt-40\% {
  padding-top: 40%;
}

.pr-40\% {
  padding-right: 40%;
}

.pb-40\% {
  padding-bottom: 40%;
}

.pl-40\% {
  padding-left: 40%;
}

.pt-50\% {
  padding-top: 50%;
}

.pr-50\% {
  padding-right: 50%;
}

.pb-50\% {
  padding-bottom: 50%;
}

.pl-50\% {
  padding-left: 50%;
}

.pt-60\% {
  padding-top: 60%;
}

.pr-60\% {
  padding-right: 60%;
}

.pb-60\% {
  padding-bottom: 60%;
}

.pl-60\% {
  padding-left: 60%;
}

.pt-70\% {
  padding-top: 70%;
}

.pr-70\% {
  padding-right: 70%;
}

.pb-70\% {
  padding-bottom: 70%;
}

.pl-70\% {
  padding-left: 70%;
}

.pt-80\% {
  padding-top: 80%;
}

.pr-80\% {
  padding-right: 80%;
}

.pb-80\% {
  padding-bottom: 80%;
}

.pl-80\% {
  padding-left: 80%;
}

.pt-90\% {
  padding-top: 90%;
}

.pr-90\% {
  padding-right: 90%;
}

.pb-90\% {
  padding-bottom: 90%;
}

.pl-90\% {
  padding-left: 90%;
}

.pt-95\% {
  padding-top: 95%;
}

.pr-95\% {
  padding-right: 95%;
}

.pb-95\% {
  padding-bottom: 95%;
}

.pl-95\% {
  padding-left: 95%;
}

.pt-96\% {
  padding-top: 96%;
}

.pr-96\% {
  padding-right: 96%;
}

.pb-96\% {
  padding-bottom: 96%;
}

.pl-96\% {
  padding-left: 96%;
}

.pt-97\% {
  padding-top: 97%;
}

.pr-97\% {
  padding-right: 97%;
}

.pb-97\% {
  padding-bottom: 97%;
}

.pl-97\% {
  padding-left: 97%;
}

.pt-98\% {
  padding-top: 98%;
}

.pr-98\% {
  padding-right: 98%;
}

.pb-98\% {
  padding-bottom: 98%;
}

.pl-98\% {
  padding-left: 98%;
}

.pt-99\% {
  padding-top: 99%;
}

.pr-99\% {
  padding-right: 99%;
}

.pb-99\% {
  padding-bottom: 99%;
}

.pl-99\% {
  padding-left: 99%;
}

.pt-36vh {
  padding-top: 36vh;
}

.pr-36vh {
  padding-right: 36vh;
}

.pb-36vh {
  padding-bottom: 36vh;
}

.pl-36vh {
  padding-left: 36vh;
}

.pt-75vh {
  padding-top: 75vh;
}

.pr-75vh {
  padding-right: 75vh;
}

.pb-75vh {
  padding-bottom: 75vh;
}

.pl-75vh {
  padding-left: 75vh;
}

.pt-78vh {
  padding-top: 78vh;
}

.pr-78vh {
  padding-right: 78vh;
}

.pb-78vh {
  padding-bottom: 78vh;
}

.pl-78vh {
  padding-left: 78vh;
}

.pt-80vh {
  padding-top: 80vh;
}

.pr-80vh {
  padding-right: 80vh;
}

.pb-80vh {
  padding-bottom: 80vh;
}

.pl-80vh {
  padding-left: 80vh;
}

.pt-82vh {
  padding-top: 82vh;
}

.pr-82vh {
  padding-right: 82vh;
}

.pb-82vh {
  padding-bottom: 82vh;
}

.pl-82vh {
  padding-left: 82vh;
}

.hover\:p-0:hover {
  padding: 0;
}

.hover\:p-1:hover {
  padding: 0.25rem;
}

.hover\:p-2:hover {
  padding: 0.5rem;
}

.hover\:p-3:hover {
  padding: 0.75rem;
}

.hover\:p-4:hover {
  padding: 1rem;
}

.hover\:p-5:hover {
  padding: 1.25rem;
}

.hover\:p-6:hover {
  padding: 1.5rem;
}

.hover\:p-7:hover {
  padding: 1.75rem;
}

.hover\:p-8:hover {
  padding: 2rem;
}

.hover\:p-9:hover {
  padding: 2.25rem;
}

.hover\:p-10:hover {
  padding: 2.5rem;
}

.hover\:p-12:hover {
  padding: 3rem;
}

.hover\:p-14:hover {
  padding: 3.5rem;
}

.hover\:p-15:hover {
  padding: 3.75rem;
}

.hover\:p-16:hover {
  padding: 4rem;
}

.hover\:p-18:hover {
  padding: 4.5rem;
}

.hover\:p-20:hover {
  padding: 5rem;
}

.hover\:p-21:hover {
  padding: 5.25rem;
}

.hover\:p-22:hover {
  padding: 5.5rem;
}

.hover\:p-24:hover {
  padding: 6rem;
}

.hover\:p-26:hover {
  padding: 6.5rem;
}

.hover\:p-28:hover {
  padding: 7rem;
}

.hover\:p-30:hover {
  padding: 7.5rem;
}

.hover\:p-32:hover {
  padding: 8rem;
}

.hover\:p-34:hover {
  padding: 8.5rem;
}

.hover\:p-36:hover {
  padding: 9rem;
}

.hover\:p-38:hover {
  padding: 9.5rem;
}

.hover\:p-40:hover {
  padding: 10rem;
}

.hover\:p-44:hover {
  padding: 11rem;
}

.hover\:p-48:hover {
  padding: 12rem;
}

.hover\:p-52:hover {
  padding: 13rem;
}

.hover\:p-53:hover {
  padding: 13.25rem;
}

.hover\:p-54:hover {
  padding: 13.5rem;
}

.hover\:p-56:hover {
  padding: 14rem;
}

.hover\:p-64:hover {
  padding: 16rem;
}

.hover\:p-72:hover {
  padding: 18rem;
}

.hover\:p-74:hover {
  padding: 18.5rem;
}

.hover\:p-76:hover {
  padding: 19rem;
}

.hover\:p-80:hover {
  padding: 20rem;
}

.hover\:p-85:hover {
  padding: 21.25rem;
}

.hover\:p-100:hover {
  padding: 25rem;
}

.hover\:p-105:hover {
  padding: 26.25rem;
}

.hover\:p-107:hover {
  padding: 26.4rem;
}

.hover\:p-110:hover {
  padding: 27.5rem;
}

.hover\:p-120:hover {
  padding: 30rem;
}

.hover\:p-130:hover {
  padding: 38rem;
}

.hover\:p-px:hover {
  padding: 1px;
}

.hover\:p-250px:hover {
  padding: 250px;
}

.hover\:p-1\/2\%:hover {
  padding: 0.5%;
}

.hover\:p-1\%:hover {
  padding: 1%;
}

.hover\:p-2\%:hover {
  padding: 2%;
}

.hover\:p-3\%:hover {
  padding: 3%;
}

.hover\:p-4\%:hover {
  padding: 4%;
}

.hover\:p-5\%:hover {
  padding: 5%;
}

.hover\:p-10\%:hover {
  padding: 10%;
}

.hover\:p-20\%:hover {
  padding: 20%;
}

.hover\:p-23\%:hover {
  padding: 23%;
}

.hover\:p-25\%:hover {
  padding: 25%;
}

.hover\:p-26\%:hover {
  padding: 26%;
}

.hover\:p-30\%:hover {
  padding: 30%;
}

.hover\:p-40\%:hover {
  padding: 40%;
}

.hover\:p-50\%:hover {
  padding: 50%;
}

.hover\:p-60\%:hover {
  padding: 60%;
}

.hover\:p-70\%:hover {
  padding: 70%;
}

.hover\:p-80\%:hover {
  padding: 80%;
}

.hover\:p-90\%:hover {
  padding: 90%;
}

.hover\:p-95\%:hover {
  padding: 95%;
}

.hover\:p-96\%:hover {
  padding: 96%;
}

.hover\:p-97\%:hover {
  padding: 97%;
}

.hover\:p-98\%:hover {
  padding: 98%;
}

.hover\:p-99\%:hover {
  padding: 99%;
}

.hover\:p-36vh:hover {
  padding: 36vh;
}

.hover\:p-75vh:hover {
  padding: 75vh;
}

.hover\:p-78vh:hover {
  padding: 78vh;
}

.hover\:p-80vh:hover {
  padding: 80vh;
}

.hover\:p-82vh:hover {
  padding: 82vh;
}

.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: 0.25rem;
  padding-bottom: 0.25rem;
}

.hover\:px-1:hover {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.hover\:py-2:hover {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hover\:px-2:hover {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hover\:py-3:hover {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.hover\:px-3:hover {
  padding-left: 0.75rem;
  padding-right: 0.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-7:hover {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.hover\:px-7:hover {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.hover\:py-8:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hover\:px-8:hover {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hover\:py-9:hover {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.hover\:px-9:hover {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.hover\:py-10:hover {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hover\:px-10:hover {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hover\:py-12:hover {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hover\:px-12:hover {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hover\:py-14:hover {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hover\:px-14:hover {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.hover\:py-15:hover {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.hover\:px-15:hover {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.hover\:py-16:hover {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hover\:px-16:hover {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hover\:py-18:hover {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.hover\:px-18:hover {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.hover\:py-20:hover {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hover\:px-20:hover {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hover\:py-21:hover {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.hover\:px-21:hover {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.hover\:py-22:hover {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.hover\:px-22:hover {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.hover\:py-24:hover {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hover\:px-24:hover {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hover\:py-26:hover {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.hover\:px-26:hover {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.hover\:py-28:hover {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hover\:px-28:hover {
  padding-left: 7rem;
  padding-right: 7rem;
}

.hover\:py-30:hover {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.hover\:px-30:hover {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.hover\:py-32:hover {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hover\:px-32:hover {
  padding-left: 8rem;
  padding-right: 8rem;
}

.hover\:py-34:hover {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.hover\:px-34:hover {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.hover\:py-36:hover {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.hover\:px-36:hover {
  padding-left: 9rem;
  padding-right: 9rem;
}

.hover\:py-38:hover {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.hover\:px-38:hover {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.hover\:py-40:hover {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hover\:px-40:hover {
  padding-left: 10rem;
  padding-right: 10rem;
}

.hover\:py-44:hover {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.hover\:px-44:hover {
  padding-left: 11rem;
  padding-right: 11rem;
}

.hover\:py-48:hover {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.hover\:px-48:hover {
  padding-left: 12rem;
  padding-right: 12rem;
}

.hover\:py-52:hover {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.hover\:px-52:hover {
  padding-left: 13rem;
  padding-right: 13rem;
}

.hover\:py-53:hover {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.hover\:px-53:hover {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.hover\:py-54:hover {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.hover\:px-54:hover {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.hover\:py-56:hover {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.hover\:px-56:hover {
  padding-left: 14rem;
  padding-right: 14rem;
}

.hover\:py-64:hover {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.hover\:px-64:hover {
  padding-left: 16rem;
  padding-right: 16rem;
}

.hover\:py-72:hover {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.hover\:px-72:hover {
  padding-left: 18rem;
  padding-right: 18rem;
}

.hover\:py-74:hover {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.hover\:px-74:hover {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.hover\:py-76:hover {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.hover\:px-76:hover {
  padding-left: 19rem;
  padding-right: 19rem;
}

.hover\:py-80:hover {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.hover\:px-80:hover {
  padding-left: 20rem;
  padding-right: 20rem;
}

.hover\:py-85:hover {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.hover\:px-85:hover {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.hover\:py-100:hover {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.hover\:px-100:hover {
  padding-left: 25rem;
  padding-right: 25rem;
}

.hover\:py-105:hover {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.hover\:px-105:hover {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.hover\:py-107:hover {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.hover\:px-107:hover {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.hover\:py-110:hover {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.hover\:px-110:hover {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.hover\:py-120:hover {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.hover\:px-120:hover {
  padding-left: 30rem;
  padding-right: 30rem;
}

.hover\:py-130:hover {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.hover\:px-130:hover {
  padding-left: 38rem;
  padding-right: 38rem;
}

.hover\:py-px:hover {
  padding-top: 1px;
  padding-bottom: 1px;
}

.hover\:px-px:hover {
  padding-left: 1px;
  padding-right: 1px;
}

.hover\:py-250px:hover {
  padding-top: 250px;
  padding-bottom: 250px;
}

.hover\:px-250px:hover {
  padding-left: 250px;
  padding-right: 250px;
}

.hover\:py-1\/2\%:hover {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.hover\:px-1\/2\%:hover {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.hover\:py-1\%:hover {
  padding-top: 1%;
  padding-bottom: 1%;
}

.hover\:px-1\%:hover {
  padding-left: 1%;
  padding-right: 1%;
}

.hover\:py-2\%:hover {
  padding-top: 2%;
  padding-bottom: 2%;
}

.hover\:px-2\%:hover {
  padding-left: 2%;
  padding-right: 2%;
}

.hover\:py-3\%:hover {
  padding-top: 3%;
  padding-bottom: 3%;
}

.hover\:px-3\%:hover {
  padding-left: 3%;
  padding-right: 3%;
}

.hover\:py-4\%:hover {
  padding-top: 4%;
  padding-bottom: 4%;
}

.hover\:px-4\%:hover {
  padding-left: 4%;
  padding-right: 4%;
}

.hover\:py-5\%:hover {
  padding-top: 5%;
  padding-bottom: 5%;
}

.hover\:px-5\%:hover {
  padding-left: 5%;
  padding-right: 5%;
}

.hover\:py-10\%:hover {
  padding-top: 10%;
  padding-bottom: 10%;
}

.hover\:px-10\%:hover {
  padding-left: 10%;
  padding-right: 10%;
}

.hover\:py-20\%:hover {
  padding-top: 20%;
  padding-bottom: 20%;
}

.hover\:px-20\%:hover {
  padding-left: 20%;
  padding-right: 20%;
}

.hover\:py-23\%:hover {
  padding-top: 23%;
  padding-bottom: 23%;
}

.hover\:px-23\%:hover {
  padding-left: 23%;
  padding-right: 23%;
}

.hover\:py-25\%:hover {
  padding-top: 25%;
  padding-bottom: 25%;
}

.hover\:px-25\%:hover {
  padding-left: 25%;
  padding-right: 25%;
}

.hover\:py-26\%:hover {
  padding-top: 26%;
  padding-bottom: 26%;
}

.hover\:px-26\%:hover {
  padding-left: 26%;
  padding-right: 26%;
}

.hover\:py-30\%:hover {
  padding-top: 30%;
  padding-bottom: 30%;
}

.hover\:px-30\%:hover {
  padding-left: 30%;
  padding-right: 30%;
}

.hover\:py-40\%:hover {
  padding-top: 40%;
  padding-bottom: 40%;
}

.hover\:px-40\%:hover {
  padding-left: 40%;
  padding-right: 40%;
}

.hover\:py-50\%:hover {
  padding-top: 50%;
  padding-bottom: 50%;
}

.hover\:px-50\%:hover {
  padding-left: 50%;
  padding-right: 50%;
}

.hover\:py-60\%:hover {
  padding-top: 60%;
  padding-bottom: 60%;
}

.hover\:px-60\%:hover {
  padding-left: 60%;
  padding-right: 60%;
}

.hover\:py-70\%:hover {
  padding-top: 70%;
  padding-bottom: 70%;
}

.hover\:px-70\%:hover {
  padding-left: 70%;
  padding-right: 70%;
}

.hover\:py-80\%:hover {
  padding-top: 80%;
  padding-bottom: 80%;
}

.hover\:px-80\%:hover {
  padding-left: 80%;
  padding-right: 80%;
}

.hover\:py-90\%:hover {
  padding-top: 90%;
  padding-bottom: 90%;
}

.hover\:px-90\%:hover {
  padding-left: 90%;
  padding-right: 90%;
}

.hover\:py-95\%:hover {
  padding-top: 95%;
  padding-bottom: 95%;
}

.hover\:px-95\%:hover {
  padding-left: 95%;
  padding-right: 95%;
}

.hover\:py-96\%:hover {
  padding-top: 96%;
  padding-bottom: 96%;
}

.hover\:px-96\%:hover {
  padding-left: 96%;
  padding-right: 96%;
}

.hover\:py-97\%:hover {
  padding-top: 97%;
  padding-bottom: 97%;
}

.hover\:px-97\%:hover {
  padding-left: 97%;
  padding-right: 97%;
}

.hover\:py-98\%:hover {
  padding-top: 98%;
  padding-bottom: 98%;
}

.hover\:px-98\%:hover {
  padding-left: 98%;
  padding-right: 98%;
}

.hover\:py-99\%:hover {
  padding-top: 99%;
  padding-bottom: 99%;
}

.hover\:px-99\%:hover {
  padding-left: 99%;
  padding-right: 99%;
}

.hover\:py-36vh:hover {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.hover\:px-36vh:hover {
  padding-left: 36vh;
  padding-right: 36vh;
}

.hover\:py-75vh:hover {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.hover\:px-75vh:hover {
  padding-left: 75vh;
  padding-right: 75vh;
}

.hover\:py-78vh:hover {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.hover\:px-78vh:hover {
  padding-left: 78vh;
  padding-right: 78vh;
}

.hover\:py-80vh:hover {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.hover\:px-80vh:hover {
  padding-left: 80vh;
  padding-right: 80vh;
}

.hover\:py-82vh:hover {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.hover\:px-82vh:hover {
  padding-left: 82vh;
  padding-right: 82vh;
}

.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: 0.25rem;
}

.hover\:pr-1:hover {
  padding-right: 0.25rem;
}

.hover\:pb-1:hover {
  padding-bottom: 0.25rem;
}

.hover\:pl-1:hover {
  padding-left: 0.25rem;
}

.hover\:pt-2:hover {
  padding-top: 0.5rem;
}

.hover\:pr-2:hover {
  padding-right: 0.5rem;
}

.hover\:pb-2:hover {
  padding-bottom: 0.5rem;
}

.hover\:pl-2:hover {
  padding-left: 0.5rem;
}

.hover\:pt-3:hover {
  padding-top: 0.75rem;
}

.hover\:pr-3:hover {
  padding-right: 0.75rem;
}

.hover\:pb-3:hover {
  padding-bottom: 0.75rem;
}

.hover\:pl-3:hover {
  padding-left: 0.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-7:hover {
  padding-top: 1.75rem;
}

.hover\:pr-7:hover {
  padding-right: 1.75rem;
}

.hover\:pb-7:hover {
  padding-bottom: 1.75rem;
}

.hover\:pl-7:hover {
  padding-left: 1.75rem;
}

.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-9:hover {
  padding-top: 2.25rem;
}

.hover\:pr-9:hover {
  padding-right: 2.25rem;
}

.hover\:pb-9:hover {
  padding-bottom: 2.25rem;
}

.hover\:pl-9:hover {
  padding-left: 2.25rem;
}

.hover\:pt-10:hover {
  padding-top: 2.5rem;
}

.hover\:pr-10:hover {
  padding-right: 2.5rem;
}

.hover\:pb-10:hover {
  padding-bottom: 2.5rem;
}

.hover\:pl-10:hover {
  padding-left: 2.5rem;
}

.hover\:pt-12:hover {
  padding-top: 3rem;
}

.hover\:pr-12:hover {
  padding-right: 3rem;
}

.hover\:pb-12:hover {
  padding-bottom: 3rem;
}

.hover\:pl-12:hover {
  padding-left: 3rem;
}

.hover\:pt-14:hover {
  padding-top: 3.5rem;
}

.hover\:pr-14:hover {
  padding-right: 3.5rem;
}

.hover\:pb-14:hover {
  padding-bottom: 3.5rem;
}

.hover\:pl-14:hover {
  padding-left: 3.5rem;
}

.hover\:pt-15:hover {
  padding-top: 3.75rem;
}

.hover\:pr-15:hover {
  padding-right: 3.75rem;
}

.hover\:pb-15:hover {
  padding-bottom: 3.75rem;
}

.hover\:pl-15:hover {
  padding-left: 3.75rem;
}

.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-18:hover {
  padding-top: 4.5rem;
}

.hover\:pr-18:hover {
  padding-right: 4.5rem;
}

.hover\:pb-18:hover {
  padding-bottom: 4.5rem;
}

.hover\:pl-18:hover {
  padding-left: 4.5rem;
}

.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-21:hover {
  padding-top: 5.25rem;
}

.hover\:pr-21:hover {
  padding-right: 5.25rem;
}

.hover\:pb-21:hover {
  padding-bottom: 5.25rem;
}

.hover\:pl-21:hover {
  padding-left: 5.25rem;
}

.hover\:pt-22:hover {
  padding-top: 5.5rem;
}

.hover\:pr-22:hover {
  padding-right: 5.5rem;
}

.hover\:pb-22:hover {
  padding-bottom: 5.5rem;
}

.hover\:pl-22:hover {
  padding-left: 5.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-26:hover {
  padding-top: 6.5rem;
}

.hover\:pr-26:hover {
  padding-right: 6.5rem;
}

.hover\:pb-26:hover {
  padding-bottom: 6.5rem;
}

.hover\:pl-26:hover {
  padding-left: 6.5rem;
}

.hover\:pt-28:hover {
  padding-top: 7rem;
}

.hover\:pr-28:hover {
  padding-right: 7rem;
}

.hover\:pb-28:hover {
  padding-bottom: 7rem;
}

.hover\:pl-28:hover {
  padding-left: 7rem;
}

.hover\:pt-30:hover {
  padding-top: 7.5rem;
}

.hover\:pr-30:hover {
  padding-right: 7.5rem;
}

.hover\:pb-30:hover {
  padding-bottom: 7.5rem;
}

.hover\:pl-30:hover {
  padding-left: 7.5rem;
}

.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-34:hover {
  padding-top: 8.5rem;
}

.hover\:pr-34:hover {
  padding-right: 8.5rem;
}

.hover\:pb-34:hover {
  padding-bottom: 8.5rem;
}

.hover\:pl-34:hover {
  padding-left: 8.5rem;
}

.hover\:pt-36:hover {
  padding-top: 9rem;
}

.hover\:pr-36:hover {
  padding-right: 9rem;
}

.hover\:pb-36:hover {
  padding-bottom: 9rem;
}

.hover\:pl-36:hover {
  padding-left: 9rem;
}

.hover\:pt-38:hover {
  padding-top: 9.5rem;
}

.hover\:pr-38:hover {
  padding-right: 9.5rem;
}

.hover\:pb-38:hover {
  padding-bottom: 9.5rem;
}

.hover\:pl-38:hover {
  padding-left: 9.5rem;
}

.hover\:pt-40:hover {
  padding-top: 10rem;
}

.hover\:pr-40:hover {
  padding-right: 10rem;
}

.hover\:pb-40:hover {
  padding-bottom: 10rem;
}

.hover\:pl-40:hover {
  padding-left: 10rem;
}

.hover\:pt-44:hover {
  padding-top: 11rem;
}

.hover\:pr-44:hover {
  padding-right: 11rem;
}

.hover\:pb-44:hover {
  padding-bottom: 11rem;
}

.hover\:pl-44:hover {
  padding-left: 11rem;
}

.hover\:pt-48:hover {
  padding-top: 12rem;
}

.hover\:pr-48:hover {
  padding-right: 12rem;
}

.hover\:pb-48:hover {
  padding-bottom: 12rem;
}

.hover\:pl-48:hover {
  padding-left: 12rem;
}

.hover\:pt-52:hover {
  padding-top: 13rem;
}

.hover\:pr-52:hover {
  padding-right: 13rem;
}

.hover\:pb-52:hover {
  padding-bottom: 13rem;
}

.hover\:pl-52:hover {
  padding-left: 13rem;
}

.hover\:pt-53:hover {
  padding-top: 13.25rem;
}

.hover\:pr-53:hover {
  padding-right: 13.25rem;
}

.hover\:pb-53:hover {
  padding-bottom: 13.25rem;
}

.hover\:pl-53:hover {
  padding-left: 13.25rem;
}

.hover\:pt-54:hover {
  padding-top: 13.5rem;
}

.hover\:pr-54:hover {
  padding-right: 13.5rem;
}

.hover\:pb-54:hover {
  padding-bottom: 13.5rem;
}

.hover\:pl-54:hover {
  padding-left: 13.5rem;
}

.hover\:pt-56:hover {
  padding-top: 14rem;
}

.hover\:pr-56:hover {
  padding-right: 14rem;
}

.hover\:pb-56:hover {
  padding-bottom: 14rem;
}

.hover\:pl-56:hover {
  padding-left: 14rem;
}

.hover\:pt-64:hover {
  padding-top: 16rem;
}

.hover\:pr-64:hover {
  padding-right: 16rem;
}

.hover\:pb-64:hover {
  padding-bottom: 16rem;
}

.hover\:pl-64:hover {
  padding-left: 16rem;
}

.hover\:pt-72:hover {
  padding-top: 18rem;
}

.hover\:pr-72:hover {
  padding-right: 18rem;
}

.hover\:pb-72:hover {
  padding-bottom: 18rem;
}

.hover\:pl-72:hover {
  padding-left: 18rem;
}

.hover\:pt-74:hover {
  padding-top: 18.5rem;
}

.hover\:pr-74:hover {
  padding-right: 18.5rem;
}

.hover\:pb-74:hover {
  padding-bottom: 18.5rem;
}

.hover\:pl-74:hover {
  padding-left: 18.5rem;
}

.hover\:pt-76:hover {
  padding-top: 19rem;
}

.hover\:pr-76:hover {
  padding-right: 19rem;
}

.hover\:pb-76:hover {
  padding-bottom: 19rem;
}

.hover\:pl-76:hover {
  padding-left: 19rem;
}

.hover\:pt-80:hover {
  padding-top: 20rem;
}

.hover\:pr-80:hover {
  padding-right: 20rem;
}

.hover\:pb-80:hover {
  padding-bottom: 20rem;
}

.hover\:pl-80:hover {
  padding-left: 20rem;
}

.hover\:pt-85:hover {
  padding-top: 21.25rem;
}

.hover\:pr-85:hover {
  padding-right: 21.25rem;
}

.hover\:pb-85:hover {
  padding-bottom: 21.25rem;
}

.hover\:pl-85:hover {
  padding-left: 21.25rem;
}

.hover\:pt-100:hover {
  padding-top: 25rem;
}

.hover\:pr-100:hover {
  padding-right: 25rem;
}

.hover\:pb-100:hover {
  padding-bottom: 25rem;
}

.hover\:pl-100:hover {
  padding-left: 25rem;
}

.hover\:pt-105:hover {
  padding-top: 26.25rem;
}

.hover\:pr-105:hover {
  padding-right: 26.25rem;
}

.hover\:pb-105:hover {
  padding-bottom: 26.25rem;
}

.hover\:pl-105:hover {
  padding-left: 26.25rem;
}

.hover\:pt-107:hover {
  padding-top: 26.4rem;
}

.hover\:pr-107:hover {
  padding-right: 26.4rem;
}

.hover\:pb-107:hover {
  padding-bottom: 26.4rem;
}

.hover\:pl-107:hover {
  padding-left: 26.4rem;
}

.hover\:pt-110:hover {
  padding-top: 27.5rem;
}

.hover\:pr-110:hover {
  padding-right: 27.5rem;
}

.hover\:pb-110:hover {
  padding-bottom: 27.5rem;
}

.hover\:pl-110:hover {
  padding-left: 27.5rem;
}

.hover\:pt-120:hover {
  padding-top: 30rem;
}

.hover\:pr-120:hover {
  padding-right: 30rem;
}

.hover\:pb-120:hover {
  padding-bottom: 30rem;
}

.hover\:pl-120:hover {
  padding-left: 30rem;
}

.hover\:pt-130:hover {
  padding-top: 38rem;
}

.hover\:pr-130:hover {
  padding-right: 38rem;
}

.hover\:pb-130:hover {
  padding-bottom: 38rem;
}

.hover\:pl-130:hover {
  padding-left: 38rem;
}

.hover\:pt-px:hover {
  padding-top: 1px;
}

.hover\:pr-px:hover {
  padding-right: 1px;
}

.hover\:pb-px:hover {
  padding-bottom: 1px;
}

.hover\:pl-px:hover {
  padding-left: 1px;
}

.hover\:pt-250px:hover {
  padding-top: 250px;
}

.hover\:pr-250px:hover {
  padding-right: 250px;
}

.hover\:pb-250px:hover {
  padding-bottom: 250px;
}

.hover\:pl-250px:hover {
  padding-left: 250px;
}

.hover\:pt-1\/2\%:hover {
  padding-top: 0.5%;
}

.hover\:pr-1\/2\%:hover {
  padding-right: 0.5%;
}

.hover\:pb-1\/2\%:hover {
  padding-bottom: 0.5%;
}

.hover\:pl-1\/2\%:hover {
  padding-left: 0.5%;
}

.hover\:pt-1\%:hover {
  padding-top: 1%;
}

.hover\:pr-1\%:hover {
  padding-right: 1%;
}

.hover\:pb-1\%:hover {
  padding-bottom: 1%;
}

.hover\:pl-1\%:hover {
  padding-left: 1%;
}

.hover\:pt-2\%:hover {
  padding-top: 2%;
}

.hover\:pr-2\%:hover {
  padding-right: 2%;
}

.hover\:pb-2\%:hover {
  padding-bottom: 2%;
}

.hover\:pl-2\%:hover {
  padding-left: 2%;
}

.hover\:pt-3\%:hover {
  padding-top: 3%;
}

.hover\:pr-3\%:hover {
  padding-right: 3%;
}

.hover\:pb-3\%:hover {
  padding-bottom: 3%;
}

.hover\:pl-3\%:hover {
  padding-left: 3%;
}

.hover\:pt-4\%:hover {
  padding-top: 4%;
}

.hover\:pr-4\%:hover {
  padding-right: 4%;
}

.hover\:pb-4\%:hover {
  padding-bottom: 4%;
}

.hover\:pl-4\%:hover {
  padding-left: 4%;
}

.hover\:pt-5\%:hover {
  padding-top: 5%;
}

.hover\:pr-5\%:hover {
  padding-right: 5%;
}

.hover\:pb-5\%:hover {
  padding-bottom: 5%;
}

.hover\:pl-5\%:hover {
  padding-left: 5%;
}

.hover\:pt-10\%:hover {
  padding-top: 10%;
}

.hover\:pr-10\%:hover {
  padding-right: 10%;
}

.hover\:pb-10\%:hover {
  padding-bottom: 10%;
}

.hover\:pl-10\%:hover {
  padding-left: 10%;
}

.hover\:pt-20\%:hover {
  padding-top: 20%;
}

.hover\:pr-20\%:hover {
  padding-right: 20%;
}

.hover\:pb-20\%:hover {
  padding-bottom: 20%;
}

.hover\:pl-20\%:hover {
  padding-left: 20%;
}

.hover\:pt-23\%:hover {
  padding-top: 23%;
}

.hover\:pr-23\%:hover {
  padding-right: 23%;
}

.hover\:pb-23\%:hover {
  padding-bottom: 23%;
}

.hover\:pl-23\%:hover {
  padding-left: 23%;
}

.hover\:pt-25\%:hover {
  padding-top: 25%;
}

.hover\:pr-25\%:hover {
  padding-right: 25%;
}

.hover\:pb-25\%:hover {
  padding-bottom: 25%;
}

.hover\:pl-25\%:hover {
  padding-left: 25%;
}

.hover\:pt-26\%:hover {
  padding-top: 26%;
}

.hover\:pr-26\%:hover {
  padding-right: 26%;
}

.hover\:pb-26\%:hover {
  padding-bottom: 26%;
}

.hover\:pl-26\%:hover {
  padding-left: 26%;
}

.hover\:pt-30\%:hover {
  padding-top: 30%;
}

.hover\:pr-30\%:hover {
  padding-right: 30%;
}

.hover\:pb-30\%:hover {
  padding-bottom: 30%;
}

.hover\:pl-30\%:hover {
  padding-left: 30%;
}

.hover\:pt-40\%:hover {
  padding-top: 40%;
}

.hover\:pr-40\%:hover {
  padding-right: 40%;
}

.hover\:pb-40\%:hover {
  padding-bottom: 40%;
}

.hover\:pl-40\%:hover {
  padding-left: 40%;
}

.hover\:pt-50\%:hover {
  padding-top: 50%;
}

.hover\:pr-50\%:hover {
  padding-right: 50%;
}

.hover\:pb-50\%:hover {
  padding-bottom: 50%;
}

.hover\:pl-50\%:hover {
  padding-left: 50%;
}

.hover\:pt-60\%:hover {
  padding-top: 60%;
}

.hover\:pr-60\%:hover {
  padding-right: 60%;
}

.hover\:pb-60\%:hover {
  padding-bottom: 60%;
}

.hover\:pl-60\%:hover {
  padding-left: 60%;
}

.hover\:pt-70\%:hover {
  padding-top: 70%;
}

.hover\:pr-70\%:hover {
  padding-right: 70%;
}

.hover\:pb-70\%:hover {
  padding-bottom: 70%;
}

.hover\:pl-70\%:hover {
  padding-left: 70%;
}

.hover\:pt-80\%:hover {
  padding-top: 80%;
}

.hover\:pr-80\%:hover {
  padding-right: 80%;
}

.hover\:pb-80\%:hover {
  padding-bottom: 80%;
}

.hover\:pl-80\%:hover {
  padding-left: 80%;
}

.hover\:pt-90\%:hover {
  padding-top: 90%;
}

.hover\:pr-90\%:hover {
  padding-right: 90%;
}

.hover\:pb-90\%:hover {
  padding-bottom: 90%;
}

.hover\:pl-90\%:hover {
  padding-left: 90%;
}

.hover\:pt-95\%:hover {
  padding-top: 95%;
}

.hover\:pr-95\%:hover {
  padding-right: 95%;
}

.hover\:pb-95\%:hover {
  padding-bottom: 95%;
}

.hover\:pl-95\%:hover {
  padding-left: 95%;
}

.hover\:pt-96\%:hover {
  padding-top: 96%;
}

.hover\:pr-96\%:hover {
  padding-right: 96%;
}

.hover\:pb-96\%:hover {
  padding-bottom: 96%;
}

.hover\:pl-96\%:hover {
  padding-left: 96%;
}

.hover\:pt-97\%:hover {
  padding-top: 97%;
}

.hover\:pr-97\%:hover {
  padding-right: 97%;
}

.hover\:pb-97\%:hover {
  padding-bottom: 97%;
}

.hover\:pl-97\%:hover {
  padding-left: 97%;
}

.hover\:pt-98\%:hover {
  padding-top: 98%;
}

.hover\:pr-98\%:hover {
  padding-right: 98%;
}

.hover\:pb-98\%:hover {
  padding-bottom: 98%;
}

.hover\:pl-98\%:hover {
  padding-left: 98%;
}

.hover\:pt-99\%:hover {
  padding-top: 99%;
}

.hover\:pr-99\%:hover {
  padding-right: 99%;
}

.hover\:pb-99\%:hover {
  padding-bottom: 99%;
}

.hover\:pl-99\%:hover {
  padding-left: 99%;
}

.hover\:pt-36vh:hover {
  padding-top: 36vh;
}

.hover\:pr-36vh:hover {
  padding-right: 36vh;
}

.hover\:pb-36vh:hover {
  padding-bottom: 36vh;
}

.hover\:pl-36vh:hover {
  padding-left: 36vh;
}

.hover\:pt-75vh:hover {
  padding-top: 75vh;
}

.hover\:pr-75vh:hover {
  padding-right: 75vh;
}

.hover\:pb-75vh:hover {
  padding-bottom: 75vh;
}

.hover\:pl-75vh:hover {
  padding-left: 75vh;
}

.hover\:pt-78vh:hover {
  padding-top: 78vh;
}

.hover\:pr-78vh:hover {
  padding-right: 78vh;
}

.hover\:pb-78vh:hover {
  padding-bottom: 78vh;
}

.hover\:pl-78vh:hover {
  padding-left: 78vh;
}

.hover\:pt-80vh:hover {
  padding-top: 80vh;
}

.hover\:pr-80vh:hover {
  padding-right: 80vh;
}

.hover\:pb-80vh:hover {
  padding-bottom: 80vh;
}

.hover\:pl-80vh:hover {
  padding-left: 80vh;
}

.hover\:pt-82vh:hover {
  padding-top: 82vh;
}

.hover\:pr-82vh:hover {
  padding-right: 82vh;
}

.hover\:pb-82vh:hover {
  padding-bottom: 82vh;
}

.hover\:pl-82vh:hover {
  padding-left: 82vh;
}

.focus\:p-0:focus {
  padding: 0;
}

.focus\:p-1:focus {
  padding: 0.25rem;
}

.focus\:p-2:focus {
  padding: 0.5rem;
}

.focus\:p-3:focus {
  padding: 0.75rem;
}

.focus\:p-4:focus {
  padding: 1rem;
}

.focus\:p-5:focus {
  padding: 1.25rem;
}

.focus\:p-6:focus {
  padding: 1.5rem;
}

.focus\:p-7:focus {
  padding: 1.75rem;
}

.focus\:p-8:focus {
  padding: 2rem;
}

.focus\:p-9:focus {
  padding: 2.25rem;
}

.focus\:p-10:focus {
  padding: 2.5rem;
}

.focus\:p-12:focus {
  padding: 3rem;
}

.focus\:p-14:focus {
  padding: 3.5rem;
}

.focus\:p-15:focus {
  padding: 3.75rem;
}

.focus\:p-16:focus {
  padding: 4rem;
}

.focus\:p-18:focus {
  padding: 4.5rem;
}

.focus\:p-20:focus {
  padding: 5rem;
}

.focus\:p-21:focus {
  padding: 5.25rem;
}

.focus\:p-22:focus {
  padding: 5.5rem;
}

.focus\:p-24:focus {
  padding: 6rem;
}

.focus\:p-26:focus {
  padding: 6.5rem;
}

.focus\:p-28:focus {
  padding: 7rem;
}

.focus\:p-30:focus {
  padding: 7.5rem;
}

.focus\:p-32:focus {
  padding: 8rem;
}

.focus\:p-34:focus {
  padding: 8.5rem;
}

.focus\:p-36:focus {
  padding: 9rem;
}

.focus\:p-38:focus {
  padding: 9.5rem;
}

.focus\:p-40:focus {
  padding: 10rem;
}

.focus\:p-44:focus {
  padding: 11rem;
}

.focus\:p-48:focus {
  padding: 12rem;
}

.focus\:p-52:focus {
  padding: 13rem;
}

.focus\:p-53:focus {
  padding: 13.25rem;
}

.focus\:p-54:focus {
  padding: 13.5rem;
}

.focus\:p-56:focus {
  padding: 14rem;
}

.focus\:p-64:focus {
  padding: 16rem;
}

.focus\:p-72:focus {
  padding: 18rem;
}

.focus\:p-74:focus {
  padding: 18.5rem;
}

.focus\:p-76:focus {
  padding: 19rem;
}

.focus\:p-80:focus {
  padding: 20rem;
}

.focus\:p-85:focus {
  padding: 21.25rem;
}

.focus\:p-100:focus {
  padding: 25rem;
}

.focus\:p-105:focus {
  padding: 26.25rem;
}

.focus\:p-107:focus {
  padding: 26.4rem;
}

.focus\:p-110:focus {
  padding: 27.5rem;
}

.focus\:p-120:focus {
  padding: 30rem;
}

.focus\:p-130:focus {
  padding: 38rem;
}

.focus\:p-px:focus {
  padding: 1px;
}

.focus\:p-250px:focus {
  padding: 250px;
}

.focus\:p-1\/2\%:focus {
  padding: 0.5%;
}

.focus\:p-1\%:focus {
  padding: 1%;
}

.focus\:p-2\%:focus {
  padding: 2%;
}

.focus\:p-3\%:focus {
  padding: 3%;
}

.focus\:p-4\%:focus {
  padding: 4%;
}

.focus\:p-5\%:focus {
  padding: 5%;
}

.focus\:p-10\%:focus {
  padding: 10%;
}

.focus\:p-20\%:focus {
  padding: 20%;
}

.focus\:p-23\%:focus {
  padding: 23%;
}

.focus\:p-25\%:focus {
  padding: 25%;
}

.focus\:p-26\%:focus {
  padding: 26%;
}

.focus\:p-30\%:focus {
  padding: 30%;
}

.focus\:p-40\%:focus {
  padding: 40%;
}

.focus\:p-50\%:focus {
  padding: 50%;
}

.focus\:p-60\%:focus {
  padding: 60%;
}

.focus\:p-70\%:focus {
  padding: 70%;
}

.focus\:p-80\%:focus {
  padding: 80%;
}

.focus\:p-90\%:focus {
  padding: 90%;
}

.focus\:p-95\%:focus {
  padding: 95%;
}

.focus\:p-96\%:focus {
  padding: 96%;
}

.focus\:p-97\%:focus {
  padding: 97%;
}

.focus\:p-98\%:focus {
  padding: 98%;
}

.focus\:p-99\%:focus {
  padding: 99%;
}

.focus\:p-36vh:focus {
  padding: 36vh;
}

.focus\:p-75vh:focus {
  padding: 75vh;
}

.focus\:p-78vh:focus {
  padding: 78vh;
}

.focus\:p-80vh:focus {
  padding: 80vh;
}

.focus\:p-82vh:focus {
  padding: 82vh;
}

.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: 0.25rem;
  padding-bottom: 0.25rem;
}

.focus\:px-1:focus {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.focus\:py-2:focus {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus\:px-2:focus {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.focus\:py-3:focus {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.focus\:px-3:focus {
  padding-left: 0.75rem;
  padding-right: 0.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-7:focus {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.focus\:px-7:focus {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.focus\:py-8:focus {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.focus\:px-8:focus {
  padding-left: 2rem;
  padding-right: 2rem;
}

.focus\:py-9:focus {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.focus\:px-9:focus {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.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-14:focus {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.focus\:px-14:focus {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.focus\:py-15:focus {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.focus\:px-15:focus {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.focus\:py-16:focus {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.focus\:px-16:focus {
  padding-left: 4rem;
  padding-right: 4rem;
}

.focus\:py-18:focus {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.focus\:px-18:focus {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.focus\:py-20:focus {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.focus\:px-20:focus {
  padding-left: 5rem;
  padding-right: 5rem;
}

.focus\:py-21:focus {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.focus\:px-21:focus {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.focus\:py-22:focus {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.focus\:px-22:focus {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.focus\:py-24:focus {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.focus\:px-24:focus {
  padding-left: 6rem;
  padding-right: 6rem;
}

.focus\:py-26:focus {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.focus\:px-26:focus {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.focus\:py-28:focus {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.focus\:px-28:focus {
  padding-left: 7rem;
  padding-right: 7rem;
}

.focus\:py-30:focus {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.focus\:px-30:focus {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.focus\:py-32:focus {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.focus\:px-32:focus {
  padding-left: 8rem;
  padding-right: 8rem;
}

.focus\:py-34:focus {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.focus\:px-34:focus {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.focus\:py-36:focus {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.focus\:px-36:focus {
  padding-left: 9rem;
  padding-right: 9rem;
}

.focus\:py-38:focus {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.focus\:px-38:focus {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.focus\:py-40:focus {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.focus\:px-40:focus {
  padding-left: 10rem;
  padding-right: 10rem;
}

.focus\:py-44:focus {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.focus\:px-44:focus {
  padding-left: 11rem;
  padding-right: 11rem;
}

.focus\:py-48:focus {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.focus\:px-48:focus {
  padding-left: 12rem;
  padding-right: 12rem;
}

.focus\:py-52:focus {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.focus\:px-52:focus {
  padding-left: 13rem;
  padding-right: 13rem;
}

.focus\:py-53:focus {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.focus\:px-53:focus {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.focus\:py-54:focus {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.focus\:px-54:focus {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.focus\:py-56:focus {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.focus\:px-56:focus {
  padding-left: 14rem;
  padding-right: 14rem;
}

.focus\:py-64:focus {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.focus\:px-64:focus {
  padding-left: 16rem;
  padding-right: 16rem;
}

.focus\:py-72:focus {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.focus\:px-72:focus {
  padding-left: 18rem;
  padding-right: 18rem;
}

.focus\:py-74:focus {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.focus\:px-74:focus {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.focus\:py-76:focus {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.focus\:px-76:focus {
  padding-left: 19rem;
  padding-right: 19rem;
}

.focus\:py-80:focus {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.focus\:px-80:focus {
  padding-left: 20rem;
  padding-right: 20rem;
}

.focus\:py-85:focus {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.focus\:px-85:focus {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.focus\:py-100:focus {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.focus\:px-100:focus {
  padding-left: 25rem;
  padding-right: 25rem;
}

.focus\:py-105:focus {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.focus\:px-105:focus {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.focus\:py-107:focus {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.focus\:px-107:focus {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.focus\:py-110:focus {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.focus\:px-110:focus {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.focus\:py-120:focus {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.focus\:px-120:focus {
  padding-left: 30rem;
  padding-right: 30rem;
}

.focus\:py-130:focus {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.focus\:px-130:focus {
  padding-left: 38rem;
  padding-right: 38rem;
}

.focus\:py-px:focus {
  padding-top: 1px;
  padding-bottom: 1px;
}

.focus\:px-px:focus {
  padding-left: 1px;
  padding-right: 1px;
}

.focus\:py-250px:focus {
  padding-top: 250px;
  padding-bottom: 250px;
}

.focus\:px-250px:focus {
  padding-left: 250px;
  padding-right: 250px;
}

.focus\:py-1\/2\%:focus {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.focus\:px-1\/2\%:focus {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.focus\:py-1\%:focus {
  padding-top: 1%;
  padding-bottom: 1%;
}

.focus\:px-1\%:focus {
  padding-left: 1%;
  padding-right: 1%;
}

.focus\:py-2\%:focus {
  padding-top: 2%;
  padding-bottom: 2%;
}

.focus\:px-2\%:focus {
  padding-left: 2%;
  padding-right: 2%;
}

.focus\:py-3\%:focus {
  padding-top: 3%;
  padding-bottom: 3%;
}

.focus\:px-3\%:focus {
  padding-left: 3%;
  padding-right: 3%;
}

.focus\:py-4\%:focus {
  padding-top: 4%;
  padding-bottom: 4%;
}

.focus\:px-4\%:focus {
  padding-left: 4%;
  padding-right: 4%;
}

.focus\:py-5\%:focus {
  padding-top: 5%;
  padding-bottom: 5%;
}

.focus\:px-5\%:focus {
  padding-left: 5%;
  padding-right: 5%;
}

.focus\:py-10\%:focus {
  padding-top: 10%;
  padding-bottom: 10%;
}

.focus\:px-10\%:focus {
  padding-left: 10%;
  padding-right: 10%;
}

.focus\:py-20\%:focus {
  padding-top: 20%;
  padding-bottom: 20%;
}

.focus\:px-20\%:focus {
  padding-left: 20%;
  padding-right: 20%;
}

.focus\:py-23\%:focus {
  padding-top: 23%;
  padding-bottom: 23%;
}

.focus\:px-23\%:focus {
  padding-left: 23%;
  padding-right: 23%;
}

.focus\:py-25\%:focus {
  padding-top: 25%;
  padding-bottom: 25%;
}

.focus\:px-25\%:focus {
  padding-left: 25%;
  padding-right: 25%;
}

.focus\:py-26\%:focus {
  padding-top: 26%;
  padding-bottom: 26%;
}

.focus\:px-26\%:focus {
  padding-left: 26%;
  padding-right: 26%;
}

.focus\:py-30\%:focus {
  padding-top: 30%;
  padding-bottom: 30%;
}

.focus\:px-30\%:focus {
  padding-left: 30%;
  padding-right: 30%;
}

.focus\:py-40\%:focus {
  padding-top: 40%;
  padding-bottom: 40%;
}

.focus\:px-40\%:focus {
  padding-left: 40%;
  padding-right: 40%;
}

.focus\:py-50\%:focus {
  padding-top: 50%;
  padding-bottom: 50%;
}

.focus\:px-50\%:focus {
  padding-left: 50%;
  padding-right: 50%;
}

.focus\:py-60\%:focus {
  padding-top: 60%;
  padding-bottom: 60%;
}

.focus\:px-60\%:focus {
  padding-left: 60%;
  padding-right: 60%;
}

.focus\:py-70\%:focus {
  padding-top: 70%;
  padding-bottom: 70%;
}

.focus\:px-70\%:focus {
  padding-left: 70%;
  padding-right: 70%;
}

.focus\:py-80\%:focus {
  padding-top: 80%;
  padding-bottom: 80%;
}

.focus\:px-80\%:focus {
  padding-left: 80%;
  padding-right: 80%;
}

.focus\:py-90\%:focus {
  padding-top: 90%;
  padding-bottom: 90%;
}

.focus\:px-90\%:focus {
  padding-left: 90%;
  padding-right: 90%;
}

.focus\:py-95\%:focus {
  padding-top: 95%;
  padding-bottom: 95%;
}

.focus\:px-95\%:focus {
  padding-left: 95%;
  padding-right: 95%;
}

.focus\:py-96\%:focus {
  padding-top: 96%;
  padding-bottom: 96%;
}

.focus\:px-96\%:focus {
  padding-left: 96%;
  padding-right: 96%;
}

.focus\:py-97\%:focus {
  padding-top: 97%;
  padding-bottom: 97%;
}

.focus\:px-97\%:focus {
  padding-left: 97%;
  padding-right: 97%;
}

.focus\:py-98\%:focus {
  padding-top: 98%;
  padding-bottom: 98%;
}

.focus\:px-98\%:focus {
  padding-left: 98%;
  padding-right: 98%;
}

.focus\:py-99\%:focus {
  padding-top: 99%;
  padding-bottom: 99%;
}

.focus\:px-99\%:focus {
  padding-left: 99%;
  padding-right: 99%;
}

.focus\:py-36vh:focus {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.focus\:px-36vh:focus {
  padding-left: 36vh;
  padding-right: 36vh;
}

.focus\:py-75vh:focus {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.focus\:px-75vh:focus {
  padding-left: 75vh;
  padding-right: 75vh;
}

.focus\:py-78vh:focus {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.focus\:px-78vh:focus {
  padding-left: 78vh;
  padding-right: 78vh;
}

.focus\:py-80vh:focus {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.focus\:px-80vh:focus {
  padding-left: 80vh;
  padding-right: 80vh;
}

.focus\:py-82vh:focus {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.focus\:px-82vh:focus {
  padding-left: 82vh;
  padding-right: 82vh;
}

.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: 0.25rem;
}

.focus\:pr-1:focus {
  padding-right: 0.25rem;
}

.focus\:pb-1:focus {
  padding-bottom: 0.25rem;
}

.focus\:pl-1:focus {
  padding-left: 0.25rem;
}

.focus\:pt-2:focus {
  padding-top: 0.5rem;
}

.focus\:pr-2:focus {
  padding-right: 0.5rem;
}

.focus\:pb-2:focus {
  padding-bottom: 0.5rem;
}

.focus\:pl-2:focus {
  padding-left: 0.5rem;
}

.focus\:pt-3:focus {
  padding-top: 0.75rem;
}

.focus\:pr-3:focus {
  padding-right: 0.75rem;
}

.focus\:pb-3:focus {
  padding-bottom: 0.75rem;
}

.focus\:pl-3:focus {
  padding-left: 0.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-7:focus {
  padding-top: 1.75rem;
}

.focus\:pr-7:focus {
  padding-right: 1.75rem;
}

.focus\:pb-7:focus {
  padding-bottom: 1.75rem;
}

.focus\:pl-7:focus {
  padding-left: 1.75rem;
}

.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-9:focus {
  padding-top: 2.25rem;
}

.focus\:pr-9:focus {
  padding-right: 2.25rem;
}

.focus\:pb-9:focus {
  padding-bottom: 2.25rem;
}

.focus\:pl-9:focus {
  padding-left: 2.25rem;
}

.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-14:focus {
  padding-top: 3.5rem;
}

.focus\:pr-14:focus {
  padding-right: 3.5rem;
}

.focus\:pb-14:focus {
  padding-bottom: 3.5rem;
}

.focus\:pl-14:focus {
  padding-left: 3.5rem;
}

.focus\:pt-15:focus {
  padding-top: 3.75rem;
}

.focus\:pr-15:focus {
  padding-right: 3.75rem;
}

.focus\:pb-15:focus {
  padding-bottom: 3.75rem;
}

.focus\:pl-15:focus {
  padding-left: 3.75rem;
}

.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-18:focus {
  padding-top: 4.5rem;
}

.focus\:pr-18:focus {
  padding-right: 4.5rem;
}

.focus\:pb-18:focus {
  padding-bottom: 4.5rem;
}

.focus\:pl-18:focus {
  padding-left: 4.5rem;
}

.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-21:focus {
  padding-top: 5.25rem;
}

.focus\:pr-21:focus {
  padding-right: 5.25rem;
}

.focus\:pb-21:focus {
  padding-bottom: 5.25rem;
}

.focus\:pl-21:focus {
  padding-left: 5.25rem;
}

.focus\:pt-22:focus {
  padding-top: 5.5rem;
}

.focus\:pr-22:focus {
  padding-right: 5.5rem;
}

.focus\:pb-22:focus {
  padding-bottom: 5.5rem;
}

.focus\:pl-22:focus {
  padding-left: 5.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-26:focus {
  padding-top: 6.5rem;
}

.focus\:pr-26:focus {
  padding-right: 6.5rem;
}

.focus\:pb-26:focus {
  padding-bottom: 6.5rem;
}

.focus\:pl-26:focus {
  padding-left: 6.5rem;
}

.focus\:pt-28:focus {
  padding-top: 7rem;
}

.focus\:pr-28:focus {
  padding-right: 7rem;
}

.focus\:pb-28:focus {
  padding-bottom: 7rem;
}

.focus\:pl-28:focus {
  padding-left: 7rem;
}

.focus\:pt-30:focus {
  padding-top: 7.5rem;
}

.focus\:pr-30:focus {
  padding-right: 7.5rem;
}

.focus\:pb-30:focus {
  padding-bottom: 7.5rem;
}

.focus\:pl-30:focus {
  padding-left: 7.5rem;
}

.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-34:focus {
  padding-top: 8.5rem;
}

.focus\:pr-34:focus {
  padding-right: 8.5rem;
}

.focus\:pb-34:focus {
  padding-bottom: 8.5rem;
}

.focus\:pl-34:focus {
  padding-left: 8.5rem;
}

.focus\:pt-36:focus {
  padding-top: 9rem;
}

.focus\:pr-36:focus {
  padding-right: 9rem;
}

.focus\:pb-36:focus {
  padding-bottom: 9rem;
}

.focus\:pl-36:focus {
  padding-left: 9rem;
}

.focus\:pt-38:focus {
  padding-top: 9.5rem;
}

.focus\:pr-38:focus {
  padding-right: 9.5rem;
}

.focus\:pb-38:focus {
  padding-bottom: 9.5rem;
}

.focus\:pl-38:focus {
  padding-left: 9.5rem;
}

.focus\:pt-40:focus {
  padding-top: 10rem;
}

.focus\:pr-40:focus {
  padding-right: 10rem;
}

.focus\:pb-40:focus {
  padding-bottom: 10rem;
}

.focus\:pl-40:focus {
  padding-left: 10rem;
}

.focus\:pt-44:focus {
  padding-top: 11rem;
}

.focus\:pr-44:focus {
  padding-right: 11rem;
}

.focus\:pb-44:focus {
  padding-bottom: 11rem;
}

.focus\:pl-44:focus {
  padding-left: 11rem;
}

.focus\:pt-48:focus {
  padding-top: 12rem;
}

.focus\:pr-48:focus {
  padding-right: 12rem;
}

.focus\:pb-48:focus {
  padding-bottom: 12rem;
}

.focus\:pl-48:focus {
  padding-left: 12rem;
}

.focus\:pt-52:focus {
  padding-top: 13rem;
}

.focus\:pr-52:focus {
  padding-right: 13rem;
}

.focus\:pb-52:focus {
  padding-bottom: 13rem;
}

.focus\:pl-52:focus {
  padding-left: 13rem;
}

.focus\:pt-53:focus {
  padding-top: 13.25rem;
}

.focus\:pr-53:focus {
  padding-right: 13.25rem;
}

.focus\:pb-53:focus {
  padding-bottom: 13.25rem;
}

.focus\:pl-53:focus {
  padding-left: 13.25rem;
}

.focus\:pt-54:focus {
  padding-top: 13.5rem;
}

.focus\:pr-54:focus {
  padding-right: 13.5rem;
}

.focus\:pb-54:focus {
  padding-bottom: 13.5rem;
}

.focus\:pl-54:focus {
  padding-left: 13.5rem;
}

.focus\:pt-56:focus {
  padding-top: 14rem;
}

.focus\:pr-56:focus {
  padding-right: 14rem;
}

.focus\:pb-56:focus {
  padding-bottom: 14rem;
}

.focus\:pl-56:focus {
  padding-left: 14rem;
}

.focus\:pt-64:focus {
  padding-top: 16rem;
}

.focus\:pr-64:focus {
  padding-right: 16rem;
}

.focus\:pb-64:focus {
  padding-bottom: 16rem;
}

.focus\:pl-64:focus {
  padding-left: 16rem;
}

.focus\:pt-72:focus {
  padding-top: 18rem;
}

.focus\:pr-72:focus {
  padding-right: 18rem;
}

.focus\:pb-72:focus {
  padding-bottom: 18rem;
}

.focus\:pl-72:focus {
  padding-left: 18rem;
}

.focus\:pt-74:focus {
  padding-top: 18.5rem;
}

.focus\:pr-74:focus {
  padding-right: 18.5rem;
}

.focus\:pb-74:focus {
  padding-bottom: 18.5rem;
}

.focus\:pl-74:focus {
  padding-left: 18.5rem;
}

.focus\:pt-76:focus {
  padding-top: 19rem;
}

.focus\:pr-76:focus {
  padding-right: 19rem;
}

.focus\:pb-76:focus {
  padding-bottom: 19rem;
}

.focus\:pl-76:focus {
  padding-left: 19rem;
}

.focus\:pt-80:focus {
  padding-top: 20rem;
}

.focus\:pr-80:focus {
  padding-right: 20rem;
}

.focus\:pb-80:focus {
  padding-bottom: 20rem;
}

.focus\:pl-80:focus {
  padding-left: 20rem;
}

.focus\:pt-85:focus {
  padding-top: 21.25rem;
}

.focus\:pr-85:focus {
  padding-right: 21.25rem;
}

.focus\:pb-85:focus {
  padding-bottom: 21.25rem;
}

.focus\:pl-85:focus {
  padding-left: 21.25rem;
}

.focus\:pt-100:focus {
  padding-top: 25rem;
}

.focus\:pr-100:focus {
  padding-right: 25rem;
}

.focus\:pb-100:focus {
  padding-bottom: 25rem;
}

.focus\:pl-100:focus {
  padding-left: 25rem;
}

.focus\:pt-105:focus {
  padding-top: 26.25rem;
}

.focus\:pr-105:focus {
  padding-right: 26.25rem;
}

.focus\:pb-105:focus {
  padding-bottom: 26.25rem;
}

.focus\:pl-105:focus {
  padding-left: 26.25rem;
}

.focus\:pt-107:focus {
  padding-top: 26.4rem;
}

.focus\:pr-107:focus {
  padding-right: 26.4rem;
}

.focus\:pb-107:focus {
  padding-bottom: 26.4rem;
}

.focus\:pl-107:focus {
  padding-left: 26.4rem;
}

.focus\:pt-110:focus {
  padding-top: 27.5rem;
}

.focus\:pr-110:focus {
  padding-right: 27.5rem;
}

.focus\:pb-110:focus {
  padding-bottom: 27.5rem;
}

.focus\:pl-110:focus {
  padding-left: 27.5rem;
}

.focus\:pt-120:focus {
  padding-top: 30rem;
}

.focus\:pr-120:focus {
  padding-right: 30rem;
}

.focus\:pb-120:focus {
  padding-bottom: 30rem;
}

.focus\:pl-120:focus {
  padding-left: 30rem;
}

.focus\:pt-130:focus {
  padding-top: 38rem;
}

.focus\:pr-130:focus {
  padding-right: 38rem;
}

.focus\:pb-130:focus {
  padding-bottom: 38rem;
}

.focus\:pl-130:focus {
  padding-left: 38rem;
}

.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;
}

.focus\:pt-250px:focus {
  padding-top: 250px;
}

.focus\:pr-250px:focus {
  padding-right: 250px;
}

.focus\:pb-250px:focus {
  padding-bottom: 250px;
}

.focus\:pl-250px:focus {
  padding-left: 250px;
}

.focus\:pt-1\/2\%:focus {
  padding-top: 0.5%;
}

.focus\:pr-1\/2\%:focus {
  padding-right: 0.5%;
}

.focus\:pb-1\/2\%:focus {
  padding-bottom: 0.5%;
}

.focus\:pl-1\/2\%:focus {
  padding-left: 0.5%;
}

.focus\:pt-1\%:focus {
  padding-top: 1%;
}

.focus\:pr-1\%:focus {
  padding-right: 1%;
}

.focus\:pb-1\%:focus {
  padding-bottom: 1%;
}

.focus\:pl-1\%:focus {
  padding-left: 1%;
}

.focus\:pt-2\%:focus {
  padding-top: 2%;
}

.focus\:pr-2\%:focus {
  padding-right: 2%;
}

.focus\:pb-2\%:focus {
  padding-bottom: 2%;
}

.focus\:pl-2\%:focus {
  padding-left: 2%;
}

.focus\:pt-3\%:focus {
  padding-top: 3%;
}

.focus\:pr-3\%:focus {
  padding-right: 3%;
}

.focus\:pb-3\%:focus {
  padding-bottom: 3%;
}

.focus\:pl-3\%:focus {
  padding-left: 3%;
}

.focus\:pt-4\%:focus {
  padding-top: 4%;
}

.focus\:pr-4\%:focus {
  padding-right: 4%;
}

.focus\:pb-4\%:focus {
  padding-bottom: 4%;
}

.focus\:pl-4\%:focus {
  padding-left: 4%;
}

.focus\:pt-5\%:focus {
  padding-top: 5%;
}

.focus\:pr-5\%:focus {
  padding-right: 5%;
}

.focus\:pb-5\%:focus {
  padding-bottom: 5%;
}

.focus\:pl-5\%:focus {
  padding-left: 5%;
}

.focus\:pt-10\%:focus {
  padding-top: 10%;
}

.focus\:pr-10\%:focus {
  padding-right: 10%;
}

.focus\:pb-10\%:focus {
  padding-bottom: 10%;
}

.focus\:pl-10\%:focus {
  padding-left: 10%;
}

.focus\:pt-20\%:focus {
  padding-top: 20%;
}

.focus\:pr-20\%:focus {
  padding-right: 20%;
}

.focus\:pb-20\%:focus {
  padding-bottom: 20%;
}

.focus\:pl-20\%:focus {
  padding-left: 20%;
}

.focus\:pt-23\%:focus {
  padding-top: 23%;
}

.focus\:pr-23\%:focus {
  padding-right: 23%;
}

.focus\:pb-23\%:focus {
  padding-bottom: 23%;
}

.focus\:pl-23\%:focus {
  padding-left: 23%;
}

.focus\:pt-25\%:focus {
  padding-top: 25%;
}

.focus\:pr-25\%:focus {
  padding-right: 25%;
}

.focus\:pb-25\%:focus {
  padding-bottom: 25%;
}

.focus\:pl-25\%:focus {
  padding-left: 25%;
}

.focus\:pt-26\%:focus {
  padding-top: 26%;
}

.focus\:pr-26\%:focus {
  padding-right: 26%;
}

.focus\:pb-26\%:focus {
  padding-bottom: 26%;
}

.focus\:pl-26\%:focus {
  padding-left: 26%;
}

.focus\:pt-30\%:focus {
  padding-top: 30%;
}

.focus\:pr-30\%:focus {
  padding-right: 30%;
}

.focus\:pb-30\%:focus {
  padding-bottom: 30%;
}

.focus\:pl-30\%:focus {
  padding-left: 30%;
}

.focus\:pt-40\%:focus {
  padding-top: 40%;
}

.focus\:pr-40\%:focus {
  padding-right: 40%;
}

.focus\:pb-40\%:focus {
  padding-bottom: 40%;
}

.focus\:pl-40\%:focus {
  padding-left: 40%;
}

.focus\:pt-50\%:focus {
  padding-top: 50%;
}

.focus\:pr-50\%:focus {
  padding-right: 50%;
}

.focus\:pb-50\%:focus {
  padding-bottom: 50%;
}

.focus\:pl-50\%:focus {
  padding-left: 50%;
}

.focus\:pt-60\%:focus {
  padding-top: 60%;
}

.focus\:pr-60\%:focus {
  padding-right: 60%;
}

.focus\:pb-60\%:focus {
  padding-bottom: 60%;
}

.focus\:pl-60\%:focus {
  padding-left: 60%;
}

.focus\:pt-70\%:focus {
  padding-top: 70%;
}

.focus\:pr-70\%:focus {
  padding-right: 70%;
}

.focus\:pb-70\%:focus {
  padding-bottom: 70%;
}

.focus\:pl-70\%:focus {
  padding-left: 70%;
}

.focus\:pt-80\%:focus {
  padding-top: 80%;
}

.focus\:pr-80\%:focus {
  padding-right: 80%;
}

.focus\:pb-80\%:focus {
  padding-bottom: 80%;
}

.focus\:pl-80\%:focus {
  padding-left: 80%;
}

.focus\:pt-90\%:focus {
  padding-top: 90%;
}

.focus\:pr-90\%:focus {
  padding-right: 90%;
}

.focus\:pb-90\%:focus {
  padding-bottom: 90%;
}

.focus\:pl-90\%:focus {
  padding-left: 90%;
}

.focus\:pt-95\%:focus {
  padding-top: 95%;
}

.focus\:pr-95\%:focus {
  padding-right: 95%;
}

.focus\:pb-95\%:focus {
  padding-bottom: 95%;
}

.focus\:pl-95\%:focus {
  padding-left: 95%;
}

.focus\:pt-96\%:focus {
  padding-top: 96%;
}

.focus\:pr-96\%:focus {
  padding-right: 96%;
}

.focus\:pb-96\%:focus {
  padding-bottom: 96%;
}

.focus\:pl-96\%:focus {
  padding-left: 96%;
}

.focus\:pt-97\%:focus {
  padding-top: 97%;
}

.focus\:pr-97\%:focus {
  padding-right: 97%;
}

.focus\:pb-97\%:focus {
  padding-bottom: 97%;
}

.focus\:pl-97\%:focus {
  padding-left: 97%;
}

.focus\:pt-98\%:focus {
  padding-top: 98%;
}

.focus\:pr-98\%:focus {
  padding-right: 98%;
}

.focus\:pb-98\%:focus {
  padding-bottom: 98%;
}

.focus\:pl-98\%:focus {
  padding-left: 98%;
}

.focus\:pt-99\%:focus {
  padding-top: 99%;
}

.focus\:pr-99\%:focus {
  padding-right: 99%;
}

.focus\:pb-99\%:focus {
  padding-bottom: 99%;
}

.focus\:pl-99\%:focus {
  padding-left: 99%;
}

.focus\:pt-36vh:focus {
  padding-top: 36vh;
}

.focus\:pr-36vh:focus {
  padding-right: 36vh;
}

.focus\:pb-36vh:focus {
  padding-bottom: 36vh;
}

.focus\:pl-36vh:focus {
  padding-left: 36vh;
}

.focus\:pt-75vh:focus {
  padding-top: 75vh;
}

.focus\:pr-75vh:focus {
  padding-right: 75vh;
}

.focus\:pb-75vh:focus {
  padding-bottom: 75vh;
}

.focus\:pl-75vh:focus {
  padding-left: 75vh;
}

.focus\:pt-78vh:focus {
  padding-top: 78vh;
}

.focus\:pr-78vh:focus {
  padding-right: 78vh;
}

.focus\:pb-78vh:focus {
  padding-bottom: 78vh;
}

.focus\:pl-78vh:focus {
  padding-left: 78vh;
}

.focus\:pt-80vh:focus {
  padding-top: 80vh;
}

.focus\:pr-80vh:focus {
  padding-right: 80vh;
}

.focus\:pb-80vh:focus {
  padding-bottom: 80vh;
}

.focus\:pl-80vh:focus {
  padding-left: 80vh;
}

.focus\:pt-82vh:focus {
  padding-top: 82vh;
}

.focus\:pr-82vh:focus {
  padding-right: 82vh;
}

.focus\:pb-82vh:focus {
  padding-bottom: 82vh;
}

.focus\:pl-82vh:focus {
  padding-left: 82vh;
}

.focus-within\:p-0:focus-within {
  padding: 0;
}

.focus-within\:p-1:focus-within {
  padding: 0.25rem;
}

.focus-within\:p-2:focus-within {
  padding: 0.5rem;
}

.focus-within\:p-3:focus-within {
  padding: 0.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-7:focus-within {
  padding: 1.75rem;
}

.focus-within\:p-8:focus-within {
  padding: 2rem;
}

.focus-within\:p-9:focus-within {
  padding: 2.25rem;
}

.focus-within\:p-10:focus-within {
  padding: 2.5rem;
}

.focus-within\:p-12:focus-within {
  padding: 3rem;
}

.focus-within\:p-14:focus-within {
  padding: 3.5rem;
}

.focus-within\:p-15:focus-within {
  padding: 3.75rem;
}

.focus-within\:p-16:focus-within {
  padding: 4rem;
}

.focus-within\:p-18:focus-within {
  padding: 4.5rem;
}

.focus-within\:p-20:focus-within {
  padding: 5rem;
}

.focus-within\:p-21:focus-within {
  padding: 5.25rem;
}

.focus-within\:p-22:focus-within {
  padding: 5.5rem;
}

.focus-within\:p-24:focus-within {
  padding: 6rem;
}

.focus-within\:p-26:focus-within {
  padding: 6.5rem;
}

.focus-within\:p-28:focus-within {
  padding: 7rem;
}

.focus-within\:p-30:focus-within {
  padding: 7.5rem;
}

.focus-within\:p-32:focus-within {
  padding: 8rem;
}

.focus-within\:p-34:focus-within {
  padding: 8.5rem;
}

.focus-within\:p-36:focus-within {
  padding: 9rem;
}

.focus-within\:p-38:focus-within {
  padding: 9.5rem;
}

.focus-within\:p-40:focus-within {
  padding: 10rem;
}

.focus-within\:p-44:focus-within {
  padding: 11rem;
}

.focus-within\:p-48:focus-within {
  padding: 12rem;
}

.focus-within\:p-52:focus-within {
  padding: 13rem;
}

.focus-within\:p-53:focus-within {
  padding: 13.25rem;
}

.focus-within\:p-54:focus-within {
  padding: 13.5rem;
}

.focus-within\:p-56:focus-within {
  padding: 14rem;
}

.focus-within\:p-64:focus-within {
  padding: 16rem;
}

.focus-within\:p-72:focus-within {
  padding: 18rem;
}

.focus-within\:p-74:focus-within {
  padding: 18.5rem;
}

.focus-within\:p-76:focus-within {
  padding: 19rem;
}

.focus-within\:p-80:focus-within {
  padding: 20rem;
}

.focus-within\:p-85:focus-within {
  padding: 21.25rem;
}

.focus-within\:p-100:focus-within {
  padding: 25rem;
}

.focus-within\:p-105:focus-within {
  padding: 26.25rem;
}

.focus-within\:p-107:focus-within {
  padding: 26.4rem;
}

.focus-within\:p-110:focus-within {
  padding: 27.5rem;
}

.focus-within\:p-120:focus-within {
  padding: 30rem;
}

.focus-within\:p-130:focus-within {
  padding: 38rem;
}

.focus-within\:p-px:focus-within {
  padding: 1px;
}

.focus-within\:p-250px:focus-within {
  padding: 250px;
}

.focus-within\:p-1\/2\%:focus-within {
  padding: 0.5%;
}

.focus-within\:p-1\%:focus-within {
  padding: 1%;
}

.focus-within\:p-2\%:focus-within {
  padding: 2%;
}

.focus-within\:p-3\%:focus-within {
  padding: 3%;
}

.focus-within\:p-4\%:focus-within {
  padding: 4%;
}

.focus-within\:p-5\%:focus-within {
  padding: 5%;
}

.focus-within\:p-10\%:focus-within {
  padding: 10%;
}

.focus-within\:p-20\%:focus-within {
  padding: 20%;
}

.focus-within\:p-23\%:focus-within {
  padding: 23%;
}

.focus-within\:p-25\%:focus-within {
  padding: 25%;
}

.focus-within\:p-26\%:focus-within {
  padding: 26%;
}

.focus-within\:p-30\%:focus-within {
  padding: 30%;
}

.focus-within\:p-40\%:focus-within {
  padding: 40%;
}

.focus-within\:p-50\%:focus-within {
  padding: 50%;
}

.focus-within\:p-60\%:focus-within {
  padding: 60%;
}

.focus-within\:p-70\%:focus-within {
  padding: 70%;
}

.focus-within\:p-80\%:focus-within {
  padding: 80%;
}

.focus-within\:p-90\%:focus-within {
  padding: 90%;
}

.focus-within\:p-95\%:focus-within {
  padding: 95%;
}

.focus-within\:p-96\%:focus-within {
  padding: 96%;
}

.focus-within\:p-97\%:focus-within {
  padding: 97%;
}

.focus-within\:p-98\%:focus-within {
  padding: 98%;
}

.focus-within\:p-99\%:focus-within {
  padding: 99%;
}

.focus-within\:p-36vh:focus-within {
  padding: 36vh;
}

.focus-within\:p-75vh:focus-within {
  padding: 75vh;
}

.focus-within\:p-78vh:focus-within {
  padding: 78vh;
}

.focus-within\:p-80vh:focus-within {
  padding: 80vh;
}

.focus-within\:p-82vh:focus-within {
  padding: 82vh;
}

.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: 0.25rem;
  padding-bottom: 0.25rem;
}

.focus-within\:px-1:focus-within {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.focus-within\:py-2:focus-within {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.focus-within\:px-2:focus-within {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.focus-within\:py-3:focus-within {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.focus-within\:px-3:focus-within {
  padding-left: 0.75rem;
  padding-right: 0.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-7:focus-within {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.focus-within\:px-7:focus-within {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.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-9:focus-within {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.focus-within\:px-9:focus-within {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.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-14:focus-within {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.focus-within\:px-14:focus-within {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.focus-within\:py-15:focus-within {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.focus-within\:px-15:focus-within {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.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-18:focus-within {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.focus-within\:px-18:focus-within {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.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-21:focus-within {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.focus-within\:px-21:focus-within {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.focus-within\:py-22:focus-within {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.focus-within\:px-22:focus-within {
  padding-left: 5.5rem;
  padding-right: 5.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-26:focus-within {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.focus-within\:px-26:focus-within {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.focus-within\:py-28:focus-within {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.focus-within\:px-28:focus-within {
  padding-left: 7rem;
  padding-right: 7rem;
}

.focus-within\:py-30:focus-within {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.focus-within\:px-30:focus-within {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.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-34:focus-within {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.focus-within\:px-34:focus-within {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.focus-within\:py-36:focus-within {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.focus-within\:px-36:focus-within {
  padding-left: 9rem;
  padding-right: 9rem;
}

.focus-within\:py-38:focus-within {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.focus-within\:px-38:focus-within {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.focus-within\:py-40:focus-within {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.focus-within\:px-40:focus-within {
  padding-left: 10rem;
  padding-right: 10rem;
}

.focus-within\:py-44:focus-within {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.focus-within\:px-44:focus-within {
  padding-left: 11rem;
  padding-right: 11rem;
}

.focus-within\:py-48:focus-within {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.focus-within\:px-48:focus-within {
  padding-left: 12rem;
  padding-right: 12rem;
}

.focus-within\:py-52:focus-within {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.focus-within\:px-52:focus-within {
  padding-left: 13rem;
  padding-right: 13rem;
}

.focus-within\:py-53:focus-within {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.focus-within\:px-53:focus-within {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.focus-within\:py-54:focus-within {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.focus-within\:px-54:focus-within {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.focus-within\:py-56:focus-within {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.focus-within\:px-56:focus-within {
  padding-left: 14rem;
  padding-right: 14rem;
}

.focus-within\:py-64:focus-within {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.focus-within\:px-64:focus-within {
  padding-left: 16rem;
  padding-right: 16rem;
}

.focus-within\:py-72:focus-within {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.focus-within\:px-72:focus-within {
  padding-left: 18rem;
  padding-right: 18rem;
}

.focus-within\:py-74:focus-within {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.focus-within\:px-74:focus-within {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.focus-within\:py-76:focus-within {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.focus-within\:px-76:focus-within {
  padding-left: 19rem;
  padding-right: 19rem;
}

.focus-within\:py-80:focus-within {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.focus-within\:px-80:focus-within {
  padding-left: 20rem;
  padding-right: 20rem;
}

.focus-within\:py-85:focus-within {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.focus-within\:px-85:focus-within {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.focus-within\:py-100:focus-within {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.focus-within\:px-100:focus-within {
  padding-left: 25rem;
  padding-right: 25rem;
}

.focus-within\:py-105:focus-within {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.focus-within\:px-105:focus-within {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.focus-within\:py-107:focus-within {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.focus-within\:px-107:focus-within {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.focus-within\:py-110:focus-within {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.focus-within\:px-110:focus-within {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.focus-within\:py-120:focus-within {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.focus-within\:px-120:focus-within {
  padding-left: 30rem;
  padding-right: 30rem;
}

.focus-within\:py-130:focus-within {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.focus-within\:px-130:focus-within {
  padding-left: 38rem;
  padding-right: 38rem;
}

.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\:py-250px:focus-within {
  padding-top: 250px;
  padding-bottom: 250px;
}

.focus-within\:px-250px:focus-within {
  padding-left: 250px;
  padding-right: 250px;
}

.focus-within\:py-1\/2\%:focus-within {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.focus-within\:px-1\/2\%:focus-within {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.focus-within\:py-1\%:focus-within {
  padding-top: 1%;
  padding-bottom: 1%;
}

.focus-within\:px-1\%:focus-within {
  padding-left: 1%;
  padding-right: 1%;
}

.focus-within\:py-2\%:focus-within {
  padding-top: 2%;
  padding-bottom: 2%;
}

.focus-within\:px-2\%:focus-within {
  padding-left: 2%;
  padding-right: 2%;
}

.focus-within\:py-3\%:focus-within {
  padding-top: 3%;
  padding-bottom: 3%;
}

.focus-within\:px-3\%:focus-within {
  padding-left: 3%;
  padding-right: 3%;
}

.focus-within\:py-4\%:focus-within {
  padding-top: 4%;
  padding-bottom: 4%;
}

.focus-within\:px-4\%:focus-within {
  padding-left: 4%;
  padding-right: 4%;
}

.focus-within\:py-5\%:focus-within {
  padding-top: 5%;
  padding-bottom: 5%;
}

.focus-within\:px-5\%:focus-within {
  padding-left: 5%;
  padding-right: 5%;
}

.focus-within\:py-10\%:focus-within {
  padding-top: 10%;
  padding-bottom: 10%;
}

.focus-within\:px-10\%:focus-within {
  padding-left: 10%;
  padding-right: 10%;
}

.focus-within\:py-20\%:focus-within {
  padding-top: 20%;
  padding-bottom: 20%;
}

.focus-within\:px-20\%:focus-within {
  padding-left: 20%;
  padding-right: 20%;
}

.focus-within\:py-23\%:focus-within {
  padding-top: 23%;
  padding-bottom: 23%;
}

.focus-within\:px-23\%:focus-within {
  padding-left: 23%;
  padding-right: 23%;
}

.focus-within\:py-25\%:focus-within {
  padding-top: 25%;
  padding-bottom: 25%;
}

.focus-within\:px-25\%:focus-within {
  padding-left: 25%;
  padding-right: 25%;
}

.focus-within\:py-26\%:focus-within {
  padding-top: 26%;
  padding-bottom: 26%;
}

.focus-within\:px-26\%:focus-within {
  padding-left: 26%;
  padding-right: 26%;
}

.focus-within\:py-30\%:focus-within {
  padding-top: 30%;
  padding-bottom: 30%;
}

.focus-within\:px-30\%:focus-within {
  padding-left: 30%;
  padding-right: 30%;
}

.focus-within\:py-40\%:focus-within {
  padding-top: 40%;
  padding-bottom: 40%;
}

.focus-within\:px-40\%:focus-within {
  padding-left: 40%;
  padding-right: 40%;
}

.focus-within\:py-50\%:focus-within {
  padding-top: 50%;
  padding-bottom: 50%;
}

.focus-within\:px-50\%:focus-within {
  padding-left: 50%;
  padding-right: 50%;
}

.focus-within\:py-60\%:focus-within {
  padding-top: 60%;
  padding-bottom: 60%;
}

.focus-within\:px-60\%:focus-within {
  padding-left: 60%;
  padding-right: 60%;
}

.focus-within\:py-70\%:focus-within {
  padding-top: 70%;
  padding-bottom: 70%;
}

.focus-within\:px-70\%:focus-within {
  padding-left: 70%;
  padding-right: 70%;
}

.focus-within\:py-80\%:focus-within {
  padding-top: 80%;
  padding-bottom: 80%;
}

.focus-within\:px-80\%:focus-within {
  padding-left: 80%;
  padding-right: 80%;
}

.focus-within\:py-90\%:focus-within {
  padding-top: 90%;
  padding-bottom: 90%;
}

.focus-within\:px-90\%:focus-within {
  padding-left: 90%;
  padding-right: 90%;
}

.focus-within\:py-95\%:focus-within {
  padding-top: 95%;
  padding-bottom: 95%;
}

.focus-within\:px-95\%:focus-within {
  padding-left: 95%;
  padding-right: 95%;
}

.focus-within\:py-96\%:focus-within {
  padding-top: 96%;
  padding-bottom: 96%;
}

.focus-within\:px-96\%:focus-within {
  padding-left: 96%;
  padding-right: 96%;
}

.focus-within\:py-97\%:focus-within {
  padding-top: 97%;
  padding-bottom: 97%;
}

.focus-within\:px-97\%:focus-within {
  padding-left: 97%;
  padding-right: 97%;
}

.focus-within\:py-98\%:focus-within {
  padding-top: 98%;
  padding-bottom: 98%;
}

.focus-within\:px-98\%:focus-within {
  padding-left: 98%;
  padding-right: 98%;
}

.focus-within\:py-99\%:focus-within {
  padding-top: 99%;
  padding-bottom: 99%;
}

.focus-within\:px-99\%:focus-within {
  padding-left: 99%;
  padding-right: 99%;
}

.focus-within\:py-36vh:focus-within {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.focus-within\:px-36vh:focus-within {
  padding-left: 36vh;
  padding-right: 36vh;
}

.focus-within\:py-75vh:focus-within {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.focus-within\:px-75vh:focus-within {
  padding-left: 75vh;
  padding-right: 75vh;
}

.focus-within\:py-78vh:focus-within {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.focus-within\:px-78vh:focus-within {
  padding-left: 78vh;
  padding-right: 78vh;
}

.focus-within\:py-80vh:focus-within {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.focus-within\:px-80vh:focus-within {
  padding-left: 80vh;
  padding-right: 80vh;
}

.focus-within\:py-82vh:focus-within {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.focus-within\:px-82vh:focus-within {
  padding-left: 82vh;
  padding-right: 82vh;
}

.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: 0.25rem;
}

.focus-within\:pr-1:focus-within {
  padding-right: 0.25rem;
}

.focus-within\:pb-1:focus-within {
  padding-bottom: 0.25rem;
}

.focus-within\:pl-1:focus-within {
  padding-left: 0.25rem;
}

.focus-within\:pt-2:focus-within {
  padding-top: 0.5rem;
}

.focus-within\:pr-2:focus-within {
  padding-right: 0.5rem;
}

.focus-within\:pb-2:focus-within {
  padding-bottom: 0.5rem;
}

.focus-within\:pl-2:focus-within {
  padding-left: 0.5rem;
}

.focus-within\:pt-3:focus-within {
  padding-top: 0.75rem;
}

.focus-within\:pr-3:focus-within {
  padding-right: 0.75rem;
}

.focus-within\:pb-3:focus-within {
  padding-bottom: 0.75rem;
}

.focus-within\:pl-3:focus-within {
  padding-left: 0.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-7:focus-within {
  padding-top: 1.75rem;
}

.focus-within\:pr-7:focus-within {
  padding-right: 1.75rem;
}

.focus-within\:pb-7:focus-within {
  padding-bottom: 1.75rem;
}

.focus-within\:pl-7:focus-within {
  padding-left: 1.75rem;
}

.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-9:focus-within {
  padding-top: 2.25rem;
}

.focus-within\:pr-9:focus-within {
  padding-right: 2.25rem;
}

.focus-within\:pb-9:focus-within {
  padding-bottom: 2.25rem;
}

.focus-within\:pl-9:focus-within {
  padding-left: 2.25rem;
}

.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-14:focus-within {
  padding-top: 3.5rem;
}

.focus-within\:pr-14:focus-within {
  padding-right: 3.5rem;
}

.focus-within\:pb-14:focus-within {
  padding-bottom: 3.5rem;
}

.focus-within\:pl-14:focus-within {
  padding-left: 3.5rem;
}

.focus-within\:pt-15:focus-within {
  padding-top: 3.75rem;
}

.focus-within\:pr-15:focus-within {
  padding-right: 3.75rem;
}

.focus-within\:pb-15:focus-within {
  padding-bottom: 3.75rem;
}

.focus-within\:pl-15:focus-within {
  padding-left: 3.75rem;
}

.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-18:focus-within {
  padding-top: 4.5rem;
}

.focus-within\:pr-18:focus-within {
  padding-right: 4.5rem;
}

.focus-within\:pb-18:focus-within {
  padding-bottom: 4.5rem;
}

.focus-within\:pl-18:focus-within {
  padding-left: 4.5rem;
}

.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-21:focus-within {
  padding-top: 5.25rem;
}

.focus-within\:pr-21:focus-within {
  padding-right: 5.25rem;
}

.focus-within\:pb-21:focus-within {
  padding-bottom: 5.25rem;
}

.focus-within\:pl-21:focus-within {
  padding-left: 5.25rem;
}

.focus-within\:pt-22:focus-within {
  padding-top: 5.5rem;
}

.focus-within\:pr-22:focus-within {
  padding-right: 5.5rem;
}

.focus-within\:pb-22:focus-within {
  padding-bottom: 5.5rem;
}

.focus-within\:pl-22:focus-within {
  padding-left: 5.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-26:focus-within {
  padding-top: 6.5rem;
}

.focus-within\:pr-26:focus-within {
  padding-right: 6.5rem;
}

.focus-within\:pb-26:focus-within {
  padding-bottom: 6.5rem;
}

.focus-within\:pl-26:focus-within {
  padding-left: 6.5rem;
}

.focus-within\:pt-28:focus-within {
  padding-top: 7rem;
}

.focus-within\:pr-28:focus-within {
  padding-right: 7rem;
}

.focus-within\:pb-28:focus-within {
  padding-bottom: 7rem;
}

.focus-within\:pl-28:focus-within {
  padding-left: 7rem;
}

.focus-within\:pt-30:focus-within {
  padding-top: 7.5rem;
}

.focus-within\:pr-30:focus-within {
  padding-right: 7.5rem;
}

.focus-within\:pb-30:focus-within {
  padding-bottom: 7.5rem;
}

.focus-within\:pl-30:focus-within {
  padding-left: 7.5rem;
}

.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-34:focus-within {
  padding-top: 8.5rem;
}

.focus-within\:pr-34:focus-within {
  padding-right: 8.5rem;
}

.focus-within\:pb-34:focus-within {
  padding-bottom: 8.5rem;
}

.focus-within\:pl-34:focus-within {
  padding-left: 8.5rem;
}

.focus-within\:pt-36:focus-within {
  padding-top: 9rem;
}

.focus-within\:pr-36:focus-within {
  padding-right: 9rem;
}

.focus-within\:pb-36:focus-within {
  padding-bottom: 9rem;
}

.focus-within\:pl-36:focus-within {
  padding-left: 9rem;
}

.focus-within\:pt-38:focus-within {
  padding-top: 9.5rem;
}

.focus-within\:pr-38:focus-within {
  padding-right: 9.5rem;
}

.focus-within\:pb-38:focus-within {
  padding-bottom: 9.5rem;
}

.focus-within\:pl-38:focus-within {
  padding-left: 9.5rem;
}

.focus-within\:pt-40:focus-within {
  padding-top: 10rem;
}

.focus-within\:pr-40:focus-within {
  padding-right: 10rem;
}

.focus-within\:pb-40:focus-within {
  padding-bottom: 10rem;
}

.focus-within\:pl-40:focus-within {
  padding-left: 10rem;
}

.focus-within\:pt-44:focus-within {
  padding-top: 11rem;
}

.focus-within\:pr-44:focus-within {
  padding-right: 11rem;
}

.focus-within\:pb-44:focus-within {
  padding-bottom: 11rem;
}

.focus-within\:pl-44:focus-within {
  padding-left: 11rem;
}

.focus-within\:pt-48:focus-within {
  padding-top: 12rem;
}

.focus-within\:pr-48:focus-within {
  padding-right: 12rem;
}

.focus-within\:pb-48:focus-within {
  padding-bottom: 12rem;
}

.focus-within\:pl-48:focus-within {
  padding-left: 12rem;
}

.focus-within\:pt-52:focus-within {
  padding-top: 13rem;
}

.focus-within\:pr-52:focus-within {
  padding-right: 13rem;
}

.focus-within\:pb-52:focus-within {
  padding-bottom: 13rem;
}

.focus-within\:pl-52:focus-within {
  padding-left: 13rem;
}

.focus-within\:pt-53:focus-within {
  padding-top: 13.25rem;
}

.focus-within\:pr-53:focus-within {
  padding-right: 13.25rem;
}

.focus-within\:pb-53:focus-within {
  padding-bottom: 13.25rem;
}

.focus-within\:pl-53:focus-within {
  padding-left: 13.25rem;
}

.focus-within\:pt-54:focus-within {
  padding-top: 13.5rem;
}

.focus-within\:pr-54:focus-within {
  padding-right: 13.5rem;
}

.focus-within\:pb-54:focus-within {
  padding-bottom: 13.5rem;
}

.focus-within\:pl-54:focus-within {
  padding-left: 13.5rem;
}

.focus-within\:pt-56:focus-within {
  padding-top: 14rem;
}

.focus-within\:pr-56:focus-within {
  padding-right: 14rem;
}

.focus-within\:pb-56:focus-within {
  padding-bottom: 14rem;
}

.focus-within\:pl-56:focus-within {
  padding-left: 14rem;
}

.focus-within\:pt-64:focus-within {
  padding-top: 16rem;
}

.focus-within\:pr-64:focus-within {
  padding-right: 16rem;
}

.focus-within\:pb-64:focus-within {
  padding-bottom: 16rem;
}

.focus-within\:pl-64:focus-within {
  padding-left: 16rem;
}

.focus-within\:pt-72:focus-within {
  padding-top: 18rem;
}

.focus-within\:pr-72:focus-within {
  padding-right: 18rem;
}

.focus-within\:pb-72:focus-within {
  padding-bottom: 18rem;
}

.focus-within\:pl-72:focus-within {
  padding-left: 18rem;
}

.focus-within\:pt-74:focus-within {
  padding-top: 18.5rem;
}

.focus-within\:pr-74:focus-within {
  padding-right: 18.5rem;
}

.focus-within\:pb-74:focus-within {
  padding-bottom: 18.5rem;
}

.focus-within\:pl-74:focus-within {
  padding-left: 18.5rem;
}

.focus-within\:pt-76:focus-within {
  padding-top: 19rem;
}

.focus-within\:pr-76:focus-within {
  padding-right: 19rem;
}

.focus-within\:pb-76:focus-within {
  padding-bottom: 19rem;
}

.focus-within\:pl-76:focus-within {
  padding-left: 19rem;
}

.focus-within\:pt-80:focus-within {
  padding-top: 20rem;
}

.focus-within\:pr-80:focus-within {
  padding-right: 20rem;
}

.focus-within\:pb-80:focus-within {
  padding-bottom: 20rem;
}

.focus-within\:pl-80:focus-within {
  padding-left: 20rem;
}

.focus-within\:pt-85:focus-within {
  padding-top: 21.25rem;
}

.focus-within\:pr-85:focus-within {
  padding-right: 21.25rem;
}

.focus-within\:pb-85:focus-within {
  padding-bottom: 21.25rem;
}

.focus-within\:pl-85:focus-within {
  padding-left: 21.25rem;
}

.focus-within\:pt-100:focus-within {
  padding-top: 25rem;
}

.focus-within\:pr-100:focus-within {
  padding-right: 25rem;
}

.focus-within\:pb-100:focus-within {
  padding-bottom: 25rem;
}

.focus-within\:pl-100:focus-within {
  padding-left: 25rem;
}

.focus-within\:pt-105:focus-within {
  padding-top: 26.25rem;
}

.focus-within\:pr-105:focus-within {
  padding-right: 26.25rem;
}

.focus-within\:pb-105:focus-within {
  padding-bottom: 26.25rem;
}

.focus-within\:pl-105:focus-within {
  padding-left: 26.25rem;
}

.focus-within\:pt-107:focus-within {
  padding-top: 26.4rem;
}

.focus-within\:pr-107:focus-within {
  padding-right: 26.4rem;
}

.focus-within\:pb-107:focus-within {
  padding-bottom: 26.4rem;
}

.focus-within\:pl-107:focus-within {
  padding-left: 26.4rem;
}

.focus-within\:pt-110:focus-within {
  padding-top: 27.5rem;
}

.focus-within\:pr-110:focus-within {
  padding-right: 27.5rem;
}

.focus-within\:pb-110:focus-within {
  padding-bottom: 27.5rem;
}

.focus-within\:pl-110:focus-within {
  padding-left: 27.5rem;
}

.focus-within\:pt-120:focus-within {
  padding-top: 30rem;
}

.focus-within\:pr-120:focus-within {
  padding-right: 30rem;
}

.focus-within\:pb-120:focus-within {
  padding-bottom: 30rem;
}

.focus-within\:pl-120:focus-within {
  padding-left: 30rem;
}

.focus-within\:pt-130:focus-within {
  padding-top: 38rem;
}

.focus-within\:pr-130:focus-within {
  padding-right: 38rem;
}

.focus-within\:pb-130:focus-within {
  padding-bottom: 38rem;
}

.focus-within\:pl-130:focus-within {
  padding-left: 38rem;
}

.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-within\:pt-250px:focus-within {
  padding-top: 250px;
}

.focus-within\:pr-250px:focus-within {
  padding-right: 250px;
}

.focus-within\:pb-250px:focus-within {
  padding-bottom: 250px;
}

.focus-within\:pl-250px:focus-within {
  padding-left: 250px;
}

.focus-within\:pt-1\/2\%:focus-within {
  padding-top: 0.5%;
}

.focus-within\:pr-1\/2\%:focus-within {
  padding-right: 0.5%;
}

.focus-within\:pb-1\/2\%:focus-within {
  padding-bottom: 0.5%;
}

.focus-within\:pl-1\/2\%:focus-within {
  padding-left: 0.5%;
}

.focus-within\:pt-1\%:focus-within {
  padding-top: 1%;
}

.focus-within\:pr-1\%:focus-within {
  padding-right: 1%;
}

.focus-within\:pb-1\%:focus-within {
  padding-bottom: 1%;
}

.focus-within\:pl-1\%:focus-within {
  padding-left: 1%;
}

.focus-within\:pt-2\%:focus-within {
  padding-top: 2%;
}

.focus-within\:pr-2\%:focus-within {
  padding-right: 2%;
}

.focus-within\:pb-2\%:focus-within {
  padding-bottom: 2%;
}

.focus-within\:pl-2\%:focus-within {
  padding-left: 2%;
}

.focus-within\:pt-3\%:focus-within {
  padding-top: 3%;
}

.focus-within\:pr-3\%:focus-within {
  padding-right: 3%;
}

.focus-within\:pb-3\%:focus-within {
  padding-bottom: 3%;
}

.focus-within\:pl-3\%:focus-within {
  padding-left: 3%;
}

.focus-within\:pt-4\%:focus-within {
  padding-top: 4%;
}

.focus-within\:pr-4\%:focus-within {
  padding-right: 4%;
}

.focus-within\:pb-4\%:focus-within {
  padding-bottom: 4%;
}

.focus-within\:pl-4\%:focus-within {
  padding-left: 4%;
}

.focus-within\:pt-5\%:focus-within {
  padding-top: 5%;
}

.focus-within\:pr-5\%:focus-within {
  padding-right: 5%;
}

.focus-within\:pb-5\%:focus-within {
  padding-bottom: 5%;
}

.focus-within\:pl-5\%:focus-within {
  padding-left: 5%;
}

.focus-within\:pt-10\%:focus-within {
  padding-top: 10%;
}

.focus-within\:pr-10\%:focus-within {
  padding-right: 10%;
}

.focus-within\:pb-10\%:focus-within {
  padding-bottom: 10%;
}

.focus-within\:pl-10\%:focus-within {
  padding-left: 10%;
}

.focus-within\:pt-20\%:focus-within {
  padding-top: 20%;
}

.focus-within\:pr-20\%:focus-within {
  padding-right: 20%;
}

.focus-within\:pb-20\%:focus-within {
  padding-bottom: 20%;
}

.focus-within\:pl-20\%:focus-within {
  padding-left: 20%;
}

.focus-within\:pt-23\%:focus-within {
  padding-top: 23%;
}

.focus-within\:pr-23\%:focus-within {
  padding-right: 23%;
}

.focus-within\:pb-23\%:focus-within {
  padding-bottom: 23%;
}

.focus-within\:pl-23\%:focus-within {
  padding-left: 23%;
}

.focus-within\:pt-25\%:focus-within {
  padding-top: 25%;
}

.focus-within\:pr-25\%:focus-within {
  padding-right: 25%;
}

.focus-within\:pb-25\%:focus-within {
  padding-bottom: 25%;
}

.focus-within\:pl-25\%:focus-within {
  padding-left: 25%;
}

.focus-within\:pt-26\%:focus-within {
  padding-top: 26%;
}

.focus-within\:pr-26\%:focus-within {
  padding-right: 26%;
}

.focus-within\:pb-26\%:focus-within {
  padding-bottom: 26%;
}

.focus-within\:pl-26\%:focus-within {
  padding-left: 26%;
}

.focus-within\:pt-30\%:focus-within {
  padding-top: 30%;
}

.focus-within\:pr-30\%:focus-within {
  padding-right: 30%;
}

.focus-within\:pb-30\%:focus-within {
  padding-bottom: 30%;
}

.focus-within\:pl-30\%:focus-within {
  padding-left: 30%;
}

.focus-within\:pt-40\%:focus-within {
  padding-top: 40%;
}

.focus-within\:pr-40\%:focus-within {
  padding-right: 40%;
}

.focus-within\:pb-40\%:focus-within {
  padding-bottom: 40%;
}

.focus-within\:pl-40\%:focus-within {
  padding-left: 40%;
}

.focus-within\:pt-50\%:focus-within {
  padding-top: 50%;
}

.focus-within\:pr-50\%:focus-within {
  padding-right: 50%;
}

.focus-within\:pb-50\%:focus-within {
  padding-bottom: 50%;
}

.focus-within\:pl-50\%:focus-within {
  padding-left: 50%;
}

.focus-within\:pt-60\%:focus-within {
  padding-top: 60%;
}

.focus-within\:pr-60\%:focus-within {
  padding-right: 60%;
}

.focus-within\:pb-60\%:focus-within {
  padding-bottom: 60%;
}

.focus-within\:pl-60\%:focus-within {
  padding-left: 60%;
}

.focus-within\:pt-70\%:focus-within {
  padding-top: 70%;
}

.focus-within\:pr-70\%:focus-within {
  padding-right: 70%;
}

.focus-within\:pb-70\%:focus-within {
  padding-bottom: 70%;
}

.focus-within\:pl-70\%:focus-within {
  padding-left: 70%;
}

.focus-within\:pt-80\%:focus-within {
  padding-top: 80%;
}

.focus-within\:pr-80\%:focus-within {
  padding-right: 80%;
}

.focus-within\:pb-80\%:focus-within {
  padding-bottom: 80%;
}

.focus-within\:pl-80\%:focus-within {
  padding-left: 80%;
}

.focus-within\:pt-90\%:focus-within {
  padding-top: 90%;
}

.focus-within\:pr-90\%:focus-within {
  padding-right: 90%;
}

.focus-within\:pb-90\%:focus-within {
  padding-bottom: 90%;
}

.focus-within\:pl-90\%:focus-within {
  padding-left: 90%;
}

.focus-within\:pt-95\%:focus-within {
  padding-top: 95%;
}

.focus-within\:pr-95\%:focus-within {
  padding-right: 95%;
}

.focus-within\:pb-95\%:focus-within {
  padding-bottom: 95%;
}

.focus-within\:pl-95\%:focus-within {
  padding-left: 95%;
}

.focus-within\:pt-96\%:focus-within {
  padding-top: 96%;
}

.focus-within\:pr-96\%:focus-within {
  padding-right: 96%;
}

.focus-within\:pb-96\%:focus-within {
  padding-bottom: 96%;
}

.focus-within\:pl-96\%:focus-within {
  padding-left: 96%;
}

.focus-within\:pt-97\%:focus-within {
  padding-top: 97%;
}

.focus-within\:pr-97\%:focus-within {
  padding-right: 97%;
}

.focus-within\:pb-97\%:focus-within {
  padding-bottom: 97%;
}

.focus-within\:pl-97\%:focus-within {
  padding-left: 97%;
}

.focus-within\:pt-98\%:focus-within {
  padding-top: 98%;
}

.focus-within\:pr-98\%:focus-within {
  padding-right: 98%;
}

.focus-within\:pb-98\%:focus-within {
  padding-bottom: 98%;
}

.focus-within\:pl-98\%:focus-within {
  padding-left: 98%;
}

.focus-within\:pt-99\%:focus-within {
  padding-top: 99%;
}

.focus-within\:pr-99\%:focus-within {
  padding-right: 99%;
}

.focus-within\:pb-99\%:focus-within {
  padding-bottom: 99%;
}

.focus-within\:pl-99\%:focus-within {
  padding-left: 99%;
}

.focus-within\:pt-36vh:focus-within {
  padding-top: 36vh;
}

.focus-within\:pr-36vh:focus-within {
  padding-right: 36vh;
}

.focus-within\:pb-36vh:focus-within {
  padding-bottom: 36vh;
}

.focus-within\:pl-36vh:focus-within {
  padding-left: 36vh;
}

.focus-within\:pt-75vh:focus-within {
  padding-top: 75vh;
}

.focus-within\:pr-75vh:focus-within {
  padding-right: 75vh;
}

.focus-within\:pb-75vh:focus-within {
  padding-bottom: 75vh;
}

.focus-within\:pl-75vh:focus-within {
  padding-left: 75vh;
}

.focus-within\:pt-78vh:focus-within {
  padding-top: 78vh;
}

.focus-within\:pr-78vh:focus-within {
  padding-right: 78vh;
}

.focus-within\:pb-78vh:focus-within {
  padding-bottom: 78vh;
}

.focus-within\:pl-78vh:focus-within {
  padding-left: 78vh;
}

.focus-within\:pt-80vh:focus-within {
  padding-top: 80vh;
}

.focus-within\:pr-80vh:focus-within {
  padding-right: 80vh;
}

.focus-within\:pb-80vh:focus-within {
  padding-bottom: 80vh;
}

.focus-within\:pl-80vh:focus-within {
  padding-left: 80vh;
}

.focus-within\:pt-82vh:focus-within {
  padding-top: 82vh;
}

.focus-within\:pr-82vh:focus-within {
  padding-right: 82vh;
}

.focus-within\:pb-82vh:focus-within {
  padding-bottom: 82vh;
}

.focus-within\:pl-82vh:focus-within {
  padding-left: 82vh;
}

.group:hover .group-hover\:p-0 {
  padding: 0;
}

.group:hover .group-hover\:p-1 {
  padding: 0.25rem;
}

.group:hover .group-hover\:p-2 {
  padding: 0.5rem;
}

.group:hover .group-hover\:p-3 {
  padding: 0.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-7 {
  padding: 1.75rem;
}

.group:hover .group-hover\:p-8 {
  padding: 2rem;
}

.group:hover .group-hover\:p-9 {
  padding: 2.25rem;
}

.group:hover .group-hover\:p-10 {
  padding: 2.5rem;
}

.group:hover .group-hover\:p-12 {
  padding: 3rem;
}

.group:hover .group-hover\:p-14 {
  padding: 3.5rem;
}

.group:hover .group-hover\:p-15 {
  padding: 3.75rem;
}

.group:hover .group-hover\:p-16 {
  padding: 4rem;
}

.group:hover .group-hover\:p-18 {
  padding: 4.5rem;
}

.group:hover .group-hover\:p-20 {
  padding: 5rem;
}

.group:hover .group-hover\:p-21 {
  padding: 5.25rem;
}

.group:hover .group-hover\:p-22 {
  padding: 5.5rem;
}

.group:hover .group-hover\:p-24 {
  padding: 6rem;
}

.group:hover .group-hover\:p-26 {
  padding: 6.5rem;
}

.group:hover .group-hover\:p-28 {
  padding: 7rem;
}

.group:hover .group-hover\:p-30 {
  padding: 7.5rem;
}

.group:hover .group-hover\:p-32 {
  padding: 8rem;
}

.group:hover .group-hover\:p-34 {
  padding: 8.5rem;
}

.group:hover .group-hover\:p-36 {
  padding: 9rem;
}

.group:hover .group-hover\:p-38 {
  padding: 9.5rem;
}

.group:hover .group-hover\:p-40 {
  padding: 10rem;
}

.group:hover .group-hover\:p-44 {
  padding: 11rem;
}

.group:hover .group-hover\:p-48 {
  padding: 12rem;
}

.group:hover .group-hover\:p-52 {
  padding: 13rem;
}

.group:hover .group-hover\:p-53 {
  padding: 13.25rem;
}

.group:hover .group-hover\:p-54 {
  padding: 13.5rem;
}

.group:hover .group-hover\:p-56 {
  padding: 14rem;
}

.group:hover .group-hover\:p-64 {
  padding: 16rem;
}

.group:hover .group-hover\:p-72 {
  padding: 18rem;
}

.group:hover .group-hover\:p-74 {
  padding: 18.5rem;
}

.group:hover .group-hover\:p-76 {
  padding: 19rem;
}

.group:hover .group-hover\:p-80 {
  padding: 20rem;
}

.group:hover .group-hover\:p-85 {
  padding: 21.25rem;
}

.group:hover .group-hover\:p-100 {
  padding: 25rem;
}

.group:hover .group-hover\:p-105 {
  padding: 26.25rem;
}

.group:hover .group-hover\:p-107 {
  padding: 26.4rem;
}

.group:hover .group-hover\:p-110 {
  padding: 27.5rem;
}

.group:hover .group-hover\:p-120 {
  padding: 30rem;
}

.group:hover .group-hover\:p-130 {
  padding: 38rem;
}

.group:hover .group-hover\:p-px {
  padding: 1px;
}

.group:hover .group-hover\:p-250px {
  padding: 250px;
}

.group:hover .group-hover\:p-1\/2\% {
  padding: 0.5%;
}

.group:hover .group-hover\:p-1\% {
  padding: 1%;
}

.group:hover .group-hover\:p-2\% {
  padding: 2%;
}

.group:hover .group-hover\:p-3\% {
  padding: 3%;
}

.group:hover .group-hover\:p-4\% {
  padding: 4%;
}

.group:hover .group-hover\:p-5\% {
  padding: 5%;
}

.group:hover .group-hover\:p-10\% {
  padding: 10%;
}

.group:hover .group-hover\:p-20\% {
  padding: 20%;
}

.group:hover .group-hover\:p-23\% {
  padding: 23%;
}

.group:hover .group-hover\:p-25\% {
  padding: 25%;
}

.group:hover .group-hover\:p-26\% {
  padding: 26%;
}

.group:hover .group-hover\:p-30\% {
  padding: 30%;
}

.group:hover .group-hover\:p-40\% {
  padding: 40%;
}

.group:hover .group-hover\:p-50\% {
  padding: 50%;
}

.group:hover .group-hover\:p-60\% {
  padding: 60%;
}

.group:hover .group-hover\:p-70\% {
  padding: 70%;
}

.group:hover .group-hover\:p-80\% {
  padding: 80%;
}

.group:hover .group-hover\:p-90\% {
  padding: 90%;
}

.group:hover .group-hover\:p-95\% {
  padding: 95%;
}

.group:hover .group-hover\:p-96\% {
  padding: 96%;
}

.group:hover .group-hover\:p-97\% {
  padding: 97%;
}

.group:hover .group-hover\:p-98\% {
  padding: 98%;
}

.group:hover .group-hover\:p-99\% {
  padding: 99%;
}

.group:hover .group-hover\:p-36vh {
  padding: 36vh;
}

.group:hover .group-hover\:p-75vh {
  padding: 75vh;
}

.group:hover .group-hover\:p-78vh {
  padding: 78vh;
}

.group:hover .group-hover\:p-80vh {
  padding: 80vh;
}

.group:hover .group-hover\:p-82vh {
  padding: 82vh;
}

.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: 0.25rem;
  padding-bottom: 0.25rem;
}

.group:hover .group-hover\:px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.group:hover .group-hover\:py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.group:hover .group-hover\:px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.group:hover .group-hover\:py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.group:hover .group-hover\:px-3 {
  padding-left: 0.75rem;
  padding-right: 0.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-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.group:hover .group-hover\:px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.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-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.group:hover .group-hover\:px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.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-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.group:hover .group-hover\:px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.group:hover .group-hover\:py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.group:hover .group-hover\:px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.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-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.group:hover .group-hover\:px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.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-21 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.group:hover .group-hover\:px-21 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.group:hover .group-hover\:py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.group:hover .group-hover\:px-22 {
  padding-left: 5.5rem;
  padding-right: 5.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-26 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.group:hover .group-hover\:px-26 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.group:hover .group-hover\:py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.group:hover .group-hover\:px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.group:hover .group-hover\:py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.group:hover .group-hover\:px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.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-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.group:hover .group-hover\:px-34 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.group:hover .group-hover\:py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.group:hover .group-hover\:px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.group:hover .group-hover\:py-38 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.group:hover .group-hover\:px-38 {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.group:hover .group-hover\:py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.group:hover .group-hover\:px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.group:hover .group-hover\:py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.group:hover .group-hover\:px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.group:hover .group-hover\:py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.group:hover .group-hover\:px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.group:hover .group-hover\:py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.group:hover .group-hover\:px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.group:hover .group-hover\:py-53 {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.group:hover .group-hover\:px-53 {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.group:hover .group-hover\:py-54 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.group:hover .group-hover\:px-54 {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.group:hover .group-hover\:py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.group:hover .group-hover\:px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.group:hover .group-hover\:py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.group:hover .group-hover\:px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.group:hover .group-hover\:py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.group:hover .group-hover\:px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.group:hover .group-hover\:py-74 {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.group:hover .group-hover\:px-74 {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.group:hover .group-hover\:py-76 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.group:hover .group-hover\:px-76 {
  padding-left: 19rem;
  padding-right: 19rem;
}

.group:hover .group-hover\:py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.group:hover .group-hover\:px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.group:hover .group-hover\:py-85 {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.group:hover .group-hover\:px-85 {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.group:hover .group-hover\:py-100 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.group:hover .group-hover\:px-100 {
  padding-left: 25rem;
  padding-right: 25rem;
}

.group:hover .group-hover\:py-105 {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.group:hover .group-hover\:px-105 {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.group:hover .group-hover\:py-107 {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.group:hover .group-hover\:px-107 {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.group:hover .group-hover\:py-110 {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.group:hover .group-hover\:px-110 {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.group:hover .group-hover\:py-120 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.group:hover .group-hover\:px-120 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.group:hover .group-hover\:py-130 {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.group:hover .group-hover\:px-130 {
  padding-left: 38rem;
  padding-right: 38rem;
}

.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\:py-250px {
  padding-top: 250px;
  padding-bottom: 250px;
}

.group:hover .group-hover\:px-250px {
  padding-left: 250px;
  padding-right: 250px;
}

.group:hover .group-hover\:py-1\/2\% {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.group:hover .group-hover\:px-1\/2\% {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.group:hover .group-hover\:py-1\% {
  padding-top: 1%;
  padding-bottom: 1%;
}

.group:hover .group-hover\:px-1\% {
  padding-left: 1%;
  padding-right: 1%;
}

.group:hover .group-hover\:py-2\% {
  padding-top: 2%;
  padding-bottom: 2%;
}

.group:hover .group-hover\:px-2\% {
  padding-left: 2%;
  padding-right: 2%;
}

.group:hover .group-hover\:py-3\% {
  padding-top: 3%;
  padding-bottom: 3%;
}

.group:hover .group-hover\:px-3\% {
  padding-left: 3%;
  padding-right: 3%;
}

.group:hover .group-hover\:py-4\% {
  padding-top: 4%;
  padding-bottom: 4%;
}

.group:hover .group-hover\:px-4\% {
  padding-left: 4%;
  padding-right: 4%;
}

.group:hover .group-hover\:py-5\% {
  padding-top: 5%;
  padding-bottom: 5%;
}

.group:hover .group-hover\:px-5\% {
  padding-left: 5%;
  padding-right: 5%;
}

.group:hover .group-hover\:py-10\% {
  padding-top: 10%;
  padding-bottom: 10%;
}

.group:hover .group-hover\:px-10\% {
  padding-left: 10%;
  padding-right: 10%;
}

.group:hover .group-hover\:py-20\% {
  padding-top: 20%;
  padding-bottom: 20%;
}

.group:hover .group-hover\:px-20\% {
  padding-left: 20%;
  padding-right: 20%;
}

.group:hover .group-hover\:py-23\% {
  padding-top: 23%;
  padding-bottom: 23%;
}

.group:hover .group-hover\:px-23\% {
  padding-left: 23%;
  padding-right: 23%;
}

.group:hover .group-hover\:py-25\% {
  padding-top: 25%;
  padding-bottom: 25%;
}

.group:hover .group-hover\:px-25\% {
  padding-left: 25%;
  padding-right: 25%;
}

.group:hover .group-hover\:py-26\% {
  padding-top: 26%;
  padding-bottom: 26%;
}

.group:hover .group-hover\:px-26\% {
  padding-left: 26%;
  padding-right: 26%;
}

.group:hover .group-hover\:py-30\% {
  padding-top: 30%;
  padding-bottom: 30%;
}

.group:hover .group-hover\:px-30\% {
  padding-left: 30%;
  padding-right: 30%;
}

.group:hover .group-hover\:py-40\% {
  padding-top: 40%;
  padding-bottom: 40%;
}

.group:hover .group-hover\:px-40\% {
  padding-left: 40%;
  padding-right: 40%;
}

.group:hover .group-hover\:py-50\% {
  padding-top: 50%;
  padding-bottom: 50%;
}

.group:hover .group-hover\:px-50\% {
  padding-left: 50%;
  padding-right: 50%;
}

.group:hover .group-hover\:py-60\% {
  padding-top: 60%;
  padding-bottom: 60%;
}

.group:hover .group-hover\:px-60\% {
  padding-left: 60%;
  padding-right: 60%;
}

.group:hover .group-hover\:py-70\% {
  padding-top: 70%;
  padding-bottom: 70%;
}

.group:hover .group-hover\:px-70\% {
  padding-left: 70%;
  padding-right: 70%;
}

.group:hover .group-hover\:py-80\% {
  padding-top: 80%;
  padding-bottom: 80%;
}

.group:hover .group-hover\:px-80\% {
  padding-left: 80%;
  padding-right: 80%;
}

.group:hover .group-hover\:py-90\% {
  padding-top: 90%;
  padding-bottom: 90%;
}

.group:hover .group-hover\:px-90\% {
  padding-left: 90%;
  padding-right: 90%;
}

.group:hover .group-hover\:py-95\% {
  padding-top: 95%;
  padding-bottom: 95%;
}

.group:hover .group-hover\:px-95\% {
  padding-left: 95%;
  padding-right: 95%;
}

.group:hover .group-hover\:py-96\% {
  padding-top: 96%;
  padding-bottom: 96%;
}

.group:hover .group-hover\:px-96\% {
  padding-left: 96%;
  padding-right: 96%;
}

.group:hover .group-hover\:py-97\% {
  padding-top: 97%;
  padding-bottom: 97%;
}

.group:hover .group-hover\:px-97\% {
  padding-left: 97%;
  padding-right: 97%;
}

.group:hover .group-hover\:py-98\% {
  padding-top: 98%;
  padding-bottom: 98%;
}

.group:hover .group-hover\:px-98\% {
  padding-left: 98%;
  padding-right: 98%;
}

.group:hover .group-hover\:py-99\% {
  padding-top: 99%;
  padding-bottom: 99%;
}

.group:hover .group-hover\:px-99\% {
  padding-left: 99%;
  padding-right: 99%;
}

.group:hover .group-hover\:py-36vh {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.group:hover .group-hover\:px-36vh {
  padding-left: 36vh;
  padding-right: 36vh;
}

.group:hover .group-hover\:py-75vh {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.group:hover .group-hover\:px-75vh {
  padding-left: 75vh;
  padding-right: 75vh;
}

.group:hover .group-hover\:py-78vh {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.group:hover .group-hover\:px-78vh {
  padding-left: 78vh;
  padding-right: 78vh;
}

.group:hover .group-hover\:py-80vh {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.group:hover .group-hover\:px-80vh {
  padding-left: 80vh;
  padding-right: 80vh;
}

.group:hover .group-hover\:py-82vh {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.group:hover .group-hover\:px-82vh {
  padding-left: 82vh;
  padding-right: 82vh;
}

.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: 0.25rem;
}

.group:hover .group-hover\:pr-1 {
  padding-right: 0.25rem;
}

.group:hover .group-hover\:pb-1 {
  padding-bottom: 0.25rem;
}

.group:hover .group-hover\:pl-1 {
  padding-left: 0.25rem;
}

.group:hover .group-hover\:pt-2 {
  padding-top: 0.5rem;
}

.group:hover .group-hover\:pr-2 {
  padding-right: 0.5rem;
}

.group:hover .group-hover\:pb-2 {
  padding-bottom: 0.5rem;
}

.group:hover .group-hover\:pl-2 {
  padding-left: 0.5rem;
}

.group:hover .group-hover\:pt-3 {
  padding-top: 0.75rem;
}

.group:hover .group-hover\:pr-3 {
  padding-right: 0.75rem;
}

.group:hover .group-hover\:pb-3 {
  padding-bottom: 0.75rem;
}

.group:hover .group-hover\:pl-3 {
  padding-left: 0.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-7 {
  padding-top: 1.75rem;
}

.group:hover .group-hover\:pr-7 {
  padding-right: 1.75rem;
}

.group:hover .group-hover\:pb-7 {
  padding-bottom: 1.75rem;
}

.group:hover .group-hover\:pl-7 {
  padding-left: 1.75rem;
}

.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-9 {
  padding-top: 2.25rem;
}

.group:hover .group-hover\:pr-9 {
  padding-right: 2.25rem;
}

.group:hover .group-hover\:pb-9 {
  padding-bottom: 2.25rem;
}

.group:hover .group-hover\:pl-9 {
  padding-left: 2.25rem;
}

.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-14 {
  padding-top: 3.5rem;
}

.group:hover .group-hover\:pr-14 {
  padding-right: 3.5rem;
}

.group:hover .group-hover\:pb-14 {
  padding-bottom: 3.5rem;
}

.group:hover .group-hover\:pl-14 {
  padding-left: 3.5rem;
}

.group:hover .group-hover\:pt-15 {
  padding-top: 3.75rem;
}

.group:hover .group-hover\:pr-15 {
  padding-right: 3.75rem;
}

.group:hover .group-hover\:pb-15 {
  padding-bottom: 3.75rem;
}

.group:hover .group-hover\:pl-15 {
  padding-left: 3.75rem;
}

.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-18 {
  padding-top: 4.5rem;
}

.group:hover .group-hover\:pr-18 {
  padding-right: 4.5rem;
}

.group:hover .group-hover\:pb-18 {
  padding-bottom: 4.5rem;
}

.group:hover .group-hover\:pl-18 {
  padding-left: 4.5rem;
}

.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-21 {
  padding-top: 5.25rem;
}

.group:hover .group-hover\:pr-21 {
  padding-right: 5.25rem;
}

.group:hover .group-hover\:pb-21 {
  padding-bottom: 5.25rem;
}

.group:hover .group-hover\:pl-21 {
  padding-left: 5.25rem;
}

.group:hover .group-hover\:pt-22 {
  padding-top: 5.5rem;
}

.group:hover .group-hover\:pr-22 {
  padding-right: 5.5rem;
}

.group:hover .group-hover\:pb-22 {
  padding-bottom: 5.5rem;
}

.group:hover .group-hover\:pl-22 {
  padding-left: 5.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-26 {
  padding-top: 6.5rem;
}

.group:hover .group-hover\:pr-26 {
  padding-right: 6.5rem;
}

.group:hover .group-hover\:pb-26 {
  padding-bottom: 6.5rem;
}

.group:hover .group-hover\:pl-26 {
  padding-left: 6.5rem;
}

.group:hover .group-hover\:pt-28 {
  padding-top: 7rem;
}

.group:hover .group-hover\:pr-28 {
  padding-right: 7rem;
}

.group:hover .group-hover\:pb-28 {
  padding-bottom: 7rem;
}

.group:hover .group-hover\:pl-28 {
  padding-left: 7rem;
}

.group:hover .group-hover\:pt-30 {
  padding-top: 7.5rem;
}

.group:hover .group-hover\:pr-30 {
  padding-right: 7.5rem;
}

.group:hover .group-hover\:pb-30 {
  padding-bottom: 7.5rem;
}

.group:hover .group-hover\:pl-30 {
  padding-left: 7.5rem;
}

.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-34 {
  padding-top: 8.5rem;
}

.group:hover .group-hover\:pr-34 {
  padding-right: 8.5rem;
}

.group:hover .group-hover\:pb-34 {
  padding-bottom: 8.5rem;
}

.group:hover .group-hover\:pl-34 {
  padding-left: 8.5rem;
}

.group:hover .group-hover\:pt-36 {
  padding-top: 9rem;
}

.group:hover .group-hover\:pr-36 {
  padding-right: 9rem;
}

.group:hover .group-hover\:pb-36 {
  padding-bottom: 9rem;
}

.group:hover .group-hover\:pl-36 {
  padding-left: 9rem;
}

.group:hover .group-hover\:pt-38 {
  padding-top: 9.5rem;
}

.group:hover .group-hover\:pr-38 {
  padding-right: 9.5rem;
}

.group:hover .group-hover\:pb-38 {
  padding-bottom: 9.5rem;
}

.group:hover .group-hover\:pl-38 {
  padding-left: 9.5rem;
}

.group:hover .group-hover\:pt-40 {
  padding-top: 10rem;
}

.group:hover .group-hover\:pr-40 {
  padding-right: 10rem;
}

.group:hover .group-hover\:pb-40 {
  padding-bottom: 10rem;
}

.group:hover .group-hover\:pl-40 {
  padding-left: 10rem;
}

.group:hover .group-hover\:pt-44 {
  padding-top: 11rem;
}

.group:hover .group-hover\:pr-44 {
  padding-right: 11rem;
}

.group:hover .group-hover\:pb-44 {
  padding-bottom: 11rem;
}

.group:hover .group-hover\:pl-44 {
  padding-left: 11rem;
}

.group:hover .group-hover\:pt-48 {
  padding-top: 12rem;
}

.group:hover .group-hover\:pr-48 {
  padding-right: 12rem;
}

.group:hover .group-hover\:pb-48 {
  padding-bottom: 12rem;
}

.group:hover .group-hover\:pl-48 {
  padding-left: 12rem;
}

.group:hover .group-hover\:pt-52 {
  padding-top: 13rem;
}

.group:hover .group-hover\:pr-52 {
  padding-right: 13rem;
}

.group:hover .group-hover\:pb-52 {
  padding-bottom: 13rem;
}

.group:hover .group-hover\:pl-52 {
  padding-left: 13rem;
}

.group:hover .group-hover\:pt-53 {
  padding-top: 13.25rem;
}

.group:hover .group-hover\:pr-53 {
  padding-right: 13.25rem;
}

.group:hover .group-hover\:pb-53 {
  padding-bottom: 13.25rem;
}

.group:hover .group-hover\:pl-53 {
  padding-left: 13.25rem;
}

.group:hover .group-hover\:pt-54 {
  padding-top: 13.5rem;
}

.group:hover .group-hover\:pr-54 {
  padding-right: 13.5rem;
}

.group:hover .group-hover\:pb-54 {
  padding-bottom: 13.5rem;
}

.group:hover .group-hover\:pl-54 {
  padding-left: 13.5rem;
}

.group:hover .group-hover\:pt-56 {
  padding-top: 14rem;
}

.group:hover .group-hover\:pr-56 {
  padding-right: 14rem;
}

.group:hover .group-hover\:pb-56 {
  padding-bottom: 14rem;
}

.group:hover .group-hover\:pl-56 {
  padding-left: 14rem;
}

.group:hover .group-hover\:pt-64 {
  padding-top: 16rem;
}

.group:hover .group-hover\:pr-64 {
  padding-right: 16rem;
}

.group:hover .group-hover\:pb-64 {
  padding-bottom: 16rem;
}

.group:hover .group-hover\:pl-64 {
  padding-left: 16rem;
}

.group:hover .group-hover\:pt-72 {
  padding-top: 18rem;
}

.group:hover .group-hover\:pr-72 {
  padding-right: 18rem;
}

.group:hover .group-hover\:pb-72 {
  padding-bottom: 18rem;
}

.group:hover .group-hover\:pl-72 {
  padding-left: 18rem;
}

.group:hover .group-hover\:pt-74 {
  padding-top: 18.5rem;
}

.group:hover .group-hover\:pr-74 {
  padding-right: 18.5rem;
}

.group:hover .group-hover\:pb-74 {
  padding-bottom: 18.5rem;
}

.group:hover .group-hover\:pl-74 {
  padding-left: 18.5rem;
}

.group:hover .group-hover\:pt-76 {
  padding-top: 19rem;
}

.group:hover .group-hover\:pr-76 {
  padding-right: 19rem;
}

.group:hover .group-hover\:pb-76 {
  padding-bottom: 19rem;
}

.group:hover .group-hover\:pl-76 {
  padding-left: 19rem;
}

.group:hover .group-hover\:pt-80 {
  padding-top: 20rem;
}

.group:hover .group-hover\:pr-80 {
  padding-right: 20rem;
}

.group:hover .group-hover\:pb-80 {
  padding-bottom: 20rem;
}

.group:hover .group-hover\:pl-80 {
  padding-left: 20rem;
}

.group:hover .group-hover\:pt-85 {
  padding-top: 21.25rem;
}

.group:hover .group-hover\:pr-85 {
  padding-right: 21.25rem;
}

.group:hover .group-hover\:pb-85 {
  padding-bottom: 21.25rem;
}

.group:hover .group-hover\:pl-85 {
  padding-left: 21.25rem;
}

.group:hover .group-hover\:pt-100 {
  padding-top: 25rem;
}

.group:hover .group-hover\:pr-100 {
  padding-right: 25rem;
}

.group:hover .group-hover\:pb-100 {
  padding-bottom: 25rem;
}

.group:hover .group-hover\:pl-100 {
  padding-left: 25rem;
}

.group:hover .group-hover\:pt-105 {
  padding-top: 26.25rem;
}

.group:hover .group-hover\:pr-105 {
  padding-right: 26.25rem;
}

.group:hover .group-hover\:pb-105 {
  padding-bottom: 26.25rem;
}

.group:hover .group-hover\:pl-105 {
  padding-left: 26.25rem;
}

.group:hover .group-hover\:pt-107 {
  padding-top: 26.4rem;
}

.group:hover .group-hover\:pr-107 {
  padding-right: 26.4rem;
}

.group:hover .group-hover\:pb-107 {
  padding-bottom: 26.4rem;
}

.group:hover .group-hover\:pl-107 {
  padding-left: 26.4rem;
}

.group:hover .group-hover\:pt-110 {
  padding-top: 27.5rem;
}

.group:hover .group-hover\:pr-110 {
  padding-right: 27.5rem;
}

.group:hover .group-hover\:pb-110 {
  padding-bottom: 27.5rem;
}

.group:hover .group-hover\:pl-110 {
  padding-left: 27.5rem;
}

.group:hover .group-hover\:pt-120 {
  padding-top: 30rem;
}

.group:hover .group-hover\:pr-120 {
  padding-right: 30rem;
}

.group:hover .group-hover\:pb-120 {
  padding-bottom: 30rem;
}

.group:hover .group-hover\:pl-120 {
  padding-left: 30rem;
}

.group:hover .group-hover\:pt-130 {
  padding-top: 38rem;
}

.group:hover .group-hover\:pr-130 {
  padding-right: 38rem;
}

.group:hover .group-hover\:pb-130 {
  padding-bottom: 38rem;
}

.group:hover .group-hover\:pl-130 {
  padding-left: 38rem;
}

.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;
}

.group:hover .group-hover\:pt-250px {
  padding-top: 250px;
}

.group:hover .group-hover\:pr-250px {
  padding-right: 250px;
}

.group:hover .group-hover\:pb-250px {
  padding-bottom: 250px;
}

.group:hover .group-hover\:pl-250px {
  padding-left: 250px;
}

.group:hover .group-hover\:pt-1\/2\% {
  padding-top: 0.5%;
}

.group:hover .group-hover\:pr-1\/2\% {
  padding-right: 0.5%;
}

.group:hover .group-hover\:pb-1\/2\% {
  padding-bottom: 0.5%;
}

.group:hover .group-hover\:pl-1\/2\% {
  padding-left: 0.5%;
}

.group:hover .group-hover\:pt-1\% {
  padding-top: 1%;
}

.group:hover .group-hover\:pr-1\% {
  padding-right: 1%;
}

.group:hover .group-hover\:pb-1\% {
  padding-bottom: 1%;
}

.group:hover .group-hover\:pl-1\% {
  padding-left: 1%;
}

.group:hover .group-hover\:pt-2\% {
  padding-top: 2%;
}

.group:hover .group-hover\:pr-2\% {
  padding-right: 2%;
}

.group:hover .group-hover\:pb-2\% {
  padding-bottom: 2%;
}

.group:hover .group-hover\:pl-2\% {
  padding-left: 2%;
}

.group:hover .group-hover\:pt-3\% {
  padding-top: 3%;
}

.group:hover .group-hover\:pr-3\% {
  padding-right: 3%;
}

.group:hover .group-hover\:pb-3\% {
  padding-bottom: 3%;
}

.group:hover .group-hover\:pl-3\% {
  padding-left: 3%;
}

.group:hover .group-hover\:pt-4\% {
  padding-top: 4%;
}

.group:hover .group-hover\:pr-4\% {
  padding-right: 4%;
}

.group:hover .group-hover\:pb-4\% {
  padding-bottom: 4%;
}

.group:hover .group-hover\:pl-4\% {
  padding-left: 4%;
}

.group:hover .group-hover\:pt-5\% {
  padding-top: 5%;
}

.group:hover .group-hover\:pr-5\% {
  padding-right: 5%;
}

.group:hover .group-hover\:pb-5\% {
  padding-bottom: 5%;
}

.group:hover .group-hover\:pl-5\% {
  padding-left: 5%;
}

.group:hover .group-hover\:pt-10\% {
  padding-top: 10%;
}

.group:hover .group-hover\:pr-10\% {
  padding-right: 10%;
}

.group:hover .group-hover\:pb-10\% {
  padding-bottom: 10%;
}

.group:hover .group-hover\:pl-10\% {
  padding-left: 10%;
}

.group:hover .group-hover\:pt-20\% {
  padding-top: 20%;
}

.group:hover .group-hover\:pr-20\% {
  padding-right: 20%;
}

.group:hover .group-hover\:pb-20\% {
  padding-bottom: 20%;
}

.group:hover .group-hover\:pl-20\% {
  padding-left: 20%;
}

.group:hover .group-hover\:pt-23\% {
  padding-top: 23%;
}

.group:hover .group-hover\:pr-23\% {
  padding-right: 23%;
}

.group:hover .group-hover\:pb-23\% {
  padding-bottom: 23%;
}

.group:hover .group-hover\:pl-23\% {
  padding-left: 23%;
}

.group:hover .group-hover\:pt-25\% {
  padding-top: 25%;
}

.group:hover .group-hover\:pr-25\% {
  padding-right: 25%;
}

.group:hover .group-hover\:pb-25\% {
  padding-bottom: 25%;
}

.group:hover .group-hover\:pl-25\% {
  padding-left: 25%;
}

.group:hover .group-hover\:pt-26\% {
  padding-top: 26%;
}

.group:hover .group-hover\:pr-26\% {
  padding-right: 26%;
}

.group:hover .group-hover\:pb-26\% {
  padding-bottom: 26%;
}

.group:hover .group-hover\:pl-26\% {
  padding-left: 26%;
}

.group:hover .group-hover\:pt-30\% {
  padding-top: 30%;
}

.group:hover .group-hover\:pr-30\% {
  padding-right: 30%;
}

.group:hover .group-hover\:pb-30\% {
  padding-bottom: 30%;
}

.group:hover .group-hover\:pl-30\% {
  padding-left: 30%;
}

.group:hover .group-hover\:pt-40\% {
  padding-top: 40%;
}

.group:hover .group-hover\:pr-40\% {
  padding-right: 40%;
}

.group:hover .group-hover\:pb-40\% {
  padding-bottom: 40%;
}

.group:hover .group-hover\:pl-40\% {
  padding-left: 40%;
}

.group:hover .group-hover\:pt-50\% {
  padding-top: 50%;
}

.group:hover .group-hover\:pr-50\% {
  padding-right: 50%;
}

.group:hover .group-hover\:pb-50\% {
  padding-bottom: 50%;
}

.group:hover .group-hover\:pl-50\% {
  padding-left: 50%;
}

.group:hover .group-hover\:pt-60\% {
  padding-top: 60%;
}

.group:hover .group-hover\:pr-60\% {
  padding-right: 60%;
}

.group:hover .group-hover\:pb-60\% {
  padding-bottom: 60%;
}

.group:hover .group-hover\:pl-60\% {
  padding-left: 60%;
}

.group:hover .group-hover\:pt-70\% {
  padding-top: 70%;
}

.group:hover .group-hover\:pr-70\% {
  padding-right: 70%;
}

.group:hover .group-hover\:pb-70\% {
  padding-bottom: 70%;
}

.group:hover .group-hover\:pl-70\% {
  padding-left: 70%;
}

.group:hover .group-hover\:pt-80\% {
  padding-top: 80%;
}

.group:hover .group-hover\:pr-80\% {
  padding-right: 80%;
}

.group:hover .group-hover\:pb-80\% {
  padding-bottom: 80%;
}

.group:hover .group-hover\:pl-80\% {
  padding-left: 80%;
}

.group:hover .group-hover\:pt-90\% {
  padding-top: 90%;
}

.group:hover .group-hover\:pr-90\% {
  padding-right: 90%;
}

.group:hover .group-hover\:pb-90\% {
  padding-bottom: 90%;
}

.group:hover .group-hover\:pl-90\% {
  padding-left: 90%;
}

.group:hover .group-hover\:pt-95\% {
  padding-top: 95%;
}

.group:hover .group-hover\:pr-95\% {
  padding-right: 95%;
}

.group:hover .group-hover\:pb-95\% {
  padding-bottom: 95%;
}

.group:hover .group-hover\:pl-95\% {
  padding-left: 95%;
}

.group:hover .group-hover\:pt-96\% {
  padding-top: 96%;
}

.group:hover .group-hover\:pr-96\% {
  padding-right: 96%;
}

.group:hover .group-hover\:pb-96\% {
  padding-bottom: 96%;
}

.group:hover .group-hover\:pl-96\% {
  padding-left: 96%;
}

.group:hover .group-hover\:pt-97\% {
  padding-top: 97%;
}

.group:hover .group-hover\:pr-97\% {
  padding-right: 97%;
}

.group:hover .group-hover\:pb-97\% {
  padding-bottom: 97%;
}

.group:hover .group-hover\:pl-97\% {
  padding-left: 97%;
}

.group:hover .group-hover\:pt-98\% {
  padding-top: 98%;
}

.group:hover .group-hover\:pr-98\% {
  padding-right: 98%;
}

.group:hover .group-hover\:pb-98\% {
  padding-bottom: 98%;
}

.group:hover .group-hover\:pl-98\% {
  padding-left: 98%;
}

.group:hover .group-hover\:pt-99\% {
  padding-top: 99%;
}

.group:hover .group-hover\:pr-99\% {
  padding-right: 99%;
}

.group:hover .group-hover\:pb-99\% {
  padding-bottom: 99%;
}

.group:hover .group-hover\:pl-99\% {
  padding-left: 99%;
}

.group:hover .group-hover\:pt-36vh {
  padding-top: 36vh;
}

.group:hover .group-hover\:pr-36vh {
  padding-right: 36vh;
}

.group:hover .group-hover\:pb-36vh {
  padding-bottom: 36vh;
}

.group:hover .group-hover\:pl-36vh {
  padding-left: 36vh;
}

.group:hover .group-hover\:pt-75vh {
  padding-top: 75vh;
}

.group:hover .group-hover\:pr-75vh {
  padding-right: 75vh;
}

.group:hover .group-hover\:pb-75vh {
  padding-bottom: 75vh;
}

.group:hover .group-hover\:pl-75vh {
  padding-left: 75vh;
}

.group:hover .group-hover\:pt-78vh {
  padding-top: 78vh;
}

.group:hover .group-hover\:pr-78vh {
  padding-right: 78vh;
}

.group:hover .group-hover\:pb-78vh {
  padding-bottom: 78vh;
}

.group:hover .group-hover\:pl-78vh {
  padding-left: 78vh;
}

.group:hover .group-hover\:pt-80vh {
  padding-top: 80vh;
}

.group:hover .group-hover\:pr-80vh {
  padding-right: 80vh;
}

.group:hover .group-hover\:pb-80vh {
  padding-bottom: 80vh;
}

.group:hover .group-hover\:pl-80vh {
  padding-left: 80vh;
}

.group:hover .group-hover\:pt-82vh {
  padding-top: 82vh;
}

.group:hover .group-hover\:pr-82vh {
  padding-right: 82vh;
}

.group:hover .group-hover\:pb-82vh {
  padding-bottom: 82vh;
}

.group:hover .group-hover\:pl-82vh {
  padding-left: 82vh;
}

.group:focus .group-focus\:p-0 {
  padding: 0;
}

.group:focus .group-focus\:p-1 {
  padding: 0.25rem;
}

.group:focus .group-focus\:p-2 {
  padding: 0.5rem;
}

.group:focus .group-focus\:p-3 {
  padding: 0.75rem;
}

.group:focus .group-focus\:p-4 {
  padding: 1rem;
}

.group:focus .group-focus\:p-5 {
  padding: 1.25rem;
}

.group:focus .group-focus\:p-6 {
  padding: 1.5rem;
}

.group:focus .group-focus\:p-7 {
  padding: 1.75rem;
}

.group:focus .group-focus\:p-8 {
  padding: 2rem;
}

.group:focus .group-focus\:p-9 {
  padding: 2.25rem;
}

.group:focus .group-focus\:p-10 {
  padding: 2.5rem;
}

.group:focus .group-focus\:p-12 {
  padding: 3rem;
}

.group:focus .group-focus\:p-14 {
  padding: 3.5rem;
}

.group:focus .group-focus\:p-15 {
  padding: 3.75rem;
}

.group:focus .group-focus\:p-16 {
  padding: 4rem;
}

.group:focus .group-focus\:p-18 {
  padding: 4.5rem;
}

.group:focus .group-focus\:p-20 {
  padding: 5rem;
}

.group:focus .group-focus\:p-21 {
  padding: 5.25rem;
}

.group:focus .group-focus\:p-22 {
  padding: 5.5rem;
}

.group:focus .group-focus\:p-24 {
  padding: 6rem;
}

.group:focus .group-focus\:p-26 {
  padding: 6.5rem;
}

.group:focus .group-focus\:p-28 {
  padding: 7rem;
}

.group:focus .group-focus\:p-30 {
  padding: 7.5rem;
}

.group:focus .group-focus\:p-32 {
  padding: 8rem;
}

.group:focus .group-focus\:p-34 {
  padding: 8.5rem;
}

.group:focus .group-focus\:p-36 {
  padding: 9rem;
}

.group:focus .group-focus\:p-38 {
  padding: 9.5rem;
}

.group:focus .group-focus\:p-40 {
  padding: 10rem;
}

.group:focus .group-focus\:p-44 {
  padding: 11rem;
}

.group:focus .group-focus\:p-48 {
  padding: 12rem;
}

.group:focus .group-focus\:p-52 {
  padding: 13rem;
}

.group:focus .group-focus\:p-53 {
  padding: 13.25rem;
}

.group:focus .group-focus\:p-54 {
  padding: 13.5rem;
}

.group:focus .group-focus\:p-56 {
  padding: 14rem;
}

.group:focus .group-focus\:p-64 {
  padding: 16rem;
}

.group:focus .group-focus\:p-72 {
  padding: 18rem;
}

.group:focus .group-focus\:p-74 {
  padding: 18.5rem;
}

.group:focus .group-focus\:p-76 {
  padding: 19rem;
}

.group:focus .group-focus\:p-80 {
  padding: 20rem;
}

.group:focus .group-focus\:p-85 {
  padding: 21.25rem;
}

.group:focus .group-focus\:p-100 {
  padding: 25rem;
}

.group:focus .group-focus\:p-105 {
  padding: 26.25rem;
}

.group:focus .group-focus\:p-107 {
  padding: 26.4rem;
}

.group:focus .group-focus\:p-110 {
  padding: 27.5rem;
}

.group:focus .group-focus\:p-120 {
  padding: 30rem;
}

.group:focus .group-focus\:p-130 {
  padding: 38rem;
}

.group:focus .group-focus\:p-px {
  padding: 1px;
}

.group:focus .group-focus\:p-250px {
  padding: 250px;
}

.group:focus .group-focus\:p-1\/2\% {
  padding: 0.5%;
}

.group:focus .group-focus\:p-1\% {
  padding: 1%;
}

.group:focus .group-focus\:p-2\% {
  padding: 2%;
}

.group:focus .group-focus\:p-3\% {
  padding: 3%;
}

.group:focus .group-focus\:p-4\% {
  padding: 4%;
}

.group:focus .group-focus\:p-5\% {
  padding: 5%;
}

.group:focus .group-focus\:p-10\% {
  padding: 10%;
}

.group:focus .group-focus\:p-20\% {
  padding: 20%;
}

.group:focus .group-focus\:p-23\% {
  padding: 23%;
}

.group:focus .group-focus\:p-25\% {
  padding: 25%;
}

.group:focus .group-focus\:p-26\% {
  padding: 26%;
}

.group:focus .group-focus\:p-30\% {
  padding: 30%;
}

.group:focus .group-focus\:p-40\% {
  padding: 40%;
}

.group:focus .group-focus\:p-50\% {
  padding: 50%;
}

.group:focus .group-focus\:p-60\% {
  padding: 60%;
}

.group:focus .group-focus\:p-70\% {
  padding: 70%;
}

.group:focus .group-focus\:p-80\% {
  padding: 80%;
}

.group:focus .group-focus\:p-90\% {
  padding: 90%;
}

.group:focus .group-focus\:p-95\% {
  padding: 95%;
}

.group:focus .group-focus\:p-96\% {
  padding: 96%;
}

.group:focus .group-focus\:p-97\% {
  padding: 97%;
}

.group:focus .group-focus\:p-98\% {
  padding: 98%;
}

.group:focus .group-focus\:p-99\% {
  padding: 99%;
}

.group:focus .group-focus\:p-36vh {
  padding: 36vh;
}

.group:focus .group-focus\:p-75vh {
  padding: 75vh;
}

.group:focus .group-focus\:p-78vh {
  padding: 78vh;
}

.group:focus .group-focus\:p-80vh {
  padding: 80vh;
}

.group:focus .group-focus\:p-82vh {
  padding: 82vh;
}

.group:focus .group-focus\:py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.group:focus .group-focus\:px-0 {
  padding-left: 0;
  padding-right: 0;
}

.group:focus .group-focus\:py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.group:focus .group-focus\:px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.group:focus .group-focus\:py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.group:focus .group-focus\:px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.group:focus .group-focus\:py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.group:focus .group-focus\:px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.group:focus .group-focus\:py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.group:focus .group-focus\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.group:focus .group-focus\:py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.group:focus .group-focus\:px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.group:focus .group-focus\:py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.group:focus .group-focus\:px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.group:focus .group-focus\:py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.group:focus .group-focus\:px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.group:focus .group-focus\:py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.group:focus .group-focus\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.group:focus .group-focus\:py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.group:focus .group-focus\:px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.group:focus .group-focus\:py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.group:focus .group-focus\:px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.group:focus .group-focus\:py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.group:focus .group-focus\:px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.group:focus .group-focus\:py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.group:focus .group-focus\:px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.group:focus .group-focus\:py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.group:focus .group-focus\:px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.group:focus .group-focus\:py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.group:focus .group-focus\:px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.group:focus .group-focus\:py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.group:focus .group-focus\:px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.group:focus .group-focus\:py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.group:focus .group-focus\:px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.group:focus .group-focus\:py-21 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.group:focus .group-focus\:px-21 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.group:focus .group-focus\:py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.group:focus .group-focus\:px-22 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.group:focus .group-focus\:py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.group:focus .group-focus\:px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.group:focus .group-focus\:py-26 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.group:focus .group-focus\:px-26 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.group:focus .group-focus\:py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.group:focus .group-focus\:px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.group:focus .group-focus\:py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.group:focus .group-focus\:px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.group:focus .group-focus\:py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.group:focus .group-focus\:px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.group:focus .group-focus\:py-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.group:focus .group-focus\:px-34 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.group:focus .group-focus\:py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.group:focus .group-focus\:px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.group:focus .group-focus\:py-38 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.group:focus .group-focus\:px-38 {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.group:focus .group-focus\:py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.group:focus .group-focus\:px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.group:focus .group-focus\:py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.group:focus .group-focus\:px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.group:focus .group-focus\:py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.group:focus .group-focus\:px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.group:focus .group-focus\:py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.group:focus .group-focus\:px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.group:focus .group-focus\:py-53 {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.group:focus .group-focus\:px-53 {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.group:focus .group-focus\:py-54 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.group:focus .group-focus\:px-54 {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.group:focus .group-focus\:py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.group:focus .group-focus\:px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.group:focus .group-focus\:py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.group:focus .group-focus\:px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.group:focus .group-focus\:py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.group:focus .group-focus\:px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.group:focus .group-focus\:py-74 {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.group:focus .group-focus\:px-74 {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.group:focus .group-focus\:py-76 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.group:focus .group-focus\:px-76 {
  padding-left: 19rem;
  padding-right: 19rem;
}

.group:focus .group-focus\:py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.group:focus .group-focus\:px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.group:focus .group-focus\:py-85 {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.group:focus .group-focus\:px-85 {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.group:focus .group-focus\:py-100 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.group:focus .group-focus\:px-100 {
  padding-left: 25rem;
  padding-right: 25rem;
}

.group:focus .group-focus\:py-105 {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.group:focus .group-focus\:px-105 {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.group:focus .group-focus\:py-107 {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.group:focus .group-focus\:px-107 {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.group:focus .group-focus\:py-110 {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.group:focus .group-focus\:px-110 {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.group:focus .group-focus\:py-120 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.group:focus .group-focus\:px-120 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.group:focus .group-focus\:py-130 {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.group:focus .group-focus\:px-130 {
  padding-left: 38rem;
  padding-right: 38rem;
}

.group:focus .group-focus\:py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.group:focus .group-focus\:px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.group:focus .group-focus\:py-250px {
  padding-top: 250px;
  padding-bottom: 250px;
}

.group:focus .group-focus\:px-250px {
  padding-left: 250px;
  padding-right: 250px;
}

.group:focus .group-focus\:py-1\/2\% {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.group:focus .group-focus\:px-1\/2\% {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.group:focus .group-focus\:py-1\% {
  padding-top: 1%;
  padding-bottom: 1%;
}

.group:focus .group-focus\:px-1\% {
  padding-left: 1%;
  padding-right: 1%;
}

.group:focus .group-focus\:py-2\% {
  padding-top: 2%;
  padding-bottom: 2%;
}

.group:focus .group-focus\:px-2\% {
  padding-left: 2%;
  padding-right: 2%;
}

.group:focus .group-focus\:py-3\% {
  padding-top: 3%;
  padding-bottom: 3%;
}

.group:focus .group-focus\:px-3\% {
  padding-left: 3%;
  padding-right: 3%;
}

.group:focus .group-focus\:py-4\% {
  padding-top: 4%;
  padding-bottom: 4%;
}

.group:focus .group-focus\:px-4\% {
  padding-left: 4%;
  padding-right: 4%;
}

.group:focus .group-focus\:py-5\% {
  padding-top: 5%;
  padding-bottom: 5%;
}

.group:focus .group-focus\:px-5\% {
  padding-left: 5%;
  padding-right: 5%;
}

.group:focus .group-focus\:py-10\% {
  padding-top: 10%;
  padding-bottom: 10%;
}

.group:focus .group-focus\:px-10\% {
  padding-left: 10%;
  padding-right: 10%;
}

.group:focus .group-focus\:py-20\% {
  padding-top: 20%;
  padding-bottom: 20%;
}

.group:focus .group-focus\:px-20\% {
  padding-left: 20%;
  padding-right: 20%;
}

.group:focus .group-focus\:py-23\% {
  padding-top: 23%;
  padding-bottom: 23%;
}

.group:focus .group-focus\:px-23\% {
  padding-left: 23%;
  padding-right: 23%;
}

.group:focus .group-focus\:py-25\% {
  padding-top: 25%;
  padding-bottom: 25%;
}

.group:focus .group-focus\:px-25\% {
  padding-left: 25%;
  padding-right: 25%;
}

.group:focus .group-focus\:py-26\% {
  padding-top: 26%;
  padding-bottom: 26%;
}

.group:focus .group-focus\:px-26\% {
  padding-left: 26%;
  padding-right: 26%;
}

.group:focus .group-focus\:py-30\% {
  padding-top: 30%;
  padding-bottom: 30%;
}

.group:focus .group-focus\:px-30\% {
  padding-left: 30%;
  padding-right: 30%;
}

.group:focus .group-focus\:py-40\% {
  padding-top: 40%;
  padding-bottom: 40%;
}

.group:focus .group-focus\:px-40\% {
  padding-left: 40%;
  padding-right: 40%;
}

.group:focus .group-focus\:py-50\% {
  padding-top: 50%;
  padding-bottom: 50%;
}

.group:focus .group-focus\:px-50\% {
  padding-left: 50%;
  padding-right: 50%;
}

.group:focus .group-focus\:py-60\% {
  padding-top: 60%;
  padding-bottom: 60%;
}

.group:focus .group-focus\:px-60\% {
  padding-left: 60%;
  padding-right: 60%;
}

.group:focus .group-focus\:py-70\% {
  padding-top: 70%;
  padding-bottom: 70%;
}

.group:focus .group-focus\:px-70\% {
  padding-left: 70%;
  padding-right: 70%;
}

.group:focus .group-focus\:py-80\% {
  padding-top: 80%;
  padding-bottom: 80%;
}

.group:focus .group-focus\:px-80\% {
  padding-left: 80%;
  padding-right: 80%;
}

.group:focus .group-focus\:py-90\% {
  padding-top: 90%;
  padding-bottom: 90%;
}

.group:focus .group-focus\:px-90\% {
  padding-left: 90%;
  padding-right: 90%;
}

.group:focus .group-focus\:py-95\% {
  padding-top: 95%;
  padding-bottom: 95%;
}

.group:focus .group-focus\:px-95\% {
  padding-left: 95%;
  padding-right: 95%;
}

.group:focus .group-focus\:py-96\% {
  padding-top: 96%;
  padding-bottom: 96%;
}

.group:focus .group-focus\:px-96\% {
  padding-left: 96%;
  padding-right: 96%;
}

.group:focus .group-focus\:py-97\% {
  padding-top: 97%;
  padding-bottom: 97%;
}

.group:focus .group-focus\:px-97\% {
  padding-left: 97%;
  padding-right: 97%;
}

.group:focus .group-focus\:py-98\% {
  padding-top: 98%;
  padding-bottom: 98%;
}

.group:focus .group-focus\:px-98\% {
  padding-left: 98%;
  padding-right: 98%;
}

.group:focus .group-focus\:py-99\% {
  padding-top: 99%;
  padding-bottom: 99%;
}

.group:focus .group-focus\:px-99\% {
  padding-left: 99%;
  padding-right: 99%;
}

.group:focus .group-focus\:py-36vh {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.group:focus .group-focus\:px-36vh {
  padding-left: 36vh;
  padding-right: 36vh;
}

.group:focus .group-focus\:py-75vh {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.group:focus .group-focus\:px-75vh {
  padding-left: 75vh;
  padding-right: 75vh;
}

.group:focus .group-focus\:py-78vh {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.group:focus .group-focus\:px-78vh {
  padding-left: 78vh;
  padding-right: 78vh;
}

.group:focus .group-focus\:py-80vh {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.group:focus .group-focus\:px-80vh {
  padding-left: 80vh;
  padding-right: 80vh;
}

.group:focus .group-focus\:py-82vh {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.group:focus .group-focus\:px-82vh {
  padding-left: 82vh;
  padding-right: 82vh;
}

.group:focus .group-focus\:pt-0 {
  padding-top: 0;
}

.group:focus .group-focus\:pr-0 {
  padding-right: 0;
}

.group:focus .group-focus\:pb-0 {
  padding-bottom: 0;
}

.group:focus .group-focus\:pl-0 {
  padding-left: 0;
}

.group:focus .group-focus\:pt-1 {
  padding-top: 0.25rem;
}

.group:focus .group-focus\:pr-1 {
  padding-right: 0.25rem;
}

.group:focus .group-focus\:pb-1 {
  padding-bottom: 0.25rem;
}

.group:focus .group-focus\:pl-1 {
  padding-left: 0.25rem;
}

.group:focus .group-focus\:pt-2 {
  padding-top: 0.5rem;
}

.group:focus .group-focus\:pr-2 {
  padding-right: 0.5rem;
}

.group:focus .group-focus\:pb-2 {
  padding-bottom: 0.5rem;
}

.group:focus .group-focus\:pl-2 {
  padding-left: 0.5rem;
}

.group:focus .group-focus\:pt-3 {
  padding-top: 0.75rem;
}

.group:focus .group-focus\:pr-3 {
  padding-right: 0.75rem;
}

.group:focus .group-focus\:pb-3 {
  padding-bottom: 0.75rem;
}

.group:focus .group-focus\:pl-3 {
  padding-left: 0.75rem;
}

.group:focus .group-focus\:pt-4 {
  padding-top: 1rem;
}

.group:focus .group-focus\:pr-4 {
  padding-right: 1rem;
}

.group:focus .group-focus\:pb-4 {
  padding-bottom: 1rem;
}

.group:focus .group-focus\:pl-4 {
  padding-left: 1rem;
}

.group:focus .group-focus\:pt-5 {
  padding-top: 1.25rem;
}

.group:focus .group-focus\:pr-5 {
  padding-right: 1.25rem;
}

.group:focus .group-focus\:pb-5 {
  padding-bottom: 1.25rem;
}

.group:focus .group-focus\:pl-5 {
  padding-left: 1.25rem;
}

.group:focus .group-focus\:pt-6 {
  padding-top: 1.5rem;
}

.group:focus .group-focus\:pr-6 {
  padding-right: 1.5rem;
}

.group:focus .group-focus\:pb-6 {
  padding-bottom: 1.5rem;
}

.group:focus .group-focus\:pl-6 {
  padding-left: 1.5rem;
}

.group:focus .group-focus\:pt-7 {
  padding-top: 1.75rem;
}

.group:focus .group-focus\:pr-7 {
  padding-right: 1.75rem;
}

.group:focus .group-focus\:pb-7 {
  padding-bottom: 1.75rem;
}

.group:focus .group-focus\:pl-7 {
  padding-left: 1.75rem;
}

.group:focus .group-focus\:pt-8 {
  padding-top: 2rem;
}

.group:focus .group-focus\:pr-8 {
  padding-right: 2rem;
}

.group:focus .group-focus\:pb-8 {
  padding-bottom: 2rem;
}

.group:focus .group-focus\:pl-8 {
  padding-left: 2rem;
}

.group:focus .group-focus\:pt-9 {
  padding-top: 2.25rem;
}

.group:focus .group-focus\:pr-9 {
  padding-right: 2.25rem;
}

.group:focus .group-focus\:pb-9 {
  padding-bottom: 2.25rem;
}

.group:focus .group-focus\:pl-9 {
  padding-left: 2.25rem;
}

.group:focus .group-focus\:pt-10 {
  padding-top: 2.5rem;
}

.group:focus .group-focus\:pr-10 {
  padding-right: 2.5rem;
}

.group:focus .group-focus\:pb-10 {
  padding-bottom: 2.5rem;
}

.group:focus .group-focus\:pl-10 {
  padding-left: 2.5rem;
}

.group:focus .group-focus\:pt-12 {
  padding-top: 3rem;
}

.group:focus .group-focus\:pr-12 {
  padding-right: 3rem;
}

.group:focus .group-focus\:pb-12 {
  padding-bottom: 3rem;
}

.group:focus .group-focus\:pl-12 {
  padding-left: 3rem;
}

.group:focus .group-focus\:pt-14 {
  padding-top: 3.5rem;
}

.group:focus .group-focus\:pr-14 {
  padding-right: 3.5rem;
}

.group:focus .group-focus\:pb-14 {
  padding-bottom: 3.5rem;
}

.group:focus .group-focus\:pl-14 {
  padding-left: 3.5rem;
}

.group:focus .group-focus\:pt-15 {
  padding-top: 3.75rem;
}

.group:focus .group-focus\:pr-15 {
  padding-right: 3.75rem;
}

.group:focus .group-focus\:pb-15 {
  padding-bottom: 3.75rem;
}

.group:focus .group-focus\:pl-15 {
  padding-left: 3.75rem;
}

.group:focus .group-focus\:pt-16 {
  padding-top: 4rem;
}

.group:focus .group-focus\:pr-16 {
  padding-right: 4rem;
}

.group:focus .group-focus\:pb-16 {
  padding-bottom: 4rem;
}

.group:focus .group-focus\:pl-16 {
  padding-left: 4rem;
}

.group:focus .group-focus\:pt-18 {
  padding-top: 4.5rem;
}

.group:focus .group-focus\:pr-18 {
  padding-right: 4.5rem;
}

.group:focus .group-focus\:pb-18 {
  padding-bottom: 4.5rem;
}

.group:focus .group-focus\:pl-18 {
  padding-left: 4.5rem;
}

.group:focus .group-focus\:pt-20 {
  padding-top: 5rem;
}

.group:focus .group-focus\:pr-20 {
  padding-right: 5rem;
}

.group:focus .group-focus\:pb-20 {
  padding-bottom: 5rem;
}

.group:focus .group-focus\:pl-20 {
  padding-left: 5rem;
}

.group:focus .group-focus\:pt-21 {
  padding-top: 5.25rem;
}

.group:focus .group-focus\:pr-21 {
  padding-right: 5.25rem;
}

.group:focus .group-focus\:pb-21 {
  padding-bottom: 5.25rem;
}

.group:focus .group-focus\:pl-21 {
  padding-left: 5.25rem;
}

.group:focus .group-focus\:pt-22 {
  padding-top: 5.5rem;
}

.group:focus .group-focus\:pr-22 {
  padding-right: 5.5rem;
}

.group:focus .group-focus\:pb-22 {
  padding-bottom: 5.5rem;
}

.group:focus .group-focus\:pl-22 {
  padding-left: 5.5rem;
}

.group:focus .group-focus\:pt-24 {
  padding-top: 6rem;
}

.group:focus .group-focus\:pr-24 {
  padding-right: 6rem;
}

.group:focus .group-focus\:pb-24 {
  padding-bottom: 6rem;
}

.group:focus .group-focus\:pl-24 {
  padding-left: 6rem;
}

.group:focus .group-focus\:pt-26 {
  padding-top: 6.5rem;
}

.group:focus .group-focus\:pr-26 {
  padding-right: 6.5rem;
}

.group:focus .group-focus\:pb-26 {
  padding-bottom: 6.5rem;
}

.group:focus .group-focus\:pl-26 {
  padding-left: 6.5rem;
}

.group:focus .group-focus\:pt-28 {
  padding-top: 7rem;
}

.group:focus .group-focus\:pr-28 {
  padding-right: 7rem;
}

.group:focus .group-focus\:pb-28 {
  padding-bottom: 7rem;
}

.group:focus .group-focus\:pl-28 {
  padding-left: 7rem;
}

.group:focus .group-focus\:pt-30 {
  padding-top: 7.5rem;
}

.group:focus .group-focus\:pr-30 {
  padding-right: 7.5rem;
}

.group:focus .group-focus\:pb-30 {
  padding-bottom: 7.5rem;
}

.group:focus .group-focus\:pl-30 {
  padding-left: 7.5rem;
}

.group:focus .group-focus\:pt-32 {
  padding-top: 8rem;
}

.group:focus .group-focus\:pr-32 {
  padding-right: 8rem;
}

.group:focus .group-focus\:pb-32 {
  padding-bottom: 8rem;
}

.group:focus .group-focus\:pl-32 {
  padding-left: 8rem;
}

.group:focus .group-focus\:pt-34 {
  padding-top: 8.5rem;
}

.group:focus .group-focus\:pr-34 {
  padding-right: 8.5rem;
}

.group:focus .group-focus\:pb-34 {
  padding-bottom: 8.5rem;
}

.group:focus .group-focus\:pl-34 {
  padding-left: 8.5rem;
}

.group:focus .group-focus\:pt-36 {
  padding-top: 9rem;
}

.group:focus .group-focus\:pr-36 {
  padding-right: 9rem;
}

.group:focus .group-focus\:pb-36 {
  padding-bottom: 9rem;
}

.group:focus .group-focus\:pl-36 {
  padding-left: 9rem;
}

.group:focus .group-focus\:pt-38 {
  padding-top: 9.5rem;
}

.group:focus .group-focus\:pr-38 {
  padding-right: 9.5rem;
}

.group:focus .group-focus\:pb-38 {
  padding-bottom: 9.5rem;
}

.group:focus .group-focus\:pl-38 {
  padding-left: 9.5rem;
}

.group:focus .group-focus\:pt-40 {
  padding-top: 10rem;
}

.group:focus .group-focus\:pr-40 {
  padding-right: 10rem;
}

.group:focus .group-focus\:pb-40 {
  padding-bottom: 10rem;
}

.group:focus .group-focus\:pl-40 {
  padding-left: 10rem;
}

.group:focus .group-focus\:pt-44 {
  padding-top: 11rem;
}

.group:focus .group-focus\:pr-44 {
  padding-right: 11rem;
}

.group:focus .group-focus\:pb-44 {
  padding-bottom: 11rem;
}

.group:focus .group-focus\:pl-44 {
  padding-left: 11rem;
}

.group:focus .group-focus\:pt-48 {
  padding-top: 12rem;
}

.group:focus .group-focus\:pr-48 {
  padding-right: 12rem;
}

.group:focus .group-focus\:pb-48 {
  padding-bottom: 12rem;
}

.group:focus .group-focus\:pl-48 {
  padding-left: 12rem;
}

.group:focus .group-focus\:pt-52 {
  padding-top: 13rem;
}

.group:focus .group-focus\:pr-52 {
  padding-right: 13rem;
}

.group:focus .group-focus\:pb-52 {
  padding-bottom: 13rem;
}

.group:focus .group-focus\:pl-52 {
  padding-left: 13rem;
}

.group:focus .group-focus\:pt-53 {
  padding-top: 13.25rem;
}

.group:focus .group-focus\:pr-53 {
  padding-right: 13.25rem;
}

.group:focus .group-focus\:pb-53 {
  padding-bottom: 13.25rem;
}

.group:focus .group-focus\:pl-53 {
  padding-left: 13.25rem;
}

.group:focus .group-focus\:pt-54 {
  padding-top: 13.5rem;
}

.group:focus .group-focus\:pr-54 {
  padding-right: 13.5rem;
}

.group:focus .group-focus\:pb-54 {
  padding-bottom: 13.5rem;
}

.group:focus .group-focus\:pl-54 {
  padding-left: 13.5rem;
}

.group:focus .group-focus\:pt-56 {
  padding-top: 14rem;
}

.group:focus .group-focus\:pr-56 {
  padding-right: 14rem;
}

.group:focus .group-focus\:pb-56 {
  padding-bottom: 14rem;
}

.group:focus .group-focus\:pl-56 {
  padding-left: 14rem;
}

.group:focus .group-focus\:pt-64 {
  padding-top: 16rem;
}

.group:focus .group-focus\:pr-64 {
  padding-right: 16rem;
}

.group:focus .group-focus\:pb-64 {
  padding-bottom: 16rem;
}

.group:focus .group-focus\:pl-64 {
  padding-left: 16rem;
}

.group:focus .group-focus\:pt-72 {
  padding-top: 18rem;
}

.group:focus .group-focus\:pr-72 {
  padding-right: 18rem;
}

.group:focus .group-focus\:pb-72 {
  padding-bottom: 18rem;
}

.group:focus .group-focus\:pl-72 {
  padding-left: 18rem;
}

.group:focus .group-focus\:pt-74 {
  padding-top: 18.5rem;
}

.group:focus .group-focus\:pr-74 {
  padding-right: 18.5rem;
}

.group:focus .group-focus\:pb-74 {
  padding-bottom: 18.5rem;
}

.group:focus .group-focus\:pl-74 {
  padding-left: 18.5rem;
}

.group:focus .group-focus\:pt-76 {
  padding-top: 19rem;
}

.group:focus .group-focus\:pr-76 {
  padding-right: 19rem;
}

.group:focus .group-focus\:pb-76 {
  padding-bottom: 19rem;
}

.group:focus .group-focus\:pl-76 {
  padding-left: 19rem;
}

.group:focus .group-focus\:pt-80 {
  padding-top: 20rem;
}

.group:focus .group-focus\:pr-80 {
  padding-right: 20rem;
}

.group:focus .group-focus\:pb-80 {
  padding-bottom: 20rem;
}

.group:focus .group-focus\:pl-80 {
  padding-left: 20rem;
}

.group:focus .group-focus\:pt-85 {
  padding-top: 21.25rem;
}

.group:focus .group-focus\:pr-85 {
  padding-right: 21.25rem;
}

.group:focus .group-focus\:pb-85 {
  padding-bottom: 21.25rem;
}

.group:focus .group-focus\:pl-85 {
  padding-left: 21.25rem;
}

.group:focus .group-focus\:pt-100 {
  padding-top: 25rem;
}

.group:focus .group-focus\:pr-100 {
  padding-right: 25rem;
}

.group:focus .group-focus\:pb-100 {
  padding-bottom: 25rem;
}

.group:focus .group-focus\:pl-100 {
  padding-left: 25rem;
}

.group:focus .group-focus\:pt-105 {
  padding-top: 26.25rem;
}

.group:focus .group-focus\:pr-105 {
  padding-right: 26.25rem;
}

.group:focus .group-focus\:pb-105 {
  padding-bottom: 26.25rem;
}

.group:focus .group-focus\:pl-105 {
  padding-left: 26.25rem;
}

.group:focus .group-focus\:pt-107 {
  padding-top: 26.4rem;
}

.group:focus .group-focus\:pr-107 {
  padding-right: 26.4rem;
}

.group:focus .group-focus\:pb-107 {
  padding-bottom: 26.4rem;
}

.group:focus .group-focus\:pl-107 {
  padding-left: 26.4rem;
}

.group:focus .group-focus\:pt-110 {
  padding-top: 27.5rem;
}

.group:focus .group-focus\:pr-110 {
  padding-right: 27.5rem;
}

.group:focus .group-focus\:pb-110 {
  padding-bottom: 27.5rem;
}

.group:focus .group-focus\:pl-110 {
  padding-left: 27.5rem;
}

.group:focus .group-focus\:pt-120 {
  padding-top: 30rem;
}

.group:focus .group-focus\:pr-120 {
  padding-right: 30rem;
}

.group:focus .group-focus\:pb-120 {
  padding-bottom: 30rem;
}

.group:focus .group-focus\:pl-120 {
  padding-left: 30rem;
}

.group:focus .group-focus\:pt-130 {
  padding-top: 38rem;
}

.group:focus .group-focus\:pr-130 {
  padding-right: 38rem;
}

.group:focus .group-focus\:pb-130 {
  padding-bottom: 38rem;
}

.group:focus .group-focus\:pl-130 {
  padding-left: 38rem;
}

.group:focus .group-focus\:pt-px {
  padding-top: 1px;
}

.group:focus .group-focus\:pr-px {
  padding-right: 1px;
}

.group:focus .group-focus\:pb-px {
  padding-bottom: 1px;
}

.group:focus .group-focus\:pl-px {
  padding-left: 1px;
}

.group:focus .group-focus\:pt-250px {
  padding-top: 250px;
}

.group:focus .group-focus\:pr-250px {
  padding-right: 250px;
}

.group:focus .group-focus\:pb-250px {
  padding-bottom: 250px;
}

.group:focus .group-focus\:pl-250px {
  padding-left: 250px;
}

.group:focus .group-focus\:pt-1\/2\% {
  padding-top: 0.5%;
}

.group:focus .group-focus\:pr-1\/2\% {
  padding-right: 0.5%;
}

.group:focus .group-focus\:pb-1\/2\% {
  padding-bottom: 0.5%;
}

.group:focus .group-focus\:pl-1\/2\% {
  padding-left: 0.5%;
}

.group:focus .group-focus\:pt-1\% {
  padding-top: 1%;
}

.group:focus .group-focus\:pr-1\% {
  padding-right: 1%;
}

.group:focus .group-focus\:pb-1\% {
  padding-bottom: 1%;
}

.group:focus .group-focus\:pl-1\% {
  padding-left: 1%;
}

.group:focus .group-focus\:pt-2\% {
  padding-top: 2%;
}

.group:focus .group-focus\:pr-2\% {
  padding-right: 2%;
}

.group:focus .group-focus\:pb-2\% {
  padding-bottom: 2%;
}

.group:focus .group-focus\:pl-2\% {
  padding-left: 2%;
}

.group:focus .group-focus\:pt-3\% {
  padding-top: 3%;
}

.group:focus .group-focus\:pr-3\% {
  padding-right: 3%;
}

.group:focus .group-focus\:pb-3\% {
  padding-bottom: 3%;
}

.group:focus .group-focus\:pl-3\% {
  padding-left: 3%;
}

.group:focus .group-focus\:pt-4\% {
  padding-top: 4%;
}

.group:focus .group-focus\:pr-4\% {
  padding-right: 4%;
}

.group:focus .group-focus\:pb-4\% {
  padding-bottom: 4%;
}

.group:focus .group-focus\:pl-4\% {
  padding-left: 4%;
}

.group:focus .group-focus\:pt-5\% {
  padding-top: 5%;
}

.group:focus .group-focus\:pr-5\% {
  padding-right: 5%;
}

.group:focus .group-focus\:pb-5\% {
  padding-bottom: 5%;
}

.group:focus .group-focus\:pl-5\% {
  padding-left: 5%;
}

.group:focus .group-focus\:pt-10\% {
  padding-top: 10%;
}

.group:focus .group-focus\:pr-10\% {
  padding-right: 10%;
}

.group:focus .group-focus\:pb-10\% {
  padding-bottom: 10%;
}

.group:focus .group-focus\:pl-10\% {
  padding-left: 10%;
}

.group:focus .group-focus\:pt-20\% {
  padding-top: 20%;
}

.group:focus .group-focus\:pr-20\% {
  padding-right: 20%;
}

.group:focus .group-focus\:pb-20\% {
  padding-bottom: 20%;
}

.group:focus .group-focus\:pl-20\% {
  padding-left: 20%;
}

.group:focus .group-focus\:pt-23\% {
  padding-top: 23%;
}

.group:focus .group-focus\:pr-23\% {
  padding-right: 23%;
}

.group:focus .group-focus\:pb-23\% {
  padding-bottom: 23%;
}

.group:focus .group-focus\:pl-23\% {
  padding-left: 23%;
}

.group:focus .group-focus\:pt-25\% {
  padding-top: 25%;
}

.group:focus .group-focus\:pr-25\% {
  padding-right: 25%;
}

.group:focus .group-focus\:pb-25\% {
  padding-bottom: 25%;
}

.group:focus .group-focus\:pl-25\% {
  padding-left: 25%;
}

.group:focus .group-focus\:pt-26\% {
  padding-top: 26%;
}

.group:focus .group-focus\:pr-26\% {
  padding-right: 26%;
}

.group:focus .group-focus\:pb-26\% {
  padding-bottom: 26%;
}

.group:focus .group-focus\:pl-26\% {
  padding-left: 26%;
}

.group:focus .group-focus\:pt-30\% {
  padding-top: 30%;
}

.group:focus .group-focus\:pr-30\% {
  padding-right: 30%;
}

.group:focus .group-focus\:pb-30\% {
  padding-bottom: 30%;
}

.group:focus .group-focus\:pl-30\% {
  padding-left: 30%;
}

.group:focus .group-focus\:pt-40\% {
  padding-top: 40%;
}

.group:focus .group-focus\:pr-40\% {
  padding-right: 40%;
}

.group:focus .group-focus\:pb-40\% {
  padding-bottom: 40%;
}

.group:focus .group-focus\:pl-40\% {
  padding-left: 40%;
}

.group:focus .group-focus\:pt-50\% {
  padding-top: 50%;
}

.group:focus .group-focus\:pr-50\% {
  padding-right: 50%;
}

.group:focus .group-focus\:pb-50\% {
  padding-bottom: 50%;
}

.group:focus .group-focus\:pl-50\% {
  padding-left: 50%;
}

.group:focus .group-focus\:pt-60\% {
  padding-top: 60%;
}

.group:focus .group-focus\:pr-60\% {
  padding-right: 60%;
}

.group:focus .group-focus\:pb-60\% {
  padding-bottom: 60%;
}

.group:focus .group-focus\:pl-60\% {
  padding-left: 60%;
}

.group:focus .group-focus\:pt-70\% {
  padding-top: 70%;
}

.group:focus .group-focus\:pr-70\% {
  padding-right: 70%;
}

.group:focus .group-focus\:pb-70\% {
  padding-bottom: 70%;
}

.group:focus .group-focus\:pl-70\% {
  padding-left: 70%;
}

.group:focus .group-focus\:pt-80\% {
  padding-top: 80%;
}

.group:focus .group-focus\:pr-80\% {
  padding-right: 80%;
}

.group:focus .group-focus\:pb-80\% {
  padding-bottom: 80%;
}

.group:focus .group-focus\:pl-80\% {
  padding-left: 80%;
}

.group:focus .group-focus\:pt-90\% {
  padding-top: 90%;
}

.group:focus .group-focus\:pr-90\% {
  padding-right: 90%;
}

.group:focus .group-focus\:pb-90\% {
  padding-bottom: 90%;
}

.group:focus .group-focus\:pl-90\% {
  padding-left: 90%;
}

.group:focus .group-focus\:pt-95\% {
  padding-top: 95%;
}

.group:focus .group-focus\:pr-95\% {
  padding-right: 95%;
}

.group:focus .group-focus\:pb-95\% {
  padding-bottom: 95%;
}

.group:focus .group-focus\:pl-95\% {
  padding-left: 95%;
}

.group:focus .group-focus\:pt-96\% {
  padding-top: 96%;
}

.group:focus .group-focus\:pr-96\% {
  padding-right: 96%;
}

.group:focus .group-focus\:pb-96\% {
  padding-bottom: 96%;
}

.group:focus .group-focus\:pl-96\% {
  padding-left: 96%;
}

.group:focus .group-focus\:pt-97\% {
  padding-top: 97%;
}

.group:focus .group-focus\:pr-97\% {
  padding-right: 97%;
}

.group:focus .group-focus\:pb-97\% {
  padding-bottom: 97%;
}

.group:focus .group-focus\:pl-97\% {
  padding-left: 97%;
}

.group:focus .group-focus\:pt-98\% {
  padding-top: 98%;
}

.group:focus .group-focus\:pr-98\% {
  padding-right: 98%;
}

.group:focus .group-focus\:pb-98\% {
  padding-bottom: 98%;
}

.group:focus .group-focus\:pl-98\% {
  padding-left: 98%;
}

.group:focus .group-focus\:pt-99\% {
  padding-top: 99%;
}

.group:focus .group-focus\:pr-99\% {
  padding-right: 99%;
}

.group:focus .group-focus\:pb-99\% {
  padding-bottom: 99%;
}

.group:focus .group-focus\:pl-99\% {
  padding-left: 99%;
}

.group:focus .group-focus\:pt-36vh {
  padding-top: 36vh;
}

.group:focus .group-focus\:pr-36vh {
  padding-right: 36vh;
}

.group:focus .group-focus\:pb-36vh {
  padding-bottom: 36vh;
}

.group:focus .group-focus\:pl-36vh {
  padding-left: 36vh;
}

.group:focus .group-focus\:pt-75vh {
  padding-top: 75vh;
}

.group:focus .group-focus\:pr-75vh {
  padding-right: 75vh;
}

.group:focus .group-focus\:pb-75vh {
  padding-bottom: 75vh;
}

.group:focus .group-focus\:pl-75vh {
  padding-left: 75vh;
}

.group:focus .group-focus\:pt-78vh {
  padding-top: 78vh;
}

.group:focus .group-focus\:pr-78vh {
  padding-right: 78vh;
}

.group:focus .group-focus\:pb-78vh {
  padding-bottom: 78vh;
}

.group:focus .group-focus\:pl-78vh {
  padding-left: 78vh;
}

.group:focus .group-focus\:pt-80vh {
  padding-top: 80vh;
}

.group:focus .group-focus\:pr-80vh {
  padding-right: 80vh;
}

.group:focus .group-focus\:pb-80vh {
  padding-bottom: 80vh;
}

.group:focus .group-focus\:pl-80vh {
  padding-left: 80vh;
}

.group:focus .group-focus\:pt-82vh {
  padding-top: 82vh;
}

.group:focus .group-focus\:pr-82vh {
  padding-right: 82vh;
}

.group:focus .group-focus\:pb-82vh {
  padding-bottom: 82vh;
}

.group:focus .group-focus\:pl-82vh {
  padding-left: 82vh;
}

.first\:p-0:first-child {
  padding: 0;
}

.first\:p-1:first-child {
  padding: 0.25rem;
}

.first\:p-2:first-child {
  padding: 0.5rem;
}

.first\:p-3:first-child {
  padding: 0.75rem;
}

.first\:p-4:first-child {
  padding: 1rem;
}

.first\:p-5:first-child {
  padding: 1.25rem;
}

.first\:p-6:first-child {
  padding: 1.5rem;
}

.first\:p-7:first-child {
  padding: 1.75rem;
}

.first\:p-8:first-child {
  padding: 2rem;
}

.first\:p-9:first-child {
  padding: 2.25rem;
}

.first\:p-10:first-child {
  padding: 2.5rem;
}

.first\:p-12:first-child {
  padding: 3rem;
}

.first\:p-14:first-child {
  padding: 3.5rem;
}

.first\:p-15:first-child {
  padding: 3.75rem;
}

.first\:p-16:first-child {
  padding: 4rem;
}

.first\:p-18:first-child {
  padding: 4.5rem;
}

.first\:p-20:first-child {
  padding: 5rem;
}

.first\:p-21:first-child {
  padding: 5.25rem;
}

.first\:p-22:first-child {
  padding: 5.5rem;
}

.first\:p-24:first-child {
  padding: 6rem;
}

.first\:p-26:first-child {
  padding: 6.5rem;
}

.first\:p-28:first-child {
  padding: 7rem;
}

.first\:p-30:first-child {
  padding: 7.5rem;
}

.first\:p-32:first-child {
  padding: 8rem;
}

.first\:p-34:first-child {
  padding: 8.5rem;
}

.first\:p-36:first-child {
  padding: 9rem;
}

.first\:p-38:first-child {
  padding: 9.5rem;
}

.first\:p-40:first-child {
  padding: 10rem;
}

.first\:p-44:first-child {
  padding: 11rem;
}

.first\:p-48:first-child {
  padding: 12rem;
}

.first\:p-52:first-child {
  padding: 13rem;
}

.first\:p-53:first-child {
  padding: 13.25rem;
}

.first\:p-54:first-child {
  padding: 13.5rem;
}

.first\:p-56:first-child {
  padding: 14rem;
}

.first\:p-64:first-child {
  padding: 16rem;
}

.first\:p-72:first-child {
  padding: 18rem;
}

.first\:p-74:first-child {
  padding: 18.5rem;
}

.first\:p-76:first-child {
  padding: 19rem;
}

.first\:p-80:first-child {
  padding: 20rem;
}

.first\:p-85:first-child {
  padding: 21.25rem;
}

.first\:p-100:first-child {
  padding: 25rem;
}

.first\:p-105:first-child {
  padding: 26.25rem;
}

.first\:p-107:first-child {
  padding: 26.4rem;
}

.first\:p-110:first-child {
  padding: 27.5rem;
}

.first\:p-120:first-child {
  padding: 30rem;
}

.first\:p-130:first-child {
  padding: 38rem;
}

.first\:p-px:first-child {
  padding: 1px;
}

.first\:p-250px:first-child {
  padding: 250px;
}

.first\:p-1\/2\%:first-child {
  padding: 0.5%;
}

.first\:p-1\%:first-child {
  padding: 1%;
}

.first\:p-2\%:first-child {
  padding: 2%;
}

.first\:p-3\%:first-child {
  padding: 3%;
}

.first\:p-4\%:first-child {
  padding: 4%;
}

.first\:p-5\%:first-child {
  padding: 5%;
}

.first\:p-10\%:first-child {
  padding: 10%;
}

.first\:p-20\%:first-child {
  padding: 20%;
}

.first\:p-23\%:first-child {
  padding: 23%;
}

.first\:p-25\%:first-child {
  padding: 25%;
}

.first\:p-26\%:first-child {
  padding: 26%;
}

.first\:p-30\%:first-child {
  padding: 30%;
}

.first\:p-40\%:first-child {
  padding: 40%;
}

.first\:p-50\%:first-child {
  padding: 50%;
}

.first\:p-60\%:first-child {
  padding: 60%;
}

.first\:p-70\%:first-child {
  padding: 70%;
}

.first\:p-80\%:first-child {
  padding: 80%;
}

.first\:p-90\%:first-child {
  padding: 90%;
}

.first\:p-95\%:first-child {
  padding: 95%;
}

.first\:p-96\%:first-child {
  padding: 96%;
}

.first\:p-97\%:first-child {
  padding: 97%;
}

.first\:p-98\%:first-child {
  padding: 98%;
}

.first\:p-99\%:first-child {
  padding: 99%;
}

.first\:p-36vh:first-child {
  padding: 36vh;
}

.first\:p-75vh:first-child {
  padding: 75vh;
}

.first\:p-78vh:first-child {
  padding: 78vh;
}

.first\:p-80vh:first-child {
  padding: 80vh;
}

.first\:p-82vh:first-child {
  padding: 82vh;
}

.first\:py-0:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.first\:px-0:first-child {
  padding-left: 0;
  padding-right: 0;
}

.first\:py-1:first-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.first\:px-1:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.first\:py-2:first-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first\:px-2:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.first\:py-3:first-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.first\:px-3:first-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.first\:py-4:first-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.first\:px-4:first-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.first\:py-5:first-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.first\:px-5:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.first\:py-6:first-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.first\:px-6:first-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.first\:py-7:first-child {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.first\:px-7:first-child {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.first\:py-8:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.first\:px-8:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.first\:py-9:first-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.first\:px-9:first-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.first\:py-10:first-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.first\:px-10:first-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.first\:py-12:first-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.first\:px-12:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.first\:py-14:first-child {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.first\:px-14:first-child {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.first\:py-15:first-child {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.first\:px-15:first-child {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.first\:py-16:first-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.first\:px-16:first-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.first\:py-18:first-child {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.first\:px-18:first-child {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.first\:py-20:first-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.first\:px-20:first-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.first\:py-21:first-child {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.first\:px-21:first-child {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.first\:py-22:first-child {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.first\:px-22:first-child {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.first\:py-24:first-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.first\:px-24:first-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.first\:py-26:first-child {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.first\:px-26:first-child {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.first\:py-28:first-child {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.first\:px-28:first-child {
  padding-left: 7rem;
  padding-right: 7rem;
}

.first\:py-30:first-child {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.first\:px-30:first-child {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.first\:py-32:first-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.first\:px-32:first-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.first\:py-34:first-child {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.first\:px-34:first-child {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.first\:py-36:first-child {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.first\:px-36:first-child {
  padding-left: 9rem;
  padding-right: 9rem;
}

.first\:py-38:first-child {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.first\:px-38:first-child {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.first\:py-40:first-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.first\:px-40:first-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.first\:py-44:first-child {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.first\:px-44:first-child {
  padding-left: 11rem;
  padding-right: 11rem;
}

.first\:py-48:first-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.first\:px-48:first-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.first\:py-52:first-child {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.first\:px-52:first-child {
  padding-left: 13rem;
  padding-right: 13rem;
}

.first\:py-53:first-child {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.first\:px-53:first-child {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.first\:py-54:first-child {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.first\:px-54:first-child {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.first\:py-56:first-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.first\:px-56:first-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.first\:py-64:first-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.first\:px-64:first-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.first\:py-72:first-child {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.first\:px-72:first-child {
  padding-left: 18rem;
  padding-right: 18rem;
}

.first\:py-74:first-child {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.first\:px-74:first-child {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.first\:py-76:first-child {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.first\:px-76:first-child {
  padding-left: 19rem;
  padding-right: 19rem;
}

.first\:py-80:first-child {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.first\:px-80:first-child {
  padding-left: 20rem;
  padding-right: 20rem;
}

.first\:py-85:first-child {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.first\:px-85:first-child {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.first\:py-100:first-child {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.first\:px-100:first-child {
  padding-left: 25rem;
  padding-right: 25rem;
}

.first\:py-105:first-child {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.first\:px-105:first-child {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.first\:py-107:first-child {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.first\:px-107:first-child {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.first\:py-110:first-child {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.first\:px-110:first-child {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.first\:py-120:first-child {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.first\:px-120:first-child {
  padding-left: 30rem;
  padding-right: 30rem;
}

.first\:py-130:first-child {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.first\:px-130:first-child {
  padding-left: 38rem;
  padding-right: 38rem;
}

.first\:py-px:first-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.first\:px-px:first-child {
  padding-left: 1px;
  padding-right: 1px;
}

.first\:py-250px:first-child {
  padding-top: 250px;
  padding-bottom: 250px;
}

.first\:px-250px:first-child {
  padding-left: 250px;
  padding-right: 250px;
}

.first\:py-1\/2\%:first-child {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.first\:px-1\/2\%:first-child {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.first\:py-1\%:first-child {
  padding-top: 1%;
  padding-bottom: 1%;
}

.first\:px-1\%:first-child {
  padding-left: 1%;
  padding-right: 1%;
}

.first\:py-2\%:first-child {
  padding-top: 2%;
  padding-bottom: 2%;
}

.first\:px-2\%:first-child {
  padding-left: 2%;
  padding-right: 2%;
}

.first\:py-3\%:first-child {
  padding-top: 3%;
  padding-bottom: 3%;
}

.first\:px-3\%:first-child {
  padding-left: 3%;
  padding-right: 3%;
}

.first\:py-4\%:first-child {
  padding-top: 4%;
  padding-bottom: 4%;
}

.first\:px-4\%:first-child {
  padding-left: 4%;
  padding-right: 4%;
}

.first\:py-5\%:first-child {
  padding-top: 5%;
  padding-bottom: 5%;
}

.first\:px-5\%:first-child {
  padding-left: 5%;
  padding-right: 5%;
}

.first\:py-10\%:first-child {
  padding-top: 10%;
  padding-bottom: 10%;
}

.first\:px-10\%:first-child {
  padding-left: 10%;
  padding-right: 10%;
}

.first\:py-20\%:first-child {
  padding-top: 20%;
  padding-bottom: 20%;
}

.first\:px-20\%:first-child {
  padding-left: 20%;
  padding-right: 20%;
}

.first\:py-23\%:first-child {
  padding-top: 23%;
  padding-bottom: 23%;
}

.first\:px-23\%:first-child {
  padding-left: 23%;
  padding-right: 23%;
}

.first\:py-25\%:first-child {
  padding-top: 25%;
  padding-bottom: 25%;
}

.first\:px-25\%:first-child {
  padding-left: 25%;
  padding-right: 25%;
}

.first\:py-26\%:first-child {
  padding-top: 26%;
  padding-bottom: 26%;
}

.first\:px-26\%:first-child {
  padding-left: 26%;
  padding-right: 26%;
}

.first\:py-30\%:first-child {
  padding-top: 30%;
  padding-bottom: 30%;
}

.first\:px-30\%:first-child {
  padding-left: 30%;
  padding-right: 30%;
}

.first\:py-40\%:first-child {
  padding-top: 40%;
  padding-bottom: 40%;
}

.first\:px-40\%:first-child {
  padding-left: 40%;
  padding-right: 40%;
}

.first\:py-50\%:first-child {
  padding-top: 50%;
  padding-bottom: 50%;
}

.first\:px-50\%:first-child {
  padding-left: 50%;
  padding-right: 50%;
}

.first\:py-60\%:first-child {
  padding-top: 60%;
  padding-bottom: 60%;
}

.first\:px-60\%:first-child {
  padding-left: 60%;
  padding-right: 60%;
}

.first\:py-70\%:first-child {
  padding-top: 70%;
  padding-bottom: 70%;
}

.first\:px-70\%:first-child {
  padding-left: 70%;
  padding-right: 70%;
}

.first\:py-80\%:first-child {
  padding-top: 80%;
  padding-bottom: 80%;
}

.first\:px-80\%:first-child {
  padding-left: 80%;
  padding-right: 80%;
}

.first\:py-90\%:first-child {
  padding-top: 90%;
  padding-bottom: 90%;
}

.first\:px-90\%:first-child {
  padding-left: 90%;
  padding-right: 90%;
}

.first\:py-95\%:first-child {
  padding-top: 95%;
  padding-bottom: 95%;
}

.first\:px-95\%:first-child {
  padding-left: 95%;
  padding-right: 95%;
}

.first\:py-96\%:first-child {
  padding-top: 96%;
  padding-bottom: 96%;
}

.first\:px-96\%:first-child {
  padding-left: 96%;
  padding-right: 96%;
}

.first\:py-97\%:first-child {
  padding-top: 97%;
  padding-bottom: 97%;
}

.first\:px-97\%:first-child {
  padding-left: 97%;
  padding-right: 97%;
}

.first\:py-98\%:first-child {
  padding-top: 98%;
  padding-bottom: 98%;
}

.first\:px-98\%:first-child {
  padding-left: 98%;
  padding-right: 98%;
}

.first\:py-99\%:first-child {
  padding-top: 99%;
  padding-bottom: 99%;
}

.first\:px-99\%:first-child {
  padding-left: 99%;
  padding-right: 99%;
}

.first\:py-36vh:first-child {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.first\:px-36vh:first-child {
  padding-left: 36vh;
  padding-right: 36vh;
}

.first\:py-75vh:first-child {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.first\:px-75vh:first-child {
  padding-left: 75vh;
  padding-right: 75vh;
}

.first\:py-78vh:first-child {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.first\:px-78vh:first-child {
  padding-left: 78vh;
  padding-right: 78vh;
}

.first\:py-80vh:first-child {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.first\:px-80vh:first-child {
  padding-left: 80vh;
  padding-right: 80vh;
}

.first\:py-82vh:first-child {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.first\:px-82vh:first-child {
  padding-left: 82vh;
  padding-right: 82vh;
}

.first\:pt-0:first-child {
  padding-top: 0;
}

.first\:pr-0:first-child {
  padding-right: 0;
}

.first\:pb-0:first-child {
  padding-bottom: 0;
}

.first\:pl-0:first-child {
  padding-left: 0;
}

.first\:pt-1:first-child {
  padding-top: 0.25rem;
}

.first\:pr-1:first-child {
  padding-right: 0.25rem;
}

.first\:pb-1:first-child {
  padding-bottom: 0.25rem;
}

.first\:pl-1:first-child {
  padding-left: 0.25rem;
}

.first\:pt-2:first-child {
  padding-top: 0.5rem;
}

.first\:pr-2:first-child {
  padding-right: 0.5rem;
}

.first\:pb-2:first-child {
  padding-bottom: 0.5rem;
}

.first\:pl-2:first-child {
  padding-left: 0.5rem;
}

.first\:pt-3:first-child {
  padding-top: 0.75rem;
}

.first\:pr-3:first-child {
  padding-right: 0.75rem;
}

.first\:pb-3:first-child {
  padding-bottom: 0.75rem;
}

.first\:pl-3:first-child {
  padding-left: 0.75rem;
}

.first\:pt-4:first-child {
  padding-top: 1rem;
}

.first\:pr-4:first-child {
  padding-right: 1rem;
}

.first\:pb-4:first-child {
  padding-bottom: 1rem;
}

.first\:pl-4:first-child {
  padding-left: 1rem;
}

.first\:pt-5:first-child {
  padding-top: 1.25rem;
}

.first\:pr-5:first-child {
  padding-right: 1.25rem;
}

.first\:pb-5:first-child {
  padding-bottom: 1.25rem;
}

.first\:pl-5:first-child {
  padding-left: 1.25rem;
}

.first\:pt-6:first-child {
  padding-top: 1.5rem;
}

.first\:pr-6:first-child {
  padding-right: 1.5rem;
}

.first\:pb-6:first-child {
  padding-bottom: 1.5rem;
}

.first\:pl-6:first-child {
  padding-left: 1.5rem;
}

.first\:pt-7:first-child {
  padding-top: 1.75rem;
}

.first\:pr-7:first-child {
  padding-right: 1.75rem;
}

.first\:pb-7:first-child {
  padding-bottom: 1.75rem;
}

.first\:pl-7:first-child {
  padding-left: 1.75rem;
}

.first\:pt-8:first-child {
  padding-top: 2rem;
}

.first\:pr-8:first-child {
  padding-right: 2rem;
}

.first\:pb-8:first-child {
  padding-bottom: 2rem;
}

.first\:pl-8:first-child {
  padding-left: 2rem;
}

.first\:pt-9:first-child {
  padding-top: 2.25rem;
}

.first\:pr-9:first-child {
  padding-right: 2.25rem;
}

.first\:pb-9:first-child {
  padding-bottom: 2.25rem;
}

.first\:pl-9:first-child {
  padding-left: 2.25rem;
}

.first\:pt-10:first-child {
  padding-top: 2.5rem;
}

.first\:pr-10:first-child {
  padding-right: 2.5rem;
}

.first\:pb-10:first-child {
  padding-bottom: 2.5rem;
}

.first\:pl-10:first-child {
  padding-left: 2.5rem;
}

.first\:pt-12:first-child {
  padding-top: 3rem;
}

.first\:pr-12:first-child {
  padding-right: 3rem;
}

.first\:pb-12:first-child {
  padding-bottom: 3rem;
}

.first\:pl-12:first-child {
  padding-left: 3rem;
}

.first\:pt-14:first-child {
  padding-top: 3.5rem;
}

.first\:pr-14:first-child {
  padding-right: 3.5rem;
}

.first\:pb-14:first-child {
  padding-bottom: 3.5rem;
}

.first\:pl-14:first-child {
  padding-left: 3.5rem;
}

.first\:pt-15:first-child {
  padding-top: 3.75rem;
}

.first\:pr-15:first-child {
  padding-right: 3.75rem;
}

.first\:pb-15:first-child {
  padding-bottom: 3.75rem;
}

.first\:pl-15:first-child {
  padding-left: 3.75rem;
}

.first\:pt-16:first-child {
  padding-top: 4rem;
}

.first\:pr-16:first-child {
  padding-right: 4rem;
}

.first\:pb-16:first-child {
  padding-bottom: 4rem;
}

.first\:pl-16:first-child {
  padding-left: 4rem;
}

.first\:pt-18:first-child {
  padding-top: 4.5rem;
}

.first\:pr-18:first-child {
  padding-right: 4.5rem;
}

.first\:pb-18:first-child {
  padding-bottom: 4.5rem;
}

.first\:pl-18:first-child {
  padding-left: 4.5rem;
}

.first\:pt-20:first-child {
  padding-top: 5rem;
}

.first\:pr-20:first-child {
  padding-right: 5rem;
}

.first\:pb-20:first-child {
  padding-bottom: 5rem;
}

.first\:pl-20:first-child {
  padding-left: 5rem;
}

.first\:pt-21:first-child {
  padding-top: 5.25rem;
}

.first\:pr-21:first-child {
  padding-right: 5.25rem;
}

.first\:pb-21:first-child {
  padding-bottom: 5.25rem;
}

.first\:pl-21:first-child {
  padding-left: 5.25rem;
}

.first\:pt-22:first-child {
  padding-top: 5.5rem;
}

.first\:pr-22:first-child {
  padding-right: 5.5rem;
}

.first\:pb-22:first-child {
  padding-bottom: 5.5rem;
}

.first\:pl-22:first-child {
  padding-left: 5.5rem;
}

.first\:pt-24:first-child {
  padding-top: 6rem;
}

.first\:pr-24:first-child {
  padding-right: 6rem;
}

.first\:pb-24:first-child {
  padding-bottom: 6rem;
}

.first\:pl-24:first-child {
  padding-left: 6rem;
}

.first\:pt-26:first-child {
  padding-top: 6.5rem;
}

.first\:pr-26:first-child {
  padding-right: 6.5rem;
}

.first\:pb-26:first-child {
  padding-bottom: 6.5rem;
}

.first\:pl-26:first-child {
  padding-left: 6.5rem;
}

.first\:pt-28:first-child {
  padding-top: 7rem;
}

.first\:pr-28:first-child {
  padding-right: 7rem;
}

.first\:pb-28:first-child {
  padding-bottom: 7rem;
}

.first\:pl-28:first-child {
  padding-left: 7rem;
}

.first\:pt-30:first-child {
  padding-top: 7.5rem;
}

.first\:pr-30:first-child {
  padding-right: 7.5rem;
}

.first\:pb-30:first-child {
  padding-bottom: 7.5rem;
}

.first\:pl-30:first-child {
  padding-left: 7.5rem;
}

.first\:pt-32:first-child {
  padding-top: 8rem;
}

.first\:pr-32:first-child {
  padding-right: 8rem;
}

.first\:pb-32:first-child {
  padding-bottom: 8rem;
}

.first\:pl-32:first-child {
  padding-left: 8rem;
}

.first\:pt-34:first-child {
  padding-top: 8.5rem;
}

.first\:pr-34:first-child {
  padding-right: 8.5rem;
}

.first\:pb-34:first-child {
  padding-bottom: 8.5rem;
}

.first\:pl-34:first-child {
  padding-left: 8.5rem;
}

.first\:pt-36:first-child {
  padding-top: 9rem;
}

.first\:pr-36:first-child {
  padding-right: 9rem;
}

.first\:pb-36:first-child {
  padding-bottom: 9rem;
}

.first\:pl-36:first-child {
  padding-left: 9rem;
}

.first\:pt-38:first-child {
  padding-top: 9.5rem;
}

.first\:pr-38:first-child {
  padding-right: 9.5rem;
}

.first\:pb-38:first-child {
  padding-bottom: 9.5rem;
}

.first\:pl-38:first-child {
  padding-left: 9.5rem;
}

.first\:pt-40:first-child {
  padding-top: 10rem;
}

.first\:pr-40:first-child {
  padding-right: 10rem;
}

.first\:pb-40:first-child {
  padding-bottom: 10rem;
}

.first\:pl-40:first-child {
  padding-left: 10rem;
}

.first\:pt-44:first-child {
  padding-top: 11rem;
}

.first\:pr-44:first-child {
  padding-right: 11rem;
}

.first\:pb-44:first-child {
  padding-bottom: 11rem;
}

.first\:pl-44:first-child {
  padding-left: 11rem;
}

.first\:pt-48:first-child {
  padding-top: 12rem;
}

.first\:pr-48:first-child {
  padding-right: 12rem;
}

.first\:pb-48:first-child {
  padding-bottom: 12rem;
}

.first\:pl-48:first-child {
  padding-left: 12rem;
}

.first\:pt-52:first-child {
  padding-top: 13rem;
}

.first\:pr-52:first-child {
  padding-right: 13rem;
}

.first\:pb-52:first-child {
  padding-bottom: 13rem;
}

.first\:pl-52:first-child {
  padding-left: 13rem;
}

.first\:pt-53:first-child {
  padding-top: 13.25rem;
}

.first\:pr-53:first-child {
  padding-right: 13.25rem;
}

.first\:pb-53:first-child {
  padding-bottom: 13.25rem;
}

.first\:pl-53:first-child {
  padding-left: 13.25rem;
}

.first\:pt-54:first-child {
  padding-top: 13.5rem;
}

.first\:pr-54:first-child {
  padding-right: 13.5rem;
}

.first\:pb-54:first-child {
  padding-bottom: 13.5rem;
}

.first\:pl-54:first-child {
  padding-left: 13.5rem;
}

.first\:pt-56:first-child {
  padding-top: 14rem;
}

.first\:pr-56:first-child {
  padding-right: 14rem;
}

.first\:pb-56:first-child {
  padding-bottom: 14rem;
}

.first\:pl-56:first-child {
  padding-left: 14rem;
}

.first\:pt-64:first-child {
  padding-top: 16rem;
}

.first\:pr-64:first-child {
  padding-right: 16rem;
}

.first\:pb-64:first-child {
  padding-bottom: 16rem;
}

.first\:pl-64:first-child {
  padding-left: 16rem;
}

.first\:pt-72:first-child {
  padding-top: 18rem;
}

.first\:pr-72:first-child {
  padding-right: 18rem;
}

.first\:pb-72:first-child {
  padding-bottom: 18rem;
}

.first\:pl-72:first-child {
  padding-left: 18rem;
}

.first\:pt-74:first-child {
  padding-top: 18.5rem;
}

.first\:pr-74:first-child {
  padding-right: 18.5rem;
}

.first\:pb-74:first-child {
  padding-bottom: 18.5rem;
}

.first\:pl-74:first-child {
  padding-left: 18.5rem;
}

.first\:pt-76:first-child {
  padding-top: 19rem;
}

.first\:pr-76:first-child {
  padding-right: 19rem;
}

.first\:pb-76:first-child {
  padding-bottom: 19rem;
}

.first\:pl-76:first-child {
  padding-left: 19rem;
}

.first\:pt-80:first-child {
  padding-top: 20rem;
}

.first\:pr-80:first-child {
  padding-right: 20rem;
}

.first\:pb-80:first-child {
  padding-bottom: 20rem;
}

.first\:pl-80:first-child {
  padding-left: 20rem;
}

.first\:pt-85:first-child {
  padding-top: 21.25rem;
}

.first\:pr-85:first-child {
  padding-right: 21.25rem;
}

.first\:pb-85:first-child {
  padding-bottom: 21.25rem;
}

.first\:pl-85:first-child {
  padding-left: 21.25rem;
}

.first\:pt-100:first-child {
  padding-top: 25rem;
}

.first\:pr-100:first-child {
  padding-right: 25rem;
}

.first\:pb-100:first-child {
  padding-bottom: 25rem;
}

.first\:pl-100:first-child {
  padding-left: 25rem;
}

.first\:pt-105:first-child {
  padding-top: 26.25rem;
}

.first\:pr-105:first-child {
  padding-right: 26.25rem;
}

.first\:pb-105:first-child {
  padding-bottom: 26.25rem;
}

.first\:pl-105:first-child {
  padding-left: 26.25rem;
}

.first\:pt-107:first-child {
  padding-top: 26.4rem;
}

.first\:pr-107:first-child {
  padding-right: 26.4rem;
}

.first\:pb-107:first-child {
  padding-bottom: 26.4rem;
}

.first\:pl-107:first-child {
  padding-left: 26.4rem;
}

.first\:pt-110:first-child {
  padding-top: 27.5rem;
}

.first\:pr-110:first-child {
  padding-right: 27.5rem;
}

.first\:pb-110:first-child {
  padding-bottom: 27.5rem;
}

.first\:pl-110:first-child {
  padding-left: 27.5rem;
}

.first\:pt-120:first-child {
  padding-top: 30rem;
}

.first\:pr-120:first-child {
  padding-right: 30rem;
}

.first\:pb-120:first-child {
  padding-bottom: 30rem;
}

.first\:pl-120:first-child {
  padding-left: 30rem;
}

.first\:pt-130:first-child {
  padding-top: 38rem;
}

.first\:pr-130:first-child {
  padding-right: 38rem;
}

.first\:pb-130:first-child {
  padding-bottom: 38rem;
}

.first\:pl-130:first-child {
  padding-left: 38rem;
}

.first\:pt-px:first-child {
  padding-top: 1px;
}

.first\:pr-px:first-child {
  padding-right: 1px;
}

.first\:pb-px:first-child {
  padding-bottom: 1px;
}

.first\:pl-px:first-child {
  padding-left: 1px;
}

.first\:pt-250px:first-child {
  padding-top: 250px;
}

.first\:pr-250px:first-child {
  padding-right: 250px;
}

.first\:pb-250px:first-child {
  padding-bottom: 250px;
}

.first\:pl-250px:first-child {
  padding-left: 250px;
}

.first\:pt-1\/2\%:first-child {
  padding-top: 0.5%;
}

.first\:pr-1\/2\%:first-child {
  padding-right: 0.5%;
}

.first\:pb-1\/2\%:first-child {
  padding-bottom: 0.5%;
}

.first\:pl-1\/2\%:first-child {
  padding-left: 0.5%;
}

.first\:pt-1\%:first-child {
  padding-top: 1%;
}

.first\:pr-1\%:first-child {
  padding-right: 1%;
}

.first\:pb-1\%:first-child {
  padding-bottom: 1%;
}

.first\:pl-1\%:first-child {
  padding-left: 1%;
}

.first\:pt-2\%:first-child {
  padding-top: 2%;
}

.first\:pr-2\%:first-child {
  padding-right: 2%;
}

.first\:pb-2\%:first-child {
  padding-bottom: 2%;
}

.first\:pl-2\%:first-child {
  padding-left: 2%;
}

.first\:pt-3\%:first-child {
  padding-top: 3%;
}

.first\:pr-3\%:first-child {
  padding-right: 3%;
}

.first\:pb-3\%:first-child {
  padding-bottom: 3%;
}

.first\:pl-3\%:first-child {
  padding-left: 3%;
}

.first\:pt-4\%:first-child {
  padding-top: 4%;
}

.first\:pr-4\%:first-child {
  padding-right: 4%;
}

.first\:pb-4\%:first-child {
  padding-bottom: 4%;
}

.first\:pl-4\%:first-child {
  padding-left: 4%;
}

.first\:pt-5\%:first-child {
  padding-top: 5%;
}

.first\:pr-5\%:first-child {
  padding-right: 5%;
}

.first\:pb-5\%:first-child {
  padding-bottom: 5%;
}

.first\:pl-5\%:first-child {
  padding-left: 5%;
}

.first\:pt-10\%:first-child {
  padding-top: 10%;
}

.first\:pr-10\%:first-child {
  padding-right: 10%;
}

.first\:pb-10\%:first-child {
  padding-bottom: 10%;
}

.first\:pl-10\%:first-child {
  padding-left: 10%;
}

.first\:pt-20\%:first-child {
  padding-top: 20%;
}

.first\:pr-20\%:first-child {
  padding-right: 20%;
}

.first\:pb-20\%:first-child {
  padding-bottom: 20%;
}

.first\:pl-20\%:first-child {
  padding-left: 20%;
}

.first\:pt-23\%:first-child {
  padding-top: 23%;
}

.first\:pr-23\%:first-child {
  padding-right: 23%;
}

.first\:pb-23\%:first-child {
  padding-bottom: 23%;
}

.first\:pl-23\%:first-child {
  padding-left: 23%;
}

.first\:pt-25\%:first-child {
  padding-top: 25%;
}

.first\:pr-25\%:first-child {
  padding-right: 25%;
}

.first\:pb-25\%:first-child {
  padding-bottom: 25%;
}

.first\:pl-25\%:first-child {
  padding-left: 25%;
}

.first\:pt-26\%:first-child {
  padding-top: 26%;
}

.first\:pr-26\%:first-child {
  padding-right: 26%;
}

.first\:pb-26\%:first-child {
  padding-bottom: 26%;
}

.first\:pl-26\%:first-child {
  padding-left: 26%;
}

.first\:pt-30\%:first-child {
  padding-top: 30%;
}

.first\:pr-30\%:first-child {
  padding-right: 30%;
}

.first\:pb-30\%:first-child {
  padding-bottom: 30%;
}

.first\:pl-30\%:first-child {
  padding-left: 30%;
}

.first\:pt-40\%:first-child {
  padding-top: 40%;
}

.first\:pr-40\%:first-child {
  padding-right: 40%;
}

.first\:pb-40\%:first-child {
  padding-bottom: 40%;
}

.first\:pl-40\%:first-child {
  padding-left: 40%;
}

.first\:pt-50\%:first-child {
  padding-top: 50%;
}

.first\:pr-50\%:first-child {
  padding-right: 50%;
}

.first\:pb-50\%:first-child {
  padding-bottom: 50%;
}

.first\:pl-50\%:first-child {
  padding-left: 50%;
}

.first\:pt-60\%:first-child {
  padding-top: 60%;
}

.first\:pr-60\%:first-child {
  padding-right: 60%;
}

.first\:pb-60\%:first-child {
  padding-bottom: 60%;
}

.first\:pl-60\%:first-child {
  padding-left: 60%;
}

.first\:pt-70\%:first-child {
  padding-top: 70%;
}

.first\:pr-70\%:first-child {
  padding-right: 70%;
}

.first\:pb-70\%:first-child {
  padding-bottom: 70%;
}

.first\:pl-70\%:first-child {
  padding-left: 70%;
}

.first\:pt-80\%:first-child {
  padding-top: 80%;
}

.first\:pr-80\%:first-child {
  padding-right: 80%;
}

.first\:pb-80\%:first-child {
  padding-bottom: 80%;
}

.first\:pl-80\%:first-child {
  padding-left: 80%;
}

.first\:pt-90\%:first-child {
  padding-top: 90%;
}

.first\:pr-90\%:first-child {
  padding-right: 90%;
}

.first\:pb-90\%:first-child {
  padding-bottom: 90%;
}

.first\:pl-90\%:first-child {
  padding-left: 90%;
}

.first\:pt-95\%:first-child {
  padding-top: 95%;
}

.first\:pr-95\%:first-child {
  padding-right: 95%;
}

.first\:pb-95\%:first-child {
  padding-bottom: 95%;
}

.first\:pl-95\%:first-child {
  padding-left: 95%;
}

.first\:pt-96\%:first-child {
  padding-top: 96%;
}

.first\:pr-96\%:first-child {
  padding-right: 96%;
}

.first\:pb-96\%:first-child {
  padding-bottom: 96%;
}

.first\:pl-96\%:first-child {
  padding-left: 96%;
}

.first\:pt-97\%:first-child {
  padding-top: 97%;
}

.first\:pr-97\%:first-child {
  padding-right: 97%;
}

.first\:pb-97\%:first-child {
  padding-bottom: 97%;
}

.first\:pl-97\%:first-child {
  padding-left: 97%;
}

.first\:pt-98\%:first-child {
  padding-top: 98%;
}

.first\:pr-98\%:first-child {
  padding-right: 98%;
}

.first\:pb-98\%:first-child {
  padding-bottom: 98%;
}

.first\:pl-98\%:first-child {
  padding-left: 98%;
}

.first\:pt-99\%:first-child {
  padding-top: 99%;
}

.first\:pr-99\%:first-child {
  padding-right: 99%;
}

.first\:pb-99\%:first-child {
  padding-bottom: 99%;
}

.first\:pl-99\%:first-child {
  padding-left: 99%;
}

.first\:pt-36vh:first-child {
  padding-top: 36vh;
}

.first\:pr-36vh:first-child {
  padding-right: 36vh;
}

.first\:pb-36vh:first-child {
  padding-bottom: 36vh;
}

.first\:pl-36vh:first-child {
  padding-left: 36vh;
}

.first\:pt-75vh:first-child {
  padding-top: 75vh;
}

.first\:pr-75vh:first-child {
  padding-right: 75vh;
}

.first\:pb-75vh:first-child {
  padding-bottom: 75vh;
}

.first\:pl-75vh:first-child {
  padding-left: 75vh;
}

.first\:pt-78vh:first-child {
  padding-top: 78vh;
}

.first\:pr-78vh:first-child {
  padding-right: 78vh;
}

.first\:pb-78vh:first-child {
  padding-bottom: 78vh;
}

.first\:pl-78vh:first-child {
  padding-left: 78vh;
}

.first\:pt-80vh:first-child {
  padding-top: 80vh;
}

.first\:pr-80vh:first-child {
  padding-right: 80vh;
}

.first\:pb-80vh:first-child {
  padding-bottom: 80vh;
}

.first\:pl-80vh:first-child {
  padding-left: 80vh;
}

.first\:pt-82vh:first-child {
  padding-top: 82vh;
}

.first\:pr-82vh:first-child {
  padding-right: 82vh;
}

.first\:pb-82vh:first-child {
  padding-bottom: 82vh;
}

.first\:pl-82vh:first-child {
  padding-left: 82vh;
}

.last\:p-0:last-child {
  padding: 0;
}

.last\:p-1:last-child {
  padding: 0.25rem;
}

.last\:p-2:last-child {
  padding: 0.5rem;
}

.last\:p-3:last-child {
  padding: 0.75rem;
}

.last\:p-4:last-child {
  padding: 1rem;
}

.last\:p-5:last-child {
  padding: 1.25rem;
}

.last\:p-6:last-child {
  padding: 1.5rem;
}

.last\:p-7:last-child {
  padding: 1.75rem;
}

.last\:p-8:last-child {
  padding: 2rem;
}

.last\:p-9:last-child {
  padding: 2.25rem;
}

.last\:p-10:last-child {
  padding: 2.5rem;
}

.last\:p-12:last-child {
  padding: 3rem;
}

.last\:p-14:last-child {
  padding: 3.5rem;
}

.last\:p-15:last-child {
  padding: 3.75rem;
}

.last\:p-16:last-child {
  padding: 4rem;
}

.last\:p-18:last-child {
  padding: 4.5rem;
}

.last\:p-20:last-child {
  padding: 5rem;
}

.last\:p-21:last-child {
  padding: 5.25rem;
}

.last\:p-22:last-child {
  padding: 5.5rem;
}

.last\:p-24:last-child {
  padding: 6rem;
}

.last\:p-26:last-child {
  padding: 6.5rem;
}

.last\:p-28:last-child {
  padding: 7rem;
}

.last\:p-30:last-child {
  padding: 7.5rem;
}

.last\:p-32:last-child {
  padding: 8rem;
}

.last\:p-34:last-child {
  padding: 8.5rem;
}

.last\:p-36:last-child {
  padding: 9rem;
}

.last\:p-38:last-child {
  padding: 9.5rem;
}

.last\:p-40:last-child {
  padding: 10rem;
}

.last\:p-44:last-child {
  padding: 11rem;
}

.last\:p-48:last-child {
  padding: 12rem;
}

.last\:p-52:last-child {
  padding: 13rem;
}

.last\:p-53:last-child {
  padding: 13.25rem;
}

.last\:p-54:last-child {
  padding: 13.5rem;
}

.last\:p-56:last-child {
  padding: 14rem;
}

.last\:p-64:last-child {
  padding: 16rem;
}

.last\:p-72:last-child {
  padding: 18rem;
}

.last\:p-74:last-child {
  padding: 18.5rem;
}

.last\:p-76:last-child {
  padding: 19rem;
}

.last\:p-80:last-child {
  padding: 20rem;
}

.last\:p-85:last-child {
  padding: 21.25rem;
}

.last\:p-100:last-child {
  padding: 25rem;
}

.last\:p-105:last-child {
  padding: 26.25rem;
}

.last\:p-107:last-child {
  padding: 26.4rem;
}

.last\:p-110:last-child {
  padding: 27.5rem;
}

.last\:p-120:last-child {
  padding: 30rem;
}

.last\:p-130:last-child {
  padding: 38rem;
}

.last\:p-px:last-child {
  padding: 1px;
}

.last\:p-250px:last-child {
  padding: 250px;
}

.last\:p-1\/2\%:last-child {
  padding: 0.5%;
}

.last\:p-1\%:last-child {
  padding: 1%;
}

.last\:p-2\%:last-child {
  padding: 2%;
}

.last\:p-3\%:last-child {
  padding: 3%;
}

.last\:p-4\%:last-child {
  padding: 4%;
}

.last\:p-5\%:last-child {
  padding: 5%;
}

.last\:p-10\%:last-child {
  padding: 10%;
}

.last\:p-20\%:last-child {
  padding: 20%;
}

.last\:p-23\%:last-child {
  padding: 23%;
}

.last\:p-25\%:last-child {
  padding: 25%;
}

.last\:p-26\%:last-child {
  padding: 26%;
}

.last\:p-30\%:last-child {
  padding: 30%;
}

.last\:p-40\%:last-child {
  padding: 40%;
}

.last\:p-50\%:last-child {
  padding: 50%;
}

.last\:p-60\%:last-child {
  padding: 60%;
}

.last\:p-70\%:last-child {
  padding: 70%;
}

.last\:p-80\%:last-child {
  padding: 80%;
}

.last\:p-90\%:last-child {
  padding: 90%;
}

.last\:p-95\%:last-child {
  padding: 95%;
}

.last\:p-96\%:last-child {
  padding: 96%;
}

.last\:p-97\%:last-child {
  padding: 97%;
}

.last\:p-98\%:last-child {
  padding: 98%;
}

.last\:p-99\%:last-child {
  padding: 99%;
}

.last\:p-36vh:last-child {
  padding: 36vh;
}

.last\:p-75vh:last-child {
  padding: 75vh;
}

.last\:p-78vh:last-child {
  padding: 78vh;
}

.last\:p-80vh:last-child {
  padding: 80vh;
}

.last\:p-82vh:last-child {
  padding: 82vh;
}

.last\:py-0:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.last\:px-0:last-child {
  padding-left: 0;
  padding-right: 0;
}

.last\:py-1:last-child {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.last\:px-1:last-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.last\:py-2:last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.last\:px-2:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.last\:py-3:last-child {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.last\:px-3:last-child {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.last\:py-4:last-child {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.last\:px-4:last-child {
  padding-left: 1rem;
  padding-right: 1rem;
}

.last\:py-5:last-child {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.last\:px-5:last-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.last\:py-6:last-child {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.last\:px-6:last-child {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.last\:py-7:last-child {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.last\:px-7:last-child {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.last\:py-8:last-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.last\:px-8:last-child {
  padding-left: 2rem;
  padding-right: 2rem;
}

.last\:py-9:last-child {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.last\:px-9:last-child {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.last\:py-10:last-child {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.last\:px-10:last-child {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.last\:py-12:last-child {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.last\:px-12:last-child {
  padding-left: 3rem;
  padding-right: 3rem;
}

.last\:py-14:last-child {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.last\:px-14:last-child {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.last\:py-15:last-child {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.last\:px-15:last-child {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.last\:py-16:last-child {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.last\:px-16:last-child {
  padding-left: 4rem;
  padding-right: 4rem;
}

.last\:py-18:last-child {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.last\:px-18:last-child {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.last\:py-20:last-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.last\:px-20:last-child {
  padding-left: 5rem;
  padding-right: 5rem;
}

.last\:py-21:last-child {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.last\:px-21:last-child {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.last\:py-22:last-child {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.last\:px-22:last-child {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.last\:py-24:last-child {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.last\:px-24:last-child {
  padding-left: 6rem;
  padding-right: 6rem;
}

.last\:py-26:last-child {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.last\:px-26:last-child {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.last\:py-28:last-child {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.last\:px-28:last-child {
  padding-left: 7rem;
  padding-right: 7rem;
}

.last\:py-30:last-child {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.last\:px-30:last-child {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.last\:py-32:last-child {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.last\:px-32:last-child {
  padding-left: 8rem;
  padding-right: 8rem;
}

.last\:py-34:last-child {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.last\:px-34:last-child {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.last\:py-36:last-child {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.last\:px-36:last-child {
  padding-left: 9rem;
  padding-right: 9rem;
}

.last\:py-38:last-child {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.last\:px-38:last-child {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.last\:py-40:last-child {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.last\:px-40:last-child {
  padding-left: 10rem;
  padding-right: 10rem;
}

.last\:py-44:last-child {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.last\:px-44:last-child {
  padding-left: 11rem;
  padding-right: 11rem;
}

.last\:py-48:last-child {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.last\:px-48:last-child {
  padding-left: 12rem;
  padding-right: 12rem;
}

.last\:py-52:last-child {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.last\:px-52:last-child {
  padding-left: 13rem;
  padding-right: 13rem;
}

.last\:py-53:last-child {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.last\:px-53:last-child {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.last\:py-54:last-child {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.last\:px-54:last-child {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.last\:py-56:last-child {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.last\:px-56:last-child {
  padding-left: 14rem;
  padding-right: 14rem;
}

.last\:py-64:last-child {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.last\:px-64:last-child {
  padding-left: 16rem;
  padding-right: 16rem;
}

.last\:py-72:last-child {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.last\:px-72:last-child {
  padding-left: 18rem;
  padding-right: 18rem;
}

.last\:py-74:last-child {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.last\:px-74:last-child {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.last\:py-76:last-child {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.last\:px-76:last-child {
  padding-left: 19rem;
  padding-right: 19rem;
}

.last\:py-80:last-child {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.last\:px-80:last-child {
  padding-left: 20rem;
  padding-right: 20rem;
}

.last\:py-85:last-child {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.last\:px-85:last-child {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.last\:py-100:last-child {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.last\:px-100:last-child {
  padding-left: 25rem;
  padding-right: 25rem;
}

.last\:py-105:last-child {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.last\:px-105:last-child {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.last\:py-107:last-child {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.last\:px-107:last-child {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.last\:py-110:last-child {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.last\:px-110:last-child {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.last\:py-120:last-child {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.last\:px-120:last-child {
  padding-left: 30rem;
  padding-right: 30rem;
}

.last\:py-130:last-child {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.last\:px-130:last-child {
  padding-left: 38rem;
  padding-right: 38rem;
}

.last\:py-px:last-child {
  padding-top: 1px;
  padding-bottom: 1px;
}

.last\:px-px:last-child {
  padding-left: 1px;
  padding-right: 1px;
}

.last\:py-250px:last-child {
  padding-top: 250px;
  padding-bottom: 250px;
}

.last\:px-250px:last-child {
  padding-left: 250px;
  padding-right: 250px;
}

.last\:py-1\/2\%:last-child {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.last\:px-1\/2\%:last-child {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.last\:py-1\%:last-child {
  padding-top: 1%;
  padding-bottom: 1%;
}

.last\:px-1\%:last-child {
  padding-left: 1%;
  padding-right: 1%;
}

.last\:py-2\%:last-child {
  padding-top: 2%;
  padding-bottom: 2%;
}

.last\:px-2\%:last-child {
  padding-left: 2%;
  padding-right: 2%;
}

.last\:py-3\%:last-child {
  padding-top: 3%;
  padding-bottom: 3%;
}

.last\:px-3\%:last-child {
  padding-left: 3%;
  padding-right: 3%;
}

.last\:py-4\%:last-child {
  padding-top: 4%;
  padding-bottom: 4%;
}

.last\:px-4\%:last-child {
  padding-left: 4%;
  padding-right: 4%;
}

.last\:py-5\%:last-child {
  padding-top: 5%;
  padding-bottom: 5%;
}

.last\:px-5\%:last-child {
  padding-left: 5%;
  padding-right: 5%;
}

.last\:py-10\%:last-child {
  padding-top: 10%;
  padding-bottom: 10%;
}

.last\:px-10\%:last-child {
  padding-left: 10%;
  padding-right: 10%;
}

.last\:py-20\%:last-child {
  padding-top: 20%;
  padding-bottom: 20%;
}

.last\:px-20\%:last-child {
  padding-left: 20%;
  padding-right: 20%;
}

.last\:py-23\%:last-child {
  padding-top: 23%;
  padding-bottom: 23%;
}

.last\:px-23\%:last-child {
  padding-left: 23%;
  padding-right: 23%;
}

.last\:py-25\%:last-child {
  padding-top: 25%;
  padding-bottom: 25%;
}

.last\:px-25\%:last-child {
  padding-left: 25%;
  padding-right: 25%;
}

.last\:py-26\%:last-child {
  padding-top: 26%;
  padding-bottom: 26%;
}

.last\:px-26\%:last-child {
  padding-left: 26%;
  padding-right: 26%;
}

.last\:py-30\%:last-child {
  padding-top: 30%;
  padding-bottom: 30%;
}

.last\:px-30\%:last-child {
  padding-left: 30%;
  padding-right: 30%;
}

.last\:py-40\%:last-child {
  padding-top: 40%;
  padding-bottom: 40%;
}

.last\:px-40\%:last-child {
  padding-left: 40%;
  padding-right: 40%;
}

.last\:py-50\%:last-child {
  padding-top: 50%;
  padding-bottom: 50%;
}

.last\:px-50\%:last-child {
  padding-left: 50%;
  padding-right: 50%;
}

.last\:py-60\%:last-child {
  padding-top: 60%;
  padding-bottom: 60%;
}

.last\:px-60\%:last-child {
  padding-left: 60%;
  padding-right: 60%;
}

.last\:py-70\%:last-child {
  padding-top: 70%;
  padding-bottom: 70%;
}

.last\:px-70\%:last-child {
  padding-left: 70%;
  padding-right: 70%;
}

.last\:py-80\%:last-child {
  padding-top: 80%;
  padding-bottom: 80%;
}

.last\:px-80\%:last-child {
  padding-left: 80%;
  padding-right: 80%;
}

.last\:py-90\%:last-child {
  padding-top: 90%;
  padding-bottom: 90%;
}

.last\:px-90\%:last-child {
  padding-left: 90%;
  padding-right: 90%;
}

.last\:py-95\%:last-child {
  padding-top: 95%;
  padding-bottom: 95%;
}

.last\:px-95\%:last-child {
  padding-left: 95%;
  padding-right: 95%;
}

.last\:py-96\%:last-child {
  padding-top: 96%;
  padding-bottom: 96%;
}

.last\:px-96\%:last-child {
  padding-left: 96%;
  padding-right: 96%;
}

.last\:py-97\%:last-child {
  padding-top: 97%;
  padding-bottom: 97%;
}

.last\:px-97\%:last-child {
  padding-left: 97%;
  padding-right: 97%;
}

.last\:py-98\%:last-child {
  padding-top: 98%;
  padding-bottom: 98%;
}

.last\:px-98\%:last-child {
  padding-left: 98%;
  padding-right: 98%;
}

.last\:py-99\%:last-child {
  padding-top: 99%;
  padding-bottom: 99%;
}

.last\:px-99\%:last-child {
  padding-left: 99%;
  padding-right: 99%;
}

.last\:py-36vh:last-child {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.last\:px-36vh:last-child {
  padding-left: 36vh;
  padding-right: 36vh;
}

.last\:py-75vh:last-child {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.last\:px-75vh:last-child {
  padding-left: 75vh;
  padding-right: 75vh;
}

.last\:py-78vh:last-child {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.last\:px-78vh:last-child {
  padding-left: 78vh;
  padding-right: 78vh;
}

.last\:py-80vh:last-child {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.last\:px-80vh:last-child {
  padding-left: 80vh;
  padding-right: 80vh;
}

.last\:py-82vh:last-child {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.last\:px-82vh:last-child {
  padding-left: 82vh;
  padding-right: 82vh;
}

.last\:pt-0:last-child {
  padding-top: 0;
}

.last\:pr-0:last-child {
  padding-right: 0;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

.last\:pl-0:last-child {
  padding-left: 0;
}

.last\:pt-1:last-child {
  padding-top: 0.25rem;
}

.last\:pr-1:last-child {
  padding-right: 0.25rem;
}

.last\:pb-1:last-child {
  padding-bottom: 0.25rem;
}

.last\:pl-1:last-child {
  padding-left: 0.25rem;
}

.last\:pt-2:last-child {
  padding-top: 0.5rem;
}

.last\:pr-2:last-child {
  padding-right: 0.5rem;
}

.last\:pb-2:last-child {
  padding-bottom: 0.5rem;
}

.last\:pl-2:last-child {
  padding-left: 0.5rem;
}

.last\:pt-3:last-child {
  padding-top: 0.75rem;
}

.last\:pr-3:last-child {
  padding-right: 0.75rem;
}

.last\:pb-3:last-child {
  padding-bottom: 0.75rem;
}

.last\:pl-3:last-child {
  padding-left: 0.75rem;
}

.last\:pt-4:last-child {
  padding-top: 1rem;
}

.last\:pr-4:last-child {
  padding-right: 1rem;
}

.last\:pb-4:last-child {
  padding-bottom: 1rem;
}

.last\:pl-4:last-child {
  padding-left: 1rem;
}

.last\:pt-5:last-child {
  padding-top: 1.25rem;
}

.last\:pr-5:last-child {
  padding-right: 1.25rem;
}

.last\:pb-5:last-child {
  padding-bottom: 1.25rem;
}

.last\:pl-5:last-child {
  padding-left: 1.25rem;
}

.last\:pt-6:last-child {
  padding-top: 1.5rem;
}

.last\:pr-6:last-child {
  padding-right: 1.5rem;
}

.last\:pb-6:last-child {
  padding-bottom: 1.5rem;
}

.last\:pl-6:last-child {
  padding-left: 1.5rem;
}

.last\:pt-7:last-child {
  padding-top: 1.75rem;
}

.last\:pr-7:last-child {
  padding-right: 1.75rem;
}

.last\:pb-7:last-child {
  padding-bottom: 1.75rem;
}

.last\:pl-7:last-child {
  padding-left: 1.75rem;
}

.last\:pt-8:last-child {
  padding-top: 2rem;
}

.last\:pr-8:last-child {
  padding-right: 2rem;
}

.last\:pb-8:last-child {
  padding-bottom: 2rem;
}

.last\:pl-8:last-child {
  padding-left: 2rem;
}

.last\:pt-9:last-child {
  padding-top: 2.25rem;
}

.last\:pr-9:last-child {
  padding-right: 2.25rem;
}

.last\:pb-9:last-child {
  padding-bottom: 2.25rem;
}

.last\:pl-9:last-child {
  padding-left: 2.25rem;
}

.last\:pt-10:last-child {
  padding-top: 2.5rem;
}

.last\:pr-10:last-child {
  padding-right: 2.5rem;
}

.last\:pb-10:last-child {
  padding-bottom: 2.5rem;
}

.last\:pl-10:last-child {
  padding-left: 2.5rem;
}

.last\:pt-12:last-child {
  padding-top: 3rem;
}

.last\:pr-12:last-child {
  padding-right: 3rem;
}

.last\:pb-12:last-child {
  padding-bottom: 3rem;
}

.last\:pl-12:last-child {
  padding-left: 3rem;
}

.last\:pt-14:last-child {
  padding-top: 3.5rem;
}

.last\:pr-14:last-child {
  padding-right: 3.5rem;
}

.last\:pb-14:last-child {
  padding-bottom: 3.5rem;
}

.last\:pl-14:last-child {
  padding-left: 3.5rem;
}

.last\:pt-15:last-child {
  padding-top: 3.75rem;
}

.last\:pr-15:last-child {
  padding-right: 3.75rem;
}

.last\:pb-15:last-child {
  padding-bottom: 3.75rem;
}

.last\:pl-15:last-child {
  padding-left: 3.75rem;
}

.last\:pt-16:last-child {
  padding-top: 4rem;
}

.last\:pr-16:last-child {
  padding-right: 4rem;
}

.last\:pb-16:last-child {
  padding-bottom: 4rem;
}

.last\:pl-16:last-child {
  padding-left: 4rem;
}

.last\:pt-18:last-child {
  padding-top: 4.5rem;
}

.last\:pr-18:last-child {
  padding-right: 4.5rem;
}

.last\:pb-18:last-child {
  padding-bottom: 4.5rem;
}

.last\:pl-18:last-child {
  padding-left: 4.5rem;
}

.last\:pt-20:last-child {
  padding-top: 5rem;
}

.last\:pr-20:last-child {
  padding-right: 5rem;
}

.last\:pb-20:last-child {
  padding-bottom: 5rem;
}

.last\:pl-20:last-child {
  padding-left: 5rem;
}

.last\:pt-21:last-child {
  padding-top: 5.25rem;
}

.last\:pr-21:last-child {
  padding-right: 5.25rem;
}

.last\:pb-21:last-child {
  padding-bottom: 5.25rem;
}

.last\:pl-21:last-child {
  padding-left: 5.25rem;
}

.last\:pt-22:last-child {
  padding-top: 5.5rem;
}

.last\:pr-22:last-child {
  padding-right: 5.5rem;
}

.last\:pb-22:last-child {
  padding-bottom: 5.5rem;
}

.last\:pl-22:last-child {
  padding-left: 5.5rem;
}

.last\:pt-24:last-child {
  padding-top: 6rem;
}

.last\:pr-24:last-child {
  padding-right: 6rem;
}

.last\:pb-24:last-child {
  padding-bottom: 6rem;
}

.last\:pl-24:last-child {
  padding-left: 6rem;
}

.last\:pt-26:last-child {
  padding-top: 6.5rem;
}

.last\:pr-26:last-child {
  padding-right: 6.5rem;
}

.last\:pb-26:last-child {
  padding-bottom: 6.5rem;
}

.last\:pl-26:last-child {
  padding-left: 6.5rem;
}

.last\:pt-28:last-child {
  padding-top: 7rem;
}

.last\:pr-28:last-child {
  padding-right: 7rem;
}

.last\:pb-28:last-child {
  padding-bottom: 7rem;
}

.last\:pl-28:last-child {
  padding-left: 7rem;
}

.last\:pt-30:last-child {
  padding-top: 7.5rem;
}

.last\:pr-30:last-child {
  padding-right: 7.5rem;
}

.last\:pb-30:last-child {
  padding-bottom: 7.5rem;
}

.last\:pl-30:last-child {
  padding-left: 7.5rem;
}

.last\:pt-32:last-child {
  padding-top: 8rem;
}

.last\:pr-32:last-child {
  padding-right: 8rem;
}

.last\:pb-32:last-child {
  padding-bottom: 8rem;
}

.last\:pl-32:last-child {
  padding-left: 8rem;
}

.last\:pt-34:last-child {
  padding-top: 8.5rem;
}

.last\:pr-34:last-child {
  padding-right: 8.5rem;
}

.last\:pb-34:last-child {
  padding-bottom: 8.5rem;
}

.last\:pl-34:last-child {
  padding-left: 8.5rem;
}

.last\:pt-36:last-child {
  padding-top: 9rem;
}

.last\:pr-36:last-child {
  padding-right: 9rem;
}

.last\:pb-36:last-child {
  padding-bottom: 9rem;
}

.last\:pl-36:last-child {
  padding-left: 9rem;
}

.last\:pt-38:last-child {
  padding-top: 9.5rem;
}

.last\:pr-38:last-child {
  padding-right: 9.5rem;
}

.last\:pb-38:last-child {
  padding-bottom: 9.5rem;
}

.last\:pl-38:last-child {
  padding-left: 9.5rem;
}

.last\:pt-40:last-child {
  padding-top: 10rem;
}

.last\:pr-40:last-child {
  padding-right: 10rem;
}

.last\:pb-40:last-child {
  padding-bottom: 10rem;
}

.last\:pl-40:last-child {
  padding-left: 10rem;
}

.last\:pt-44:last-child {
  padding-top: 11rem;
}

.last\:pr-44:last-child {
  padding-right: 11rem;
}

.last\:pb-44:last-child {
  padding-bottom: 11rem;
}

.last\:pl-44:last-child {
  padding-left: 11rem;
}

.last\:pt-48:last-child {
  padding-top: 12rem;
}

.last\:pr-48:last-child {
  padding-right: 12rem;
}

.last\:pb-48:last-child {
  padding-bottom: 12rem;
}

.last\:pl-48:last-child {
  padding-left: 12rem;
}

.last\:pt-52:last-child {
  padding-top: 13rem;
}

.last\:pr-52:last-child {
  padding-right: 13rem;
}

.last\:pb-52:last-child {
  padding-bottom: 13rem;
}

.last\:pl-52:last-child {
  padding-left: 13rem;
}

.last\:pt-53:last-child {
  padding-top: 13.25rem;
}

.last\:pr-53:last-child {
  padding-right: 13.25rem;
}

.last\:pb-53:last-child {
  padding-bottom: 13.25rem;
}

.last\:pl-53:last-child {
  padding-left: 13.25rem;
}

.last\:pt-54:last-child {
  padding-top: 13.5rem;
}

.last\:pr-54:last-child {
  padding-right: 13.5rem;
}

.last\:pb-54:last-child {
  padding-bottom: 13.5rem;
}

.last\:pl-54:last-child {
  padding-left: 13.5rem;
}

.last\:pt-56:last-child {
  padding-top: 14rem;
}

.last\:pr-56:last-child {
  padding-right: 14rem;
}

.last\:pb-56:last-child {
  padding-bottom: 14rem;
}

.last\:pl-56:last-child {
  padding-left: 14rem;
}

.last\:pt-64:last-child {
  padding-top: 16rem;
}

.last\:pr-64:last-child {
  padding-right: 16rem;
}

.last\:pb-64:last-child {
  padding-bottom: 16rem;
}

.last\:pl-64:last-child {
  padding-left: 16rem;
}

.last\:pt-72:last-child {
  padding-top: 18rem;
}

.last\:pr-72:last-child {
  padding-right: 18rem;
}

.last\:pb-72:last-child {
  padding-bottom: 18rem;
}

.last\:pl-72:last-child {
  padding-left: 18rem;
}

.last\:pt-74:last-child {
  padding-top: 18.5rem;
}

.last\:pr-74:last-child {
  padding-right: 18.5rem;
}

.last\:pb-74:last-child {
  padding-bottom: 18.5rem;
}

.last\:pl-74:last-child {
  padding-left: 18.5rem;
}

.last\:pt-76:last-child {
  padding-top: 19rem;
}

.last\:pr-76:last-child {
  padding-right: 19rem;
}

.last\:pb-76:last-child {
  padding-bottom: 19rem;
}

.last\:pl-76:last-child {
  padding-left: 19rem;
}

.last\:pt-80:last-child {
  padding-top: 20rem;
}

.last\:pr-80:last-child {
  padding-right: 20rem;
}

.last\:pb-80:last-child {
  padding-bottom: 20rem;
}

.last\:pl-80:last-child {
  padding-left: 20rem;
}

.last\:pt-85:last-child {
  padding-top: 21.25rem;
}

.last\:pr-85:last-child {
  padding-right: 21.25rem;
}

.last\:pb-85:last-child {
  padding-bottom: 21.25rem;
}

.last\:pl-85:last-child {
  padding-left: 21.25rem;
}

.last\:pt-100:last-child {
  padding-top: 25rem;
}

.last\:pr-100:last-child {
  padding-right: 25rem;
}

.last\:pb-100:last-child {
  padding-bottom: 25rem;
}

.last\:pl-100:last-child {
  padding-left: 25rem;
}

.last\:pt-105:last-child {
  padding-top: 26.25rem;
}

.last\:pr-105:last-child {
  padding-right: 26.25rem;
}

.last\:pb-105:last-child {
  padding-bottom: 26.25rem;
}

.last\:pl-105:last-child {
  padding-left: 26.25rem;
}

.last\:pt-107:last-child {
  padding-top: 26.4rem;
}

.last\:pr-107:last-child {
  padding-right: 26.4rem;
}

.last\:pb-107:last-child {
  padding-bottom: 26.4rem;
}

.last\:pl-107:last-child {
  padding-left: 26.4rem;
}

.last\:pt-110:last-child {
  padding-top: 27.5rem;
}

.last\:pr-110:last-child {
  padding-right: 27.5rem;
}

.last\:pb-110:last-child {
  padding-bottom: 27.5rem;
}

.last\:pl-110:last-child {
  padding-left: 27.5rem;
}

.last\:pt-120:last-child {
  padding-top: 30rem;
}

.last\:pr-120:last-child {
  padding-right: 30rem;
}

.last\:pb-120:last-child {
  padding-bottom: 30rem;
}

.last\:pl-120:last-child {
  padding-left: 30rem;
}

.last\:pt-130:last-child {
  padding-top: 38rem;
}

.last\:pr-130:last-child {
  padding-right: 38rem;
}

.last\:pb-130:last-child {
  padding-bottom: 38rem;
}

.last\:pl-130:last-child {
  padding-left: 38rem;
}

.last\:pt-px:last-child {
  padding-top: 1px;
}

.last\:pr-px:last-child {
  padding-right: 1px;
}

.last\:pb-px:last-child {
  padding-bottom: 1px;
}

.last\:pl-px:last-child {
  padding-left: 1px;
}

.last\:pt-250px:last-child {
  padding-top: 250px;
}

.last\:pr-250px:last-child {
  padding-right: 250px;
}

.last\:pb-250px:last-child {
  padding-bottom: 250px;
}

.last\:pl-250px:last-child {
  padding-left: 250px;
}

.last\:pt-1\/2\%:last-child {
  padding-top: 0.5%;
}

.last\:pr-1\/2\%:last-child {
  padding-right: 0.5%;
}

.last\:pb-1\/2\%:last-child {
  padding-bottom: 0.5%;
}

.last\:pl-1\/2\%:last-child {
  padding-left: 0.5%;
}

.last\:pt-1\%:last-child {
  padding-top: 1%;
}

.last\:pr-1\%:last-child {
  padding-right: 1%;
}

.last\:pb-1\%:last-child {
  padding-bottom: 1%;
}

.last\:pl-1\%:last-child {
  padding-left: 1%;
}

.last\:pt-2\%:last-child {
  padding-top: 2%;
}

.last\:pr-2\%:last-child {
  padding-right: 2%;
}

.last\:pb-2\%:last-child {
  padding-bottom: 2%;
}

.last\:pl-2\%:last-child {
  padding-left: 2%;
}

.last\:pt-3\%:last-child {
  padding-top: 3%;
}

.last\:pr-3\%:last-child {
  padding-right: 3%;
}

.last\:pb-3\%:last-child {
  padding-bottom: 3%;
}

.last\:pl-3\%:last-child {
  padding-left: 3%;
}

.last\:pt-4\%:last-child {
  padding-top: 4%;
}

.last\:pr-4\%:last-child {
  padding-right: 4%;
}

.last\:pb-4\%:last-child {
  padding-bottom: 4%;
}

.last\:pl-4\%:last-child {
  padding-left: 4%;
}

.last\:pt-5\%:last-child {
  padding-top: 5%;
}

.last\:pr-5\%:last-child {
  padding-right: 5%;
}

.last\:pb-5\%:last-child {
  padding-bottom: 5%;
}

.last\:pl-5\%:last-child {
  padding-left: 5%;
}

.last\:pt-10\%:last-child {
  padding-top: 10%;
}

.last\:pr-10\%:last-child {
  padding-right: 10%;
}

.last\:pb-10\%:last-child {
  padding-bottom: 10%;
}

.last\:pl-10\%:last-child {
  padding-left: 10%;
}

.last\:pt-20\%:last-child {
  padding-top: 20%;
}

.last\:pr-20\%:last-child {
  padding-right: 20%;
}

.last\:pb-20\%:last-child {
  padding-bottom: 20%;
}

.last\:pl-20\%:last-child {
  padding-left: 20%;
}

.last\:pt-23\%:last-child {
  padding-top: 23%;
}

.last\:pr-23\%:last-child {
  padding-right: 23%;
}

.last\:pb-23\%:last-child {
  padding-bottom: 23%;
}

.last\:pl-23\%:last-child {
  padding-left: 23%;
}

.last\:pt-25\%:last-child {
  padding-top: 25%;
}

.last\:pr-25\%:last-child {
  padding-right: 25%;
}

.last\:pb-25\%:last-child {
  padding-bottom: 25%;
}

.last\:pl-25\%:last-child {
  padding-left: 25%;
}

.last\:pt-26\%:last-child {
  padding-top: 26%;
}

.last\:pr-26\%:last-child {
  padding-right: 26%;
}

.last\:pb-26\%:last-child {
  padding-bottom: 26%;
}

.last\:pl-26\%:last-child {
  padding-left: 26%;
}

.last\:pt-30\%:last-child {
  padding-top: 30%;
}

.last\:pr-30\%:last-child {
  padding-right: 30%;
}

.last\:pb-30\%:last-child {
  padding-bottom: 30%;
}

.last\:pl-30\%:last-child {
  padding-left: 30%;
}

.last\:pt-40\%:last-child {
  padding-top: 40%;
}

.last\:pr-40\%:last-child {
  padding-right: 40%;
}

.last\:pb-40\%:last-child {
  padding-bottom: 40%;
}

.last\:pl-40\%:last-child {
  padding-left: 40%;
}

.last\:pt-50\%:last-child {
  padding-top: 50%;
}

.last\:pr-50\%:last-child {
  padding-right: 50%;
}

.last\:pb-50\%:last-child {
  padding-bottom: 50%;
}

.last\:pl-50\%:last-child {
  padding-left: 50%;
}

.last\:pt-60\%:last-child {
  padding-top: 60%;
}

.last\:pr-60\%:last-child {
  padding-right: 60%;
}

.last\:pb-60\%:last-child {
  padding-bottom: 60%;
}

.last\:pl-60\%:last-child {
  padding-left: 60%;
}

.last\:pt-70\%:last-child {
  padding-top: 70%;
}

.last\:pr-70\%:last-child {
  padding-right: 70%;
}

.last\:pb-70\%:last-child {
  padding-bottom: 70%;
}

.last\:pl-70\%:last-child {
  padding-left: 70%;
}

.last\:pt-80\%:last-child {
  padding-top: 80%;
}

.last\:pr-80\%:last-child {
  padding-right: 80%;
}

.last\:pb-80\%:last-child {
  padding-bottom: 80%;
}

.last\:pl-80\%:last-child {
  padding-left: 80%;
}

.last\:pt-90\%:last-child {
  padding-top: 90%;
}

.last\:pr-90\%:last-child {
  padding-right: 90%;
}

.last\:pb-90\%:last-child {
  padding-bottom: 90%;
}

.last\:pl-90\%:last-child {
  padding-left: 90%;
}

.last\:pt-95\%:last-child {
  padding-top: 95%;
}

.last\:pr-95\%:last-child {
  padding-right: 95%;
}

.last\:pb-95\%:last-child {
  padding-bottom: 95%;
}

.last\:pl-95\%:last-child {
  padding-left: 95%;
}

.last\:pt-96\%:last-child {
  padding-top: 96%;
}

.last\:pr-96\%:last-child {
  padding-right: 96%;
}

.last\:pb-96\%:last-child {
  padding-bottom: 96%;
}

.last\:pl-96\%:last-child {
  padding-left: 96%;
}

.last\:pt-97\%:last-child {
  padding-top: 97%;
}

.last\:pr-97\%:last-child {
  padding-right: 97%;
}

.last\:pb-97\%:last-child {
  padding-bottom: 97%;
}

.last\:pl-97\%:last-child {
  padding-left: 97%;
}

.last\:pt-98\%:last-child {
  padding-top: 98%;
}

.last\:pr-98\%:last-child {
  padding-right: 98%;
}

.last\:pb-98\%:last-child {
  padding-bottom: 98%;
}

.last\:pl-98\%:last-child {
  padding-left: 98%;
}

.last\:pt-99\%:last-child {
  padding-top: 99%;
}

.last\:pr-99\%:last-child {
  padding-right: 99%;
}

.last\:pb-99\%:last-child {
  padding-bottom: 99%;
}

.last\:pl-99\%:last-child {
  padding-left: 99%;
}

.last\:pt-36vh:last-child {
  padding-top: 36vh;
}

.last\:pr-36vh:last-child {
  padding-right: 36vh;
}

.last\:pb-36vh:last-child {
  padding-bottom: 36vh;
}

.last\:pl-36vh:last-child {
  padding-left: 36vh;
}

.last\:pt-75vh:last-child {
  padding-top: 75vh;
}

.last\:pr-75vh:last-child {
  padding-right: 75vh;
}

.last\:pb-75vh:last-child {
  padding-bottom: 75vh;
}

.last\:pl-75vh:last-child {
  padding-left: 75vh;
}

.last\:pt-78vh:last-child {
  padding-top: 78vh;
}

.last\:pr-78vh:last-child {
  padding-right: 78vh;
}

.last\:pb-78vh:last-child {
  padding-bottom: 78vh;
}

.last\:pl-78vh:last-child {
  padding-left: 78vh;
}

.last\:pt-80vh:last-child {
  padding-top: 80vh;
}

.last\:pr-80vh:last-child {
  padding-right: 80vh;
}

.last\:pb-80vh:last-child {
  padding-bottom: 80vh;
}

.last\:pl-80vh:last-child {
  padding-left: 80vh;
}

.last\:pt-82vh:last-child {
  padding-top: 82vh;
}

.last\:pr-82vh:last-child {
  padding-right: 82vh;
}

.last\:pb-82vh:last-child {
  padding-bottom: 82vh;
}

.last\:pl-82vh:last-child {
  padding-left: 82vh;
}

.even\:p-0:nth-child(even) {
  padding: 0;
}

.even\:p-1:nth-child(even) {
  padding: 0.25rem;
}

.even\:p-2:nth-child(even) {
  padding: 0.5rem;
}

.even\:p-3:nth-child(even) {
  padding: 0.75rem;
}

.even\:p-4:nth-child(even) {
  padding: 1rem;
}

.even\:p-5:nth-child(even) {
  padding: 1.25rem;
}

.even\:p-6:nth-child(even) {
  padding: 1.5rem;
}

.even\:p-7:nth-child(even) {
  padding: 1.75rem;
}

.even\:p-8:nth-child(even) {
  padding: 2rem;
}

.even\:p-9:nth-child(even) {
  padding: 2.25rem;
}

.even\:p-10:nth-child(even) {
  padding: 2.5rem;
}

.even\:p-12:nth-child(even) {
  padding: 3rem;
}

.even\:p-14:nth-child(even) {
  padding: 3.5rem;
}

.even\:p-15:nth-child(even) {
  padding: 3.75rem;
}

.even\:p-16:nth-child(even) {
  padding: 4rem;
}

.even\:p-18:nth-child(even) {
  padding: 4.5rem;
}

.even\:p-20:nth-child(even) {
  padding: 5rem;
}

.even\:p-21:nth-child(even) {
  padding: 5.25rem;
}

.even\:p-22:nth-child(even) {
  padding: 5.5rem;
}

.even\:p-24:nth-child(even) {
  padding: 6rem;
}

.even\:p-26:nth-child(even) {
  padding: 6.5rem;
}

.even\:p-28:nth-child(even) {
  padding: 7rem;
}

.even\:p-30:nth-child(even) {
  padding: 7.5rem;
}

.even\:p-32:nth-child(even) {
  padding: 8rem;
}

.even\:p-34:nth-child(even) {
  padding: 8.5rem;
}

.even\:p-36:nth-child(even) {
  padding: 9rem;
}

.even\:p-38:nth-child(even) {
  padding: 9.5rem;
}

.even\:p-40:nth-child(even) {
  padding: 10rem;
}

.even\:p-44:nth-child(even) {
  padding: 11rem;
}

.even\:p-48:nth-child(even) {
  padding: 12rem;
}

.even\:p-52:nth-child(even) {
  padding: 13rem;
}

.even\:p-53:nth-child(even) {
  padding: 13.25rem;
}

.even\:p-54:nth-child(even) {
  padding: 13.5rem;
}

.even\:p-56:nth-child(even) {
  padding: 14rem;
}

.even\:p-64:nth-child(even) {
  padding: 16rem;
}

.even\:p-72:nth-child(even) {
  padding: 18rem;
}

.even\:p-74:nth-child(even) {
  padding: 18.5rem;
}

.even\:p-76:nth-child(even) {
  padding: 19rem;
}

.even\:p-80:nth-child(even) {
  padding: 20rem;
}

.even\:p-85:nth-child(even) {
  padding: 21.25rem;
}

.even\:p-100:nth-child(even) {
  padding: 25rem;
}

.even\:p-105:nth-child(even) {
  padding: 26.25rem;
}

.even\:p-107:nth-child(even) {
  padding: 26.4rem;
}

.even\:p-110:nth-child(even) {
  padding: 27.5rem;
}

.even\:p-120:nth-child(even) {
  padding: 30rem;
}

.even\:p-130:nth-child(even) {
  padding: 38rem;
}

.even\:p-px:nth-child(even) {
  padding: 1px;
}

.even\:p-250px:nth-child(even) {
  padding: 250px;
}

.even\:p-1\/2\%:nth-child(even) {
  padding: 0.5%;
}

.even\:p-1\%:nth-child(even) {
  padding: 1%;
}

.even\:p-2\%:nth-child(even) {
  padding: 2%;
}

.even\:p-3\%:nth-child(even) {
  padding: 3%;
}

.even\:p-4\%:nth-child(even) {
  padding: 4%;
}

.even\:p-5\%:nth-child(even) {
  padding: 5%;
}

.even\:p-10\%:nth-child(even) {
  padding: 10%;
}

.even\:p-20\%:nth-child(even) {
  padding: 20%;
}

.even\:p-23\%:nth-child(even) {
  padding: 23%;
}

.even\:p-25\%:nth-child(even) {
  padding: 25%;
}

.even\:p-26\%:nth-child(even) {
  padding: 26%;
}

.even\:p-30\%:nth-child(even) {
  padding: 30%;
}

.even\:p-40\%:nth-child(even) {
  padding: 40%;
}

.even\:p-50\%:nth-child(even) {
  padding: 50%;
}

.even\:p-60\%:nth-child(even) {
  padding: 60%;
}

.even\:p-70\%:nth-child(even) {
  padding: 70%;
}

.even\:p-80\%:nth-child(even) {
  padding: 80%;
}

.even\:p-90\%:nth-child(even) {
  padding: 90%;
}

.even\:p-95\%:nth-child(even) {
  padding: 95%;
}

.even\:p-96\%:nth-child(even) {
  padding: 96%;
}

.even\:p-97\%:nth-child(even) {
  padding: 97%;
}

.even\:p-98\%:nth-child(even) {
  padding: 98%;
}

.even\:p-99\%:nth-child(even) {
  padding: 99%;
}

.even\:p-36vh:nth-child(even) {
  padding: 36vh;
}

.even\:p-75vh:nth-child(even) {
  padding: 75vh;
}

.even\:p-78vh:nth-child(even) {
  padding: 78vh;
}

.even\:p-80vh:nth-child(even) {
  padding: 80vh;
}

.even\:p-82vh:nth-child(even) {
  padding: 82vh;
}

.even\:py-0:nth-child(even) {
  padding-top: 0;
  padding-bottom: 0;
}

.even\:px-0:nth-child(even) {
  padding-left: 0;
  padding-right: 0;
}

.even\:py-1:nth-child(even) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.even\:px-1:nth-child(even) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.even\:py-2:nth-child(even) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.even\:px-2:nth-child(even) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.even\:py-3:nth-child(even) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.even\:px-3:nth-child(even) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.even\:py-4:nth-child(even) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.even\:px-4:nth-child(even) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.even\:py-5:nth-child(even) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.even\:px-5:nth-child(even) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.even\:py-6:nth-child(even) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.even\:px-6:nth-child(even) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.even\:py-7:nth-child(even) {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.even\:px-7:nth-child(even) {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.even\:py-8:nth-child(even) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.even\:px-8:nth-child(even) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.even\:py-9:nth-child(even) {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.even\:px-9:nth-child(even) {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.even\:py-10:nth-child(even) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.even\:px-10:nth-child(even) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.even\:py-12:nth-child(even) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.even\:px-12:nth-child(even) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.even\:py-14:nth-child(even) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.even\:px-14:nth-child(even) {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.even\:py-15:nth-child(even) {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.even\:px-15:nth-child(even) {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.even\:py-16:nth-child(even) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.even\:px-16:nth-child(even) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.even\:py-18:nth-child(even) {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.even\:px-18:nth-child(even) {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.even\:py-20:nth-child(even) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.even\:px-20:nth-child(even) {
  padding-left: 5rem;
  padding-right: 5rem;
}

.even\:py-21:nth-child(even) {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.even\:px-21:nth-child(even) {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.even\:py-22:nth-child(even) {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.even\:px-22:nth-child(even) {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.even\:py-24:nth-child(even) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.even\:px-24:nth-child(even) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.even\:py-26:nth-child(even) {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.even\:px-26:nth-child(even) {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.even\:py-28:nth-child(even) {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.even\:px-28:nth-child(even) {
  padding-left: 7rem;
  padding-right: 7rem;
}

.even\:py-30:nth-child(even) {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.even\:px-30:nth-child(even) {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.even\:py-32:nth-child(even) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.even\:px-32:nth-child(even) {
  padding-left: 8rem;
  padding-right: 8rem;
}

.even\:py-34:nth-child(even) {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.even\:px-34:nth-child(even) {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.even\:py-36:nth-child(even) {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.even\:px-36:nth-child(even) {
  padding-left: 9rem;
  padding-right: 9rem;
}

.even\:py-38:nth-child(even) {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.even\:px-38:nth-child(even) {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.even\:py-40:nth-child(even) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.even\:px-40:nth-child(even) {
  padding-left: 10rem;
  padding-right: 10rem;
}

.even\:py-44:nth-child(even) {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.even\:px-44:nth-child(even) {
  padding-left: 11rem;
  padding-right: 11rem;
}

.even\:py-48:nth-child(even) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.even\:px-48:nth-child(even) {
  padding-left: 12rem;
  padding-right: 12rem;
}

.even\:py-52:nth-child(even) {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.even\:px-52:nth-child(even) {
  padding-left: 13rem;
  padding-right: 13rem;
}

.even\:py-53:nth-child(even) {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.even\:px-53:nth-child(even) {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.even\:py-54:nth-child(even) {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.even\:px-54:nth-child(even) {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.even\:py-56:nth-child(even) {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.even\:px-56:nth-child(even) {
  padding-left: 14rem;
  padding-right: 14rem;
}

.even\:py-64:nth-child(even) {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.even\:px-64:nth-child(even) {
  padding-left: 16rem;
  padding-right: 16rem;
}

.even\:py-72:nth-child(even) {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.even\:px-72:nth-child(even) {
  padding-left: 18rem;
  padding-right: 18rem;
}

.even\:py-74:nth-child(even) {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.even\:px-74:nth-child(even) {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.even\:py-76:nth-child(even) {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.even\:px-76:nth-child(even) {
  padding-left: 19rem;
  padding-right: 19rem;
}

.even\:py-80:nth-child(even) {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.even\:px-80:nth-child(even) {
  padding-left: 20rem;
  padding-right: 20rem;
}

.even\:py-85:nth-child(even) {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.even\:px-85:nth-child(even) {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.even\:py-100:nth-child(even) {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.even\:px-100:nth-child(even) {
  padding-left: 25rem;
  padding-right: 25rem;
}

.even\:py-105:nth-child(even) {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.even\:px-105:nth-child(even) {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.even\:py-107:nth-child(even) {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.even\:px-107:nth-child(even) {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.even\:py-110:nth-child(even) {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.even\:px-110:nth-child(even) {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.even\:py-120:nth-child(even) {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.even\:px-120:nth-child(even) {
  padding-left: 30rem;
  padding-right: 30rem;
}

.even\:py-130:nth-child(even) {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.even\:px-130:nth-child(even) {
  padding-left: 38rem;
  padding-right: 38rem;
}

.even\:py-px:nth-child(even) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.even\:px-px:nth-child(even) {
  padding-left: 1px;
  padding-right: 1px;
}

.even\:py-250px:nth-child(even) {
  padding-top: 250px;
  padding-bottom: 250px;
}

.even\:px-250px:nth-child(even) {
  padding-left: 250px;
  padding-right: 250px;
}

.even\:py-1\/2\%:nth-child(even) {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.even\:px-1\/2\%:nth-child(even) {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.even\:py-1\%:nth-child(even) {
  padding-top: 1%;
  padding-bottom: 1%;
}

.even\:px-1\%:nth-child(even) {
  padding-left: 1%;
  padding-right: 1%;
}

.even\:py-2\%:nth-child(even) {
  padding-top: 2%;
  padding-bottom: 2%;
}

.even\:px-2\%:nth-child(even) {
  padding-left: 2%;
  padding-right: 2%;
}

.even\:py-3\%:nth-child(even) {
  padding-top: 3%;
  padding-bottom: 3%;
}

.even\:px-3\%:nth-child(even) {
  padding-left: 3%;
  padding-right: 3%;
}

.even\:py-4\%:nth-child(even) {
  padding-top: 4%;
  padding-bottom: 4%;
}

.even\:px-4\%:nth-child(even) {
  padding-left: 4%;
  padding-right: 4%;
}

.even\:py-5\%:nth-child(even) {
  padding-top: 5%;
  padding-bottom: 5%;
}

.even\:px-5\%:nth-child(even) {
  padding-left: 5%;
  padding-right: 5%;
}

.even\:py-10\%:nth-child(even) {
  padding-top: 10%;
  padding-bottom: 10%;
}

.even\:px-10\%:nth-child(even) {
  padding-left: 10%;
  padding-right: 10%;
}

.even\:py-20\%:nth-child(even) {
  padding-top: 20%;
  padding-bottom: 20%;
}

.even\:px-20\%:nth-child(even) {
  padding-left: 20%;
  padding-right: 20%;
}

.even\:py-23\%:nth-child(even) {
  padding-top: 23%;
  padding-bottom: 23%;
}

.even\:px-23\%:nth-child(even) {
  padding-left: 23%;
  padding-right: 23%;
}

.even\:py-25\%:nth-child(even) {
  padding-top: 25%;
  padding-bottom: 25%;
}

.even\:px-25\%:nth-child(even) {
  padding-left: 25%;
  padding-right: 25%;
}

.even\:py-26\%:nth-child(even) {
  padding-top: 26%;
  padding-bottom: 26%;
}

.even\:px-26\%:nth-child(even) {
  padding-left: 26%;
  padding-right: 26%;
}

.even\:py-30\%:nth-child(even) {
  padding-top: 30%;
  padding-bottom: 30%;
}

.even\:px-30\%:nth-child(even) {
  padding-left: 30%;
  padding-right: 30%;
}

.even\:py-40\%:nth-child(even) {
  padding-top: 40%;
  padding-bottom: 40%;
}

.even\:px-40\%:nth-child(even) {
  padding-left: 40%;
  padding-right: 40%;
}

.even\:py-50\%:nth-child(even) {
  padding-top: 50%;
  padding-bottom: 50%;
}

.even\:px-50\%:nth-child(even) {
  padding-left: 50%;
  padding-right: 50%;
}

.even\:py-60\%:nth-child(even) {
  padding-top: 60%;
  padding-bottom: 60%;
}

.even\:px-60\%:nth-child(even) {
  padding-left: 60%;
  padding-right: 60%;
}

.even\:py-70\%:nth-child(even) {
  padding-top: 70%;
  padding-bottom: 70%;
}

.even\:px-70\%:nth-child(even) {
  padding-left: 70%;
  padding-right: 70%;
}

.even\:py-80\%:nth-child(even) {
  padding-top: 80%;
  padding-bottom: 80%;
}

.even\:px-80\%:nth-child(even) {
  padding-left: 80%;
  padding-right: 80%;
}

.even\:py-90\%:nth-child(even) {
  padding-top: 90%;
  padding-bottom: 90%;
}

.even\:px-90\%:nth-child(even) {
  padding-left: 90%;
  padding-right: 90%;
}

.even\:py-95\%:nth-child(even) {
  padding-top: 95%;
  padding-bottom: 95%;
}

.even\:px-95\%:nth-child(even) {
  padding-left: 95%;
  padding-right: 95%;
}

.even\:py-96\%:nth-child(even) {
  padding-top: 96%;
  padding-bottom: 96%;
}

.even\:px-96\%:nth-child(even) {
  padding-left: 96%;
  padding-right: 96%;
}

.even\:py-97\%:nth-child(even) {
  padding-top: 97%;
  padding-bottom: 97%;
}

.even\:px-97\%:nth-child(even) {
  padding-left: 97%;
  padding-right: 97%;
}

.even\:py-98\%:nth-child(even) {
  padding-top: 98%;
  padding-bottom: 98%;
}

.even\:px-98\%:nth-child(even) {
  padding-left: 98%;
  padding-right: 98%;
}

.even\:py-99\%:nth-child(even) {
  padding-top: 99%;
  padding-bottom: 99%;
}

.even\:px-99\%:nth-child(even) {
  padding-left: 99%;
  padding-right: 99%;
}

.even\:py-36vh:nth-child(even) {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.even\:px-36vh:nth-child(even) {
  padding-left: 36vh;
  padding-right: 36vh;
}

.even\:py-75vh:nth-child(even) {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.even\:px-75vh:nth-child(even) {
  padding-left: 75vh;
  padding-right: 75vh;
}

.even\:py-78vh:nth-child(even) {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.even\:px-78vh:nth-child(even) {
  padding-left: 78vh;
  padding-right: 78vh;
}

.even\:py-80vh:nth-child(even) {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.even\:px-80vh:nth-child(even) {
  padding-left: 80vh;
  padding-right: 80vh;
}

.even\:py-82vh:nth-child(even) {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.even\:px-82vh:nth-child(even) {
  padding-left: 82vh;
  padding-right: 82vh;
}

.even\:pt-0:nth-child(even) {
  padding-top: 0;
}

.even\:pr-0:nth-child(even) {
  padding-right: 0;
}

.even\:pb-0:nth-child(even) {
  padding-bottom: 0;
}

.even\:pl-0:nth-child(even) {
  padding-left: 0;
}

.even\:pt-1:nth-child(even) {
  padding-top: 0.25rem;
}

.even\:pr-1:nth-child(even) {
  padding-right: 0.25rem;
}

.even\:pb-1:nth-child(even) {
  padding-bottom: 0.25rem;
}

.even\:pl-1:nth-child(even) {
  padding-left: 0.25rem;
}

.even\:pt-2:nth-child(even) {
  padding-top: 0.5rem;
}

.even\:pr-2:nth-child(even) {
  padding-right: 0.5rem;
}

.even\:pb-2:nth-child(even) {
  padding-bottom: 0.5rem;
}

.even\:pl-2:nth-child(even) {
  padding-left: 0.5rem;
}

.even\:pt-3:nth-child(even) {
  padding-top: 0.75rem;
}

.even\:pr-3:nth-child(even) {
  padding-right: 0.75rem;
}

.even\:pb-3:nth-child(even) {
  padding-bottom: 0.75rem;
}

.even\:pl-3:nth-child(even) {
  padding-left: 0.75rem;
}

.even\:pt-4:nth-child(even) {
  padding-top: 1rem;
}

.even\:pr-4:nth-child(even) {
  padding-right: 1rem;
}

.even\:pb-4:nth-child(even) {
  padding-bottom: 1rem;
}

.even\:pl-4:nth-child(even) {
  padding-left: 1rem;
}

.even\:pt-5:nth-child(even) {
  padding-top: 1.25rem;
}

.even\:pr-5:nth-child(even) {
  padding-right: 1.25rem;
}

.even\:pb-5:nth-child(even) {
  padding-bottom: 1.25rem;
}

.even\:pl-5:nth-child(even) {
  padding-left: 1.25rem;
}

.even\:pt-6:nth-child(even) {
  padding-top: 1.5rem;
}

.even\:pr-6:nth-child(even) {
  padding-right: 1.5rem;
}

.even\:pb-6:nth-child(even) {
  padding-bottom: 1.5rem;
}

.even\:pl-6:nth-child(even) {
  padding-left: 1.5rem;
}

.even\:pt-7:nth-child(even) {
  padding-top: 1.75rem;
}

.even\:pr-7:nth-child(even) {
  padding-right: 1.75rem;
}

.even\:pb-7:nth-child(even) {
  padding-bottom: 1.75rem;
}

.even\:pl-7:nth-child(even) {
  padding-left: 1.75rem;
}

.even\:pt-8:nth-child(even) {
  padding-top: 2rem;
}

.even\:pr-8:nth-child(even) {
  padding-right: 2rem;
}

.even\:pb-8:nth-child(even) {
  padding-bottom: 2rem;
}

.even\:pl-8:nth-child(even) {
  padding-left: 2rem;
}

.even\:pt-9:nth-child(even) {
  padding-top: 2.25rem;
}

.even\:pr-9:nth-child(even) {
  padding-right: 2.25rem;
}

.even\:pb-9:nth-child(even) {
  padding-bottom: 2.25rem;
}

.even\:pl-9:nth-child(even) {
  padding-left: 2.25rem;
}

.even\:pt-10:nth-child(even) {
  padding-top: 2.5rem;
}

.even\:pr-10:nth-child(even) {
  padding-right: 2.5rem;
}

.even\:pb-10:nth-child(even) {
  padding-bottom: 2.5rem;
}

.even\:pl-10:nth-child(even) {
  padding-left: 2.5rem;
}

.even\:pt-12:nth-child(even) {
  padding-top: 3rem;
}

.even\:pr-12:nth-child(even) {
  padding-right: 3rem;
}

.even\:pb-12:nth-child(even) {
  padding-bottom: 3rem;
}

.even\:pl-12:nth-child(even) {
  padding-left: 3rem;
}

.even\:pt-14:nth-child(even) {
  padding-top: 3.5rem;
}

.even\:pr-14:nth-child(even) {
  padding-right: 3.5rem;
}

.even\:pb-14:nth-child(even) {
  padding-bottom: 3.5rem;
}

.even\:pl-14:nth-child(even) {
  padding-left: 3.5rem;
}

.even\:pt-15:nth-child(even) {
  padding-top: 3.75rem;
}

.even\:pr-15:nth-child(even) {
  padding-right: 3.75rem;
}

.even\:pb-15:nth-child(even) {
  padding-bottom: 3.75rem;
}

.even\:pl-15:nth-child(even) {
  padding-left: 3.75rem;
}

.even\:pt-16:nth-child(even) {
  padding-top: 4rem;
}

.even\:pr-16:nth-child(even) {
  padding-right: 4rem;
}

.even\:pb-16:nth-child(even) {
  padding-bottom: 4rem;
}

.even\:pl-16:nth-child(even) {
  padding-left: 4rem;
}

.even\:pt-18:nth-child(even) {
  padding-top: 4.5rem;
}

.even\:pr-18:nth-child(even) {
  padding-right: 4.5rem;
}

.even\:pb-18:nth-child(even) {
  padding-bottom: 4.5rem;
}

.even\:pl-18:nth-child(even) {
  padding-left: 4.5rem;
}

.even\:pt-20:nth-child(even) {
  padding-top: 5rem;
}

.even\:pr-20:nth-child(even) {
  padding-right: 5rem;
}

.even\:pb-20:nth-child(even) {
  padding-bottom: 5rem;
}

.even\:pl-20:nth-child(even) {
  padding-left: 5rem;
}

.even\:pt-21:nth-child(even) {
  padding-top: 5.25rem;
}

.even\:pr-21:nth-child(even) {
  padding-right: 5.25rem;
}

.even\:pb-21:nth-child(even) {
  padding-bottom: 5.25rem;
}

.even\:pl-21:nth-child(even) {
  padding-left: 5.25rem;
}

.even\:pt-22:nth-child(even) {
  padding-top: 5.5rem;
}

.even\:pr-22:nth-child(even) {
  padding-right: 5.5rem;
}

.even\:pb-22:nth-child(even) {
  padding-bottom: 5.5rem;
}

.even\:pl-22:nth-child(even) {
  padding-left: 5.5rem;
}

.even\:pt-24:nth-child(even) {
  padding-top: 6rem;
}

.even\:pr-24:nth-child(even) {
  padding-right: 6rem;
}

.even\:pb-24:nth-child(even) {
  padding-bottom: 6rem;
}

.even\:pl-24:nth-child(even) {
  padding-left: 6rem;
}

.even\:pt-26:nth-child(even) {
  padding-top: 6.5rem;
}

.even\:pr-26:nth-child(even) {
  padding-right: 6.5rem;
}

.even\:pb-26:nth-child(even) {
  padding-bottom: 6.5rem;
}

.even\:pl-26:nth-child(even) {
  padding-left: 6.5rem;
}

.even\:pt-28:nth-child(even) {
  padding-top: 7rem;
}

.even\:pr-28:nth-child(even) {
  padding-right: 7rem;
}

.even\:pb-28:nth-child(even) {
  padding-bottom: 7rem;
}

.even\:pl-28:nth-child(even) {
  padding-left: 7rem;
}

.even\:pt-30:nth-child(even) {
  padding-top: 7.5rem;
}

.even\:pr-30:nth-child(even) {
  padding-right: 7.5rem;
}

.even\:pb-30:nth-child(even) {
  padding-bottom: 7.5rem;
}

.even\:pl-30:nth-child(even) {
  padding-left: 7.5rem;
}

.even\:pt-32:nth-child(even) {
  padding-top: 8rem;
}

.even\:pr-32:nth-child(even) {
  padding-right: 8rem;
}

.even\:pb-32:nth-child(even) {
  padding-bottom: 8rem;
}

.even\:pl-32:nth-child(even) {
  padding-left: 8rem;
}

.even\:pt-34:nth-child(even) {
  padding-top: 8.5rem;
}

.even\:pr-34:nth-child(even) {
  padding-right: 8.5rem;
}

.even\:pb-34:nth-child(even) {
  padding-bottom: 8.5rem;
}

.even\:pl-34:nth-child(even) {
  padding-left: 8.5rem;
}

.even\:pt-36:nth-child(even) {
  padding-top: 9rem;
}

.even\:pr-36:nth-child(even) {
  padding-right: 9rem;
}

.even\:pb-36:nth-child(even) {
  padding-bottom: 9rem;
}

.even\:pl-36:nth-child(even) {
  padding-left: 9rem;
}

.even\:pt-38:nth-child(even) {
  padding-top: 9.5rem;
}

.even\:pr-38:nth-child(even) {
  padding-right: 9.5rem;
}

.even\:pb-38:nth-child(even) {
  padding-bottom: 9.5rem;
}

.even\:pl-38:nth-child(even) {
  padding-left: 9.5rem;
}

.even\:pt-40:nth-child(even) {
  padding-top: 10rem;
}

.even\:pr-40:nth-child(even) {
  padding-right: 10rem;
}

.even\:pb-40:nth-child(even) {
  padding-bottom: 10rem;
}

.even\:pl-40:nth-child(even) {
  padding-left: 10rem;
}

.even\:pt-44:nth-child(even) {
  padding-top: 11rem;
}

.even\:pr-44:nth-child(even) {
  padding-right: 11rem;
}

.even\:pb-44:nth-child(even) {
  padding-bottom: 11rem;
}

.even\:pl-44:nth-child(even) {
  padding-left: 11rem;
}

.even\:pt-48:nth-child(even) {
  padding-top: 12rem;
}

.even\:pr-48:nth-child(even) {
  padding-right: 12rem;
}

.even\:pb-48:nth-child(even) {
  padding-bottom: 12rem;
}

.even\:pl-48:nth-child(even) {
  padding-left: 12rem;
}

.even\:pt-52:nth-child(even) {
  padding-top: 13rem;
}

.even\:pr-52:nth-child(even) {
  padding-right: 13rem;
}

.even\:pb-52:nth-child(even) {
  padding-bottom: 13rem;
}

.even\:pl-52:nth-child(even) {
  padding-left: 13rem;
}

.even\:pt-53:nth-child(even) {
  padding-top: 13.25rem;
}

.even\:pr-53:nth-child(even) {
  padding-right: 13.25rem;
}

.even\:pb-53:nth-child(even) {
  padding-bottom: 13.25rem;
}

.even\:pl-53:nth-child(even) {
  padding-left: 13.25rem;
}

.even\:pt-54:nth-child(even) {
  padding-top: 13.5rem;
}

.even\:pr-54:nth-child(even) {
  padding-right: 13.5rem;
}

.even\:pb-54:nth-child(even) {
  padding-bottom: 13.5rem;
}

.even\:pl-54:nth-child(even) {
  padding-left: 13.5rem;
}

.even\:pt-56:nth-child(even) {
  padding-top: 14rem;
}

.even\:pr-56:nth-child(even) {
  padding-right: 14rem;
}

.even\:pb-56:nth-child(even) {
  padding-bottom: 14rem;
}

.even\:pl-56:nth-child(even) {
  padding-left: 14rem;
}

.even\:pt-64:nth-child(even) {
  padding-top: 16rem;
}

.even\:pr-64:nth-child(even) {
  padding-right: 16rem;
}

.even\:pb-64:nth-child(even) {
  padding-bottom: 16rem;
}

.even\:pl-64:nth-child(even) {
  padding-left: 16rem;
}

.even\:pt-72:nth-child(even) {
  padding-top: 18rem;
}

.even\:pr-72:nth-child(even) {
  padding-right: 18rem;
}

.even\:pb-72:nth-child(even) {
  padding-bottom: 18rem;
}

.even\:pl-72:nth-child(even) {
  padding-left: 18rem;
}

.even\:pt-74:nth-child(even) {
  padding-top: 18.5rem;
}

.even\:pr-74:nth-child(even) {
  padding-right: 18.5rem;
}

.even\:pb-74:nth-child(even) {
  padding-bottom: 18.5rem;
}

.even\:pl-74:nth-child(even) {
  padding-left: 18.5rem;
}

.even\:pt-76:nth-child(even) {
  padding-top: 19rem;
}

.even\:pr-76:nth-child(even) {
  padding-right: 19rem;
}

.even\:pb-76:nth-child(even) {
  padding-bottom: 19rem;
}

.even\:pl-76:nth-child(even) {
  padding-left: 19rem;
}

.even\:pt-80:nth-child(even) {
  padding-top: 20rem;
}

.even\:pr-80:nth-child(even) {
  padding-right: 20rem;
}

.even\:pb-80:nth-child(even) {
  padding-bottom: 20rem;
}

.even\:pl-80:nth-child(even) {
  padding-left: 20rem;
}

.even\:pt-85:nth-child(even) {
  padding-top: 21.25rem;
}

.even\:pr-85:nth-child(even) {
  padding-right: 21.25rem;
}

.even\:pb-85:nth-child(even) {
  padding-bottom: 21.25rem;
}

.even\:pl-85:nth-child(even) {
  padding-left: 21.25rem;
}

.even\:pt-100:nth-child(even) {
  padding-top: 25rem;
}

.even\:pr-100:nth-child(even) {
  padding-right: 25rem;
}

.even\:pb-100:nth-child(even) {
  padding-bottom: 25rem;
}

.even\:pl-100:nth-child(even) {
  padding-left: 25rem;
}

.even\:pt-105:nth-child(even) {
  padding-top: 26.25rem;
}

.even\:pr-105:nth-child(even) {
  padding-right: 26.25rem;
}

.even\:pb-105:nth-child(even) {
  padding-bottom: 26.25rem;
}

.even\:pl-105:nth-child(even) {
  padding-left: 26.25rem;
}

.even\:pt-107:nth-child(even) {
  padding-top: 26.4rem;
}

.even\:pr-107:nth-child(even) {
  padding-right: 26.4rem;
}

.even\:pb-107:nth-child(even) {
  padding-bottom: 26.4rem;
}

.even\:pl-107:nth-child(even) {
  padding-left: 26.4rem;
}

.even\:pt-110:nth-child(even) {
  padding-top: 27.5rem;
}

.even\:pr-110:nth-child(even) {
  padding-right: 27.5rem;
}

.even\:pb-110:nth-child(even) {
  padding-bottom: 27.5rem;
}

.even\:pl-110:nth-child(even) {
  padding-left: 27.5rem;
}

.even\:pt-120:nth-child(even) {
  padding-top: 30rem;
}

.even\:pr-120:nth-child(even) {
  padding-right: 30rem;
}

.even\:pb-120:nth-child(even) {
  padding-bottom: 30rem;
}

.even\:pl-120:nth-child(even) {
  padding-left: 30rem;
}

.even\:pt-130:nth-child(even) {
  padding-top: 38rem;
}

.even\:pr-130:nth-child(even) {
  padding-right: 38rem;
}

.even\:pb-130:nth-child(even) {
  padding-bottom: 38rem;
}

.even\:pl-130:nth-child(even) {
  padding-left: 38rem;
}

.even\:pt-px:nth-child(even) {
  padding-top: 1px;
}

.even\:pr-px:nth-child(even) {
  padding-right: 1px;
}

.even\:pb-px:nth-child(even) {
  padding-bottom: 1px;
}

.even\:pl-px:nth-child(even) {
  padding-left: 1px;
}

.even\:pt-250px:nth-child(even) {
  padding-top: 250px;
}

.even\:pr-250px:nth-child(even) {
  padding-right: 250px;
}

.even\:pb-250px:nth-child(even) {
  padding-bottom: 250px;
}

.even\:pl-250px:nth-child(even) {
  padding-left: 250px;
}

.even\:pt-1\/2\%:nth-child(even) {
  padding-top: 0.5%;
}

.even\:pr-1\/2\%:nth-child(even) {
  padding-right: 0.5%;
}

.even\:pb-1\/2\%:nth-child(even) {
  padding-bottom: 0.5%;
}

.even\:pl-1\/2\%:nth-child(even) {
  padding-left: 0.5%;
}

.even\:pt-1\%:nth-child(even) {
  padding-top: 1%;
}

.even\:pr-1\%:nth-child(even) {
  padding-right: 1%;
}

.even\:pb-1\%:nth-child(even) {
  padding-bottom: 1%;
}

.even\:pl-1\%:nth-child(even) {
  padding-left: 1%;
}

.even\:pt-2\%:nth-child(even) {
  padding-top: 2%;
}

.even\:pr-2\%:nth-child(even) {
  padding-right: 2%;
}

.even\:pb-2\%:nth-child(even) {
  padding-bottom: 2%;
}

.even\:pl-2\%:nth-child(even) {
  padding-left: 2%;
}

.even\:pt-3\%:nth-child(even) {
  padding-top: 3%;
}

.even\:pr-3\%:nth-child(even) {
  padding-right: 3%;
}

.even\:pb-3\%:nth-child(even) {
  padding-bottom: 3%;
}

.even\:pl-3\%:nth-child(even) {
  padding-left: 3%;
}

.even\:pt-4\%:nth-child(even) {
  padding-top: 4%;
}

.even\:pr-4\%:nth-child(even) {
  padding-right: 4%;
}

.even\:pb-4\%:nth-child(even) {
  padding-bottom: 4%;
}

.even\:pl-4\%:nth-child(even) {
  padding-left: 4%;
}

.even\:pt-5\%:nth-child(even) {
  padding-top: 5%;
}

.even\:pr-5\%:nth-child(even) {
  padding-right: 5%;
}

.even\:pb-5\%:nth-child(even) {
  padding-bottom: 5%;
}

.even\:pl-5\%:nth-child(even) {
  padding-left: 5%;
}

.even\:pt-10\%:nth-child(even) {
  padding-top: 10%;
}

.even\:pr-10\%:nth-child(even) {
  padding-right: 10%;
}

.even\:pb-10\%:nth-child(even) {
  padding-bottom: 10%;
}

.even\:pl-10\%:nth-child(even) {
  padding-left: 10%;
}

.even\:pt-20\%:nth-child(even) {
  padding-top: 20%;
}

.even\:pr-20\%:nth-child(even) {
  padding-right: 20%;
}

.even\:pb-20\%:nth-child(even) {
  padding-bottom: 20%;
}

.even\:pl-20\%:nth-child(even) {
  padding-left: 20%;
}

.even\:pt-23\%:nth-child(even) {
  padding-top: 23%;
}

.even\:pr-23\%:nth-child(even) {
  padding-right: 23%;
}

.even\:pb-23\%:nth-child(even) {
  padding-bottom: 23%;
}

.even\:pl-23\%:nth-child(even) {
  padding-left: 23%;
}

.even\:pt-25\%:nth-child(even) {
  padding-top: 25%;
}

.even\:pr-25\%:nth-child(even) {
  padding-right: 25%;
}

.even\:pb-25\%:nth-child(even) {
  padding-bottom: 25%;
}

.even\:pl-25\%:nth-child(even) {
  padding-left: 25%;
}

.even\:pt-26\%:nth-child(even) {
  padding-top: 26%;
}

.even\:pr-26\%:nth-child(even) {
  padding-right: 26%;
}

.even\:pb-26\%:nth-child(even) {
  padding-bottom: 26%;
}

.even\:pl-26\%:nth-child(even) {
  padding-left: 26%;
}

.even\:pt-30\%:nth-child(even) {
  padding-top: 30%;
}

.even\:pr-30\%:nth-child(even) {
  padding-right: 30%;
}

.even\:pb-30\%:nth-child(even) {
  padding-bottom: 30%;
}

.even\:pl-30\%:nth-child(even) {
  padding-left: 30%;
}

.even\:pt-40\%:nth-child(even) {
  padding-top: 40%;
}

.even\:pr-40\%:nth-child(even) {
  padding-right: 40%;
}

.even\:pb-40\%:nth-child(even) {
  padding-bottom: 40%;
}

.even\:pl-40\%:nth-child(even) {
  padding-left: 40%;
}

.even\:pt-50\%:nth-child(even) {
  padding-top: 50%;
}

.even\:pr-50\%:nth-child(even) {
  padding-right: 50%;
}

.even\:pb-50\%:nth-child(even) {
  padding-bottom: 50%;
}

.even\:pl-50\%:nth-child(even) {
  padding-left: 50%;
}

.even\:pt-60\%:nth-child(even) {
  padding-top: 60%;
}

.even\:pr-60\%:nth-child(even) {
  padding-right: 60%;
}

.even\:pb-60\%:nth-child(even) {
  padding-bottom: 60%;
}

.even\:pl-60\%:nth-child(even) {
  padding-left: 60%;
}

.even\:pt-70\%:nth-child(even) {
  padding-top: 70%;
}

.even\:pr-70\%:nth-child(even) {
  padding-right: 70%;
}

.even\:pb-70\%:nth-child(even) {
  padding-bottom: 70%;
}

.even\:pl-70\%:nth-child(even) {
  padding-left: 70%;
}

.even\:pt-80\%:nth-child(even) {
  padding-top: 80%;
}

.even\:pr-80\%:nth-child(even) {
  padding-right: 80%;
}

.even\:pb-80\%:nth-child(even) {
  padding-bottom: 80%;
}

.even\:pl-80\%:nth-child(even) {
  padding-left: 80%;
}

.even\:pt-90\%:nth-child(even) {
  padding-top: 90%;
}

.even\:pr-90\%:nth-child(even) {
  padding-right: 90%;
}

.even\:pb-90\%:nth-child(even) {
  padding-bottom: 90%;
}

.even\:pl-90\%:nth-child(even) {
  padding-left: 90%;
}

.even\:pt-95\%:nth-child(even) {
  padding-top: 95%;
}

.even\:pr-95\%:nth-child(even) {
  padding-right: 95%;
}

.even\:pb-95\%:nth-child(even) {
  padding-bottom: 95%;
}

.even\:pl-95\%:nth-child(even) {
  padding-left: 95%;
}

.even\:pt-96\%:nth-child(even) {
  padding-top: 96%;
}

.even\:pr-96\%:nth-child(even) {
  padding-right: 96%;
}

.even\:pb-96\%:nth-child(even) {
  padding-bottom: 96%;
}

.even\:pl-96\%:nth-child(even) {
  padding-left: 96%;
}

.even\:pt-97\%:nth-child(even) {
  padding-top: 97%;
}

.even\:pr-97\%:nth-child(even) {
  padding-right: 97%;
}

.even\:pb-97\%:nth-child(even) {
  padding-bottom: 97%;
}

.even\:pl-97\%:nth-child(even) {
  padding-left: 97%;
}

.even\:pt-98\%:nth-child(even) {
  padding-top: 98%;
}

.even\:pr-98\%:nth-child(even) {
  padding-right: 98%;
}

.even\:pb-98\%:nth-child(even) {
  padding-bottom: 98%;
}

.even\:pl-98\%:nth-child(even) {
  padding-left: 98%;
}

.even\:pt-99\%:nth-child(even) {
  padding-top: 99%;
}

.even\:pr-99\%:nth-child(even) {
  padding-right: 99%;
}

.even\:pb-99\%:nth-child(even) {
  padding-bottom: 99%;
}

.even\:pl-99\%:nth-child(even) {
  padding-left: 99%;
}

.even\:pt-36vh:nth-child(even) {
  padding-top: 36vh;
}

.even\:pr-36vh:nth-child(even) {
  padding-right: 36vh;
}

.even\:pb-36vh:nth-child(even) {
  padding-bottom: 36vh;
}

.even\:pl-36vh:nth-child(even) {
  padding-left: 36vh;
}

.even\:pt-75vh:nth-child(even) {
  padding-top: 75vh;
}

.even\:pr-75vh:nth-child(even) {
  padding-right: 75vh;
}

.even\:pb-75vh:nth-child(even) {
  padding-bottom: 75vh;
}

.even\:pl-75vh:nth-child(even) {
  padding-left: 75vh;
}

.even\:pt-78vh:nth-child(even) {
  padding-top: 78vh;
}

.even\:pr-78vh:nth-child(even) {
  padding-right: 78vh;
}

.even\:pb-78vh:nth-child(even) {
  padding-bottom: 78vh;
}

.even\:pl-78vh:nth-child(even) {
  padding-left: 78vh;
}

.even\:pt-80vh:nth-child(even) {
  padding-top: 80vh;
}

.even\:pr-80vh:nth-child(even) {
  padding-right: 80vh;
}

.even\:pb-80vh:nth-child(even) {
  padding-bottom: 80vh;
}

.even\:pl-80vh:nth-child(even) {
  padding-left: 80vh;
}

.even\:pt-82vh:nth-child(even) {
  padding-top: 82vh;
}

.even\:pr-82vh:nth-child(even) {
  padding-right: 82vh;
}

.even\:pb-82vh:nth-child(even) {
  padding-bottom: 82vh;
}

.even\:pl-82vh:nth-child(even) {
  padding-left: 82vh;
}

.odd\:p-0:nth-child(odd) {
  padding: 0;
}

.odd\:p-1:nth-child(odd) {
  padding: 0.25rem;
}

.odd\:p-2:nth-child(odd) {
  padding: 0.5rem;
}

.odd\:p-3:nth-child(odd) {
  padding: 0.75rem;
}

.odd\:p-4:nth-child(odd) {
  padding: 1rem;
}

.odd\:p-5:nth-child(odd) {
  padding: 1.25rem;
}

.odd\:p-6:nth-child(odd) {
  padding: 1.5rem;
}

.odd\:p-7:nth-child(odd) {
  padding: 1.75rem;
}

.odd\:p-8:nth-child(odd) {
  padding: 2rem;
}

.odd\:p-9:nth-child(odd) {
  padding: 2.25rem;
}

.odd\:p-10:nth-child(odd) {
  padding: 2.5rem;
}

.odd\:p-12:nth-child(odd) {
  padding: 3rem;
}

.odd\:p-14:nth-child(odd) {
  padding: 3.5rem;
}

.odd\:p-15:nth-child(odd) {
  padding: 3.75rem;
}

.odd\:p-16:nth-child(odd) {
  padding: 4rem;
}

.odd\:p-18:nth-child(odd) {
  padding: 4.5rem;
}

.odd\:p-20:nth-child(odd) {
  padding: 5rem;
}

.odd\:p-21:nth-child(odd) {
  padding: 5.25rem;
}

.odd\:p-22:nth-child(odd) {
  padding: 5.5rem;
}

.odd\:p-24:nth-child(odd) {
  padding: 6rem;
}

.odd\:p-26:nth-child(odd) {
  padding: 6.5rem;
}

.odd\:p-28:nth-child(odd) {
  padding: 7rem;
}

.odd\:p-30:nth-child(odd) {
  padding: 7.5rem;
}

.odd\:p-32:nth-child(odd) {
  padding: 8rem;
}

.odd\:p-34:nth-child(odd) {
  padding: 8.5rem;
}

.odd\:p-36:nth-child(odd) {
  padding: 9rem;
}

.odd\:p-38:nth-child(odd) {
  padding: 9.5rem;
}

.odd\:p-40:nth-child(odd) {
  padding: 10rem;
}

.odd\:p-44:nth-child(odd) {
  padding: 11rem;
}

.odd\:p-48:nth-child(odd) {
  padding: 12rem;
}

.odd\:p-52:nth-child(odd) {
  padding: 13rem;
}

.odd\:p-53:nth-child(odd) {
  padding: 13.25rem;
}

.odd\:p-54:nth-child(odd) {
  padding: 13.5rem;
}

.odd\:p-56:nth-child(odd) {
  padding: 14rem;
}

.odd\:p-64:nth-child(odd) {
  padding: 16rem;
}

.odd\:p-72:nth-child(odd) {
  padding: 18rem;
}

.odd\:p-74:nth-child(odd) {
  padding: 18.5rem;
}

.odd\:p-76:nth-child(odd) {
  padding: 19rem;
}

.odd\:p-80:nth-child(odd) {
  padding: 20rem;
}

.odd\:p-85:nth-child(odd) {
  padding: 21.25rem;
}

.odd\:p-100:nth-child(odd) {
  padding: 25rem;
}

.odd\:p-105:nth-child(odd) {
  padding: 26.25rem;
}

.odd\:p-107:nth-child(odd) {
  padding: 26.4rem;
}

.odd\:p-110:nth-child(odd) {
  padding: 27.5rem;
}

.odd\:p-120:nth-child(odd) {
  padding: 30rem;
}

.odd\:p-130:nth-child(odd) {
  padding: 38rem;
}

.odd\:p-px:nth-child(odd) {
  padding: 1px;
}

.odd\:p-250px:nth-child(odd) {
  padding: 250px;
}

.odd\:p-1\/2\%:nth-child(odd) {
  padding: 0.5%;
}

.odd\:p-1\%:nth-child(odd) {
  padding: 1%;
}

.odd\:p-2\%:nth-child(odd) {
  padding: 2%;
}

.odd\:p-3\%:nth-child(odd) {
  padding: 3%;
}

.odd\:p-4\%:nth-child(odd) {
  padding: 4%;
}

.odd\:p-5\%:nth-child(odd) {
  padding: 5%;
}

.odd\:p-10\%:nth-child(odd) {
  padding: 10%;
}

.odd\:p-20\%:nth-child(odd) {
  padding: 20%;
}

.odd\:p-23\%:nth-child(odd) {
  padding: 23%;
}

.odd\:p-25\%:nth-child(odd) {
  padding: 25%;
}

.odd\:p-26\%:nth-child(odd) {
  padding: 26%;
}

.odd\:p-30\%:nth-child(odd) {
  padding: 30%;
}

.odd\:p-40\%:nth-child(odd) {
  padding: 40%;
}

.odd\:p-50\%:nth-child(odd) {
  padding: 50%;
}

.odd\:p-60\%:nth-child(odd) {
  padding: 60%;
}

.odd\:p-70\%:nth-child(odd) {
  padding: 70%;
}

.odd\:p-80\%:nth-child(odd) {
  padding: 80%;
}

.odd\:p-90\%:nth-child(odd) {
  padding: 90%;
}

.odd\:p-95\%:nth-child(odd) {
  padding: 95%;
}

.odd\:p-96\%:nth-child(odd) {
  padding: 96%;
}

.odd\:p-97\%:nth-child(odd) {
  padding: 97%;
}

.odd\:p-98\%:nth-child(odd) {
  padding: 98%;
}

.odd\:p-99\%:nth-child(odd) {
  padding: 99%;
}

.odd\:p-36vh:nth-child(odd) {
  padding: 36vh;
}

.odd\:p-75vh:nth-child(odd) {
  padding: 75vh;
}

.odd\:p-78vh:nth-child(odd) {
  padding: 78vh;
}

.odd\:p-80vh:nth-child(odd) {
  padding: 80vh;
}

.odd\:p-82vh:nth-child(odd) {
  padding: 82vh;
}

.odd\:py-0:nth-child(odd) {
  padding-top: 0;
  padding-bottom: 0;
}

.odd\:px-0:nth-child(odd) {
  padding-left: 0;
  padding-right: 0;
}

.odd\:py-1:nth-child(odd) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.odd\:px-1:nth-child(odd) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.odd\:py-2:nth-child(odd) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.odd\:px-2:nth-child(odd) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.odd\:py-3:nth-child(odd) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.odd\:px-3:nth-child(odd) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.odd\:py-4:nth-child(odd) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.odd\:px-4:nth-child(odd) {
  padding-left: 1rem;
  padding-right: 1rem;
}

.odd\:py-5:nth-child(odd) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.odd\:px-5:nth-child(odd) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.odd\:py-6:nth-child(odd) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.odd\:px-6:nth-child(odd) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.odd\:py-7:nth-child(odd) {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.odd\:px-7:nth-child(odd) {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.odd\:py-8:nth-child(odd) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.odd\:px-8:nth-child(odd) {
  padding-left: 2rem;
  padding-right: 2rem;
}

.odd\:py-9:nth-child(odd) {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.odd\:px-9:nth-child(odd) {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.odd\:py-10:nth-child(odd) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.odd\:px-10:nth-child(odd) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.odd\:py-12:nth-child(odd) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.odd\:px-12:nth-child(odd) {
  padding-left: 3rem;
  padding-right: 3rem;
}

.odd\:py-14:nth-child(odd) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.odd\:px-14:nth-child(odd) {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.odd\:py-15:nth-child(odd) {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.odd\:px-15:nth-child(odd) {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.odd\:py-16:nth-child(odd) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.odd\:px-16:nth-child(odd) {
  padding-left: 4rem;
  padding-right: 4rem;
}

.odd\:py-18:nth-child(odd) {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.odd\:px-18:nth-child(odd) {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.odd\:py-20:nth-child(odd) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.odd\:px-20:nth-child(odd) {
  padding-left: 5rem;
  padding-right: 5rem;
}

.odd\:py-21:nth-child(odd) {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.odd\:px-21:nth-child(odd) {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.odd\:py-22:nth-child(odd) {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.odd\:px-22:nth-child(odd) {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.odd\:py-24:nth-child(odd) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.odd\:px-24:nth-child(odd) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.odd\:py-26:nth-child(odd) {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.odd\:px-26:nth-child(odd) {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.odd\:py-28:nth-child(odd) {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.odd\:px-28:nth-child(odd) {
  padding-left: 7rem;
  padding-right: 7rem;
}

.odd\:py-30:nth-child(odd) {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.odd\:px-30:nth-child(odd) {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.odd\:py-32:nth-child(odd) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.odd\:px-32:nth-child(odd) {
  padding-left: 8rem;
  padding-right: 8rem;
}

.odd\:py-34:nth-child(odd) {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.odd\:px-34:nth-child(odd) {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.odd\:py-36:nth-child(odd) {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.odd\:px-36:nth-child(odd) {
  padding-left: 9rem;
  padding-right: 9rem;
}

.odd\:py-38:nth-child(odd) {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.odd\:px-38:nth-child(odd) {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.odd\:py-40:nth-child(odd) {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.odd\:px-40:nth-child(odd) {
  padding-left: 10rem;
  padding-right: 10rem;
}

.odd\:py-44:nth-child(odd) {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.odd\:px-44:nth-child(odd) {
  padding-left: 11rem;
  padding-right: 11rem;
}

.odd\:py-48:nth-child(odd) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.odd\:px-48:nth-child(odd) {
  padding-left: 12rem;
  padding-right: 12rem;
}

.odd\:py-52:nth-child(odd) {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.odd\:px-52:nth-child(odd) {
  padding-left: 13rem;
  padding-right: 13rem;
}

.odd\:py-53:nth-child(odd) {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.odd\:px-53:nth-child(odd) {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.odd\:py-54:nth-child(odd) {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.odd\:px-54:nth-child(odd) {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.odd\:py-56:nth-child(odd) {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.odd\:px-56:nth-child(odd) {
  padding-left: 14rem;
  padding-right: 14rem;
}

.odd\:py-64:nth-child(odd) {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.odd\:px-64:nth-child(odd) {
  padding-left: 16rem;
  padding-right: 16rem;
}

.odd\:py-72:nth-child(odd) {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.odd\:px-72:nth-child(odd) {
  padding-left: 18rem;
  padding-right: 18rem;
}

.odd\:py-74:nth-child(odd) {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.odd\:px-74:nth-child(odd) {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.odd\:py-76:nth-child(odd) {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.odd\:px-76:nth-child(odd) {
  padding-left: 19rem;
  padding-right: 19rem;
}

.odd\:py-80:nth-child(odd) {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.odd\:px-80:nth-child(odd) {
  padding-left: 20rem;
  padding-right: 20rem;
}

.odd\:py-85:nth-child(odd) {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.odd\:px-85:nth-child(odd) {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.odd\:py-100:nth-child(odd) {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.odd\:px-100:nth-child(odd) {
  padding-left: 25rem;
  padding-right: 25rem;
}

.odd\:py-105:nth-child(odd) {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.odd\:px-105:nth-child(odd) {
  padding-left: 26.25rem;
  padding-right: 26.25rem;
}

.odd\:py-107:nth-child(odd) {
  padding-top: 26.4rem;
  padding-bottom: 26.4rem;
}

.odd\:px-107:nth-child(odd) {
  padding-left: 26.4rem;
  padding-right: 26.4rem;
}

.odd\:py-110:nth-child(odd) {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.odd\:px-110:nth-child(odd) {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.odd\:py-120:nth-child(odd) {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.odd\:px-120:nth-child(odd) {
  padding-left: 30rem;
  padding-right: 30rem;
}

.odd\:py-130:nth-child(odd) {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.odd\:px-130:nth-child(odd) {
  padding-left: 38rem;
  padding-right: 38rem;
}

.odd\:py-px:nth-child(odd) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.odd\:px-px:nth-child(odd) {
  padding-left: 1px;
  padding-right: 1px;
}

.odd\:py-250px:nth-child(odd) {
  padding-top: 250px;
  padding-bottom: 250px;
}

.odd\:px-250px:nth-child(odd) {
  padding-left: 250px;
  padding-right: 250px;
}

.odd\:py-1\/2\%:nth-child(odd) {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.odd\:px-1\/2\%:nth-child(odd) {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.odd\:py-1\%:nth-child(odd) {
  padding-top: 1%;
  padding-bottom: 1%;
}

.odd\:px-1\%:nth-child(odd) {
  padding-left: 1%;
  padding-right: 1%;
}

.odd\:py-2\%:nth-child(odd) {
  padding-top: 2%;
  padding-bottom: 2%;
}

.odd\:px-2\%:nth-child(odd) {
  padding-left: 2%;
  padding-right: 2%;
}

.odd\:py-3\%:nth-child(odd) {
  padding-top: 3%;
  padding-bottom: 3%;
}

.odd\:px-3\%:nth-child(odd) {
  padding-left: 3%;
  padding-right: 3%;
}

.odd\:py-4\%:nth-child(odd) {
  padding-top: 4%;
  padding-bottom: 4%;
}

.odd\:px-4\%:nth-child(odd) {
  padding-left: 4%;
  padding-right: 4%;
}

.odd\:py-5\%:nth-child(odd) {
  padding-top: 5%;
  padding-bottom: 5%;
}

.odd\:px-5\%:nth-child(odd) {
  padding-left: 5%;
  padding-right: 5%;
}

.odd\:py-10\%:nth-child(odd) {
  padding-top: 10%;
  padding-bottom: 10%;
}

.odd\:px-10\%:nth-child(odd) {
  padding-left: 10%;
  padding-right: 10%;
}

.odd\:py-20\%:nth-child(odd) {
  padding-top: 20%;
  padding-bottom: 20%;
}

.odd\:px-20\%:nth-child(odd) {
  padding-left: 20%;
  padding-right: 20%;
}

.odd\:py-23\%:nth-child(odd) {
  padding-top: 23%;
  padding-bottom: 23%;
}

.odd\:px-23\%:nth-child(odd) {
  padding-left: 23%;
  padding-right: 23%;
}

.odd\:py-25\%:nth-child(odd) {
  padding-top: 25%;
  padding-bottom: 25%;
}

.odd\:px-25\%:nth-child(odd) {
  padding-left: 25%;
  padding-right: 25%;
}

.odd\:py-26\%:nth-child(odd) {
  padding-top: 26%;
  padding-bottom: 26%;
}

.odd\:px-26\%:nth-child(odd) {
  padding-left: 26%;
  padding-right: 26%;
}

.odd\:py-30\%:nth-child(odd) {
  padding-top: 30%;
  padding-bottom: 30%;
}

.odd\:px-30\%:nth-child(odd) {
  padding-left: 30%;
  padding-right: 30%;
}

.odd\:py-40\%:nth-child(odd) {
  padding-top: 40%;
  padding-bottom: 40%;
}

.odd\:px-40\%:nth-child(odd) {
  padding-left: 40%;
  padding-right: 40%;
}

.odd\:py-50\%:nth-child(odd) {
  padding-top: 50%;
  padding-bottom: 50%;
}

.odd\:px-50\%:nth-child(odd) {
  padding-left: 50%;
  padding-right: 50%;
}

.odd\:py-60\%:nth-child(odd) {
  padding-top: 60%;
  padding-bottom: 60%;
}

.odd\:px-60\%:nth-child(odd) {
  padding-left: 60%;
  padding-right: 60%;
}

.odd\:py-70\%:nth-child(odd) {
  padding-top: 70%;
  padding-bottom: 70%;
}

.odd\:px-70\%:nth-child(odd) {
  padding-left: 70%;
  padding-right: 70%;
}

.odd\:py-80\%:nth-child(odd) {
  padding-top: 80%;
  padding-bottom: 80%;
}

.odd\:px-80\%:nth-child(odd) {
  padding-left: 80%;
  padding-right: 80%;
}

.odd\:py-90\%:nth-child(odd) {
  padding-top: 90%;
  padding-bottom: 90%;
}

.odd\:px-90\%:nth-child(odd) {
  padding-left: 90%;
  padding-right: 90%;
}

.odd\:py-95\%:nth-child(odd) {
  padding-top: 95%;
  padding-bottom: 95%;
}

.odd\:px-95\%:nth-child(odd) {
  padding-left: 95%;
  padding-right: 95%;
}

.odd\:py-96\%:nth-child(odd) {
  padding-top: 96%;
  padding-bottom: 96%;
}

.odd\:px-96\%:nth-child(odd) {
  padding-left: 96%;
  padding-right: 96%;
}

.odd\:py-97\%:nth-child(odd) {
  padding-top: 97%;
  padding-bottom: 97%;
}

.odd\:px-97\%:nth-child(odd) {
  padding-left: 97%;
  padding-right: 97%;
}

.odd\:py-98\%:nth-child(odd) {
  padding-top: 98%;
  padding-bottom: 98%;
}

.odd\:px-98\%:nth-child(odd) {
  padding-left: 98%;
  padding-right: 98%;
}

.odd\:py-99\%:nth-child(odd) {
  padding-top: 99%;
  padding-bottom: 99%;
}

.odd\:px-99\%:nth-child(odd) {
  padding-left: 99%;
  padding-right: 99%;
}

.odd\:py-36vh:nth-child(odd) {
  padding-top: 36vh;
  padding-bottom: 36vh;
}

.odd\:px-36vh:nth-child(odd) {
  padding-left: 36vh;
  padding-right: 36vh;
}

.odd\:py-75vh:nth-child(odd) {
  padding-top: 75vh;
  padding-bottom: 75vh;
}

.odd\:px-75vh:nth-child(odd) {
  padding-left: 75vh;
  padding-right: 75vh;
}

.odd\:py-78vh:nth-child(odd) {
  padding-top: 78vh;
  padding-bottom: 78vh;
}

.odd\:px-78vh:nth-child(odd) {
  padding-left: 78vh;
  padding-right: 78vh;
}

.odd\:py-80vh:nth-child(odd) {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.odd\:px-80vh:nth-child(odd) {
  padding-left: 80vh;
  padding-right: 80vh;
}

.odd\:py-82vh:nth-child(odd) {
  padding-top: 82vh;
  padding-bottom: 82vh;
}

.odd\:px-82vh:nth-child(odd) {
  padding-left: 82vh;
  padding-right: 82vh;
}

.odd\:pt-0:nth-child(odd) {
  padding-top: 0;
}

.odd\:pr-0:nth-child(odd) {
  padding-right: 0;
}

.odd\:pb-0:nth-child(odd) {
  padding-bottom: 0;
}

.odd\:pl-0:nth-child(odd) {
  padding-left: 0;
}

.odd\:pt-1:nth-child(odd) {
  padding-top: 0.25rem;
}

.odd\:pr-1:nth-child(odd) {
  padding-right: 0.25rem;
}

.odd\:pb-1:nth-child(odd) {
  padding-bottom: 0.25rem;
}

.odd\:pl-1:nth-child(odd) {
  padding-left: 0.25rem;
}

.odd\:pt-2:nth-child(odd) {
  padding-top: 0.5rem;
}

.odd\:pr-2:nth-child(odd) {
  padding-right: 0.5rem;
}

.odd\:pb-2:nth-child(odd) {
  padding-bottom: 0.5rem;
}

.odd\:pl-2:nth-child(odd) {
  padding-left: 0.5rem;
}

.odd\:pt-3:nth-child(odd) {
  padding-top: 0.75rem;
}

.odd\:pr-3:nth-child(odd) {
  padding-right: 0.75rem;
}

.odd\:pb-3:nth-child(odd) {
  padding-bottom: 0.75rem;
}

.odd\:pl-3:nth-child(odd) {
  padding-left: 0.75rem;
}

.odd\:pt-4:nth-child(odd) {
  padding-top: 1rem;
}

.odd\:pr-4:nth-child(odd) {
  padding-right: 1rem;
}

.odd\:pb-4:nth-child(odd) {
  padding-bottom: 1rem;
}

.odd\:pl-4:nth-child(odd) {
  padding-left: 1rem;
}

.odd\:pt-5:nth-child(odd) {
  padding-top: 1.25rem;
}

.odd\:pr-5:nth-child(odd) {
  padding-right: 1.25rem;
}

.odd\:pb-5:nth-child(odd) {
  padding-bottom: 1.25rem;
}

.odd\:pl-5:nth-child(odd) {
  padding-left: 1.25rem;
}

.odd\:pt-6:nth-child(odd) {
  padding-top: 1.5rem;
}

.odd\:pr-6:nth-child(odd) {
  padding-right: 1.5rem;
}

.odd\:pb-6:nth-child(odd) {
  padding-bottom: 1.5rem;
}

.odd\:pl-6:nth-child(odd) {
  padding-left: 1.5rem;
}

.odd\:pt-7:nth-child(odd) {
  padding-top: 1.75rem;
}

.odd\:pr-7:nth-child(odd) {
  padding-right: 1.75rem;
}

.odd\:pb-7:nth-child(odd) {
  padding-bottom: 1.75rem;
}

.odd\:pl-7:nth-child(odd) {
  padding-left: 1.75rem;
}

.odd\:pt-8:nth-child(odd) {
  padding-top: 2rem;
}

.odd\:pr-8:nth-child(odd) {
  padding-right: 2rem;
}

.odd\:pb-8:nth-child(odd) {
  padding-bottom: 2rem;
}

.odd\:pl-8:nth-child(odd) {
  padding-left: 2rem;
}

.odd\:pt-9:nth-child(odd) {
  padding-top: 2.25rem;
}

.odd\:pr-9:nth-child(odd) {
  padding-right: 2.25rem;
}

.odd\:pb-9:nth-child(odd) {
  padding-bottom: 2.25rem;
}

.odd\:pl-9:nth-child(odd) {
  padding-left: 2.25rem;
}

.odd\:pt-10:nth-child(odd) {
  padding-top: 2.5rem;
}

.odd\:pr-10:nth-child(odd) {
  padding-right: 2.5rem;
}

.odd\:pb-10:nth-child(odd) {
  padding-bottom: 2.5rem;
}

.odd\:pl-10:nth-child(odd) {
  padding-left: 2.5rem;
}

.odd\:pt-12:nth-child(odd) {
  padding-top: 3rem;
}

.odd\:pr-12:nth-child(odd) {
  padding-right: 3rem;
}

.odd\:pb-12:nth-child(odd) {
  padding-bottom: 3rem;
}

.odd\:pl-12:nth-child(odd) {
  padding-left: 3rem;
}

.odd\:pt-14:nth-child(odd) {
  padding-top: 3.5rem;
}

.odd\:pr-14:nth-child(odd) {
  padding-right: 3.5rem;
}

.odd\:pb-14:nth-child(odd) {
  padding-bottom: 3.5rem;
}

.odd\:pl-14:nth-child(odd) {
  padding-left: 3.5rem;
}

.odd\:pt-15:nth-child(odd) {
  padding-top: 3.75rem;
}

.odd\:pr-15:nth-child(odd) {
  padding-right: 3.75rem;
}

.odd\:pb-15:nth-child(odd) {
  padding-bottom: 3.75rem;
}

.odd\:pl-15:nth-child(odd) {
  padding-left: 3.75rem;
}

.odd\:pt-16:nth-child(odd) {
  padding-top: 4rem;
}

.odd\:pr-16:nth-child(odd) {
  padding-right: 4rem;
}

.odd\:pb-16:nth-child(odd) {
  padding-bottom: 4rem;
}

.odd\:pl-16:nth-child(odd) {
  padding-left: 4rem;
}

.odd\:pt-18:nth-child(odd) {
  padding-top: 4.5rem;
}

.odd\:pr-18:nth-child(odd) {
  padding-right: 4.5rem;
}

.odd\:pb-18:nth-child(odd) {
  padding-bottom: 4.5rem;
}

.odd\:pl-18:nth-child(odd) {
  padding-left: 4.5rem;
}

.odd\:pt-20:nth-child(odd) {
  padding-top: 5rem;
}

.odd\:pr-20:nth-child(odd) {
  padding-right: 5rem;
}

.odd\:pb-20:nth-child(odd) {
  padding-bottom: 5rem;
}

.odd\:pl-20:nth-child(odd) {
  padding-left: 5rem;
}

.odd\:pt-21:nth-child(odd) {
  padding-top: 5.25rem;
}

.odd\:pr-21:nth-child(odd) {
  padding-right: 5.25rem;
}

.odd\:pb-21:nth-child(odd) {
  padding-bottom: 5.25rem;
}

.odd\:pl-21:nth-child(odd) {
  padding-left: 5.25rem;
}

.odd\:pt-22:nth-child(odd) {
  padding-top: 5.5rem;
}

.odd\:pr-22:nth-child(odd) {
  padding-right: 5.5rem;
}

.odd\:pb-22:nth-child(odd) {
  padding-bottom: 5.5rem;
}

.odd\:pl-22:nth-child(odd) {
  padding-left: 5.5rem;
}

.odd\:pt-24:nth-child(odd) {
  padding-top: 6rem;
}

.odd\:pr-24:nth-child(odd) {
  padding-right: 6rem;
}

.odd\:pb-24:nth-child(odd) {
  padding-bottom: 6rem;
}

.odd\:pl-24:nth-child(odd) {
  padding-left: 6rem;
}

.odd\:pt-26:nth-child(odd) {
  padding-top: 6.5rem;
}

.odd\:pr-26:nth-child(odd) {
  padding-right: 6.5rem;
}

.odd\:pb-26:nth-child(odd) {
  padding-bottom: 6.5rem;
}

.odd\:pl-26:nth-child(odd) {
  padding-left: 6.5rem;
}

.odd\:pt-28:nth-child(odd) {
  padding-top: 7rem;
}

.odd\:pr-28:nth-child(odd) {
  padding-right: 7rem;
}

.odd\:pb-28:nth-child(odd) {
  padding-bottom: 7rem;
}

.odd\:pl-28:nth-child(odd) {
  padding-left: 7rem;
}

.odd\:pt-30:nth-child(odd) {
  padding-top: 7.5rem;
}

.odd\:pr-30:nth-child(odd) {
  padding-right: 7.5rem;
}

.odd\:pb-30:nth-child(odd) {
  padding-bottom: 7.5rem;
}

.odd\:pl-30:nth-child(odd) {
  padding-left: 7.5rem;
}

.odd\:pt-32:nth-child(odd) {
  padding-top: 8rem;
}

.odd\:pr-32:nth-child(odd) {
  padding-right: 8rem;
}

.odd\:pb-32:nth-child(odd) {
  padding-bottom: 8rem;
}

.odd\:pl-32:nth-child(odd) {
  padding-left: 8rem;
}

.odd\:pt-34:nth-child(odd) {
  padding-top: 8.5rem;
}

.odd\:pr-34:nth-child(odd) {
  padding-right: 8.5rem;
}

.odd\:pb-34:nth-child(odd) {
  padding-bottom: 8.5rem;
}

.odd\:pl-34:nth-child(odd) {
  padding-left: 8.5rem;
}

.odd\:pt-36:nth-child(odd) {
  padding-top: 9rem;
}

.odd\:pr-36:nth-child(odd) {
  padding-right: 9rem;
}

.odd\:pb-36:nth-child(odd) {
  padding-bottom: 9rem;
}

.odd\:pl-36:nth-child(odd) {
  padding-left: 9rem;
}

.odd\:pt-38:nth-child(odd) {
  padding-top: 9.5rem;
}

.odd\:pr-38:nth-child(odd) {
  padding-right: 9.5rem;
}

.odd\:pb-38:nth-child(odd) {
  padding-bottom: 9.5rem;
}

.odd\:pl-38:nth-child(odd) {
  padding-left: 9.5rem;
}

.odd\:pt-40:nth-child(odd) {
  padding-top: 10rem;
}

.odd\:pr-40:nth-child(odd) {
  padding-right: 10rem;
}

.odd\:pb-40:nth-child(odd) {
  padding-bottom: 10rem;
}

.odd\:pl-40:nth-child(odd) {
  padding-left: 10rem;
}

.odd\:pt-44:nth-child(odd) {
  padding-top: 11rem;
}

.odd\:pr-44:nth-child(odd) {
  padding-right: 11rem;
}

.odd\:pb-44:nth-child(odd) {
  padding-bottom: 11rem;
}

.odd\:pl-44:nth-child(odd) {
  padding-left: 11rem;
}

.odd\:pt-48:nth-child(odd) {
  padding-top: 12rem;
}

.odd\:pr-48:nth-child(odd) {
  padding-right: 12rem;
}

.odd\:pb-48:nth-child(odd) {
  padding-bottom: 12rem;
}

.odd\:pl-48:nth-child(odd) {
  padding-left: 12rem;
}

.odd\:pt-52:nth-child(odd) {
  padding-top: 13rem;
}

.odd\:pr-52:nth-child(odd) {
  padding-right: 13rem;
}

.odd\:pb-52:nth-child(odd) {
  padding-bottom: 13rem;
}

.odd\:pl-52:nth-child(odd) {
  padding-left: 13rem;
}

.odd\:pt-53:nth-child(odd) {
  padding-top: 13.25rem;
}

.odd\:pr-53:nth-child(odd) {
  padding-right: 13.25rem;
}

.odd\:pb-53:nth-child(odd) {
  padding-bottom: 13.25rem;
}

.odd\:pl-53:nth-child(odd) {
  padding-left: 13.25rem;
}

.odd\:pt-54:nth-child(odd) {
  padding-top: 13.5rem;
}

.odd\:pr-54:nth-child(odd) {
  padding-right: 13.5rem;
}

.odd\:pb-54:nth-child(odd) {
  padding-bottom: 13.5rem;
}

.odd\:pl-54:nth-child(odd) {
  padding-left: 13.5rem;
}

.odd\:pt-56:nth-child(odd) {
  padding-top: 14rem;
}

.odd\:pr-56:nth-child(odd) {
  padding-right: 14rem;
}

.odd\:pb-56:nth-child(odd) {
  padding-bottom: 14rem;
}

.odd\:pl-56:nth-child(odd) {
  padding-left: 14rem;
}

.odd\:pt-64:nth-child(odd) {
  padding-top: 16rem;
}

.odd\:pr-64:nth-child(odd) {
  padding-right: 16rem;
}

.odd\:pb-64:nth-child(odd) {
  padding-bottom: 16rem;
}

.odd\:pl-64:nth-child(odd) {
  padding-left: 16rem;
}

.odd\:pt-72:nth-child(odd) {
  padding-top: 18rem;
}

.odd\:pr-72:nth-child(odd) {
  padding-right: 18rem;
}

.odd\:pb-72:nth-child(odd) {
  padding-bottom: 18rem;
}

.odd\:pl-72:nth-child(odd) {
  padding-left: 18rem;
}

.odd\:pt-74:nth-child(odd) {
  padding-top: 18.5rem;
}

.odd\:pr-74:nth-child(odd) {
  padding-right: 18.5rem;
}

.odd\:pb-74:nth-child(odd) {
  padding-bottom: 18.5rem;
}

.odd\:pl-74:nth-child(odd) {
  padding-left: 18.5rem;
}

.odd\:pt-76:nth-child(odd) {
  padding-top: 19rem;
}

.odd\:pr-76:nth-child(odd) {
  padding-right: 19rem;
}

.odd\:pb-76:nth-child(odd) {
  padding-bottom: 19rem;
}

.odd\:pl-76:nth-child(odd) {
  padding-left: 19rem;
}

.odd\:pt-80:nth-child(odd) {
  padding-top: 20rem;
}

.odd\:pr-80:nth-child(odd) {
  padding-right: 20rem;
}

.odd\:pb-80:nth-child(odd) {
  padding-bottom: 20rem;
}

.odd\:pl-80:nth-child(odd) {
  padding-left: 20rem;
}

.odd\:pt-85:nth-child(odd) {
  padding-top: 21.25rem;
}

.odd\:pr-85:nth-child(odd) {
  padding-right: 21.25rem;
}

.odd\:pb-85:nth-child(odd) {
  padding-bottom: 21.25rem;
}

.odd\:pl-85:nth-child(odd) {
  padding-left: 21.25rem;
}

.odd\:pt-100:nth-child(odd) {
  padding-top: 25rem;
}

.odd\:pr-100:nth-child(odd) {
  padding-right: 25rem;
}

.odd\:pb-100:nth-child(odd) {
  padding-bottom: 25rem;
}

.odd\:pl-100:nth-child(odd) {
  padding-left: 25rem;
}

.odd\:pt-105:nth-child(odd) {
  padding-top: 26.25rem;
}

.odd\:pr-105:nth-child(odd) {
  padding-right: 26.25rem;
}

.odd\:pb-105:nth-child(odd) {
  padding-bottom: 26.25rem;
}

.odd\:pl-105:nth-child(odd) {
  padding-left: 26.25rem;
}

.odd\:pt-107:nth-child(odd) {
  padding-top: 26.4rem;
}

.odd\:pr-107:nth-child(odd) {
  padding-right: 26.4rem;
}

.odd\:pb-107:nth-child(odd) {
  padding-bottom: 26.4rem;
}

.odd\:pl-107:nth-child(odd) {
  padding-left: 26.4rem;
}

.odd\:pt-110:nth-child(odd) {
  padding-top: 27.5rem;
}

.odd\:pr-110:nth-child(odd) {
  padding-right: 27.5rem;
}

.odd\:pb-110:nth-child(odd) {
  padding-bottom: 27.5rem;
}

.odd\:pl-110:nth-child(odd) {
  padding-left: 27.5rem;
}

.odd\:pt-120:nth-child(odd) {
  padding-top: 30rem;
}

.odd\:pr-120:nth-child(odd) {
  padding-right: 30rem;
}

.odd\:pb-120:nth-child(odd) {
  padding-bottom: 30rem;
}

.odd\:pl-120:nth-child(odd) {
  padding-left: 30rem;
}

.odd\:pt-130:nth-child(odd) {
  padding-top: 38rem;
}

.odd\:pr-130:nth-child(odd) {
  padding-right: 38rem;
}

.odd\:pb-130:nth-child(odd) {
  padding-bottom: 38rem;
}

.odd\:pl-130:nth-child(odd) {
  padding-left: 38rem;
}

.odd\:pt-px:nth-child(odd) {
  padding-top: 1px;
}

.odd\:pr-px:nth-child(odd) {
  padding-right: 1px;
}

.odd\:pb-px:nth-child(odd) {
  padding-bottom: 1px;
}

.odd\:pl-px:nth-child(odd) {
  padding-left: 1px;
}

.odd\:pt-250px:nth-child(odd) {
  padding-top: 250px;
}

.odd\:pr-250px:nth-child(odd) {
  padding-right: 250px;
}

.odd\:pb-250px:nth-child(odd) {
  padding-bottom: 250px;
}

.odd\:pl-250px:nth-child(odd) {
  padding-left: 250px;
}

.odd\:pt-1\/2\%:nth-child(odd) {
  padding-top: 0.5%;
}

.odd\:pr-1\/2\%:nth-child(odd) {
  padding-right: 0.5%;
}

.odd\:pb-1\/2\%:nth-child(odd) {
  padding-bottom: 0.5%;
}

.odd\:pl-1\/2\%:nth-child(odd) {
  padding-left: 0.5%;
}

.odd\:pt-1\%:nth-child(odd) {
  padding-top: 1%;
}

.odd\:pr-1\%:nth-child(odd) {
  padding-right: 1%;
}

.odd\:pb-1\%:nth-child(odd) {
  padding-bottom: 1%;
}

.odd\:pl-1\%:nth-child(odd) {
  padding-left: 1%;
}

.odd\:pt-2\%:nth-child(odd) {
  padding-top: 2%;
}

.odd\:pr-2\%:nth-child(odd) {
  padding-right: 2%;
}

.odd\:pb-2\%:nth-child(odd) {
  padding-bottom: 2%;
}

.odd\:pl-2\%:nth-child(odd) {
  padding-left: 2%;
}

.odd\:pt-3\%:nth-child(odd) {
  padding-top: 3%;
}

.odd\:pr-3\%:nth-child(odd) {
  padding-right: 3%;
}

.odd\:pb-3\%:nth-child(odd) {
  padding-bottom: 3%;
}

.odd\:pl-3\%:nth-child(odd) {
  padding-left: 3%;
}

.odd\:pt-4\%:nth-child(odd) {
  padding-top: 4%;
}

.odd\:pr-4\%:nth-child(odd) {
  padding-right: 4%;
}

.odd\:pb-4\%:nth-child(odd) {
  padding-bottom: 4%;
}

.odd\:pl-4\%:nth-child(odd) {
  padding-left: 4%;
}

.odd\:pt-5\%:nth-child(odd) {
  padding-top: 5%;
}

.odd\:pr-5\%:nth-child(odd) {
  padding-right: 5%;
}

.odd\:pb-5\%:nth-child(odd) {
  padding-bottom: 5%;
}

.odd\:pl-5\%:nth-child(odd) {
  padding-left: 5%;
}

.odd\:pt-10\%:nth-child(odd) {
  padding-top: 10%;
}

.odd\:pr-10\%:nth-child(odd) {
  padding-right: 10%;
}

.odd\:pb-10\%:nth-child(odd) {
  padding-bottom: 10%;
}

.odd\:pl-10\%:nth-child(odd) {
  padding-left: 10%;
}

.odd\:pt-20\%:nth-child(odd) {
  padding-top: 20%;
}

.odd\:pr-20\%:nth-child(odd) {
  padding-right: 20%;
}

.odd\:pb-20\%:nth-child(odd) {
  padding-bottom: 20%;
}

.odd\:pl-20\%:nth-child(odd) {
  padding-left: 20%;
}

.odd\:pt-23\%:nth-child(odd) {
  padding-top: 23%;
}

.odd\:pr-23\%:nth-child(odd) {
  padding-right: 23%;
}

.odd\:pb-23\%:nth-child(odd) {
  padding-bottom: 23%;
}

.odd\:pl-23\%:nth-child(odd) {
  padding-left: 23%;
}

.odd\:pt-25\%:nth-child(odd) {
  padding-top: 25%;
}

.odd\:pr-25\%:nth-child(odd) {
  padding-right: 25%;
}

.odd\:pb-25\%:nth-child(odd) {
  padding-bottom: 25%;
}

.odd\:pl-25\%:nth-child(odd) {
  padding-left: 25%;
}

.odd\:pt-26\%:nth-child(odd) {
  padding-top: 26%;
}

.odd\:pr-26\%:nth-child(odd) {
  padding-right: 26%;
}

.odd\:pb-26\%:nth-child(odd) {
  padding-bottom: 26%;
}

.odd\:pl-26\%:nth-child(odd) {
  padding-left: 26%;
}

.odd\:pt-30\%:nth-child(odd) {
  padding-top: 30%;
}

.odd\:pr-30\%:nth-child(odd) {
  padding-right: 30%;
}

.odd\:pb-30\%:nth-child(odd) {
  padding-bottom: 30%;
}

.odd\:pl-30\%:nth-child(odd) {
  padding-left: 30%;
}

.odd\:pt-40\%:nth-child(odd) {
  padding-top: 40%;
}

.odd\:pr-40\%:nth-child(odd) {
  padding-right: 40%;
}

.odd\:pb-40\%:nth-child(odd) {
  padding-bottom: 40%;
}

.odd\:pl-40\%:nth-child(odd) {
  padding-left: 40%;
}

.odd\:pt-50\%:nth-child(odd) {
  padding-top: 50%;
}

.odd\:pr-50\%:nth-child(odd) {
  padding-right: 50%;
}

.odd\:pb-50\%:nth-child(odd) {
  padding-bottom: 50%;
}

.odd\:pl-50\%:nth-child(odd) {
  padding-left: 50%;
}

.odd\:pt-60\%:nth-child(odd) {
  padding-top: 60%;
}

.odd\:pr-60\%:nth-child(odd) {
  padding-right: 60%;
}

.odd\:pb-60\%:nth-child(odd) {
  padding-bottom: 60%;
}

.odd\:pl-60\%:nth-child(odd) {
  padding-left: 60%;
}

.odd\:pt-70\%:nth-child(odd) {
  padding-top: 70%;
}

.odd\:pr-70\%:nth-child(odd) {
  padding-right: 70%;
}

.odd\:pb-70\%:nth-child(odd) {
  padding-bottom: 70%;
}

.odd\:pl-70\%:nth-child(odd) {
  padding-left: 70%;
}

.odd\:pt-80\%:nth-child(odd) {
  padding-top: 80%;
}

.odd\:pr-80\%:nth-child(odd) {
  padding-right: 80%;
}

.odd\:pb-80\%:nth-child(odd) {
  padding-bottom: 80%;
}

.odd\:pl-80\%:nth-child(odd) {
  padding-left: 80%;
}

.odd\:pt-90\%:nth-child(odd) {
  padding-top: 90%;
}

.odd\:pr-90\%:nth-child(odd) {
  padding-right: 90%;
}

.odd\:pb-90\%:nth-child(odd) {
  padding-bottom: 90%;
}

.odd\:pl-90\%:nth-child(odd) {
  padding-left: 90%;
}

.odd\:pt-95\%:nth-child(odd) {
  padding-top: 95%;
}

.odd\:pr-95\%:nth-child(odd) {
  padding-right: 95%;
}

.odd\:pb-95\%:nth-child(odd) {
  padding-bottom: 95%;
}

.odd\:pl-95\%:nth-child(odd) {
  padding-left: 95%;
}

.odd\:pt-96\%:nth-child(odd) {
  padding-top: 96%;
}

.odd\:pr-96\%:nth-child(odd) {
  padding-right: 96%;
}

.odd\:pb-96\%:nth-child(odd) {
  padding-bottom: 96%;
}

.odd\:pl-96\%:nth-child(odd) {
  padding-left: 96%;
}

.odd\:pt-97\%:nth-child(odd) {
  padding-top: 97%;
}

.odd\:pr-97\%:nth-child(odd) {
  padding-right: 97%;
}

.odd\:pb-97\%:nth-child(odd) {
  padding-bottom: 97%;
}

.odd\:pl-97\%:nth-child(odd) {
  padding-left: 97%;
}

.odd\:pt-98\%:nth-child(odd) {
  padding-top: 98%;
}

.odd\:pr-98\%:nth-child(odd) {
  padding-right: 98%;
}

.odd\:pb-98\%:nth-child(odd) {
  padding-bottom: 98%;
}

.odd\:pl-98\%:nth-child(odd) {
  padding-left: 98%;
}

.odd\:pt-99\%:nth-child(odd) {
  padding-top: 99%;
}

.odd\:pr-99\%:nth-child(odd) {
  padding-right: 99%;
}

.odd\:pb-99\%:nth-child(odd) {
  padding-bottom: 99%;
}

.odd\:pl-99\%:nth-child(odd) {
  padding-left: 99%;
}

.odd\:pt-36vh:nth-child(odd) {
  padding-top: 36vh;
}

.odd\:pr-36vh:nth-child(odd) {
  padding-right: 36vh;
}

.odd\:pb-36vh:nth-child(odd) {
  padding-bottom: 36vh;
}

.odd\:pl-36vh:nth-child(odd) {
  padding-left: 36vh;
}

.odd\:pt-75vh:nth-child(odd) {
  padding-top: 75vh;
}

.odd\:pr-75vh:nth-child(odd) {
  padding-right: 75vh;
}

.odd\:pb-75vh:nth-child(odd) {
  padding-bottom: 75vh;
}

.odd\:pl-75vh:nth-child(odd) {
  padding-left: 75vh;
}

.odd\:pt-78vh:nth-child(odd) {
  padding-top: 78vh;
}

.odd\:pr-78vh:nth-child(odd) {
  padding-right: 78vh;
}

.odd\:pb-78vh:nth-child(odd) {
  padding-bottom: 78vh;
}

.odd\:pl-78vh:nth-child(odd) {
  padding-left: 78vh;
}

.odd\:pt-80vh:nth-child(odd) {
  padding-top: 80vh;
}

.odd\:pr-80vh:nth-child(odd) {
  padding-right: 80vh;
}

.odd\:pb-80vh:nth-child(odd) {
  padding-bottom: 80vh;
}

.odd\:pl-80vh:nth-child(odd) {
  padding-left: 80vh;
}

.odd\:pt-82vh:nth-child(odd) {
  padding-top: 82vh;
}

.odd\:pr-82vh:nth-child(odd) {
  padding-right: 82vh;
}

.odd\:pb-82vh:nth-child(odd) {
  padding-bottom: 82vh;
}

.odd\:pl-82vh:nth-child(odd) {
  padding-left: 82vh;
}

.placeholder-epic-off-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-epic-off-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-epic-off-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
}

.placeholder-epic-pale-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
}

.placeholder-epic-pale-blue:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
}

.placeholder-epic-pale-blue::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
}

.placeholder-epic-dark-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
}

.placeholder-epic-dark-blue:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
}

.placeholder-epic-dark-blue::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
}

.placeholder-epic-light-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
}

.placeholder-epic-light-blue:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
}

.placeholder-epic-light-blue::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
}

.placeholder-epic-purple::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
}

.placeholder-epic-purple:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
}

.placeholder-epic-purple::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current:-ms-input-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
}

.placeholder-gray-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
}

.placeholder-gray-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
}

.placeholder-gray-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
}

.placeholder-red-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
}

.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
}

.placeholder-red-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
}

.placeholder-red-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
}

.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
}

.placeholder-red-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
}

.placeholder-red-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
}

.placeholder-red-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
}

.placeholder-orange-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
}

.placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
}

.placeholder-orange-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
}

.placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
}

.placeholder-orange-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
}

.placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
}

.placeholder-orange-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
}

.placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
}

.placeholder-orange-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
}

.placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
}

.placeholder-orange-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
}

.placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
}

.placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
}

.placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
}

.placeholder-green-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
}

.placeholder-teal-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
}

.placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
}

.placeholder-teal-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
}

.placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
}

.placeholder-teal-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
}

.placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
}

.placeholder-teal-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
}

.placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
}

.placeholder-teal-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
}

.placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
}

.placeholder-teal-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
}

.placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
}

.placeholder-teal-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
}

.placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
}

.placeholder-teal-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
}

.placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
}

.placeholder-blue-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
}

.placeholder-blue-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
}

.placeholder-blue-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
}

.placeholder-blue-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
}

.placeholder-blue-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
}

.placeholder-blue-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
}

.placeholder-blue-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
}

.placeholder-purple-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
}

.placeholder-purple-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
}

.placeholder-purple-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
}

.placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
}

.placeholder-purple-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
}

.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
}

.placeholder-purple-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
}

.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
}

.placeholder-pink-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
}

.placeholder-pink-200:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
}

.placeholder-pink-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
}

.placeholder-pink-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
}

.placeholder-pink-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
}

.placeholder-pink-600:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
}

.placeholder-pink-700:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
}

.placeholder-pink-800:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
}

.placeholder-pink-900:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-off-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-off-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-off-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-pale-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-pale-blue:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-pale-blue:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-dark-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-dark-blue:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-dark-blue:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-light-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-light-blue:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-light-blue:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-purple:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-purple:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
}

.focus\:placeholder-epic-purple:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus:-ms-input-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-orange-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-teal-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-1 {
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.inset-3 {
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}

.inset-4 {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}

.inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}

.inset-6 {
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

.inset-10 {
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}

.inset-12 {
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

.inset-15 {
  top: 3.75rem;
  right: 3.75rem;
  bottom: 3.75rem;
  left: 3.75rem;
}

.inset-16 {
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

.inset-18 {
  top: 4.5rem;
  right: 4.5rem;
  bottom: 4.5rem;
  left: 4.5rem;
}

.inset-20 {
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}

.inset-21 {
  top: 5.25rem;
  right: 5.25rem;
  bottom: 5.25rem;
  left: 5.25rem;
}

.inset-22 {
  top: 5.5rem;
  right: 5.5rem;
  bottom: 5.5rem;
  left: 5.5rem;
}

.inset-24 {
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}

.inset-26 {
  top: 6.5rem;
  right: 6.5rem;
  bottom: 6.5rem;
  left: 6.5rem;
}

.inset-28 {
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}

.inset-30 {
  top: 7.5rem;
  right: 7.5rem;
  bottom: 7.5rem;
  left: 7.5rem;
}

.inset-32 {
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}

.inset-34 {
  top: 8.5rem;
  right: 8.5rem;
  bottom: 8.5rem;
  left: 8.5rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

.inset-38 {
  top: 9.5rem;
  right: 9.5rem;
  bottom: 9.5rem;
  left: 9.5rem;
}

.inset-40 {
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

.inset-48 {
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-53 {
  top: 13.25rem;
  right: 13.25rem;
  bottom: 13.25rem;
  left: 13.25rem;
}

.inset-54 {
  top: 13.5rem;
  right: 13.5rem;
  bottom: 13.5rem;
  left: 13.5rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-72 {
  top: 18rem;
  right: 18rem;
  bottom: 18rem;
  left: 18rem;
}

.inset-74 {
  top: 18.5rem;
  right: 18.5rem;
  bottom: 18.5rem;
  left: 18.5rem;
}

.inset-76 {
  top: 19rem;
  right: 19rem;
  bottom: 19rem;
  left: 19rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-85 {
  top: 21.25rem;
  right: 21.25rem;
  bottom: 21.25rem;
  left: 21.25rem;
}

.inset-100 {
  top: 25rem;
  right: 25rem;
  bottom: 25rem;
  left: 25rem;
}

.inset-105 {
  top: 26.25rem;
  right: 26.25rem;
  bottom: 26.25rem;
  left: 26.25rem;
}

.inset-107 {
  top: 26.4rem;
  right: 26.4rem;
  bottom: 26.4rem;
  left: 26.4rem;
}

.inset-110 {
  top: 27.5rem;
  right: 27.5rem;
  bottom: 27.5rem;
  left: 27.5rem;
}

.inset-120 {
  top: 30rem;
  right: 30rem;
  bottom: 30rem;
  left: 30rem;
}

.inset-130 {
  top: 38rem;
  right: 38rem;
  bottom: 38rem;
  left: 38rem;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-px {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-250px {
  top: 250px;
  right: 250px;
  bottom: 250px;
  left: 250px;
}

.inset-1\/2\% {
  top: 0.5%;
  right: 0.5%;
  bottom: 0.5%;
  left: 0.5%;
}

.inset-1\% {
  top: 1%;
  right: 1%;
  bottom: 1%;
  left: 1%;
}

.inset-2\% {
  top: 2%;
  right: 2%;
  bottom: 2%;
  left: 2%;
}

.inset-3\% {
  top: 3%;
  right: 3%;
  bottom: 3%;
  left: 3%;
}

.inset-4\% {
  top: 4%;
  right: 4%;
  bottom: 4%;
  left: 4%;
}

.inset-5\% {
  top: 5%;
  right: 5%;
  bottom: 5%;
  left: 5%;
}

.inset-10\% {
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
}

.inset-20\% {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}

.inset-23\% {
  top: 23%;
  right: 23%;
  bottom: 23%;
  left: 23%;
}

.inset-25\% {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-26\% {
  top: 26%;
  right: 26%;
  bottom: 26%;
  left: 26%;
}

.inset-30\% {
  top: 30%;
  right: 30%;
  bottom: 30%;
  left: 30%;
}

.inset-40\% {
  top: 40%;
  right: 40%;
  bottom: 40%;
  left: 40%;
}

.inset-50\% {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-60\% {
  top: 60%;
  right: 60%;
  bottom: 60%;
  left: 60%;
}

.inset-70\% {
  top: 70%;
  right: 70%;
  bottom: 70%;
  left: 70%;
}

.inset-80\% {
  top: 80%;
  right: 80%;
  bottom: 80%;
  left: 80%;
}

.inset-90\% {
  top: 90%;
  right: 90%;
  bottom: 90%;
  left: 90%;
}

.inset-95\% {
  top: 95%;
  right: 95%;
  bottom: 95%;
  left: 95%;
}

.inset-96\% {
  top: 96%;
  right: 96%;
  bottom: 96%;
  left: 96%;
}

.inset-97\% {
  top: 97%;
  right: 97%;
  bottom: 97%;
  left: 97%;
}

.inset-98\% {
  top: 98%;
  right: 98%;
  bottom: 98%;
  left: 98%;
}

.inset-99\% {
  top: 99%;
  right: 99%;
  bottom: 99%;
  left: 99%;
}

.inset-36vh {
  top: 36vh;
  right: 36vh;
  bottom: 36vh;
  left: 36vh;
}

.inset-75vh {
  top: 75vh;
  right: 75vh;
  bottom: 75vh;
  left: 75vh;
}

.inset-78vh {
  top: 78vh;
  right: 78vh;
  bottom: 78vh;
  left: 78vh;
}

.inset-80vh {
  top: 80vh;
  right: 80vh;
  bottom: 80vh;
  left: 80vh;
}

.inset-82vh {
  top: 82vh;
  right: 82vh;
  bottom: 82vh;
  left: 82vh;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.inset-x-1 {
  right: 0.25rem;
  left: 0.25rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

.inset-x-2 {
  right: 0.5rem;
  left: 0.5rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

.inset-x-3 {
  right: 0.75rem;
  left: 0.75rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-x-4 {
  right: 1rem;
  left: 1rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-x-5 {
  right: 1.25rem;
  left: 1.25rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-x-6 {
  right: 1.5rem;
  left: 1.5rem;
}

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

.inset-x-7 {
  right: 1.75rem;
  left: 1.75rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-x-8 {
  right: 2rem;
  left: 2rem;
}

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

.inset-x-9 {
  right: 2.25rem;
  left: 2.25rem;
}

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-x-10 {
  right: 2.5rem;
  left: 2.5rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-x-12 {
  right: 3rem;
  left: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-x-14 {
  right: 3.5rem;
  left: 3.5rem;
}

.inset-y-15 {
  top: 3.75rem;
  bottom: 3.75rem;
}

.inset-x-15 {
  right: 3.75rem;
  left: 3.75rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-x-16 {
  right: 4rem;
  left: 4rem;
}

.inset-y-18 {
  top: 4.5rem;
  bottom: 4.5rem;
}

.inset-x-18 {
  right: 4.5rem;
  left: 4.5rem;
}

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-x-20 {
  right: 5rem;
  left: 5rem;
}

.inset-y-21 {
  top: 5.25rem;
  bottom: 5.25rem;
}

.inset-x-21 {
  right: 5.25rem;
  left: 5.25rem;
}

.inset-y-22 {
  top: 5.5rem;
  bottom: 5.5rem;
}

.inset-x-22 {
  right: 5.5rem;
  left: 5.5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-x-24 {
  right: 6rem;
  left: 6rem;
}

.inset-y-26 {
  top: 6.5rem;
  bottom: 6.5rem;
}

.inset-x-26 {
  right: 6.5rem;
  left: 6.5rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-x-28 {
  right: 7rem;
  left: 7rem;
}

.inset-y-30 {
  top: 7.5rem;
  bottom: 7.5rem;
}

.inset-x-30 {
  right: 7.5rem;
  left: 7.5rem;
}

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-x-32 {
  right: 8rem;
  left: 8rem;
}

.inset-y-34 {
  top: 8.5rem;
  bottom: 8.5rem;
}

.inset-x-34 {
  right: 8.5rem;
  left: 8.5rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-x-36 {
  right: 9rem;
  left: 9rem;
}

.inset-y-38 {
  top: 9.5rem;
  bottom: 9.5rem;
}

.inset-x-38 {
  right: 9.5rem;
  left: 9.5rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-x-40 {
  right: 10rem;
  left: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-x-44 {
  right: 11rem;
  left: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-x-48 {
  right: 12rem;
  left: 12rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-x-52 {
  right: 13rem;
  left: 13rem;
}

.inset-y-53 {
  top: 13.25rem;
  bottom: 13.25rem;
}

.inset-x-53 {
  right: 13.25rem;
  left: 13.25rem;
}

.inset-y-54 {
  top: 13.5rem;
  bottom: 13.5rem;
}

.inset-x-54 {
  right: 13.5rem;
  left: 13.5rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-x-56 {
  right: 14rem;
  left: 14rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-x-64 {
  right: 16rem;
  left: 16rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-x-72 {
  right: 18rem;
  left: 18rem;
}

.inset-y-74 {
  top: 18.5rem;
  bottom: 18.5rem;
}

.inset-x-74 {
  right: 18.5rem;
  left: 18.5rem;
}

.inset-y-76 {
  top: 19rem;
  bottom: 19rem;
}

.inset-x-76 {
  right: 19rem;
  left: 19rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-x-80 {
  right: 20rem;
  left: 20rem;
}

.inset-y-85 {
  top: 21.25rem;
  bottom: 21.25rem;
}

.inset-x-85 {
  right: 21.25rem;
  left: 21.25rem;
}

.inset-y-100 {
  top: 25rem;
  bottom: 25rem;
}

.inset-x-100 {
  right: 25rem;
  left: 25rem;
}

.inset-y-105 {
  top: 26.25rem;
  bottom: 26.25rem;
}

.inset-x-105 {
  right: 26.25rem;
  left: 26.25rem;
}

.inset-y-107 {
  top: 26.4rem;
  bottom: 26.4rem;
}

.inset-x-107 {
  right: 26.4rem;
  left: 26.4rem;
}

.inset-y-110 {
  top: 27.5rem;
  bottom: 27.5rem;
}

.inset-x-110 {
  right: 27.5rem;
  left: 27.5rem;
}

.inset-y-120 {
  top: 30rem;
  bottom: 30rem;
}

.inset-x-120 {
  right: 30rem;
  left: 30rem;
}

.inset-y-130 {
  top: 38rem;
  bottom: 38rem;
}

.inset-x-130 {
  right: 38rem;
  left: 38rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.inset-x-px {
  right: 1px;
  left: 1px;
}

.inset-y-250px {
  top: 250px;
  bottom: 250px;
}

.inset-x-250px {
  right: 250px;
  left: 250px;
}

.inset-y-1\/2\% {
  top: 0.5%;
  bottom: 0.5%;
}

.inset-x-1\/2\% {
  right: 0.5%;
  left: 0.5%;
}

.inset-y-1\% {
  top: 1%;
  bottom: 1%;
}

.inset-x-1\% {
  right: 1%;
  left: 1%;
}

.inset-y-2\% {
  top: 2%;
  bottom: 2%;
}

.inset-x-2\% {
  right: 2%;
  left: 2%;
}

.inset-y-3\% {
  top: 3%;
  bottom: 3%;
}

.inset-x-3\% {
  right: 3%;
  left: 3%;
}

.inset-y-4\% {
  top: 4%;
  bottom: 4%;
}

.inset-x-4\% {
  right: 4%;
  left: 4%;
}

.inset-y-5\% {
  top: 5%;
  bottom: 5%;
}

.inset-x-5\% {
  right: 5%;
  left: 5%;
}

.inset-y-10\% {
  top: 10%;
  bottom: 10%;
}

.inset-x-10\% {
  right: 10%;
  left: 10%;
}

.inset-y-20\% {
  top: 20%;
  bottom: 20%;
}

.inset-x-20\% {
  right: 20%;
  left: 20%;
}

.inset-y-23\% {
  top: 23%;
  bottom: 23%;
}

.inset-x-23\% {
  right: 23%;
  left: 23%;
}

.inset-y-25\% {
  top: 25%;
  bottom: 25%;
}

.inset-x-25\% {
  right: 25%;
  left: 25%;
}

.inset-y-26\% {
  top: 26%;
  bottom: 26%;
}

.inset-x-26\% {
  right: 26%;
  left: 26%;
}

.inset-y-30\% {
  top: 30%;
  bottom: 30%;
}

.inset-x-30\% {
  right: 30%;
  left: 30%;
}

.inset-y-40\% {
  top: 40%;
  bottom: 40%;
}

.inset-x-40\% {
  right: 40%;
  left: 40%;
}

.inset-y-50\% {
  top: 50%;
  bottom: 50%;
}

.inset-x-50\% {
  right: 50%;
  left: 50%;
}

.inset-y-60\% {
  top: 60%;
  bottom: 60%;
}

.inset-x-60\% {
  right: 60%;
  left: 60%;
}

.inset-y-70\% {
  top: 70%;
  bottom: 70%;
}

.inset-x-70\% {
  right: 70%;
  left: 70%;
}

.inset-y-80\% {
  top: 80%;
  bottom: 80%;
}

.inset-x-80\% {
  right: 80%;
  left: 80%;
}

.inset-y-90\% {
  top: 90%;
  bottom: 90%;
}

.inset-x-90\% {
  right: 90%;
  left: 90%;
}

.inset-y-95\% {
  top: 95%;
  bottom: 95%;
}

.inset-x-95\% {
  right: 95%;
  left: 95%;
}

.inset-y-96\% {
  top: 96%;
  bottom: 96%;
}

.inset-x-96\% {
  right: 96%;
  left: 96%;
}

.inset-y-97\% {
  top: 97%;
  bottom: 97%;
}

.inset-x-97\% {
  right: 97%;
  left: 97%;
}

.inset-y-98\% {
  top: 98%;
  bottom: 98%;
}

.inset-x-98\% {
  right: 98%;
  left: 98%;
}

.inset-y-99\% {
  top: 99%;
  bottom: 99%;
}

.inset-x-99\% {
  right: 99%;
  left: 99%;
}

.inset-y-36vh {
  top: 36vh;
  bottom: 36vh;
}

.inset-x-36vh {
  right: 36vh;
  left: 36vh;
}

.inset-y-75vh {
  top: 75vh;
  bottom: 75vh;
}

.inset-x-75vh {
  right: 75vh;
  left: 75vh;
}

.inset-y-78vh {
  top: 78vh;
  bottom: 78vh;
}

.inset-x-78vh {
  right: 78vh;
  left: 78vh;
}

.inset-y-80vh {
  top: 80vh;
  bottom: 80vh;
}

.inset-x-80vh {
  right: 80vh;
  left: 80vh;
}

.inset-y-82vh {
  top: 82vh;
  bottom: 82vh;
}

.inset-x-82vh {
  right: 82vh;
  left: 82vh;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-3 {
  left: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-4 {
  left: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-5 {
  left: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-6 {
  left: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.right-7 {
  right: 1.75rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.left-7 {
  left: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.right-8 {
  right: 2rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-8 {
  left: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.right-9 {
  right: 2.25rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.left-9 {
  left: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.right-10 {
  right: 2.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-10 {
  left: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.right-12 {
  right: 3rem;
}

.bottom-12 {
  bottom: 3rem;
}

.left-12 {
  left: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.right-14 {
  right: 3.5rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.left-14 {
  left: 3.5rem;
}

.top-15 {
  top: 3.75rem;
}

.right-15 {
  right: 3.75rem;
}

.bottom-15 {
  bottom: 3.75rem;
}

.left-15 {
  left: 3.75rem;
}

.top-16 {
  top: 4rem;
}

.right-16 {
  right: 4rem;
}

.bottom-16 {
  bottom: 4rem;
}

.left-16 {
  left: 4rem;
}

.top-18 {
  top: 4.5rem;
}

.right-18 {
  right: 4.5rem;
}

.bottom-18 {
  bottom: 4.5rem;
}

.left-18 {
  left: 4.5rem;
}

.top-20 {
  top: 5rem;
}

.right-20 {
  right: 5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.left-20 {
  left: 5rem;
}

.top-21 {
  top: 5.25rem;
}

.right-21 {
  right: 5.25rem;
}

.bottom-21 {
  bottom: 5.25rem;
}

.left-21 {
  left: 5.25rem;
}

.top-22 {
  top: 5.5rem;
}

.right-22 {
  right: 5.5rem;
}

.bottom-22 {
  bottom: 5.5rem;
}

.left-22 {
  left: 5.5rem;
}

.top-24 {
  top: 6rem;
}

.right-24 {
  right: 6rem;
}

.bottom-24 {
  bottom: 6rem;
}

.left-24 {
  left: 6rem;
}

.top-26 {
  top: 6.5rem;
}

.right-26 {
  right: 6.5rem;
}

.bottom-26 {
  bottom: 6.5rem;
}

.left-26 {
  left: 6.5rem;
}

.top-28 {
  top: 7rem;
}

.right-28 {
  right: 7rem;
}

.bottom-28 {
  bottom: 7rem;
}

.left-28 {
  left: 7rem;
}

.top-30 {
  top: 7.5rem;
}

.right-30 {
  right: 7.5rem;
}

.bottom-30 {
  bottom: 7.5rem;
}

.left-30 {
  left: 7.5rem;
}

.top-32 {
  top: 8rem;
}

.right-32 {
  right: 8rem;
}

.bottom-32 {
  bottom: 8rem;
}

.left-32 {
  left: 8rem;
}

.top-34 {
  top: 8.5rem;
}

.right-34 {
  right: 8.5rem;
}

.bottom-34 {
  bottom: 8.5rem;
}

.left-34 {
  left: 8.5rem;
}

.top-36 {
  top: 9rem;
}

.right-36 {
  right: 9rem;
}

.bottom-36 {
  bottom: 9rem;
}

.left-36 {
  left: 9rem;
}

.top-38 {
  top: 9.5rem;
}

.right-38 {
  right: 9.5rem;
}

.bottom-38 {
  bottom: 9.5rem;
}

.left-38 {
  left: 9.5rem;
}

.top-40 {
  top: 10rem;
}

.right-40 {
  right: 10rem;
}

.bottom-40 {
  bottom: 10rem;
}

.left-40 {
  left: 10rem;
}

.top-44 {
  top: 11rem;
}

.right-44 {
  right: 11rem;
}

.bottom-44 {
  bottom: 11rem;
}

.left-44 {
  left: 11rem;
}

.top-48 {
  top: 12rem;
}

.right-48 {
  right: 12rem;
}

.bottom-48 {
  bottom: 12rem;
}

.left-48 {
  left: 12rem;
}

.top-52 {
  top: 13rem;
}

.right-52 {
  right: 13rem;
}

.bottom-52 {
  bottom: 13rem;
}

.left-52 {
  left: 13rem;
}

.top-53 {
  top: 13.25rem;
}

.right-53 {
  right: 13.25rem;
}

.bottom-53 {
  bottom: 13.25rem;
}

.left-53 {
  left: 13.25rem;
}

.top-54 {
  top: 13.5rem;
}

.right-54 {
  right: 13.5rem;
}

.bottom-54 {
  bottom: 13.5rem;
}

.left-54 {
  left: 13.5rem;
}

.top-56 {
  top: 14rem;
}

.right-56 {
  right: 14rem;
}

.bottom-56 {
  bottom: 14rem;
}

.left-56 {
  left: 14rem;
}

.top-64 {
  top: 16rem;
}

.right-64 {
  right: 16rem;
}

.bottom-64 {
  bottom: 16rem;
}

.left-64 {
  left: 16rem;
}

.top-72 {
  top: 18rem;
}

.right-72 {
  right: 18rem;
}

.bottom-72 {
  bottom: 18rem;
}

.left-72 {
  left: 18rem;
}

.top-74 {
  top: 18.5rem;
}

.right-74 {
  right: 18.5rem;
}

.bottom-74 {
  bottom: 18.5rem;
}

.left-74 {
  left: 18.5rem;
}

.top-76 {
  top: 19rem;
}

.right-76 {
  right: 19rem;
}

.bottom-76 {
  bottom: 19rem;
}

.left-76 {
  left: 19rem;
}

.top-80 {
  top: 20rem;
}

.right-80 {
  right: 20rem;
}

.bottom-80 {
  bottom: 20rem;
}

.left-80 {
  left: 20rem;
}

.top-85 {
  top: 21.25rem;
}

.right-85 {
  right: 21.25rem;
}

.bottom-85 {
  bottom: 21.25rem;
}

.left-85 {
  left: 21.25rem;
}

.top-100 {
  top: 25rem;
}

.right-100 {
  right: 25rem;
}

.bottom-100 {
  bottom: 25rem;
}

.left-100 {
  left: 25rem;
}

.top-105 {
  top: 26.25rem;
}

.right-105 {
  right: 26.25rem;
}

.bottom-105 {
  bottom: 26.25rem;
}

.left-105 {
  left: 26.25rem;
}

.top-107 {
  top: 26.4rem;
}

.right-107 {
  right: 26.4rem;
}

.bottom-107 {
  bottom: 26.4rem;
}

.left-107 {
  left: 26.4rem;
}

.top-110 {
  top: 27.5rem;
}

.right-110 {
  right: 27.5rem;
}

.bottom-110 {
  bottom: 27.5rem;
}

.left-110 {
  left: 27.5rem;
}

.top-120 {
  top: 30rem;
}

.right-120 {
  right: 30rem;
}

.bottom-120 {
  bottom: 30rem;
}

.left-120 {
  left: 30rem;
}

.top-130 {
  top: 38rem;
}

.right-130 {
  right: 38rem;
}

.bottom-130 {
  bottom: 38rem;
}

.left-130 {
  left: 38rem;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.top-px {
  top: 1px;
}

.right-px {
  right: 1px;
}

.bottom-px {
  bottom: 1px;
}

.left-px {
  left: 1px;
}

.top-250px {
  top: 250px;
}

.right-250px {
  right: 250px;
}

.bottom-250px {
  bottom: 250px;
}

.left-250px {
  left: 250px;
}

.top-1\/2\% {
  top: 0.5%;
}

.right-1\/2\% {
  right: 0.5%;
}

.bottom-1\/2\% {
  bottom: 0.5%;
}

.left-1\/2\% {
  left: 0.5%;
}

.top-1\% {
  top: 1%;
}

.right-1\% {
  right: 1%;
}

.bottom-1\% {
  bottom: 1%;
}

.left-1\% {
  left: 1%;
}

.top-2\% {
  top: 2%;
}

.right-2\% {
  right: 2%;
}

.bottom-2\% {
  bottom: 2%;
}

.left-2\% {
  left: 2%;
}

.top-3\% {
  top: 3%;
}

.right-3\% {
  right: 3%;
}

.bottom-3\% {
  bottom: 3%;
}

.left-3\% {
  left: 3%;
}

.top-4\% {
  top: 4%;
}

.right-4\% {
  right: 4%;
}

.bottom-4\% {
  bottom: 4%;
}

.left-4\% {
  left: 4%;
}

.top-5\% {
  top: 5%;
}

.right-5\% {
  right: 5%;
}

.bottom-5\% {
  bottom: 5%;
}

.left-5\% {
  left: 5%;
}

.top-10\% {
  top: 10%;
}

.right-10\% {
  right: 10%;
}

.bottom-10\% {
  bottom: 10%;
}

.left-10\% {
  left: 10%;
}

.top-20\% {
  top: 20%;
}

.right-20\% {
  right: 20%;
}

.bottom-20\% {
  bottom: 20%;
}

.left-20\% {
  left: 20%;
}

.top-23\% {
  top: 23%;
}

.right-23\% {
  right: 23%;
}

.bottom-23\% {
  bottom: 23%;
}

.left-23\% {
  left: 23%;
}

.top-25\% {
  top: 25%;
}

.right-25\% {
  right: 25%;
}

.bottom-25\% {
  bottom: 25%;
}

.left-25\% {
  left: 25%;
}

.top-26\% {
  top: 26%;
}

.right-26\% {
  right: 26%;
}

.bottom-26\% {
  bottom: 26%;
}

.left-26\% {
  left: 26%;
}

.top-30\% {
  top: 30%;
}

.right-30\% {
  right: 30%;
}

.bottom-30\% {
  bottom: 30%;
}

.left-30\% {
  left: 30%;
}

.top-40\% {
  top: 40%;
}

.right-40\% {
  right: 40%;
}

.bottom-40\% {
  bottom: 40%;
}

.left-40\% {
  left: 40%;
}

.top-50\% {
  top: 50%;
}

.right-50\% {
  right: 50%;
}

.bottom-50\% {
  bottom: 50%;
}

.left-50\% {
  left: 50%;
}

.top-60\% {
  top: 60%;
}

.right-60\% {
  right: 60%;
}

.bottom-60\% {
  bottom: 60%;
}

.left-60\% {
  left: 60%;
}

.top-70\% {
  top: 70%;
}

.right-70\% {
  right: 70%;
}

.bottom-70\% {
  bottom: 70%;
}

.left-70\% {
  left: 70%;
}

.top-80\% {
  top: 80%;
}

.right-80\% {
  right: 80%;
}

.bottom-80\% {
  bottom: 80%;
}

.left-80\% {
  left: 80%;
}

.top-90\% {
  top: 90%;
}

.right-90\% {
  right: 90%;
}

.bottom-90\% {
  bottom: 90%;
}

.left-90\% {
  left: 90%;
}

.top-95\% {
  top: 95%;
}

.right-95\% {
  right: 95%;
}

.bottom-95\% {
  bottom: 95%;
}

.left-95\% {
  left: 95%;
}

.top-96\% {
  top: 96%;
}

.right-96\% {
  right: 96%;
}

.bottom-96\% {
  bottom: 96%;
}

.left-96\% {
  left: 96%;
}

.top-97\% {
  top: 97%;
}

.right-97\% {
  right: 97%;
}

.bottom-97\% {
  bottom: 97%;
}

.left-97\% {
  left: 97%;
}

.top-98\% {
  top: 98%;
}

.right-98\% {
  right: 98%;
}

.bottom-98\% {
  bottom: 98%;
}

.left-98\% {
  left: 98%;
}

.top-99\% {
  top: 99%;
}

.right-99\% {
  right: 99%;
}

.bottom-99\% {
  bottom: 99%;
}

.left-99\% {
  left: 99%;
}

.top-36vh {
  top: 36vh;
}

.right-36vh {
  right: 36vh;
}

.bottom-36vh {
  bottom: 36vh;
}

.left-36vh {
  left: 36vh;
}

.top-75vh {
  top: 75vh;
}

.right-75vh {
  right: 75vh;
}

.bottom-75vh {
  bottom: 75vh;
}

.left-75vh {
  left: 75vh;
}

.top-78vh {
  top: 78vh;
}

.right-78vh {
  right: 78vh;
}

.bottom-78vh {
  bottom: 78vh;
}

.left-78vh {
  left: 78vh;
}

.top-80vh {
  top: 80vh;
}

.right-80vh {
  right: 80vh;
}

.bottom-80vh {
  bottom: 80vh;
}

.left-80vh {
  left: 80vh;
}

.top-82vh {
  top: 82vh;
}

.right-82vh {
  right: 82vh;
}

.bottom-82vh {
  bottom: 82vh;
}

.left-82vh {
  left: 82vh;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(63, 169, 245, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-offset-epic-off-white {
  --tw-ring-offset-color: #C5E7FF;
}

.ring-offset-epic-pale-blue {
  --tw-ring-offset-color: #B1DEFF;
}

.ring-offset-epic-dark-blue {
  --tw-ring-offset-color: #193B54;
}

.ring-offset-epic-light-blue {
  --tw-ring-offset-color: #00bff3;
}

.ring-offset-epic-purple {
  --tw-ring-offset-color: #7570b3;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor;
}

.ring-offset-black {
  --tw-ring-offset-color: #000;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f8f8f8;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #f2f2f2;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #e8e8e8;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #d6d6d6;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #b9b9b9;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #858585;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #676767;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #3b3b3b;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #333333;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #ffb6b6;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #ff7a7a;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #ff6060;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #ff4747;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ff2d2d;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #ff1414;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #f90000;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #e00000;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #ca0000;
}

.ring-offset-orange-100 {
  --tw-ring-offset-color: #ffeac7;
}

.ring-offset-orange-200 {
  --tw-ring-offset-color: #ffce7a;
}

.ring-offset-orange-300 {
  --tw-ring-offset-color: #ffc560;
}

.ring-offset-orange-400 {
  --tw-ring-offset-color: #ffbb47;
}

.ring-offset-orange-500 {
  --tw-ring-offset-color: #FFB22D;
}

.ring-offset-orange-600 {
  --tw-ring-offset-color: #ffa914;
}

.ring-offset-orange-700 {
  --tw-ring-offset-color: #f99e00;
}

.ring-offset-orange-800 {
  --tw-ring-offset-color: #e08e00;
}

.ring-offset-orange-900 {
  --tw-ring-offset-color: #945e00;
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fffff0;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fefcbf;
}

.ring-offset-yellow-300 {
  --tw-ring-offset-color: #faf089;
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #f6e05e;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #ecc94b;
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #d69e2e;
}

.ring-offset-yellow-700 {
  --tw-ring-offset-color: #b7791f;
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #975a16;
}

.ring-offset-yellow-900 {
  --tw-ring-offset-color: #744210;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #d0ff57;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #bbff0a;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #adef00;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #9ad600;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #88BC00;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #76a300;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #638900;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #517000;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #1a2400;
}

.ring-offset-teal-100 {
  --tw-ring-offset-color: #e6fffa;
}

.ring-offset-teal-200 {
  --tw-ring-offset-color: #b2f5ea;
}

.ring-offset-teal-300 {
  --tw-ring-offset-color: #81e6d9;
}

.ring-offset-teal-400 {
  --tw-ring-offset-color: #4fd1c5;
}

.ring-offset-teal-500 {
  --tw-ring-offset-color: #38b2ac;
}

.ring-offset-teal-600 {
  --tw-ring-offset-color: #319795;
}

.ring-offset-teal-700 {
  --tw-ring-offset-color: #2c7a7b;
}

.ring-offset-teal-800 {
  --tw-ring-offset-color: #285e61;
}

.ring-offset-teal-900 {
  --tw-ring-offset-color: #234e52;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #d1eafd;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #88caf9;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #6fbff8;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #57b4f6;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3fa9f5;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #279ef4;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #0f93f2;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #0b85dc;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #075993;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #ebf4ff;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c3dafe;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a3bffa;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #7f9cf5;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #667eea;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #5a67d8;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4c51bf;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #434190;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #3c366b;
}

.ring-offset-purple-100 {
  --tw-ring-offset-color: #faf5ff;
}

.ring-offset-purple-200 {
  --tw-ring-offset-color: #e9d8fd;
}

.ring-offset-purple-300 {
  --tw-ring-offset-color: #d6bcfa;
}

.ring-offset-purple-400 {
  --tw-ring-offset-color: #b794f4;
}

.ring-offset-purple-500 {
  --tw-ring-offset-color: #9f7aea;
}

.ring-offset-purple-600 {
  --tw-ring-offset-color: #805ad5;
}

.ring-offset-purple-700 {
  --tw-ring-offset-color: #6b46c1;
}

.ring-offset-purple-800 {
  --tw-ring-offset-color: #553c9a;
}

.ring-offset-purple-900 {
  --tw-ring-offset-color: #44337a;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fff5f7;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fed7e2;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #fbb6ce;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f687b3;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ed64a6;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #d53f8c;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #b83280;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #97266d;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #702459;
}

.focus-within\:ring-offset-epic-off-white:focus-within {
  --tw-ring-offset-color: #C5E7FF;
}

.focus-within\:ring-offset-epic-pale-blue:focus-within {
  --tw-ring-offset-color: #B1DEFF;
}

.focus-within\:ring-offset-epic-dark-blue:focus-within {
  --tw-ring-offset-color: #193B54;
}

.focus-within\:ring-offset-epic-light-blue:focus-within {
  --tw-ring-offset-color: #00bff3;
}

.focus-within\:ring-offset-epic-purple:focus-within {
  --tw-ring-offset-color: #7570b3;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f8f8f8;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #f2f2f2;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #e8e8e8;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #d6d6d6;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #b9b9b9;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #858585;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #676767;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #3b3b3b;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #333333;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #ffb6b6;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #ff7a7a;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #ff6060;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #ff4747;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ff2d2d;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #ff1414;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #f90000;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #e00000;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #ca0000;
}

.focus-within\:ring-offset-orange-100:focus-within {
  --tw-ring-offset-color: #ffeac7;
}

.focus-within\:ring-offset-orange-200:focus-within {
  --tw-ring-offset-color: #ffce7a;
}

.focus-within\:ring-offset-orange-300:focus-within {
  --tw-ring-offset-color: #ffc560;
}

.focus-within\:ring-offset-orange-400:focus-within {
  --tw-ring-offset-color: #ffbb47;
}

.focus-within\:ring-offset-orange-500:focus-within {
  --tw-ring-offset-color: #FFB22D;
}

.focus-within\:ring-offset-orange-600:focus-within {
  --tw-ring-offset-color: #ffa914;
}

.focus-within\:ring-offset-orange-700:focus-within {
  --tw-ring-offset-color: #f99e00;
}

.focus-within\:ring-offset-orange-800:focus-within {
  --tw-ring-offset-color: #e08e00;
}

.focus-within\:ring-offset-orange-900:focus-within {
  --tw-ring-offset-color: #945e00;
}

.focus-within\:ring-offset-yellow-100:focus-within {
  --tw-ring-offset-color: #fffff0;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fefcbf;
}

.focus-within\:ring-offset-yellow-300:focus-within {
  --tw-ring-offset-color: #faf089;
}

.focus-within\:ring-offset-yellow-400:focus-within {
  --tw-ring-offset-color: #f6e05e;
}

.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #ecc94b;
}

.focus-within\:ring-offset-yellow-600:focus-within {
  --tw-ring-offset-color: #d69e2e;
}

.focus-within\:ring-offset-yellow-700:focus-within {
  --tw-ring-offset-color: #b7791f;
}

.focus-within\:ring-offset-yellow-800:focus-within {
  --tw-ring-offset-color: #975a16;
}

.focus-within\:ring-offset-yellow-900:focus-within {
  --tw-ring-offset-color: #744210;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d0ff57;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #bbff0a;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #adef00;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #9ad600;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #88BC00;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #76a300;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #638900;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #517000;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #1a2400;
}

.focus-within\:ring-offset-teal-100:focus-within {
  --tw-ring-offset-color: #e6fffa;
}

.focus-within\:ring-offset-teal-200:focus-within {
  --tw-ring-offset-color: #b2f5ea;
}

.focus-within\:ring-offset-teal-300:focus-within {
  --tw-ring-offset-color: #81e6d9;
}

.focus-within\:ring-offset-teal-400:focus-within {
  --tw-ring-offset-color: #4fd1c5;
}

.focus-within\:ring-offset-teal-500:focus-within {
  --tw-ring-offset-color: #38b2ac;
}

.focus-within\:ring-offset-teal-600:focus-within {
  --tw-ring-offset-color: #319795;
}

.focus-within\:ring-offset-teal-700:focus-within {
  --tw-ring-offset-color: #2c7a7b;
}

.focus-within\:ring-offset-teal-800:focus-within {
  --tw-ring-offset-color: #285e61;
}

.focus-within\:ring-offset-teal-900:focus-within {
  --tw-ring-offset-color: #234e52;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #d1eafd;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #88caf9;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #6fbff8;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #57b4f6;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3fa9f5;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #279ef4;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #0f93f2;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #0b85dc;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #075993;
}

.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #ebf4ff;
}

.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c3dafe;
}

.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a3bffa;
}

.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #7f9cf5;
}

.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #667eea;
}

.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #5a67d8;
}

.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4c51bf;
}

.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #434190;
}

.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #3c366b;
}

.focus-within\:ring-offset-purple-100:focus-within {
  --tw-ring-offset-color: #faf5ff;
}

.focus-within\:ring-offset-purple-200:focus-within {
  --tw-ring-offset-color: #e9d8fd;
}

.focus-within\:ring-offset-purple-300:focus-within {
  --tw-ring-offset-color: #d6bcfa;
}

.focus-within\:ring-offset-purple-400:focus-within {
  --tw-ring-offset-color: #b794f4;
}

.focus-within\:ring-offset-purple-500:focus-within {
  --tw-ring-offset-color: #9f7aea;
}

.focus-within\:ring-offset-purple-600:focus-within {
  --tw-ring-offset-color: #805ad5;
}

.focus-within\:ring-offset-purple-700:focus-within {
  --tw-ring-offset-color: #6b46c1;
}

.focus-within\:ring-offset-purple-800:focus-within {
  --tw-ring-offset-color: #553c9a;
}

.focus-within\:ring-offset-purple-900:focus-within {
  --tw-ring-offset-color: #44337a;
}

.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fff5f7;
}

.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fed7e2;
}

.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #fbb6ce;
}

.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f687b3;
}

.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ed64a6;
}

.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #d53f8c;
}

.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #b83280;
}

.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #97266d;
}

.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #702459;
}

.focus\:ring-offset-epic-off-white:focus {
  --tw-ring-offset-color: #C5E7FF;
}

.focus\:ring-offset-epic-pale-blue:focus {
  --tw-ring-offset-color: #B1DEFF;
}

.focus\:ring-offset-epic-dark-blue:focus {
  --tw-ring-offset-color: #193B54;
}

.focus\:ring-offset-epic-light-blue:focus {
  --tw-ring-offset-color: #00bff3;
}

.focus\:ring-offset-epic-purple:focus {
  --tw-ring-offset-color: #7570b3;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f8f8f8;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #f2f2f2;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #e8e8e8;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #d6d6d6;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #b9b9b9;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #858585;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #676767;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #3b3b3b;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #333333;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #ffb6b6;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #ff7a7a;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #ff6060;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #ff4747;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ff2d2d;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #ff1414;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #f90000;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #e00000;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #ca0000;
}

.focus\:ring-offset-orange-100:focus {
  --tw-ring-offset-color: #ffeac7;
}

.focus\:ring-offset-orange-200:focus {
  --tw-ring-offset-color: #ffce7a;
}

.focus\:ring-offset-orange-300:focus {
  --tw-ring-offset-color: #ffc560;
}

.focus\:ring-offset-orange-400:focus {
  --tw-ring-offset-color: #ffbb47;
}

.focus\:ring-offset-orange-500:focus {
  --tw-ring-offset-color: #FFB22D;
}

.focus\:ring-offset-orange-600:focus {
  --tw-ring-offset-color: #ffa914;
}

.focus\:ring-offset-orange-700:focus {
  --tw-ring-offset-color: #f99e00;
}

.focus\:ring-offset-orange-800:focus {
  --tw-ring-offset-color: #e08e00;
}

.focus\:ring-offset-orange-900:focus {
  --tw-ring-offset-color: #945e00;
}

.focus\:ring-offset-yellow-100:focus {
  --tw-ring-offset-color: #fffff0;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fefcbf;
}

.focus\:ring-offset-yellow-300:focus {
  --tw-ring-offset-color: #faf089;
}

.focus\:ring-offset-yellow-400:focus {
  --tw-ring-offset-color: #f6e05e;
}

.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #ecc94b;
}

.focus\:ring-offset-yellow-600:focus {
  --tw-ring-offset-color: #d69e2e;
}

.focus\:ring-offset-yellow-700:focus {
  --tw-ring-offset-color: #b7791f;
}

.focus\:ring-offset-yellow-800:focus {
  --tw-ring-offset-color: #975a16;
}

.focus\:ring-offset-yellow-900:focus {
  --tw-ring-offset-color: #744210;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d0ff57;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #bbff0a;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #adef00;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #9ad600;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #88BC00;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #76a300;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #638900;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #517000;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #1a2400;
}

.focus\:ring-offset-teal-100:focus {
  --tw-ring-offset-color: #e6fffa;
}

.focus\:ring-offset-teal-200:focus {
  --tw-ring-offset-color: #b2f5ea;
}

.focus\:ring-offset-teal-300:focus {
  --tw-ring-offset-color: #81e6d9;
}

.focus\:ring-offset-teal-400:focus {
  --tw-ring-offset-color: #4fd1c5;
}

.focus\:ring-offset-teal-500:focus {
  --tw-ring-offset-color: #38b2ac;
}

.focus\:ring-offset-teal-600:focus {
  --tw-ring-offset-color: #319795;
}

.focus\:ring-offset-teal-700:focus {
  --tw-ring-offset-color: #2c7a7b;
}

.focus\:ring-offset-teal-800:focus {
  --tw-ring-offset-color: #285e61;
}

.focus\:ring-offset-teal-900:focus {
  --tw-ring-offset-color: #234e52;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #d1eafd;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #88caf9;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #6fbff8;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #57b4f6;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3fa9f5;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #279ef4;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #0f93f2;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #0b85dc;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #075993;
}

.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #ebf4ff;
}

.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c3dafe;
}

.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a3bffa;
}

.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #7f9cf5;
}

.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #667eea;
}

.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #5a67d8;
}

.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4c51bf;
}

.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #434190;
}

.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #3c366b;
}

.focus\:ring-offset-purple-100:focus {
  --tw-ring-offset-color: #faf5ff;
}

.focus\:ring-offset-purple-200:focus {
  --tw-ring-offset-color: #e9d8fd;
}

.focus\:ring-offset-purple-300:focus {
  --tw-ring-offset-color: #d6bcfa;
}

.focus\:ring-offset-purple-400:focus {
  --tw-ring-offset-color: #b794f4;
}

.focus\:ring-offset-purple-500:focus {
  --tw-ring-offset-color: #9f7aea;
}

.focus\:ring-offset-purple-600:focus {
  --tw-ring-offset-color: #805ad5;
}

.focus\:ring-offset-purple-700:focus {
  --tw-ring-offset-color: #6b46c1;
}

.focus\:ring-offset-purple-800:focus {
  --tw-ring-offset-color: #553c9a;
}

.focus\:ring-offset-purple-900:focus {
  --tw-ring-offset-color: #44337a;
}

.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fff5f7;
}

.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fed7e2;
}

.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #fbb6ce;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f687b3;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ed64a6;
}

.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #d53f8c;
}

.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #b83280;
}

.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #97266d;
}

.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #702459;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.ring-epic-off-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
}

.ring-epic-pale-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
}

.ring-epic-dark-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
}

.ring-epic-light-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
}

.ring-epic-purple {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
}

.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
}

.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
}

.ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
}

.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
}

.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
}

.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
}

.ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
}

.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
}

.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
}

.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
}

.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
}

.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
}

.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
}

.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
}

.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
}

.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
}

.ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
}

.ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
}

.focus-within\:ring-epic-off-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-epic-pale-blue:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-epic-dark-blue:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
}

.focus-within\:ring-epic-light-blue:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-epic-purple:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor;
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-orange-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
}

.focus-within\:ring-yellow-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
}

.focus-within\:ring-teal-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
}

.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
}

.focus-within\:ring-purple-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
}

.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
}

.focus\:ring-epic-off-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
}

.focus\:ring-epic-pale-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
}

.focus\:ring-epic-dark-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
}

.focus\:ring-epic-light-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
}

.focus\:ring-epic-purple:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-orange-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
}

.focus\:ring-orange-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
}

.focus\:ring-orange-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
}

.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
}

.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
}

.focus\:ring-orange-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
}

.focus\:ring-orange-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
}

.focus\:ring-orange-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
}

.focus\:ring-teal-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
}

.focus\:ring-teal-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
}

.focus\:ring-teal-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
}

.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
}

.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
}

.focus\:ring-teal-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
}

.focus\:ring-teal-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
}

.focus\:ring-teal-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
}

.focus\:ring-teal-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
}

.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
}

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-epic-off-white {
  --tw-text-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-text-opacity));
}

.text-epic-pale-blue {
  --tw-text-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-text-opacity));
}

.text-epic-dark-blue {
  --tw-text-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-text-opacity));
}

.text-epic-light-blue {
  --tw-text-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-text-opacity));
}

.text-epic-purple {
  --tw-text-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-current {
  color: currentColor;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-text-opacity));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-text-opacity));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-text-opacity));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-text-opacity));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-text-opacity));
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-text-opacity));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-text-opacity));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-text-opacity));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-text-opacity));
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-text-opacity));
}

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-text-opacity));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-text-opacity));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-text-opacity));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-text-opacity));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-text-opacity));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-text-opacity));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-text-opacity));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-text-opacity));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-text-opacity));
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-text-opacity));
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-text-opacity));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-text-opacity));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-text-opacity));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-text-opacity));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-text-opacity));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-text-opacity));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-text-opacity));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-text-opacity));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-text-opacity));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-text-opacity));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-text-opacity));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-text-opacity));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-text-opacity));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-text-opacity));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-text-opacity));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-text-opacity));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-text-opacity));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-text-opacity));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-text-opacity));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-text-opacity));
}

.hover\:text-epic-off-white:hover {
  --tw-text-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-text-opacity));
}

.hover\:text-epic-pale-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-text-opacity));
}

.hover\:text-epic-dark-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-text-opacity));
}

.hover\:text-epic-light-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-text-opacity));
}

.hover\:text-epic-purple:hover {
  --tw-text-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-text-opacity));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-text-opacity));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-text-opacity));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-text-opacity));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-text-opacity));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-text-opacity));
}

.hover\:text-orange-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-text-opacity));
}

.hover\:text-orange-200:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-text-opacity));
}

.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-text-opacity));
}

.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-text-opacity));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-text-opacity));
}

.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-text-opacity));
}

.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-text-opacity));
}

.hover\:text-orange-900:hover {
  --tw-text-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-text-opacity));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-text-opacity));
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-text-opacity));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-text-opacity));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-text-opacity));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-text-opacity));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-text-opacity));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-text-opacity));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-text-opacity));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-text-opacity));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-text-opacity));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-text-opacity));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-text-opacity));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-text-opacity));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-text-opacity));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-text-opacity));
}

.hover\:text-teal-100:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-text-opacity));
}

.hover\:text-teal-200:hover {
  --tw-text-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-text-opacity));
}

.hover\:text-teal-300:hover {
  --tw-text-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-text-opacity));
}

.hover\:text-teal-400:hover {
  --tw-text-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-text-opacity));
}

.hover\:text-teal-500:hover {
  --tw-text-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-text-opacity));
}

.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-text-opacity));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-text-opacity));
}

.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-text-opacity));
}

.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-text-opacity));
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-text-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-text-opacity));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-text-opacity));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-text-opacity));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-text-opacity));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-text-opacity));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-text-opacity));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-text-opacity));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-text-opacity));
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-text-opacity));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-text-opacity));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-text-opacity));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-text-opacity));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-text-opacity));
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-text-opacity));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-text-opacity));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-text-opacity));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-text-opacity));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-text-opacity));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-text-opacity));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-text-opacity));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-text-opacity));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-text-opacity));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-text-opacity));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-text-opacity));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-text-opacity));
}

.focus\:text-epic-off-white:focus {
  --tw-text-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-text-opacity));
}

.focus\:text-epic-pale-blue:focus {
  --tw-text-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-text-opacity));
}

.focus\:text-epic-dark-blue:focus {
  --tw-text-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-text-opacity));
}

.focus\:text-epic-light-blue:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-text-opacity));
}

.focus\:text-epic-purple:focus {
  --tw-text-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-text-opacity));
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-text-opacity));
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-text-opacity));
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-text-opacity));
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-text-opacity));
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-text-opacity));
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-text-opacity));
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-text-opacity));
}

.focus\:text-orange-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-text-opacity));
}

.focus\:text-orange-200:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-text-opacity));
}

.focus\:text-orange-300:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-text-opacity));
}

.focus\:text-orange-400:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-text-opacity));
}

.focus\:text-orange-500:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

.focus\:text-orange-600:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-text-opacity));
}

.focus\:text-orange-700:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-text-opacity));
}

.focus\:text-orange-800:focus {
  --tw-text-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-text-opacity));
}

.focus\:text-orange-900:focus {
  --tw-text-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-text-opacity));
}

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-text-opacity));
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-text-opacity));
}

.focus\:text-yellow-300:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-text-opacity));
}

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity));
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-text-opacity));
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-text-opacity));
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-text-opacity));
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-text-opacity));
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-text-opacity));
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-text-opacity));
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-text-opacity));
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-text-opacity));
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-text-opacity));
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-text-opacity));
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-text-opacity));
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-text-opacity));
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-text-opacity));
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-text-opacity));
}

.focus\:text-teal-100:focus {
  --tw-text-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-text-opacity));
}

.focus\:text-teal-200:focus {
  --tw-text-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-text-opacity));
}

.focus\:text-teal-300:focus {
  --tw-text-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-text-opacity));
}

.focus\:text-teal-400:focus {
  --tw-text-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-text-opacity));
}

.focus\:text-teal-500:focus {
  --tw-text-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-text-opacity));
}

.focus\:text-teal-600:focus {
  --tw-text-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-text-opacity));
}

.focus\:text-teal-700:focus {
  --tw-text-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-text-opacity));
}

.focus\:text-teal-800:focus {
  --tw-text-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-text-opacity));
}

.focus\:text-teal-900:focus {
  --tw-text-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-text-opacity));
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-text-opacity));
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-text-opacity));
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-text-opacity));
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-text-opacity));
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-text-opacity));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-text-opacity));
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-text-opacity));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-text-opacity));
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-text-opacity));
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-text-opacity));
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-text-opacity));
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-text-opacity));
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-text-opacity));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-text-opacity));
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-text-opacity));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-text-opacity));
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-text-opacity));
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus\:text-purple-200:focus {
  --tw-text-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-text-opacity));
}

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-text-opacity));
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-text-opacity));
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-text-opacity));
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-text-opacity));
}

.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-text-opacity));
}

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-text-opacity));
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-text-opacity));
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-text-opacity));
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-text-opacity));
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-text-opacity));
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-text-opacity));
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-text-opacity));
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-text-opacity));
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-text-opacity));
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-text-opacity));
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-text-opacity));
}

.focus-within\:text-epic-off-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-text-opacity));
}

.focus-within\:text-epic-pale-blue:focus-within {
  --tw-text-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-text-opacity));
}

.focus-within\:text-epic-dark-blue:focus-within {
  --tw-text-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-text-opacity));
}

.focus-within\:text-epic-light-blue:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-text-opacity));
}

.focus-within\:text-epic-purple:focus-within {
  --tw-text-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-current:focus-within {
  color: currentColor;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-text-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-text-opacity));
}

.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-text-opacity));
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.focus-within\:text-red-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-text-opacity));
}

.focus-within\:text-red-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-text-opacity));
}

.focus-within\:text-red-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-text-opacity));
}

.focus-within\:text-red-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-text-opacity));
}

.focus-within\:text-red-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-text-opacity));
}

.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-red-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-red-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-orange-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-text-opacity));
}

.focus-within\:text-orange-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-text-opacity));
}

.focus-within\:text-orange-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-text-opacity));
}

.focus-within\:text-orange-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-text-opacity));
}

.focus-within\:text-orange-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

.focus-within\:text-orange-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-text-opacity));
}

.focus-within\:text-orange-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-text-opacity));
}

.focus-within\:text-orange-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-text-opacity));
}

.focus-within\:text-orange-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-text-opacity));
}

.focus-within\:text-yellow-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-text-opacity));
}

.focus-within\:text-yellow-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-text-opacity));
}

.focus-within\:text-yellow-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-text-opacity));
}

.focus-within\:text-yellow-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity));
}

.focus-within\:text-yellow-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-text-opacity));
}

.focus-within\:text-yellow-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-text-opacity));
}

.focus-within\:text-yellow-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-text-opacity));
}

.focus-within\:text-yellow-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-text-opacity));
}

.focus-within\:text-yellow-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-text-opacity));
}

.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-text-opacity));
}

.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-text-opacity));
}

.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-text-opacity));
}

.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-text-opacity));
}

.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-text-opacity));
}

.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-text-opacity));
}

.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-text-opacity));
}

.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-text-opacity));
}

.focus-within\:text-green-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-text-opacity));
}

.focus-within\:text-teal-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-text-opacity));
}

.focus-within\:text-teal-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-text-opacity));
}

.focus-within\:text-teal-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-text-opacity));
}

.focus-within\:text-teal-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-text-opacity));
}

.focus-within\:text-teal-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-text-opacity));
}

.focus-within\:text-teal-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-text-opacity));
}

.focus-within\:text-teal-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-text-opacity));
}

.focus-within\:text-teal-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-text-opacity));
}

.focus-within\:text-teal-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-text-opacity));
}

.focus-within\:text-blue-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-text-opacity));
}

.focus-within\:text-blue-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-text-opacity));
}

.focus-within\:text-blue-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-text-opacity));
}

.focus-within\:text-blue-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-text-opacity));
}

.focus-within\:text-blue-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

.focus-within\:text-blue-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-text-opacity));
}

.focus-within\:text-blue-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-text-opacity));
}

.focus-within\:text-blue-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-text-opacity));
}

.focus-within\:text-blue-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-text-opacity));
}

.focus-within\:text-indigo-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-text-opacity));
}

.focus-within\:text-indigo-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-text-opacity));
}

.focus-within\:text-indigo-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-text-opacity));
}

.focus-within\:text-indigo-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-text-opacity));
}

.focus-within\:text-indigo-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-text-opacity));
}

.focus-within\:text-indigo-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-text-opacity));
}

.focus-within\:text-indigo-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-text-opacity));
}

.focus-within\:text-indigo-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-text-opacity));
}

.focus-within\:text-indigo-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-text-opacity));
}

.focus-within\:text-purple-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.focus-within\:text-purple-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-text-opacity));
}

.focus-within\:text-purple-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-text-opacity));
}

.focus-within\:text-purple-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-text-opacity));
}

.focus-within\:text-purple-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-text-opacity));
}

.focus-within\:text-purple-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-text-opacity));
}

.focus-within\:text-purple-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-text-opacity));
}

.focus-within\:text-purple-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-text-opacity));
}

.focus-within\:text-purple-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-text-opacity));
}

.focus-within\:text-pink-100:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-text-opacity));
}

.focus-within\:text-pink-200:focus-within {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-text-opacity));
}

.focus-within\:text-pink-300:focus-within {
  --tw-text-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-text-opacity));
}

.focus-within\:text-pink-400:focus-within {
  --tw-text-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-text-opacity));
}

.focus-within\:text-pink-500:focus-within {
  --tw-text-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-text-opacity));
}

.focus-within\:text-pink-600:focus-within {
  --tw-text-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-text-opacity));
}

.focus-within\:text-pink-700:focus-within {
  --tw-text-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-text-opacity));
}

.focus-within\:text-pink-800:focus-within {
  --tw-text-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-text-opacity));
}

.focus-within\:text-pink-900:focus-within {
  --tw-text-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-epic-off-white {
  --tw-text-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-epic-pale-blue {
  --tw-text-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-epic-dark-blue {
  --tw-text-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-epic-light-blue {
  --tw-text-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-epic-purple {
  --tw-text-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-epic-off-white {
  --tw-text-opacity: 1;
  color: rgba(197, 231, 255, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-epic-pale-blue {
  --tw-text-opacity: 1;
  color: rgba(177, 222, 255, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-epic-dark-blue {
  --tw-text-opacity: 1;
  color: rgba(25, 59, 84, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-epic-light-blue {
  --tw-text-opacity: 1;
  color: rgba(0, 191, 243, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-epic-purple {
  --tw-text-opacity: 1;
  color: rgba(117, 112, 179, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-transparent {
  color: transparent;
}

.group:focus .group-focus\:text-current {
  color: currentColor;
}

.group:focus .group-focus\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(248, 248, 248, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(242, 242, 242, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(214, 214, 214, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(185, 185, 185, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(133, 133, 133, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(59, 59, 59, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 182, 182, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 122, 122, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 96, 96, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 71, 71, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 45, 45, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 20, 20, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(249, 0, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgba(202, 0, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 234, 199, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgba(255, 206, 122, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-300 {
  --tw-text-opacity: 1;
  color: rgba(255, 197, 96, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(255, 187, 71, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 178, 45, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(255, 169, 20, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-700 {
  --tw-text-opacity: 1;
  color: rgba(249, 158, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-800 {
  --tw-text-opacity: 1;
  color: rgba(224, 142, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-orange-900 {
  --tw-text-opacity: 1;
  color: rgba(148, 94, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 240, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 252, 191, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgba(250, 240, 137, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgba(246, 224, 94, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(236, 201, 75, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(214, 158, 46, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgba(183, 121, 31, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgba(151, 90, 22, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgba(116, 66, 16, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgba(208, 255, 87, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgba(187, 255, 10, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgba(173, 239, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgba(154, 214, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(136, 188, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(118, 163, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(99, 137, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgba(81, 112, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgba(26, 36, 0, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-100 {
  --tw-text-opacity: 1;
  color: rgba(230, 255, 250, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-200 {
  --tw-text-opacity: 1;
  color: rgba(178, 245, 234, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-300 {
  --tw-text-opacity: 1;
  color: rgba(129, 230, 217, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-400 {
  --tw-text-opacity: 1;
  color: rgba(79, 209, 197, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-500 {
  --tw-text-opacity: 1;
  color: rgba(56, 178, 172, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(49, 151, 149, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-700 {
  --tw-text-opacity: 1;
  color: rgba(44, 122, 123, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-800 {
  --tw-text-opacity: 1;
  color: rgba(40, 94, 97, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-teal-900 {
  --tw-text-opacity: 1;
  color: rgba(35, 78, 82, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(209, 234, 253, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(136, 202, 249, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(111, 191, 248, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(87, 180, 246, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(63, 169, 245, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(39, 158, 244, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(15, 147, 242, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(11, 133, 220, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgba(7, 89, 147, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgba(235, 244, 255, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgba(195, 218, 254, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgba(163, 191, 250, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgba(127, 156, 245, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgba(102, 126, 234, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(90, 103, 216, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgba(76, 81, 191, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgba(67, 65, 144, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgba(60, 54, 107, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgba(250, 245, 255, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgba(233, 216, 253, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 188, 250, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgba(183, 148, 244, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgba(159, 122, 234, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgba(128, 90, 213, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgba(107, 70, 193, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgba(85, 60, 154, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgba(68, 51, 122, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 247, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgba(254, 215, 226, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgba(251, 182, 206, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgba(246, 135, 179, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgba(237, 100, 166, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgba(213, 63, 140, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgba(184, 50, 128, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgba(151, 38, 109, var(--tw-text-opacity));
}

.group:focus .group-focus\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(112, 36, 89, var(--tw-text-opacity));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

.italic {
  font-style: italic;
}

.not-italic {
  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;
}

.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;
}

.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;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.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;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-18 {
  width: 4.5rem;
}

.w-20 {
  width: 5rem;
}

.w-21 {
  width: 5.25rem;
}

.w-22 {
  width: 5.5rem;
}

.w-24 {
  width: 6rem;
}

.w-26 {
  width: 6.5rem;
}

.w-28 {
  width: 7rem;
}

.w-30 {
  width: 7.5rem;
}

.w-32 {
  width: 8rem;
}

.w-34 {
  width: 8.5rem;
}

.w-36 {
  width: 9rem;
}

.w-38 {
  width: 9.5rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-53 {
  width: 13.25rem;
}

.w-54 {
  width: 13.5rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-74 {
  width: 18.5rem;
}

.w-76 {
  width: 19rem;
}

.w-80 {
  width: 20rem;
}

.w-85 {
  width: 21.25rem;
}

.w-100 {
  width: 25rem;
}

.w-105 {
  width: 26.25rem;
}

.w-107 {
  width: 26.4rem;
}

.w-110 {
  width: 27.5rem;
}

.w-120 {
  width: 30rem;
}

.w-130 {
  width: 38rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-250px {
  width: 250px;
}

.w-1\/2\% {
  width: 0.5%;
}

.w-1\% {
  width: 1%;
}

.w-2\% {
  width: 2%;
}

.w-3\% {
  width: 3%;
}

.w-4\% {
  width: 4%;
}

.w-5\% {
  width: 5%;
}

.w-10\% {
  width: 10%;
}

.w-20\% {
  width: 20%;
}

.w-23\% {
  width: 23%;
}

.w-25\% {
  width: 25%;
}

.w-26\% {
  width: 26%;
}

.w-30\% {
  width: 30%;
}

.w-40\% {
  width: 40%;
}

.w-50\% {
  width: 50%;
}

.w-60\% {
  width: 60%;
}

.w-70\% {
  width: 70%;
}

.w-80\% {
  width: 80%;
}

.w-90\% {
  width: 90%;
}

.w-95\% {
  width: 95%;
}

.w-96\% {
  width: 96%;
}

.w-97\% {
  width: 97%;
}

.w-98\% {
  width: 98%;
}

.w-99\% {
  width: 99%;
}

.w-36vh {
  width: 36vh;
}

.w-75vh {
  width: 75vh;
}

.w-78vh {
  width: 78vh;
}

.w-80vh {
  width: 80vh;
}

.w-82vh {
  width: 82vh;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.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.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hover\:w-0:hover {
  width: 0;
}

.hover\:w-1:hover {
  width: 0.25rem;
}

.hover\:w-2:hover {
  width: 0.5rem;
}

.hover\:w-3:hover {
  width: 0.75rem;
}

.hover\:w-4:hover {
  width: 1rem;
}

.hover\:w-5:hover {
  width: 1.25rem;
}

.hover\:w-6:hover {
  width: 1.5rem;
}

.hover\:w-7:hover {
  width: 1.75rem;
}

.hover\:w-8:hover {
  width: 2rem;
}

.hover\:w-9:hover {
  width: 2.25rem;
}

.hover\:w-10:hover {
  width: 2.5rem;
}

.hover\:w-12:hover {
  width: 3rem;
}

.hover\:w-14:hover {
  width: 3.5rem;
}

.hover\:w-15:hover {
  width: 3.75rem;
}

.hover\:w-16:hover {
  width: 4rem;
}

.hover\:w-18:hover {
  width: 4.5rem;
}

.hover\:w-20:hover {
  width: 5rem;
}

.hover\:w-21:hover {
  width: 5.25rem;
}

.hover\:w-22:hover {
  width: 5.5rem;
}

.hover\:w-24:hover {
  width: 6rem;
}

.hover\:w-26:hover {
  width: 6.5rem;
}

.hover\:w-28:hover {
  width: 7rem;
}

.hover\:w-30:hover {
  width: 7.5rem;
}

.hover\:w-32:hover {
  width: 8rem;
}

.hover\:w-34:hover {
  width: 8.5rem;
}

.hover\:w-36:hover {
  width: 9rem;
}

.hover\:w-38:hover {
  width: 9.5rem;
}

.hover\:w-40:hover {
  width: 10rem;
}

.hover\:w-44:hover {
  width: 11rem;
}

.hover\:w-48:hover {
  width: 12rem;
}

.hover\:w-52:hover {
  width: 13rem;
}

.hover\:w-53:hover {
  width: 13.25rem;
}

.hover\:w-54:hover {
  width: 13.5rem;
}

.hover\:w-56:hover {
  width: 14rem;
}

.hover\:w-64:hover {
  width: 16rem;
}

.hover\:w-72:hover {
  width: 18rem;
}

.hover\:w-74:hover {
  width: 18.5rem;
}

.hover\:w-76:hover {
  width: 19rem;
}

.hover\:w-80:hover {
  width: 20rem;
}

.hover\:w-85:hover {
  width: 21.25rem;
}

.hover\:w-100:hover {
  width: 25rem;
}

.hover\:w-105:hover {
  width: 26.25rem;
}

.hover\:w-107:hover {
  width: 26.4rem;
}

.hover\:w-110:hover {
  width: 27.5rem;
}

.hover\:w-120:hover {
  width: 30rem;
}

.hover\:w-130:hover {
  width: 38rem;
}

.hover\:w-auto:hover {
  width: auto;
}

.hover\:w-px:hover {
  width: 1px;
}

.hover\:w-250px:hover {
  width: 250px;
}

.hover\:w-1\/2\%:hover {
  width: 0.5%;
}

.hover\:w-1\%:hover {
  width: 1%;
}

.hover\:w-2\%:hover {
  width: 2%;
}

.hover\:w-3\%:hover {
  width: 3%;
}

.hover\:w-4\%:hover {
  width: 4%;
}

.hover\:w-5\%:hover {
  width: 5%;
}

.hover\:w-10\%:hover {
  width: 10%;
}

.hover\:w-20\%:hover {
  width: 20%;
}

.hover\:w-23\%:hover {
  width: 23%;
}

.hover\:w-25\%:hover {
  width: 25%;
}

.hover\:w-26\%:hover {
  width: 26%;
}

.hover\:w-30\%:hover {
  width: 30%;
}

.hover\:w-40\%:hover {
  width: 40%;
}

.hover\:w-50\%:hover {
  width: 50%;
}

.hover\:w-60\%:hover {
  width: 60%;
}

.hover\:w-70\%:hover {
  width: 70%;
}

.hover\:w-80\%:hover {
  width: 80%;
}

.hover\:w-90\%:hover {
  width: 90%;
}

.hover\:w-95\%:hover {
  width: 95%;
}

.hover\:w-96\%:hover {
  width: 96%;
}

.hover\:w-97\%:hover {
  width: 97%;
}

.hover\:w-98\%:hover {
  width: 98%;
}

.hover\:w-99\%:hover {
  width: 99%;
}

.hover\:w-36vh:hover {
  width: 36vh;
}

.hover\:w-75vh:hover {
  width: 75vh;
}

.hover\:w-78vh:hover {
  width: 78vh;
}

.hover\:w-80vh:hover {
  width: 80vh;
}

.hover\:w-82vh:hover {
  width: 82vh;
}

.hover\:w-1\/2:hover {
  width: 50%;
}

.hover\:w-1\/3:hover {
  width: 33.333333%;
}

.hover\:w-2\/3:hover {
  width: 66.666667%;
}

.hover\:w-1\/4:hover {
  width: 25%;
}

.hover\:w-2\/4:hover {
  width: 50%;
}

.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.666667%;
}

.hover\:w-2\/6:hover {
  width: 33.333333%;
}

.hover\:w-3\/6:hover {
  width: 50%;
}

.hover\:w-4\/6:hover {
  width: 66.666667%;
}

.hover\:w-5\/6:hover {
  width: 83.333333%;
}

.hover\:w-1\/12:hover {
  width: 8.333333%;
}

.hover\:w-2\/12:hover {
  width: 16.666667%;
}

.hover\:w-3\/12:hover {
  width: 25%;
}

.hover\:w-4\/12:hover {
  width: 33.333333%;
}

.hover\:w-5\/12:hover {
  width: 41.666667%;
}

.hover\:w-6\/12:hover {
  width: 50%;
}

.hover\:w-7\/12:hover {
  width: 58.333333%;
}

.hover\:w-8\/12:hover {
  width: 66.666667%;
}

.hover\:w-9\/12:hover {
  width: 75%;
}

.hover\:w-10\/12:hover {
  width: 83.333333%;
}

.hover\:w-11\/12:hover {
  width: 91.666667%;
}

.hover\:w-full:hover {
  width: 100%;
}

.hover\:w-screen:hover {
  width: 100vw;
}

.hover\:w-min:hover {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.hover\:w-max:hover {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.focus\:w-0:focus {
  width: 0;
}

.focus\:w-1:focus {
  width: 0.25rem;
}

.focus\:w-2:focus {
  width: 0.5rem;
}

.focus\:w-3:focus {
  width: 0.75rem;
}

.focus\:w-4:focus {
  width: 1rem;
}

.focus\:w-5:focus {
  width: 1.25rem;
}

.focus\:w-6:focus {
  width: 1.5rem;
}

.focus\:w-7:focus {
  width: 1.75rem;
}

.focus\:w-8:focus {
  width: 2rem;
}

.focus\:w-9:focus {
  width: 2.25rem;
}

.focus\:w-10:focus {
  width: 2.5rem;
}

.focus\:w-12:focus {
  width: 3rem;
}

.focus\:w-14:focus {
  width: 3.5rem;
}

.focus\:w-15:focus {
  width: 3.75rem;
}

.focus\:w-16:focus {
  width: 4rem;
}

.focus\:w-18:focus {
  width: 4.5rem;
}

.focus\:w-20:focus {
  width: 5rem;
}

.focus\:w-21:focus {
  width: 5.25rem;
}

.focus\:w-22:focus {
  width: 5.5rem;
}

.focus\:w-24:focus {
  width: 6rem;
}

.focus\:w-26:focus {
  width: 6.5rem;
}

.focus\:w-28:focus {
  width: 7rem;
}

.focus\:w-30:focus {
  width: 7.5rem;
}

.focus\:w-32:focus {
  width: 8rem;
}

.focus\:w-34:focus {
  width: 8.5rem;
}

.focus\:w-36:focus {
  width: 9rem;
}

.focus\:w-38:focus {
  width: 9.5rem;
}

.focus\:w-40:focus {
  width: 10rem;
}

.focus\:w-44:focus {
  width: 11rem;
}

.focus\:w-48:focus {
  width: 12rem;
}

.focus\:w-52:focus {
  width: 13rem;
}

.focus\:w-53:focus {
  width: 13.25rem;
}

.focus\:w-54:focus {
  width: 13.5rem;
}

.focus\:w-56:focus {
  width: 14rem;
}

.focus\:w-64:focus {
  width: 16rem;
}

.focus\:w-72:focus {
  width: 18rem;
}

.focus\:w-74:focus {
  width: 18.5rem;
}

.focus\:w-76:focus {
  width: 19rem;
}

.focus\:w-80:focus {
  width: 20rem;
}

.focus\:w-85:focus {
  width: 21.25rem;
}

.focus\:w-100:focus {
  width: 25rem;
}

.focus\:w-105:focus {
  width: 26.25rem;
}

.focus\:w-107:focus {
  width: 26.4rem;
}

.focus\:w-110:focus {
  width: 27.5rem;
}

.focus\:w-120:focus {
  width: 30rem;
}

.focus\:w-130:focus {
  width: 38rem;
}

.focus\:w-auto:focus {
  width: auto;
}

.focus\:w-px:focus {
  width: 1px;
}

.focus\:w-250px:focus {
  width: 250px;
}

.focus\:w-1\/2\%:focus {
  width: 0.5%;
}

.focus\:w-1\%:focus {
  width: 1%;
}

.focus\:w-2\%:focus {
  width: 2%;
}

.focus\:w-3\%:focus {
  width: 3%;
}

.focus\:w-4\%:focus {
  width: 4%;
}

.focus\:w-5\%:focus {
  width: 5%;
}

.focus\:w-10\%:focus {
  width: 10%;
}

.focus\:w-20\%:focus {
  width: 20%;
}

.focus\:w-23\%:focus {
  width: 23%;
}

.focus\:w-25\%:focus {
  width: 25%;
}

.focus\:w-26\%:focus {
  width: 26%;
}

.focus\:w-30\%:focus {
  width: 30%;
}

.focus\:w-40\%:focus {
  width: 40%;
}

.focus\:w-50\%:focus {
  width: 50%;
}

.focus\:w-60\%:focus {
  width: 60%;
}

.focus\:w-70\%:focus {
  width: 70%;
}

.focus\:w-80\%:focus {
  width: 80%;
}

.focus\:w-90\%:focus {
  width: 90%;
}

.focus\:w-95\%:focus {
  width: 95%;
}

.focus\:w-96\%:focus {
  width: 96%;
}

.focus\:w-97\%:focus {
  width: 97%;
}

.focus\:w-98\%:focus {
  width: 98%;
}

.focus\:w-99\%:focus {
  width: 99%;
}

.focus\:w-36vh:focus {
  width: 36vh;
}

.focus\:w-75vh:focus {
  width: 75vh;
}

.focus\:w-78vh:focus {
  width: 78vh;
}

.focus\:w-80vh:focus {
  width: 80vh;
}

.focus\:w-82vh:focus {
  width: 82vh;
}

.focus\:w-1\/2:focus {
  width: 50%;
}

.focus\:w-1\/3:focus {
  width: 33.333333%;
}

.focus\:w-2\/3:focus {
  width: 66.666667%;
}

.focus\:w-1\/4:focus {
  width: 25%;
}

.focus\:w-2\/4:focus {
  width: 50%;
}

.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.666667%;
}

.focus\:w-2\/6:focus {
  width: 33.333333%;
}

.focus\:w-3\/6:focus {
  width: 50%;
}

.focus\:w-4\/6:focus {
  width: 66.666667%;
}

.focus\:w-5\/6:focus {
  width: 83.333333%;
}

.focus\:w-1\/12:focus {
  width: 8.333333%;
}

.focus\:w-2\/12:focus {
  width: 16.666667%;
}

.focus\:w-3\/12:focus {
  width: 25%;
}

.focus\:w-4\/12:focus {
  width: 33.333333%;
}

.focus\:w-5\/12:focus {
  width: 41.666667%;
}

.focus\:w-6\/12:focus {
  width: 50%;
}

.focus\:w-7\/12:focus {
  width: 58.333333%;
}

.focus\:w-8\/12:focus {
  width: 66.666667%;
}

.focus\:w-9\/12:focus {
  width: 75%;
}

.focus\:w-10\/12:focus {
  width: 83.333333%;
}

.focus\:w-11\/12:focus {
  width: 91.666667%;
}

.focus\:w-full:focus {
  width: 100%;
}

.focus\:w-screen:focus {
  width: 100vw;
}

.focus\:w-min:focus {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.focus\:w-max:focus {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.focus-within\:w-0:focus-within {
  width: 0;
}

.focus-within\:w-1:focus-within {
  width: 0.25rem;
}

.focus-within\:w-2:focus-within {
  width: 0.5rem;
}

.focus-within\:w-3:focus-within {
  width: 0.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-7:focus-within {
  width: 1.75rem;
}

.focus-within\:w-8:focus-within {
  width: 2rem;
}

.focus-within\:w-9:focus-within {
  width: 2.25rem;
}

.focus-within\:w-10:focus-within {
  width: 2.5rem;
}

.focus-within\:w-12:focus-within {
  width: 3rem;
}

.focus-within\:w-14:focus-within {
  width: 3.5rem;
}

.focus-within\:w-15:focus-within {
  width: 3.75rem;
}

.focus-within\:w-16:focus-within {
  width: 4rem;
}

.focus-within\:w-18:focus-within {
  width: 4.5rem;
}

.focus-within\:w-20:focus-within {
  width: 5rem;
}

.focus-within\:w-21:focus-within {
  width: 5.25rem;
}

.focus-within\:w-22:focus-within {
  width: 5.5rem;
}

.focus-within\:w-24:focus-within {
  width: 6rem;
}

.focus-within\:w-26:focus-within {
  width: 6.5rem;
}

.focus-within\:w-28:focus-within {
  width: 7rem;
}

.focus-within\:w-30:focus-within {
  width: 7.5rem;
}

.focus-within\:w-32:focus-within {
  width: 8rem;
}

.focus-within\:w-34:focus-within {
  width: 8.5rem;
}

.focus-within\:w-36:focus-within {
  width: 9rem;
}

.focus-within\:w-38:focus-within {
  width: 9.5rem;
}

.focus-within\:w-40:focus-within {
  width: 10rem;
}

.focus-within\:w-44:focus-within {
  width: 11rem;
}

.focus-within\:w-48:focus-within {
  width: 12rem;
}

.focus-within\:w-52:focus-within {
  width: 13rem;
}

.focus-within\:w-53:focus-within {
  width: 13.25rem;
}

.focus-within\:w-54:focus-within {
  width: 13.5rem;
}

.focus-within\:w-56:focus-within {
  width: 14rem;
}

.focus-within\:w-64:focus-within {
  width: 16rem;
}

.focus-within\:w-72:focus-within {
  width: 18rem;
}

.focus-within\:w-74:focus-within {
  width: 18.5rem;
}

.focus-within\:w-76:focus-within {
  width: 19rem;
}

.focus-within\:w-80:focus-within {
  width: 20rem;
}

.focus-within\:w-85:focus-within {
  width: 21.25rem;
}

.focus-within\:w-100:focus-within {
  width: 25rem;
}

.focus-within\:w-105:focus-within {
  width: 26.25rem;
}

.focus-within\:w-107:focus-within {
  width: 26.4rem;
}

.focus-within\:w-110:focus-within {
  width: 27.5rem;
}

.focus-within\:w-120:focus-within {
  width: 30rem;
}

.focus-within\:w-130:focus-within {
  width: 38rem;
}

.focus-within\:w-auto:focus-within {
  width: auto;
}

.focus-within\:w-px:focus-within {
  width: 1px;
}

.focus-within\:w-250px:focus-within {
  width: 250px;
}

.focus-within\:w-1\/2\%:focus-within {
  width: 0.5%;
}

.focus-within\:w-1\%:focus-within {
  width: 1%;
}

.focus-within\:w-2\%:focus-within {
  width: 2%;
}

.focus-within\:w-3\%:focus-within {
  width: 3%;
}

.focus-within\:w-4\%:focus-within {
  width: 4%;
}

.focus-within\:w-5\%:focus-within {
  width: 5%;
}

.focus-within\:w-10\%:focus-within {
  width: 10%;
}

.focus-within\:w-20\%:focus-within {
  width: 20%;
}

.focus-within\:w-23\%:focus-within {
  width: 23%;
}

.focus-within\:w-25\%:focus-within {
  width: 25%;
}

.focus-within\:w-26\%:focus-within {
  width: 26%;
}

.focus-within\:w-30\%:focus-within {
  width: 30%;
}

.focus-within\:w-40\%:focus-within {
  width: 40%;
}

.focus-within\:w-50\%:focus-within {
  width: 50%;
}

.focus-within\:w-60\%:focus-within {
  width: 60%;
}

.focus-within\:w-70\%:focus-within {
  width: 70%;
}

.focus-within\:w-80\%:focus-within {
  width: 80%;
}

.focus-within\:w-90\%:focus-within {
  width: 90%;
}

.focus-within\:w-95\%:focus-within {
  width: 95%;
}

.focus-within\:w-96\%:focus-within {
  width: 96%;
}

.focus-within\:w-97\%:focus-within {
  width: 97%;
}

.focus-within\:w-98\%:focus-within {
  width: 98%;
}

.focus-within\:w-99\%:focus-within {
  width: 99%;
}

.focus-within\:w-36vh:focus-within {
  width: 36vh;
}

.focus-within\:w-75vh:focus-within {
  width: 75vh;
}

.focus-within\:w-78vh:focus-within {
  width: 78vh;
}

.focus-within\:w-80vh:focus-within {
  width: 80vh;
}

.focus-within\:w-82vh:focus-within {
  width: 82vh;
}

.focus-within\:w-1\/2:focus-within {
  width: 50%;
}

.focus-within\:w-1\/3:focus-within {
  width: 33.333333%;
}

.focus-within\:w-2\/3:focus-within {
  width: 66.666667%;
}

.focus-within\:w-1\/4:focus-within {
  width: 25%;
}

.focus-within\:w-2\/4:focus-within {
  width: 50%;
}

.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.666667%;
}

.focus-within\:w-2\/6:focus-within {
  width: 33.333333%;
}

.focus-within\:w-3\/6:focus-within {
  width: 50%;
}

.focus-within\:w-4\/6:focus-within {
  width: 66.666667%;
}

.focus-within\:w-5\/6:focus-within {
  width: 83.333333%;
}

.focus-within\:w-1\/12:focus-within {
  width: 8.333333%;
}

.focus-within\:w-2\/12:focus-within {
  width: 16.666667%;
}

.focus-within\:w-3\/12:focus-within {
  width: 25%;
}

.focus-within\:w-4\/12:focus-within {
  width: 33.333333%;
}

.focus-within\:w-5\/12:focus-within {
  width: 41.666667%;
}

.focus-within\:w-6\/12:focus-within {
  width: 50%;
}

.focus-within\:w-7\/12:focus-within {
  width: 58.333333%;
}

.focus-within\:w-8\/12:focus-within {
  width: 66.666667%;
}

.focus-within\:w-9\/12:focus-within {
  width: 75%;
}

.focus-within\:w-10\/12:focus-within {
  width: 83.333333%;
}

.focus-within\:w-11\/12:focus-within {
  width: 91.666667%;
}

.focus-within\:w-full:focus-within {
  width: 100%;
}

.focus-within\:w-screen:focus-within {
  width: 100vw;
}

.focus-within\:w-min:focus-within {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.focus-within\:w-max:focus-within {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.group:hover .group-hover\:w-0 {
  width: 0;
}

.group:hover .group-hover\:w-1 {
  width: 0.25rem;
}

.group:hover .group-hover\:w-2 {
  width: 0.5rem;
}

.group:hover .group-hover\:w-3 {
  width: 0.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-7 {
  width: 1.75rem;
}

.group:hover .group-hover\:w-8 {
  width: 2rem;
}

.group:hover .group-hover\:w-9 {
  width: 2.25rem;
}

.group:hover .group-hover\:w-10 {
  width: 2.5rem;
}

.group:hover .group-hover\:w-12 {
  width: 3rem;
}

.group:hover .group-hover\:w-14 {
  width: 3.5rem;
}

.group:hover .group-hover\:w-15 {
  width: 3.75rem;
}

.group:hover .group-hover\:w-16 {
  width: 4rem;
}

.group:hover .group-hover\:w-18 {
  width: 4.5rem;
}

.group:hover .group-hover\:w-20 {
  width: 5rem;
}

.group:hover .group-hover\:w-21 {
  width: 5.25rem;
}

.group:hover .group-hover\:w-22 {
  width: 5.5rem;
}

.group:hover .group-hover\:w-24 {
  width: 6rem;
}

.group:hover .group-hover\:w-26 {
  width: 6.5rem;
}

.group:hover .group-hover\:w-28 {
  width: 7rem;
}

.group:hover .group-hover\:w-30 {
  width: 7.5rem;
}

.group:hover .group-hover\:w-32 {
  width: 8rem;
}

.group:hover .group-hover\:w-34 {
  width: 8.5rem;
}

.group:hover .group-hover\:w-36 {
  width: 9rem;
}

.group:hover .group-hover\:w-38 {
  width: 9.5rem;
}

.group:hover .group-hover\:w-40 {
  width: 10rem;
}

.group:hover .group-hover\:w-44 {
  width: 11rem;
}

.group:hover .group-hover\:w-48 {
  width: 12rem;
}

.group:hover .group-hover\:w-52 {
  width: 13rem;
}

.group:hover .group-hover\:w-53 {
  width: 13.25rem;
}

.group:hover .group-hover\:w-54 {
  width: 13.5rem;
}

.group:hover .group-hover\:w-56 {
  width: 14rem;
}

.group:hover .group-hover\:w-64 {
  width: 16rem;
}

.group:hover .group-hover\:w-72 {
  width: 18rem;
}

.group:hover .group-hover\:w-74 {
  width: 18.5rem;
}

.group:hover .group-hover\:w-76 {
  width: 19rem;
}

.group:hover .group-hover\:w-80 {
  width: 20rem;
}

.group:hover .group-hover\:w-85 {
  width: 21.25rem;
}

.group:hover .group-hover\:w-100 {
  width: 25rem;
}

.group:hover .group-hover\:w-105 {
  width: 26.25rem;
}

.group:hover .group-hover\:w-107 {
  width: 26.4rem;
}

.group:hover .group-hover\:w-110 {
  width: 27.5rem;
}

.group:hover .group-hover\:w-120 {
  width: 30rem;
}

.group:hover .group-hover\:w-130 {
  width: 38rem;
}

.group:hover .group-hover\:w-auto {
  width: auto;
}

.group:hover .group-hover\:w-px {
  width: 1px;
}

.group:hover .group-hover\:w-250px {
  width: 250px;
}

.group:hover .group-hover\:w-1\/2\% {
  width: 0.5%;
}

.group:hover .group-hover\:w-1\% {
  width: 1%;
}

.group:hover .group-hover\:w-2\% {
  width: 2%;
}

.group:hover .group-hover\:w-3\% {
  width: 3%;
}

.group:hover .group-hover\:w-4\% {
  width: 4%;
}

.group:hover .group-hover\:w-5\% {
  width: 5%;
}

.group:hover .group-hover\:w-10\% {
  width: 10%;
}

.group:hover .group-hover\:w-20\% {
  width: 20%;
}

.group:hover .group-hover\:w-23\% {
  width: 23%;
}

.group:hover .group-hover\:w-25\% {
  width: 25%;
}

.group:hover .group-hover\:w-26\% {
  width: 26%;
}

.group:hover .group-hover\:w-30\% {
  width: 30%;
}

.group:hover .group-hover\:w-40\% {
  width: 40%;
}

.group:hover .group-hover\:w-50\% {
  width: 50%;
}

.group:hover .group-hover\:w-60\% {
  width: 60%;
}

.group:hover .group-hover\:w-70\% {
  width: 70%;
}

.group:hover .group-hover\:w-80\% {
  width: 80%;
}

.group:hover .group-hover\:w-90\% {
  width: 90%;
}

.group:hover .group-hover\:w-95\% {
  width: 95%;
}

.group:hover .group-hover\:w-96\% {
  width: 96%;
}

.group:hover .group-hover\:w-97\% {
  width: 97%;
}

.group:hover .group-hover\:w-98\% {
  width: 98%;
}

.group:hover .group-hover\:w-99\% {
  width: 99%;
}

.group:hover .group-hover\:w-36vh {
  width: 36vh;
}

.group:hover .group-hover\:w-75vh {
  width: 75vh;
}

.group:hover .group-hover\:w-78vh {
  width: 78vh;
}

.group:hover .group-hover\:w-80vh {
  width: 80vh;
}

.group:hover .group-hover\:w-82vh {
  width: 82vh;
}

.group:hover .group-hover\:w-1\/2 {
  width: 50%;
}

.group:hover .group-hover\:w-1\/3 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-2\/3 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-1\/4 {
  width: 25%;
}

.group:hover .group-hover\:w-2\/4 {
  width: 50%;
}

.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.666667%;
}

.group:hover .group-hover\:w-2\/6 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-3\/6 {
  width: 50%;
}

.group:hover .group-hover\:w-4\/6 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-5\/6 {
  width: 83.333333%;
}

.group:hover .group-hover\:w-1\/12 {
  width: 8.333333%;
}

.group:hover .group-hover\:w-2\/12 {
  width: 16.666667%;
}

.group:hover .group-hover\:w-3\/12 {
  width: 25%;
}

.group:hover .group-hover\:w-4\/12 {
  width: 33.333333%;
}

.group:hover .group-hover\:w-5\/12 {
  width: 41.666667%;
}

.group:hover .group-hover\:w-6\/12 {
  width: 50%;
}

.group:hover .group-hover\:w-7\/12 {
  width: 58.333333%;
}

.group:hover .group-hover\:w-8\/12 {
  width: 66.666667%;
}

.group:hover .group-hover\:w-9\/12 {
  width: 75%;
}

.group:hover .group-hover\:w-10\/12 {
  width: 83.333333%;
}

.group:hover .group-hover\:w-11\/12 {
  width: 91.666667%;
}

.group:hover .group-hover\:w-full {
  width: 100%;
}

.group:hover .group-hover\:w-screen {
  width: 100vw;
}

.group:hover .group-hover\:w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.group:hover .group-hover\:w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.group:focus .group-focus\:w-0 {
  width: 0;
}

.group:focus .group-focus\:w-1 {
  width: 0.25rem;
}

.group:focus .group-focus\:w-2 {
  width: 0.5rem;
}

.group:focus .group-focus\:w-3 {
  width: 0.75rem;
}

.group:focus .group-focus\:w-4 {
  width: 1rem;
}

.group:focus .group-focus\:w-5 {
  width: 1.25rem;
}

.group:focus .group-focus\:w-6 {
  width: 1.5rem;
}

.group:focus .group-focus\:w-7 {
  width: 1.75rem;
}

.group:focus .group-focus\:w-8 {
  width: 2rem;
}

.group:focus .group-focus\:w-9 {
  width: 2.25rem;
}

.group:focus .group-focus\:w-10 {
  width: 2.5rem;
}

.group:focus .group-focus\:w-12 {
  width: 3rem;
}

.group:focus .group-focus\:w-14 {
  width: 3.5rem;
}

.group:focus .group-focus\:w-15 {
  width: 3.75rem;
}

.group:focus .group-focus\:w-16 {
  width: 4rem;
}

.group:focus .group-focus\:w-18 {
  width: 4.5rem;
}

.group:focus .group-focus\:w-20 {
  width: 5rem;
}

.group:focus .group-focus\:w-21 {
  width: 5.25rem;
}

.group:focus .group-focus\:w-22 {
  width: 5.5rem;
}

.group:focus .group-focus\:w-24 {
  width: 6rem;
}

.group:focus .group-focus\:w-26 {
  width: 6.5rem;
}

.group:focus .group-focus\:w-28 {
  width: 7rem;
}

.group:focus .group-focus\:w-30 {
  width: 7.5rem;
}

.group:focus .group-focus\:w-32 {
  width: 8rem;
}

.group:focus .group-focus\:w-34 {
  width: 8.5rem;
}

.group:focus .group-focus\:w-36 {
  width: 9rem;
}

.group:focus .group-focus\:w-38 {
  width: 9.5rem;
}

.group:focus .group-focus\:w-40 {
  width: 10rem;
}

.group:focus .group-focus\:w-44 {
  width: 11rem;
}

.group:focus .group-focus\:w-48 {
  width: 12rem;
}

.group:focus .group-focus\:w-52 {
  width: 13rem;
}

.group:focus .group-focus\:w-53 {
  width: 13.25rem;
}

.group:focus .group-focus\:w-54 {
  width: 13.5rem;
}

.group:focus .group-focus\:w-56 {
  width: 14rem;
}

.group:focus .group-focus\:w-64 {
  width: 16rem;
}

.group:focus .group-focus\:w-72 {
  width: 18rem;
}

.group:focus .group-focus\:w-74 {
  width: 18.5rem;
}

.group:focus .group-focus\:w-76 {
  width: 19rem;
}

.group:focus .group-focus\:w-80 {
  width: 20rem;
}

.group:focus .group-focus\:w-85 {
  width: 21.25rem;
}

.group:focus .group-focus\:w-100 {
  width: 25rem;
}

.group:focus .group-focus\:w-105 {
  width: 26.25rem;
}

.group:focus .group-focus\:w-107 {
  width: 26.4rem;
}

.group:focus .group-focus\:w-110 {
  width: 27.5rem;
}

.group:focus .group-focus\:w-120 {
  width: 30rem;
}

.group:focus .group-focus\:w-130 {
  width: 38rem;
}

.group:focus .group-focus\:w-auto {
  width: auto;
}

.group:focus .group-focus\:w-px {
  width: 1px;
}

.group:focus .group-focus\:w-250px {
  width: 250px;
}

.group:focus .group-focus\:w-1\/2\% {
  width: 0.5%;
}

.group:focus .group-focus\:w-1\% {
  width: 1%;
}

.group:focus .group-focus\:w-2\% {
  width: 2%;
}

.group:focus .group-focus\:w-3\% {
  width: 3%;
}

.group:focus .group-focus\:w-4\% {
  width: 4%;
}

.group:focus .group-focus\:w-5\% {
  width: 5%;
}

.group:focus .group-focus\:w-10\% {
  width: 10%;
}

.group:focus .group-focus\:w-20\% {
  width: 20%;
}

.group:focus .group-focus\:w-23\% {
  width: 23%;
}

.group:focus .group-focus\:w-25\% {
  width: 25%;
}

.group:focus .group-focus\:w-26\% {
  width: 26%;
}

.group:focus .group-focus\:w-30\% {
  width: 30%;
}

.group:focus .group-focus\:w-40\% {
  width: 40%;
}

.group:focus .group-focus\:w-50\% {
  width: 50%;
}

.group:focus .group-focus\:w-60\% {
  width: 60%;
}

.group:focus .group-focus\:w-70\% {
  width: 70%;
}

.group:focus .group-focus\:w-80\% {
  width: 80%;
}

.group:focus .group-focus\:w-90\% {
  width: 90%;
}

.group:focus .group-focus\:w-95\% {
  width: 95%;
}

.group:focus .group-focus\:w-96\% {
  width: 96%;
}

.group:focus .group-focus\:w-97\% {
  width: 97%;
}

.group:focus .group-focus\:w-98\% {
  width: 98%;
}

.group:focus .group-focus\:w-99\% {
  width: 99%;
}

.group:focus .group-focus\:w-36vh {
  width: 36vh;
}

.group:focus .group-focus\:w-75vh {
  width: 75vh;
}

.group:focus .group-focus\:w-78vh {
  width: 78vh;
}

.group:focus .group-focus\:w-80vh {
  width: 80vh;
}

.group:focus .group-focus\:w-82vh {
  width: 82vh;
}

.group:focus .group-focus\:w-1\/2 {
  width: 50%;
}

.group:focus .group-focus\:w-1\/3 {
  width: 33.333333%;
}

.group:focus .group-focus\:w-2\/3 {
  width: 66.666667%;
}

.group:focus .group-focus\:w-1\/4 {
  width: 25%;
}

.group:focus .group-focus\:w-2\/4 {
  width: 50%;
}

.group:focus .group-focus\:w-3\/4 {
  width: 75%;
}

.group:focus .group-focus\:w-1\/5 {
  width: 20%;
}

.group:focus .group-focus\:w-2\/5 {
  width: 40%;
}

.group:focus .group-focus\:w-3\/5 {
  width: 60%;
}

.group:focus .group-focus\:w-4\/5 {
  width: 80%;
}

.group:focus .group-focus\:w-1\/6 {
  width: 16.666667%;
}

.group:focus .group-focus\:w-2\/6 {
  width: 33.333333%;
}

.group:focus .group-focus\:w-3\/6 {
  width: 50%;
}

.group:focus .group-focus\:w-4\/6 {
  width: 66.666667%;
}

.group:focus .group-focus\:w-5\/6 {
  width: 83.333333%;
}

.group:focus .group-focus\:w-1\/12 {
  width: 8.333333%;
}

.group:focus .group-focus\:w-2\/12 {
  width: 16.666667%;
}

.group:focus .group-focus\:w-3\/12 {
  width: 25%;
}

.group:focus .group-focus\:w-4\/12 {
  width: 33.333333%;
}

.group:focus .group-focus\:w-5\/12 {
  width: 41.666667%;
}

.group:focus .group-focus\:w-6\/12 {
  width: 50%;
}

.group:focus .group-focus\:w-7\/12 {
  width: 58.333333%;
}

.group:focus .group-focus\:w-8\/12 {
  width: 66.666667%;
}

.group:focus .group-focus\:w-9\/12 {
  width: 75%;
}

.group:focus .group-focus\:w-10\/12 {
  width: 83.333333%;
}

.group:focus .group-focus\:w-11\/12 {
  width: 91.666667%;
}

.group:focus .group-focus\:w-full {
  width: 100%;
}

.group:focus .group-focus\:w-screen {
  width: 100vw;
}

.group:focus .group-focus\:w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.group:focus .group-focus\:w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.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;
}

.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;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-15 {
  gap: 3.75rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-18 {
  gap: 4.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-21 {
  gap: 5.25rem;
}

.gap-22 {
  gap: 5.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-26 {
  gap: 6.5rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-30 {
  gap: 7.5rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-34 {
  gap: 8.5rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-38 {
  gap: 9.5rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-53 {
  gap: 13.25rem;
}

.gap-54 {
  gap: 13.5rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-74 {
  gap: 18.5rem;
}

.gap-76 {
  gap: 19rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-85 {
  gap: 21.25rem;
}

.gap-100 {
  gap: 25rem;
}

.gap-105 {
  gap: 26.25rem;
}

.gap-107 {
  gap: 26.4rem;
}

.gap-110 {
  gap: 27.5rem;
}

.gap-120 {
  gap: 30rem;
}

.gap-130 {
  gap: 38rem;
}

.gap-px {
  gap: 1px;
}

.gap-250px {
  gap: 250px;
}

.gap-1\/2\% {
  gap: 0.5%;
}

.gap-1\% {
  gap: 1%;
}

.gap-2\% {
  gap: 2%;
}

.gap-3\% {
  gap: 3%;
}

.gap-4\% {
  gap: 4%;
}

.gap-5\% {
  gap: 5%;
}

.gap-10\% {
  gap: 10%;
}

.gap-20\% {
  gap: 20%;
}

.gap-23\% {
  gap: 23%;
}

.gap-25\% {
  gap: 25%;
}

.gap-26\% {
  gap: 26%;
}

.gap-30\% {
  gap: 30%;
}

.gap-40\% {
  gap: 40%;
}

.gap-50\% {
  gap: 50%;
}

.gap-60\% {
  gap: 60%;
}

.gap-70\% {
  gap: 70%;
}

.gap-80\% {
  gap: 80%;
}

.gap-90\% {
  gap: 90%;
}

.gap-95\% {
  gap: 95%;
}

.gap-96\% {
  gap: 96%;
}

.gap-97\% {
  gap: 97%;
}

.gap-98\% {
  gap: 98%;
}

.gap-99\% {
  gap: 99%;
}

.gap-36vh {
  gap: 36vh;
}

.gap-75vh {
  gap: 75vh;
}

.gap-78vh {
  gap: 78vh;
}

.gap-80vh {
  gap: 80vh;
}

.gap-82vh {
  gap: 82vh;
}

.gap-x-0 {
  -moz-column-gap: 0;
       column-gap: 0;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-15 {
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-18 {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-21 {
  -moz-column-gap: 5.25rem;
       column-gap: 5.25rem;
}

.gap-x-22 {
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-26 {
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-30 {
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-34 {
  -moz-column-gap: 8.5rem;
       column-gap: 8.5rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-38 {
  -moz-column-gap: 9.5rem;
       column-gap: 9.5rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-53 {
  -moz-column-gap: 13.25rem;
       column-gap: 13.25rem;
}

.gap-x-54 {
  -moz-column-gap: 13.5rem;
       column-gap: 13.5rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-74 {
  -moz-column-gap: 18.5rem;
       column-gap: 18.5rem;
}

.gap-x-76 {
  -moz-column-gap: 19rem;
       column-gap: 19rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-85 {
  -moz-column-gap: 21.25rem;
       column-gap: 21.25rem;
}

.gap-x-100 {
  -moz-column-gap: 25rem;
       column-gap: 25rem;
}

.gap-x-105 {
  -moz-column-gap: 26.25rem;
       column-gap: 26.25rem;
}

.gap-x-107 {
  -moz-column-gap: 26.4rem;
       column-gap: 26.4rem;
}

.gap-x-110 {
  -moz-column-gap: 27.5rem;
       column-gap: 27.5rem;
}

.gap-x-120 {
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.gap-x-130 {
  -moz-column-gap: 38rem;
       column-gap: 38rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-250px {
  -moz-column-gap: 250px;
       column-gap: 250px;
}

.gap-x-1\/2\% {
  -moz-column-gap: 0.5%;
       column-gap: 0.5%;
}

.gap-x-1\% {
  -moz-column-gap: 1%;
       column-gap: 1%;
}

.gap-x-2\% {
  -moz-column-gap: 2%;
       column-gap: 2%;
}

.gap-x-3\% {
  -moz-column-gap: 3%;
       column-gap: 3%;
}

.gap-x-4\% {
  -moz-column-gap: 4%;
       column-gap: 4%;
}

.gap-x-5\% {
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.gap-x-10\% {
  -moz-column-gap: 10%;
       column-gap: 10%;
}

.gap-x-20\% {
  -moz-column-gap: 20%;
       column-gap: 20%;
}

.gap-x-23\% {
  -moz-column-gap: 23%;
       column-gap: 23%;
}

.gap-x-25\% {
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.gap-x-26\% {
  -moz-column-gap: 26%;
       column-gap: 26%;
}

.gap-x-30\% {
  -moz-column-gap: 30%;
       column-gap: 30%;
}

.gap-x-40\% {
  -moz-column-gap: 40%;
       column-gap: 40%;
}

.gap-x-50\% {
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.gap-x-60\% {
  -moz-column-gap: 60%;
       column-gap: 60%;
}

.gap-x-70\% {
  -moz-column-gap: 70%;
       column-gap: 70%;
}

.gap-x-80\% {
  -moz-column-gap: 80%;
       column-gap: 80%;
}

.gap-x-90\% {
  -moz-column-gap: 90%;
       column-gap: 90%;
}

.gap-x-95\% {
  -moz-column-gap: 95%;
       column-gap: 95%;
}

.gap-x-96\% {
  -moz-column-gap: 96%;
       column-gap: 96%;
}

.gap-x-97\% {
  -moz-column-gap: 97%;
       column-gap: 97%;
}

.gap-x-98\% {
  -moz-column-gap: 98%;
       column-gap: 98%;
}

.gap-x-99\% {
  -moz-column-gap: 99%;
       column-gap: 99%;
}

.gap-x-36vh {
  -moz-column-gap: 36vh;
       column-gap: 36vh;
}

.gap-x-75vh {
  -moz-column-gap: 75vh;
       column-gap: 75vh;
}

.gap-x-78vh {
  -moz-column-gap: 78vh;
       column-gap: 78vh;
}

.gap-x-80vh {
  -moz-column-gap: 80vh;
       column-gap: 80vh;
}

.gap-x-82vh {
  -moz-column-gap: 82vh;
       column-gap: 82vh;
}

.gap-y-0 {
  row-gap: 0;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-15 {
  row-gap: 3.75rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-18 {
  row-gap: 4.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-21 {
  row-gap: 5.25rem;
}

.gap-y-22 {
  row-gap: 5.5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-26 {
  row-gap: 6.5rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-30 {
  row-gap: 7.5rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-34 {
  row-gap: 8.5rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-38 {
  row-gap: 9.5rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-53 {
  row-gap: 13.25rem;
}

.gap-y-54 {
  row-gap: 13.5rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-74 {
  row-gap: 18.5rem;
}

.gap-y-76 {
  row-gap: 19rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-85 {
  row-gap: 21.25rem;
}

.gap-y-100 {
  row-gap: 25rem;
}

.gap-y-105 {
  row-gap: 26.25rem;
}

.gap-y-107 {
  row-gap: 26.4rem;
}

.gap-y-110 {
  row-gap: 27.5rem;
}

.gap-y-120 {
  row-gap: 30rem;
}

.gap-y-130 {
  row-gap: 38rem;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-250px {
  row-gap: 250px;
}

.gap-y-1\/2\% {
  row-gap: 0.5%;
}

.gap-y-1\% {
  row-gap: 1%;
}

.gap-y-2\% {
  row-gap: 2%;
}

.gap-y-3\% {
  row-gap: 3%;
}

.gap-y-4\% {
  row-gap: 4%;
}

.gap-y-5\% {
  row-gap: 5%;
}

.gap-y-10\% {
  row-gap: 10%;
}

.gap-y-20\% {
  row-gap: 20%;
}

.gap-y-23\% {
  row-gap: 23%;
}

.gap-y-25\% {
  row-gap: 25%;
}

.gap-y-26\% {
  row-gap: 26%;
}

.gap-y-30\% {
  row-gap: 30%;
}

.gap-y-40\% {
  row-gap: 40%;
}

.gap-y-50\% {
  row-gap: 50%;
}

.gap-y-60\% {
  row-gap: 60%;
}

.gap-y-70\% {
  row-gap: 70%;
}

.gap-y-80\% {
  row-gap: 80%;
}

.gap-y-90\% {
  row-gap: 90%;
}

.gap-y-95\% {
  row-gap: 95%;
}

.gap-y-96\% {
  row-gap: 96%;
}

.gap-y-97\% {
  row-gap: 97%;
}

.gap-y-98\% {
  row-gap: 98%;
}

.gap-y-99\% {
  row-gap: 99%;
}

.gap-y-36vh {
  row-gap: 36vh;
}

.gap-y-75vh {
  row-gap: 75vh;
}

.gap-y-78vh {
  row-gap: 78vh;
}

.gap-y-80vh {
  row-gap: 80vh;
}

.gap-y-82vh {
  row-gap: 82vh;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-full {
  grid-row: 1 / -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg;
}

.translate-x-0 {
  --tw-translate-x: 0;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-15 {
  --tw-translate-x: 3.75rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-18 {
  --tw-translate-x: 4.5rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-21 {
  --tw-translate-x: 5.25rem;
}

.translate-x-22 {
  --tw-translate-x: 5.5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-26 {
  --tw-translate-x: 6.5rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-30 {
  --tw-translate-x: 7.5rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-34 {
  --tw-translate-x: 8.5rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-38 {
  --tw-translate-x: 9.5rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-53 {
  --tw-translate-x: 13.25rem;
}

.translate-x-54 {
  --tw-translate-x: 13.5rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-74 {
  --tw-translate-x: 18.5rem;
}

.translate-x-76 {
  --tw-translate-x: 19rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-85 {
  --tw-translate-x: 21.25rem;
}

.translate-x-100 {
  --tw-translate-x: 25rem;
}

.translate-x-105 {
  --tw-translate-x: 26.25rem;
}

.translate-x-107 {
  --tw-translate-x: 26.4rem;
}

.translate-x-110 {
  --tw-translate-x: 27.5rem;
}

.translate-x-120 {
  --tw-translate-x: 30rem;
}

.translate-x-130 {
  --tw-translate-x: 38rem;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-250px {
  --tw-translate-x: 250px;
}

.translate-x-1\/2\% {
  --tw-translate-x: 0.5%;
}

.translate-x-1\% {
  --tw-translate-x: 1%;
}

.translate-x-2\% {
  --tw-translate-x: 2%;
}

.translate-x-3\% {
  --tw-translate-x: 3%;
}

.translate-x-4\% {
  --tw-translate-x: 4%;
}

.translate-x-5\% {
  --tw-translate-x: 5%;
}

.translate-x-10\% {
  --tw-translate-x: 10%;
}

.translate-x-20\% {
  --tw-translate-x: 20%;
}

.translate-x-23\% {
  --tw-translate-x: 23%;
}

.translate-x-25\% {
  --tw-translate-x: 25%;
}

.translate-x-26\% {
  --tw-translate-x: 26%;
}

.translate-x-30\% {
  --tw-translate-x: 30%;
}

.translate-x-40\% {
  --tw-translate-x: 40%;
}

.translate-x-50\% {
  --tw-translate-x: 50%;
}

.translate-x-60\% {
  --tw-translate-x: 60%;
}

.translate-x-70\% {
  --tw-translate-x: 70%;
}

.translate-x-80\% {
  --tw-translate-x: 80%;
}

.translate-x-90\% {
  --tw-translate-x: 90%;
}

.translate-x-95\% {
  --tw-translate-x: 95%;
}

.translate-x-96\% {
  --tw-translate-x: 96%;
}

.translate-x-97\% {
  --tw-translate-x: 97%;
}

.translate-x-98\% {
  --tw-translate-x: 98%;
}

.translate-x-99\% {
  --tw-translate-x: 99%;
}

.translate-x-36vh {
  --tw-translate-x: 36vh;
}

.translate-x-75vh {
  --tw-translate-x: 75vh;
}

.translate-x-78vh {
  --tw-translate-x: 78vh;
}

.translate-x-80vh {
  --tw-translate-x: 80vh;
}

.translate-x-82vh {
  --tw-translate-x: 82vh;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-15 {
  --tw-translate-x: -3.75rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-18 {
  --tw-translate-x: -4.5rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-21 {
  --tw-translate-x: -5.25rem;
}

.-translate-x-22 {
  --tw-translate-x: -5.5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-26 {
  --tw-translate-x: -6.5rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-30 {
  --tw-translate-x: -7.5rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-34 {
  --tw-translate-x: -8.5rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-38 {
  --tw-translate-x: -9.5rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-53 {
  --tw-translate-x: -13.25rem;
}

.-translate-x-54 {
  --tw-translate-x: -13.5rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-74 {
  --tw-translate-x: -18.5rem;
}

.-translate-x-76 {
  --tw-translate-x: -19rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-85 {
  --tw-translate-x: -21.25rem;
}

.-translate-x-100 {
  --tw-translate-x: -25rem;
}

.-translate-x-105 {
  --tw-translate-x: -26.25rem;
}

.-translate-x-107 {
  --tw-translate-x: -26.4rem;
}

.-translate-x-110 {
  --tw-translate-x: -27.5rem;
}

.-translate-x-120 {
  --tw-translate-x: -30rem;
}

.-translate-x-130 {
  --tw-translate-x: -38rem;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-250px {
  --tw-translate-x: -250px;
}

.-translate-x-1\/2\% {
  --tw-translate-x: -0.5%;
}

.-translate-x-1\% {
  --tw-translate-x: -1%;
}

.-translate-x-2\% {
  --tw-translate-x: -2%;
}

.-translate-x-3\% {
  --tw-translate-x: -3%;
}

.-translate-x-4\% {
  --tw-translate-x: -4%;
}

.-translate-x-5\% {
  --tw-translate-x: -5%;
}

.-translate-x-10\% {
  --tw-translate-x: -10%;
}

.-translate-x-20\% {
  --tw-translate-x: -20%;
}

.-translate-x-23\% {
  --tw-translate-x: -23%;
}

.-translate-x-25\% {
  --tw-translate-x: -25%;
}

.-translate-x-26\% {
  --tw-translate-x: -26%;
}

.-translate-x-30\% {
  --tw-translate-x: -30%;
}

.-translate-x-40\% {
  --tw-translate-x: -40%;
}

.-translate-x-50\% {
  --tw-translate-x: -50%;
}

.-translate-x-60\% {
  --tw-translate-x: -60%;
}

.-translate-x-70\% {
  --tw-translate-x: -70%;
}

.-translate-x-80\% {
  --tw-translate-x: -80%;
}

.-translate-x-90\% {
  --tw-translate-x: -90%;
}

.-translate-x-95\% {
  --tw-translate-x: -95%;
}

.-translate-x-96\% {
  --tw-translate-x: -96%;
}

.-translate-x-97\% {
  --tw-translate-x: -97%;
}

.-translate-x-98\% {
  --tw-translate-x: -98%;
}

.-translate-x-99\% {
  --tw-translate-x: -99%;
}

.-translate-x-36vh {
  --tw-translate-x: -36vh;
}

.-translate-x-75vh {
  --tw-translate-x: -75vh;
}

.-translate-x-78vh {
  --tw-translate-x: -78vh;
}

.-translate-x-80vh {
  --tw-translate-x: -80vh;
}

.-translate-x-82vh {
  --tw-translate-x: -82vh;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-15 {
  --tw-translate-y: 3.75rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-18 {
  --tw-translate-y: 4.5rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-21 {
  --tw-translate-y: 5.25rem;
}

.translate-y-22 {
  --tw-translate-y: 5.5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-26 {
  --tw-translate-y: 6.5rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-30 {
  --tw-translate-y: 7.5rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-34 {
  --tw-translate-y: 8.5rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-38 {
  --tw-translate-y: 9.5rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-53 {
  --tw-translate-y: 13.25rem;
}

.translate-y-54 {
  --tw-translate-y: 13.5rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-74 {
  --tw-translate-y: 18.5rem;
}

.translate-y-76 {
  --tw-translate-y: 19rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-85 {
  --tw-translate-y: 21.25rem;
}

.translate-y-100 {
  --tw-translate-y: 25rem;
}

.translate-y-105 {
  --tw-translate-y: 26.25rem;
}

.translate-y-107 {
  --tw-translate-y: 26.4rem;
}

.translate-y-110 {
  --tw-translate-y: 27.5rem;
}

.translate-y-120 {
  --tw-translate-y: 30rem;
}

.translate-y-130 {
  --tw-translate-y: 38rem;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-250px {
  --tw-translate-y: 250px;
}

.translate-y-1\/2\% {
  --tw-translate-y: 0.5%;
}

.translate-y-1\% {
  --tw-translate-y: 1%;
}

.translate-y-2\% {
  --tw-translate-y: 2%;
}

.translate-y-3\% {
  --tw-translate-y: 3%;
}

.translate-y-4\% {
  --tw-translate-y: 4%;
}

.translate-y-5\% {
  --tw-translate-y: 5%;
}

.translate-y-10\% {
  --tw-translate-y: 10%;
}

.translate-y-20\% {
  --tw-translate-y: 20%;
}

.translate-y-23\% {
  --tw-translate-y: 23%;
}

.translate-y-25\% {
  --tw-translate-y: 25%;
}

.translate-y-26\% {
  --tw-translate-y: 26%;
}

.translate-y-30\% {
  --tw-translate-y: 30%;
}

.translate-y-40\% {
  --tw-translate-y: 40%;
}

.translate-y-50\% {
  --tw-translate-y: 50%;
}

.translate-y-60\% {
  --tw-translate-y: 60%;
}

.translate-y-70\% {
  --tw-translate-y: 70%;
}

.translate-y-80\% {
  --tw-translate-y: 80%;
}

.translate-y-90\% {
  --tw-translate-y: 90%;
}

.translate-y-95\% {
  --tw-translate-y: 95%;
}

.translate-y-96\% {
  --tw-translate-y: 96%;
}

.translate-y-97\% {
  --tw-translate-y: 97%;
}

.translate-y-98\% {
  --tw-translate-y: 98%;
}

.translate-y-99\% {
  --tw-translate-y: 99%;
}

.translate-y-36vh {
  --tw-translate-y: 36vh;
}

.translate-y-75vh {
  --tw-translate-y: 75vh;
}

.translate-y-78vh {
  --tw-translate-y: 78vh;
}

.translate-y-80vh {
  --tw-translate-y: 80vh;
}

.translate-y-82vh {
  --tw-translate-y: 82vh;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-15 {
  --tw-translate-y: -3.75rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-18 {
  --tw-translate-y: -4.5rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-21 {
  --tw-translate-y: -5.25rem;
}

.-translate-y-22 {
  --tw-translate-y: -5.5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-26 {
  --tw-translate-y: -6.5rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-30 {
  --tw-translate-y: -7.5rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-34 {
  --tw-translate-y: -8.5rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-38 {
  --tw-translate-y: -9.5rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-53 {
  --tw-translate-y: -13.25rem;
}

.-translate-y-54 {
  --tw-translate-y: -13.5rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-74 {
  --tw-translate-y: -18.5rem;
}

.-translate-y-76 {
  --tw-translate-y: -19rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-85 {
  --tw-translate-y: -21.25rem;
}

.-translate-y-100 {
  --tw-translate-y: -25rem;
}

.-translate-y-105 {
  --tw-translate-y: -26.25rem;
}

.-translate-y-107 {
  --tw-translate-y: -26.4rem;
}

.-translate-y-110 {
  --tw-translate-y: -27.5rem;
}

.-translate-y-120 {
  --tw-translate-y: -30rem;
}

.-translate-y-130 {
  --tw-translate-y: -38rem;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-250px {
  --tw-translate-y: -250px;
}

.-translate-y-1\/2\% {
  --tw-translate-y: -0.5%;
}

.-translate-y-1\% {
  --tw-translate-y: -1%;
}

.-translate-y-2\% {
  --tw-translate-y: -2%;
}

.-translate-y-3\% {
  --tw-translate-y: -3%;
}

.-translate-y-4\% {
  --tw-translate-y: -4%;
}

.-translate-y-5\% {
  --tw-translate-y: -5%;
}

.-translate-y-10\% {
  --tw-translate-y: -10%;
}

.-translate-y-20\% {
  --tw-translate-y: -20%;
}

.-translate-y-23\% {
  --tw-translate-y: -23%;
}

.-translate-y-25\% {
  --tw-translate-y: -25%;
}

.-translate-y-26\% {
  --tw-translate-y: -26%;
}

.-translate-y-30\% {
  --tw-translate-y: -30%;
}

.-translate-y-40\% {
  --tw-translate-y: -40%;
}

.-translate-y-50\% {
  --tw-translate-y: -50%;
}

.-translate-y-60\% {
  --tw-translate-y: -60%;
}

.-translate-y-70\% {
  --tw-translate-y: -70%;
}

.-translate-y-80\% {
  --tw-translate-y: -80%;
}

.-translate-y-90\% {
  --tw-translate-y: -90%;
}

.-translate-y-95\% {
  --tw-translate-y: -95%;
}

.-translate-y-96\% {
  --tw-translate-y: -96%;
}

.-translate-y-97\% {
  --tw-translate-y: -97%;
}

.-translate-y-98\% {
  --tw-translate-y: -98%;
}

.-translate-y-99\% {
  --tw-translate-y: -99%;
}

.-translate-y-36vh {
  --tw-translate-y: -36vh;
}

.-translate-y-75vh {
  --tw-translate-y: -75vh;
}

.-translate-y-78vh {
  --tw-translate-y: -78vh;
}

.-translate-y-80vh {
  --tw-translate-y: -80vh;
}

.-translate-y-82vh {
  --tw-translate-y: -82vh;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-15:hover {
  --tw-translate-x: 3.75rem;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:translate-x-18:hover {
  --tw-translate-x: 4.5rem;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:translate-x-21:hover {
  --tw-translate-x: 5.25rem;
}

.hover\:translate-x-22:hover {
  --tw-translate-x: 5.5rem;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:translate-x-26:hover {
  --tw-translate-x: 6.5rem;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:translate-x-30:hover {
  --tw-translate-x: 7.5rem;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:translate-x-34:hover {
  --tw-translate-x: 8.5rem;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:translate-x-38:hover {
  --tw-translate-x: 9.5rem;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:translate-x-53:hover {
  --tw-translate-x: 13.25rem;
}

.hover\:translate-x-54:hover {
  --tw-translate-x: 13.5rem;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:translate-x-74:hover {
  --tw-translate-x: 18.5rem;
}

.hover\:translate-x-76:hover {
  --tw-translate-x: 19rem;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:translate-x-85:hover {
  --tw-translate-x: 21.25rem;
}

.hover\:translate-x-100:hover {
  --tw-translate-x: 25rem;
}

.hover\:translate-x-105:hover {
  --tw-translate-x: 26.25rem;
}

.hover\:translate-x-107:hover {
  --tw-translate-x: 26.4rem;
}

.hover\:translate-x-110:hover {
  --tw-translate-x: 27.5rem;
}

.hover\:translate-x-120:hover {
  --tw-translate-x: 30rem;
}

.hover\:translate-x-130:hover {
  --tw-translate-x: 38rem;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-250px:hover {
  --tw-translate-x: 250px;
}

.hover\:translate-x-1\/2\%:hover {
  --tw-translate-x: 0.5%;
}

.hover\:translate-x-1\%:hover {
  --tw-translate-x: 1%;
}

.hover\:translate-x-2\%:hover {
  --tw-translate-x: 2%;
}

.hover\:translate-x-3\%:hover {
  --tw-translate-x: 3%;
}

.hover\:translate-x-4\%:hover {
  --tw-translate-x: 4%;
}

.hover\:translate-x-5\%:hover {
  --tw-translate-x: 5%;
}

.hover\:translate-x-10\%:hover {
  --tw-translate-x: 10%;
}

.hover\:translate-x-20\%:hover {
  --tw-translate-x: 20%;
}

.hover\:translate-x-23\%:hover {
  --tw-translate-x: 23%;
}

.hover\:translate-x-25\%:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-26\%:hover {
  --tw-translate-x: 26%;
}

.hover\:translate-x-30\%:hover {
  --tw-translate-x: 30%;
}

.hover\:translate-x-40\%:hover {
  --tw-translate-x: 40%;
}

.hover\:translate-x-50\%:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-60\%:hover {
  --tw-translate-x: 60%;
}

.hover\:translate-x-70\%:hover {
  --tw-translate-x: 70%;
}

.hover\:translate-x-80\%:hover {
  --tw-translate-x: 80%;
}

.hover\:translate-x-90\%:hover {
  --tw-translate-x: 90%;
}

.hover\:translate-x-95\%:hover {
  --tw-translate-x: 95%;
}

.hover\:translate-x-96\%:hover {
  --tw-translate-x: 96%;
}

.hover\:translate-x-97\%:hover {
  --tw-translate-x: 97%;
}

.hover\:translate-x-98\%:hover {
  --tw-translate-x: 98%;
}

.hover\:translate-x-99\%:hover {
  --tw-translate-x: 99%;
}

.hover\:translate-x-36vh:hover {
  --tw-translate-x: 36vh;
}

.hover\:translate-x-75vh:hover {
  --tw-translate-x: 75vh;
}

.hover\:translate-x-78vh:hover {
  --tw-translate-x: 78vh;
}

.hover\:translate-x-80vh:hover {
  --tw-translate-x: 80vh;
}

.hover\:translate-x-82vh:hover {
  --tw-translate-x: 82vh;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-15:hover {
  --tw-translate-x: -3.75rem;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-18:hover {
  --tw-translate-x: -4.5rem;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-21:hover {
  --tw-translate-x: -5.25rem;
}

.hover\:-translate-x-22:hover {
  --tw-translate-x: -5.5rem;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-26:hover {
  --tw-translate-x: -6.5rem;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-30:hover {
  --tw-translate-x: -7.5rem;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-34:hover {
  --tw-translate-x: -8.5rem;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-38:hover {
  --tw-translate-x: -9.5rem;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-53:hover {
  --tw-translate-x: -13.25rem;
}

.hover\:-translate-x-54:hover {
  --tw-translate-x: -13.5rem;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-74:hover {
  --tw-translate-x: -18.5rem;
}

.hover\:-translate-x-76:hover {
  --tw-translate-x: -19rem;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-85:hover {
  --tw-translate-x: -21.25rem;
}

.hover\:-translate-x-100:hover {
  --tw-translate-x: -25rem;
}

.hover\:-translate-x-105:hover {
  --tw-translate-x: -26.25rem;
}

.hover\:-translate-x-107:hover {
  --tw-translate-x: -26.4rem;
}

.hover\:-translate-x-110:hover {
  --tw-translate-x: -27.5rem;
}

.hover\:-translate-x-120:hover {
  --tw-translate-x: -30rem;
}

.hover\:-translate-x-130:hover {
  --tw-translate-x: -38rem;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-250px:hover {
  --tw-translate-x: -250px;
}

.hover\:-translate-x-1\/2\%:hover {
  --tw-translate-x: -0.5%;
}

.hover\:-translate-x-1\%:hover {
  --tw-translate-x: -1%;
}

.hover\:-translate-x-2\%:hover {
  --tw-translate-x: -2%;
}

.hover\:-translate-x-3\%:hover {
  --tw-translate-x: -3%;
}

.hover\:-translate-x-4\%:hover {
  --tw-translate-x: -4%;
}

.hover\:-translate-x-5\%:hover {
  --tw-translate-x: -5%;
}

.hover\:-translate-x-10\%:hover {
  --tw-translate-x: -10%;
}

.hover\:-translate-x-20\%:hover {
  --tw-translate-x: -20%;
}

.hover\:-translate-x-23\%:hover {
  --tw-translate-x: -23%;
}

.hover\:-translate-x-25\%:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-26\%:hover {
  --tw-translate-x: -26%;
}

.hover\:-translate-x-30\%:hover {
  --tw-translate-x: -30%;
}

.hover\:-translate-x-40\%:hover {
  --tw-translate-x: -40%;
}

.hover\:-translate-x-50\%:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-60\%:hover {
  --tw-translate-x: -60%;
}

.hover\:-translate-x-70\%:hover {
  --tw-translate-x: -70%;
}

.hover\:-translate-x-80\%:hover {
  --tw-translate-x: -80%;
}

.hover\:-translate-x-90\%:hover {
  --tw-translate-x: -90%;
}

.hover\:-translate-x-95\%:hover {
  --tw-translate-x: -95%;
}

.hover\:-translate-x-96\%:hover {
  --tw-translate-x: -96%;
}

.hover\:-translate-x-97\%:hover {
  --tw-translate-x: -97%;
}

.hover\:-translate-x-98\%:hover {
  --tw-translate-x: -98%;
}

.hover\:-translate-x-99\%:hover {
  --tw-translate-x: -99%;
}

.hover\:-translate-x-36vh:hover {
  --tw-translate-x: -36vh;
}

.hover\:-translate-x-75vh:hover {
  --tw-translate-x: -75vh;
}

.hover\:-translate-x-78vh:hover {
  --tw-translate-x: -78vh;
}

.hover\:-translate-x-80vh:hover {
  --tw-translate-x: -80vh;
}

.hover\:-translate-x-82vh:hover {
  --tw-translate-x: -82vh;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-15:hover {
  --tw-translate-y: 3.75rem;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:translate-y-18:hover {
  --tw-translate-y: 4.5rem;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:translate-y-21:hover {
  --tw-translate-y: 5.25rem;
}

.hover\:translate-y-22:hover {
  --tw-translate-y: 5.5rem;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:translate-y-26:hover {
  --tw-translate-y: 6.5rem;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:translate-y-30:hover {
  --tw-translate-y: 7.5rem;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:translate-y-34:hover {
  --tw-translate-y: 8.5rem;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:translate-y-38:hover {
  --tw-translate-y: 9.5rem;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:translate-y-53:hover {
  --tw-translate-y: 13.25rem;
}

.hover\:translate-y-54:hover {
  --tw-translate-y: 13.5rem;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:translate-y-74:hover {
  --tw-translate-y: 18.5rem;
}

.hover\:translate-y-76:hover {
  --tw-translate-y: 19rem;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:translate-y-85:hover {
  --tw-translate-y: 21.25rem;
}

.hover\:translate-y-100:hover {
  --tw-translate-y: 25rem;
}

.hover\:translate-y-105:hover {
  --tw-translate-y: 26.25rem;
}

.hover\:translate-y-107:hover {
  --tw-translate-y: 26.4rem;
}

.hover\:translate-y-110:hover {
  --tw-translate-y: 27.5rem;
}

.hover\:translate-y-120:hover {
  --tw-translate-y: 30rem;
}

.hover\:translate-y-130:hover {
  --tw-translate-y: 38rem;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-250px:hover {
  --tw-translate-y: 250px;
}

.hover\:translate-y-1\/2\%:hover {
  --tw-translate-y: 0.5%;
}

.hover\:translate-y-1\%:hover {
  --tw-translate-y: 1%;
}

.hover\:translate-y-2\%:hover {
  --tw-translate-y: 2%;
}

.hover\:translate-y-3\%:hover {
  --tw-translate-y: 3%;
}

.hover\:translate-y-4\%:hover {
  --tw-translate-y: 4%;
}

.hover\:translate-y-5\%:hover {
  --tw-translate-y: 5%;
}

.hover\:translate-y-10\%:hover {
  --tw-translate-y: 10%;
}

.hover\:translate-y-20\%:hover {
  --tw-translate-y: 20%;
}

.hover\:translate-y-23\%:hover {
  --tw-translate-y: 23%;
}

.hover\:translate-y-25\%:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-26\%:hover {
  --tw-translate-y: 26%;
}

.hover\:translate-y-30\%:hover {
  --tw-translate-y: 30%;
}

.hover\:translate-y-40\%:hover {
  --tw-translate-y: 40%;
}

.hover\:translate-y-50\%:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-60\%:hover {
  --tw-translate-y: 60%;
}

.hover\:translate-y-70\%:hover {
  --tw-translate-y: 70%;
}

.hover\:translate-y-80\%:hover {
  --tw-translate-y: 80%;
}

.hover\:translate-y-90\%:hover {
  --tw-translate-y: 90%;
}

.hover\:translate-y-95\%:hover {
  --tw-translate-y: 95%;
}

.hover\:translate-y-96\%:hover {
  --tw-translate-y: 96%;
}

.hover\:translate-y-97\%:hover {
  --tw-translate-y: 97%;
}

.hover\:translate-y-98\%:hover {
  --tw-translate-y: 98%;
}

.hover\:translate-y-99\%:hover {
  --tw-translate-y: 99%;
}

.hover\:translate-y-36vh:hover {
  --tw-translate-y: 36vh;
}

.hover\:translate-y-75vh:hover {
  --tw-translate-y: 75vh;
}

.hover\:translate-y-78vh:hover {
  --tw-translate-y: 78vh;
}

.hover\:translate-y-80vh:hover {
  --tw-translate-y: 80vh;
}

.hover\:translate-y-82vh:hover {
  --tw-translate-y: 82vh;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-15:hover {
  --tw-translate-y: -3.75rem;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-18:hover {
  --tw-translate-y: -4.5rem;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-21:hover {
  --tw-translate-y: -5.25rem;
}

.hover\:-translate-y-22:hover {
  --tw-translate-y: -5.5rem;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-26:hover {
  --tw-translate-y: -6.5rem;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-30:hover {
  --tw-translate-y: -7.5rem;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-34:hover {
  --tw-translate-y: -8.5rem;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-38:hover {
  --tw-translate-y: -9.5rem;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-53:hover {
  --tw-translate-y: -13.25rem;
}

.hover\:-translate-y-54:hover {
  --tw-translate-y: -13.5rem;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-74:hover {
  --tw-translate-y: -18.5rem;
}

.hover\:-translate-y-76:hover {
  --tw-translate-y: -19rem;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-85:hover {
  --tw-translate-y: -21.25rem;
}

.hover\:-translate-y-100:hover {
  --tw-translate-y: -25rem;
}

.hover\:-translate-y-105:hover {
  --tw-translate-y: -26.25rem;
}

.hover\:-translate-y-107:hover {
  --tw-translate-y: -26.4rem;
}

.hover\:-translate-y-110:hover {
  --tw-translate-y: -27.5rem;
}

.hover\:-translate-y-120:hover {
  --tw-translate-y: -30rem;
}

.hover\:-translate-y-130:hover {
  --tw-translate-y: -38rem;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-250px:hover {
  --tw-translate-y: -250px;
}

.hover\:-translate-y-1\/2\%:hover {
  --tw-translate-y: -0.5%;
}

.hover\:-translate-y-1\%:hover {
  --tw-translate-y: -1%;
}

.hover\:-translate-y-2\%:hover {
  --tw-translate-y: -2%;
}

.hover\:-translate-y-3\%:hover {
  --tw-translate-y: -3%;
}

.hover\:-translate-y-4\%:hover {
  --tw-translate-y: -4%;
}

.hover\:-translate-y-5\%:hover {
  --tw-translate-y: -5%;
}

.hover\:-translate-y-10\%:hover {
  --tw-translate-y: -10%;
}

.hover\:-translate-y-20\%:hover {
  --tw-translate-y: -20%;
}

.hover\:-translate-y-23\%:hover {
  --tw-translate-y: -23%;
}

.hover\:-translate-y-25\%:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-26\%:hover {
  --tw-translate-y: -26%;
}

.hover\:-translate-y-30\%:hover {
  --tw-translate-y: -30%;
}

.hover\:-translate-y-40\%:hover {
  --tw-translate-y: -40%;
}

.hover\:-translate-y-50\%:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-60\%:hover {
  --tw-translate-y: -60%;
}

.hover\:-translate-y-70\%:hover {
  --tw-translate-y: -70%;
}

.hover\:-translate-y-80\%:hover {
  --tw-translate-y: -80%;
}

.hover\:-translate-y-90\%:hover {
  --tw-translate-y: -90%;
}

.hover\:-translate-y-95\%:hover {
  --tw-translate-y: -95%;
}

.hover\:-translate-y-96\%:hover {
  --tw-translate-y: -96%;
}

.hover\:-translate-y-97\%:hover {
  --tw-translate-y: -97%;
}

.hover\:-translate-y-98\%:hover {
  --tw-translate-y: -98%;
}

.hover\:-translate-y-99\%:hover {
  --tw-translate-y: -99%;
}

.hover\:-translate-y-36vh:hover {
  --tw-translate-y: -36vh;
}

.hover\:-translate-y-75vh:hover {
  --tw-translate-y: -75vh;
}

.hover\:-translate-y-78vh:hover {
  --tw-translate-y: -78vh;
}

.hover\:-translate-y-80vh:hover {
  --tw-translate-y: -80vh;
}

.hover\:-translate-y-82vh:hover {
  --tw-translate-y: -82vh;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-15:focus {
  --tw-translate-x: 3.75rem;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:translate-x-18:focus {
  --tw-translate-x: 4.5rem;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:translate-x-21:focus {
  --tw-translate-x: 5.25rem;
}

.focus\:translate-x-22:focus {
  --tw-translate-x: 5.5rem;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:translate-x-26:focus {
  --tw-translate-x: 6.5rem;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:translate-x-30:focus {
  --tw-translate-x: 7.5rem;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:translate-x-34:focus {
  --tw-translate-x: 8.5rem;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:translate-x-38:focus {
  --tw-translate-x: 9.5rem;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:translate-x-53:focus {
  --tw-translate-x: 13.25rem;
}

.focus\:translate-x-54:focus {
  --tw-translate-x: 13.5rem;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:translate-x-74:focus {
  --tw-translate-x: 18.5rem;
}

.focus\:translate-x-76:focus {
  --tw-translate-x: 19rem;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:translate-x-85:focus {
  --tw-translate-x: 21.25rem;
}

.focus\:translate-x-100:focus {
  --tw-translate-x: 25rem;
}

.focus\:translate-x-105:focus {
  --tw-translate-x: 26.25rem;
}

.focus\:translate-x-107:focus {
  --tw-translate-x: 26.4rem;
}

.focus\:translate-x-110:focus {
  --tw-translate-x: 27.5rem;
}

.focus\:translate-x-120:focus {
  --tw-translate-x: 30rem;
}

.focus\:translate-x-130:focus {
  --tw-translate-x: 38rem;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-250px:focus {
  --tw-translate-x: 250px;
}

.focus\:translate-x-1\/2\%:focus {
  --tw-translate-x: 0.5%;
}

.focus\:translate-x-1\%:focus {
  --tw-translate-x: 1%;
}

.focus\:translate-x-2\%:focus {
  --tw-translate-x: 2%;
}

.focus\:translate-x-3\%:focus {
  --tw-translate-x: 3%;
}

.focus\:translate-x-4\%:focus {
  --tw-translate-x: 4%;
}

.focus\:translate-x-5\%:focus {
  --tw-translate-x: 5%;
}

.focus\:translate-x-10\%:focus {
  --tw-translate-x: 10%;
}

.focus\:translate-x-20\%:focus {
  --tw-translate-x: 20%;
}

.focus\:translate-x-23\%:focus {
  --tw-translate-x: 23%;
}

.focus\:translate-x-25\%:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-26\%:focus {
  --tw-translate-x: 26%;
}

.focus\:translate-x-30\%:focus {
  --tw-translate-x: 30%;
}

.focus\:translate-x-40\%:focus {
  --tw-translate-x: 40%;
}

.focus\:translate-x-50\%:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-60\%:focus {
  --tw-translate-x: 60%;
}

.focus\:translate-x-70\%:focus {
  --tw-translate-x: 70%;
}

.focus\:translate-x-80\%:focus {
  --tw-translate-x: 80%;
}

.focus\:translate-x-90\%:focus {
  --tw-translate-x: 90%;
}

.focus\:translate-x-95\%:focus {
  --tw-translate-x: 95%;
}

.focus\:translate-x-96\%:focus {
  --tw-translate-x: 96%;
}

.focus\:translate-x-97\%:focus {
  --tw-translate-x: 97%;
}

.focus\:translate-x-98\%:focus {
  --tw-translate-x: 98%;
}

.focus\:translate-x-99\%:focus {
  --tw-translate-x: 99%;
}

.focus\:translate-x-36vh:focus {
  --tw-translate-x: 36vh;
}

.focus\:translate-x-75vh:focus {
  --tw-translate-x: 75vh;
}

.focus\:translate-x-78vh:focus {
  --tw-translate-x: 78vh;
}

.focus\:translate-x-80vh:focus {
  --tw-translate-x: 80vh;
}

.focus\:translate-x-82vh:focus {
  --tw-translate-x: 82vh;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-15:focus {
  --tw-translate-x: -3.75rem;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-18:focus {
  --tw-translate-x: -4.5rem;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-21:focus {
  --tw-translate-x: -5.25rem;
}

.focus\:-translate-x-22:focus {
  --tw-translate-x: -5.5rem;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-26:focus {
  --tw-translate-x: -6.5rem;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-30:focus {
  --tw-translate-x: -7.5rem;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-34:focus {
  --tw-translate-x: -8.5rem;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-38:focus {
  --tw-translate-x: -9.5rem;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-53:focus {
  --tw-translate-x: -13.25rem;
}

.focus\:-translate-x-54:focus {
  --tw-translate-x: -13.5rem;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-74:focus {
  --tw-translate-x: -18.5rem;
}

.focus\:-translate-x-76:focus {
  --tw-translate-x: -19rem;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-85:focus {
  --tw-translate-x: -21.25rem;
}

.focus\:-translate-x-100:focus {
  --tw-translate-x: -25rem;
}

.focus\:-translate-x-105:focus {
  --tw-translate-x: -26.25rem;
}

.focus\:-translate-x-107:focus {
  --tw-translate-x: -26.4rem;
}

.focus\:-translate-x-110:focus {
  --tw-translate-x: -27.5rem;
}

.focus\:-translate-x-120:focus {
  --tw-translate-x: -30rem;
}

.focus\:-translate-x-130:focus {
  --tw-translate-x: -38rem;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-250px:focus {
  --tw-translate-x: -250px;
}

.focus\:-translate-x-1\/2\%:focus {
  --tw-translate-x: -0.5%;
}

.focus\:-translate-x-1\%:focus {
  --tw-translate-x: -1%;
}

.focus\:-translate-x-2\%:focus {
  --tw-translate-x: -2%;
}

.focus\:-translate-x-3\%:focus {
  --tw-translate-x: -3%;
}

.focus\:-translate-x-4\%:focus {
  --tw-translate-x: -4%;
}

.focus\:-translate-x-5\%:focus {
  --tw-translate-x: -5%;
}

.focus\:-translate-x-10\%:focus {
  --tw-translate-x: -10%;
}

.focus\:-translate-x-20\%:focus {
  --tw-translate-x: -20%;
}

.focus\:-translate-x-23\%:focus {
  --tw-translate-x: -23%;
}

.focus\:-translate-x-25\%:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-26\%:focus {
  --tw-translate-x: -26%;
}

.focus\:-translate-x-30\%:focus {
  --tw-translate-x: -30%;
}

.focus\:-translate-x-40\%:focus {
  --tw-translate-x: -40%;
}

.focus\:-translate-x-50\%:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-60\%:focus {
  --tw-translate-x: -60%;
}

.focus\:-translate-x-70\%:focus {
  --tw-translate-x: -70%;
}

.focus\:-translate-x-80\%:focus {
  --tw-translate-x: -80%;
}

.focus\:-translate-x-90\%:focus {
  --tw-translate-x: -90%;
}

.focus\:-translate-x-95\%:focus {
  --tw-translate-x: -95%;
}

.focus\:-translate-x-96\%:focus {
  --tw-translate-x: -96%;
}

.focus\:-translate-x-97\%:focus {
  --tw-translate-x: -97%;
}

.focus\:-translate-x-98\%:focus {
  --tw-translate-x: -98%;
}

.focus\:-translate-x-99\%:focus {
  --tw-translate-x: -99%;
}

.focus\:-translate-x-36vh:focus {
  --tw-translate-x: -36vh;
}

.focus\:-translate-x-75vh:focus {
  --tw-translate-x: -75vh;
}

.focus\:-translate-x-78vh:focus {
  --tw-translate-x: -78vh;
}

.focus\:-translate-x-80vh:focus {
  --tw-translate-x: -80vh;
}

.focus\:-translate-x-82vh:focus {
  --tw-translate-x: -82vh;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-15:focus {
  --tw-translate-y: 3.75rem;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:translate-y-18:focus {
  --tw-translate-y: 4.5rem;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:translate-y-21:focus {
  --tw-translate-y: 5.25rem;
}

.focus\:translate-y-22:focus {
  --tw-translate-y: 5.5rem;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:translate-y-26:focus {
  --tw-translate-y: 6.5rem;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:translate-y-30:focus {
  --tw-translate-y: 7.5rem;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:translate-y-34:focus {
  --tw-translate-y: 8.5rem;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:translate-y-38:focus {
  --tw-translate-y: 9.5rem;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:translate-y-53:focus {
  --tw-translate-y: 13.25rem;
}

.focus\:translate-y-54:focus {
  --tw-translate-y: 13.5rem;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:translate-y-74:focus {
  --tw-translate-y: 18.5rem;
}

.focus\:translate-y-76:focus {
  --tw-translate-y: 19rem;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:translate-y-85:focus {
  --tw-translate-y: 21.25rem;
}

.focus\:translate-y-100:focus {
  --tw-translate-y: 25rem;
}

.focus\:translate-y-105:focus {
  --tw-translate-y: 26.25rem;
}

.focus\:translate-y-107:focus {
  --tw-translate-y: 26.4rem;
}

.focus\:translate-y-110:focus {
  --tw-translate-y: 27.5rem;
}

.focus\:translate-y-120:focus {
  --tw-translate-y: 30rem;
}

.focus\:translate-y-130:focus {
  --tw-translate-y: 38rem;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-250px:focus {
  --tw-translate-y: 250px;
}

.focus\:translate-y-1\/2\%:focus {
  --tw-translate-y: 0.5%;
}

.focus\:translate-y-1\%:focus {
  --tw-translate-y: 1%;
}

.focus\:translate-y-2\%:focus {
  --tw-translate-y: 2%;
}

.focus\:translate-y-3\%:focus {
  --tw-translate-y: 3%;
}

.focus\:translate-y-4\%:focus {
  --tw-translate-y: 4%;
}

.focus\:translate-y-5\%:focus {
  --tw-translate-y: 5%;
}

.focus\:translate-y-10\%:focus {
  --tw-translate-y: 10%;
}

.focus\:translate-y-20\%:focus {
  --tw-translate-y: 20%;
}

.focus\:translate-y-23\%:focus {
  --tw-translate-y: 23%;
}

.focus\:translate-y-25\%:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-26\%:focus {
  --tw-translate-y: 26%;
}

.focus\:translate-y-30\%:focus {
  --tw-translate-y: 30%;
}

.focus\:translate-y-40\%:focus {
  --tw-translate-y: 40%;
}

.focus\:translate-y-50\%:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-60\%:focus {
  --tw-translate-y: 60%;
}

.focus\:translate-y-70\%:focus {
  --tw-translate-y: 70%;
}

.focus\:translate-y-80\%:focus {
  --tw-translate-y: 80%;
}

.focus\:translate-y-90\%:focus {
  --tw-translate-y: 90%;
}

.focus\:translate-y-95\%:focus {
  --tw-translate-y: 95%;
}

.focus\:translate-y-96\%:focus {
  --tw-translate-y: 96%;
}

.focus\:translate-y-97\%:focus {
  --tw-translate-y: 97%;
}

.focus\:translate-y-98\%:focus {
  --tw-translate-y: 98%;
}

.focus\:translate-y-99\%:focus {
  --tw-translate-y: 99%;
}

.focus\:translate-y-36vh:focus {
  --tw-translate-y: 36vh;
}

.focus\:translate-y-75vh:focus {
  --tw-translate-y: 75vh;
}

.focus\:translate-y-78vh:focus {
  --tw-translate-y: 78vh;
}

.focus\:translate-y-80vh:focus {
  --tw-translate-y: 80vh;
}

.focus\:translate-y-82vh:focus {
  --tw-translate-y: 82vh;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-15:focus {
  --tw-translate-y: -3.75rem;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-18:focus {
  --tw-translate-y: -4.5rem;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-21:focus {
  --tw-translate-y: -5.25rem;
}

.focus\:-translate-y-22:focus {
  --tw-translate-y: -5.5rem;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-26:focus {
  --tw-translate-y: -6.5rem;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-30:focus {
  --tw-translate-y: -7.5rem;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-34:focus {
  --tw-translate-y: -8.5rem;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-38:focus {
  --tw-translate-y: -9.5rem;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-53:focus {
  --tw-translate-y: -13.25rem;
}

.focus\:-translate-y-54:focus {
  --tw-translate-y: -13.5rem;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-74:focus {
  --tw-translate-y: -18.5rem;
}

.focus\:-translate-y-76:focus {
  --tw-translate-y: -19rem;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-85:focus {
  --tw-translate-y: -21.25rem;
}

.focus\:-translate-y-100:focus {
  --tw-translate-y: -25rem;
}

.focus\:-translate-y-105:focus {
  --tw-translate-y: -26.25rem;
}

.focus\:-translate-y-107:focus {
  --tw-translate-y: -26.4rem;
}

.focus\:-translate-y-110:focus {
  --tw-translate-y: -27.5rem;
}

.focus\:-translate-y-120:focus {
  --tw-translate-y: -30rem;
}

.focus\:-translate-y-130:focus {
  --tw-translate-y: -38rem;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-250px:focus {
  --tw-translate-y: -250px;
}

.focus\:-translate-y-1\/2\%:focus {
  --tw-translate-y: -0.5%;
}

.focus\:-translate-y-1\%:focus {
  --tw-translate-y: -1%;
}

.focus\:-translate-y-2\%:focus {
  --tw-translate-y: -2%;
}

.focus\:-translate-y-3\%:focus {
  --tw-translate-y: -3%;
}

.focus\:-translate-y-4\%:focus {
  --tw-translate-y: -4%;
}

.focus\:-translate-y-5\%:focus {
  --tw-translate-y: -5%;
}

.focus\:-translate-y-10\%:focus {
  --tw-translate-y: -10%;
}

.focus\:-translate-y-20\%:focus {
  --tw-translate-y: -20%;
}

.focus\:-translate-y-23\%:focus {
  --tw-translate-y: -23%;
}

.focus\:-translate-y-25\%:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-26\%:focus {
  --tw-translate-y: -26%;
}

.focus\:-translate-y-30\%:focus {
  --tw-translate-y: -30%;
}

.focus\:-translate-y-40\%:focus {
  --tw-translate-y: -40%;
}

.focus\:-translate-y-50\%:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-60\%:focus {
  --tw-translate-y: -60%;
}

.focus\:-translate-y-70\%:focus {
  --tw-translate-y: -70%;
}

.focus\:-translate-y-80\%:focus {
  --tw-translate-y: -80%;
}

.focus\:-translate-y-90\%:focus {
  --tw-translate-y: -90%;
}

.focus\:-translate-y-95\%:focus {
  --tw-translate-y: -95%;
}

.focus\:-translate-y-96\%:focus {
  --tw-translate-y: -96%;
}

.focus\:-translate-y-97\%:focus {
  --tw-translate-y: -97%;
}

.focus\:-translate-y-98\%:focus {
  --tw-translate-y: -98%;
}

.focus\:-translate-y-99\%:focus {
  --tw-translate-y: -99%;
}

.focus\:-translate-y-36vh:focus {
  --tw-translate-y: -36vh;
}

.focus\:-translate-y-75vh:focus {
  --tw-translate-y: -75vh;
}

.focus\:-translate-y-78vh:focus {
  --tw-translate-y: -78vh;
}

.focus\:-translate-y-80vh:focus {
  --tw-translate-y: -80vh;
}

.focus\:-translate-y-82vh:focus {
  --tw-translate-y: -82vh;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  -webkit-animation: none;
          animation: none;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(40px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

/**
    * Here you would add any custom utilities you need that don't come out of the
    * box with Tailwind.
    *
    * Example :
    *
    * .bg-pattern-graph-paper { ... }
    * .skew-45 { ... }
    *
    * Or if using a preprocessor or `postcss-import`:
    *
    * @import "utilities/background-patterns";
    * @import "utilities/skew-transforms";
    */

@media (min-width: 0px) {
  .xs\:container {
    width: 100%;
  }

  @media (min-width: 0px) {
    .xs\:container {
      max-width: 0px;
    }
  }

  @media (min-width: 640px) {
    .xs\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xs\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xs\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xs\:container {
      max-width: 1280px;
    }
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.4rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .xs\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .xs\:space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5% * var(--tw-space-x-reverse));
    margin-left: calc(0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2% * var(--tw-space-x-reverse));
    margin-left: calc(2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3% * var(--tw-space-x-reverse));
    margin-left: calc(3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4% * var(--tw-space-x-reverse));
    margin-left: calc(4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23% * var(--tw-space-x-reverse));
    margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26% * var(--tw-space-x-reverse));
    margin-left: calc(26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97% * var(--tw-space-x-reverse));
    margin-left: calc(97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98% * var(--tw-space-x-reverse));
    margin-left: calc(98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99% * var(--tw-space-y-reverse));
  }

  .xs\:space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99% * var(--tw-space-x-reverse));
    margin-left: calc(99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36vh * var(--tw-space-y-reverse));
  }

  .xs\:space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36vh * var(--tw-space-x-reverse));
    margin-left: calc(36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75vh * var(--tw-space-y-reverse));
  }

  .xs\:space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75vh * var(--tw-space-x-reverse));
    margin-left: calc(75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78vh * var(--tw-space-y-reverse));
  }

  .xs\:space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78vh * var(--tw-space-x-reverse));
    margin-left: calc(78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .xs\:space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82vh * var(--tw-space-y-reverse));
  }

  .xs\:space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82vh * var(--tw-space-x-reverse));
    margin-left: calc(82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.4rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5% * var(--tw-space-x-reverse));
    margin-left: calc(-0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2% * var(--tw-space-x-reverse));
    margin-left: calc(-2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3% * var(--tw-space-x-reverse));
    margin-left: calc(-3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4% * var(--tw-space-x-reverse));
    margin-left: calc(-4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23% * var(--tw-space-x-reverse));
    margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26% * var(--tw-space-x-reverse));
    margin-left: calc(-26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97% * var(--tw-space-x-reverse));
    margin-left: calc(-97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98% * var(--tw-space-x-reverse));
    margin-left: calc(-98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99% * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99% * var(--tw-space-x-reverse));
    margin-left: calc(-99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36vh * var(--tw-space-x-reverse));
    margin-left: calc(-36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75vh * var(--tw-space-x-reverse));
    margin-left: calc(-75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78vh * var(--tw-space-x-reverse));
    margin-left: calc(-78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82vh * var(--tw-space-x-reverse));
    margin-left: calc(-82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xs\:divide-epic-off-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-epic-pale-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-epic-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-divide-opacity));
  }

  .xs\:divide-epic-light-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-divide-opacity));
  }

  .xs\:divide-epic-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-divide-opacity));
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xs\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-divide-opacity));
  }

  .xs\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity));
  }

  .xs\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-divide-opacity));
  }

  .xs\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-divide-opacity));
  }

  .xs\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-divide-opacity));
  }

  .xs\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-divide-opacity));
  }

  .xs\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-divide-opacity));
  }

  .xs\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-divide-opacity));
  }

  .xs\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity));
  }

  .xs\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity));
  }

  .xs\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-divide-opacity));
  }

  .xs\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-divide-opacity));
  }

  .xs\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity));
  }

  .xs\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-divide-opacity));
  }

  .xs\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity));
  }

  .xs\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity));
  }

  .xs\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity));
  }

  .xs\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity));
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xs\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-clip-border {
    background-clip: border-box;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xs\:bg-clip-content {
    background-clip: content-box;
  }

  .xs\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .xs\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .xs\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .xs\:bg-transparent {
    background-color: transparent;
  }

  .xs\:bg-current {
    background-color: currentColor;
  }

  .xs\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .xs\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .xs\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .xs\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .xs\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .xs\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .xs\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .xs\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .xs\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .xs\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .xs\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .xs\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .xs\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .xs\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .xs\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .xs\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .xs\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .xs\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-epic-off-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-epic-pale-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-epic-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-epic-light-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-epic-purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-epic-off-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-epic-pale-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-epic-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-epic-light-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-epic-purple:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xs\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xs\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .xs\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-transparent {
    background-color: transparent;
  }

  .group:focus .xs\:group-focus\:bg-current {
    background-color: currentColor;
  }

  .group:focus .xs\:group-focus\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:focus .xs\:group-focus\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .xs\:bg-none {
    background-image: none;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xs\:from-epic-off-white {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xs\:from-epic-pale-blue {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xs\:from-epic-dark-blue {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xs\:from-epic-light-blue {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xs\:from-epic-purple {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xs\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-gray-100 {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:from-gray-200 {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xs\:from-gray-300 {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xs\:from-gray-400 {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:from-gray-500 {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xs\:from-gray-600 {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xs\:from-gray-700 {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xs\:from-gray-800 {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xs\:from-gray-900 {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xs\:from-red-100 {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xs\:from-red-200 {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xs\:from-red-300 {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xs\:from-red-400 {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xs\:from-red-500 {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xs\:from-red-600 {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xs\:from-red-700 {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xs\:from-red-800 {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xs\:from-red-900 {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xs\:from-orange-100 {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xs\:from-orange-200 {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xs\:from-orange-300 {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xs\:from-orange-400 {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xs\:from-orange-500 {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xs\:from-orange-600 {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xs\:from-orange-700 {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xs\:from-orange-800 {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xs\:from-orange-900 {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xs\:from-yellow-100 {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xs\:from-yellow-200 {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xs\:from-yellow-300 {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xs\:from-yellow-400 {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xs\:from-yellow-500 {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xs\:from-yellow-600 {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xs\:from-yellow-700 {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xs\:from-yellow-800 {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xs\:from-yellow-900 {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xs\:from-green-100 {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xs\:from-green-200 {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xs\:from-green-300 {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xs\:from-green-400 {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xs\:from-green-500 {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xs\:from-green-600 {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xs\:from-green-700 {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xs\:from-green-800 {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xs\:from-green-900 {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xs\:from-teal-100 {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xs\:from-teal-200 {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xs\:from-teal-300 {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xs\:from-teal-400 {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xs\:from-teal-500 {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xs\:from-teal-600 {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xs\:from-teal-700 {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xs\:from-teal-800 {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xs\:from-teal-900 {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xs\:from-blue-100 {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xs\:from-blue-200 {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xs\:from-blue-300 {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xs\:from-blue-400 {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xs\:from-blue-500 {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xs\:from-blue-600 {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xs\:from-blue-700 {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xs\:from-blue-800 {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xs\:from-blue-900 {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xs\:from-indigo-100 {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xs\:from-indigo-200 {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xs\:from-indigo-300 {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xs\:from-indigo-400 {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xs\:from-indigo-500 {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xs\:from-indigo-600 {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xs\:from-indigo-700 {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xs\:from-indigo-800 {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xs\:from-indigo-900 {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xs\:from-purple-100 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xs\:from-purple-200 {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xs\:from-purple-300 {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xs\:from-purple-400 {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xs\:from-purple-500 {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xs\:from-purple-600 {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xs\:from-purple-700 {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xs\:from-purple-800 {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xs\:from-purple-900 {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xs\:from-pink-100 {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xs\:from-pink-200 {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xs\:from-pink-300 {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xs\:from-pink-400 {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xs\:from-pink-500 {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xs\:from-pink-600 {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xs\:from-pink-700 {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xs\:from-pink-800 {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xs\:from-pink-900 {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xs\:via-epic-off-white {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xs\:via-epic-pale-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xs\:via-epic-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xs\:via-epic-light-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xs\:via-epic-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xs\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xs\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xs\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xs\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xs\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xs\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xs\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xs\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xs\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xs\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xs\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xs\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xs\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xs\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xs\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xs\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xs\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xs\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xs\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xs\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xs\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xs\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xs\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xs\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xs\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xs\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xs\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xs\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xs\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xs\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xs\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xs\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xs\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xs\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xs\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xs\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xs\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xs\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xs\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xs\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xs\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xs\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xs\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xs\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xs\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xs\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xs\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xs\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xs\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xs\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xs\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xs\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xs\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xs\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xs\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xs\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xs\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xs\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xs\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xs\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xs\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xs\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xs\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xs\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xs\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xs\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xs\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xs\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xs\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xs\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xs\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xs\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xs\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xs\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xs\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xs\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xs\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xs\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xs\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xs\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xs\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xs\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xs\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xs\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xs\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xs\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xs\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xs\:to-epic-off-white {
    --tw-gradient-to: #C5E7FF;
  }

  .xs\:to-epic-pale-blue {
    --tw-gradient-to: #B1DEFF;
  }

  .xs\:to-epic-dark-blue {
    --tw-gradient-to: #193B54;
  }

  .xs\:to-epic-light-blue {
    --tw-gradient-to: #00bff3;
  }

  .xs\:to-epic-purple {
    --tw-gradient-to: #7570b3;
  }

  .xs\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xs\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xs\:to-black {
    --tw-gradient-to: #000;
  }

  .xs\:to-white {
    --tw-gradient-to: #fff;
  }

  .xs\:to-gray-100 {
    --tw-gradient-to: #f8f8f8;
  }

  .xs\:to-gray-200 {
    --tw-gradient-to: #f2f2f2;
  }

  .xs\:to-gray-300 {
    --tw-gradient-to: #e8e8e8;
  }

  .xs\:to-gray-400 {
    --tw-gradient-to: #d6d6d6;
  }

  .xs\:to-gray-500 {
    --tw-gradient-to: #b9b9b9;
  }

  .xs\:to-gray-600 {
    --tw-gradient-to: #858585;
  }

  .xs\:to-gray-700 {
    --tw-gradient-to: #676767;
  }

  .xs\:to-gray-800 {
    --tw-gradient-to: #3b3b3b;
  }

  .xs\:to-gray-900 {
    --tw-gradient-to: #333333;
  }

  .xs\:to-red-100 {
    --tw-gradient-to: #ffb6b6;
  }

  .xs\:to-red-200 {
    --tw-gradient-to: #ff7a7a;
  }

  .xs\:to-red-300 {
    --tw-gradient-to: #ff6060;
  }

  .xs\:to-red-400 {
    --tw-gradient-to: #ff4747;
  }

  .xs\:to-red-500 {
    --tw-gradient-to: #ff2d2d;
  }

  .xs\:to-red-600 {
    --tw-gradient-to: #ff1414;
  }

  .xs\:to-red-700 {
    --tw-gradient-to: #f90000;
  }

  .xs\:to-red-800 {
    --tw-gradient-to: #e00000;
  }

  .xs\:to-red-900 {
    --tw-gradient-to: #ca0000;
  }

  .xs\:to-orange-100 {
    --tw-gradient-to: #ffeac7;
  }

  .xs\:to-orange-200 {
    --tw-gradient-to: #ffce7a;
  }

  .xs\:to-orange-300 {
    --tw-gradient-to: #ffc560;
  }

  .xs\:to-orange-400 {
    --tw-gradient-to: #ffbb47;
  }

  .xs\:to-orange-500 {
    --tw-gradient-to: #FFB22D;
  }

  .xs\:to-orange-600 {
    --tw-gradient-to: #ffa914;
  }

  .xs\:to-orange-700 {
    --tw-gradient-to: #f99e00;
  }

  .xs\:to-orange-800 {
    --tw-gradient-to: #e08e00;
  }

  .xs\:to-orange-900 {
    --tw-gradient-to: #945e00;
  }

  .xs\:to-yellow-100 {
    --tw-gradient-to: #fffff0;
  }

  .xs\:to-yellow-200 {
    --tw-gradient-to: #fefcbf;
  }

  .xs\:to-yellow-300 {
    --tw-gradient-to: #faf089;
  }

  .xs\:to-yellow-400 {
    --tw-gradient-to: #f6e05e;
  }

  .xs\:to-yellow-500 {
    --tw-gradient-to: #ecc94b;
  }

  .xs\:to-yellow-600 {
    --tw-gradient-to: #d69e2e;
  }

  .xs\:to-yellow-700 {
    --tw-gradient-to: #b7791f;
  }

  .xs\:to-yellow-800 {
    --tw-gradient-to: #975a16;
  }

  .xs\:to-yellow-900 {
    --tw-gradient-to: #744210;
  }

  .xs\:to-green-100 {
    --tw-gradient-to: #d0ff57;
  }

  .xs\:to-green-200 {
    --tw-gradient-to: #bbff0a;
  }

  .xs\:to-green-300 {
    --tw-gradient-to: #adef00;
  }

  .xs\:to-green-400 {
    --tw-gradient-to: #9ad600;
  }

  .xs\:to-green-500 {
    --tw-gradient-to: #88BC00;
  }

  .xs\:to-green-600 {
    --tw-gradient-to: #76a300;
  }

  .xs\:to-green-700 {
    --tw-gradient-to: #638900;
  }

  .xs\:to-green-800 {
    --tw-gradient-to: #517000;
  }

  .xs\:to-green-900 {
    --tw-gradient-to: #1a2400;
  }

  .xs\:to-teal-100 {
    --tw-gradient-to: #e6fffa;
  }

  .xs\:to-teal-200 {
    --tw-gradient-to: #b2f5ea;
  }

  .xs\:to-teal-300 {
    --tw-gradient-to: #81e6d9;
  }

  .xs\:to-teal-400 {
    --tw-gradient-to: #4fd1c5;
  }

  .xs\:to-teal-500 {
    --tw-gradient-to: #38b2ac;
  }

  .xs\:to-teal-600 {
    --tw-gradient-to: #319795;
  }

  .xs\:to-teal-700 {
    --tw-gradient-to: #2c7a7b;
  }

  .xs\:to-teal-800 {
    --tw-gradient-to: #285e61;
  }

  .xs\:to-teal-900 {
    --tw-gradient-to: #234e52;
  }

  .xs\:to-blue-100 {
    --tw-gradient-to: #d1eafd;
  }

  .xs\:to-blue-200 {
    --tw-gradient-to: #88caf9;
  }

  .xs\:to-blue-300 {
    --tw-gradient-to: #6fbff8;
  }

  .xs\:to-blue-400 {
    --tw-gradient-to: #57b4f6;
  }

  .xs\:to-blue-500 {
    --tw-gradient-to: #3fa9f5;
  }

  .xs\:to-blue-600 {
    --tw-gradient-to: #279ef4;
  }

  .xs\:to-blue-700 {
    --tw-gradient-to: #0f93f2;
  }

  .xs\:to-blue-800 {
    --tw-gradient-to: #0b85dc;
  }

  .xs\:to-blue-900 {
    --tw-gradient-to: #075993;
  }

  .xs\:to-indigo-100 {
    --tw-gradient-to: #ebf4ff;
  }

  .xs\:to-indigo-200 {
    --tw-gradient-to: #c3dafe;
  }

  .xs\:to-indigo-300 {
    --tw-gradient-to: #a3bffa;
  }

  .xs\:to-indigo-400 {
    --tw-gradient-to: #7f9cf5;
  }

  .xs\:to-indigo-500 {
    --tw-gradient-to: #667eea;
  }

  .xs\:to-indigo-600 {
    --tw-gradient-to: #5a67d8;
  }

  .xs\:to-indigo-700 {
    --tw-gradient-to: #4c51bf;
  }

  .xs\:to-indigo-800 {
    --tw-gradient-to: #434190;
  }

  .xs\:to-indigo-900 {
    --tw-gradient-to: #3c366b;
  }

  .xs\:to-purple-100 {
    --tw-gradient-to: #faf5ff;
  }

  .xs\:to-purple-200 {
    --tw-gradient-to: #e9d8fd;
  }

  .xs\:to-purple-300 {
    --tw-gradient-to: #d6bcfa;
  }

  .xs\:to-purple-400 {
    --tw-gradient-to: #b794f4;
  }

  .xs\:to-purple-500 {
    --tw-gradient-to: #9f7aea;
  }

  .xs\:to-purple-600 {
    --tw-gradient-to: #805ad5;
  }

  .xs\:to-purple-700 {
    --tw-gradient-to: #6b46c1;
  }

  .xs\:to-purple-800 {
    --tw-gradient-to: #553c9a;
  }

  .xs\:to-purple-900 {
    --tw-gradient-to: #44337a;
  }

  .xs\:to-pink-100 {
    --tw-gradient-to: #fff5f7;
  }

  .xs\:to-pink-200 {
    --tw-gradient-to: #fed7e2;
  }

  .xs\:to-pink-300 {
    --tw-gradient-to: #fbb6ce;
  }

  .xs\:to-pink-400 {
    --tw-gradient-to: #f687b3;
  }

  .xs\:to-pink-500 {
    --tw-gradient-to: #ed64a6;
  }

  .xs\:to-pink-600 {
    --tw-gradient-to: #d53f8c;
  }

  .xs\:to-pink-700 {
    --tw-gradient-to: #b83280;
  }

  .xs\:to-pink-800 {
    --tw-gradient-to: #97266d;
  }

  .xs\:to-pink-900 {
    --tw-gradient-to: #702459;
  }

  .xs\:hover\:from-epic-off-white:hover {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xs\:hover\:from-epic-pale-blue:hover {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xs\:hover\:from-epic-dark-blue:hover {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xs\:hover\:from-epic-light-blue:hover {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xs\:hover\:from-epic-purple:hover {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xs\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:hover\:from-gray-200:hover {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xs\:hover\:from-gray-300:hover {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xs\:hover\:from-gray-400:hover {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:hover\:from-gray-500:hover {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xs\:hover\:from-gray-600:hover {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xs\:hover\:from-gray-700:hover {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xs\:hover\:from-gray-800:hover {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xs\:hover\:from-gray-900:hover {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xs\:hover\:from-red-100:hover {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xs\:hover\:from-red-200:hover {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xs\:hover\:from-red-300:hover {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xs\:hover\:from-red-400:hover {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xs\:hover\:from-red-500:hover {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xs\:hover\:from-red-600:hover {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xs\:hover\:from-red-700:hover {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xs\:hover\:from-red-800:hover {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xs\:hover\:from-red-900:hover {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xs\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xs\:hover\:from-orange-200:hover {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xs\:hover\:from-orange-300:hover {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xs\:hover\:from-orange-400:hover {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xs\:hover\:from-orange-500:hover {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xs\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xs\:hover\:from-orange-700:hover {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xs\:hover\:from-orange-800:hover {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xs\:hover\:from-orange-900:hover {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xs\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xs\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xs\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xs\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xs\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xs\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xs\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xs\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xs\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xs\:hover\:from-green-100:hover {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xs\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xs\:hover\:from-green-300:hover {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xs\:hover\:from-green-400:hover {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xs\:hover\:from-green-500:hover {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xs\:hover\:from-green-600:hover {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xs\:hover\:from-green-700:hover {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xs\:hover\:from-green-800:hover {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xs\:hover\:from-green-900:hover {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xs\:hover\:from-teal-100:hover {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xs\:hover\:from-teal-200:hover {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xs\:hover\:from-teal-300:hover {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xs\:hover\:from-teal-400:hover {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xs\:hover\:from-teal-500:hover {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xs\:hover\:from-teal-600:hover {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xs\:hover\:from-teal-700:hover {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xs\:hover\:from-teal-800:hover {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xs\:hover\:from-teal-900:hover {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xs\:hover\:from-blue-100:hover {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xs\:hover\:from-blue-200:hover {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xs\:hover\:from-blue-300:hover {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xs\:hover\:from-blue-400:hover {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xs\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xs\:hover\:from-blue-600:hover {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xs\:hover\:from-blue-700:hover {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xs\:hover\:from-blue-800:hover {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xs\:hover\:from-blue-900:hover {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xs\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xs\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xs\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xs\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xs\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xs\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xs\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xs\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xs\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xs\:hover\:from-purple-100:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xs\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xs\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xs\:hover\:from-purple-400:hover {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xs\:hover\:from-purple-500:hover {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xs\:hover\:from-purple-600:hover {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xs\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xs\:hover\:from-purple-800:hover {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xs\:hover\:from-purple-900:hover {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xs\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xs\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xs\:hover\:from-pink-300:hover {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xs\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xs\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xs\:hover\:from-pink-600:hover {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xs\:hover\:from-pink-700:hover {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xs\:hover\:from-pink-800:hover {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xs\:hover\:from-pink-900:hover {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xs\:hover\:via-epic-off-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xs\:hover\:via-epic-pale-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xs\:hover\:via-epic-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xs\:hover\:via-epic-light-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xs\:hover\:via-epic-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xs\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xs\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xs\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xs\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xs\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xs\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xs\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xs\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xs\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xs\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xs\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xs\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xs\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xs\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xs\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xs\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xs\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xs\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xs\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xs\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xs\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xs\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xs\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xs\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xs\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xs\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xs\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xs\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xs\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xs\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xs\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xs\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xs\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xs\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xs\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xs\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xs\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xs\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xs\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xs\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xs\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xs\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xs\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xs\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xs\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xs\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xs\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xs\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xs\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xs\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xs\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xs\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xs\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xs\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xs\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xs\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xs\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xs\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xs\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xs\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xs\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xs\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xs\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xs\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xs\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xs\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xs\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xs\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xs\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xs\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xs\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xs\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xs\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xs\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xs\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xs\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xs\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xs\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xs\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xs\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xs\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xs\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xs\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xs\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xs\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xs\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xs\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xs\:hover\:to-epic-off-white:hover {
    --tw-gradient-to: #C5E7FF;
  }

  .xs\:hover\:to-epic-pale-blue:hover {
    --tw-gradient-to: #B1DEFF;
  }

  .xs\:hover\:to-epic-dark-blue:hover {
    --tw-gradient-to: #193B54;
  }

  .xs\:hover\:to-epic-light-blue:hover {
    --tw-gradient-to: #00bff3;
  }

  .xs\:hover\:to-epic-purple:hover {
    --tw-gradient-to: #7570b3;
  }

  .xs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xs\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xs\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xs\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xs\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f8f8f8;
  }

  .xs\:hover\:to-gray-200:hover {
    --tw-gradient-to: #f2f2f2;
  }

  .xs\:hover\:to-gray-300:hover {
    --tw-gradient-to: #e8e8e8;
  }

  .xs\:hover\:to-gray-400:hover {
    --tw-gradient-to: #d6d6d6;
  }

  .xs\:hover\:to-gray-500:hover {
    --tw-gradient-to: #b9b9b9;
  }

  .xs\:hover\:to-gray-600:hover {
    --tw-gradient-to: #858585;
  }

  .xs\:hover\:to-gray-700:hover {
    --tw-gradient-to: #676767;
  }

  .xs\:hover\:to-gray-800:hover {
    --tw-gradient-to: #3b3b3b;
  }

  .xs\:hover\:to-gray-900:hover {
    --tw-gradient-to: #333333;
  }

  .xs\:hover\:to-red-100:hover {
    --tw-gradient-to: #ffb6b6;
  }

  .xs\:hover\:to-red-200:hover {
    --tw-gradient-to: #ff7a7a;
  }

  .xs\:hover\:to-red-300:hover {
    --tw-gradient-to: #ff6060;
  }

  .xs\:hover\:to-red-400:hover {
    --tw-gradient-to: #ff4747;
  }

  .xs\:hover\:to-red-500:hover {
    --tw-gradient-to: #ff2d2d;
  }

  .xs\:hover\:to-red-600:hover {
    --tw-gradient-to: #ff1414;
  }

  .xs\:hover\:to-red-700:hover {
    --tw-gradient-to: #f90000;
  }

  .xs\:hover\:to-red-800:hover {
    --tw-gradient-to: #e00000;
  }

  .xs\:hover\:to-red-900:hover {
    --tw-gradient-to: #ca0000;
  }

  .xs\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffeac7;
  }

  .xs\:hover\:to-orange-200:hover {
    --tw-gradient-to: #ffce7a;
  }

  .xs\:hover\:to-orange-300:hover {
    --tw-gradient-to: #ffc560;
  }

  .xs\:hover\:to-orange-400:hover {
    --tw-gradient-to: #ffbb47;
  }

  .xs\:hover\:to-orange-500:hover {
    --tw-gradient-to: #FFB22D;
  }

  .xs\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ffa914;
  }

  .xs\:hover\:to-orange-700:hover {
    --tw-gradient-to: #f99e00;
  }

  .xs\:hover\:to-orange-800:hover {
    --tw-gradient-to: #e08e00;
  }

  .xs\:hover\:to-orange-900:hover {
    --tw-gradient-to: #945e00;
  }

  .xs\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fffff0;
  }

  .xs\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fefcbf;
  }

  .xs\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #faf089;
  }

  .xs\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #f6e05e;
  }

  .xs\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #ecc94b;
  }

  .xs\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d69e2e;
  }

  .xs\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b7791f;
  }

  .xs\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #975a16;
  }

  .xs\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #744210;
  }

  .xs\:hover\:to-green-100:hover {
    --tw-gradient-to: #d0ff57;
  }

  .xs\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbff0a;
  }

  .xs\:hover\:to-green-300:hover {
    --tw-gradient-to: #adef00;
  }

  .xs\:hover\:to-green-400:hover {
    --tw-gradient-to: #9ad600;
  }

  .xs\:hover\:to-green-500:hover {
    --tw-gradient-to: #88BC00;
  }

  .xs\:hover\:to-green-600:hover {
    --tw-gradient-to: #76a300;
  }

  .xs\:hover\:to-green-700:hover {
    --tw-gradient-to: #638900;
  }

  .xs\:hover\:to-green-800:hover {
    --tw-gradient-to: #517000;
  }

  .xs\:hover\:to-green-900:hover {
    --tw-gradient-to: #1a2400;
  }

  .xs\:hover\:to-teal-100:hover {
    --tw-gradient-to: #e6fffa;
  }

  .xs\:hover\:to-teal-200:hover {
    --tw-gradient-to: #b2f5ea;
  }

  .xs\:hover\:to-teal-300:hover {
    --tw-gradient-to: #81e6d9;
  }

  .xs\:hover\:to-teal-400:hover {
    --tw-gradient-to: #4fd1c5;
  }

  .xs\:hover\:to-teal-500:hover {
    --tw-gradient-to: #38b2ac;
  }

  .xs\:hover\:to-teal-600:hover {
    --tw-gradient-to: #319795;
  }

  .xs\:hover\:to-teal-700:hover {
    --tw-gradient-to: #2c7a7b;
  }

  .xs\:hover\:to-teal-800:hover {
    --tw-gradient-to: #285e61;
  }

  .xs\:hover\:to-teal-900:hover {
    --tw-gradient-to: #234e52;
  }

  .xs\:hover\:to-blue-100:hover {
    --tw-gradient-to: #d1eafd;
  }

  .xs\:hover\:to-blue-200:hover {
    --tw-gradient-to: #88caf9;
  }

  .xs\:hover\:to-blue-300:hover {
    --tw-gradient-to: #6fbff8;
  }

  .xs\:hover\:to-blue-400:hover {
    --tw-gradient-to: #57b4f6;
  }

  .xs\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3fa9f5;
  }

  .xs\:hover\:to-blue-600:hover {
    --tw-gradient-to: #279ef4;
  }

  .xs\:hover\:to-blue-700:hover {
    --tw-gradient-to: #0f93f2;
  }

  .xs\:hover\:to-blue-800:hover {
    --tw-gradient-to: #0b85dc;
  }

  .xs\:hover\:to-blue-900:hover {
    --tw-gradient-to: #075993;
  }

  .xs\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #ebf4ff;
  }

  .xs\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c3dafe;
  }

  .xs\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a3bffa;
  }

  .xs\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #7f9cf5;
  }

  .xs\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #667eea;
  }

  .xs\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #5a67d8;
  }

  .xs\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4c51bf;
  }

  .xs\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #434190;
  }

  .xs\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #3c366b;
  }

  .xs\:hover\:to-purple-100:hover {
    --tw-gradient-to: #faf5ff;
  }

  .xs\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d8fd;
  }

  .xs\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d6bcfa;
  }

  .xs\:hover\:to-purple-400:hover {
    --tw-gradient-to: #b794f4;
  }

  .xs\:hover\:to-purple-500:hover {
    --tw-gradient-to: #9f7aea;
  }

  .xs\:hover\:to-purple-600:hover {
    --tw-gradient-to: #805ad5;
  }

  .xs\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6b46c1;
  }

  .xs\:hover\:to-purple-800:hover {
    --tw-gradient-to: #553c9a;
  }

  .xs\:hover\:to-purple-900:hover {
    --tw-gradient-to: #44337a;
  }

  .xs\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fff5f7;
  }

  .xs\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fed7e2;
  }

  .xs\:hover\:to-pink-300:hover {
    --tw-gradient-to: #fbb6ce;
  }

  .xs\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f687b3;
  }

  .xs\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ed64a6;
  }

  .xs\:hover\:to-pink-600:hover {
    --tw-gradient-to: #d53f8c;
  }

  .xs\:hover\:to-pink-700:hover {
    --tw-gradient-to: #b83280;
  }

  .xs\:hover\:to-pink-800:hover {
    --tw-gradient-to: #97266d;
  }

  .xs\:hover\:to-pink-900:hover {
    --tw-gradient-to: #702459;
  }

  .xs\:focus\:from-epic-off-white:focus {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xs\:focus\:from-epic-pale-blue:focus {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xs\:focus\:from-epic-dark-blue:focus {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xs\:focus\:from-epic-light-blue:focus {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xs\:focus\:from-epic-purple:focus {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xs\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:focus\:from-gray-200:focus {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xs\:focus\:from-gray-300:focus {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xs\:focus\:from-gray-400:focus {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:focus\:from-gray-500:focus {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xs\:focus\:from-gray-600:focus {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xs\:focus\:from-gray-700:focus {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xs\:focus\:from-gray-800:focus {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xs\:focus\:from-gray-900:focus {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xs\:focus\:from-red-100:focus {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xs\:focus\:from-red-200:focus {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xs\:focus\:from-red-300:focus {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xs\:focus\:from-red-400:focus {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xs\:focus\:from-red-500:focus {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xs\:focus\:from-red-600:focus {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xs\:focus\:from-red-700:focus {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xs\:focus\:from-red-800:focus {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xs\:focus\:from-red-900:focus {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xs\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xs\:focus\:from-orange-200:focus {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xs\:focus\:from-orange-300:focus {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xs\:focus\:from-orange-400:focus {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xs\:focus\:from-orange-500:focus {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xs\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xs\:focus\:from-orange-700:focus {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xs\:focus\:from-orange-800:focus {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xs\:focus\:from-orange-900:focus {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xs\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xs\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xs\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xs\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xs\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xs\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xs\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xs\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xs\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xs\:focus\:from-green-100:focus {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xs\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xs\:focus\:from-green-300:focus {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xs\:focus\:from-green-400:focus {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xs\:focus\:from-green-500:focus {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xs\:focus\:from-green-600:focus {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xs\:focus\:from-green-700:focus {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xs\:focus\:from-green-800:focus {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xs\:focus\:from-green-900:focus {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xs\:focus\:from-teal-100:focus {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xs\:focus\:from-teal-200:focus {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xs\:focus\:from-teal-300:focus {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xs\:focus\:from-teal-400:focus {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xs\:focus\:from-teal-500:focus {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xs\:focus\:from-teal-600:focus {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xs\:focus\:from-teal-700:focus {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xs\:focus\:from-teal-800:focus {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xs\:focus\:from-teal-900:focus {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xs\:focus\:from-blue-100:focus {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xs\:focus\:from-blue-200:focus {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xs\:focus\:from-blue-300:focus {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xs\:focus\:from-blue-400:focus {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xs\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xs\:focus\:from-blue-600:focus {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xs\:focus\:from-blue-700:focus {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xs\:focus\:from-blue-800:focus {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xs\:focus\:from-blue-900:focus {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xs\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xs\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xs\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xs\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xs\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xs\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xs\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xs\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xs\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xs\:focus\:from-purple-100:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xs\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xs\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xs\:focus\:from-purple-400:focus {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xs\:focus\:from-purple-500:focus {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xs\:focus\:from-purple-600:focus {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xs\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xs\:focus\:from-purple-800:focus {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xs\:focus\:from-purple-900:focus {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xs\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xs\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xs\:focus\:from-pink-300:focus {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xs\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xs\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xs\:focus\:from-pink-600:focus {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xs\:focus\:from-pink-700:focus {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xs\:focus\:from-pink-800:focus {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xs\:focus\:from-pink-900:focus {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xs\:focus\:via-epic-off-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xs\:focus\:via-epic-pale-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xs\:focus\:via-epic-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xs\:focus\:via-epic-light-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xs\:focus\:via-epic-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xs\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xs\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xs\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xs\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xs\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xs\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xs\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xs\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xs\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xs\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xs\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xs\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xs\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xs\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xs\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xs\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xs\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xs\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xs\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xs\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xs\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xs\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xs\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xs\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xs\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xs\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xs\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xs\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xs\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xs\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xs\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xs\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xs\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xs\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xs\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xs\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xs\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xs\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xs\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xs\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xs\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xs\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xs\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xs\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xs\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xs\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xs\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xs\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xs\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xs\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xs\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xs\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xs\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xs\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xs\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xs\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xs\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xs\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xs\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xs\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xs\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xs\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xs\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xs\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xs\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xs\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xs\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xs\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xs\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xs\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xs\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xs\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xs\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xs\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xs\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xs\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xs\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xs\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xs\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xs\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xs\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xs\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xs\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xs\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xs\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xs\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xs\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xs\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xs\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xs\:focus\:to-epic-off-white:focus {
    --tw-gradient-to: #C5E7FF;
  }

  .xs\:focus\:to-epic-pale-blue:focus {
    --tw-gradient-to: #B1DEFF;
  }

  .xs\:focus\:to-epic-dark-blue:focus {
    --tw-gradient-to: #193B54;
  }

  .xs\:focus\:to-epic-light-blue:focus {
    --tw-gradient-to: #00bff3;
  }

  .xs\:focus\:to-epic-purple:focus {
    --tw-gradient-to: #7570b3;
  }

  .xs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xs\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xs\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xs\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xs\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f8f8f8;
  }

  .xs\:focus\:to-gray-200:focus {
    --tw-gradient-to: #f2f2f2;
  }

  .xs\:focus\:to-gray-300:focus {
    --tw-gradient-to: #e8e8e8;
  }

  .xs\:focus\:to-gray-400:focus {
    --tw-gradient-to: #d6d6d6;
  }

  .xs\:focus\:to-gray-500:focus {
    --tw-gradient-to: #b9b9b9;
  }

  .xs\:focus\:to-gray-600:focus {
    --tw-gradient-to: #858585;
  }

  .xs\:focus\:to-gray-700:focus {
    --tw-gradient-to: #676767;
  }

  .xs\:focus\:to-gray-800:focus {
    --tw-gradient-to: #3b3b3b;
  }

  .xs\:focus\:to-gray-900:focus {
    --tw-gradient-to: #333333;
  }

  .xs\:focus\:to-red-100:focus {
    --tw-gradient-to: #ffb6b6;
  }

  .xs\:focus\:to-red-200:focus {
    --tw-gradient-to: #ff7a7a;
  }

  .xs\:focus\:to-red-300:focus {
    --tw-gradient-to: #ff6060;
  }

  .xs\:focus\:to-red-400:focus {
    --tw-gradient-to: #ff4747;
  }

  .xs\:focus\:to-red-500:focus {
    --tw-gradient-to: #ff2d2d;
  }

  .xs\:focus\:to-red-600:focus {
    --tw-gradient-to: #ff1414;
  }

  .xs\:focus\:to-red-700:focus {
    --tw-gradient-to: #f90000;
  }

  .xs\:focus\:to-red-800:focus {
    --tw-gradient-to: #e00000;
  }

  .xs\:focus\:to-red-900:focus {
    --tw-gradient-to: #ca0000;
  }

  .xs\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffeac7;
  }

  .xs\:focus\:to-orange-200:focus {
    --tw-gradient-to: #ffce7a;
  }

  .xs\:focus\:to-orange-300:focus {
    --tw-gradient-to: #ffc560;
  }

  .xs\:focus\:to-orange-400:focus {
    --tw-gradient-to: #ffbb47;
  }

  .xs\:focus\:to-orange-500:focus {
    --tw-gradient-to: #FFB22D;
  }

  .xs\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ffa914;
  }

  .xs\:focus\:to-orange-700:focus {
    --tw-gradient-to: #f99e00;
  }

  .xs\:focus\:to-orange-800:focus {
    --tw-gradient-to: #e08e00;
  }

  .xs\:focus\:to-orange-900:focus {
    --tw-gradient-to: #945e00;
  }

  .xs\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fffff0;
  }

  .xs\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fefcbf;
  }

  .xs\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #faf089;
  }

  .xs\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #f6e05e;
  }

  .xs\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #ecc94b;
  }

  .xs\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d69e2e;
  }

  .xs\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b7791f;
  }

  .xs\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #975a16;
  }

  .xs\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #744210;
  }

  .xs\:focus\:to-green-100:focus {
    --tw-gradient-to: #d0ff57;
  }

  .xs\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbff0a;
  }

  .xs\:focus\:to-green-300:focus {
    --tw-gradient-to: #adef00;
  }

  .xs\:focus\:to-green-400:focus {
    --tw-gradient-to: #9ad600;
  }

  .xs\:focus\:to-green-500:focus {
    --tw-gradient-to: #88BC00;
  }

  .xs\:focus\:to-green-600:focus {
    --tw-gradient-to: #76a300;
  }

  .xs\:focus\:to-green-700:focus {
    --tw-gradient-to: #638900;
  }

  .xs\:focus\:to-green-800:focus {
    --tw-gradient-to: #517000;
  }

  .xs\:focus\:to-green-900:focus {
    --tw-gradient-to: #1a2400;
  }

  .xs\:focus\:to-teal-100:focus {
    --tw-gradient-to: #e6fffa;
  }

  .xs\:focus\:to-teal-200:focus {
    --tw-gradient-to: #b2f5ea;
  }

  .xs\:focus\:to-teal-300:focus {
    --tw-gradient-to: #81e6d9;
  }

  .xs\:focus\:to-teal-400:focus {
    --tw-gradient-to: #4fd1c5;
  }

  .xs\:focus\:to-teal-500:focus {
    --tw-gradient-to: #38b2ac;
  }

  .xs\:focus\:to-teal-600:focus {
    --tw-gradient-to: #319795;
  }

  .xs\:focus\:to-teal-700:focus {
    --tw-gradient-to: #2c7a7b;
  }

  .xs\:focus\:to-teal-800:focus {
    --tw-gradient-to: #285e61;
  }

  .xs\:focus\:to-teal-900:focus {
    --tw-gradient-to: #234e52;
  }

  .xs\:focus\:to-blue-100:focus {
    --tw-gradient-to: #d1eafd;
  }

  .xs\:focus\:to-blue-200:focus {
    --tw-gradient-to: #88caf9;
  }

  .xs\:focus\:to-blue-300:focus {
    --tw-gradient-to: #6fbff8;
  }

  .xs\:focus\:to-blue-400:focus {
    --tw-gradient-to: #57b4f6;
  }

  .xs\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3fa9f5;
  }

  .xs\:focus\:to-blue-600:focus {
    --tw-gradient-to: #279ef4;
  }

  .xs\:focus\:to-blue-700:focus {
    --tw-gradient-to: #0f93f2;
  }

  .xs\:focus\:to-blue-800:focus {
    --tw-gradient-to: #0b85dc;
  }

  .xs\:focus\:to-blue-900:focus {
    --tw-gradient-to: #075993;
  }

  .xs\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #ebf4ff;
  }

  .xs\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c3dafe;
  }

  .xs\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a3bffa;
  }

  .xs\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #7f9cf5;
  }

  .xs\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #667eea;
  }

  .xs\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #5a67d8;
  }

  .xs\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4c51bf;
  }

  .xs\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #434190;
  }

  .xs\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #3c366b;
  }

  .xs\:focus\:to-purple-100:focus {
    --tw-gradient-to: #faf5ff;
  }

  .xs\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d8fd;
  }

  .xs\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d6bcfa;
  }

  .xs\:focus\:to-purple-400:focus {
    --tw-gradient-to: #b794f4;
  }

  .xs\:focus\:to-purple-500:focus {
    --tw-gradient-to: #9f7aea;
  }

  .xs\:focus\:to-purple-600:focus {
    --tw-gradient-to: #805ad5;
  }

  .xs\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6b46c1;
  }

  .xs\:focus\:to-purple-800:focus {
    --tw-gradient-to: #553c9a;
  }

  .xs\:focus\:to-purple-900:focus {
    --tw-gradient-to: #44337a;
  }

  .xs\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fff5f7;
  }

  .xs\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fed7e2;
  }

  .xs\:focus\:to-pink-300:focus {
    --tw-gradient-to: #fbb6ce;
  }

  .xs\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f687b3;
  }

  .xs\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ed64a6;
  }

  .xs\:focus\:to-pink-600:focus {
    --tw-gradient-to: #d53f8c;
  }

  .xs\:focus\:to-pink-700:focus {
    --tw-gradient-to: #b83280;
  }

  .xs\:focus\:to-pink-800:focus {
    --tw-gradient-to: #97266d;
  }

  .xs\:focus\:to-pink-900:focus {
    --tw-gradient-to: #702459;
  }

  .xs\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xs\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xs\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round {
    background-repeat: round;
  }

  .xs\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:border-collapse {
    border-collapse: collapse;
  }

  .xs\:border-separate {
    border-collapse: separate;
  }

  .xs\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .xs\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .xs\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .xs\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .xs\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .xs\:border-transparent {
    border-color: transparent;
  }

  .xs\:border-current {
    border-color: currentColor;
  }

  .xs\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xs\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .xs\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .xs\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xs\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .xs\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .xs\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .xs\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .xs\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .xs\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .xs\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .xs\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .xs\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .xs\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .xs\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .xs\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .xs\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .xs\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .xs\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .xs\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .xs\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .xs\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .xs\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .xs\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .xs\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .xs\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .xs\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .xs\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .xs\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .xs\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .xs\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .xs\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .xs\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .xs\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .xs\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .xs\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .xs\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .xs\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .xs\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .xs\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .xs\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .xs\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .xs\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .xs\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .xs\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .xs\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .xs\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .xs\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .xs\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .xs\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .xs\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .xs\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .xs\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .xs\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .xs\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .xs\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .xs\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .xs\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .xs\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .xs\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .xs\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .xs\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .xs\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .xs\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .xs\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .xs\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .xs\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .xs\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .xs\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .xs\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xs\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .xs\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .xs\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .xs\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .xs\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .xs\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .xs\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .xs\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .xs\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .xs\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .xs\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .xs\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .xs\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .xs\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .xs\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .xs\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .xs\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xs\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xs\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-epic-off-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-epic-pale-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-epic-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-epic-light-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-epic-purple:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xs\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .xs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .xs\:hover\:border-epic-off-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-epic-pale-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-epic-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .xs\:hover\:border-epic-light-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .xs\:hover\:border-epic-purple:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xs\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .xs\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .xs\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .xs\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .xs\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .xs\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .xs\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .xs\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .xs\:focus\:border-epic-off-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-epic-pale-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-epic-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .xs\:focus\:border-epic-light-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .xs\:focus\:border-epic-purple:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xs\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .xs\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .xs\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .xs\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .xs\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .xs\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .xs\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .xs\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .xs\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xs\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xs\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xs\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xs\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xs\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xs\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xs\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xs\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xs\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xs\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xs\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xs\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xs\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xs\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xs\:rounded-none {
    border-radius: 0px;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xs\:rounded {
    border-radius: 0.25rem;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xs\:rounded-2xl {
    border-radius: 1rem;
  }

  .xs\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xs\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xs\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xs\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-double {
    border-style: double;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:border-0 {
    border-width: 0px;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-t-0 {
    border-top-width: 0px;
  }

  .xs\:border-r-0 {
    border-right-width: 0px;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xs\:border-l-0 {
    border-left-width: 0px;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:first\:border-0:first-child {
    border-width: 0px;
  }

  .xs\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xs\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xs\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xs\:first\:border:first-child {
    border-width: 1px;
  }

  .xs\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .xs\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .xs\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .xs\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .xs\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xs\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xs\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xs\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xs\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xs\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xs\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xs\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xs\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xs\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xs\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xs\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xs\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xs\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xs\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xs\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xs\:last\:border-0:last-child {
    border-width: 0px;
  }

  .xs\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xs\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xs\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xs\:last\:border:last-child {
    border-width: 1px;
  }

  .xs\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .xs\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .xs\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .xs\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .xs\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xs\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xs\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xs\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xs\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xs\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xs\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xs\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xs\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xs\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xs\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xs\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xs\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xs\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xs\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xs\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .xs\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .xs\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .xs\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .xs\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .xs\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .xs\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .xs\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .xs\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .xs\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .xs\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .xs\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .xs\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .xs\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .xs\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .xs\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .xs\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .xs\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .xs\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .xs\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .xs\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .xs\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .xs\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .xs\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .xs\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .xs\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .xs\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .xs\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .xs\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .xs\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .xs\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .xs\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .xs\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .xs\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .xs\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .xs\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .xs\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .xs\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .xs\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .xs\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .xs\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .xs\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .xs\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .xs\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .xs\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .xs\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .xs\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .xs\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .xs\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .xs\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .xs\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .xs\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xs\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xs\:box-border {
    box-sizing: border-box;
  }

  .xs\:box-content {
    box-sizing: content-box;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-help {
    cursor: help;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:inline-table {
    display: inline-table;
  }

  .xs\:table-caption {
    display: table-caption;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:table-column {
    display: table-column;
  }

  .xs\:table-column-group {
    display: table-column-group;
  }

  .xs\:table-footer-group {
    display: table-footer-group;
  }

  .xs\:table-header-group {
    display: table-header-group;
  }

  .xs\:table-row-group {
    display: table-row-group;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:flow-root {
    display: flow-root;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:inline-grid {
    display: inline-grid;
  }

  .xs\:contents {
    display: contents;
  }

  .xs\:list-item {
    display: list-item;
  }

  .xs\:hover\:block:hover {
    display: block;
  }

  .xs\:hover\:inline-block:hover {
    display: inline-block;
  }

  .xs\:hover\:inline:hover {
    display: inline;
  }

  .xs\:hover\:flex:hover {
    display: flex;
  }

  .xs\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .xs\:hover\:table:hover {
    display: table;
  }

  .xs\:hover\:inline-table:hover {
    display: inline-table;
  }

  .xs\:hover\:table-caption:hover {
    display: table-caption;
  }

  .xs\:hover\:table-cell:hover {
    display: table-cell;
  }

  .xs\:hover\:table-column:hover {
    display: table-column;
  }

  .xs\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .xs\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .xs\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .xs\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .xs\:hover\:table-row:hover {
    display: table-row;
  }

  .xs\:hover\:flow-root:hover {
    display: flow-root;
  }

  .xs\:hover\:grid:hover {
    display: grid;
  }

  .xs\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .xs\:hover\:contents:hover {
    display: contents;
  }

  .xs\:hover\:list-item:hover {
    display: list-item;
  }

  .xs\:focus\:block:focus {
    display: block;
  }

  .xs\:focus\:inline-block:focus {
    display: inline-block;
  }

  .xs\:focus\:inline:focus {
    display: inline;
  }

  .xs\:focus\:flex:focus {
    display: flex;
  }

  .xs\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .xs\:focus\:table:focus {
    display: table;
  }

  .xs\:focus\:inline-table:focus {
    display: inline-table;
  }

  .xs\:focus\:table-caption:focus {
    display: table-caption;
  }

  .xs\:focus\:table-cell:focus {
    display: table-cell;
  }

  .xs\:focus\:table-column:focus {
    display: table-column;
  }

  .xs\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .xs\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .xs\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .xs\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .xs\:focus\:table-row:focus {
    display: table-row;
  }

  .xs\:focus\:flow-root:focus {
    display: flow-root;
  }

  .xs\:focus\:grid:focus {
    display: grid;
  }

  .xs\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .xs\:focus\:contents:focus {
    display: contents;
  }

  .xs\:focus\:list-item:focus {
    display: list-item;
  }

  .xs\:focus-within\:block:focus-within {
    display: block;
  }

  .xs\:focus-within\:inline-block:focus-within {
    display: inline-block;
  }

  .xs\:focus-within\:inline:focus-within {
    display: inline;
  }

  .xs\:focus-within\:flex:focus-within {
    display: flex;
  }

  .xs\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .xs\:focus-within\:table:focus-within {
    display: table;
  }

  .xs\:focus-within\:inline-table:focus-within {
    display: inline-table;
  }

  .xs\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .xs\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .xs\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .xs\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .xs\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .xs\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .xs\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .xs\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .xs\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .xs\:focus-within\:grid:focus-within {
    display: grid;
  }

  .xs\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .xs\:focus-within\:contents:focus-within {
    display: contents;
  }

  .xs\:focus-within\:list-item:focus-within {
    display: list-item;
  }

  .group:hover .xs\:group-hover\:block {
    display: block;
  }

  .group:hover .xs\:group-hover\:inline-block {
    display: inline-block;
  }

  .group:hover .xs\:group-hover\:inline {
    display: inline;
  }

  .group:hover .xs\:group-hover\:flex {
    display: flex;
  }

  .group:hover .xs\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xs\:group-hover\:table {
    display: table;
  }

  .group:hover .xs\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .xs\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xs\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xs\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xs\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xs\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xs\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xs\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xs\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xs\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xs\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xs\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xs\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xs\:group-hover\:list-item {
    display: list-item;
  }

  .group:focus .xs\:group-focus\:block {
    display: block;
  }

  .group:focus .xs\:group-focus\:inline-block {
    display: inline-block;
  }

  .group:focus .xs\:group-focus\:inline {
    display: inline;
  }

  .group:focus .xs\:group-focus\:flex {
    display: flex;
  }

  .group:focus .xs\:group-focus\:inline-flex {
    display: inline-flex;
  }

  .group:focus .xs\:group-focus\:table {
    display: table;
  }

  .group:focus .xs\:group-focus\:inline-table {
    display: inline-table;
  }

  .group:focus .xs\:group-focus\:table-caption {
    display: table-caption;
  }

  .group:focus .xs\:group-focus\:table-cell {
    display: table-cell;
  }

  .group:focus .xs\:group-focus\:table-column {
    display: table-column;
  }

  .group:focus .xs\:group-focus\:table-column-group {
    display: table-column-group;
  }

  .group:focus .xs\:group-focus\:table-footer-group {
    display: table-footer-group;
  }

  .group:focus .xs\:group-focus\:table-header-group {
    display: table-header-group;
  }

  .group:focus .xs\:group-focus\:table-row-group {
    display: table-row-group;
  }

  .group:focus .xs\:group-focus\:table-row {
    display: table-row;
  }

  .group:focus .xs\:group-focus\:flow-root {
    display: flow-root;
  }

  .group:focus .xs\:group-focus\:grid {
    display: grid;
  }

  .group:focus .xs\:group-focus\:inline-grid {
    display: inline-grid;
  }

  .group:focus .xs\:group-focus\:contents {
    display: contents;
  }

  .group:focus .xs\:group-focus\:list-item {
    display: list-item;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:hover\:hidden:hover {
    display: none;
  }

  .xs\:focus\:hidden:focus {
    display: none;
  }

  .xs\:focus-within\:hidden:focus-within {
    display: none;
  }

  .group:hover .xs\:group-hover\:hidden {
    display: none;
  }

  .group:focus .xs\:group-focus\:hidden {
    display: none;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xs\:place-items-start {
    place-items: start;
  }

  .xs\:place-items-end {
    place-items: end;
  }

  .xs\:place-items-center {
    place-items: center;
  }

  .xs\:place-items-stretch {
    place-items: stretch;
  }

  .xs\:place-content-center {
    place-content: center;
  }

  .xs\:place-content-start {
    place-content: start;
  }

  .xs\:place-content-end {
    place-content: end;
  }

  .xs\:place-content-between {
    place-content: space-between;
  }

  .xs\:place-content-around {
    place-content: space-around;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly;
  }

  .xs\:place-content-stretch {
    place-content: stretch;
  }

  .xs\:place-self-auto {
    place-self: auto;
  }

  .xs\:place-self-start {
    place-self: start;
  }

  .xs\:place-self-end {
    place-self: end;
  }

  .xs\:place-self-center {
    place-self: center;
  }

  .xs\:place-self-stretch {
    place-self: stretch;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

  .xs\:items-center {
    align-items: center;
  }

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:content-evenly {
    align-content: space-evenly;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:justify-items-start {
    justify-items: start;
  }

  .xs\:justify-items-end {
    justify-items: end;
  }

  .xs\:justify-items-center {
    justify-items: center;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:justify-self-auto {
    justify-self: auto;
  }

  .xs\:justify-self-start {
    justify-self: start;
  }

  .xs\:justify-self-end {
    justify-self: end;
  }

  .xs\:justify-self-center {
    justify-self: center;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-half {
    flex: 1 1 50%;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:order-3 {
    order: 3;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-5 {
    order: 5;
  }

  .xs\:order-6 {
    order: 6;
  }

  .xs\:order-7 {
    order: 7;
  }

  .xs\:order-8 {
    order: 8;
  }

  .xs\:order-9 {
    order: 9;
  }

  .xs\:order-10 {
    order: 10;
  }

  .xs\:order-11 {
    order: 11;
  }

  .xs\:order-12 {
    order: 12;
  }

  .xs\:order-first {
    order: -9999;
  }

  .xs\:order-last {
    order: 9999;
  }

  .xs\:order-none {
    order: 0;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\:clear-none {
    clear: none;
  }

  .xs\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xs\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xs\:font-thin {
    font-weight: 100;
  }

  .xs\:font-extralight {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:h-0 {
    height: 0;
  }

  .xs\:h-1 {
    height: 0.25rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-3 {
    height: 0.75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-7 {
    height: 1.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-9 {
    height: 2.25rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-15 {
    height: 3.75rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-18 {
    height: 4.5rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-21 {
    height: 5.25rem;
  }

  .xs\:h-22 {
    height: 5.5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-26 {
    height: 6.5rem;
  }

  .xs\:h-28 {
    height: 7rem;
  }

  .xs\:h-30 {
    height: 7.5rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-34 {
    height: 8.5rem;
  }

  .xs\:h-36 {
    height: 9rem;
  }

  .xs\:h-38 {
    height: 9.5rem;
  }

  .xs\:h-40 {
    height: 10rem;
  }

  .xs\:h-44 {
    height: 11rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-52 {
    height: 13rem;
  }

  .xs\:h-53 {
    height: 13.25rem;
  }

  .xs\:h-54 {
    height: 13.5rem;
  }

  .xs\:h-56 {
    height: 14rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-72 {
    height: 18rem;
  }

  .xs\:h-74 {
    height: 18.5rem;
  }

  .xs\:h-76 {
    height: 19rem;
  }

  .xs\:h-80 {
    height: 20rem;
  }

  .xs\:h-85 {
    height: 21.25rem;
  }

  .xs\:h-100 {
    height: 25rem;
  }

  .xs\:h-105 {
    height: 26.25rem;
  }

  .xs\:h-107 {
    height: 26.4rem;
  }

  .xs\:h-110 {
    height: 27.5rem;
  }

  .xs\:h-120 {
    height: 30rem;
  }

  .xs\:h-130 {
    height: 38rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-250px {
    height: 250px;
  }

  .xs\:h-1\/2\% {
    height: 0.5%;
  }

  .xs\:h-1\% {
    height: 1%;
  }

  .xs\:h-2\% {
    height: 2%;
  }

  .xs\:h-3\% {
    height: 3%;
  }

  .xs\:h-4\% {
    height: 4%;
  }

  .xs\:h-5\% {
    height: 5%;
  }

  .xs\:h-10\% {
    height: 10%;
  }

  .xs\:h-20\% {
    height: 20%;
  }

  .xs\:h-23\% {
    height: 23%;
  }

  .xs\:h-25\% {
    height: 25%;
  }

  .xs\:h-26\% {
    height: 26%;
  }

  .xs\:h-30\% {
    height: 30%;
  }

  .xs\:h-40\% {
    height: 40%;
  }

  .xs\:h-50\% {
    height: 50%;
  }

  .xs\:h-60\% {
    height: 60%;
  }

  .xs\:h-70\% {
    height: 70%;
  }

  .xs\:h-80\% {
    height: 80%;
  }

  .xs\:h-90\% {
    height: 90%;
  }

  .xs\:h-95\% {
    height: 95%;
  }

  .xs\:h-96\% {
    height: 96%;
  }

  .xs\:h-97\% {
    height: 97%;
  }

  .xs\:h-98\% {
    height: 98%;
  }

  .xs\:h-99\% {
    height: 99%;
  }

  .xs\:h-36vh {
    height: 36vh;
  }

  .xs\:h-75vh {
    height: 75vh;
  }

  .xs\:h-78vh {
    height: 78vh;
  }

  .xs\:h-80vh {
    height: 80vh;
  }

  .xs\:h-82vh {
    height: 82vh;
  }

  .xs\:h-1\/2 {
    height: 50%;
  }

  .xs\:h-1\/3 {
    height: 33.333333%;
  }

  .xs\:h-2\/3 {
    height: 66.666667%;
  }

  .xs\:h-1\/4 {
    height: 25%;
  }

  .xs\:h-2\/4 {
    height: 50%;
  }

  .xs\:h-3\/4 {
    height: 75%;
  }

  .xs\:h-1\/5 {
    height: 20%;
  }

  .xs\:h-2\/5 {
    height: 40%;
  }

  .xs\:h-3\/5 {
    height: 60%;
  }

  .xs\:h-4\/5 {
    height: 80%;
  }

  .xs\:h-1\/6 {
    height: 16.666667%;
  }

  .xs\:h-2\/6 {
    height: 33.333333%;
  }

  .xs\:h-3\/6 {
    height: 50%;
  }

  .xs\:h-4\/6 {
    height: 66.666667%;
  }

  .xs\:h-5\/6 {
    height: 83.333333%;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:hover\:h-0:hover {
    height: 0;
  }

  .xs\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .xs\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .xs\:hover\:h-3:hover {
    height: 0.75rem;
  }

  .xs\:hover\:h-4:hover {
    height: 1rem;
  }

  .xs\:hover\:h-5:hover {
    height: 1.25rem;
  }

  .xs\:hover\:h-6:hover {
    height: 1.5rem;
  }

  .xs\:hover\:h-7:hover {
    height: 1.75rem;
  }

  .xs\:hover\:h-8:hover {
    height: 2rem;
  }

  .xs\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .xs\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .xs\:hover\:h-12:hover {
    height: 3rem;
  }

  .xs\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .xs\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .xs\:hover\:h-16:hover {
    height: 4rem;
  }

  .xs\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .xs\:hover\:h-20:hover {
    height: 5rem;
  }

  .xs\:hover\:h-21:hover {
    height: 5.25rem;
  }

  .xs\:hover\:h-22:hover {
    height: 5.5rem;
  }

  .xs\:hover\:h-24:hover {
    height: 6rem;
  }

  .xs\:hover\:h-26:hover {
    height: 6.5rem;
  }

  .xs\:hover\:h-28:hover {
    height: 7rem;
  }

  .xs\:hover\:h-30:hover {
    height: 7.5rem;
  }

  .xs\:hover\:h-32:hover {
    height: 8rem;
  }

  .xs\:hover\:h-34:hover {
    height: 8.5rem;
  }

  .xs\:hover\:h-36:hover {
    height: 9rem;
  }

  .xs\:hover\:h-38:hover {
    height: 9.5rem;
  }

  .xs\:hover\:h-40:hover {
    height: 10rem;
  }

  .xs\:hover\:h-44:hover {
    height: 11rem;
  }

  .xs\:hover\:h-48:hover {
    height: 12rem;
  }

  .xs\:hover\:h-52:hover {
    height: 13rem;
  }

  .xs\:hover\:h-53:hover {
    height: 13.25rem;
  }

  .xs\:hover\:h-54:hover {
    height: 13.5rem;
  }

  .xs\:hover\:h-56:hover {
    height: 14rem;
  }

  .xs\:hover\:h-64:hover {
    height: 16rem;
  }

  .xs\:hover\:h-72:hover {
    height: 18rem;
  }

  .xs\:hover\:h-74:hover {
    height: 18.5rem;
  }

  .xs\:hover\:h-76:hover {
    height: 19rem;
  }

  .xs\:hover\:h-80:hover {
    height: 20rem;
  }

  .xs\:hover\:h-85:hover {
    height: 21.25rem;
  }

  .xs\:hover\:h-100:hover {
    height: 25rem;
  }

  .xs\:hover\:h-105:hover {
    height: 26.25rem;
  }

  .xs\:hover\:h-107:hover {
    height: 26.4rem;
  }

  .xs\:hover\:h-110:hover {
    height: 27.5rem;
  }

  .xs\:hover\:h-120:hover {
    height: 30rem;
  }

  .xs\:hover\:h-130:hover {
    height: 38rem;
  }

  .xs\:hover\:h-auto:hover {
    height: auto;
  }

  .xs\:hover\:h-px:hover {
    height: 1px;
  }

  .xs\:hover\:h-250px:hover {
    height: 250px;
  }

  .xs\:hover\:h-1\/2\%:hover {
    height: 0.5%;
  }

  .xs\:hover\:h-1\%:hover {
    height: 1%;
  }

  .xs\:hover\:h-2\%:hover {
    height: 2%;
  }

  .xs\:hover\:h-3\%:hover {
    height: 3%;
  }

  .xs\:hover\:h-4\%:hover {
    height: 4%;
  }

  .xs\:hover\:h-5\%:hover {
    height: 5%;
  }

  .xs\:hover\:h-10\%:hover {
    height: 10%;
  }

  .xs\:hover\:h-20\%:hover {
    height: 20%;
  }

  .xs\:hover\:h-23\%:hover {
    height: 23%;
  }

  .xs\:hover\:h-25\%:hover {
    height: 25%;
  }

  .xs\:hover\:h-26\%:hover {
    height: 26%;
  }

  .xs\:hover\:h-30\%:hover {
    height: 30%;
  }

  .xs\:hover\:h-40\%:hover {
    height: 40%;
  }

  .xs\:hover\:h-50\%:hover {
    height: 50%;
  }

  .xs\:hover\:h-60\%:hover {
    height: 60%;
  }

  .xs\:hover\:h-70\%:hover {
    height: 70%;
  }

  .xs\:hover\:h-80\%:hover {
    height: 80%;
  }

  .xs\:hover\:h-90\%:hover {
    height: 90%;
  }

  .xs\:hover\:h-95\%:hover {
    height: 95%;
  }

  .xs\:hover\:h-96\%:hover {
    height: 96%;
  }

  .xs\:hover\:h-97\%:hover {
    height: 97%;
  }

  .xs\:hover\:h-98\%:hover {
    height: 98%;
  }

  .xs\:hover\:h-99\%:hover {
    height: 99%;
  }

  .xs\:hover\:h-36vh:hover {
    height: 36vh;
  }

  .xs\:hover\:h-75vh:hover {
    height: 75vh;
  }

  .xs\:hover\:h-78vh:hover {
    height: 78vh;
  }

  .xs\:hover\:h-80vh:hover {
    height: 80vh;
  }

  .xs\:hover\:h-82vh:hover {
    height: 82vh;
  }

  .xs\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .xs\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .xs\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .xs\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .xs\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .xs\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .xs\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .xs\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .xs\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .xs\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .xs\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .xs\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .xs\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .xs\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .xs\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .xs\:hover\:h-full:hover {
    height: 100%;
  }

  .xs\:hover\:h-screen:hover {
    height: 100vh;
  }

  .xs\:focus\:h-0:focus {
    height: 0;
  }

  .xs\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .xs\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .xs\:focus\:h-3:focus {
    height: 0.75rem;
  }

  .xs\:focus\:h-4:focus {
    height: 1rem;
  }

  .xs\:focus\:h-5:focus {
    height: 1.25rem;
  }

  .xs\:focus\:h-6:focus {
    height: 1.5rem;
  }

  .xs\:focus\:h-7:focus {
    height: 1.75rem;
  }

  .xs\:focus\:h-8:focus {
    height: 2rem;
  }

  .xs\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .xs\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .xs\:focus\:h-12:focus {
    height: 3rem;
  }

  .xs\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .xs\:focus\:h-15:focus {
    height: 3.75rem;
  }

  .xs\:focus\:h-16:focus {
    height: 4rem;
  }

  .xs\:focus\:h-18:focus {
    height: 4.5rem;
  }

  .xs\:focus\:h-20:focus {
    height: 5rem;
  }

  .xs\:focus\:h-21:focus {
    height: 5.25rem;
  }

  .xs\:focus\:h-22:focus {
    height: 5.5rem;
  }

  .xs\:focus\:h-24:focus {
    height: 6rem;
  }

  .xs\:focus\:h-26:focus {
    height: 6.5rem;
  }

  .xs\:focus\:h-28:focus {
    height: 7rem;
  }

  .xs\:focus\:h-30:focus {
    height: 7.5rem;
  }

  .xs\:focus\:h-32:focus {
    height: 8rem;
  }

  .xs\:focus\:h-34:focus {
    height: 8.5rem;
  }

  .xs\:focus\:h-36:focus {
    height: 9rem;
  }

  .xs\:focus\:h-38:focus {
    height: 9.5rem;
  }

  .xs\:focus\:h-40:focus {
    height: 10rem;
  }

  .xs\:focus\:h-44:focus {
    height: 11rem;
  }

  .xs\:focus\:h-48:focus {
    height: 12rem;
  }

  .xs\:focus\:h-52:focus {
    height: 13rem;
  }

  .xs\:focus\:h-53:focus {
    height: 13.25rem;
  }

  .xs\:focus\:h-54:focus {
    height: 13.5rem;
  }

  .xs\:focus\:h-56:focus {
    height: 14rem;
  }

  .xs\:focus\:h-64:focus {
    height: 16rem;
  }

  .xs\:focus\:h-72:focus {
    height: 18rem;
  }

  .xs\:focus\:h-74:focus {
    height: 18.5rem;
  }

  .xs\:focus\:h-76:focus {
    height: 19rem;
  }

  .xs\:focus\:h-80:focus {
    height: 20rem;
  }

  .xs\:focus\:h-85:focus {
    height: 21.25rem;
  }

  .xs\:focus\:h-100:focus {
    height: 25rem;
  }

  .xs\:focus\:h-105:focus {
    height: 26.25rem;
  }

  .xs\:focus\:h-107:focus {
    height: 26.4rem;
  }

  .xs\:focus\:h-110:focus {
    height: 27.5rem;
  }

  .xs\:focus\:h-120:focus {
    height: 30rem;
  }

  .xs\:focus\:h-130:focus {
    height: 38rem;
  }

  .xs\:focus\:h-auto:focus {
    height: auto;
  }

  .xs\:focus\:h-px:focus {
    height: 1px;
  }

  .xs\:focus\:h-250px:focus {
    height: 250px;
  }

  .xs\:focus\:h-1\/2\%:focus {
    height: 0.5%;
  }

  .xs\:focus\:h-1\%:focus {
    height: 1%;
  }

  .xs\:focus\:h-2\%:focus {
    height: 2%;
  }

  .xs\:focus\:h-3\%:focus {
    height: 3%;
  }

  .xs\:focus\:h-4\%:focus {
    height: 4%;
  }

  .xs\:focus\:h-5\%:focus {
    height: 5%;
  }

  .xs\:focus\:h-10\%:focus {
    height: 10%;
  }

  .xs\:focus\:h-20\%:focus {
    height: 20%;
  }

  .xs\:focus\:h-23\%:focus {
    height: 23%;
  }

  .xs\:focus\:h-25\%:focus {
    height: 25%;
  }

  .xs\:focus\:h-26\%:focus {
    height: 26%;
  }

  .xs\:focus\:h-30\%:focus {
    height: 30%;
  }

  .xs\:focus\:h-40\%:focus {
    height: 40%;
  }

  .xs\:focus\:h-50\%:focus {
    height: 50%;
  }

  .xs\:focus\:h-60\%:focus {
    height: 60%;
  }

  .xs\:focus\:h-70\%:focus {
    height: 70%;
  }

  .xs\:focus\:h-80\%:focus {
    height: 80%;
  }

  .xs\:focus\:h-90\%:focus {
    height: 90%;
  }

  .xs\:focus\:h-95\%:focus {
    height: 95%;
  }

  .xs\:focus\:h-96\%:focus {
    height: 96%;
  }

  .xs\:focus\:h-97\%:focus {
    height: 97%;
  }

  .xs\:focus\:h-98\%:focus {
    height: 98%;
  }

  .xs\:focus\:h-99\%:focus {
    height: 99%;
  }

  .xs\:focus\:h-36vh:focus {
    height: 36vh;
  }

  .xs\:focus\:h-75vh:focus {
    height: 75vh;
  }

  .xs\:focus\:h-78vh:focus {
    height: 78vh;
  }

  .xs\:focus\:h-80vh:focus {
    height: 80vh;
  }

  .xs\:focus\:h-82vh:focus {
    height: 82vh;
  }

  .xs\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .xs\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .xs\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .xs\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .xs\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .xs\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .xs\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .xs\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .xs\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .xs\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .xs\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .xs\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .xs\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .xs\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .xs\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .xs\:focus\:h-full:focus {
    height: 100%;
  }

  .xs\:focus\:h-screen:focus {
    height: 100vh;
  }

  .xs\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .xs\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .xs\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .xs\:focus-within\:h-3:focus-within {
    height: 0.75rem;
  }

  .xs\:focus-within\:h-4:focus-within {
    height: 1rem;
  }

  .xs\:focus-within\:h-5:focus-within {
    height: 1.25rem;
  }

  .xs\:focus-within\:h-6:focus-within {
    height: 1.5rem;
  }

  .xs\:focus-within\:h-7:focus-within {
    height: 1.75rem;
  }

  .xs\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .xs\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .xs\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .xs\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .xs\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .xs\:focus-within\:h-15:focus-within {
    height: 3.75rem;
  }

  .xs\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .xs\:focus-within\:h-18:focus-within {
    height: 4.5rem;
  }

  .xs\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .xs\:focus-within\:h-21:focus-within {
    height: 5.25rem;
  }

  .xs\:focus-within\:h-22:focus-within {
    height: 5.5rem;
  }

  .xs\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .xs\:focus-within\:h-26:focus-within {
    height: 6.5rem;
  }

  .xs\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .xs\:focus-within\:h-30:focus-within {
    height: 7.5rem;
  }

  .xs\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .xs\:focus-within\:h-34:focus-within {
    height: 8.5rem;
  }

  .xs\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .xs\:focus-within\:h-38:focus-within {
    height: 9.5rem;
  }

  .xs\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .xs\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .xs\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .xs\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .xs\:focus-within\:h-53:focus-within {
    height: 13.25rem;
  }

  .xs\:focus-within\:h-54:focus-within {
    height: 13.5rem;
  }

  .xs\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .xs\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .xs\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .xs\:focus-within\:h-74:focus-within {
    height: 18.5rem;
  }

  .xs\:focus-within\:h-76:focus-within {
    height: 19rem;
  }

  .xs\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .xs\:focus-within\:h-85:focus-within {
    height: 21.25rem;
  }

  .xs\:focus-within\:h-100:focus-within {
    height: 25rem;
  }

  .xs\:focus-within\:h-105:focus-within {
    height: 26.25rem;
  }

  .xs\:focus-within\:h-107:focus-within {
    height: 26.4rem;
  }

  .xs\:focus-within\:h-110:focus-within {
    height: 27.5rem;
  }

  .xs\:focus-within\:h-120:focus-within {
    height: 30rem;
  }

  .xs\:focus-within\:h-130:focus-within {
    height: 38rem;
  }

  .xs\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .xs\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .xs\:focus-within\:h-250px:focus-within {
    height: 250px;
  }

  .xs\:focus-within\:h-1\/2\%:focus-within {
    height: 0.5%;
  }

  .xs\:focus-within\:h-1\%:focus-within {
    height: 1%;
  }

  .xs\:focus-within\:h-2\%:focus-within {
    height: 2%;
  }

  .xs\:focus-within\:h-3\%:focus-within {
    height: 3%;
  }

  .xs\:focus-within\:h-4\%:focus-within {
    height: 4%;
  }

  .xs\:focus-within\:h-5\%:focus-within {
    height: 5%;
  }

  .xs\:focus-within\:h-10\%:focus-within {
    height: 10%;
  }

  .xs\:focus-within\:h-20\%:focus-within {
    height: 20%;
  }

  .xs\:focus-within\:h-23\%:focus-within {
    height: 23%;
  }

  .xs\:focus-within\:h-25\%:focus-within {
    height: 25%;
  }

  .xs\:focus-within\:h-26\%:focus-within {
    height: 26%;
  }

  .xs\:focus-within\:h-30\%:focus-within {
    height: 30%;
  }

  .xs\:focus-within\:h-40\%:focus-within {
    height: 40%;
  }

  .xs\:focus-within\:h-50\%:focus-within {
    height: 50%;
  }

  .xs\:focus-within\:h-60\%:focus-within {
    height: 60%;
  }

  .xs\:focus-within\:h-70\%:focus-within {
    height: 70%;
  }

  .xs\:focus-within\:h-80\%:focus-within {
    height: 80%;
  }

  .xs\:focus-within\:h-90\%:focus-within {
    height: 90%;
  }

  .xs\:focus-within\:h-95\%:focus-within {
    height: 95%;
  }

  .xs\:focus-within\:h-96\%:focus-within {
    height: 96%;
  }

  .xs\:focus-within\:h-97\%:focus-within {
    height: 97%;
  }

  .xs\:focus-within\:h-98\%:focus-within {
    height: 98%;
  }

  .xs\:focus-within\:h-99\%:focus-within {
    height: 99%;
  }

  .xs\:focus-within\:h-36vh:focus-within {
    height: 36vh;
  }

  .xs\:focus-within\:h-75vh:focus-within {
    height: 75vh;
  }

  .xs\:focus-within\:h-78vh:focus-within {
    height: 78vh;
  }

  .xs\:focus-within\:h-80vh:focus-within {
    height: 80vh;
  }

  .xs\:focus-within\:h-82vh:focus-within {
    height: 82vh;
  }

  .xs\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .xs\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .xs\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .xs\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .xs\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .xs\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .xs\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .xs\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .xs\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .xs\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .xs\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .xs\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .xs\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .xs\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .xs\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .xs\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .xs\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .group:hover .xs\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .xs\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .xs\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .xs\:group-hover\:h-3 {
    height: 0.75rem;
  }

  .group:hover .xs\:group-hover\:h-4 {
    height: 1rem;
  }

  .group:hover .xs\:group-hover\:h-5 {
    height: 1.25rem;
  }

  .group:hover .xs\:group-hover\:h-6 {
    height: 1.5rem;
  }

  .group:hover .xs\:group-hover\:h-7 {
    height: 1.75rem;
  }

  .group:hover .xs\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .xs\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .group:hover .xs\:group-hover\:h-10 {
    height: 2.5rem;
  }

  .group:hover .xs\:group-hover\:h-12 {
    height: 3rem;
  }

  .group:hover .xs\:group-hover\:h-14 {
    height: 3.5rem;
  }

  .group:hover .xs\:group-hover\:h-15 {
    height: 3.75rem;
  }

  .group:hover .xs\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .xs\:group-hover\:h-18 {
    height: 4.5rem;
  }

  .group:hover .xs\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .xs\:group-hover\:h-21 {
    height: 5.25rem;
  }

  .group:hover .xs\:group-hover\:h-22 {
    height: 5.5rem;
  }

  .group:hover .xs\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .xs\:group-hover\:h-26 {
    height: 6.5rem;
  }

  .group:hover .xs\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .xs\:group-hover\:h-30 {
    height: 7.5rem;
  }

  .group:hover .xs\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .xs\:group-hover\:h-34 {
    height: 8.5rem;
  }

  .group:hover .xs\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .xs\:group-hover\:h-38 {
    height: 9.5rem;
  }

  .group:hover .xs\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .xs\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .xs\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .xs\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .xs\:group-hover\:h-53 {
    height: 13.25rem;
  }

  .group:hover .xs\:group-hover\:h-54 {
    height: 13.5rem;
  }

  .group:hover .xs\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .xs\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .xs\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .xs\:group-hover\:h-74 {
    height: 18.5rem;
  }

  .group:hover .xs\:group-hover\:h-76 {
    height: 19rem;
  }

  .group:hover .xs\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .xs\:group-hover\:h-85 {
    height: 21.25rem;
  }

  .group:hover .xs\:group-hover\:h-100 {
    height: 25rem;
  }

  .group:hover .xs\:group-hover\:h-105 {
    height: 26.25rem;
  }

  .group:hover .xs\:group-hover\:h-107 {
    height: 26.4rem;
  }

  .group:hover .xs\:group-hover\:h-110 {
    height: 27.5rem;
  }

  .group:hover .xs\:group-hover\:h-120 {
    height: 30rem;
  }

  .group:hover .xs\:group-hover\:h-130 {
    height: 38rem;
  }

  .group:hover .xs\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .xs\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .xs\:group-hover\:h-250px {
    height: 250px;
  }

  .group:hover .xs\:group-hover\:h-1\/2\% {
    height: 0.5%;
  }

  .group:hover .xs\:group-hover\:h-1\% {
    height: 1%;
  }

  .group:hover .xs\:group-hover\:h-2\% {
    height: 2%;
  }

  .group:hover .xs\:group-hover\:h-3\% {
    height: 3%;
  }

  .group:hover .xs\:group-hover\:h-4\% {
    height: 4%;
  }

  .group:hover .xs\:group-hover\:h-5\% {
    height: 5%;
  }

  .group:hover .xs\:group-hover\:h-10\% {
    height: 10%;
  }

  .group:hover .xs\:group-hover\:h-20\% {
    height: 20%;
  }

  .group:hover .xs\:group-hover\:h-23\% {
    height: 23%;
  }

  .group:hover .xs\:group-hover\:h-25\% {
    height: 25%;
  }

  .group:hover .xs\:group-hover\:h-26\% {
    height: 26%;
  }

  .group:hover .xs\:group-hover\:h-30\% {
    height: 30%;
  }

  .group:hover .xs\:group-hover\:h-40\% {
    height: 40%;
  }

  .group:hover .xs\:group-hover\:h-50\% {
    height: 50%;
  }

  .group:hover .xs\:group-hover\:h-60\% {
    height: 60%;
  }

  .group:hover .xs\:group-hover\:h-70\% {
    height: 70%;
  }

  .group:hover .xs\:group-hover\:h-80\% {
    height: 80%;
  }

  .group:hover .xs\:group-hover\:h-90\% {
    height: 90%;
  }

  .group:hover .xs\:group-hover\:h-95\% {
    height: 95%;
  }

  .group:hover .xs\:group-hover\:h-96\% {
    height: 96%;
  }

  .group:hover .xs\:group-hover\:h-97\% {
    height: 97%;
  }

  .group:hover .xs\:group-hover\:h-98\% {
    height: 98%;
  }

  .group:hover .xs\:group-hover\:h-99\% {
    height: 99%;
  }

  .group:hover .xs\:group-hover\:h-36vh {
    height: 36vh;
  }

  .group:hover .xs\:group-hover\:h-75vh {
    height: 75vh;
  }

  .group:hover .xs\:group-hover\:h-78vh {
    height: 78vh;
  }

  .group:hover .xs\:group-hover\:h-80vh {
    height: 80vh;
  }

  .group:hover .xs\:group-hover\:h-82vh {
    height: 82vh;
  }

  .group:hover .xs\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .xs\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .xs\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .xs\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .xs\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .xs\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .xs\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .xs\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .xs\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .xs\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .xs\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .xs\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .xs\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .xs\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .xs\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .xs\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .xs\:group-hover\:h-screen {
    height: 100vh;
  }

  .group:focus .xs\:group-focus\:h-0 {
    height: 0;
  }

  .group:focus .xs\:group-focus\:h-1 {
    height: 0.25rem;
  }

  .group:focus .xs\:group-focus\:h-2 {
    height: 0.5rem;
  }

  .group:focus .xs\:group-focus\:h-3 {
    height: 0.75rem;
  }

  .group:focus .xs\:group-focus\:h-4 {
    height: 1rem;
  }

  .group:focus .xs\:group-focus\:h-5 {
    height: 1.25rem;
  }

  .group:focus .xs\:group-focus\:h-6 {
    height: 1.5rem;
  }

  .group:focus .xs\:group-focus\:h-7 {
    height: 1.75rem;
  }

  .group:focus .xs\:group-focus\:h-8 {
    height: 2rem;
  }

  .group:focus .xs\:group-focus\:h-9 {
    height: 2.25rem;
  }

  .group:focus .xs\:group-focus\:h-10 {
    height: 2.5rem;
  }

  .group:focus .xs\:group-focus\:h-12 {
    height: 3rem;
  }

  .group:focus .xs\:group-focus\:h-14 {
    height: 3.5rem;
  }

  .group:focus .xs\:group-focus\:h-15 {
    height: 3.75rem;
  }

  .group:focus .xs\:group-focus\:h-16 {
    height: 4rem;
  }

  .group:focus .xs\:group-focus\:h-18 {
    height: 4.5rem;
  }

  .group:focus .xs\:group-focus\:h-20 {
    height: 5rem;
  }

  .group:focus .xs\:group-focus\:h-21 {
    height: 5.25rem;
  }

  .group:focus .xs\:group-focus\:h-22 {
    height: 5.5rem;
  }

  .group:focus .xs\:group-focus\:h-24 {
    height: 6rem;
  }

  .group:focus .xs\:group-focus\:h-26 {
    height: 6.5rem;
  }

  .group:focus .xs\:group-focus\:h-28 {
    height: 7rem;
  }

  .group:focus .xs\:group-focus\:h-30 {
    height: 7.5rem;
  }

  .group:focus .xs\:group-focus\:h-32 {
    height: 8rem;
  }

  .group:focus .xs\:group-focus\:h-34 {
    height: 8.5rem;
  }

  .group:focus .xs\:group-focus\:h-36 {
    height: 9rem;
  }

  .group:focus .xs\:group-focus\:h-38 {
    height: 9.5rem;
  }

  .group:focus .xs\:group-focus\:h-40 {
    height: 10rem;
  }

  .group:focus .xs\:group-focus\:h-44 {
    height: 11rem;
  }

  .group:focus .xs\:group-focus\:h-48 {
    height: 12rem;
  }

  .group:focus .xs\:group-focus\:h-52 {
    height: 13rem;
  }

  .group:focus .xs\:group-focus\:h-53 {
    height: 13.25rem;
  }

  .group:focus .xs\:group-focus\:h-54 {
    height: 13.5rem;
  }

  .group:focus .xs\:group-focus\:h-56 {
    height: 14rem;
  }

  .group:focus .xs\:group-focus\:h-64 {
    height: 16rem;
  }

  .group:focus .xs\:group-focus\:h-72 {
    height: 18rem;
  }

  .group:focus .xs\:group-focus\:h-74 {
    height: 18.5rem;
  }

  .group:focus .xs\:group-focus\:h-76 {
    height: 19rem;
  }

  .group:focus .xs\:group-focus\:h-80 {
    height: 20rem;
  }

  .group:focus .xs\:group-focus\:h-85 {
    height: 21.25rem;
  }

  .group:focus .xs\:group-focus\:h-100 {
    height: 25rem;
  }

  .group:focus .xs\:group-focus\:h-105 {
    height: 26.25rem;
  }

  .group:focus .xs\:group-focus\:h-107 {
    height: 26.4rem;
  }

  .group:focus .xs\:group-focus\:h-110 {
    height: 27.5rem;
  }

  .group:focus .xs\:group-focus\:h-120 {
    height: 30rem;
  }

  .group:focus .xs\:group-focus\:h-130 {
    height: 38rem;
  }

  .group:focus .xs\:group-focus\:h-auto {
    height: auto;
  }

  .group:focus .xs\:group-focus\:h-px {
    height: 1px;
  }

  .group:focus .xs\:group-focus\:h-250px {
    height: 250px;
  }

  .group:focus .xs\:group-focus\:h-1\/2\% {
    height: 0.5%;
  }

  .group:focus .xs\:group-focus\:h-1\% {
    height: 1%;
  }

  .group:focus .xs\:group-focus\:h-2\% {
    height: 2%;
  }

  .group:focus .xs\:group-focus\:h-3\% {
    height: 3%;
  }

  .group:focus .xs\:group-focus\:h-4\% {
    height: 4%;
  }

  .group:focus .xs\:group-focus\:h-5\% {
    height: 5%;
  }

  .group:focus .xs\:group-focus\:h-10\% {
    height: 10%;
  }

  .group:focus .xs\:group-focus\:h-20\% {
    height: 20%;
  }

  .group:focus .xs\:group-focus\:h-23\% {
    height: 23%;
  }

  .group:focus .xs\:group-focus\:h-25\% {
    height: 25%;
  }

  .group:focus .xs\:group-focus\:h-26\% {
    height: 26%;
  }

  .group:focus .xs\:group-focus\:h-30\% {
    height: 30%;
  }

  .group:focus .xs\:group-focus\:h-40\% {
    height: 40%;
  }

  .group:focus .xs\:group-focus\:h-50\% {
    height: 50%;
  }

  .group:focus .xs\:group-focus\:h-60\% {
    height: 60%;
  }

  .group:focus .xs\:group-focus\:h-70\% {
    height: 70%;
  }

  .group:focus .xs\:group-focus\:h-80\% {
    height: 80%;
  }

  .group:focus .xs\:group-focus\:h-90\% {
    height: 90%;
  }

  .group:focus .xs\:group-focus\:h-95\% {
    height: 95%;
  }

  .group:focus .xs\:group-focus\:h-96\% {
    height: 96%;
  }

  .group:focus .xs\:group-focus\:h-97\% {
    height: 97%;
  }

  .group:focus .xs\:group-focus\:h-98\% {
    height: 98%;
  }

  .group:focus .xs\:group-focus\:h-99\% {
    height: 99%;
  }

  .group:focus .xs\:group-focus\:h-36vh {
    height: 36vh;
  }

  .group:focus .xs\:group-focus\:h-75vh {
    height: 75vh;
  }

  .group:focus .xs\:group-focus\:h-78vh {
    height: 78vh;
  }

  .group:focus .xs\:group-focus\:h-80vh {
    height: 80vh;
  }

  .group:focus .xs\:group-focus\:h-82vh {
    height: 82vh;
  }

  .group:focus .xs\:group-focus\:h-1\/2 {
    height: 50%;
  }

  .group:focus .xs\:group-focus\:h-1\/3 {
    height: 33.333333%;
  }

  .group:focus .xs\:group-focus\:h-2\/3 {
    height: 66.666667%;
  }

  .group:focus .xs\:group-focus\:h-1\/4 {
    height: 25%;
  }

  .group:focus .xs\:group-focus\:h-2\/4 {
    height: 50%;
  }

  .group:focus .xs\:group-focus\:h-3\/4 {
    height: 75%;
  }

  .group:focus .xs\:group-focus\:h-1\/5 {
    height: 20%;
  }

  .group:focus .xs\:group-focus\:h-2\/5 {
    height: 40%;
  }

  .group:focus .xs\:group-focus\:h-3\/5 {
    height: 60%;
  }

  .group:focus .xs\:group-focus\:h-4\/5 {
    height: 80%;
  }

  .group:focus .xs\:group-focus\:h-1\/6 {
    height: 16.666667%;
  }

  .group:focus .xs\:group-focus\:h-2\/6 {
    height: 33.333333%;
  }

  .group:focus .xs\:group-focus\:h-3\/6 {
    height: 50%;
  }

  .group:focus .xs\:group-focus\:h-4\/6 {
    height: 66.666667%;
  }

  .group:focus .xs\:group-focus\:h-5\/6 {
    height: 83.333333%;
  }

  .group:focus .xs\:group-focus\:h-full {
    height: 100%;
  }

  .group:focus .xs\:group-focus\:h-screen {
    height: 100vh;
  }

  .xs\:text-3xs {
    font-size: 0.5rem;
  }

  .xs\:text-2xs {
    font-size: 0.625rem;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-lg {
    font-size: 1.125rem;
  }

  .xs\:text-xl {
    font-size: 1.25rem;
  }

  .xs\:text-2xl {
    font-size: 1.5rem;
  }

  .xs\:text-3xl {
    font-size: 1.875rem;
  }

  .xs\:text-4xl {
    font-size: 2.25rem;
  }

  .xs\:text-5xl {
    font-size: 3rem;
  }

  .xs\:text-6xl {
    font-size: 4rem;
  }

  .xs\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .xs\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .xs\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .xs\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .xs\:hover\:text-base:hover {
    font-size: 1rem;
  }

  .xs\:hover\:text-lg:hover {
    font-size: 1.125rem;
  }

  .xs\:hover\:text-xl:hover {
    font-size: 1.25rem;
  }

  .xs\:hover\:text-2xl:hover {
    font-size: 1.5rem;
  }

  .xs\:hover\:text-3xl:hover {
    font-size: 1.875rem;
  }

  .xs\:hover\:text-4xl:hover {
    font-size: 2.25rem;
  }

  .xs\:hover\:text-5xl:hover {
    font-size: 3rem;
  }

  .xs\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .xs\:focus\:text-3xs:focus {
    font-size: 0.5rem;
  }

  .xs\:focus\:text-2xs:focus {
    font-size: 0.625rem;
  }

  .xs\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .xs\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .xs\:focus\:text-base:focus {
    font-size: 1rem;
  }

  .xs\:focus\:text-lg:focus {
    font-size: 1.125rem;
  }

  .xs\:focus\:text-xl:focus {
    font-size: 1.25rem;
  }

  .xs\:focus\:text-2xl:focus {
    font-size: 1.5rem;
  }

  .xs\:focus\:text-3xl:focus {
    font-size: 1.875rem;
  }

  .xs\:focus\:text-4xl:focus {
    font-size: 2.25rem;
  }

  .xs\:focus\:text-5xl:focus {
    font-size: 3rem;
  }

  .xs\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .xs\:focus-within\:text-3xs:focus-within {
    font-size: 0.5rem;
  }

  .xs\:focus-within\:text-2xs:focus-within {
    font-size: 0.625rem;
  }

  .xs\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .xs\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .xs\:focus-within\:text-base:focus-within {
    font-size: 1rem;
  }

  .xs\:focus-within\:text-lg:focus-within {
    font-size: 1.125rem;
  }

  .xs\:focus-within\:text-xl:focus-within {
    font-size: 1.25rem;
  }

  .xs\:focus-within\:text-2xl:focus-within {
    font-size: 1.5rem;
  }

  .xs\:focus-within\:text-3xl:focus-within {
    font-size: 1.875rem;
  }

  .xs\:focus-within\:text-4xl:focus-within {
    font-size: 2.25rem;
  }

  .xs\:focus-within\:text-5xl:focus-within {
    font-size: 3rem;
  }

  .xs\:focus-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .group:hover .xs\:group-hover\:text-3xs {
    font-size: 0.5rem;
  }

  .group:hover .xs\:group-hover\:text-2xs {
    font-size: 0.625rem;
  }

  .group:hover .xs\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .xs\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .xs\:group-hover\:text-base {
    font-size: 1rem;
  }

  .group:hover .xs\:group-hover\:text-lg {
    font-size: 1.125rem;
  }

  .group:hover .xs\:group-hover\:text-xl {
    font-size: 1.25rem;
  }

  .group:hover .xs\:group-hover\:text-2xl {
    font-size: 1.5rem;
  }

  .group:hover .xs\:group-hover\:text-3xl {
    font-size: 1.875rem;
  }

  .group:hover .xs\:group-hover\:text-4xl {
    font-size: 2.25rem;
  }

  .group:hover .xs\:group-hover\:text-5xl {
    font-size: 3rem;
  }

  .group:hover .xs\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .group:focus .xs\:group-focus\:text-3xs {
    font-size: 0.5rem;
  }

  .group:focus .xs\:group-focus\:text-2xs {
    font-size: 0.625rem;
  }

  .group:focus .xs\:group-focus\:text-xs {
    font-size: 0.75rem;
  }

  .group:focus .xs\:group-focus\:text-sm {
    font-size: 0.875rem;
  }

  .group:focus .xs\:group-focus\:text-base {
    font-size: 1rem;
  }

  .group:focus .xs\:group-focus\:text-lg {
    font-size: 1.125rem;
  }

  .group:focus .xs\:group-focus\:text-xl {
    font-size: 1.25rem;
  }

  .group:focus .xs\:group-focus\:text-2xl {
    font-size: 1.5rem;
  }

  .group:focus .xs\:group-focus\:text-3xl {
    font-size: 1.875rem;
  }

  .group:focus .xs\:group-focus\:text-4xl {
    font-size: 2.25rem;
  }

  .group:focus .xs\:group-focus\:text-5xl {
    font-size: 3rem;
  }

  .group:focus .xs\:group-focus\:text-6xl {
    font-size: 4rem;
  }

  .xs\:leading-3 {
    line-height: .75rem;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-5 {
    line-height: 1.25rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-9 {
    line-height: 2.25rem;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-tight {
    line-height: 1.25;
  }

  .xs\:leading-snug {
    line-height: 1.375;
  }

  .xs\:leading-normal {
    line-height: 1.5;
  }

  .xs\:leading-relaxed {
    line-height: 1.625;
  }

  .xs\:leading-loose {
    line-height: 2;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:m-0 {
    margin: 0;
  }

  .xs\:m-1 {
    margin: 0.25rem;
  }

  .xs\:m-2 {
    margin: 0.5rem;
  }

  .xs\:m-3 {
    margin: 0.75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-7 {
    margin: 1.75rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-9 {
    margin: 2.25rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-12 {
    margin: 3rem;
  }

  .xs\:m-14 {
    margin: 3.5rem;
  }

  .xs\:m-15 {
    margin: 3.75rem;
  }

  .xs\:m-16 {
    margin: 4rem;
  }

  .xs\:m-18 {
    margin: 4.5rem;
  }

  .xs\:m-20 {
    margin: 5rem;
  }

  .xs\:m-21 {
    margin: 5.25rem;
  }

  .xs\:m-22 {
    margin: 5.5rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-26 {
    margin: 6.5rem;
  }

  .xs\:m-28 {
    margin: 7rem;
  }

  .xs\:m-30 {
    margin: 7.5rem;
  }

  .xs\:m-32 {
    margin: 8rem;
  }

  .xs\:m-34 {
    margin: 8.5rem;
  }

  .xs\:m-36 {
    margin: 9rem;
  }

  .xs\:m-38 {
    margin: 9.5rem;
  }

  .xs\:m-40 {
    margin: 10rem;
  }

  .xs\:m-44 {
    margin: 11rem;
  }

  .xs\:m-48 {
    margin: 12rem;
  }

  .xs\:m-52 {
    margin: 13rem;
  }

  .xs\:m-53 {
    margin: 13.25rem;
  }

  .xs\:m-54 {
    margin: 13.5rem;
  }

  .xs\:m-56 {
    margin: 14rem;
  }

  .xs\:m-64 {
    margin: 16rem;
  }

  .xs\:m-72 {
    margin: 18rem;
  }

  .xs\:m-74 {
    margin: 18.5rem;
  }

  .xs\:m-76 {
    margin: 19rem;
  }

  .xs\:m-80 {
    margin: 20rem;
  }

  .xs\:m-85 {
    margin: 21.25rem;
  }

  .xs\:m-100 {
    margin: 25rem;
  }

  .xs\:m-105 {
    margin: 26.25rem;
  }

  .xs\:m-107 {
    margin: 26.4rem;
  }

  .xs\:m-110 {
    margin: 27.5rem;
  }

  .xs\:m-120 {
    margin: 30rem;
  }

  .xs\:m-130 {
    margin: 38rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:m-250px {
    margin: 250px;
  }

  .xs\:m-1\/2\% {
    margin: 0.5%;
  }

  .xs\:m-1\% {
    margin: 1%;
  }

  .xs\:m-2\% {
    margin: 2%;
  }

  .xs\:m-3\% {
    margin: 3%;
  }

  .xs\:m-4\% {
    margin: 4%;
  }

  .xs\:m-5\% {
    margin: 5%;
  }

  .xs\:m-10\% {
    margin: 10%;
  }

  .xs\:m-20\% {
    margin: 20%;
  }

  .xs\:m-23\% {
    margin: 23%;
  }

  .xs\:m-25\% {
    margin: 25%;
  }

  .xs\:m-26\% {
    margin: 26%;
  }

  .xs\:m-30\% {
    margin: 30%;
  }

  .xs\:m-40\% {
    margin: 40%;
  }

  .xs\:m-50\% {
    margin: 50%;
  }

  .xs\:m-60\% {
    margin: 60%;
  }

  .xs\:m-70\% {
    margin: 70%;
  }

  .xs\:m-80\% {
    margin: 80%;
  }

  .xs\:m-90\% {
    margin: 90%;
  }

  .xs\:m-95\% {
    margin: 95%;
  }

  .xs\:m-96\% {
    margin: 96%;
  }

  .xs\:m-97\% {
    margin: 97%;
  }

  .xs\:m-98\% {
    margin: 98%;
  }

  .xs\:m-99\% {
    margin: 99%;
  }

  .xs\:m-36vh {
    margin: 36vh;
  }

  .xs\:m-75vh {
    margin: 75vh;
  }

  .xs\:m-78vh {
    margin: 78vh;
  }

  .xs\:m-80vh {
    margin: 80vh;
  }

  .xs\:m-82vh {
    margin: 82vh;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-5 {
    margin: -1.25rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-7 {
    margin: -1.75rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-9 {
    margin: -2.25rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-15 {
    margin: -3.75rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-18 {
    margin: -4.5rem;
  }

  .xs\:-m-20 {
    margin: -5rem;
  }

  .xs\:-m-21 {
    margin: -5.25rem;
  }

  .xs\:-m-22 {
    margin: -5.5rem;
  }

  .xs\:-m-24 {
    margin: -6rem;
  }

  .xs\:-m-26 {
    margin: -6.5rem;
  }

  .xs\:-m-28 {
    margin: -7rem;
  }

  .xs\:-m-30 {
    margin: -7.5rem;
  }

  .xs\:-m-32 {
    margin: -8rem;
  }

  .xs\:-m-34 {
    margin: -8.5rem;
  }

  .xs\:-m-36 {
    margin: -9rem;
  }

  .xs\:-m-38 {
    margin: -9.5rem;
  }

  .xs\:-m-40 {
    margin: -10rem;
  }

  .xs\:-m-44 {
    margin: -11rem;
  }

  .xs\:-m-48 {
    margin: -12rem;
  }

  .xs\:-m-52 {
    margin: -13rem;
  }

  .xs\:-m-53 {
    margin: -13.25rem;
  }

  .xs\:-m-54 {
    margin: -13.5rem;
  }

  .xs\:-m-56 {
    margin: -14rem;
  }

  .xs\:-m-64 {
    margin: -16rem;
  }

  .xs\:-m-72 {
    margin: -18rem;
  }

  .xs\:-m-74 {
    margin: -18.5rem;
  }

  .xs\:-m-76 {
    margin: -19rem;
  }

  .xs\:-m-80 {
    margin: -20rem;
  }

  .xs\:-m-85 {
    margin: -21.25rem;
  }

  .xs\:-m-100 {
    margin: -25rem;
  }

  .xs\:-m-105 {
    margin: -26.25rem;
  }

  .xs\:-m-107 {
    margin: -26.4rem;
  }

  .xs\:-m-110 {
    margin: -27.5rem;
  }

  .xs\:-m-120 {
    margin: -30rem;
  }

  .xs\:-m-130 {
    margin: -38rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-m-250px {
    margin: -250px;
  }

  .xs\:-m-1\/2\% {
    margin: -0.5%;
  }

  .xs\:-m-1\% {
    margin: -1%;
  }

  .xs\:-m-2\% {
    margin: -2%;
  }

  .xs\:-m-3\% {
    margin: -3%;
  }

  .xs\:-m-4\% {
    margin: -4%;
  }

  .xs\:-m-5\% {
    margin: -5%;
  }

  .xs\:-m-10\% {
    margin: -10%;
  }

  .xs\:-m-20\% {
    margin: -20%;
  }

  .xs\:-m-23\% {
    margin: -23%;
  }

  .xs\:-m-25\% {
    margin: -25%;
  }

  .xs\:-m-26\% {
    margin: -26%;
  }

  .xs\:-m-30\% {
    margin: -30%;
  }

  .xs\:-m-40\% {
    margin: -40%;
  }

  .xs\:-m-50\% {
    margin: -50%;
  }

  .xs\:-m-60\% {
    margin: -60%;
  }

  .xs\:-m-70\% {
    margin: -70%;
  }

  .xs\:-m-80\% {
    margin: -80%;
  }

  .xs\:-m-90\% {
    margin: -90%;
  }

  .xs\:-m-95\% {
    margin: -95%;
  }

  .xs\:-m-96\% {
    margin: -96%;
  }

  .xs\:-m-97\% {
    margin: -97%;
  }

  .xs\:-m-98\% {
    margin: -98%;
  }

  .xs\:-m-99\% {
    margin: -99%;
  }

  .xs\:-m-36vh {
    margin: -36vh;
  }

  .xs\:-m-75vh {
    margin: -75vh;
  }

  .xs\:-m-78vh {
    margin: -78vh;
  }

  .xs\:-m-80vh {
    margin: -80vh;
  }

  .xs\:-m-82vh {
    margin: -82vh;
  }

  .xs\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xs\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xs\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xs\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xs\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xs\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xs\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xs\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xs\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xs\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .xs\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .xs\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xs\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xs\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xs\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xs\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xs\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .xs\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .xs\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xs\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xs\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .xs\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .xs\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .xs\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .xs\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xs\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xs\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xs\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xs\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xs\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .xs\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .xs\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .xs\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xs\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .xs\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xs\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .xs\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xs\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xs\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xs\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xs\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xs\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .xs\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .xs\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .xs\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .xs\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xs\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xs\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xs\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xs\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xs\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xs\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .xs\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .xs\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .xs\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .xs\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .xs\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .xs\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .xs\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .xs\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .xs\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .xs\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .xs\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .xs\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .xs\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xs\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xs\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xs\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xs\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xs\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xs\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xs\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xs\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xs\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .xs\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .xs\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xs\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .xs\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .xs\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xs\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xs\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .xs\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .xs\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xs\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xs\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .xs\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .xs\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .xs\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .xs\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xs\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xs\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xs\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xs\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xs\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .xs\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .xs\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .xs\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .xs\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .xs\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .xs\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .xs\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .xs\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xs\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xs\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xs\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xs\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .xs\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .xs\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .xs\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .xs\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xs\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xs\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xs\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xs\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xs\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xs\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .xs\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .xs\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .xs\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .xs\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .xs\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .xs\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .xs\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .xs\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .xs\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .xs\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .xs\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .xs\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .xs\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .xs\:mt-0 {
    margin-top: 0;
  }

  .xs\:mr-0 {
    margin-right: 0;
  }

  .xs\:mb-0 {
    margin-bottom: 0;
  }

  .xs\:ml-0 {
    margin-left: 0;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:mt-7 {
    margin-top: 1.75rem;
  }

  .xs\:mr-7 {
    margin-right: 1.75rem;
  }

  .xs\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xs\:ml-7 {
    margin-left: 1.75rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:mt-9 {
    margin-top: 2.25rem;
  }

  .xs\:mr-9 {
    margin-right: 2.25rem;
  }

  .xs\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xs\:ml-9 {
    margin-left: 2.25rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:mt-12 {
    margin-top: 3rem;
  }

  .xs\:mr-12 {
    margin-right: 3rem;
  }

  .xs\:mb-12 {
    margin-bottom: 3rem;
  }

  .xs\:ml-12 {
    margin-left: 3rem;
  }

  .xs\:mt-14 {
    margin-top: 3.5rem;
  }

  .xs\:mr-14 {
    margin-right: 3.5rem;
  }

  .xs\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xs\:ml-14 {
    margin-left: 3.5rem;
  }

  .xs\:mt-15 {
    margin-top: 3.75rem;
  }

  .xs\:mr-15 {
    margin-right: 3.75rem;
  }

  .xs\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .xs\:ml-15 {
    margin-left: 3.75rem;
  }

  .xs\:mt-16 {
    margin-top: 4rem;
  }

  .xs\:mr-16 {
    margin-right: 4rem;
  }

  .xs\:mb-16 {
    margin-bottom: 4rem;
  }

  .xs\:ml-16 {
    margin-left: 4rem;
  }

  .xs\:mt-18 {
    margin-top: 4.5rem;
  }

  .xs\:mr-18 {
    margin-right: 4.5rem;
  }

  .xs\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xs\:ml-18 {
    margin-left: 4.5rem;
  }

  .xs\:mt-20 {
    margin-top: 5rem;
  }

  .xs\:mr-20 {
    margin-right: 5rem;
  }

  .xs\:mb-20 {
    margin-bottom: 5rem;
  }

  .xs\:ml-20 {
    margin-left: 5rem;
  }

  .xs\:mt-21 {
    margin-top: 5.25rem;
  }

  .xs\:mr-21 {
    margin-right: 5.25rem;
  }

  .xs\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .xs\:ml-21 {
    margin-left: 5.25rem;
  }

  .xs\:mt-22 {
    margin-top: 5.5rem;
  }

  .xs\:mr-22 {
    margin-right: 5.5rem;
  }

  .xs\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xs\:ml-22 {
    margin-left: 5.5rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:mt-26 {
    margin-top: 6.5rem;
  }

  .xs\:mr-26 {
    margin-right: 6.5rem;
  }

  .xs\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .xs\:ml-26 {
    margin-left: 6.5rem;
  }

  .xs\:mt-28 {
    margin-top: 7rem;
  }

  .xs\:mr-28 {
    margin-right: 7rem;
  }

  .xs\:mb-28 {
    margin-bottom: 7rem;
  }

  .xs\:ml-28 {
    margin-left: 7rem;
  }

  .xs\:mt-30 {
    margin-top: 7.5rem;
  }

  .xs\:mr-30 {
    margin-right: 7.5rem;
  }

  .xs\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .xs\:ml-30 {
    margin-left: 7.5rem;
  }

  .xs\:mt-32 {
    margin-top: 8rem;
  }

  .xs\:mr-32 {
    margin-right: 8rem;
  }

  .xs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xs\:ml-32 {
    margin-left: 8rem;
  }

  .xs\:mt-34 {
    margin-top: 8.5rem;
  }

  .xs\:mr-34 {
    margin-right: 8.5rem;
  }

  .xs\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .xs\:ml-34 {
    margin-left: 8.5rem;
  }

  .xs\:mt-36 {
    margin-top: 9rem;
  }

  .xs\:mr-36 {
    margin-right: 9rem;
  }

  .xs\:mb-36 {
    margin-bottom: 9rem;
  }

  .xs\:ml-36 {
    margin-left: 9rem;
  }

  .xs\:mt-38 {
    margin-top: 9.5rem;
  }

  .xs\:mr-38 {
    margin-right: 9.5rem;
  }

  .xs\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .xs\:ml-38 {
    margin-left: 9.5rem;
  }

  .xs\:mt-40 {
    margin-top: 10rem;
  }

  .xs\:mr-40 {
    margin-right: 10rem;
  }

  .xs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xs\:ml-40 {
    margin-left: 10rem;
  }

  .xs\:mt-44 {
    margin-top: 11rem;
  }

  .xs\:mr-44 {
    margin-right: 11rem;
  }

  .xs\:mb-44 {
    margin-bottom: 11rem;
  }

  .xs\:ml-44 {
    margin-left: 11rem;
  }

  .xs\:mt-48 {
    margin-top: 12rem;
  }

  .xs\:mr-48 {
    margin-right: 12rem;
  }

  .xs\:mb-48 {
    margin-bottom: 12rem;
  }

  .xs\:ml-48 {
    margin-left: 12rem;
  }

  .xs\:mt-52 {
    margin-top: 13rem;
  }

  .xs\:mr-52 {
    margin-right: 13rem;
  }

  .xs\:mb-52 {
    margin-bottom: 13rem;
  }

  .xs\:ml-52 {
    margin-left: 13rem;
  }

  .xs\:mt-53 {
    margin-top: 13.25rem;
  }

  .xs\:mr-53 {
    margin-right: 13.25rem;
  }

  .xs\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .xs\:ml-53 {
    margin-left: 13.25rem;
  }

  .xs\:mt-54 {
    margin-top: 13.5rem;
  }

  .xs\:mr-54 {
    margin-right: 13.5rem;
  }

  .xs\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .xs\:ml-54 {
    margin-left: 13.5rem;
  }

  .xs\:mt-56 {
    margin-top: 14rem;
  }

  .xs\:mr-56 {
    margin-right: 14rem;
  }

  .xs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xs\:ml-56 {
    margin-left: 14rem;
  }

  .xs\:mt-64 {
    margin-top: 16rem;
  }

  .xs\:mr-64 {
    margin-right: 16rem;
  }

  .xs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xs\:ml-64 {
    margin-left: 16rem;
  }

  .xs\:mt-72 {
    margin-top: 18rem;
  }

  .xs\:mr-72 {
    margin-right: 18rem;
  }

  .xs\:mb-72 {
    margin-bottom: 18rem;
  }

  .xs\:ml-72 {
    margin-left: 18rem;
  }

  .xs\:mt-74 {
    margin-top: 18.5rem;
  }

  .xs\:mr-74 {
    margin-right: 18.5rem;
  }

  .xs\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .xs\:ml-74 {
    margin-left: 18.5rem;
  }

  .xs\:mt-76 {
    margin-top: 19rem;
  }

  .xs\:mr-76 {
    margin-right: 19rem;
  }

  .xs\:mb-76 {
    margin-bottom: 19rem;
  }

  .xs\:ml-76 {
    margin-left: 19rem;
  }

  .xs\:mt-80 {
    margin-top: 20rem;
  }

  .xs\:mr-80 {
    margin-right: 20rem;
  }

  .xs\:mb-80 {
    margin-bottom: 20rem;
  }

  .xs\:ml-80 {
    margin-left: 20rem;
  }

  .xs\:mt-85 {
    margin-top: 21.25rem;
  }

  .xs\:mr-85 {
    margin-right: 21.25rem;
  }

  .xs\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .xs\:ml-85 {
    margin-left: 21.25rem;
  }

  .xs\:mt-100 {
    margin-top: 25rem;
  }

  .xs\:mr-100 {
    margin-right: 25rem;
  }

  .xs\:mb-100 {
    margin-bottom: 25rem;
  }

  .xs\:ml-100 {
    margin-left: 25rem;
  }

  .xs\:mt-105 {
    margin-top: 26.25rem;
  }

  .xs\:mr-105 {
    margin-right: 26.25rem;
  }

  .xs\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .xs\:ml-105 {
    margin-left: 26.25rem;
  }

  .xs\:mt-107 {
    margin-top: 26.4rem;
  }

  .xs\:mr-107 {
    margin-right: 26.4rem;
  }

  .xs\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .xs\:ml-107 {
    margin-left: 26.4rem;
  }

  .xs\:mt-110 {
    margin-top: 27.5rem;
  }

  .xs\:mr-110 {
    margin-right: 27.5rem;
  }

  .xs\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .xs\:ml-110 {
    margin-left: 27.5rem;
  }

  .xs\:mt-120 {
    margin-top: 30rem;
  }

  .xs\:mr-120 {
    margin-right: 30rem;
  }

  .xs\:mb-120 {
    margin-bottom: 30rem;
  }

  .xs\:ml-120 {
    margin-left: 30rem;
  }

  .xs\:mt-130 {
    margin-top: 38rem;
  }

  .xs\:mr-130 {
    margin-right: 38rem;
  }

  .xs\:mb-130 {
    margin-bottom: 38rem;
  }

  .xs\:ml-130 {
    margin-left: 38rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:mt-250px {
    margin-top: 250px;
  }

  .xs\:mr-250px {
    margin-right: 250px;
  }

  .xs\:mb-250px {
    margin-bottom: 250px;
  }

  .xs\:ml-250px {
    margin-left: 250px;
  }

  .xs\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .xs\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .xs\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .xs\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .xs\:mt-1\% {
    margin-top: 1%;
  }

  .xs\:mr-1\% {
    margin-right: 1%;
  }

  .xs\:mb-1\% {
    margin-bottom: 1%;
  }

  .xs\:ml-1\% {
    margin-left: 1%;
  }

  .xs\:mt-2\% {
    margin-top: 2%;
  }

  .xs\:mr-2\% {
    margin-right: 2%;
  }

  .xs\:mb-2\% {
    margin-bottom: 2%;
  }

  .xs\:ml-2\% {
    margin-left: 2%;
  }

  .xs\:mt-3\% {
    margin-top: 3%;
  }

  .xs\:mr-3\% {
    margin-right: 3%;
  }

  .xs\:mb-3\% {
    margin-bottom: 3%;
  }

  .xs\:ml-3\% {
    margin-left: 3%;
  }

  .xs\:mt-4\% {
    margin-top: 4%;
  }

  .xs\:mr-4\% {
    margin-right: 4%;
  }

  .xs\:mb-4\% {
    margin-bottom: 4%;
  }

  .xs\:ml-4\% {
    margin-left: 4%;
  }

  .xs\:mt-5\% {
    margin-top: 5%;
  }

  .xs\:mr-5\% {
    margin-right: 5%;
  }

  .xs\:mb-5\% {
    margin-bottom: 5%;
  }

  .xs\:ml-5\% {
    margin-left: 5%;
  }

  .xs\:mt-10\% {
    margin-top: 10%;
  }

  .xs\:mr-10\% {
    margin-right: 10%;
  }

  .xs\:mb-10\% {
    margin-bottom: 10%;
  }

  .xs\:ml-10\% {
    margin-left: 10%;
  }

  .xs\:mt-20\% {
    margin-top: 20%;
  }

  .xs\:mr-20\% {
    margin-right: 20%;
  }

  .xs\:mb-20\% {
    margin-bottom: 20%;
  }

  .xs\:ml-20\% {
    margin-left: 20%;
  }

  .xs\:mt-23\% {
    margin-top: 23%;
  }

  .xs\:mr-23\% {
    margin-right: 23%;
  }

  .xs\:mb-23\% {
    margin-bottom: 23%;
  }

  .xs\:ml-23\% {
    margin-left: 23%;
  }

  .xs\:mt-25\% {
    margin-top: 25%;
  }

  .xs\:mr-25\% {
    margin-right: 25%;
  }

  .xs\:mb-25\% {
    margin-bottom: 25%;
  }

  .xs\:ml-25\% {
    margin-left: 25%;
  }

  .xs\:mt-26\% {
    margin-top: 26%;
  }

  .xs\:mr-26\% {
    margin-right: 26%;
  }

  .xs\:mb-26\% {
    margin-bottom: 26%;
  }

  .xs\:ml-26\% {
    margin-left: 26%;
  }

  .xs\:mt-30\% {
    margin-top: 30%;
  }

  .xs\:mr-30\% {
    margin-right: 30%;
  }

  .xs\:mb-30\% {
    margin-bottom: 30%;
  }

  .xs\:ml-30\% {
    margin-left: 30%;
  }

  .xs\:mt-40\% {
    margin-top: 40%;
  }

  .xs\:mr-40\% {
    margin-right: 40%;
  }

  .xs\:mb-40\% {
    margin-bottom: 40%;
  }

  .xs\:ml-40\% {
    margin-left: 40%;
  }

  .xs\:mt-50\% {
    margin-top: 50%;
  }

  .xs\:mr-50\% {
    margin-right: 50%;
  }

  .xs\:mb-50\% {
    margin-bottom: 50%;
  }

  .xs\:ml-50\% {
    margin-left: 50%;
  }

  .xs\:mt-60\% {
    margin-top: 60%;
  }

  .xs\:mr-60\% {
    margin-right: 60%;
  }

  .xs\:mb-60\% {
    margin-bottom: 60%;
  }

  .xs\:ml-60\% {
    margin-left: 60%;
  }

  .xs\:mt-70\% {
    margin-top: 70%;
  }

  .xs\:mr-70\% {
    margin-right: 70%;
  }

  .xs\:mb-70\% {
    margin-bottom: 70%;
  }

  .xs\:ml-70\% {
    margin-left: 70%;
  }

  .xs\:mt-80\% {
    margin-top: 80%;
  }

  .xs\:mr-80\% {
    margin-right: 80%;
  }

  .xs\:mb-80\% {
    margin-bottom: 80%;
  }

  .xs\:ml-80\% {
    margin-left: 80%;
  }

  .xs\:mt-90\% {
    margin-top: 90%;
  }

  .xs\:mr-90\% {
    margin-right: 90%;
  }

  .xs\:mb-90\% {
    margin-bottom: 90%;
  }

  .xs\:ml-90\% {
    margin-left: 90%;
  }

  .xs\:mt-95\% {
    margin-top: 95%;
  }

  .xs\:mr-95\% {
    margin-right: 95%;
  }

  .xs\:mb-95\% {
    margin-bottom: 95%;
  }

  .xs\:ml-95\% {
    margin-left: 95%;
  }

  .xs\:mt-96\% {
    margin-top: 96%;
  }

  .xs\:mr-96\% {
    margin-right: 96%;
  }

  .xs\:mb-96\% {
    margin-bottom: 96%;
  }

  .xs\:ml-96\% {
    margin-left: 96%;
  }

  .xs\:mt-97\% {
    margin-top: 97%;
  }

  .xs\:mr-97\% {
    margin-right: 97%;
  }

  .xs\:mb-97\% {
    margin-bottom: 97%;
  }

  .xs\:ml-97\% {
    margin-left: 97%;
  }

  .xs\:mt-98\% {
    margin-top: 98%;
  }

  .xs\:mr-98\% {
    margin-right: 98%;
  }

  .xs\:mb-98\% {
    margin-bottom: 98%;
  }

  .xs\:ml-98\% {
    margin-left: 98%;
  }

  .xs\:mt-99\% {
    margin-top: 99%;
  }

  .xs\:mr-99\% {
    margin-right: 99%;
  }

  .xs\:mb-99\% {
    margin-bottom: 99%;
  }

  .xs\:ml-99\% {
    margin-left: 99%;
  }

  .xs\:mt-36vh {
    margin-top: 36vh;
  }

  .xs\:mr-36vh {
    margin-right: 36vh;
  }

  .xs\:mb-36vh {
    margin-bottom: 36vh;
  }

  .xs\:ml-36vh {
    margin-left: 36vh;
  }

  .xs\:mt-75vh {
    margin-top: 75vh;
  }

  .xs\:mr-75vh {
    margin-right: 75vh;
  }

  .xs\:mb-75vh {
    margin-bottom: 75vh;
  }

  .xs\:ml-75vh {
    margin-left: 75vh;
  }

  .xs\:mt-78vh {
    margin-top: 78vh;
  }

  .xs\:mr-78vh {
    margin-right: 78vh;
  }

  .xs\:mb-78vh {
    margin-bottom: 78vh;
  }

  .xs\:ml-78vh {
    margin-left: 78vh;
  }

  .xs\:mt-80vh {
    margin-top: 80vh;
  }

  .xs\:mr-80vh {
    margin-right: 80vh;
  }

  .xs\:mb-80vh {
    margin-bottom: 80vh;
  }

  .xs\:ml-80vh {
    margin-left: 80vh;
  }

  .xs\:mt-82vh {
    margin-top: 82vh;
  }

  .xs\:mr-82vh {
    margin-right: 82vh;
  }

  .xs\:mb-82vh {
    margin-bottom: 82vh;
  }

  .xs\:ml-82vh {
    margin-left: 82vh;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xs\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xs\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xs\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xs\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xs\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xs\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xs\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xs\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xs\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-mt-15 {
    margin-top: -3.75rem;
  }

  .xs\:-mr-15 {
    margin-right: -3.75rem;
  }

  .xs\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .xs\:-ml-15 {
    margin-left: -3.75rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-mt-18 {
    margin-top: -4.5rem;
  }

  .xs\:-mr-18 {
    margin-right: -4.5rem;
  }

  .xs\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .xs\:-ml-18 {
    margin-left: -4.5rem;
  }

  .xs\:-mt-20 {
    margin-top: -5rem;
  }

  .xs\:-mr-20 {
    margin-right: -5rem;
  }

  .xs\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xs\:-ml-20 {
    margin-left: -5rem;
  }

  .xs\:-mt-21 {
    margin-top: -5.25rem;
  }

  .xs\:-mr-21 {
    margin-right: -5.25rem;
  }

  .xs\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .xs\:-ml-21 {
    margin-left: -5.25rem;
  }

  .xs\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xs\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xs\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xs\:-ml-22 {
    margin-left: -5.5rem;
  }

  .xs\:-mt-24 {
    margin-top: -6rem;
  }

  .xs\:-mr-24 {
    margin-right: -6rem;
  }

  .xs\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xs\:-ml-24 {
    margin-left: -6rem;
  }

  .xs\:-mt-26 {
    margin-top: -6.5rem;
  }

  .xs\:-mr-26 {
    margin-right: -6.5rem;
  }

  .xs\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .xs\:-ml-26 {
    margin-left: -6.5rem;
  }

  .xs\:-mt-28 {
    margin-top: -7rem;
  }

  .xs\:-mr-28 {
    margin-right: -7rem;
  }

  .xs\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xs\:-ml-28 {
    margin-left: -7rem;
  }

  .xs\:-mt-30 {
    margin-top: -7.5rem;
  }

  .xs\:-mr-30 {
    margin-right: -7.5rem;
  }

  .xs\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .xs\:-ml-30 {
    margin-left: -7.5rem;
  }

  .xs\:-mt-32 {
    margin-top: -8rem;
  }

  .xs\:-mr-32 {
    margin-right: -8rem;
  }

  .xs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xs\:-ml-32 {
    margin-left: -8rem;
  }

  .xs\:-mt-34 {
    margin-top: -8.5rem;
  }

  .xs\:-mr-34 {
    margin-right: -8.5rem;
  }

  .xs\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .xs\:-ml-34 {
    margin-left: -8.5rem;
  }

  .xs\:-mt-36 {
    margin-top: -9rem;
  }

  .xs\:-mr-36 {
    margin-right: -9rem;
  }

  .xs\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xs\:-ml-36 {
    margin-left: -9rem;
  }

  .xs\:-mt-38 {
    margin-top: -9.5rem;
  }

  .xs\:-mr-38 {
    margin-right: -9.5rem;
  }

  .xs\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .xs\:-ml-38 {
    margin-left: -9.5rem;
  }

  .xs\:-mt-40 {
    margin-top: -10rem;
  }

  .xs\:-mr-40 {
    margin-right: -10rem;
  }

  .xs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xs\:-ml-40 {
    margin-left: -10rem;
  }

  .xs\:-mt-44 {
    margin-top: -11rem;
  }

  .xs\:-mr-44 {
    margin-right: -11rem;
  }

  .xs\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xs\:-ml-44 {
    margin-left: -11rem;
  }

  .xs\:-mt-48 {
    margin-top: -12rem;
  }

  .xs\:-mr-48 {
    margin-right: -12rem;
  }

  .xs\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xs\:-ml-48 {
    margin-left: -12rem;
  }

  .xs\:-mt-52 {
    margin-top: -13rem;
  }

  .xs\:-mr-52 {
    margin-right: -13rem;
  }

  .xs\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xs\:-ml-52 {
    margin-left: -13rem;
  }

  .xs\:-mt-53 {
    margin-top: -13.25rem;
  }

  .xs\:-mr-53 {
    margin-right: -13.25rem;
  }

  .xs\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .xs\:-ml-53 {
    margin-left: -13.25rem;
  }

  .xs\:-mt-54 {
    margin-top: -13.5rem;
  }

  .xs\:-mr-54 {
    margin-right: -13.5rem;
  }

  .xs\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .xs\:-ml-54 {
    margin-left: -13.5rem;
  }

  .xs\:-mt-56 {
    margin-top: -14rem;
  }

  .xs\:-mr-56 {
    margin-right: -14rem;
  }

  .xs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xs\:-ml-56 {
    margin-left: -14rem;
  }

  .xs\:-mt-64 {
    margin-top: -16rem;
  }

  .xs\:-mr-64 {
    margin-right: -16rem;
  }

  .xs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xs\:-ml-64 {
    margin-left: -16rem;
  }

  .xs\:-mt-72 {
    margin-top: -18rem;
  }

  .xs\:-mr-72 {
    margin-right: -18rem;
  }

  .xs\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xs\:-ml-72 {
    margin-left: -18rem;
  }

  .xs\:-mt-74 {
    margin-top: -18.5rem;
  }

  .xs\:-mr-74 {
    margin-right: -18.5rem;
  }

  .xs\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .xs\:-ml-74 {
    margin-left: -18.5rem;
  }

  .xs\:-mt-76 {
    margin-top: -19rem;
  }

  .xs\:-mr-76 {
    margin-right: -19rem;
  }

  .xs\:-mb-76 {
    margin-bottom: -19rem;
  }

  .xs\:-ml-76 {
    margin-left: -19rem;
  }

  .xs\:-mt-80 {
    margin-top: -20rem;
  }

  .xs\:-mr-80 {
    margin-right: -20rem;
  }

  .xs\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xs\:-ml-80 {
    margin-left: -20rem;
  }

  .xs\:-mt-85 {
    margin-top: -21.25rem;
  }

  .xs\:-mr-85 {
    margin-right: -21.25rem;
  }

  .xs\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .xs\:-ml-85 {
    margin-left: -21.25rem;
  }

  .xs\:-mt-100 {
    margin-top: -25rem;
  }

  .xs\:-mr-100 {
    margin-right: -25rem;
  }

  .xs\:-mb-100 {
    margin-bottom: -25rem;
  }

  .xs\:-ml-100 {
    margin-left: -25rem;
  }

  .xs\:-mt-105 {
    margin-top: -26.25rem;
  }

  .xs\:-mr-105 {
    margin-right: -26.25rem;
  }

  .xs\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .xs\:-ml-105 {
    margin-left: -26.25rem;
  }

  .xs\:-mt-107 {
    margin-top: -26.4rem;
  }

  .xs\:-mr-107 {
    margin-right: -26.4rem;
  }

  .xs\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .xs\:-ml-107 {
    margin-left: -26.4rem;
  }

  .xs\:-mt-110 {
    margin-top: -27.5rem;
  }

  .xs\:-mr-110 {
    margin-right: -27.5rem;
  }

  .xs\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .xs\:-ml-110 {
    margin-left: -27.5rem;
  }

  .xs\:-mt-120 {
    margin-top: -30rem;
  }

  .xs\:-mr-120 {
    margin-right: -30rem;
  }

  .xs\:-mb-120 {
    margin-bottom: -30rem;
  }

  .xs\:-ml-120 {
    margin-left: -30rem;
  }

  .xs\:-mt-130 {
    margin-top: -38rem;
  }

  .xs\:-mr-130 {
    margin-right: -38rem;
  }

  .xs\:-mb-130 {
    margin-bottom: -38rem;
  }

  .xs\:-ml-130 {
    margin-left: -38rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:-mt-250px {
    margin-top: -250px;
  }

  .xs\:-mr-250px {
    margin-right: -250px;
  }

  .xs\:-mb-250px {
    margin-bottom: -250px;
  }

  .xs\:-ml-250px {
    margin-left: -250px;
  }

  .xs\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .xs\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .xs\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .xs\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .xs\:-mt-1\% {
    margin-top: -1%;
  }

  .xs\:-mr-1\% {
    margin-right: -1%;
  }

  .xs\:-mb-1\% {
    margin-bottom: -1%;
  }

  .xs\:-ml-1\% {
    margin-left: -1%;
  }

  .xs\:-mt-2\% {
    margin-top: -2%;
  }

  .xs\:-mr-2\% {
    margin-right: -2%;
  }

  .xs\:-mb-2\% {
    margin-bottom: -2%;
  }

  .xs\:-ml-2\% {
    margin-left: -2%;
  }

  .xs\:-mt-3\% {
    margin-top: -3%;
  }

  .xs\:-mr-3\% {
    margin-right: -3%;
  }

  .xs\:-mb-3\% {
    margin-bottom: -3%;
  }

  .xs\:-ml-3\% {
    margin-left: -3%;
  }

  .xs\:-mt-4\% {
    margin-top: -4%;
  }

  .xs\:-mr-4\% {
    margin-right: -4%;
  }

  .xs\:-mb-4\% {
    margin-bottom: -4%;
  }

  .xs\:-ml-4\% {
    margin-left: -4%;
  }

  .xs\:-mt-5\% {
    margin-top: -5%;
  }

  .xs\:-mr-5\% {
    margin-right: -5%;
  }

  .xs\:-mb-5\% {
    margin-bottom: -5%;
  }

  .xs\:-ml-5\% {
    margin-left: -5%;
  }

  .xs\:-mt-10\% {
    margin-top: -10%;
  }

  .xs\:-mr-10\% {
    margin-right: -10%;
  }

  .xs\:-mb-10\% {
    margin-bottom: -10%;
  }

  .xs\:-ml-10\% {
    margin-left: -10%;
  }

  .xs\:-mt-20\% {
    margin-top: -20%;
  }

  .xs\:-mr-20\% {
    margin-right: -20%;
  }

  .xs\:-mb-20\% {
    margin-bottom: -20%;
  }

  .xs\:-ml-20\% {
    margin-left: -20%;
  }

  .xs\:-mt-23\% {
    margin-top: -23%;
  }

  .xs\:-mr-23\% {
    margin-right: -23%;
  }

  .xs\:-mb-23\% {
    margin-bottom: -23%;
  }

  .xs\:-ml-23\% {
    margin-left: -23%;
  }

  .xs\:-mt-25\% {
    margin-top: -25%;
  }

  .xs\:-mr-25\% {
    margin-right: -25%;
  }

  .xs\:-mb-25\% {
    margin-bottom: -25%;
  }

  .xs\:-ml-25\% {
    margin-left: -25%;
  }

  .xs\:-mt-26\% {
    margin-top: -26%;
  }

  .xs\:-mr-26\% {
    margin-right: -26%;
  }

  .xs\:-mb-26\% {
    margin-bottom: -26%;
  }

  .xs\:-ml-26\% {
    margin-left: -26%;
  }

  .xs\:-mt-30\% {
    margin-top: -30%;
  }

  .xs\:-mr-30\% {
    margin-right: -30%;
  }

  .xs\:-mb-30\% {
    margin-bottom: -30%;
  }

  .xs\:-ml-30\% {
    margin-left: -30%;
  }

  .xs\:-mt-40\% {
    margin-top: -40%;
  }

  .xs\:-mr-40\% {
    margin-right: -40%;
  }

  .xs\:-mb-40\% {
    margin-bottom: -40%;
  }

  .xs\:-ml-40\% {
    margin-left: -40%;
  }

  .xs\:-mt-50\% {
    margin-top: -50%;
  }

  .xs\:-mr-50\% {
    margin-right: -50%;
  }

  .xs\:-mb-50\% {
    margin-bottom: -50%;
  }

  .xs\:-ml-50\% {
    margin-left: -50%;
  }

  .xs\:-mt-60\% {
    margin-top: -60%;
  }

  .xs\:-mr-60\% {
    margin-right: -60%;
  }

  .xs\:-mb-60\% {
    margin-bottom: -60%;
  }

  .xs\:-ml-60\% {
    margin-left: -60%;
  }

  .xs\:-mt-70\% {
    margin-top: -70%;
  }

  .xs\:-mr-70\% {
    margin-right: -70%;
  }

  .xs\:-mb-70\% {
    margin-bottom: -70%;
  }

  .xs\:-ml-70\% {
    margin-left: -70%;
  }

  .xs\:-mt-80\% {
    margin-top: -80%;
  }

  .xs\:-mr-80\% {
    margin-right: -80%;
  }

  .xs\:-mb-80\% {
    margin-bottom: -80%;
  }

  .xs\:-ml-80\% {
    margin-left: -80%;
  }

  .xs\:-mt-90\% {
    margin-top: -90%;
  }

  .xs\:-mr-90\% {
    margin-right: -90%;
  }

  .xs\:-mb-90\% {
    margin-bottom: -90%;
  }

  .xs\:-ml-90\% {
    margin-left: -90%;
  }

  .xs\:-mt-95\% {
    margin-top: -95%;
  }

  .xs\:-mr-95\% {
    margin-right: -95%;
  }

  .xs\:-mb-95\% {
    margin-bottom: -95%;
  }

  .xs\:-ml-95\% {
    margin-left: -95%;
  }

  .xs\:-mt-96\% {
    margin-top: -96%;
  }

  .xs\:-mr-96\% {
    margin-right: -96%;
  }

  .xs\:-mb-96\% {
    margin-bottom: -96%;
  }

  .xs\:-ml-96\% {
    margin-left: -96%;
  }

  .xs\:-mt-97\% {
    margin-top: -97%;
  }

  .xs\:-mr-97\% {
    margin-right: -97%;
  }

  .xs\:-mb-97\% {
    margin-bottom: -97%;
  }

  .xs\:-ml-97\% {
    margin-left: -97%;
  }

  .xs\:-mt-98\% {
    margin-top: -98%;
  }

  .xs\:-mr-98\% {
    margin-right: -98%;
  }

  .xs\:-mb-98\% {
    margin-bottom: -98%;
  }

  .xs\:-ml-98\% {
    margin-left: -98%;
  }

  .xs\:-mt-99\% {
    margin-top: -99%;
  }

  .xs\:-mr-99\% {
    margin-right: -99%;
  }

  .xs\:-mb-99\% {
    margin-bottom: -99%;
  }

  .xs\:-ml-99\% {
    margin-left: -99%;
  }

  .xs\:-mt-36vh {
    margin-top: -36vh;
  }

  .xs\:-mr-36vh {
    margin-right: -36vh;
  }

  .xs\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .xs\:-ml-36vh {
    margin-left: -36vh;
  }

  .xs\:-mt-75vh {
    margin-top: -75vh;
  }

  .xs\:-mr-75vh {
    margin-right: -75vh;
  }

  .xs\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .xs\:-ml-75vh {
    margin-left: -75vh;
  }

  .xs\:-mt-78vh {
    margin-top: -78vh;
  }

  .xs\:-mr-78vh {
    margin-right: -78vh;
  }

  .xs\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .xs\:-ml-78vh {
    margin-left: -78vh;
  }

  .xs\:-mt-80vh {
    margin-top: -80vh;
  }

  .xs\:-mr-80vh {
    margin-right: -80vh;
  }

  .xs\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .xs\:-ml-80vh {
    margin-left: -80vh;
  }

  .xs\:-mt-82vh {
    margin-top: -82vh;
  }

  .xs\:-mr-82vh {
    margin-right: -82vh;
  }

  .xs\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .xs\:-ml-82vh {
    margin-left: -82vh;
  }

  .xs\:hover\:m-0:hover {
    margin: 0;
  }

  .xs\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .xs\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .xs\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .xs\:hover\:m-4:hover {
    margin: 1rem;
  }

  .xs\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .xs\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .xs\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .xs\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xs\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .xs\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xs\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xs\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .xs\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .xs\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xs\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .xs\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xs\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .xs\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .xs\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xs\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .xs\:hover\:m-28:hover {
    margin: 7rem;
  }

  .xs\:hover\:m-30:hover {
    margin: 7.5rem;
  }

  .xs\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xs\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .xs\:hover\:m-36:hover {
    margin: 9rem;
  }

  .xs\:hover\:m-38:hover {
    margin: 9.5rem;
  }

  .xs\:hover\:m-40:hover {
    margin: 10rem;
  }

  .xs\:hover\:m-44:hover {
    margin: 11rem;
  }

  .xs\:hover\:m-48:hover {
    margin: 12rem;
  }

  .xs\:hover\:m-52:hover {
    margin: 13rem;
  }

  .xs\:hover\:m-53:hover {
    margin: 13.25rem;
  }

  .xs\:hover\:m-54:hover {
    margin: 13.5rem;
  }

  .xs\:hover\:m-56:hover {
    margin: 14rem;
  }

  .xs\:hover\:m-64:hover {
    margin: 16rem;
  }

  .xs\:hover\:m-72:hover {
    margin: 18rem;
  }

  .xs\:hover\:m-74:hover {
    margin: 18.5rem;
  }

  .xs\:hover\:m-76:hover {
    margin: 19rem;
  }

  .xs\:hover\:m-80:hover {
    margin: 20rem;
  }

  .xs\:hover\:m-85:hover {
    margin: 21.25rem;
  }

  .xs\:hover\:m-100:hover {
    margin: 25rem;
  }

  .xs\:hover\:m-105:hover {
    margin: 26.25rem;
  }

  .xs\:hover\:m-107:hover {
    margin: 26.4rem;
  }

  .xs\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .xs\:hover\:m-120:hover {
    margin: 30rem;
  }

  .xs\:hover\:m-130:hover {
    margin: 38rem;
  }

  .xs\:hover\:m-auto:hover {
    margin: auto;
  }

  .xs\:hover\:m-px:hover {
    margin: 1px;
  }

  .xs\:hover\:m-250px:hover {
    margin: 250px;
  }

  .xs\:hover\:m-1\/2\%:hover {
    margin: 0.5%;
  }

  .xs\:hover\:m-1\%:hover {
    margin: 1%;
  }

  .xs\:hover\:m-2\%:hover {
    margin: 2%;
  }

  .xs\:hover\:m-3\%:hover {
    margin: 3%;
  }

  .xs\:hover\:m-4\%:hover {
    margin: 4%;
  }

  .xs\:hover\:m-5\%:hover {
    margin: 5%;
  }

  .xs\:hover\:m-10\%:hover {
    margin: 10%;
  }

  .xs\:hover\:m-20\%:hover {
    margin: 20%;
  }

  .xs\:hover\:m-23\%:hover {
    margin: 23%;
  }

  .xs\:hover\:m-25\%:hover {
    margin: 25%;
  }

  .xs\:hover\:m-26\%:hover {
    margin: 26%;
  }

  .xs\:hover\:m-30\%:hover {
    margin: 30%;
  }

  .xs\:hover\:m-40\%:hover {
    margin: 40%;
  }

  .xs\:hover\:m-50\%:hover {
    margin: 50%;
  }

  .xs\:hover\:m-60\%:hover {
    margin: 60%;
  }

  .xs\:hover\:m-70\%:hover {
    margin: 70%;
  }

  .xs\:hover\:m-80\%:hover {
    margin: 80%;
  }

  .xs\:hover\:m-90\%:hover {
    margin: 90%;
  }

  .xs\:hover\:m-95\%:hover {
    margin: 95%;
  }

  .xs\:hover\:m-96\%:hover {
    margin: 96%;
  }

  .xs\:hover\:m-97\%:hover {
    margin: 97%;
  }

  .xs\:hover\:m-98\%:hover {
    margin: 98%;
  }

  .xs\:hover\:m-99\%:hover {
    margin: 99%;
  }

  .xs\:hover\:m-36vh:hover {
    margin: 36vh;
  }

  .xs\:hover\:m-75vh:hover {
    margin: 75vh;
  }

  .xs\:hover\:m-78vh:hover {
    margin: 78vh;
  }

  .xs\:hover\:m-80vh:hover {
    margin: 80vh;
  }

  .xs\:hover\:m-82vh:hover {
    margin: 82vh;
  }

  .xs\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .xs\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .xs\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .xs\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .xs\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .xs\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .xs\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .xs\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .xs\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .xs\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .xs\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .xs\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .xs\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .xs\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .xs\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .xs\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .xs\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .xs\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .xs\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .xs\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .xs\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .xs\:hover\:-m-30:hover {
    margin: -7.5rem;
  }

  .xs\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .xs\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .xs\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .xs\:hover\:-m-38:hover {
    margin: -9.5rem;
  }

  .xs\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .xs\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .xs\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .xs\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .xs\:hover\:-m-53:hover {
    margin: -13.25rem;
  }

  .xs\:hover\:-m-54:hover {
    margin: -13.5rem;
  }

  .xs\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .xs\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .xs\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .xs\:hover\:-m-74:hover {
    margin: -18.5rem;
  }

  .xs\:hover\:-m-76:hover {
    margin: -19rem;
  }

  .xs\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .xs\:hover\:-m-85:hover {
    margin: -21.25rem;
  }

  .xs\:hover\:-m-100:hover {
    margin: -25rem;
  }

  .xs\:hover\:-m-105:hover {
    margin: -26.25rem;
  }

  .xs\:hover\:-m-107:hover {
    margin: -26.4rem;
  }

  .xs\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .xs\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .xs\:hover\:-m-130:hover {
    margin: -38rem;
  }

  .xs\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xs\:hover\:-m-250px:hover {
    margin: -250px;
  }

  .xs\:hover\:-m-1\/2\%:hover {
    margin: -0.5%;
  }

  .xs\:hover\:-m-1\%:hover {
    margin: -1%;
  }

  .xs\:hover\:-m-2\%:hover {
    margin: -2%;
  }

  .xs\:hover\:-m-3\%:hover {
    margin: -3%;
  }

  .xs\:hover\:-m-4\%:hover {
    margin: -4%;
  }

  .xs\:hover\:-m-5\%:hover {
    margin: -5%;
  }

  .xs\:hover\:-m-10\%:hover {
    margin: -10%;
  }

  .xs\:hover\:-m-20\%:hover {
    margin: -20%;
  }

  .xs\:hover\:-m-23\%:hover {
    margin: -23%;
  }

  .xs\:hover\:-m-25\%:hover {
    margin: -25%;
  }

  .xs\:hover\:-m-26\%:hover {
    margin: -26%;
  }

  .xs\:hover\:-m-30\%:hover {
    margin: -30%;
  }

  .xs\:hover\:-m-40\%:hover {
    margin: -40%;
  }

  .xs\:hover\:-m-50\%:hover {
    margin: -50%;
  }

  .xs\:hover\:-m-60\%:hover {
    margin: -60%;
  }

  .xs\:hover\:-m-70\%:hover {
    margin: -70%;
  }

  .xs\:hover\:-m-80\%:hover {
    margin: -80%;
  }

  .xs\:hover\:-m-90\%:hover {
    margin: -90%;
  }

  .xs\:hover\:-m-95\%:hover {
    margin: -95%;
  }

  .xs\:hover\:-m-96\%:hover {
    margin: -96%;
  }

  .xs\:hover\:-m-97\%:hover {
    margin: -97%;
  }

  .xs\:hover\:-m-98\%:hover {
    margin: -98%;
  }

  .xs\:hover\:-m-99\%:hover {
    margin: -99%;
  }

  .xs\:hover\:-m-36vh:hover {
    margin: -36vh;
  }

  .xs\:hover\:-m-75vh:hover {
    margin: -75vh;
  }

  .xs\:hover\:-m-78vh:hover {
    margin: -78vh;
  }

  .xs\:hover\:-m-80vh:hover {
    margin: -80vh;
  }

  .xs\:hover\:-m-82vh:hover {
    margin: -82vh;
  }

  .xs\:hover\:my-0:hover {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:hover\:mx-0:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xs\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xs\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xs\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:hover\:my-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xs\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xs\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:hover\:my-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:hover\:my-30:hover {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xs\:hover\:mx-30:hover {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xs\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:hover\:my-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xs\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xs\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:hover\:my-38:hover {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xs\:hover\:mx-38:hover {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xs\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:hover\:my-53:hover {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .xs\:hover\:mx-53:hover {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .xs\:hover\:my-54:hover {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xs\:hover\:mx-54:hover {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xs\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:hover\:my-74:hover {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xs\:hover\:mx-74:hover {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xs\:hover\:my-76:hover {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xs\:hover\:mx-76:hover {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xs\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:hover\:my-85:hover {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .xs\:hover\:mx-85:hover {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .xs\:hover\:my-100:hover {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xs\:hover\:mx-100:hover {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xs\:hover\:my-105:hover {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .xs\:hover\:mx-105:hover {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .xs\:hover\:my-107:hover {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .xs\:hover\:mx-107:hover {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .xs\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xs\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xs\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xs\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xs\:hover\:my-130:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xs\:hover\:mx-130:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xs\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:hover\:my-250px:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:hover\:mx-250px:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:hover\:my-1\/2\%:hover {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .xs\:hover\:mx-1\/2\%:hover {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .xs\:hover\:my-1\%:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:hover\:mx-1\%:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:hover\:my-2\%:hover {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .xs\:hover\:mx-2\%:hover {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xs\:hover\:my-3\%:hover {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .xs\:hover\:mx-3\%:hover {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xs\:hover\:my-4\%:hover {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .xs\:hover\:mx-4\%:hover {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xs\:hover\:my-5\%:hover {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xs\:hover\:mx-5\%:hover {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xs\:hover\:my-10\%:hover {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xs\:hover\:mx-10\%:hover {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xs\:hover\:my-20\%:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:hover\:mx-20\%:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:hover\:my-23\%:hover {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .xs\:hover\:mx-23\%:hover {
    margin-left: 23%;
    margin-right: 23%;
  }

  .xs\:hover\:my-25\%:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:hover\:mx-25\%:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:hover\:my-26\%:hover {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .xs\:hover\:mx-26\%:hover {
    margin-left: 26%;
    margin-right: 26%;
  }

  .xs\:hover\:my-30\%:hover {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xs\:hover\:mx-30\%:hover {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xs\:hover\:my-40\%:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:hover\:mx-40\%:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:hover\:my-50\%:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:hover\:mx-50\%:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:hover\:my-60\%:hover {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xs\:hover\:mx-60\%:hover {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xs\:hover\:my-70\%:hover {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xs\:hover\:mx-70\%:hover {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xs\:hover\:my-80\%:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:hover\:mx-80\%:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:hover\:my-90\%:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:hover\:mx-90\%:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:hover\:my-95\%:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:hover\:mx-95\%:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:hover\:my-96\%:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:hover\:mx-96\%:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:hover\:my-97\%:hover {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .xs\:hover\:mx-97\%:hover {
    margin-left: 97%;
    margin-right: 97%;
  }

  .xs\:hover\:my-98\%:hover {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .xs\:hover\:mx-98\%:hover {
    margin-left: 98%;
    margin-right: 98%;
  }

  .xs\:hover\:my-99\%:hover {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .xs\:hover\:mx-99\%:hover {
    margin-left: 99%;
    margin-right: 99%;
  }

  .xs\:hover\:my-36vh:hover {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .xs\:hover\:mx-36vh:hover {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .xs\:hover\:my-75vh:hover {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .xs\:hover\:mx-75vh:hover {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .xs\:hover\:my-78vh:hover {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .xs\:hover\:mx-78vh:hover {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .xs\:hover\:my-80vh:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:hover\:mx-80vh:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:hover\:my-82vh:hover {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .xs\:hover\:mx-82vh:hover {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .xs\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xs\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xs\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xs\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xs\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:hover\:-my-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xs\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xs\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:hover\:-my-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:hover\:-my-30:hover {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xs\:hover\:-mx-30:hover {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xs\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:hover\:-my-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xs\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xs\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:hover\:-my-38:hover {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xs\:hover\:-mx-38:hover {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xs\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:hover\:-my-53:hover {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .xs\:hover\:-mx-53:hover {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .xs\:hover\:-my-54:hover {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xs\:hover\:-mx-54:hover {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xs\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:hover\:-my-74:hover {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .xs\:hover\:-mx-74:hover {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .xs\:hover\:-my-76:hover {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xs\:hover\:-mx-76:hover {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xs\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:hover\:-my-85:hover {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .xs\:hover\:-mx-85:hover {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .xs\:hover\:-my-100:hover {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xs\:hover\:-mx-100:hover {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xs\:hover\:-my-105:hover {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .xs\:hover\:-mx-105:hover {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .xs\:hover\:-my-107:hover {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .xs\:hover\:-mx-107:hover {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .xs\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xs\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xs\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xs\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xs\:hover\:-my-130:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xs\:hover\:-mx-130:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xs\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:hover\:-my-250px:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:hover\:-mx-250px:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:hover\:-my-1\/2\%:hover {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .xs\:hover\:-mx-1\/2\%:hover {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .xs\:hover\:-my-1\%:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:hover\:-mx-1\%:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:hover\:-my-2\%:hover {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .xs\:hover\:-mx-2\%:hover {
    margin-left: -2%;
    margin-right: -2%;
  }

  .xs\:hover\:-my-3\%:hover {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .xs\:hover\:-mx-3\%:hover {
    margin-left: -3%;
    margin-right: -3%;
  }

  .xs\:hover\:-my-4\%:hover {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .xs\:hover\:-mx-4\%:hover {
    margin-left: -4%;
    margin-right: -4%;
  }

  .xs\:hover\:-my-5\%:hover {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xs\:hover\:-mx-5\%:hover {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xs\:hover\:-my-10\%:hover {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xs\:hover\:-mx-10\%:hover {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xs\:hover\:-my-20\%:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:hover\:-mx-20\%:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:hover\:-my-23\%:hover {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .xs\:hover\:-mx-23\%:hover {
    margin-left: -23%;
    margin-right: -23%;
  }

  .xs\:hover\:-my-25\%:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:hover\:-mx-25\%:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:hover\:-my-26\%:hover {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .xs\:hover\:-mx-26\%:hover {
    margin-left: -26%;
    margin-right: -26%;
  }

  .xs\:hover\:-my-30\%:hover {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xs\:hover\:-mx-30\%:hover {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xs\:hover\:-my-40\%:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:hover\:-mx-40\%:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:hover\:-my-50\%:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:hover\:-mx-50\%:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:hover\:-my-60\%:hover {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xs\:hover\:-mx-60\%:hover {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xs\:hover\:-my-70\%:hover {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xs\:hover\:-mx-70\%:hover {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xs\:hover\:-my-80\%:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:hover\:-mx-80\%:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:hover\:-my-90\%:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:hover\:-mx-90\%:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:hover\:-my-95\%:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:hover\:-mx-95\%:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:hover\:-my-96\%:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:hover\:-mx-96\%:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:hover\:-my-97\%:hover {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .xs\:hover\:-mx-97\%:hover {
    margin-left: -97%;
    margin-right: -97%;
  }

  .xs\:hover\:-my-98\%:hover {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .xs\:hover\:-mx-98\%:hover {
    margin-left: -98%;
    margin-right: -98%;
  }

  .xs\:hover\:-my-99\%:hover {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .xs\:hover\:-mx-99\%:hover {
    margin-left: -99%;
    margin-right: -99%;
  }

  .xs\:hover\:-my-36vh:hover {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .xs\:hover\:-mx-36vh:hover {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .xs\:hover\:-my-75vh:hover {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .xs\:hover\:-mx-75vh:hover {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .xs\:hover\:-my-78vh:hover {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .xs\:hover\:-mx-78vh:hover {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .xs\:hover\:-my-80vh:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:hover\:-mx-80vh:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:hover\:-my-82vh:hover {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .xs\:hover\:-mx-82vh:hover {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .xs\:hover\:mt-0:hover {
    margin-top: 0;
  }

  .xs\:hover\:mr-0:hover {
    margin-right: 0;
  }

  .xs\:hover\:mb-0:hover {
    margin-bottom: 0;
  }

  .xs\:hover\:ml-0:hover {
    margin-left: 0;
  }

  .xs\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .xs\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .xs\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .xs\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .xs\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .xs\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .xs\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .xs\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .xs\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .xs\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .xs\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .xs\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .xs\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .xs\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .xs\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .xs\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .xs\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .xs\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .xs\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .xs\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .xs\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .xs\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .xs\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .xs\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .xs\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .xs\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .xs\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .xs\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .xs\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .xs\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .xs\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .xs\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .xs\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .xs\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .xs\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .xs\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .xs\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .xs\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .xs\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .xs\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .xs\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .xs\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .xs\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .xs\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .xs\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .xs\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .xs\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .xs\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .xs\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .xs\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .xs\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .xs\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .xs\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .xs\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .xs\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .xs\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .xs\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .xs\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .xs\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .xs\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .xs\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .xs\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .xs\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .xs\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .xs\:hover\:mt-21:hover {
    margin-top: 5.25rem;
  }

  .xs\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .xs\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .xs\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .xs\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .xs\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .xs\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .xs\:hover\:ml-22:hover {
    margin-left: 5.5rem;
  }

  .xs\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .xs\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .xs\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .xs\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .xs\:hover\:mt-26:hover {
    margin-top: 6.5rem;
  }

  .xs\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .xs\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .xs\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .xs\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .xs\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .xs\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .xs\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .xs\:hover\:mt-30:hover {
    margin-top: 7.5rem;
  }

  .xs\:hover\:mr-30:hover {
    margin-right: 7.5rem;
  }

  .xs\:hover\:mb-30:hover {
    margin-bottom: 7.5rem;
  }

  .xs\:hover\:ml-30:hover {
    margin-left: 7.5rem;
  }

  .xs\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .xs\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .xs\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .xs\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .xs\:hover\:mt-34:hover {
    margin-top: 8.5rem;
  }

  .xs\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .xs\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .xs\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .xs\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .xs\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .xs\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .xs\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .xs\:hover\:mt-38:hover {
    margin-top: 9.5rem;
  }

  .xs\:hover\:mr-38:hover {
    margin-right: 9.5rem;
  }

  .xs\:hover\:mb-38:hover {
    margin-bottom: 9.5rem;
  }

  .xs\:hover\:ml-38:hover {
    margin-left: 9.5rem;
  }

  .xs\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .xs\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .xs\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .xs\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .xs\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .xs\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .xs\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .xs\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .xs\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .xs\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .xs\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .xs\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .xs\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .xs\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .xs\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .xs\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .xs\:hover\:mt-53:hover {
    margin-top: 13.25rem;
  }

  .xs\:hover\:mr-53:hover {
    margin-right: 13.25rem;
  }

  .xs\:hover\:mb-53:hover {
    margin-bottom: 13.25rem;
  }

  .xs\:hover\:ml-53:hover {
    margin-left: 13.25rem;
  }

  .xs\:hover\:mt-54:hover {
    margin-top: 13.5rem;
  }

  .xs\:hover\:mr-54:hover {
    margin-right: 13.5rem;
  }

  .xs\:hover\:mb-54:hover {
    margin-bottom: 13.5rem;
  }

  .xs\:hover\:ml-54:hover {
    margin-left: 13.5rem;
  }

  .xs\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .xs\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .xs\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .xs\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .xs\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .xs\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .xs\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .xs\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .xs\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .xs\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .xs\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .xs\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .xs\:hover\:mt-74:hover {
    margin-top: 18.5rem;
  }

  .xs\:hover\:mr-74:hover {
    margin-right: 18.5rem;
  }

  .xs\:hover\:mb-74:hover {
    margin-bottom: 18.5rem;
  }

  .xs\:hover\:ml-74:hover {
    margin-left: 18.5rem;
  }

  .xs\:hover\:mt-76:hover {
    margin-top: 19rem;
  }

  .xs\:hover\:mr-76:hover {
    margin-right: 19rem;
  }

  .xs\:hover\:mb-76:hover {
    margin-bottom: 19rem;
  }

  .xs\:hover\:ml-76:hover {
    margin-left: 19rem;
  }

  .xs\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .xs\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .xs\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .xs\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .xs\:hover\:mt-85:hover {
    margin-top: 21.25rem;
  }

  .xs\:hover\:mr-85:hover {
    margin-right: 21.25rem;
  }

  .xs\:hover\:mb-85:hover {
    margin-bottom: 21.25rem;
  }

  .xs\:hover\:ml-85:hover {
    margin-left: 21.25rem;
  }

  .xs\:hover\:mt-100:hover {
    margin-top: 25rem;
  }

  .xs\:hover\:mr-100:hover {
    margin-right: 25rem;
  }

  .xs\:hover\:mb-100:hover {
    margin-bottom: 25rem;
  }

  .xs\:hover\:ml-100:hover {
    margin-left: 25rem;
  }

  .xs\:hover\:mt-105:hover {
    margin-top: 26.25rem;
  }

  .xs\:hover\:mr-105:hover {
    margin-right: 26.25rem;
  }

  .xs\:hover\:mb-105:hover {
    margin-bottom: 26.25rem;
  }

  .xs\:hover\:ml-105:hover {
    margin-left: 26.25rem;
  }

  .xs\:hover\:mt-107:hover {
    margin-top: 26.4rem;
  }

  .xs\:hover\:mr-107:hover {
    margin-right: 26.4rem;
  }

  .xs\:hover\:mb-107:hover {
    margin-bottom: 26.4rem;
  }

  .xs\:hover\:ml-107:hover {
    margin-left: 26.4rem;
  }

  .xs\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .xs\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .xs\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .xs\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .xs\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .xs\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .xs\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .xs\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .xs\:hover\:mt-130:hover {
    margin-top: 38rem;
  }

  .xs\:hover\:mr-130:hover {
    margin-right: 38rem;
  }

  .xs\:hover\:mb-130:hover {
    margin-bottom: 38rem;
  }

  .xs\:hover\:ml-130:hover {
    margin-left: 38rem;
  }

  .xs\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xs\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xs\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xs\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xs\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xs\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xs\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xs\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xs\:hover\:mt-250px:hover {
    margin-top: 250px;
  }

  .xs\:hover\:mr-250px:hover {
    margin-right: 250px;
  }

  .xs\:hover\:mb-250px:hover {
    margin-bottom: 250px;
  }

  .xs\:hover\:ml-250px:hover {
    margin-left: 250px;
  }

  .xs\:hover\:mt-1\/2\%:hover {
    margin-top: 0.5%;
  }

  .xs\:hover\:mr-1\/2\%:hover {
    margin-right: 0.5%;
  }

  .xs\:hover\:mb-1\/2\%:hover {
    margin-bottom: 0.5%;
  }

  .xs\:hover\:ml-1\/2\%:hover {
    margin-left: 0.5%;
  }

  .xs\:hover\:mt-1\%:hover {
    margin-top: 1%;
  }

  .xs\:hover\:mr-1\%:hover {
    margin-right: 1%;
  }

  .xs\:hover\:mb-1\%:hover {
    margin-bottom: 1%;
  }

  .xs\:hover\:ml-1\%:hover {
    margin-left: 1%;
  }

  .xs\:hover\:mt-2\%:hover {
    margin-top: 2%;
  }

  .xs\:hover\:mr-2\%:hover {
    margin-right: 2%;
  }

  .xs\:hover\:mb-2\%:hover {
    margin-bottom: 2%;
  }

  .xs\:hover\:ml-2\%:hover {
    margin-left: 2%;
  }

  .xs\:hover\:mt-3\%:hover {
    margin-top: 3%;
  }

  .xs\:hover\:mr-3\%:hover {
    margin-right: 3%;
  }

  .xs\:hover\:mb-3\%:hover {
    margin-bottom: 3%;
  }

  .xs\:hover\:ml-3\%:hover {
    margin-left: 3%;
  }

  .xs\:hover\:mt-4\%:hover {
    margin-top: 4%;
  }

  .xs\:hover\:mr-4\%:hover {
    margin-right: 4%;
  }

  .xs\:hover\:mb-4\%:hover {
    margin-bottom: 4%;
  }

  .xs\:hover\:ml-4\%:hover {
    margin-left: 4%;
  }

  .xs\:hover\:mt-5\%:hover {
    margin-top: 5%;
  }

  .xs\:hover\:mr-5\%:hover {
    margin-right: 5%;
  }

  .xs\:hover\:mb-5\%:hover {
    margin-bottom: 5%;
  }

  .xs\:hover\:ml-5\%:hover {
    margin-left: 5%;
  }

  .xs\:hover\:mt-10\%:hover {
    margin-top: 10%;
  }

  .xs\:hover\:mr-10\%:hover {
    margin-right: 10%;
  }

  .xs\:hover\:mb-10\%:hover {
    margin-bottom: 10%;
  }

  .xs\:hover\:ml-10\%:hover {
    margin-left: 10%;
  }

  .xs\:hover\:mt-20\%:hover {
    margin-top: 20%;
  }

  .xs\:hover\:mr-20\%:hover {
    margin-right: 20%;
  }

  .xs\:hover\:mb-20\%:hover {
    margin-bottom: 20%;
  }

  .xs\:hover\:ml-20\%:hover {
    margin-left: 20%;
  }

  .xs\:hover\:mt-23\%:hover {
    margin-top: 23%;
  }

  .xs\:hover\:mr-23\%:hover {
    margin-right: 23%;
  }

  .xs\:hover\:mb-23\%:hover {
    margin-bottom: 23%;
  }

  .xs\:hover\:ml-23\%:hover {
    margin-left: 23%;
  }

  .xs\:hover\:mt-25\%:hover {
    margin-top: 25%;
  }

  .xs\:hover\:mr-25\%:hover {
    margin-right: 25%;
  }

  .xs\:hover\:mb-25\%:hover {
    margin-bottom: 25%;
  }

  .xs\:hover\:ml-25\%:hover {
    margin-left: 25%;
  }

  .xs\:hover\:mt-26\%:hover {
    margin-top: 26%;
  }

  .xs\:hover\:mr-26\%:hover {
    margin-right: 26%;
  }

  .xs\:hover\:mb-26\%:hover {
    margin-bottom: 26%;
  }

  .xs\:hover\:ml-26\%:hover {
    margin-left: 26%;
  }

  .xs\:hover\:mt-30\%:hover {
    margin-top: 30%;
  }

  .xs\:hover\:mr-30\%:hover {
    margin-right: 30%;
  }

  .xs\:hover\:mb-30\%:hover {
    margin-bottom: 30%;
  }

  .xs\:hover\:ml-30\%:hover {
    margin-left: 30%;
  }

  .xs\:hover\:mt-40\%:hover {
    margin-top: 40%;
  }

  .xs\:hover\:mr-40\%:hover {
    margin-right: 40%;
  }

  .xs\:hover\:mb-40\%:hover {
    margin-bottom: 40%;
  }

  .xs\:hover\:ml-40\%:hover {
    margin-left: 40%;
  }

  .xs\:hover\:mt-50\%:hover {
    margin-top: 50%;
  }

  .xs\:hover\:mr-50\%:hover {
    margin-right: 50%;
  }

  .xs\:hover\:mb-50\%:hover {
    margin-bottom: 50%;
  }

  .xs\:hover\:ml-50\%:hover {
    margin-left: 50%;
  }

  .xs\:hover\:mt-60\%:hover {
    margin-top: 60%;
  }

  .xs\:hover\:mr-60\%:hover {
    margin-right: 60%;
  }

  .xs\:hover\:mb-60\%:hover {
    margin-bottom: 60%;
  }

  .xs\:hover\:ml-60\%:hover {
    margin-left: 60%;
  }

  .xs\:hover\:mt-70\%:hover {
    margin-top: 70%;
  }

  .xs\:hover\:mr-70\%:hover {
    margin-right: 70%;
  }

  .xs\:hover\:mb-70\%:hover {
    margin-bottom: 70%;
  }

  .xs\:hover\:ml-70\%:hover {
    margin-left: 70%;
  }

  .xs\:hover\:mt-80\%:hover {
    margin-top: 80%;
  }

  .xs\:hover\:mr-80\%:hover {
    margin-right: 80%;
  }

  .xs\:hover\:mb-80\%:hover {
    margin-bottom: 80%;
  }

  .xs\:hover\:ml-80\%:hover {
    margin-left: 80%;
  }

  .xs\:hover\:mt-90\%:hover {
    margin-top: 90%;
  }

  .xs\:hover\:mr-90\%:hover {
    margin-right: 90%;
  }

  .xs\:hover\:mb-90\%:hover {
    margin-bottom: 90%;
  }

  .xs\:hover\:ml-90\%:hover {
    margin-left: 90%;
  }

  .xs\:hover\:mt-95\%:hover {
    margin-top: 95%;
  }

  .xs\:hover\:mr-95\%:hover {
    margin-right: 95%;
  }

  .xs\:hover\:mb-95\%:hover {
    margin-bottom: 95%;
  }

  .xs\:hover\:ml-95\%:hover {
    margin-left: 95%;
  }

  .xs\:hover\:mt-96\%:hover {
    margin-top: 96%;
  }

  .xs\:hover\:mr-96\%:hover {
    margin-right: 96%;
  }

  .xs\:hover\:mb-96\%:hover {
    margin-bottom: 96%;
  }

  .xs\:hover\:ml-96\%:hover {
    margin-left: 96%;
  }

  .xs\:hover\:mt-97\%:hover {
    margin-top: 97%;
  }

  .xs\:hover\:mr-97\%:hover {
    margin-right: 97%;
  }

  .xs\:hover\:mb-97\%:hover {
    margin-bottom: 97%;
  }

  .xs\:hover\:ml-97\%:hover {
    margin-left: 97%;
  }

  .xs\:hover\:mt-98\%:hover {
    margin-top: 98%;
  }

  .xs\:hover\:mr-98\%:hover {
    margin-right: 98%;
  }

  .xs\:hover\:mb-98\%:hover {
    margin-bottom: 98%;
  }

  .xs\:hover\:ml-98\%:hover {
    margin-left: 98%;
  }

  .xs\:hover\:mt-99\%:hover {
    margin-top: 99%;
  }

  .xs\:hover\:mr-99\%:hover {
    margin-right: 99%;
  }

  .xs\:hover\:mb-99\%:hover {
    margin-bottom: 99%;
  }

  .xs\:hover\:ml-99\%:hover {
    margin-left: 99%;
  }

  .xs\:hover\:mt-36vh:hover {
    margin-top: 36vh;
  }

  .xs\:hover\:mr-36vh:hover {
    margin-right: 36vh;
  }

  .xs\:hover\:mb-36vh:hover {
    margin-bottom: 36vh;
  }

  .xs\:hover\:ml-36vh:hover {
    margin-left: 36vh;
  }

  .xs\:hover\:mt-75vh:hover {
    margin-top: 75vh;
  }

  .xs\:hover\:mr-75vh:hover {
    margin-right: 75vh;
  }

  .xs\:hover\:mb-75vh:hover {
    margin-bottom: 75vh;
  }

  .xs\:hover\:ml-75vh:hover {
    margin-left: 75vh;
  }

  .xs\:hover\:mt-78vh:hover {
    margin-top: 78vh;
  }

  .xs\:hover\:mr-78vh:hover {
    margin-right: 78vh;
  }

  .xs\:hover\:mb-78vh:hover {
    margin-bottom: 78vh;
  }

  .xs\:hover\:ml-78vh:hover {
    margin-left: 78vh;
  }

  .xs\:hover\:mt-80vh:hover {
    margin-top: 80vh;
  }

  .xs\:hover\:mr-80vh:hover {
    margin-right: 80vh;
  }

  .xs\:hover\:mb-80vh:hover {
    margin-bottom: 80vh;
  }

  .xs\:hover\:ml-80vh:hover {
    margin-left: 80vh;
  }

  .xs\:hover\:mt-82vh:hover {
    margin-top: 82vh;
  }

  .xs\:hover\:mr-82vh:hover {
    margin-right: 82vh;
  }

  .xs\:hover\:mb-82vh:hover {
    margin-bottom: 82vh;
  }

  .xs\:hover\:ml-82vh:hover {
    margin-left: 82vh;
  }

  .xs\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .xs\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .xs\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .xs\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .xs\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .xs\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .xs\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .xs\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .xs\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .xs\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .xs\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .xs\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .xs\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .xs\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .xs\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .xs\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .xs\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .xs\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .xs\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .xs\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .xs\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .xs\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .xs\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .xs\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .xs\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .xs\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .xs\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .xs\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .xs\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .xs\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .xs\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .xs\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .xs\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .xs\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .xs\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .xs\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .xs\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .xs\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .xs\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .xs\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .xs\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .xs\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .xs\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .xs\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .xs\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .xs\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .xs\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .xs\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .xs\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .xs\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .xs\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .xs\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .xs\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .xs\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .xs\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .xs\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .xs\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .xs\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .xs\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .xs\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .xs\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .xs\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .xs\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .xs\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .xs\:hover\:-mt-21:hover {
    margin-top: -5.25rem;
  }

  .xs\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .xs\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .xs\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .xs\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .xs\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .xs\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .xs\:hover\:-ml-22:hover {
    margin-left: -5.5rem;
  }

  .xs\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .xs\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .xs\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .xs\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .xs\:hover\:-mt-26:hover {
    margin-top: -6.5rem;
  }

  .xs\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .xs\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .xs\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .xs\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .xs\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .xs\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .xs\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .xs\:hover\:-mt-30:hover {
    margin-top: -7.5rem;
  }

  .xs\:hover\:-mr-30:hover {
    margin-right: -7.5rem;
  }

  .xs\:hover\:-mb-30:hover {
    margin-bottom: -7.5rem;
  }

  .xs\:hover\:-ml-30:hover {
    margin-left: -7.5rem;
  }

  .xs\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .xs\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .xs\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .xs\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .xs\:hover\:-mt-34:hover {
    margin-top: -8.5rem;
  }

  .xs\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .xs\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .xs\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .xs\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .xs\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .xs\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .xs\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .xs\:hover\:-mt-38:hover {
    margin-top: -9.5rem;
  }

  .xs\:hover\:-mr-38:hover {
    margin-right: -9.5rem;
  }

  .xs\:hover\:-mb-38:hover {
    margin-bottom: -9.5rem;
  }

  .xs\:hover\:-ml-38:hover {
    margin-left: -9.5rem;
  }

  .xs\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .xs\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .xs\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .xs\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .xs\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .xs\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .xs\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .xs\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .xs\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .xs\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .xs\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .xs\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .xs\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .xs\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .xs\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .xs\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .xs\:hover\:-mt-53:hover {
    margin-top: -13.25rem;
  }

  .xs\:hover\:-mr-53:hover {
    margin-right: -13.25rem;
  }

  .xs\:hover\:-mb-53:hover {
    margin-bottom: -13.25rem;
  }

  .xs\:hover\:-ml-53:hover {
    margin-left: -13.25rem;
  }

  .xs\:hover\:-mt-54:hover {
    margin-top: -13.5rem;
  }

  .xs\:hover\:-mr-54:hover {
    margin-right: -13.5rem;
  }

  .xs\:hover\:-mb-54:hover {
    margin-bottom: -13.5rem;
  }

  .xs\:hover\:-ml-54:hover {
    margin-left: -13.5rem;
  }

  .xs\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .xs\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .xs\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .xs\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .xs\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .xs\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .xs\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .xs\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .xs\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .xs\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .xs\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .xs\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .xs\:hover\:-mt-74:hover {
    margin-top: -18.5rem;
  }

  .xs\:hover\:-mr-74:hover {
    margin-right: -18.5rem;
  }

  .xs\:hover\:-mb-74:hover {
    margin-bottom: -18.5rem;
  }

  .xs\:hover\:-ml-74:hover {
    margin-left: -18.5rem;
  }

  .xs\:hover\:-mt-76:hover {
    margin-top: -19rem;
  }

  .xs\:hover\:-mr-76:hover {
    margin-right: -19rem;
  }

  .xs\:hover\:-mb-76:hover {
    margin-bottom: -19rem;
  }

  .xs\:hover\:-ml-76:hover {
    margin-left: -19rem;
  }

  .xs\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .xs\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .xs\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .xs\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .xs\:hover\:-mt-85:hover {
    margin-top: -21.25rem;
  }

  .xs\:hover\:-mr-85:hover {
    margin-right: -21.25rem;
  }

  .xs\:hover\:-mb-85:hover {
    margin-bottom: -21.25rem;
  }

  .xs\:hover\:-ml-85:hover {
    margin-left: -21.25rem;
  }

  .xs\:hover\:-mt-100:hover {
    margin-top: -25rem;
  }

  .xs\:hover\:-mr-100:hover {
    margin-right: -25rem;
  }

  .xs\:hover\:-mb-100:hover {
    margin-bottom: -25rem;
  }

  .xs\:hover\:-ml-100:hover {
    margin-left: -25rem;
  }

  .xs\:hover\:-mt-105:hover {
    margin-top: -26.25rem;
  }

  .xs\:hover\:-mr-105:hover {
    margin-right: -26.25rem;
  }

  .xs\:hover\:-mb-105:hover {
    margin-bottom: -26.25rem;
  }

  .xs\:hover\:-ml-105:hover {
    margin-left: -26.25rem;
  }

  .xs\:hover\:-mt-107:hover {
    margin-top: -26.4rem;
  }

  .xs\:hover\:-mr-107:hover {
    margin-right: -26.4rem;
  }

  .xs\:hover\:-mb-107:hover {
    margin-bottom: -26.4rem;
  }

  .xs\:hover\:-ml-107:hover {
    margin-left: -26.4rem;
  }

  .xs\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .xs\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .xs\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .xs\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .xs\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .xs\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .xs\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .xs\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .xs\:hover\:-mt-130:hover {
    margin-top: -38rem;
  }

  .xs\:hover\:-mr-130:hover {
    margin-right: -38rem;
  }

  .xs\:hover\:-mb-130:hover {
    margin-bottom: -38rem;
  }

  .xs\:hover\:-ml-130:hover {
    margin-left: -38rem;
  }

  .xs\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .xs\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .xs\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .xs\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .xs\:hover\:-mt-250px:hover {
    margin-top: -250px;
  }

  .xs\:hover\:-mr-250px:hover {
    margin-right: -250px;
  }

  .xs\:hover\:-mb-250px:hover {
    margin-bottom: -250px;
  }

  .xs\:hover\:-ml-250px:hover {
    margin-left: -250px;
  }

  .xs\:hover\:-mt-1\/2\%:hover {
    margin-top: -0.5%;
  }

  .xs\:hover\:-mr-1\/2\%:hover {
    margin-right: -0.5%;
  }

  .xs\:hover\:-mb-1\/2\%:hover {
    margin-bottom: -0.5%;
  }

  .xs\:hover\:-ml-1\/2\%:hover {
    margin-left: -0.5%;
  }

  .xs\:hover\:-mt-1\%:hover {
    margin-top: -1%;
  }

  .xs\:hover\:-mr-1\%:hover {
    margin-right: -1%;
  }

  .xs\:hover\:-mb-1\%:hover {
    margin-bottom: -1%;
  }

  .xs\:hover\:-ml-1\%:hover {
    margin-left: -1%;
  }

  .xs\:hover\:-mt-2\%:hover {
    margin-top: -2%;
  }

  .xs\:hover\:-mr-2\%:hover {
    margin-right: -2%;
  }

  .xs\:hover\:-mb-2\%:hover {
    margin-bottom: -2%;
  }

  .xs\:hover\:-ml-2\%:hover {
    margin-left: -2%;
  }

  .xs\:hover\:-mt-3\%:hover {
    margin-top: -3%;
  }

  .xs\:hover\:-mr-3\%:hover {
    margin-right: -3%;
  }

  .xs\:hover\:-mb-3\%:hover {
    margin-bottom: -3%;
  }

  .xs\:hover\:-ml-3\%:hover {
    margin-left: -3%;
  }

  .xs\:hover\:-mt-4\%:hover {
    margin-top: -4%;
  }

  .xs\:hover\:-mr-4\%:hover {
    margin-right: -4%;
  }

  .xs\:hover\:-mb-4\%:hover {
    margin-bottom: -4%;
  }

  .xs\:hover\:-ml-4\%:hover {
    margin-left: -4%;
  }

  .xs\:hover\:-mt-5\%:hover {
    margin-top: -5%;
  }

  .xs\:hover\:-mr-5\%:hover {
    margin-right: -5%;
  }

  .xs\:hover\:-mb-5\%:hover {
    margin-bottom: -5%;
  }

  .xs\:hover\:-ml-5\%:hover {
    margin-left: -5%;
  }

  .xs\:hover\:-mt-10\%:hover {
    margin-top: -10%;
  }

  .xs\:hover\:-mr-10\%:hover {
    margin-right: -10%;
  }

  .xs\:hover\:-mb-10\%:hover {
    margin-bottom: -10%;
  }

  .xs\:hover\:-ml-10\%:hover {
    margin-left: -10%;
  }

  .xs\:hover\:-mt-20\%:hover {
    margin-top: -20%;
  }

  .xs\:hover\:-mr-20\%:hover {
    margin-right: -20%;
  }

  .xs\:hover\:-mb-20\%:hover {
    margin-bottom: -20%;
  }

  .xs\:hover\:-ml-20\%:hover {
    margin-left: -20%;
  }

  .xs\:hover\:-mt-23\%:hover {
    margin-top: -23%;
  }

  .xs\:hover\:-mr-23\%:hover {
    margin-right: -23%;
  }

  .xs\:hover\:-mb-23\%:hover {
    margin-bottom: -23%;
  }

  .xs\:hover\:-ml-23\%:hover {
    margin-left: -23%;
  }

  .xs\:hover\:-mt-25\%:hover {
    margin-top: -25%;
  }

  .xs\:hover\:-mr-25\%:hover {
    margin-right: -25%;
  }

  .xs\:hover\:-mb-25\%:hover {
    margin-bottom: -25%;
  }

  .xs\:hover\:-ml-25\%:hover {
    margin-left: -25%;
  }

  .xs\:hover\:-mt-26\%:hover {
    margin-top: -26%;
  }

  .xs\:hover\:-mr-26\%:hover {
    margin-right: -26%;
  }

  .xs\:hover\:-mb-26\%:hover {
    margin-bottom: -26%;
  }

  .xs\:hover\:-ml-26\%:hover {
    margin-left: -26%;
  }

  .xs\:hover\:-mt-30\%:hover {
    margin-top: -30%;
  }

  .xs\:hover\:-mr-30\%:hover {
    margin-right: -30%;
  }

  .xs\:hover\:-mb-30\%:hover {
    margin-bottom: -30%;
  }

  .xs\:hover\:-ml-30\%:hover {
    margin-left: -30%;
  }

  .xs\:hover\:-mt-40\%:hover {
    margin-top: -40%;
  }

  .xs\:hover\:-mr-40\%:hover {
    margin-right: -40%;
  }

  .xs\:hover\:-mb-40\%:hover {
    margin-bottom: -40%;
  }

  .xs\:hover\:-ml-40\%:hover {
    margin-left: -40%;
  }

  .xs\:hover\:-mt-50\%:hover {
    margin-top: -50%;
  }

  .xs\:hover\:-mr-50\%:hover {
    margin-right: -50%;
  }

  .xs\:hover\:-mb-50\%:hover {
    margin-bottom: -50%;
  }

  .xs\:hover\:-ml-50\%:hover {
    margin-left: -50%;
  }

  .xs\:hover\:-mt-60\%:hover {
    margin-top: -60%;
  }

  .xs\:hover\:-mr-60\%:hover {
    margin-right: -60%;
  }

  .xs\:hover\:-mb-60\%:hover {
    margin-bottom: -60%;
  }

  .xs\:hover\:-ml-60\%:hover {
    margin-left: -60%;
  }

  .xs\:hover\:-mt-70\%:hover {
    margin-top: -70%;
  }

  .xs\:hover\:-mr-70\%:hover {
    margin-right: -70%;
  }

  .xs\:hover\:-mb-70\%:hover {
    margin-bottom: -70%;
  }

  .xs\:hover\:-ml-70\%:hover {
    margin-left: -70%;
  }

  .xs\:hover\:-mt-80\%:hover {
    margin-top: -80%;
  }

  .xs\:hover\:-mr-80\%:hover {
    margin-right: -80%;
  }

  .xs\:hover\:-mb-80\%:hover {
    margin-bottom: -80%;
  }

  .xs\:hover\:-ml-80\%:hover {
    margin-left: -80%;
  }

  .xs\:hover\:-mt-90\%:hover {
    margin-top: -90%;
  }

  .xs\:hover\:-mr-90\%:hover {
    margin-right: -90%;
  }

  .xs\:hover\:-mb-90\%:hover {
    margin-bottom: -90%;
  }

  .xs\:hover\:-ml-90\%:hover {
    margin-left: -90%;
  }

  .xs\:hover\:-mt-95\%:hover {
    margin-top: -95%;
  }

  .xs\:hover\:-mr-95\%:hover {
    margin-right: -95%;
  }

  .xs\:hover\:-mb-95\%:hover {
    margin-bottom: -95%;
  }

  .xs\:hover\:-ml-95\%:hover {
    margin-left: -95%;
  }

  .xs\:hover\:-mt-96\%:hover {
    margin-top: -96%;
  }

  .xs\:hover\:-mr-96\%:hover {
    margin-right: -96%;
  }

  .xs\:hover\:-mb-96\%:hover {
    margin-bottom: -96%;
  }

  .xs\:hover\:-ml-96\%:hover {
    margin-left: -96%;
  }

  .xs\:hover\:-mt-97\%:hover {
    margin-top: -97%;
  }

  .xs\:hover\:-mr-97\%:hover {
    margin-right: -97%;
  }

  .xs\:hover\:-mb-97\%:hover {
    margin-bottom: -97%;
  }

  .xs\:hover\:-ml-97\%:hover {
    margin-left: -97%;
  }

  .xs\:hover\:-mt-98\%:hover {
    margin-top: -98%;
  }

  .xs\:hover\:-mr-98\%:hover {
    margin-right: -98%;
  }

  .xs\:hover\:-mb-98\%:hover {
    margin-bottom: -98%;
  }

  .xs\:hover\:-ml-98\%:hover {
    margin-left: -98%;
  }

  .xs\:hover\:-mt-99\%:hover {
    margin-top: -99%;
  }

  .xs\:hover\:-mr-99\%:hover {
    margin-right: -99%;
  }

  .xs\:hover\:-mb-99\%:hover {
    margin-bottom: -99%;
  }

  .xs\:hover\:-ml-99\%:hover {
    margin-left: -99%;
  }

  .xs\:hover\:-mt-36vh:hover {
    margin-top: -36vh;
  }

  .xs\:hover\:-mr-36vh:hover {
    margin-right: -36vh;
  }

  .xs\:hover\:-mb-36vh:hover {
    margin-bottom: -36vh;
  }

  .xs\:hover\:-ml-36vh:hover {
    margin-left: -36vh;
  }

  .xs\:hover\:-mt-75vh:hover {
    margin-top: -75vh;
  }

  .xs\:hover\:-mr-75vh:hover {
    margin-right: -75vh;
  }

  .xs\:hover\:-mb-75vh:hover {
    margin-bottom: -75vh;
  }

  .xs\:hover\:-ml-75vh:hover {
    margin-left: -75vh;
  }

  .xs\:hover\:-mt-78vh:hover {
    margin-top: -78vh;
  }

  .xs\:hover\:-mr-78vh:hover {
    margin-right: -78vh;
  }

  .xs\:hover\:-mb-78vh:hover {
    margin-bottom: -78vh;
  }

  .xs\:hover\:-ml-78vh:hover {
    margin-left: -78vh;
  }

  .xs\:hover\:-mt-80vh:hover {
    margin-top: -80vh;
  }

  .xs\:hover\:-mr-80vh:hover {
    margin-right: -80vh;
  }

  .xs\:hover\:-mb-80vh:hover {
    margin-bottom: -80vh;
  }

  .xs\:hover\:-ml-80vh:hover {
    margin-left: -80vh;
  }

  .xs\:hover\:-mt-82vh:hover {
    margin-top: -82vh;
  }

  .xs\:hover\:-mr-82vh:hover {
    margin-right: -82vh;
  }

  .xs\:hover\:-mb-82vh:hover {
    margin-bottom: -82vh;
  }

  .xs\:hover\:-ml-82vh:hover {
    margin-left: -82vh;
  }

  .xs\:focus\:m-0:focus {
    margin: 0;
  }

  .xs\:focus\:m-1:focus {
    margin: 0.25rem;
  }

  .xs\:focus\:m-2:focus {
    margin: 0.5rem;
  }

  .xs\:focus\:m-3:focus {
    margin: 0.75rem;
  }

  .xs\:focus\:m-4:focus {
    margin: 1rem;
  }

  .xs\:focus\:m-5:focus {
    margin: 1.25rem;
  }

  .xs\:focus\:m-6:focus {
    margin: 1.5rem;
  }

  .xs\:focus\:m-7:focus {
    margin: 1.75rem;
  }

  .xs\:focus\:m-8:focus {
    margin: 2rem;
  }

  .xs\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .xs\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .xs\:focus\:m-12:focus {
    margin: 3rem;
  }

  .xs\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .xs\:focus\:m-15:focus {
    margin: 3.75rem;
  }

  .xs\:focus\:m-16:focus {
    margin: 4rem;
  }

  .xs\:focus\:m-18:focus {
    margin: 4.5rem;
  }

  .xs\:focus\:m-20:focus {
    margin: 5rem;
  }

  .xs\:focus\:m-21:focus {
    margin: 5.25rem;
  }

  .xs\:focus\:m-22:focus {
    margin: 5.5rem;
  }

  .xs\:focus\:m-24:focus {
    margin: 6rem;
  }

  .xs\:focus\:m-26:focus {
    margin: 6.5rem;
  }

  .xs\:focus\:m-28:focus {
    margin: 7rem;
  }

  .xs\:focus\:m-30:focus {
    margin: 7.5rem;
  }

  .xs\:focus\:m-32:focus {
    margin: 8rem;
  }

  .xs\:focus\:m-34:focus {
    margin: 8.5rem;
  }

  .xs\:focus\:m-36:focus {
    margin: 9rem;
  }

  .xs\:focus\:m-38:focus {
    margin: 9.5rem;
  }

  .xs\:focus\:m-40:focus {
    margin: 10rem;
  }

  .xs\:focus\:m-44:focus {
    margin: 11rem;
  }

  .xs\:focus\:m-48:focus {
    margin: 12rem;
  }

  .xs\:focus\:m-52:focus {
    margin: 13rem;
  }

  .xs\:focus\:m-53:focus {
    margin: 13.25rem;
  }

  .xs\:focus\:m-54:focus {
    margin: 13.5rem;
  }

  .xs\:focus\:m-56:focus {
    margin: 14rem;
  }

  .xs\:focus\:m-64:focus {
    margin: 16rem;
  }

  .xs\:focus\:m-72:focus {
    margin: 18rem;
  }

  .xs\:focus\:m-74:focus {
    margin: 18.5rem;
  }

  .xs\:focus\:m-76:focus {
    margin: 19rem;
  }

  .xs\:focus\:m-80:focus {
    margin: 20rem;
  }

  .xs\:focus\:m-85:focus {
    margin: 21.25rem;
  }

  .xs\:focus\:m-100:focus {
    margin: 25rem;
  }

  .xs\:focus\:m-105:focus {
    margin: 26.25rem;
  }

  .xs\:focus\:m-107:focus {
    margin: 26.4rem;
  }

  .xs\:focus\:m-110:focus {
    margin: 27.5rem;
  }

  .xs\:focus\:m-120:focus {
    margin: 30rem;
  }

  .xs\:focus\:m-130:focus {
    margin: 38rem;
  }

  .xs\:focus\:m-auto:focus {
    margin: auto;
  }

  .xs\:focus\:m-px:focus {
    margin: 1px;
  }

  .xs\:focus\:m-250px:focus {
    margin: 250px;
  }

  .xs\:focus\:m-1\/2\%:focus {
    margin: 0.5%;
  }

  .xs\:focus\:m-1\%:focus {
    margin: 1%;
  }

  .xs\:focus\:m-2\%:focus {
    margin: 2%;
  }

  .xs\:focus\:m-3\%:focus {
    margin: 3%;
  }

  .xs\:focus\:m-4\%:focus {
    margin: 4%;
  }

  .xs\:focus\:m-5\%:focus {
    margin: 5%;
  }

  .xs\:focus\:m-10\%:focus {
    margin: 10%;
  }

  .xs\:focus\:m-20\%:focus {
    margin: 20%;
  }

  .xs\:focus\:m-23\%:focus {
    margin: 23%;
  }

  .xs\:focus\:m-25\%:focus {
    margin: 25%;
  }

  .xs\:focus\:m-26\%:focus {
    margin: 26%;
  }

  .xs\:focus\:m-30\%:focus {
    margin: 30%;
  }

  .xs\:focus\:m-40\%:focus {
    margin: 40%;
  }

  .xs\:focus\:m-50\%:focus {
    margin: 50%;
  }

  .xs\:focus\:m-60\%:focus {
    margin: 60%;
  }

  .xs\:focus\:m-70\%:focus {
    margin: 70%;
  }

  .xs\:focus\:m-80\%:focus {
    margin: 80%;
  }

  .xs\:focus\:m-90\%:focus {
    margin: 90%;
  }

  .xs\:focus\:m-95\%:focus {
    margin: 95%;
  }

  .xs\:focus\:m-96\%:focus {
    margin: 96%;
  }

  .xs\:focus\:m-97\%:focus {
    margin: 97%;
  }

  .xs\:focus\:m-98\%:focus {
    margin: 98%;
  }

  .xs\:focus\:m-99\%:focus {
    margin: 99%;
  }

  .xs\:focus\:m-36vh:focus {
    margin: 36vh;
  }

  .xs\:focus\:m-75vh:focus {
    margin: 75vh;
  }

  .xs\:focus\:m-78vh:focus {
    margin: 78vh;
  }

  .xs\:focus\:m-80vh:focus {
    margin: 80vh;
  }

  .xs\:focus\:m-82vh:focus {
    margin: 82vh;
  }

  .xs\:focus\:-m-1:focus {
    margin: -0.25rem;
  }

  .xs\:focus\:-m-2:focus {
    margin: -0.5rem;
  }

  .xs\:focus\:-m-3:focus {
    margin: -0.75rem;
  }

  .xs\:focus\:-m-4:focus {
    margin: -1rem;
  }

  .xs\:focus\:-m-5:focus {
    margin: -1.25rem;
  }

  .xs\:focus\:-m-6:focus {
    margin: -1.5rem;
  }

  .xs\:focus\:-m-7:focus {
    margin: -1.75rem;
  }

  .xs\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .xs\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .xs\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .xs\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .xs\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .xs\:focus\:-m-15:focus {
    margin: -3.75rem;
  }

  .xs\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .xs\:focus\:-m-18:focus {
    margin: -4.5rem;
  }

  .xs\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .xs\:focus\:-m-21:focus {
    margin: -5.25rem;
  }

  .xs\:focus\:-m-22:focus {
    margin: -5.5rem;
  }

  .xs\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .xs\:focus\:-m-26:focus {
    margin: -6.5rem;
  }

  .xs\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .xs\:focus\:-m-30:focus {
    margin: -7.5rem;
  }

  .xs\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .xs\:focus\:-m-34:focus {
    margin: -8.5rem;
  }

  .xs\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .xs\:focus\:-m-38:focus {
    margin: -9.5rem;
  }

  .xs\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .xs\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .xs\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .xs\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .xs\:focus\:-m-53:focus {
    margin: -13.25rem;
  }

  .xs\:focus\:-m-54:focus {
    margin: -13.5rem;
  }

  .xs\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .xs\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .xs\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .xs\:focus\:-m-74:focus {
    margin: -18.5rem;
  }

  .xs\:focus\:-m-76:focus {
    margin: -19rem;
  }

  .xs\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .xs\:focus\:-m-85:focus {
    margin: -21.25rem;
  }

  .xs\:focus\:-m-100:focus {
    margin: -25rem;
  }

  .xs\:focus\:-m-105:focus {
    margin: -26.25rem;
  }

  .xs\:focus\:-m-107:focus {
    margin: -26.4rem;
  }

  .xs\:focus\:-m-110:focus {
    margin: -27.5rem;
  }

  .xs\:focus\:-m-120:focus {
    margin: -30rem;
  }

  .xs\:focus\:-m-130:focus {
    margin: -38rem;
  }

  .xs\:focus\:-m-px:focus {
    margin: -1px;
  }

  .xs\:focus\:-m-250px:focus {
    margin: -250px;
  }

  .xs\:focus\:-m-1\/2\%:focus {
    margin: -0.5%;
  }

  .xs\:focus\:-m-1\%:focus {
    margin: -1%;
  }

  .xs\:focus\:-m-2\%:focus {
    margin: -2%;
  }

  .xs\:focus\:-m-3\%:focus {
    margin: -3%;
  }

  .xs\:focus\:-m-4\%:focus {
    margin: -4%;
  }

  .xs\:focus\:-m-5\%:focus {
    margin: -5%;
  }

  .xs\:focus\:-m-10\%:focus {
    margin: -10%;
  }

  .xs\:focus\:-m-20\%:focus {
    margin: -20%;
  }

  .xs\:focus\:-m-23\%:focus {
    margin: -23%;
  }

  .xs\:focus\:-m-25\%:focus {
    margin: -25%;
  }

  .xs\:focus\:-m-26\%:focus {
    margin: -26%;
  }

  .xs\:focus\:-m-30\%:focus {
    margin: -30%;
  }

  .xs\:focus\:-m-40\%:focus {
    margin: -40%;
  }

  .xs\:focus\:-m-50\%:focus {
    margin: -50%;
  }

  .xs\:focus\:-m-60\%:focus {
    margin: -60%;
  }

  .xs\:focus\:-m-70\%:focus {
    margin: -70%;
  }

  .xs\:focus\:-m-80\%:focus {
    margin: -80%;
  }

  .xs\:focus\:-m-90\%:focus {
    margin: -90%;
  }

  .xs\:focus\:-m-95\%:focus {
    margin: -95%;
  }

  .xs\:focus\:-m-96\%:focus {
    margin: -96%;
  }

  .xs\:focus\:-m-97\%:focus {
    margin: -97%;
  }

  .xs\:focus\:-m-98\%:focus {
    margin: -98%;
  }

  .xs\:focus\:-m-99\%:focus {
    margin: -99%;
  }

  .xs\:focus\:-m-36vh:focus {
    margin: -36vh;
  }

  .xs\:focus\:-m-75vh:focus {
    margin: -75vh;
  }

  .xs\:focus\:-m-78vh:focus {
    margin: -78vh;
  }

  .xs\:focus\:-m-80vh:focus {
    margin: -80vh;
  }

  .xs\:focus\:-m-82vh:focus {
    margin: -82vh;
  }

  .xs\:focus\:my-0:focus {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:focus\:mx-0:focus {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:focus\:my-1:focus {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:focus\:mx-1:focus {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:focus\:my-2:focus {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:focus\:mx-2:focus {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:focus\:my-3:focus {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:focus\:mx-3:focus {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:focus\:my-4:focus {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:focus\:mx-4:focus {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:focus\:my-5:focus {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:focus\:mx-5:focus {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:focus\:my-6:focus {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:focus\:mx-6:focus {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:focus\:my-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:focus\:my-8:focus {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:focus\:mx-8:focus {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:focus\:my-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:focus\:my-10:focus {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:focus\:mx-10:focus {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:focus\:my-12:focus {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:focus\:mx-12:focus {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:focus\:my-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:focus\:my-15:focus {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xs\:focus\:mx-15:focus {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xs\:focus\:my-16:focus {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:focus\:mx-16:focus {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:focus\:my-18:focus {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xs\:focus\:mx-18:focus {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs\:focus\:my-20:focus {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:focus\:mx-20:focus {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:focus\:my-21:focus {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xs\:focus\:mx-21:focus {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xs\:focus\:my-22:focus {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:focus\:mx-22:focus {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:focus\:my-24:focus {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:focus\:mx-24:focus {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:focus\:my-26:focus {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:focus\:mx-26:focus {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:focus\:my-30:focus {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xs\:focus\:mx-30:focus {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xs\:focus\:my-32:focus {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:focus\:mx-32:focus {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:focus\:my-34:focus {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xs\:focus\:mx-34:focus {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xs\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:focus\:my-38:focus {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xs\:focus\:mx-38:focus {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xs\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:focus\:my-53:focus {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .xs\:focus\:mx-53:focus {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .xs\:focus\:my-54:focus {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xs\:focus\:mx-54:focus {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xs\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:focus\:my-74:focus {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xs\:focus\:mx-74:focus {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xs\:focus\:my-76:focus {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xs\:focus\:mx-76:focus {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xs\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:focus\:my-85:focus {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .xs\:focus\:mx-85:focus {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .xs\:focus\:my-100:focus {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xs\:focus\:mx-100:focus {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xs\:focus\:my-105:focus {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .xs\:focus\:mx-105:focus {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .xs\:focus\:my-107:focus {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .xs\:focus\:mx-107:focus {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .xs\:focus\:my-110:focus {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xs\:focus\:mx-110:focus {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xs\:focus\:my-120:focus {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xs\:focus\:mx-120:focus {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xs\:focus\:my-130:focus {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xs\:focus\:mx-130:focus {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xs\:focus\:my-auto:focus {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:focus\:mx-auto:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:focus\:my-px:focus {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:focus\:mx-px:focus {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:focus\:my-250px:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:focus\:mx-250px:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:focus\:my-1\/2\%:focus {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .xs\:focus\:mx-1\/2\%:focus {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .xs\:focus\:my-1\%:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:focus\:mx-1\%:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:focus\:my-2\%:focus {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .xs\:focus\:mx-2\%:focus {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xs\:focus\:my-3\%:focus {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .xs\:focus\:mx-3\%:focus {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xs\:focus\:my-4\%:focus {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .xs\:focus\:mx-4\%:focus {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xs\:focus\:my-5\%:focus {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xs\:focus\:mx-5\%:focus {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xs\:focus\:my-10\%:focus {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xs\:focus\:mx-10\%:focus {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xs\:focus\:my-20\%:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:focus\:mx-20\%:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:focus\:my-23\%:focus {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .xs\:focus\:mx-23\%:focus {
    margin-left: 23%;
    margin-right: 23%;
  }

  .xs\:focus\:my-25\%:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:focus\:mx-25\%:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:focus\:my-26\%:focus {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .xs\:focus\:mx-26\%:focus {
    margin-left: 26%;
    margin-right: 26%;
  }

  .xs\:focus\:my-30\%:focus {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xs\:focus\:mx-30\%:focus {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xs\:focus\:my-40\%:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:focus\:mx-40\%:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:focus\:my-50\%:focus {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:focus\:mx-50\%:focus {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:focus\:my-60\%:focus {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xs\:focus\:mx-60\%:focus {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xs\:focus\:my-70\%:focus {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xs\:focus\:mx-70\%:focus {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xs\:focus\:my-80\%:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:focus\:mx-80\%:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:focus\:my-90\%:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:focus\:mx-90\%:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:focus\:my-95\%:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:focus\:mx-95\%:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:focus\:my-96\%:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:focus\:mx-96\%:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:focus\:my-97\%:focus {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .xs\:focus\:mx-97\%:focus {
    margin-left: 97%;
    margin-right: 97%;
  }

  .xs\:focus\:my-98\%:focus {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .xs\:focus\:mx-98\%:focus {
    margin-left: 98%;
    margin-right: 98%;
  }

  .xs\:focus\:my-99\%:focus {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .xs\:focus\:mx-99\%:focus {
    margin-left: 99%;
    margin-right: 99%;
  }

  .xs\:focus\:my-36vh:focus {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .xs\:focus\:mx-36vh:focus {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .xs\:focus\:my-75vh:focus {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .xs\:focus\:mx-75vh:focus {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .xs\:focus\:my-78vh:focus {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .xs\:focus\:mx-78vh:focus {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .xs\:focus\:my-80vh:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:focus\:mx-80vh:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:focus\:my-82vh:focus {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .xs\:focus\:mx-82vh:focus {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .xs\:focus\:-my-1:focus {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:focus\:-mx-1:focus {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:focus\:-my-2:focus {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:focus\:-mx-2:focus {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:focus\:-my-3:focus {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:focus\:-mx-3:focus {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:focus\:-my-4:focus {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:focus\:-mx-4:focus {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:focus\:-my-5:focus {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:focus\:-mx-5:focus {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:focus\:-my-6:focus {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:focus\:-mx-6:focus {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:focus\:-my-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:focus\:-my-8:focus {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:focus\:-mx-8:focus {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:focus\:-my-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:focus\:-my-10:focus {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:focus\:-mx-10:focus {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:focus\:-my-12:focus {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:focus\:-mx-12:focus {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:focus\:-my-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:focus\:-my-15:focus {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xs\:focus\:-mx-15:focus {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xs\:focus\:-my-16:focus {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:focus\:-mx-16:focus {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:focus\:-my-18:focus {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xs\:focus\:-mx-18:focus {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xs\:focus\:-my-20:focus {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:focus\:-mx-20:focus {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:focus\:-my-21:focus {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xs\:focus\:-mx-21:focus {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xs\:focus\:-my-22:focus {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:focus\:-mx-22:focus {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:focus\:-my-24:focus {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:focus\:-mx-24:focus {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:focus\:-my-26:focus {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:focus\:-mx-26:focus {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:focus\:-my-30:focus {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xs\:focus\:-mx-30:focus {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xs\:focus\:-my-32:focus {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:focus\:-mx-32:focus {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:focus\:-my-34:focus {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xs\:focus\:-mx-34:focus {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xs\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:focus\:-my-38:focus {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xs\:focus\:-mx-38:focus {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xs\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:focus\:-my-53:focus {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .xs\:focus\:-mx-53:focus {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .xs\:focus\:-my-54:focus {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xs\:focus\:-mx-54:focus {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xs\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:focus\:-my-74:focus {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .xs\:focus\:-mx-74:focus {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .xs\:focus\:-my-76:focus {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xs\:focus\:-mx-76:focus {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xs\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:focus\:-my-85:focus {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .xs\:focus\:-mx-85:focus {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .xs\:focus\:-my-100:focus {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xs\:focus\:-mx-100:focus {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xs\:focus\:-my-105:focus {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .xs\:focus\:-mx-105:focus {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .xs\:focus\:-my-107:focus {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .xs\:focus\:-mx-107:focus {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .xs\:focus\:-my-110:focus {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xs\:focus\:-mx-110:focus {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xs\:focus\:-my-120:focus {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xs\:focus\:-mx-120:focus {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xs\:focus\:-my-130:focus {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xs\:focus\:-mx-130:focus {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xs\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:focus\:-my-250px:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:focus\:-mx-250px:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:focus\:-my-1\/2\%:focus {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .xs\:focus\:-mx-1\/2\%:focus {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .xs\:focus\:-my-1\%:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:focus\:-mx-1\%:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:focus\:-my-2\%:focus {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .xs\:focus\:-mx-2\%:focus {
    margin-left: -2%;
    margin-right: -2%;
  }

  .xs\:focus\:-my-3\%:focus {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .xs\:focus\:-mx-3\%:focus {
    margin-left: -3%;
    margin-right: -3%;
  }

  .xs\:focus\:-my-4\%:focus {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .xs\:focus\:-mx-4\%:focus {
    margin-left: -4%;
    margin-right: -4%;
  }

  .xs\:focus\:-my-5\%:focus {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xs\:focus\:-mx-5\%:focus {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xs\:focus\:-my-10\%:focus {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xs\:focus\:-mx-10\%:focus {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xs\:focus\:-my-20\%:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:focus\:-mx-20\%:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:focus\:-my-23\%:focus {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .xs\:focus\:-mx-23\%:focus {
    margin-left: -23%;
    margin-right: -23%;
  }

  .xs\:focus\:-my-25\%:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:focus\:-mx-25\%:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:focus\:-my-26\%:focus {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .xs\:focus\:-mx-26\%:focus {
    margin-left: -26%;
    margin-right: -26%;
  }

  .xs\:focus\:-my-30\%:focus {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xs\:focus\:-mx-30\%:focus {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xs\:focus\:-my-40\%:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:focus\:-mx-40\%:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:focus\:-my-50\%:focus {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:focus\:-mx-50\%:focus {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:focus\:-my-60\%:focus {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xs\:focus\:-mx-60\%:focus {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xs\:focus\:-my-70\%:focus {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xs\:focus\:-mx-70\%:focus {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xs\:focus\:-my-80\%:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:focus\:-mx-80\%:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:focus\:-my-90\%:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:focus\:-mx-90\%:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:focus\:-my-95\%:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:focus\:-mx-95\%:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:focus\:-my-96\%:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:focus\:-mx-96\%:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:focus\:-my-97\%:focus {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .xs\:focus\:-mx-97\%:focus {
    margin-left: -97%;
    margin-right: -97%;
  }

  .xs\:focus\:-my-98\%:focus {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .xs\:focus\:-mx-98\%:focus {
    margin-left: -98%;
    margin-right: -98%;
  }

  .xs\:focus\:-my-99\%:focus {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .xs\:focus\:-mx-99\%:focus {
    margin-left: -99%;
    margin-right: -99%;
  }

  .xs\:focus\:-my-36vh:focus {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .xs\:focus\:-mx-36vh:focus {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .xs\:focus\:-my-75vh:focus {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .xs\:focus\:-mx-75vh:focus {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .xs\:focus\:-my-78vh:focus {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .xs\:focus\:-mx-78vh:focus {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .xs\:focus\:-my-80vh:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:focus\:-mx-80vh:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:focus\:-my-82vh:focus {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .xs\:focus\:-mx-82vh:focus {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .xs\:focus\:mt-0:focus {
    margin-top: 0;
  }

  .xs\:focus\:mr-0:focus {
    margin-right: 0;
  }

  .xs\:focus\:mb-0:focus {
    margin-bottom: 0;
  }

  .xs\:focus\:ml-0:focus {
    margin-left: 0;
  }

  .xs\:focus\:mt-1:focus {
    margin-top: 0.25rem;
  }

  .xs\:focus\:mr-1:focus {
    margin-right: 0.25rem;
  }

  .xs\:focus\:mb-1:focus {
    margin-bottom: 0.25rem;
  }

  .xs\:focus\:ml-1:focus {
    margin-left: 0.25rem;
  }

  .xs\:focus\:mt-2:focus {
    margin-top: 0.5rem;
  }

  .xs\:focus\:mr-2:focus {
    margin-right: 0.5rem;
  }

  .xs\:focus\:mb-2:focus {
    margin-bottom: 0.5rem;
  }

  .xs\:focus\:ml-2:focus {
    margin-left: 0.5rem;
  }

  .xs\:focus\:mt-3:focus {
    margin-top: 0.75rem;
  }

  .xs\:focus\:mr-3:focus {
    margin-right: 0.75rem;
  }

  .xs\:focus\:mb-3:focus {
    margin-bottom: 0.75rem;
  }

  .xs\:focus\:ml-3:focus {
    margin-left: 0.75rem;
  }

  .xs\:focus\:mt-4:focus {
    margin-top: 1rem;
  }

  .xs\:focus\:mr-4:focus {
    margin-right: 1rem;
  }

  .xs\:focus\:mb-4:focus {
    margin-bottom: 1rem;
  }

  .xs\:focus\:ml-4:focus {
    margin-left: 1rem;
  }

  .xs\:focus\:mt-5:focus {
    margin-top: 1.25rem;
  }

  .xs\:focus\:mr-5:focus {
    margin-right: 1.25rem;
  }

  .xs\:focus\:mb-5:focus {
    margin-bottom: 1.25rem;
  }

  .xs\:focus\:ml-5:focus {
    margin-left: 1.25rem;
  }

  .xs\:focus\:mt-6:focus {
    margin-top: 1.5rem;
  }

  .xs\:focus\:mr-6:focus {
    margin-right: 1.5rem;
  }

  .xs\:focus\:mb-6:focus {
    margin-bottom: 1.5rem;
  }

  .xs\:focus\:ml-6:focus {
    margin-left: 1.5rem;
  }

  .xs\:focus\:mt-7:focus {
    margin-top: 1.75rem;
  }

  .xs\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .xs\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .xs\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .xs\:focus\:mt-8:focus {
    margin-top: 2rem;
  }

  .xs\:focus\:mr-8:focus {
    margin-right: 2rem;
  }

  .xs\:focus\:mb-8:focus {
    margin-bottom: 2rem;
  }

  .xs\:focus\:ml-8:focus {
    margin-left: 2rem;
  }

  .xs\:focus\:mt-9:focus {
    margin-top: 2.25rem;
  }

  .xs\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .xs\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .xs\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .xs\:focus\:mt-10:focus {
    margin-top: 2.5rem;
  }

  .xs\:focus\:mr-10:focus {
    margin-right: 2.5rem;
  }

  .xs\:focus\:mb-10:focus {
    margin-bottom: 2.5rem;
  }

  .xs\:focus\:ml-10:focus {
    margin-left: 2.5rem;
  }

  .xs\:focus\:mt-12:focus {
    margin-top: 3rem;
  }

  .xs\:focus\:mr-12:focus {
    margin-right: 3rem;
  }

  .xs\:focus\:mb-12:focus {
    margin-bottom: 3rem;
  }

  .xs\:focus\:ml-12:focus {
    margin-left: 3rem;
  }

  .xs\:focus\:mt-14:focus {
    margin-top: 3.5rem;
  }

  .xs\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .xs\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .xs\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .xs\:focus\:mt-15:focus {
    margin-top: 3.75rem;
  }

  .xs\:focus\:mr-15:focus {
    margin-right: 3.75rem;
  }

  .xs\:focus\:mb-15:focus {
    margin-bottom: 3.75rem;
  }

  .xs\:focus\:ml-15:focus {
    margin-left: 3.75rem;
  }

  .xs\:focus\:mt-16:focus {
    margin-top: 4rem;
  }

  .xs\:focus\:mr-16:focus {
    margin-right: 4rem;
  }

  .xs\:focus\:mb-16:focus {
    margin-bottom: 4rem;
  }

  .xs\:focus\:ml-16:focus {
    margin-left: 4rem;
  }

  .xs\:focus\:mt-18:focus {
    margin-top: 4.5rem;
  }

  .xs\:focus\:mr-18:focus {
    margin-right: 4.5rem;
  }

  .xs\:focus\:mb-18:focus {
    margin-bottom: 4.5rem;
  }

  .xs\:focus\:ml-18:focus {
    margin-left: 4.5rem;
  }

  .xs\:focus\:mt-20:focus {
    margin-top: 5rem;
  }

  .xs\:focus\:mr-20:focus {
    margin-right: 5rem;
  }

  .xs\:focus\:mb-20:focus {
    margin-bottom: 5rem;
  }

  .xs\:focus\:ml-20:focus {
    margin-left: 5rem;
  }

  .xs\:focus\:mt-21:focus {
    margin-top: 5.25rem;
  }

  .xs\:focus\:mr-21:focus {
    margin-right: 5.25rem;
  }

  .xs\:focus\:mb-21:focus {
    margin-bottom: 5.25rem;
  }

  .xs\:focus\:ml-21:focus {
    margin-left: 5.25rem;
  }

  .xs\:focus\:mt-22:focus {
    margin-top: 5.5rem;
  }

  .xs\:focus\:mr-22:focus {
    margin-right: 5.5rem;
  }

  .xs\:focus\:mb-22:focus {
    margin-bottom: 5.5rem;
  }

  .xs\:focus\:ml-22:focus {
    margin-left: 5.5rem;
  }

  .xs\:focus\:mt-24:focus {
    margin-top: 6rem;
  }

  .xs\:focus\:mr-24:focus {
    margin-right: 6rem;
  }

  .xs\:focus\:mb-24:focus {
    margin-bottom: 6rem;
  }

  .xs\:focus\:ml-24:focus {
    margin-left: 6rem;
  }

  .xs\:focus\:mt-26:focus {
    margin-top: 6.5rem;
  }

  .xs\:focus\:mr-26:focus {
    margin-right: 6.5rem;
  }

  .xs\:focus\:mb-26:focus {
    margin-bottom: 6.5rem;
  }

  .xs\:focus\:ml-26:focus {
    margin-left: 6.5rem;
  }

  .xs\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .xs\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .xs\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .xs\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .xs\:focus\:mt-30:focus {
    margin-top: 7.5rem;
  }

  .xs\:focus\:mr-30:focus {
    margin-right: 7.5rem;
  }

  .xs\:focus\:mb-30:focus {
    margin-bottom: 7.5rem;
  }

  .xs\:focus\:ml-30:focus {
    margin-left: 7.5rem;
  }

  .xs\:focus\:mt-32:focus {
    margin-top: 8rem;
  }

  .xs\:focus\:mr-32:focus {
    margin-right: 8rem;
  }

  .xs\:focus\:mb-32:focus {
    margin-bottom: 8rem;
  }

  .xs\:focus\:ml-32:focus {
    margin-left: 8rem;
  }

  .xs\:focus\:mt-34:focus {
    margin-top: 8.5rem;
  }

  .xs\:focus\:mr-34:focus {
    margin-right: 8.5rem;
  }

  .xs\:focus\:mb-34:focus {
    margin-bottom: 8.5rem;
  }

  .xs\:focus\:ml-34:focus {
    margin-left: 8.5rem;
  }

  .xs\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .xs\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .xs\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .xs\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .xs\:focus\:mt-38:focus {
    margin-top: 9.5rem;
  }

  .xs\:focus\:mr-38:focus {
    margin-right: 9.5rem;
  }

  .xs\:focus\:mb-38:focus {
    margin-bottom: 9.5rem;
  }

  .xs\:focus\:ml-38:focus {
    margin-left: 9.5rem;
  }

  .xs\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .xs\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .xs\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .xs\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .xs\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .xs\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .xs\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .xs\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .xs\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .xs\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .xs\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .xs\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .xs\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .xs\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .xs\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .xs\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .xs\:focus\:mt-53:focus {
    margin-top: 13.25rem;
  }

  .xs\:focus\:mr-53:focus {
    margin-right: 13.25rem;
  }

  .xs\:focus\:mb-53:focus {
    margin-bottom: 13.25rem;
  }

  .xs\:focus\:ml-53:focus {
    margin-left: 13.25rem;
  }

  .xs\:focus\:mt-54:focus {
    margin-top: 13.5rem;
  }

  .xs\:focus\:mr-54:focus {
    margin-right: 13.5rem;
  }

  .xs\:focus\:mb-54:focus {
    margin-bottom: 13.5rem;
  }

  .xs\:focus\:ml-54:focus {
    margin-left: 13.5rem;
  }

  .xs\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .xs\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .xs\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .xs\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .xs\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .xs\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .xs\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .xs\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .xs\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .xs\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .xs\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .xs\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .xs\:focus\:mt-74:focus {
    margin-top: 18.5rem;
  }

  .xs\:focus\:mr-74:focus {
    margin-right: 18.5rem;
  }

  .xs\:focus\:mb-74:focus {
    margin-bottom: 18.5rem;
  }

  .xs\:focus\:ml-74:focus {
    margin-left: 18.5rem;
  }

  .xs\:focus\:mt-76:focus {
    margin-top: 19rem;
  }

  .xs\:focus\:mr-76:focus {
    margin-right: 19rem;
  }

  .xs\:focus\:mb-76:focus {
    margin-bottom: 19rem;
  }

  .xs\:focus\:ml-76:focus {
    margin-left: 19rem;
  }

  .xs\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .xs\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .xs\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .xs\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .xs\:focus\:mt-85:focus {
    margin-top: 21.25rem;
  }

  .xs\:focus\:mr-85:focus {
    margin-right: 21.25rem;
  }

  .xs\:focus\:mb-85:focus {
    margin-bottom: 21.25rem;
  }

  .xs\:focus\:ml-85:focus {
    margin-left: 21.25rem;
  }

  .xs\:focus\:mt-100:focus {
    margin-top: 25rem;
  }

  .xs\:focus\:mr-100:focus {
    margin-right: 25rem;
  }

  .xs\:focus\:mb-100:focus {
    margin-bottom: 25rem;
  }

  .xs\:focus\:ml-100:focus {
    margin-left: 25rem;
  }

  .xs\:focus\:mt-105:focus {
    margin-top: 26.25rem;
  }

  .xs\:focus\:mr-105:focus {
    margin-right: 26.25rem;
  }

  .xs\:focus\:mb-105:focus {
    margin-bottom: 26.25rem;
  }

  .xs\:focus\:ml-105:focus {
    margin-left: 26.25rem;
  }

  .xs\:focus\:mt-107:focus {
    margin-top: 26.4rem;
  }

  .xs\:focus\:mr-107:focus {
    margin-right: 26.4rem;
  }

  .xs\:focus\:mb-107:focus {
    margin-bottom: 26.4rem;
  }

  .xs\:focus\:ml-107:focus {
    margin-left: 26.4rem;
  }

  .xs\:focus\:mt-110:focus {
    margin-top: 27.5rem;
  }

  .xs\:focus\:mr-110:focus {
    margin-right: 27.5rem;
  }

  .xs\:focus\:mb-110:focus {
    margin-bottom: 27.5rem;
  }

  .xs\:focus\:ml-110:focus {
    margin-left: 27.5rem;
  }

  .xs\:focus\:mt-120:focus {
    margin-top: 30rem;
  }

  .xs\:focus\:mr-120:focus {
    margin-right: 30rem;
  }

  .xs\:focus\:mb-120:focus {
    margin-bottom: 30rem;
  }

  .xs\:focus\:ml-120:focus {
    margin-left: 30rem;
  }

  .xs\:focus\:mt-130:focus {
    margin-top: 38rem;
  }

  .xs\:focus\:mr-130:focus {
    margin-right: 38rem;
  }

  .xs\:focus\:mb-130:focus {
    margin-bottom: 38rem;
  }

  .xs\:focus\:ml-130:focus {
    margin-left: 38rem;
  }

  .xs\:focus\:mt-auto:focus {
    margin-top: auto;
  }

  .xs\:focus\:mr-auto:focus {
    margin-right: auto;
  }

  .xs\:focus\:mb-auto:focus {
    margin-bottom: auto;
  }

  .xs\:focus\:ml-auto:focus {
    margin-left: auto;
  }

  .xs\:focus\:mt-px:focus {
    margin-top: 1px;
  }

  .xs\:focus\:mr-px:focus {
    margin-right: 1px;
  }

  .xs\:focus\:mb-px:focus {
    margin-bottom: 1px;
  }

  .xs\:focus\:ml-px:focus {
    margin-left: 1px;
  }

  .xs\:focus\:mt-250px:focus {
    margin-top: 250px;
  }

  .xs\:focus\:mr-250px:focus {
    margin-right: 250px;
  }

  .xs\:focus\:mb-250px:focus {
    margin-bottom: 250px;
  }

  .xs\:focus\:ml-250px:focus {
    margin-left: 250px;
  }

  .xs\:focus\:mt-1\/2\%:focus {
    margin-top: 0.5%;
  }

  .xs\:focus\:mr-1\/2\%:focus {
    margin-right: 0.5%;
  }

  .xs\:focus\:mb-1\/2\%:focus {
    margin-bottom: 0.5%;
  }

  .xs\:focus\:ml-1\/2\%:focus {
    margin-left: 0.5%;
  }

  .xs\:focus\:mt-1\%:focus {
    margin-top: 1%;
  }

  .xs\:focus\:mr-1\%:focus {
    margin-right: 1%;
  }

  .xs\:focus\:mb-1\%:focus {
    margin-bottom: 1%;
  }

  .xs\:focus\:ml-1\%:focus {
    margin-left: 1%;
  }

  .xs\:focus\:mt-2\%:focus {
    margin-top: 2%;
  }

  .xs\:focus\:mr-2\%:focus {
    margin-right: 2%;
  }

  .xs\:focus\:mb-2\%:focus {
    margin-bottom: 2%;
  }

  .xs\:focus\:ml-2\%:focus {
    margin-left: 2%;
  }

  .xs\:focus\:mt-3\%:focus {
    margin-top: 3%;
  }

  .xs\:focus\:mr-3\%:focus {
    margin-right: 3%;
  }

  .xs\:focus\:mb-3\%:focus {
    margin-bottom: 3%;
  }

  .xs\:focus\:ml-3\%:focus {
    margin-left: 3%;
  }

  .xs\:focus\:mt-4\%:focus {
    margin-top: 4%;
  }

  .xs\:focus\:mr-4\%:focus {
    margin-right: 4%;
  }

  .xs\:focus\:mb-4\%:focus {
    margin-bottom: 4%;
  }

  .xs\:focus\:ml-4\%:focus {
    margin-left: 4%;
  }

  .xs\:focus\:mt-5\%:focus {
    margin-top: 5%;
  }

  .xs\:focus\:mr-5\%:focus {
    margin-right: 5%;
  }

  .xs\:focus\:mb-5\%:focus {
    margin-bottom: 5%;
  }

  .xs\:focus\:ml-5\%:focus {
    margin-left: 5%;
  }

  .xs\:focus\:mt-10\%:focus {
    margin-top: 10%;
  }

  .xs\:focus\:mr-10\%:focus {
    margin-right: 10%;
  }

  .xs\:focus\:mb-10\%:focus {
    margin-bottom: 10%;
  }

  .xs\:focus\:ml-10\%:focus {
    margin-left: 10%;
  }

  .xs\:focus\:mt-20\%:focus {
    margin-top: 20%;
  }

  .xs\:focus\:mr-20\%:focus {
    margin-right: 20%;
  }

  .xs\:focus\:mb-20\%:focus {
    margin-bottom: 20%;
  }

  .xs\:focus\:ml-20\%:focus {
    margin-left: 20%;
  }

  .xs\:focus\:mt-23\%:focus {
    margin-top: 23%;
  }

  .xs\:focus\:mr-23\%:focus {
    margin-right: 23%;
  }

  .xs\:focus\:mb-23\%:focus {
    margin-bottom: 23%;
  }

  .xs\:focus\:ml-23\%:focus {
    margin-left: 23%;
  }

  .xs\:focus\:mt-25\%:focus {
    margin-top: 25%;
  }

  .xs\:focus\:mr-25\%:focus {
    margin-right: 25%;
  }

  .xs\:focus\:mb-25\%:focus {
    margin-bottom: 25%;
  }

  .xs\:focus\:ml-25\%:focus {
    margin-left: 25%;
  }

  .xs\:focus\:mt-26\%:focus {
    margin-top: 26%;
  }

  .xs\:focus\:mr-26\%:focus {
    margin-right: 26%;
  }

  .xs\:focus\:mb-26\%:focus {
    margin-bottom: 26%;
  }

  .xs\:focus\:ml-26\%:focus {
    margin-left: 26%;
  }

  .xs\:focus\:mt-30\%:focus {
    margin-top: 30%;
  }

  .xs\:focus\:mr-30\%:focus {
    margin-right: 30%;
  }

  .xs\:focus\:mb-30\%:focus {
    margin-bottom: 30%;
  }

  .xs\:focus\:ml-30\%:focus {
    margin-left: 30%;
  }

  .xs\:focus\:mt-40\%:focus {
    margin-top: 40%;
  }

  .xs\:focus\:mr-40\%:focus {
    margin-right: 40%;
  }

  .xs\:focus\:mb-40\%:focus {
    margin-bottom: 40%;
  }

  .xs\:focus\:ml-40\%:focus {
    margin-left: 40%;
  }

  .xs\:focus\:mt-50\%:focus {
    margin-top: 50%;
  }

  .xs\:focus\:mr-50\%:focus {
    margin-right: 50%;
  }

  .xs\:focus\:mb-50\%:focus {
    margin-bottom: 50%;
  }

  .xs\:focus\:ml-50\%:focus {
    margin-left: 50%;
  }

  .xs\:focus\:mt-60\%:focus {
    margin-top: 60%;
  }

  .xs\:focus\:mr-60\%:focus {
    margin-right: 60%;
  }

  .xs\:focus\:mb-60\%:focus {
    margin-bottom: 60%;
  }

  .xs\:focus\:ml-60\%:focus {
    margin-left: 60%;
  }

  .xs\:focus\:mt-70\%:focus {
    margin-top: 70%;
  }

  .xs\:focus\:mr-70\%:focus {
    margin-right: 70%;
  }

  .xs\:focus\:mb-70\%:focus {
    margin-bottom: 70%;
  }

  .xs\:focus\:ml-70\%:focus {
    margin-left: 70%;
  }

  .xs\:focus\:mt-80\%:focus {
    margin-top: 80%;
  }

  .xs\:focus\:mr-80\%:focus {
    margin-right: 80%;
  }

  .xs\:focus\:mb-80\%:focus {
    margin-bottom: 80%;
  }

  .xs\:focus\:ml-80\%:focus {
    margin-left: 80%;
  }

  .xs\:focus\:mt-90\%:focus {
    margin-top: 90%;
  }

  .xs\:focus\:mr-90\%:focus {
    margin-right: 90%;
  }

  .xs\:focus\:mb-90\%:focus {
    margin-bottom: 90%;
  }

  .xs\:focus\:ml-90\%:focus {
    margin-left: 90%;
  }

  .xs\:focus\:mt-95\%:focus {
    margin-top: 95%;
  }

  .xs\:focus\:mr-95\%:focus {
    margin-right: 95%;
  }

  .xs\:focus\:mb-95\%:focus {
    margin-bottom: 95%;
  }

  .xs\:focus\:ml-95\%:focus {
    margin-left: 95%;
  }

  .xs\:focus\:mt-96\%:focus {
    margin-top: 96%;
  }

  .xs\:focus\:mr-96\%:focus {
    margin-right: 96%;
  }

  .xs\:focus\:mb-96\%:focus {
    margin-bottom: 96%;
  }

  .xs\:focus\:ml-96\%:focus {
    margin-left: 96%;
  }

  .xs\:focus\:mt-97\%:focus {
    margin-top: 97%;
  }

  .xs\:focus\:mr-97\%:focus {
    margin-right: 97%;
  }

  .xs\:focus\:mb-97\%:focus {
    margin-bottom: 97%;
  }

  .xs\:focus\:ml-97\%:focus {
    margin-left: 97%;
  }

  .xs\:focus\:mt-98\%:focus {
    margin-top: 98%;
  }

  .xs\:focus\:mr-98\%:focus {
    margin-right: 98%;
  }

  .xs\:focus\:mb-98\%:focus {
    margin-bottom: 98%;
  }

  .xs\:focus\:ml-98\%:focus {
    margin-left: 98%;
  }

  .xs\:focus\:mt-99\%:focus {
    margin-top: 99%;
  }

  .xs\:focus\:mr-99\%:focus {
    margin-right: 99%;
  }

  .xs\:focus\:mb-99\%:focus {
    margin-bottom: 99%;
  }

  .xs\:focus\:ml-99\%:focus {
    margin-left: 99%;
  }

  .xs\:focus\:mt-36vh:focus {
    margin-top: 36vh;
  }

  .xs\:focus\:mr-36vh:focus {
    margin-right: 36vh;
  }

  .xs\:focus\:mb-36vh:focus {
    margin-bottom: 36vh;
  }

  .xs\:focus\:ml-36vh:focus {
    margin-left: 36vh;
  }

  .xs\:focus\:mt-75vh:focus {
    margin-top: 75vh;
  }

  .xs\:focus\:mr-75vh:focus {
    margin-right: 75vh;
  }

  .xs\:focus\:mb-75vh:focus {
    margin-bottom: 75vh;
  }

  .xs\:focus\:ml-75vh:focus {
    margin-left: 75vh;
  }

  .xs\:focus\:mt-78vh:focus {
    margin-top: 78vh;
  }

  .xs\:focus\:mr-78vh:focus {
    margin-right: 78vh;
  }

  .xs\:focus\:mb-78vh:focus {
    margin-bottom: 78vh;
  }

  .xs\:focus\:ml-78vh:focus {
    margin-left: 78vh;
  }

  .xs\:focus\:mt-80vh:focus {
    margin-top: 80vh;
  }

  .xs\:focus\:mr-80vh:focus {
    margin-right: 80vh;
  }

  .xs\:focus\:mb-80vh:focus {
    margin-bottom: 80vh;
  }

  .xs\:focus\:ml-80vh:focus {
    margin-left: 80vh;
  }

  .xs\:focus\:mt-82vh:focus {
    margin-top: 82vh;
  }

  .xs\:focus\:mr-82vh:focus {
    margin-right: 82vh;
  }

  .xs\:focus\:mb-82vh:focus {
    margin-bottom: 82vh;
  }

  .xs\:focus\:ml-82vh:focus {
    margin-left: 82vh;
  }

  .xs\:focus\:-mt-1:focus {
    margin-top: -0.25rem;
  }

  .xs\:focus\:-mr-1:focus {
    margin-right: -0.25rem;
  }

  .xs\:focus\:-mb-1:focus {
    margin-bottom: -0.25rem;
  }

  .xs\:focus\:-ml-1:focus {
    margin-left: -0.25rem;
  }

  .xs\:focus\:-mt-2:focus {
    margin-top: -0.5rem;
  }

  .xs\:focus\:-mr-2:focus {
    margin-right: -0.5rem;
  }

  .xs\:focus\:-mb-2:focus {
    margin-bottom: -0.5rem;
  }

  .xs\:focus\:-ml-2:focus {
    margin-left: -0.5rem;
  }

  .xs\:focus\:-mt-3:focus {
    margin-top: -0.75rem;
  }

  .xs\:focus\:-mr-3:focus {
    margin-right: -0.75rem;
  }

  .xs\:focus\:-mb-3:focus {
    margin-bottom: -0.75rem;
  }

  .xs\:focus\:-ml-3:focus {
    margin-left: -0.75rem;
  }

  .xs\:focus\:-mt-4:focus {
    margin-top: -1rem;
  }

  .xs\:focus\:-mr-4:focus {
    margin-right: -1rem;
  }

  .xs\:focus\:-mb-4:focus {
    margin-bottom: -1rem;
  }

  .xs\:focus\:-ml-4:focus {
    margin-left: -1rem;
  }

  .xs\:focus\:-mt-5:focus {
    margin-top: -1.25rem;
  }

  .xs\:focus\:-mr-5:focus {
    margin-right: -1.25rem;
  }

  .xs\:focus\:-mb-5:focus {
    margin-bottom: -1.25rem;
  }

  .xs\:focus\:-ml-5:focus {
    margin-left: -1.25rem;
  }

  .xs\:focus\:-mt-6:focus {
    margin-top: -1.5rem;
  }

  .xs\:focus\:-mr-6:focus {
    margin-right: -1.5rem;
  }

  .xs\:focus\:-mb-6:focus {
    margin-bottom: -1.5rem;
  }

  .xs\:focus\:-ml-6:focus {
    margin-left: -1.5rem;
  }

  .xs\:focus\:-mt-7:focus {
    margin-top: -1.75rem;
  }

  .xs\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .xs\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .xs\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .xs\:focus\:-mt-8:focus {
    margin-top: -2rem;
  }

  .xs\:focus\:-mr-8:focus {
    margin-right: -2rem;
  }

  .xs\:focus\:-mb-8:focus {
    margin-bottom: -2rem;
  }

  .xs\:focus\:-ml-8:focus {
    margin-left: -2rem;
  }

  .xs\:focus\:-mt-9:focus {
    margin-top: -2.25rem;
  }

  .xs\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .xs\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .xs\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .xs\:focus\:-mt-10:focus {
    margin-top: -2.5rem;
  }

  .xs\:focus\:-mr-10:focus {
    margin-right: -2.5rem;
  }

  .xs\:focus\:-mb-10:focus {
    margin-bottom: -2.5rem;
  }

  .xs\:focus\:-ml-10:focus {
    margin-left: -2.5rem;
  }

  .xs\:focus\:-mt-12:focus {
    margin-top: -3rem;
  }

  .xs\:focus\:-mr-12:focus {
    margin-right: -3rem;
  }

  .xs\:focus\:-mb-12:focus {
    margin-bottom: -3rem;
  }

  .xs\:focus\:-ml-12:focus {
    margin-left: -3rem;
  }

  .xs\:focus\:-mt-14:focus {
    margin-top: -3.5rem;
  }

  .xs\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .xs\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .xs\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .xs\:focus\:-mt-15:focus {
    margin-top: -3.75rem;
  }

  .xs\:focus\:-mr-15:focus {
    margin-right: -3.75rem;
  }

  .xs\:focus\:-mb-15:focus {
    margin-bottom: -3.75rem;
  }

  .xs\:focus\:-ml-15:focus {
    margin-left: -3.75rem;
  }

  .xs\:focus\:-mt-16:focus {
    margin-top: -4rem;
  }

  .xs\:focus\:-mr-16:focus {
    margin-right: -4rem;
  }

  .xs\:focus\:-mb-16:focus {
    margin-bottom: -4rem;
  }

  .xs\:focus\:-ml-16:focus {
    margin-left: -4rem;
  }

  .xs\:focus\:-mt-18:focus {
    margin-top: -4.5rem;
  }

  .xs\:focus\:-mr-18:focus {
    margin-right: -4.5rem;
  }

  .xs\:focus\:-mb-18:focus {
    margin-bottom: -4.5rem;
  }

  .xs\:focus\:-ml-18:focus {
    margin-left: -4.5rem;
  }

  .xs\:focus\:-mt-20:focus {
    margin-top: -5rem;
  }

  .xs\:focus\:-mr-20:focus {
    margin-right: -5rem;
  }

  .xs\:focus\:-mb-20:focus {
    margin-bottom: -5rem;
  }

  .xs\:focus\:-ml-20:focus {
    margin-left: -5rem;
  }

  .xs\:focus\:-mt-21:focus {
    margin-top: -5.25rem;
  }

  .xs\:focus\:-mr-21:focus {
    margin-right: -5.25rem;
  }

  .xs\:focus\:-mb-21:focus {
    margin-bottom: -5.25rem;
  }

  .xs\:focus\:-ml-21:focus {
    margin-left: -5.25rem;
  }

  .xs\:focus\:-mt-22:focus {
    margin-top: -5.5rem;
  }

  .xs\:focus\:-mr-22:focus {
    margin-right: -5.5rem;
  }

  .xs\:focus\:-mb-22:focus {
    margin-bottom: -5.5rem;
  }

  .xs\:focus\:-ml-22:focus {
    margin-left: -5.5rem;
  }

  .xs\:focus\:-mt-24:focus {
    margin-top: -6rem;
  }

  .xs\:focus\:-mr-24:focus {
    margin-right: -6rem;
  }

  .xs\:focus\:-mb-24:focus {
    margin-bottom: -6rem;
  }

  .xs\:focus\:-ml-24:focus {
    margin-left: -6rem;
  }

  .xs\:focus\:-mt-26:focus {
    margin-top: -6.5rem;
  }

  .xs\:focus\:-mr-26:focus {
    margin-right: -6.5rem;
  }

  .xs\:focus\:-mb-26:focus {
    margin-bottom: -6.5rem;
  }

  .xs\:focus\:-ml-26:focus {
    margin-left: -6.5rem;
  }

  .xs\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .xs\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .xs\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .xs\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .xs\:focus\:-mt-30:focus {
    margin-top: -7.5rem;
  }

  .xs\:focus\:-mr-30:focus {
    margin-right: -7.5rem;
  }

  .xs\:focus\:-mb-30:focus {
    margin-bottom: -7.5rem;
  }

  .xs\:focus\:-ml-30:focus {
    margin-left: -7.5rem;
  }

  .xs\:focus\:-mt-32:focus {
    margin-top: -8rem;
  }

  .xs\:focus\:-mr-32:focus {
    margin-right: -8rem;
  }

  .xs\:focus\:-mb-32:focus {
    margin-bottom: -8rem;
  }

  .xs\:focus\:-ml-32:focus {
    margin-left: -8rem;
  }

  .xs\:focus\:-mt-34:focus {
    margin-top: -8.5rem;
  }

  .xs\:focus\:-mr-34:focus {
    margin-right: -8.5rem;
  }

  .xs\:focus\:-mb-34:focus {
    margin-bottom: -8.5rem;
  }

  .xs\:focus\:-ml-34:focus {
    margin-left: -8.5rem;
  }

  .xs\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .xs\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .xs\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .xs\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .xs\:focus\:-mt-38:focus {
    margin-top: -9.5rem;
  }

  .xs\:focus\:-mr-38:focus {
    margin-right: -9.5rem;
  }

  .xs\:focus\:-mb-38:focus {
    margin-bottom: -9.5rem;
  }

  .xs\:focus\:-ml-38:focus {
    margin-left: -9.5rem;
  }

  .xs\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .xs\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .xs\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .xs\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .xs\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .xs\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .xs\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .xs\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .xs\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .xs\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .xs\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .xs\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .xs\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .xs\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .xs\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .xs\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .xs\:focus\:-mt-53:focus {
    margin-top: -13.25rem;
  }

  .xs\:focus\:-mr-53:focus {
    margin-right: -13.25rem;
  }

  .xs\:focus\:-mb-53:focus {
    margin-bottom: -13.25rem;
  }

  .xs\:focus\:-ml-53:focus {
    margin-left: -13.25rem;
  }

  .xs\:focus\:-mt-54:focus {
    margin-top: -13.5rem;
  }

  .xs\:focus\:-mr-54:focus {
    margin-right: -13.5rem;
  }

  .xs\:focus\:-mb-54:focus {
    margin-bottom: -13.5rem;
  }

  .xs\:focus\:-ml-54:focus {
    margin-left: -13.5rem;
  }

  .xs\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .xs\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .xs\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .xs\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .xs\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .xs\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .xs\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .xs\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .xs\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .xs\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .xs\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .xs\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .xs\:focus\:-mt-74:focus {
    margin-top: -18.5rem;
  }

  .xs\:focus\:-mr-74:focus {
    margin-right: -18.5rem;
  }

  .xs\:focus\:-mb-74:focus {
    margin-bottom: -18.5rem;
  }

  .xs\:focus\:-ml-74:focus {
    margin-left: -18.5rem;
  }

  .xs\:focus\:-mt-76:focus {
    margin-top: -19rem;
  }

  .xs\:focus\:-mr-76:focus {
    margin-right: -19rem;
  }

  .xs\:focus\:-mb-76:focus {
    margin-bottom: -19rem;
  }

  .xs\:focus\:-ml-76:focus {
    margin-left: -19rem;
  }

  .xs\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .xs\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .xs\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .xs\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .xs\:focus\:-mt-85:focus {
    margin-top: -21.25rem;
  }

  .xs\:focus\:-mr-85:focus {
    margin-right: -21.25rem;
  }

  .xs\:focus\:-mb-85:focus {
    margin-bottom: -21.25rem;
  }

  .xs\:focus\:-ml-85:focus {
    margin-left: -21.25rem;
  }

  .xs\:focus\:-mt-100:focus {
    margin-top: -25rem;
  }

  .xs\:focus\:-mr-100:focus {
    margin-right: -25rem;
  }

  .xs\:focus\:-mb-100:focus {
    margin-bottom: -25rem;
  }

  .xs\:focus\:-ml-100:focus {
    margin-left: -25rem;
  }

  .xs\:focus\:-mt-105:focus {
    margin-top: -26.25rem;
  }

  .xs\:focus\:-mr-105:focus {
    margin-right: -26.25rem;
  }

  .xs\:focus\:-mb-105:focus {
    margin-bottom: -26.25rem;
  }

  .xs\:focus\:-ml-105:focus {
    margin-left: -26.25rem;
  }

  .xs\:focus\:-mt-107:focus {
    margin-top: -26.4rem;
  }

  .xs\:focus\:-mr-107:focus {
    margin-right: -26.4rem;
  }

  .xs\:focus\:-mb-107:focus {
    margin-bottom: -26.4rem;
  }

  .xs\:focus\:-ml-107:focus {
    margin-left: -26.4rem;
  }

  .xs\:focus\:-mt-110:focus {
    margin-top: -27.5rem;
  }

  .xs\:focus\:-mr-110:focus {
    margin-right: -27.5rem;
  }

  .xs\:focus\:-mb-110:focus {
    margin-bottom: -27.5rem;
  }

  .xs\:focus\:-ml-110:focus {
    margin-left: -27.5rem;
  }

  .xs\:focus\:-mt-120:focus {
    margin-top: -30rem;
  }

  .xs\:focus\:-mr-120:focus {
    margin-right: -30rem;
  }

  .xs\:focus\:-mb-120:focus {
    margin-bottom: -30rem;
  }

  .xs\:focus\:-ml-120:focus {
    margin-left: -30rem;
  }

  .xs\:focus\:-mt-130:focus {
    margin-top: -38rem;
  }

  .xs\:focus\:-mr-130:focus {
    margin-right: -38rem;
  }

  .xs\:focus\:-mb-130:focus {
    margin-bottom: -38rem;
  }

  .xs\:focus\:-ml-130:focus {
    margin-left: -38rem;
  }

  .xs\:focus\:-mt-px:focus {
    margin-top: -1px;
  }

  .xs\:focus\:-mr-px:focus {
    margin-right: -1px;
  }

  .xs\:focus\:-mb-px:focus {
    margin-bottom: -1px;
  }

  .xs\:focus\:-ml-px:focus {
    margin-left: -1px;
  }

  .xs\:focus\:-mt-250px:focus {
    margin-top: -250px;
  }

  .xs\:focus\:-mr-250px:focus {
    margin-right: -250px;
  }

  .xs\:focus\:-mb-250px:focus {
    margin-bottom: -250px;
  }

  .xs\:focus\:-ml-250px:focus {
    margin-left: -250px;
  }

  .xs\:focus\:-mt-1\/2\%:focus {
    margin-top: -0.5%;
  }

  .xs\:focus\:-mr-1\/2\%:focus {
    margin-right: -0.5%;
  }

  .xs\:focus\:-mb-1\/2\%:focus {
    margin-bottom: -0.5%;
  }

  .xs\:focus\:-ml-1\/2\%:focus {
    margin-left: -0.5%;
  }

  .xs\:focus\:-mt-1\%:focus {
    margin-top: -1%;
  }

  .xs\:focus\:-mr-1\%:focus {
    margin-right: -1%;
  }

  .xs\:focus\:-mb-1\%:focus {
    margin-bottom: -1%;
  }

  .xs\:focus\:-ml-1\%:focus {
    margin-left: -1%;
  }

  .xs\:focus\:-mt-2\%:focus {
    margin-top: -2%;
  }

  .xs\:focus\:-mr-2\%:focus {
    margin-right: -2%;
  }

  .xs\:focus\:-mb-2\%:focus {
    margin-bottom: -2%;
  }

  .xs\:focus\:-ml-2\%:focus {
    margin-left: -2%;
  }

  .xs\:focus\:-mt-3\%:focus {
    margin-top: -3%;
  }

  .xs\:focus\:-mr-3\%:focus {
    margin-right: -3%;
  }

  .xs\:focus\:-mb-3\%:focus {
    margin-bottom: -3%;
  }

  .xs\:focus\:-ml-3\%:focus {
    margin-left: -3%;
  }

  .xs\:focus\:-mt-4\%:focus {
    margin-top: -4%;
  }

  .xs\:focus\:-mr-4\%:focus {
    margin-right: -4%;
  }

  .xs\:focus\:-mb-4\%:focus {
    margin-bottom: -4%;
  }

  .xs\:focus\:-ml-4\%:focus {
    margin-left: -4%;
  }

  .xs\:focus\:-mt-5\%:focus {
    margin-top: -5%;
  }

  .xs\:focus\:-mr-5\%:focus {
    margin-right: -5%;
  }

  .xs\:focus\:-mb-5\%:focus {
    margin-bottom: -5%;
  }

  .xs\:focus\:-ml-5\%:focus {
    margin-left: -5%;
  }

  .xs\:focus\:-mt-10\%:focus {
    margin-top: -10%;
  }

  .xs\:focus\:-mr-10\%:focus {
    margin-right: -10%;
  }

  .xs\:focus\:-mb-10\%:focus {
    margin-bottom: -10%;
  }

  .xs\:focus\:-ml-10\%:focus {
    margin-left: -10%;
  }

  .xs\:focus\:-mt-20\%:focus {
    margin-top: -20%;
  }

  .xs\:focus\:-mr-20\%:focus {
    margin-right: -20%;
  }

  .xs\:focus\:-mb-20\%:focus {
    margin-bottom: -20%;
  }

  .xs\:focus\:-ml-20\%:focus {
    margin-left: -20%;
  }

  .xs\:focus\:-mt-23\%:focus {
    margin-top: -23%;
  }

  .xs\:focus\:-mr-23\%:focus {
    margin-right: -23%;
  }

  .xs\:focus\:-mb-23\%:focus {
    margin-bottom: -23%;
  }

  .xs\:focus\:-ml-23\%:focus {
    margin-left: -23%;
  }

  .xs\:focus\:-mt-25\%:focus {
    margin-top: -25%;
  }

  .xs\:focus\:-mr-25\%:focus {
    margin-right: -25%;
  }

  .xs\:focus\:-mb-25\%:focus {
    margin-bottom: -25%;
  }

  .xs\:focus\:-ml-25\%:focus {
    margin-left: -25%;
  }

  .xs\:focus\:-mt-26\%:focus {
    margin-top: -26%;
  }

  .xs\:focus\:-mr-26\%:focus {
    margin-right: -26%;
  }

  .xs\:focus\:-mb-26\%:focus {
    margin-bottom: -26%;
  }

  .xs\:focus\:-ml-26\%:focus {
    margin-left: -26%;
  }

  .xs\:focus\:-mt-30\%:focus {
    margin-top: -30%;
  }

  .xs\:focus\:-mr-30\%:focus {
    margin-right: -30%;
  }

  .xs\:focus\:-mb-30\%:focus {
    margin-bottom: -30%;
  }

  .xs\:focus\:-ml-30\%:focus {
    margin-left: -30%;
  }

  .xs\:focus\:-mt-40\%:focus {
    margin-top: -40%;
  }

  .xs\:focus\:-mr-40\%:focus {
    margin-right: -40%;
  }

  .xs\:focus\:-mb-40\%:focus {
    margin-bottom: -40%;
  }

  .xs\:focus\:-ml-40\%:focus {
    margin-left: -40%;
  }

  .xs\:focus\:-mt-50\%:focus {
    margin-top: -50%;
  }

  .xs\:focus\:-mr-50\%:focus {
    margin-right: -50%;
  }

  .xs\:focus\:-mb-50\%:focus {
    margin-bottom: -50%;
  }

  .xs\:focus\:-ml-50\%:focus {
    margin-left: -50%;
  }

  .xs\:focus\:-mt-60\%:focus {
    margin-top: -60%;
  }

  .xs\:focus\:-mr-60\%:focus {
    margin-right: -60%;
  }

  .xs\:focus\:-mb-60\%:focus {
    margin-bottom: -60%;
  }

  .xs\:focus\:-ml-60\%:focus {
    margin-left: -60%;
  }

  .xs\:focus\:-mt-70\%:focus {
    margin-top: -70%;
  }

  .xs\:focus\:-mr-70\%:focus {
    margin-right: -70%;
  }

  .xs\:focus\:-mb-70\%:focus {
    margin-bottom: -70%;
  }

  .xs\:focus\:-ml-70\%:focus {
    margin-left: -70%;
  }

  .xs\:focus\:-mt-80\%:focus {
    margin-top: -80%;
  }

  .xs\:focus\:-mr-80\%:focus {
    margin-right: -80%;
  }

  .xs\:focus\:-mb-80\%:focus {
    margin-bottom: -80%;
  }

  .xs\:focus\:-ml-80\%:focus {
    margin-left: -80%;
  }

  .xs\:focus\:-mt-90\%:focus {
    margin-top: -90%;
  }

  .xs\:focus\:-mr-90\%:focus {
    margin-right: -90%;
  }

  .xs\:focus\:-mb-90\%:focus {
    margin-bottom: -90%;
  }

  .xs\:focus\:-ml-90\%:focus {
    margin-left: -90%;
  }

  .xs\:focus\:-mt-95\%:focus {
    margin-top: -95%;
  }

  .xs\:focus\:-mr-95\%:focus {
    margin-right: -95%;
  }

  .xs\:focus\:-mb-95\%:focus {
    margin-bottom: -95%;
  }

  .xs\:focus\:-ml-95\%:focus {
    margin-left: -95%;
  }

  .xs\:focus\:-mt-96\%:focus {
    margin-top: -96%;
  }

  .xs\:focus\:-mr-96\%:focus {
    margin-right: -96%;
  }

  .xs\:focus\:-mb-96\%:focus {
    margin-bottom: -96%;
  }

  .xs\:focus\:-ml-96\%:focus {
    margin-left: -96%;
  }

  .xs\:focus\:-mt-97\%:focus {
    margin-top: -97%;
  }

  .xs\:focus\:-mr-97\%:focus {
    margin-right: -97%;
  }

  .xs\:focus\:-mb-97\%:focus {
    margin-bottom: -97%;
  }

  .xs\:focus\:-ml-97\%:focus {
    margin-left: -97%;
  }

  .xs\:focus\:-mt-98\%:focus {
    margin-top: -98%;
  }

  .xs\:focus\:-mr-98\%:focus {
    margin-right: -98%;
  }

  .xs\:focus\:-mb-98\%:focus {
    margin-bottom: -98%;
  }

  .xs\:focus\:-ml-98\%:focus {
    margin-left: -98%;
  }

  .xs\:focus\:-mt-99\%:focus {
    margin-top: -99%;
  }

  .xs\:focus\:-mr-99\%:focus {
    margin-right: -99%;
  }

  .xs\:focus\:-mb-99\%:focus {
    margin-bottom: -99%;
  }

  .xs\:focus\:-ml-99\%:focus {
    margin-left: -99%;
  }

  .xs\:focus\:-mt-36vh:focus {
    margin-top: -36vh;
  }

  .xs\:focus\:-mr-36vh:focus {
    margin-right: -36vh;
  }

  .xs\:focus\:-mb-36vh:focus {
    margin-bottom: -36vh;
  }

  .xs\:focus\:-ml-36vh:focus {
    margin-left: -36vh;
  }

  .xs\:focus\:-mt-75vh:focus {
    margin-top: -75vh;
  }

  .xs\:focus\:-mr-75vh:focus {
    margin-right: -75vh;
  }

  .xs\:focus\:-mb-75vh:focus {
    margin-bottom: -75vh;
  }

  .xs\:focus\:-ml-75vh:focus {
    margin-left: -75vh;
  }

  .xs\:focus\:-mt-78vh:focus {
    margin-top: -78vh;
  }

  .xs\:focus\:-mr-78vh:focus {
    margin-right: -78vh;
  }

  .xs\:focus\:-mb-78vh:focus {
    margin-bottom: -78vh;
  }

  .xs\:focus\:-ml-78vh:focus {
    margin-left: -78vh;
  }

  .xs\:focus\:-mt-80vh:focus {
    margin-top: -80vh;
  }

  .xs\:focus\:-mr-80vh:focus {
    margin-right: -80vh;
  }

  .xs\:focus\:-mb-80vh:focus {
    margin-bottom: -80vh;
  }

  .xs\:focus\:-ml-80vh:focus {
    margin-left: -80vh;
  }

  .xs\:focus\:-mt-82vh:focus {
    margin-top: -82vh;
  }

  .xs\:focus\:-mr-82vh:focus {
    margin-right: -82vh;
  }

  .xs\:focus\:-mb-82vh:focus {
    margin-bottom: -82vh;
  }

  .xs\:focus\:-ml-82vh:focus {
    margin-left: -82vh;
  }

  .xs\:focus-within\:m-0:focus-within {
    margin: 0;
  }

  .xs\:focus-within\:m-1:focus-within {
    margin: 0.25rem;
  }

  .xs\:focus-within\:m-2:focus-within {
    margin: 0.5rem;
  }

  .xs\:focus-within\:m-3:focus-within {
    margin: 0.75rem;
  }

  .xs\:focus-within\:m-4:focus-within {
    margin: 1rem;
  }

  .xs\:focus-within\:m-5:focus-within {
    margin: 1.25rem;
  }

  .xs\:focus-within\:m-6:focus-within {
    margin: 1.5rem;
  }

  .xs\:focus-within\:m-7:focus-within {
    margin: 1.75rem;
  }

  .xs\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .xs\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .xs\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .xs\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .xs\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .xs\:focus-within\:m-15:focus-within {
    margin: 3.75rem;
  }

  .xs\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .xs\:focus-within\:m-18:focus-within {
    margin: 4.5rem;
  }

  .xs\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .xs\:focus-within\:m-21:focus-within {
    margin: 5.25rem;
  }

  .xs\:focus-within\:m-22:focus-within {
    margin: 5.5rem;
  }

  .xs\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .xs\:focus-within\:m-26:focus-within {
    margin: 6.5rem;
  }

  .xs\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .xs\:focus-within\:m-30:focus-within {
    margin: 7.5rem;
  }

  .xs\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .xs\:focus-within\:m-34:focus-within {
    margin: 8.5rem;
  }

  .xs\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .xs\:focus-within\:m-38:focus-within {
    margin: 9.5rem;
  }

  .xs\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .xs\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .xs\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .xs\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .xs\:focus-within\:m-53:focus-within {
    margin: 13.25rem;
  }

  .xs\:focus-within\:m-54:focus-within {
    margin: 13.5rem;
  }

  .xs\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .xs\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .xs\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .xs\:focus-within\:m-74:focus-within {
    margin: 18.5rem;
  }

  .xs\:focus-within\:m-76:focus-within {
    margin: 19rem;
  }

  .xs\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .xs\:focus-within\:m-85:focus-within {
    margin: 21.25rem;
  }

  .xs\:focus-within\:m-100:focus-within {
    margin: 25rem;
  }

  .xs\:focus-within\:m-105:focus-within {
    margin: 26.25rem;
  }

  .xs\:focus-within\:m-107:focus-within {
    margin: 26.4rem;
  }

  .xs\:focus-within\:m-110:focus-within {
    margin: 27.5rem;
  }

  .xs\:focus-within\:m-120:focus-within {
    margin: 30rem;
  }

  .xs\:focus-within\:m-130:focus-within {
    margin: 38rem;
  }

  .xs\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .xs\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .xs\:focus-within\:m-250px:focus-within {
    margin: 250px;
  }

  .xs\:focus-within\:m-1\/2\%:focus-within {
    margin: 0.5%;
  }

  .xs\:focus-within\:m-1\%:focus-within {
    margin: 1%;
  }

  .xs\:focus-within\:m-2\%:focus-within {
    margin: 2%;
  }

  .xs\:focus-within\:m-3\%:focus-within {
    margin: 3%;
  }

  .xs\:focus-within\:m-4\%:focus-within {
    margin: 4%;
  }

  .xs\:focus-within\:m-5\%:focus-within {
    margin: 5%;
  }

  .xs\:focus-within\:m-10\%:focus-within {
    margin: 10%;
  }

  .xs\:focus-within\:m-20\%:focus-within {
    margin: 20%;
  }

  .xs\:focus-within\:m-23\%:focus-within {
    margin: 23%;
  }

  .xs\:focus-within\:m-25\%:focus-within {
    margin: 25%;
  }

  .xs\:focus-within\:m-26\%:focus-within {
    margin: 26%;
  }

  .xs\:focus-within\:m-30\%:focus-within {
    margin: 30%;
  }

  .xs\:focus-within\:m-40\%:focus-within {
    margin: 40%;
  }

  .xs\:focus-within\:m-50\%:focus-within {
    margin: 50%;
  }

  .xs\:focus-within\:m-60\%:focus-within {
    margin: 60%;
  }

  .xs\:focus-within\:m-70\%:focus-within {
    margin: 70%;
  }

  .xs\:focus-within\:m-80\%:focus-within {
    margin: 80%;
  }

  .xs\:focus-within\:m-90\%:focus-within {
    margin: 90%;
  }

  .xs\:focus-within\:m-95\%:focus-within {
    margin: 95%;
  }

  .xs\:focus-within\:m-96\%:focus-within {
    margin: 96%;
  }

  .xs\:focus-within\:m-97\%:focus-within {
    margin: 97%;
  }

  .xs\:focus-within\:m-98\%:focus-within {
    margin: 98%;
  }

  .xs\:focus-within\:m-99\%:focus-within {
    margin: 99%;
  }

  .xs\:focus-within\:m-36vh:focus-within {
    margin: 36vh;
  }

  .xs\:focus-within\:m-75vh:focus-within {
    margin: 75vh;
  }

  .xs\:focus-within\:m-78vh:focus-within {
    margin: 78vh;
  }

  .xs\:focus-within\:m-80vh:focus-within {
    margin: 80vh;
  }

  .xs\:focus-within\:m-82vh:focus-within {
    margin: 82vh;
  }

  .xs\:focus-within\:-m-1:focus-within {
    margin: -0.25rem;
  }

  .xs\:focus-within\:-m-2:focus-within {
    margin: -0.5rem;
  }

  .xs\:focus-within\:-m-3:focus-within {
    margin: -0.75rem;
  }

  .xs\:focus-within\:-m-4:focus-within {
    margin: -1rem;
  }

  .xs\:focus-within\:-m-5:focus-within {
    margin: -1.25rem;
  }

  .xs\:focus-within\:-m-6:focus-within {
    margin: -1.5rem;
  }

  .xs\:focus-within\:-m-7:focus-within {
    margin: -1.75rem;
  }

  .xs\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .xs\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .xs\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .xs\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .xs\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .xs\:focus-within\:-m-15:focus-within {
    margin: -3.75rem;
  }

  .xs\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .xs\:focus-within\:-m-18:focus-within {
    margin: -4.5rem;
  }

  .xs\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .xs\:focus-within\:-m-21:focus-within {
    margin: -5.25rem;
  }

  .xs\:focus-within\:-m-22:focus-within {
    margin: -5.5rem;
  }

  .xs\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .xs\:focus-within\:-m-26:focus-within {
    margin: -6.5rem;
  }

  .xs\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .xs\:focus-within\:-m-30:focus-within {
    margin: -7.5rem;
  }

  .xs\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .xs\:focus-within\:-m-34:focus-within {
    margin: -8.5rem;
  }

  .xs\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .xs\:focus-within\:-m-38:focus-within {
    margin: -9.5rem;
  }

  .xs\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .xs\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .xs\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .xs\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .xs\:focus-within\:-m-53:focus-within {
    margin: -13.25rem;
  }

  .xs\:focus-within\:-m-54:focus-within {
    margin: -13.5rem;
  }

  .xs\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .xs\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .xs\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .xs\:focus-within\:-m-74:focus-within {
    margin: -18.5rem;
  }

  .xs\:focus-within\:-m-76:focus-within {
    margin: -19rem;
  }

  .xs\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .xs\:focus-within\:-m-85:focus-within {
    margin: -21.25rem;
  }

  .xs\:focus-within\:-m-100:focus-within {
    margin: -25rem;
  }

  .xs\:focus-within\:-m-105:focus-within {
    margin: -26.25rem;
  }

  .xs\:focus-within\:-m-107:focus-within {
    margin: -26.4rem;
  }

  .xs\:focus-within\:-m-110:focus-within {
    margin: -27.5rem;
  }

  .xs\:focus-within\:-m-120:focus-within {
    margin: -30rem;
  }

  .xs\:focus-within\:-m-130:focus-within {
    margin: -38rem;
  }

  .xs\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .xs\:focus-within\:-m-250px:focus-within {
    margin: -250px;
  }

  .xs\:focus-within\:-m-1\/2\%:focus-within {
    margin: -0.5%;
  }

  .xs\:focus-within\:-m-1\%:focus-within {
    margin: -1%;
  }

  .xs\:focus-within\:-m-2\%:focus-within {
    margin: -2%;
  }

  .xs\:focus-within\:-m-3\%:focus-within {
    margin: -3%;
  }

  .xs\:focus-within\:-m-4\%:focus-within {
    margin: -4%;
  }

  .xs\:focus-within\:-m-5\%:focus-within {
    margin: -5%;
  }

  .xs\:focus-within\:-m-10\%:focus-within {
    margin: -10%;
  }

  .xs\:focus-within\:-m-20\%:focus-within {
    margin: -20%;
  }

  .xs\:focus-within\:-m-23\%:focus-within {
    margin: -23%;
  }

  .xs\:focus-within\:-m-25\%:focus-within {
    margin: -25%;
  }

  .xs\:focus-within\:-m-26\%:focus-within {
    margin: -26%;
  }

  .xs\:focus-within\:-m-30\%:focus-within {
    margin: -30%;
  }

  .xs\:focus-within\:-m-40\%:focus-within {
    margin: -40%;
  }

  .xs\:focus-within\:-m-50\%:focus-within {
    margin: -50%;
  }

  .xs\:focus-within\:-m-60\%:focus-within {
    margin: -60%;
  }

  .xs\:focus-within\:-m-70\%:focus-within {
    margin: -70%;
  }

  .xs\:focus-within\:-m-80\%:focus-within {
    margin: -80%;
  }

  .xs\:focus-within\:-m-90\%:focus-within {
    margin: -90%;
  }

  .xs\:focus-within\:-m-95\%:focus-within {
    margin: -95%;
  }

  .xs\:focus-within\:-m-96\%:focus-within {
    margin: -96%;
  }

  .xs\:focus-within\:-m-97\%:focus-within {
    margin: -97%;
  }

  .xs\:focus-within\:-m-98\%:focus-within {
    margin: -98%;
  }

  .xs\:focus-within\:-m-99\%:focus-within {
    margin: -99%;
  }

  .xs\:focus-within\:-m-36vh:focus-within {
    margin: -36vh;
  }

  .xs\:focus-within\:-m-75vh:focus-within {
    margin: -75vh;
  }

  .xs\:focus-within\:-m-78vh:focus-within {
    margin: -78vh;
  }

  .xs\:focus-within\:-m-80vh:focus-within {
    margin: -80vh;
  }

  .xs\:focus-within\:-m-82vh:focus-within {
    margin: -82vh;
  }

  .xs\:focus-within\:my-0:focus-within {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:focus-within\:mx-0:focus-within {
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:focus-within\:my-1:focus-within {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:focus-within\:mx-1:focus-within {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:focus-within\:my-2:focus-within {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:focus-within\:mx-2:focus-within {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:focus-within\:my-3:focus-within {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:focus-within\:mx-3:focus-within {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:focus-within\:my-4:focus-within {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:focus-within\:mx-4:focus-within {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:focus-within\:my-5:focus-within {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:focus-within\:mx-5:focus-within {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:focus-within\:my-6:focus-within {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:focus-within\:mx-6:focus-within {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:focus-within\:my-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:focus-within\:my-8:focus-within {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:focus-within\:mx-8:focus-within {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:focus-within\:my-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:focus-within\:my-10:focus-within {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:focus-within\:mx-10:focus-within {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:focus-within\:my-12:focus-within {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:focus-within\:mx-12:focus-within {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:focus-within\:my-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:focus-within\:my-15:focus-within {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xs\:focus-within\:mx-15:focus-within {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xs\:focus-within\:my-16:focus-within {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:focus-within\:mx-16:focus-within {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:focus-within\:my-18:focus-within {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xs\:focus-within\:mx-18:focus-within {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs\:focus-within\:my-20:focus-within {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:focus-within\:mx-20:focus-within {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:focus-within\:my-21:focus-within {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xs\:focus-within\:mx-21:focus-within {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xs\:focus-within\:my-22:focus-within {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:focus-within\:mx-22:focus-within {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:focus-within\:my-24:focus-within {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:focus-within\:mx-24:focus-within {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:focus-within\:my-26:focus-within {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:focus-within\:mx-26:focus-within {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:focus-within\:my-30:focus-within {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xs\:focus-within\:mx-30:focus-within {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xs\:focus-within\:my-32:focus-within {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:focus-within\:mx-32:focus-within {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:focus-within\:my-34:focus-within {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xs\:focus-within\:mx-34:focus-within {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xs\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:focus-within\:my-38:focus-within {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xs\:focus-within\:mx-38:focus-within {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xs\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:focus-within\:my-53:focus-within {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .xs\:focus-within\:mx-53:focus-within {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .xs\:focus-within\:my-54:focus-within {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xs\:focus-within\:mx-54:focus-within {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xs\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:focus-within\:my-74:focus-within {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xs\:focus-within\:mx-74:focus-within {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xs\:focus-within\:my-76:focus-within {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xs\:focus-within\:mx-76:focus-within {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xs\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:focus-within\:my-85:focus-within {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .xs\:focus-within\:mx-85:focus-within {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .xs\:focus-within\:my-100:focus-within {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xs\:focus-within\:mx-100:focus-within {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xs\:focus-within\:my-105:focus-within {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .xs\:focus-within\:mx-105:focus-within {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .xs\:focus-within\:my-107:focus-within {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .xs\:focus-within\:mx-107:focus-within {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .xs\:focus-within\:my-110:focus-within {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xs\:focus-within\:mx-110:focus-within {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xs\:focus-within\:my-120:focus-within {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xs\:focus-within\:mx-120:focus-within {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xs\:focus-within\:my-130:focus-within {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xs\:focus-within\:mx-130:focus-within {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xs\:focus-within\:my-auto:focus-within {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:focus-within\:mx-auto:focus-within {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:focus-within\:my-px:focus-within {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:focus-within\:mx-px:focus-within {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:focus-within\:my-250px:focus-within {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xs\:focus-within\:mx-250px:focus-within {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xs\:focus-within\:my-1\/2\%:focus-within {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .xs\:focus-within\:mx-1\/2\%:focus-within {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .xs\:focus-within\:my-1\%:focus-within {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xs\:focus-within\:mx-1\%:focus-within {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xs\:focus-within\:my-2\%:focus-within {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .xs\:focus-within\:mx-2\%:focus-within {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xs\:focus-within\:my-3\%:focus-within {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .xs\:focus-within\:mx-3\%:focus-within {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xs\:focus-within\:my-4\%:focus-within {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .xs\:focus-within\:mx-4\%:focus-within {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xs\:focus-within\:my-5\%:focus-within {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xs\:focus-within\:mx-5\%:focus-within {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xs\:focus-within\:my-10\%:focus-within {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xs\:focus-within\:mx-10\%:focus-within {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xs\:focus-within\:my-20\%:focus-within {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xs\:focus-within\:mx-20\%:focus-within {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xs\:focus-within\:my-23\%:focus-within {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .xs\:focus-within\:mx-23\%:focus-within {
    margin-left: 23%;
    margin-right: 23%;
  }

  .xs\:focus-within\:my-25\%:focus-within {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:focus-within\:mx-25\%:focus-within {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:focus-within\:my-26\%:focus-within {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .xs\:focus-within\:mx-26\%:focus-within {
    margin-left: 26%;
    margin-right: 26%;
  }

  .xs\:focus-within\:my-30\%:focus-within {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xs\:focus-within\:mx-30\%:focus-within {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xs\:focus-within\:my-40\%:focus-within {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xs\:focus-within\:mx-40\%:focus-within {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xs\:focus-within\:my-50\%:focus-within {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:focus-within\:mx-50\%:focus-within {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:focus-within\:my-60\%:focus-within {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xs\:focus-within\:mx-60\%:focus-within {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xs\:focus-within\:my-70\%:focus-within {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xs\:focus-within\:mx-70\%:focus-within {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xs\:focus-within\:my-80\%:focus-within {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xs\:focus-within\:mx-80\%:focus-within {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xs\:focus-within\:my-90\%:focus-within {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xs\:focus-within\:mx-90\%:focus-within {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xs\:focus-within\:my-95\%:focus-within {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xs\:focus-within\:mx-95\%:focus-within {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xs\:focus-within\:my-96\%:focus-within {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xs\:focus-within\:mx-96\%:focus-within {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xs\:focus-within\:my-97\%:focus-within {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .xs\:focus-within\:mx-97\%:focus-within {
    margin-left: 97%;
    margin-right: 97%;
  }

  .xs\:focus-within\:my-98\%:focus-within {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .xs\:focus-within\:mx-98\%:focus-within {
    margin-left: 98%;
    margin-right: 98%;
  }

  .xs\:focus-within\:my-99\%:focus-within {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .xs\:focus-within\:mx-99\%:focus-within {
    margin-left: 99%;
    margin-right: 99%;
  }

  .xs\:focus-within\:my-36vh:focus-within {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .xs\:focus-within\:mx-36vh:focus-within {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .xs\:focus-within\:my-75vh:focus-within {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .xs\:focus-within\:mx-75vh:focus-within {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .xs\:focus-within\:my-78vh:focus-within {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .xs\:focus-within\:mx-78vh:focus-within {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .xs\:focus-within\:my-80vh:focus-within {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:focus-within\:mx-80vh:focus-within {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:focus-within\:my-82vh:focus-within {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .xs\:focus-within\:mx-82vh:focus-within {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .xs\:focus-within\:-my-1:focus-within {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:focus-within\:-mx-1:focus-within {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:focus-within\:-my-2:focus-within {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:focus-within\:-mx-2:focus-within {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:focus-within\:-my-3:focus-within {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:focus-within\:-mx-3:focus-within {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:focus-within\:-my-4:focus-within {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:focus-within\:-mx-4:focus-within {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:focus-within\:-my-5:focus-within {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:focus-within\:-mx-5:focus-within {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:focus-within\:-my-6:focus-within {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:focus-within\:-mx-6:focus-within {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:focus-within\:-my-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:focus-within\:-my-8:focus-within {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:focus-within\:-mx-8:focus-within {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:focus-within\:-my-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:focus-within\:-my-10:focus-within {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:focus-within\:-mx-10:focus-within {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:focus-within\:-my-12:focus-within {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:focus-within\:-mx-12:focus-within {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:focus-within\:-my-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:focus-within\:-my-15:focus-within {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xs\:focus-within\:-mx-15:focus-within {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xs\:focus-within\:-my-16:focus-within {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:focus-within\:-mx-16:focus-within {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:focus-within\:-my-18:focus-within {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xs\:focus-within\:-mx-18:focus-within {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xs\:focus-within\:-my-20:focus-within {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:focus-within\:-mx-20:focus-within {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:focus-within\:-my-21:focus-within {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xs\:focus-within\:-mx-21:focus-within {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xs\:focus-within\:-my-22:focus-within {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:focus-within\:-mx-22:focus-within {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:focus-within\:-my-24:focus-within {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:focus-within\:-mx-24:focus-within {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:focus-within\:-my-26:focus-within {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:focus-within\:-mx-26:focus-within {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:focus-within\:-my-30:focus-within {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xs\:focus-within\:-mx-30:focus-within {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xs\:focus-within\:-my-32:focus-within {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:focus-within\:-mx-32:focus-within {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:focus-within\:-my-34:focus-within {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xs\:focus-within\:-mx-34:focus-within {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xs\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:focus-within\:-my-38:focus-within {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xs\:focus-within\:-mx-38:focus-within {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xs\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:focus-within\:-my-53:focus-within {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .xs\:focus-within\:-mx-53:focus-within {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .xs\:focus-within\:-my-54:focus-within {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xs\:focus-within\:-mx-54:focus-within {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xs\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:focus-within\:-my-74:focus-within {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .xs\:focus-within\:-mx-74:focus-within {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .xs\:focus-within\:-my-76:focus-within {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xs\:focus-within\:-mx-76:focus-within {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xs\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:focus-within\:-my-85:focus-within {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .xs\:focus-within\:-mx-85:focus-within {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .xs\:focus-within\:-my-100:focus-within {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xs\:focus-within\:-mx-100:focus-within {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xs\:focus-within\:-my-105:focus-within {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .xs\:focus-within\:-mx-105:focus-within {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .xs\:focus-within\:-my-107:focus-within {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .xs\:focus-within\:-mx-107:focus-within {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .xs\:focus-within\:-my-110:focus-within {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xs\:focus-within\:-mx-110:focus-within {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xs\:focus-within\:-my-120:focus-within {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xs\:focus-within\:-mx-120:focus-within {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xs\:focus-within\:-my-130:focus-within {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xs\:focus-within\:-mx-130:focus-within {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xs\:focus-within\:-my-px:focus-within {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:focus-within\:-mx-px:focus-within {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:focus-within\:-my-250px:focus-within {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xs\:focus-within\:-mx-250px:focus-within {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xs\:focus-within\:-my-1\/2\%:focus-within {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .xs\:focus-within\:-mx-1\/2\%:focus-within {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .xs\:focus-within\:-my-1\%:focus-within {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xs\:focus-within\:-mx-1\%:focus-within {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xs\:focus-within\:-my-2\%:focus-within {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .xs\:focus-within\:-mx-2\%:focus-within {
    margin-left: -2%;
    margin-right: -2%;
  }

  .xs\:focus-within\:-my-3\%:focus-within {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .xs\:focus-within\:-mx-3\%:focus-within {
    margin-left: -3%;
    margin-right: -3%;
  }

  .xs\:focus-within\:-my-4\%:focus-within {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .xs\:focus-within\:-mx-4\%:focus-within {
    margin-left: -4%;
    margin-right: -4%;
  }

  .xs\:focus-within\:-my-5\%:focus-within {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xs\:focus-within\:-mx-5\%:focus-within {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xs\:focus-within\:-my-10\%:focus-within {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xs\:focus-within\:-mx-10\%:focus-within {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xs\:focus-within\:-my-20\%:focus-within {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xs\:focus-within\:-mx-20\%:focus-within {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xs\:focus-within\:-my-23\%:focus-within {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .xs\:focus-within\:-mx-23\%:focus-within {
    margin-left: -23%;
    margin-right: -23%;
  }

  .xs\:focus-within\:-my-25\%:focus-within {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:focus-within\:-mx-25\%:focus-within {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:focus-within\:-my-26\%:focus-within {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .xs\:focus-within\:-mx-26\%:focus-within {
    margin-left: -26%;
    margin-right: -26%;
  }

  .xs\:focus-within\:-my-30\%:focus-within {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xs\:focus-within\:-mx-30\%:focus-within {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xs\:focus-within\:-my-40\%:focus-within {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xs\:focus-within\:-mx-40\%:focus-within {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xs\:focus-within\:-my-50\%:focus-within {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:focus-within\:-mx-50\%:focus-within {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:focus-within\:-my-60\%:focus-within {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xs\:focus-within\:-mx-60\%:focus-within {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xs\:focus-within\:-my-70\%:focus-within {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xs\:focus-within\:-mx-70\%:focus-within {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xs\:focus-within\:-my-80\%:focus-within {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xs\:focus-within\:-mx-80\%:focus-within {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xs\:focus-within\:-my-90\%:focus-within {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xs\:focus-within\:-mx-90\%:focus-within {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xs\:focus-within\:-my-95\%:focus-within {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xs\:focus-within\:-mx-95\%:focus-within {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xs\:focus-within\:-my-96\%:focus-within {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xs\:focus-within\:-mx-96\%:focus-within {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xs\:focus-within\:-my-97\%:focus-within {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .xs\:focus-within\:-mx-97\%:focus-within {
    margin-left: -97%;
    margin-right: -97%;
  }

  .xs\:focus-within\:-my-98\%:focus-within {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .xs\:focus-within\:-mx-98\%:focus-within {
    margin-left: -98%;
    margin-right: -98%;
  }

  .xs\:focus-within\:-my-99\%:focus-within {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .xs\:focus-within\:-mx-99\%:focus-within {
    margin-left: -99%;
    margin-right: -99%;
  }

  .xs\:focus-within\:-my-36vh:focus-within {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .xs\:focus-within\:-mx-36vh:focus-within {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .xs\:focus-within\:-my-75vh:focus-within {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .xs\:focus-within\:-mx-75vh:focus-within {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .xs\:focus-within\:-my-78vh:focus-within {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .xs\:focus-within\:-mx-78vh:focus-within {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .xs\:focus-within\:-my-80vh:focus-within {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:focus-within\:-mx-80vh:focus-within {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:focus-within\:-my-82vh:focus-within {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .xs\:focus-within\:-mx-82vh:focus-within {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .xs\:focus-within\:mt-0:focus-within {
    margin-top: 0;
  }

  .xs\:focus-within\:mr-0:focus-within {
    margin-right: 0;
  }

  .xs\:focus-within\:mb-0:focus-within {
    margin-bottom: 0;
  }

  .xs\:focus-within\:ml-0:focus-within {
    margin-left: 0;
  }

  .xs\:focus-within\:mt-1:focus-within {
    margin-top: 0.25rem;
  }

  .xs\:focus-within\:mr-1:focus-within {
    margin-right: 0.25rem;
  }

  .xs\:focus-within\:mb-1:focus-within {
    margin-bottom: 0.25rem;
  }

  .xs\:focus-within\:ml-1:focus-within {
    margin-left: 0.25rem;
  }

  .xs\:focus-within\:mt-2:focus-within {
    margin-top: 0.5rem;
  }

  .xs\:focus-within\:mr-2:focus-within {
    margin-right: 0.5rem;
  }

  .xs\:focus-within\:mb-2:focus-within {
    margin-bottom: 0.5rem;
  }

  .xs\:focus-within\:ml-2:focus-within {
    margin-left: 0.5rem;
  }

  .xs\:focus-within\:mt-3:focus-within {
    margin-top: 0.75rem;
  }

  .xs\:focus-within\:mr-3:focus-within {
    margin-right: 0.75rem;
  }

  .xs\:focus-within\:mb-3:focus-within {
    margin-bottom: 0.75rem;
  }

  .xs\:focus-within\:ml-3:focus-within {
    margin-left: 0.75rem;
  }

  .xs\:focus-within\:mt-4:focus-within {
    margin-top: 1rem;
  }

  .xs\:focus-within\:mr-4:focus-within {
    margin-right: 1rem;
  }

  .xs\:focus-within\:mb-4:focus-within {
    margin-bottom: 1rem;
  }

  .xs\:focus-within\:ml-4:focus-within {
    margin-left: 1rem;
  }

  .xs\:focus-within\:mt-5:focus-within {
    margin-top: 1.25rem;
  }

  .xs\:focus-within\:mr-5:focus-within {
    margin-right: 1.25rem;
  }

  .xs\:focus-within\:mb-5:focus-within {
    margin-bottom: 1.25rem;
  }

  .xs\:focus-within\:ml-5:focus-within {
    margin-left: 1.25rem;
  }

  .xs\:focus-within\:mt-6:focus-within {
    margin-top: 1.5rem;
  }

  .xs\:focus-within\:mr-6:focus-within {
    margin-right: 1.5rem;
  }

  .xs\:focus-within\:mb-6:focus-within {
    margin-bottom: 1.5rem;
  }

  .xs\:focus-within\:ml-6:focus-within {
    margin-left: 1.5rem;
  }

  .xs\:focus-within\:mt-7:focus-within {
    margin-top: 1.75rem;
  }

  .xs\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .xs\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .xs\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .xs\:focus-within\:mt-8:focus-within {
    margin-top: 2rem;
  }

  .xs\:focus-within\:mr-8:focus-within {
    margin-right: 2rem;
  }

  .xs\:focus-within\:mb-8:focus-within {
    margin-bottom: 2rem;
  }

  .xs\:focus-within\:ml-8:focus-within {
    margin-left: 2rem;
  }

  .xs\:focus-within\:mt-9:focus-within {
    margin-top: 2.25rem;
  }

  .xs\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .xs\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .xs\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .xs\:focus-within\:mt-10:focus-within {
    margin-top: 2.5rem;
  }

  .xs\:focus-within\:mr-10:focus-within {
    margin-right: 2.5rem;
  }

  .xs\:focus-within\:mb-10:focus-within {
    margin-bottom: 2.5rem;
  }

  .xs\:focus-within\:ml-10:focus-within {
    margin-left: 2.5rem;
  }

  .xs\:focus-within\:mt-12:focus-within {
    margin-top: 3rem;
  }

  .xs\:focus-within\:mr-12:focus-within {
    margin-right: 3rem;
  }

  .xs\:focus-within\:mb-12:focus-within {
    margin-bottom: 3rem;
  }

  .xs\:focus-within\:ml-12:focus-within {
    margin-left: 3rem;
  }

  .xs\:focus-within\:mt-14:focus-within {
    margin-top: 3.5rem;
  }

  .xs\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .xs\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .xs\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .xs\:focus-within\:mt-15:focus-within {
    margin-top: 3.75rem;
  }

  .xs\:focus-within\:mr-15:focus-within {
    margin-right: 3.75rem;
  }

  .xs\:focus-within\:mb-15:focus-within {
    margin-bottom: 3.75rem;
  }

  .xs\:focus-within\:ml-15:focus-within {
    margin-left: 3.75rem;
  }

  .xs\:focus-within\:mt-16:focus-within {
    margin-top: 4rem;
  }

  .xs\:focus-within\:mr-16:focus-within {
    margin-right: 4rem;
  }

  .xs\:focus-within\:mb-16:focus-within {
    margin-bottom: 4rem;
  }

  .xs\:focus-within\:ml-16:focus-within {
    margin-left: 4rem;
  }

  .xs\:focus-within\:mt-18:focus-within {
    margin-top: 4.5rem;
  }

  .xs\:focus-within\:mr-18:focus-within {
    margin-right: 4.5rem;
  }

  .xs\:focus-within\:mb-18:focus-within {
    margin-bottom: 4.5rem;
  }

  .xs\:focus-within\:ml-18:focus-within {
    margin-left: 4.5rem;
  }

  .xs\:focus-within\:mt-20:focus-within {
    margin-top: 5rem;
  }

  .xs\:focus-within\:mr-20:focus-within {
    margin-right: 5rem;
  }

  .xs\:focus-within\:mb-20:focus-within {
    margin-bottom: 5rem;
  }

  .xs\:focus-within\:ml-20:focus-within {
    margin-left: 5rem;
  }

  .xs\:focus-within\:mt-21:focus-within {
    margin-top: 5.25rem;
  }

  .xs\:focus-within\:mr-21:focus-within {
    margin-right: 5.25rem;
  }

  .xs\:focus-within\:mb-21:focus-within {
    margin-bottom: 5.25rem;
  }

  .xs\:focus-within\:ml-21:focus-within {
    margin-left: 5.25rem;
  }

  .xs\:focus-within\:mt-22:focus-within {
    margin-top: 5.5rem;
  }

  .xs\:focus-within\:mr-22:focus-within {
    margin-right: 5.5rem;
  }

  .xs\:focus-within\:mb-22:focus-within {
    margin-bottom: 5.5rem;
  }

  .xs\:focus-within\:ml-22:focus-within {
    margin-left: 5.5rem;
  }

  .xs\:focus-within\:mt-24:focus-within {
    margin-top: 6rem;
  }

  .xs\:focus-within\:mr-24:focus-within {
    margin-right: 6rem;
  }

  .xs\:focus-within\:mb-24:focus-within {
    margin-bottom: 6rem;
  }

  .xs\:focus-within\:ml-24:focus-within {
    margin-left: 6rem;
  }

  .xs\:focus-within\:mt-26:focus-within {
    margin-top: 6.5rem;
  }

  .xs\:focus-within\:mr-26:focus-within {
    margin-right: 6.5rem;
  }

  .xs\:focus-within\:mb-26:focus-within {
    margin-bottom: 6.5rem;
  }

  .xs\:focus-within\:ml-26:focus-within {
    margin-left: 6.5rem;
  }

  .xs\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .xs\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .xs\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .xs\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .xs\:focus-within\:mt-30:focus-within {
    margin-top: 7.5rem;
  }

  .xs\:focus-within\:mr-30:focus-within {
    margin-right: 7.5rem;
  }

  .xs\:focus-within\:mb-30:focus-within {
    margin-bottom: 7.5rem;
  }

  .xs\:focus-within\:ml-30:focus-within {
    margin-left: 7.5rem;
  }

  .xs\:focus-within\:mt-32:focus-within {
    margin-top: 8rem;
  }

  .xs\:focus-within\:mr-32:focus-within {
    margin-right: 8rem;
  }

  .xs\:focus-within\:mb-32:focus-within {
    margin-bottom: 8rem;
  }

  .xs\:focus-within\:ml-32:focus-within {
    margin-left: 8rem;
  }

  .xs\:focus-within\:mt-34:focus-within {
    margin-top: 8.5rem;
  }

  .xs\:focus-within\:mr-34:focus-within {
    margin-right: 8.5rem;
  }

  .xs\:focus-within\:mb-34:focus-within {
    margin-bottom: 8.5rem;
  }

  .xs\:focus-within\:ml-34:focus-within {
    margin-left: 8.5rem;
  }

  .xs\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .xs\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .xs\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .xs\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .xs\:focus-within\:mt-38:focus-within {
    margin-top: 9.5rem;
  }

  .xs\:focus-within\:mr-38:focus-within {
    margin-right: 9.5rem;
  }

  .xs\:focus-within\:mb-38:focus-within {
    margin-bottom: 9.5rem;
  }

  .xs\:focus-within\:ml-38:focus-within {
    margin-left: 9.5rem;
  }

  .xs\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .xs\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .xs\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .xs\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .xs\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .xs\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .xs\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .xs\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .xs\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .xs\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .xs\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .xs\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .xs\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .xs\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .xs\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .xs\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .xs\:focus-within\:mt-53:focus-within {
    margin-top: 13.25rem;
  }

  .xs\:focus-within\:mr-53:focus-within {
    margin-right: 13.25rem;
  }

  .xs\:focus-within\:mb-53:focus-within {
    margin-bottom: 13.25rem;
  }

  .xs\:focus-within\:ml-53:focus-within {
    margin-left: 13.25rem;
  }

  .xs\:focus-within\:mt-54:focus-within {
    margin-top: 13.5rem;
  }

  .xs\:focus-within\:mr-54:focus-within {
    margin-right: 13.5rem;
  }

  .xs\:focus-within\:mb-54:focus-within {
    margin-bottom: 13.5rem;
  }

  .xs\:focus-within\:ml-54:focus-within {
    margin-left: 13.5rem;
  }

  .xs\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .xs\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .xs\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .xs\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .xs\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .xs\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .xs\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .xs\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .xs\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .xs\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .xs\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .xs\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .xs\:focus-within\:mt-74:focus-within {
    margin-top: 18.5rem;
  }

  .xs\:focus-within\:mr-74:focus-within {
    margin-right: 18.5rem;
  }

  .xs\:focus-within\:mb-74:focus-within {
    margin-bottom: 18.5rem;
  }

  .xs\:focus-within\:ml-74:focus-within {
    margin-left: 18.5rem;
  }

  .xs\:focus-within\:mt-76:focus-within {
    margin-top: 19rem;
  }

  .xs\:focus-within\:mr-76:focus-within {
    margin-right: 19rem;
  }

  .xs\:focus-within\:mb-76:focus-within {
    margin-bottom: 19rem;
  }

  .xs\:focus-within\:ml-76:focus-within {
    margin-left: 19rem;
  }

  .xs\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .xs\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .xs\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .xs\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .xs\:focus-within\:mt-85:focus-within {
    margin-top: 21.25rem;
  }

  .xs\:focus-within\:mr-85:focus-within {
    margin-right: 21.25rem;
  }

  .xs\:focus-within\:mb-85:focus-within {
    margin-bottom: 21.25rem;
  }

  .xs\:focus-within\:ml-85:focus-within {
    margin-left: 21.25rem;
  }

  .xs\:focus-within\:mt-100:focus-within {
    margin-top: 25rem;
  }

  .xs\:focus-within\:mr-100:focus-within {
    margin-right: 25rem;
  }

  .xs\:focus-within\:mb-100:focus-within {
    margin-bottom: 25rem;
  }

  .xs\:focus-within\:ml-100:focus-within {
    margin-left: 25rem;
  }

  .xs\:focus-within\:mt-105:focus-within {
    margin-top: 26.25rem;
  }

  .xs\:focus-within\:mr-105:focus-within {
    margin-right: 26.25rem;
  }

  .xs\:focus-within\:mb-105:focus-within {
    margin-bottom: 26.25rem;
  }

  .xs\:focus-within\:ml-105:focus-within {
    margin-left: 26.25rem;
  }

  .xs\:focus-within\:mt-107:focus-within {
    margin-top: 26.4rem;
  }

  .xs\:focus-within\:mr-107:focus-within {
    margin-right: 26.4rem;
  }

  .xs\:focus-within\:mb-107:focus-within {
    margin-bottom: 26.4rem;
  }

  .xs\:focus-within\:ml-107:focus-within {
    margin-left: 26.4rem;
  }

  .xs\:focus-within\:mt-110:focus-within {
    margin-top: 27.5rem;
  }

  .xs\:focus-within\:mr-110:focus-within {
    margin-right: 27.5rem;
  }

  .xs\:focus-within\:mb-110:focus-within {
    margin-bottom: 27.5rem;
  }

  .xs\:focus-within\:ml-110:focus-within {
    margin-left: 27.5rem;
  }

  .xs\:focus-within\:mt-120:focus-within {
    margin-top: 30rem;
  }

  .xs\:focus-within\:mr-120:focus-within {
    margin-right: 30rem;
  }

  .xs\:focus-within\:mb-120:focus-within {
    margin-bottom: 30rem;
  }

  .xs\:focus-within\:ml-120:focus-within {
    margin-left: 30rem;
  }

  .xs\:focus-within\:mt-130:focus-within {
    margin-top: 38rem;
  }

  .xs\:focus-within\:mr-130:focus-within {
    margin-right: 38rem;
  }

  .xs\:focus-within\:mb-130:focus-within {
    margin-bottom: 38rem;
  }

  .xs\:focus-within\:ml-130:focus-within {
    margin-left: 38rem;
  }

  .xs\:focus-within\:mt-auto:focus-within {
    margin-top: auto;
  }

  .xs\:focus-within\:mr-auto:focus-within {
    margin-right: auto;
  }

  .xs\:focus-within\:mb-auto:focus-within {
    margin-bottom: auto;
  }

  .xs\:focus-within\:ml-auto:focus-within {
    margin-left: auto;
  }

  .xs\:focus-within\:mt-px:focus-within {
    margin-top: 1px;
  }

  .xs\:focus-within\:mr-px:focus-within {
    margin-right: 1px;
  }

  .xs\:focus-within\:mb-px:focus-within {
    margin-bottom: 1px;
  }

  .xs\:focus-within\:ml-px:focus-within {
    margin-left: 1px;
  }

  .xs\:focus-within\:mt-250px:focus-within {
    margin-top: 250px;
  }

  .xs\:focus-within\:mr-250px:focus-within {
    margin-right: 250px;
  }

  .xs\:focus-within\:mb-250px:focus-within {
    margin-bottom: 250px;
  }

  .xs\:focus-within\:ml-250px:focus-within {
    margin-left: 250px;
  }

  .xs\:focus-within\:mt-1\/2\%:focus-within {
    margin-top: 0.5%;
  }

  .xs\:focus-within\:mr-1\/2\%:focus-within {
    margin-right: 0.5%;
  }

  .xs\:focus-within\:mb-1\/2\%:focus-within {
    margin-bottom: 0.5%;
  }

  .xs\:focus-within\:ml-1\/2\%:focus-within {
    margin-left: 0.5%;
  }

  .xs\:focus-within\:mt-1\%:focus-within {
    margin-top: 1%;
  }

  .xs\:focus-within\:mr-1\%:focus-within {
    margin-right: 1%;
  }

  .xs\:focus-within\:mb-1\%:focus-within {
    margin-bottom: 1%;
  }

  .xs\:focus-within\:ml-1\%:focus-within {
    margin-left: 1%;
  }

  .xs\:focus-within\:mt-2\%:focus-within {
    margin-top: 2%;
  }

  .xs\:focus-within\:mr-2\%:focus-within {
    margin-right: 2%;
  }

  .xs\:focus-within\:mb-2\%:focus-within {
    margin-bottom: 2%;
  }

  .xs\:focus-within\:ml-2\%:focus-within {
    margin-left: 2%;
  }

  .xs\:focus-within\:mt-3\%:focus-within {
    margin-top: 3%;
  }

  .xs\:focus-within\:mr-3\%:focus-within {
    margin-right: 3%;
  }

  .xs\:focus-within\:mb-3\%:focus-within {
    margin-bottom: 3%;
  }

  .xs\:focus-within\:ml-3\%:focus-within {
    margin-left: 3%;
  }

  .xs\:focus-within\:mt-4\%:focus-within {
    margin-top: 4%;
  }

  .xs\:focus-within\:mr-4\%:focus-within {
    margin-right: 4%;
  }

  .xs\:focus-within\:mb-4\%:focus-within {
    margin-bottom: 4%;
  }

  .xs\:focus-within\:ml-4\%:focus-within {
    margin-left: 4%;
  }

  .xs\:focus-within\:mt-5\%:focus-within {
    margin-top: 5%;
  }

  .xs\:focus-within\:mr-5\%:focus-within {
    margin-right: 5%;
  }

  .xs\:focus-within\:mb-5\%:focus-within {
    margin-bottom: 5%;
  }

  .xs\:focus-within\:ml-5\%:focus-within {
    margin-left: 5%;
  }

  .xs\:focus-within\:mt-10\%:focus-within {
    margin-top: 10%;
  }

  .xs\:focus-within\:mr-10\%:focus-within {
    margin-right: 10%;
  }

  .xs\:focus-within\:mb-10\%:focus-within {
    margin-bottom: 10%;
  }

  .xs\:focus-within\:ml-10\%:focus-within {
    margin-left: 10%;
  }

  .xs\:focus-within\:mt-20\%:focus-within {
    margin-top: 20%;
  }

  .xs\:focus-within\:mr-20\%:focus-within {
    margin-right: 20%;
  }

  .xs\:focus-within\:mb-20\%:focus-within {
    margin-bottom: 20%;
  }

  .xs\:focus-within\:ml-20\%:focus-within {
    margin-left: 20%;
  }

  .xs\:focus-within\:mt-23\%:focus-within {
    margin-top: 23%;
  }

  .xs\:focus-within\:mr-23\%:focus-within {
    margin-right: 23%;
  }

  .xs\:focus-within\:mb-23\%:focus-within {
    margin-bottom: 23%;
  }

  .xs\:focus-within\:ml-23\%:focus-within {
    margin-left: 23%;
  }

  .xs\:focus-within\:mt-25\%:focus-within {
    margin-top: 25%;
  }

  .xs\:focus-within\:mr-25\%:focus-within {
    margin-right: 25%;
  }

  .xs\:focus-within\:mb-25\%:focus-within {
    margin-bottom: 25%;
  }

  .xs\:focus-within\:ml-25\%:focus-within {
    margin-left: 25%;
  }

  .xs\:focus-within\:mt-26\%:focus-within {
    margin-top: 26%;
  }

  .xs\:focus-within\:mr-26\%:focus-within {
    margin-right: 26%;
  }

  .xs\:focus-within\:mb-26\%:focus-within {
    margin-bottom: 26%;
  }

  .xs\:focus-within\:ml-26\%:focus-within {
    margin-left: 26%;
  }

  .xs\:focus-within\:mt-30\%:focus-within {
    margin-top: 30%;
  }

  .xs\:focus-within\:mr-30\%:focus-within {
    margin-right: 30%;
  }

  .xs\:focus-within\:mb-30\%:focus-within {
    margin-bottom: 30%;
  }

  .xs\:focus-within\:ml-30\%:focus-within {
    margin-left: 30%;
  }

  .xs\:focus-within\:mt-40\%:focus-within {
    margin-top: 40%;
  }

  .xs\:focus-within\:mr-40\%:focus-within {
    margin-right: 40%;
  }

  .xs\:focus-within\:mb-40\%:focus-within {
    margin-bottom: 40%;
  }

  .xs\:focus-within\:ml-40\%:focus-within {
    margin-left: 40%;
  }

  .xs\:focus-within\:mt-50\%:focus-within {
    margin-top: 50%;
  }

  .xs\:focus-within\:mr-50\%:focus-within {
    margin-right: 50%;
  }

  .xs\:focus-within\:mb-50\%:focus-within {
    margin-bottom: 50%;
  }

  .xs\:focus-within\:ml-50\%:focus-within {
    margin-left: 50%;
  }

  .xs\:focus-within\:mt-60\%:focus-within {
    margin-top: 60%;
  }

  .xs\:focus-within\:mr-60\%:focus-within {
    margin-right: 60%;
  }

  .xs\:focus-within\:mb-60\%:focus-within {
    margin-bottom: 60%;
  }

  .xs\:focus-within\:ml-60\%:focus-within {
    margin-left: 60%;
  }

  .xs\:focus-within\:mt-70\%:focus-within {
    margin-top: 70%;
  }

  .xs\:focus-within\:mr-70\%:focus-within {
    margin-right: 70%;
  }

  .xs\:focus-within\:mb-70\%:focus-within {
    margin-bottom: 70%;
  }

  .xs\:focus-within\:ml-70\%:focus-within {
    margin-left: 70%;
  }

  .xs\:focus-within\:mt-80\%:focus-within {
    margin-top: 80%;
  }

  .xs\:focus-within\:mr-80\%:focus-within {
    margin-right: 80%;
  }

  .xs\:focus-within\:mb-80\%:focus-within {
    margin-bottom: 80%;
  }

  .xs\:focus-within\:ml-80\%:focus-within {
    margin-left: 80%;
  }

  .xs\:focus-within\:mt-90\%:focus-within {
    margin-top: 90%;
  }

  .xs\:focus-within\:mr-90\%:focus-within {
    margin-right: 90%;
  }

  .xs\:focus-within\:mb-90\%:focus-within {
    margin-bottom: 90%;
  }

  .xs\:focus-within\:ml-90\%:focus-within {
    margin-left: 90%;
  }

  .xs\:focus-within\:mt-95\%:focus-within {
    margin-top: 95%;
  }

  .xs\:focus-within\:mr-95\%:focus-within {
    margin-right: 95%;
  }

  .xs\:focus-within\:mb-95\%:focus-within {
    margin-bottom: 95%;
  }

  .xs\:focus-within\:ml-95\%:focus-within {
    margin-left: 95%;
  }

  .xs\:focus-within\:mt-96\%:focus-within {
    margin-top: 96%;
  }

  .xs\:focus-within\:mr-96\%:focus-within {
    margin-right: 96%;
  }

  .xs\:focus-within\:mb-96\%:focus-within {
    margin-bottom: 96%;
  }

  .xs\:focus-within\:ml-96\%:focus-within {
    margin-left: 96%;
  }

  .xs\:focus-within\:mt-97\%:focus-within {
    margin-top: 97%;
  }

  .xs\:focus-within\:mr-97\%:focus-within {
    margin-right: 97%;
  }

  .xs\:focus-within\:mb-97\%:focus-within {
    margin-bottom: 97%;
  }

  .xs\:focus-within\:ml-97\%:focus-within {
    margin-left: 97%;
  }

  .xs\:focus-within\:mt-98\%:focus-within {
    margin-top: 98%;
  }

  .xs\:focus-within\:mr-98\%:focus-within {
    margin-right: 98%;
  }

  .xs\:focus-within\:mb-98\%:focus-within {
    margin-bottom: 98%;
  }

  .xs\:focus-within\:ml-98\%:focus-within {
    margin-left: 98%;
  }

  .xs\:focus-within\:mt-99\%:focus-within {
    margin-top: 99%;
  }

  .xs\:focus-within\:mr-99\%:focus-within {
    margin-right: 99%;
  }

  .xs\:focus-within\:mb-99\%:focus-within {
    margin-bottom: 99%;
  }

  .xs\:focus-within\:ml-99\%:focus-within {
    margin-left: 99%;
  }

  .xs\:focus-within\:mt-36vh:focus-within {
    margin-top: 36vh;
  }

  .xs\:focus-within\:mr-36vh:focus-within {
    margin-right: 36vh;
  }

  .xs\:focus-within\:mb-36vh:focus-within {
    margin-bottom: 36vh;
  }

  .xs\:focus-within\:ml-36vh:focus-within {
    margin-left: 36vh;
  }

  .xs\:focus-within\:mt-75vh:focus-within {
    margin-top: 75vh;
  }

  .xs\:focus-within\:mr-75vh:focus-within {
    margin-right: 75vh;
  }

  .xs\:focus-within\:mb-75vh:focus-within {
    margin-bottom: 75vh;
  }

  .xs\:focus-within\:ml-75vh:focus-within {
    margin-left: 75vh;
  }

  .xs\:focus-within\:mt-78vh:focus-within {
    margin-top: 78vh;
  }

  .xs\:focus-within\:mr-78vh:focus-within {
    margin-right: 78vh;
  }

  .xs\:focus-within\:mb-78vh:focus-within {
    margin-bottom: 78vh;
  }

  .xs\:focus-within\:ml-78vh:focus-within {
    margin-left: 78vh;
  }

  .xs\:focus-within\:mt-80vh:focus-within {
    margin-top: 80vh;
  }

  .xs\:focus-within\:mr-80vh:focus-within {
    margin-right: 80vh;
  }

  .xs\:focus-within\:mb-80vh:focus-within {
    margin-bottom: 80vh;
  }

  .xs\:focus-within\:ml-80vh:focus-within {
    margin-left: 80vh;
  }

  .xs\:focus-within\:mt-82vh:focus-within {
    margin-top: 82vh;
  }

  .xs\:focus-within\:mr-82vh:focus-within {
    margin-right: 82vh;
  }

  .xs\:focus-within\:mb-82vh:focus-within {
    margin-bottom: 82vh;
  }

  .xs\:focus-within\:ml-82vh:focus-within {
    margin-left: 82vh;
  }

  .xs\:focus-within\:-mt-1:focus-within {
    margin-top: -0.25rem;
  }

  .xs\:focus-within\:-mr-1:focus-within {
    margin-right: -0.25rem;
  }

  .xs\:focus-within\:-mb-1:focus-within {
    margin-bottom: -0.25rem;
  }

  .xs\:focus-within\:-ml-1:focus-within {
    margin-left: -0.25rem;
  }

  .xs\:focus-within\:-mt-2:focus-within {
    margin-top: -0.5rem;
  }

  .xs\:focus-within\:-mr-2:focus-within {
    margin-right: -0.5rem;
  }

  .xs\:focus-within\:-mb-2:focus-within {
    margin-bottom: -0.5rem;
  }

  .xs\:focus-within\:-ml-2:focus-within {
    margin-left: -0.5rem;
  }

  .xs\:focus-within\:-mt-3:focus-within {
    margin-top: -0.75rem;
  }

  .xs\:focus-within\:-mr-3:focus-within {
    margin-right: -0.75rem;
  }

  .xs\:focus-within\:-mb-3:focus-within {
    margin-bottom: -0.75rem;
  }

  .xs\:focus-within\:-ml-3:focus-within {
    margin-left: -0.75rem;
  }

  .xs\:focus-within\:-mt-4:focus-within {
    margin-top: -1rem;
  }

  .xs\:focus-within\:-mr-4:focus-within {
    margin-right: -1rem;
  }

  .xs\:focus-within\:-mb-4:focus-within {
    margin-bottom: -1rem;
  }

  .xs\:focus-within\:-ml-4:focus-within {
    margin-left: -1rem;
  }

  .xs\:focus-within\:-mt-5:focus-within {
    margin-top: -1.25rem;
  }

  .xs\:focus-within\:-mr-5:focus-within {
    margin-right: -1.25rem;
  }

  .xs\:focus-within\:-mb-5:focus-within {
    margin-bottom: -1.25rem;
  }

  .xs\:focus-within\:-ml-5:focus-within {
    margin-left: -1.25rem;
  }

  .xs\:focus-within\:-mt-6:focus-within {
    margin-top: -1.5rem;
  }

  .xs\:focus-within\:-mr-6:focus-within {
    margin-right: -1.5rem;
  }

  .xs\:focus-within\:-mb-6:focus-within {
    margin-bottom: -1.5rem;
  }

  .xs\:focus-within\:-ml-6:focus-within {
    margin-left: -1.5rem;
  }

  .xs\:focus-within\:-mt-7:focus-within {
    margin-top: -1.75rem;
  }

  .xs\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .xs\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .xs\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .xs\:focus-within\:-mt-8:focus-within {
    margin-top: -2rem;
  }

  .xs\:focus-within\:-mr-8:focus-within {
    margin-right: -2rem;
  }

  .xs\:focus-within\:-mb-8:focus-within {
    margin-bottom: -2rem;
  }

  .xs\:focus-within\:-ml-8:focus-within {
    margin-left: -2rem;
  }

  .xs\:focus-within\:-mt-9:focus-within {
    margin-top: -2.25rem;
  }

  .xs\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .xs\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .xs\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .xs\:focus-within\:-mt-10:focus-within {
    margin-top: -2.5rem;
  }

  .xs\:focus-within\:-mr-10:focus-within {
    margin-right: -2.5rem;
  }

  .xs\:focus-within\:-mb-10:focus-within {
    margin-bottom: -2.5rem;
  }

  .xs\:focus-within\:-ml-10:focus-within {
    margin-left: -2.5rem;
  }

  .xs\:focus-within\:-mt-12:focus-within {
    margin-top: -3rem;
  }

  .xs\:focus-within\:-mr-12:focus-within {
    margin-right: -3rem;
  }

  .xs\:focus-within\:-mb-12:focus-within {
    margin-bottom: -3rem;
  }

  .xs\:focus-within\:-ml-12:focus-within {
    margin-left: -3rem;
  }

  .xs\:focus-within\:-mt-14:focus-within {
    margin-top: -3.5rem;
  }

  .xs\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .xs\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .xs\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .xs\:focus-within\:-mt-15:focus-within {
    margin-top: -3.75rem;
  }

  .xs\:focus-within\:-mr-15:focus-within {
    margin-right: -3.75rem;
  }

  .xs\:focus-within\:-mb-15:focus-within {
    margin-bottom: -3.75rem;
  }

  .xs\:focus-within\:-ml-15:focus-within {
    margin-left: -3.75rem;
  }

  .xs\:focus-within\:-mt-16:focus-within {
    margin-top: -4rem;
  }

  .xs\:focus-within\:-mr-16:focus-within {
    margin-right: -4rem;
  }

  .xs\:focus-within\:-mb-16:focus-within {
    margin-bottom: -4rem;
  }

  .xs\:focus-within\:-ml-16:focus-within {
    margin-left: -4rem;
  }

  .xs\:focus-within\:-mt-18:focus-within {
    margin-top: -4.5rem;
  }

  .xs\:focus-within\:-mr-18:focus-within {
    margin-right: -4.5rem;
  }

  .xs\:focus-within\:-mb-18:focus-within {
    margin-bottom: -4.5rem;
  }

  .xs\:focus-within\:-ml-18:focus-within {
    margin-left: -4.5rem;
  }

  .xs\:focus-within\:-mt-20:focus-within {
    margin-top: -5rem;
  }

  .xs\:focus-within\:-mr-20:focus-within {
    margin-right: -5rem;
  }

  .xs\:focus-within\:-mb-20:focus-within {
    margin-bottom: -5rem;
  }

  .xs\:focus-within\:-ml-20:focus-within {
    margin-left: -5rem;
  }

  .xs\:focus-within\:-mt-21:focus-within {
    margin-top: -5.25rem;
  }

  .xs\:focus-within\:-mr-21:focus-within {
    margin-right: -5.25rem;
  }

  .xs\:focus-within\:-mb-21:focus-within {
    margin-bottom: -5.25rem;
  }

  .xs\:focus-within\:-ml-21:focus-within {
    margin-left: -5.25rem;
  }

  .xs\:focus-within\:-mt-22:focus-within {
    margin-top: -5.5rem;
  }

  .xs\:focus-within\:-mr-22:focus-within {
    margin-right: -5.5rem;
  }

  .xs\:focus-within\:-mb-22:focus-within {
    margin-bottom: -5.5rem;
  }

  .xs\:focus-within\:-ml-22:focus-within {
    margin-left: -5.5rem;
  }

  .xs\:focus-within\:-mt-24:focus-within {
    margin-top: -6rem;
  }

  .xs\:focus-within\:-mr-24:focus-within {
    margin-right: -6rem;
  }

  .xs\:focus-within\:-mb-24:focus-within {
    margin-bottom: -6rem;
  }

  .xs\:focus-within\:-ml-24:focus-within {
    margin-left: -6rem;
  }

  .xs\:focus-within\:-mt-26:focus-within {
    margin-top: -6.5rem;
  }

  .xs\:focus-within\:-mr-26:focus-within {
    margin-right: -6.5rem;
  }

  .xs\:focus-within\:-mb-26:focus-within {
    margin-bottom: -6.5rem;
  }

  .xs\:focus-within\:-ml-26:focus-within {
    margin-left: -6.5rem;
  }

  .xs\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .xs\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .xs\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .xs\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .xs\:focus-within\:-mt-30:focus-within {
    margin-top: -7.5rem;
  }

  .xs\:focus-within\:-mr-30:focus-within {
    margin-right: -7.5rem;
  }

  .xs\:focus-within\:-mb-30:focus-within {
    margin-bottom: -7.5rem;
  }

  .xs\:focus-within\:-ml-30:focus-within {
    margin-left: -7.5rem;
  }

  .xs\:focus-within\:-mt-32:focus-within {
    margin-top: -8rem;
  }

  .xs\:focus-within\:-mr-32:focus-within {
    margin-right: -8rem;
  }

  .xs\:focus-within\:-mb-32:focus-within {
    margin-bottom: -8rem;
  }

  .xs\:focus-within\:-ml-32:focus-within {
    margin-left: -8rem;
  }

  .xs\:focus-within\:-mt-34:focus-within {
    margin-top: -8.5rem;
  }

  .xs\:focus-within\:-mr-34:focus-within {
    margin-right: -8.5rem;
  }

  .xs\:focus-within\:-mb-34:focus-within {
    margin-bottom: -8.5rem;
  }

  .xs\:focus-within\:-ml-34:focus-within {
    margin-left: -8.5rem;
  }

  .xs\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .xs\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .xs\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .xs\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .xs\:focus-within\:-mt-38:focus-within {
    margin-top: -9.5rem;
  }

  .xs\:focus-within\:-mr-38:focus-within {
    margin-right: -9.5rem;
  }

  .xs\:focus-within\:-mb-38:focus-within {
    margin-bottom: -9.5rem;
  }

  .xs\:focus-within\:-ml-38:focus-within {
    margin-left: -9.5rem;
  }

  .xs\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .xs\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .xs\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .xs\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .xs\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .xs\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .xs\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .xs\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .xs\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .xs\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .xs\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .xs\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .xs\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .xs\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .xs\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .xs\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .xs\:focus-within\:-mt-53:focus-within {
    margin-top: -13.25rem;
  }

  .xs\:focus-within\:-mr-53:focus-within {
    margin-right: -13.25rem;
  }

  .xs\:focus-within\:-mb-53:focus-within {
    margin-bottom: -13.25rem;
  }

  .xs\:focus-within\:-ml-53:focus-within {
    margin-left: -13.25rem;
  }

  .xs\:focus-within\:-mt-54:focus-within {
    margin-top: -13.5rem;
  }

  .xs\:focus-within\:-mr-54:focus-within {
    margin-right: -13.5rem;
  }

  .xs\:focus-within\:-mb-54:focus-within {
    margin-bottom: -13.5rem;
  }

  .xs\:focus-within\:-ml-54:focus-within {
    margin-left: -13.5rem;
  }

  .xs\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .xs\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .xs\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .xs\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .xs\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .xs\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .xs\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .xs\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .xs\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .xs\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .xs\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .xs\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .xs\:focus-within\:-mt-74:focus-within {
    margin-top: -18.5rem;
  }

  .xs\:focus-within\:-mr-74:focus-within {
    margin-right: -18.5rem;
  }

  .xs\:focus-within\:-mb-74:focus-within {
    margin-bottom: -18.5rem;
  }

  .xs\:focus-within\:-ml-74:focus-within {
    margin-left: -18.5rem;
  }

  .xs\:focus-within\:-mt-76:focus-within {
    margin-top: -19rem;
  }

  .xs\:focus-within\:-mr-76:focus-within {
    margin-right: -19rem;
  }

  .xs\:focus-within\:-mb-76:focus-within {
    margin-bottom: -19rem;
  }

  .xs\:focus-within\:-ml-76:focus-within {
    margin-left: -19rem;
  }

  .xs\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .xs\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .xs\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .xs\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .xs\:focus-within\:-mt-85:focus-within {
    margin-top: -21.25rem;
  }

  .xs\:focus-within\:-mr-85:focus-within {
    margin-right: -21.25rem;
  }

  .xs\:focus-within\:-mb-85:focus-within {
    margin-bottom: -21.25rem;
  }

  .xs\:focus-within\:-ml-85:focus-within {
    margin-left: -21.25rem;
  }

  .xs\:focus-within\:-mt-100:focus-within {
    margin-top: -25rem;
  }

  .xs\:focus-within\:-mr-100:focus-within {
    margin-right: -25rem;
  }

  .xs\:focus-within\:-mb-100:focus-within {
    margin-bottom: -25rem;
  }

  .xs\:focus-within\:-ml-100:focus-within {
    margin-left: -25rem;
  }

  .xs\:focus-within\:-mt-105:focus-within {
    margin-top: -26.25rem;
  }

  .xs\:focus-within\:-mr-105:focus-within {
    margin-right: -26.25rem;
  }

  .xs\:focus-within\:-mb-105:focus-within {
    margin-bottom: -26.25rem;
  }

  .xs\:focus-within\:-ml-105:focus-within {
    margin-left: -26.25rem;
  }

  .xs\:focus-within\:-mt-107:focus-within {
    margin-top: -26.4rem;
  }

  .xs\:focus-within\:-mr-107:focus-within {
    margin-right: -26.4rem;
  }

  .xs\:focus-within\:-mb-107:focus-within {
    margin-bottom: -26.4rem;
  }

  .xs\:focus-within\:-ml-107:focus-within {
    margin-left: -26.4rem;
  }

  .xs\:focus-within\:-mt-110:focus-within {
    margin-top: -27.5rem;
  }

  .xs\:focus-within\:-mr-110:focus-within {
    margin-right: -27.5rem;
  }

  .xs\:focus-within\:-mb-110:focus-within {
    margin-bottom: -27.5rem;
  }

  .xs\:focus-within\:-ml-110:focus-within {
    margin-left: -27.5rem;
  }

  .xs\:focus-within\:-mt-120:focus-within {
    margin-top: -30rem;
  }

  .xs\:focus-within\:-mr-120:focus-within {
    margin-right: -30rem;
  }

  .xs\:focus-within\:-mb-120:focus-within {
    margin-bottom: -30rem;
  }

  .xs\:focus-within\:-ml-120:focus-within {
    margin-left: -30rem;
  }

  .xs\:focus-within\:-mt-130:focus-within {
    margin-top: -38rem;
  }

  .xs\:focus-within\:-mr-130:focus-within {
    margin-right: -38rem;
  }

  .xs\:focus-within\:-mb-130:focus-within {
    margin-bottom: -38rem;
  }

  .xs\:focus-within\:-ml-130:focus-within {
    margin-left: -38rem;
  }

  .xs\:focus-within\:-mt-px:focus-within {
    margin-top: -1px;
  }

  .xs\:focus-within\:-mr-px:focus-within {
    margin-right: -1px;
  }

  .xs\:focus-within\:-mb-px:focus-within {
    margin-bottom: -1px;
  }

  .xs\:focus-within\:-ml-px:focus-within {
    margin-left: -1px;
  }

  .xs\:focus-within\:-mt-250px:focus-within {
    margin-top: -250px;
  }

  .xs\:focus-within\:-mr-250px:focus-within {
    margin-right: -250px;
  }

  .xs\:focus-within\:-mb-250px:focus-within {
    margin-bottom: -250px;
  }

  .xs\:focus-within\:-ml-250px:focus-within {
    margin-left: -250px;
  }

  .xs\:focus-within\:-mt-1\/2\%:focus-within {
    margin-top: -0.5%;
  }

  .xs\:focus-within\:-mr-1\/2\%:focus-within {
    margin-right: -0.5%;
  }

  .xs\:focus-within\:-mb-1\/2\%:focus-within {
    margin-bottom: -0.5%;
  }

  .xs\:focus-within\:-ml-1\/2\%:focus-within {
    margin-left: -0.5%;
  }

  .xs\:focus-within\:-mt-1\%:focus-within {
    margin-top: -1%;
  }

  .xs\:focus-within\:-mr-1\%:focus-within {
    margin-right: -1%;
  }

  .xs\:focus-within\:-mb-1\%:focus-within {
    margin-bottom: -1%;
  }

  .xs\:focus-within\:-ml-1\%:focus-within {
    margin-left: -1%;
  }

  .xs\:focus-within\:-mt-2\%:focus-within {
    margin-top: -2%;
  }

  .xs\:focus-within\:-mr-2\%:focus-within {
    margin-right: -2%;
  }

  .xs\:focus-within\:-mb-2\%:focus-within {
    margin-bottom: -2%;
  }

  .xs\:focus-within\:-ml-2\%:focus-within {
    margin-left: -2%;
  }

  .xs\:focus-within\:-mt-3\%:focus-within {
    margin-top: -3%;
  }

  .xs\:focus-within\:-mr-3\%:focus-within {
    margin-right: -3%;
  }

  .xs\:focus-within\:-mb-3\%:focus-within {
    margin-bottom: -3%;
  }

  .xs\:focus-within\:-ml-3\%:focus-within {
    margin-left: -3%;
  }

  .xs\:focus-within\:-mt-4\%:focus-within {
    margin-top: -4%;
  }

  .xs\:focus-within\:-mr-4\%:focus-within {
    margin-right: -4%;
  }

  .xs\:focus-within\:-mb-4\%:focus-within {
    margin-bottom: -4%;
  }

  .xs\:focus-within\:-ml-4\%:focus-within {
    margin-left: -4%;
  }

  .xs\:focus-within\:-mt-5\%:focus-within {
    margin-top: -5%;
  }

  .xs\:focus-within\:-mr-5\%:focus-within {
    margin-right: -5%;
  }

  .xs\:focus-within\:-mb-5\%:focus-within {
    margin-bottom: -5%;
  }

  .xs\:focus-within\:-ml-5\%:focus-within {
    margin-left: -5%;
  }

  .xs\:focus-within\:-mt-10\%:focus-within {
    margin-top: -10%;
  }

  .xs\:focus-within\:-mr-10\%:focus-within {
    margin-right: -10%;
  }

  .xs\:focus-within\:-mb-10\%:focus-within {
    margin-bottom: -10%;
  }

  .xs\:focus-within\:-ml-10\%:focus-within {
    margin-left: -10%;
  }

  .xs\:focus-within\:-mt-20\%:focus-within {
    margin-top: -20%;
  }

  .xs\:focus-within\:-mr-20\%:focus-within {
    margin-right: -20%;
  }

  .xs\:focus-within\:-mb-20\%:focus-within {
    margin-bottom: -20%;
  }

  .xs\:focus-within\:-ml-20\%:focus-within {
    margin-left: -20%;
  }

  .xs\:focus-within\:-mt-23\%:focus-within {
    margin-top: -23%;
  }

  .xs\:focus-within\:-mr-23\%:focus-within {
    margin-right: -23%;
  }

  .xs\:focus-within\:-mb-23\%:focus-within {
    margin-bottom: -23%;
  }

  .xs\:focus-within\:-ml-23\%:focus-within {
    margin-left: -23%;
  }

  .xs\:focus-within\:-mt-25\%:focus-within {
    margin-top: -25%;
  }

  .xs\:focus-within\:-mr-25\%:focus-within {
    margin-right: -25%;
  }

  .xs\:focus-within\:-mb-25\%:focus-within {
    margin-bottom: -25%;
  }

  .xs\:focus-within\:-ml-25\%:focus-within {
    margin-left: -25%;
  }

  .xs\:focus-within\:-mt-26\%:focus-within {
    margin-top: -26%;
  }

  .xs\:focus-within\:-mr-26\%:focus-within {
    margin-right: -26%;
  }

  .xs\:focus-within\:-mb-26\%:focus-within {
    margin-bottom: -26%;
  }

  .xs\:focus-within\:-ml-26\%:focus-within {
    margin-left: -26%;
  }

  .xs\:focus-within\:-mt-30\%:focus-within {
    margin-top: -30%;
  }

  .xs\:focus-within\:-mr-30\%:focus-within {
    margin-right: -30%;
  }

  .xs\:focus-within\:-mb-30\%:focus-within {
    margin-bottom: -30%;
  }

  .xs\:focus-within\:-ml-30\%:focus-within {
    margin-left: -30%;
  }

  .xs\:focus-within\:-mt-40\%:focus-within {
    margin-top: -40%;
  }

  .xs\:focus-within\:-mr-40\%:focus-within {
    margin-right: -40%;
  }

  .xs\:focus-within\:-mb-40\%:focus-within {
    margin-bottom: -40%;
  }

  .xs\:focus-within\:-ml-40\%:focus-within {
    margin-left: -40%;
  }

  .xs\:focus-within\:-mt-50\%:focus-within {
    margin-top: -50%;
  }

  .xs\:focus-within\:-mr-50\%:focus-within {
    margin-right: -50%;
  }

  .xs\:focus-within\:-mb-50\%:focus-within {
    margin-bottom: -50%;
  }

  .xs\:focus-within\:-ml-50\%:focus-within {
    margin-left: -50%;
  }

  .xs\:focus-within\:-mt-60\%:focus-within {
    margin-top: -60%;
  }

  .xs\:focus-within\:-mr-60\%:focus-within {
    margin-right: -60%;
  }

  .xs\:focus-within\:-mb-60\%:focus-within {
    margin-bottom: -60%;
  }

  .xs\:focus-within\:-ml-60\%:focus-within {
    margin-left: -60%;
  }

  .xs\:focus-within\:-mt-70\%:focus-within {
    margin-top: -70%;
  }

  .xs\:focus-within\:-mr-70\%:focus-within {
    margin-right: -70%;
  }

  .xs\:focus-within\:-mb-70\%:focus-within {
    margin-bottom: -70%;
  }

  .xs\:focus-within\:-ml-70\%:focus-within {
    margin-left: -70%;
  }

  .xs\:focus-within\:-mt-80\%:focus-within {
    margin-top: -80%;
  }

  .xs\:focus-within\:-mr-80\%:focus-within {
    margin-right: -80%;
  }

  .xs\:focus-within\:-mb-80\%:focus-within {
    margin-bottom: -80%;
  }

  .xs\:focus-within\:-ml-80\%:focus-within {
    margin-left: -80%;
  }

  .xs\:focus-within\:-mt-90\%:focus-within {
    margin-top: -90%;
  }

  .xs\:focus-within\:-mr-90\%:focus-within {
    margin-right: -90%;
  }

  .xs\:focus-within\:-mb-90\%:focus-within {
    margin-bottom: -90%;
  }

  .xs\:focus-within\:-ml-90\%:focus-within {
    margin-left: -90%;
  }

  .xs\:focus-within\:-mt-95\%:focus-within {
    margin-top: -95%;
  }

  .xs\:focus-within\:-mr-95\%:focus-within {
    margin-right: -95%;
  }

  .xs\:focus-within\:-mb-95\%:focus-within {
    margin-bottom: -95%;
  }

  .xs\:focus-within\:-ml-95\%:focus-within {
    margin-left: -95%;
  }

  .xs\:focus-within\:-mt-96\%:focus-within {
    margin-top: -96%;
  }

  .xs\:focus-within\:-mr-96\%:focus-within {
    margin-right: -96%;
  }

  .xs\:focus-within\:-mb-96\%:focus-within {
    margin-bottom: -96%;
  }

  .xs\:focus-within\:-ml-96\%:focus-within {
    margin-left: -96%;
  }

  .xs\:focus-within\:-mt-97\%:focus-within {
    margin-top: -97%;
  }

  .xs\:focus-within\:-mr-97\%:focus-within {
    margin-right: -97%;
  }

  .xs\:focus-within\:-mb-97\%:focus-within {
    margin-bottom: -97%;
  }

  .xs\:focus-within\:-ml-97\%:focus-within {
    margin-left: -97%;
  }

  .xs\:focus-within\:-mt-98\%:focus-within {
    margin-top: -98%;
  }

  .xs\:focus-within\:-mr-98\%:focus-within {
    margin-right: -98%;
  }

  .xs\:focus-within\:-mb-98\%:focus-within {
    margin-bottom: -98%;
  }

  .xs\:focus-within\:-ml-98\%:focus-within {
    margin-left: -98%;
  }

  .xs\:focus-within\:-mt-99\%:focus-within {
    margin-top: -99%;
  }

  .xs\:focus-within\:-mr-99\%:focus-within {
    margin-right: -99%;
  }

  .xs\:focus-within\:-mb-99\%:focus-within {
    margin-bottom: -99%;
  }

  .xs\:focus-within\:-ml-99\%:focus-within {
    margin-left: -99%;
  }

  .xs\:focus-within\:-mt-36vh:focus-within {
    margin-top: -36vh;
  }

  .xs\:focus-within\:-mr-36vh:focus-within {
    margin-right: -36vh;
  }

  .xs\:focus-within\:-mb-36vh:focus-within {
    margin-bottom: -36vh;
  }

  .xs\:focus-within\:-ml-36vh:focus-within {
    margin-left: -36vh;
  }

  .xs\:focus-within\:-mt-75vh:focus-within {
    margin-top: -75vh;
  }

  .xs\:focus-within\:-mr-75vh:focus-within {
    margin-right: -75vh;
  }

  .xs\:focus-within\:-mb-75vh:focus-within {
    margin-bottom: -75vh;
  }

  .xs\:focus-within\:-ml-75vh:focus-within {
    margin-left: -75vh;
  }

  .xs\:focus-within\:-mt-78vh:focus-within {
    margin-top: -78vh;
  }

  .xs\:focus-within\:-mr-78vh:focus-within {
    margin-right: -78vh;
  }

  .xs\:focus-within\:-mb-78vh:focus-within {
    margin-bottom: -78vh;
  }

  .xs\:focus-within\:-ml-78vh:focus-within {
    margin-left: -78vh;
  }

  .xs\:focus-within\:-mt-80vh:focus-within {
    margin-top: -80vh;
  }

  .xs\:focus-within\:-mr-80vh:focus-within {
    margin-right: -80vh;
  }

  .xs\:focus-within\:-mb-80vh:focus-within {
    margin-bottom: -80vh;
  }

  .xs\:focus-within\:-ml-80vh:focus-within {
    margin-left: -80vh;
  }

  .xs\:focus-within\:-mt-82vh:focus-within {
    margin-top: -82vh;
  }

  .xs\:focus-within\:-mr-82vh:focus-within {
    margin-right: -82vh;
  }

  .xs\:focus-within\:-mb-82vh:focus-within {
    margin-bottom: -82vh;
  }

  .xs\:focus-within\:-ml-82vh:focus-within {
    margin-left: -82vh;
  }

  .group:hover .xs\:group-hover\:m-0 {
    margin: 0;
  }

  .group:hover .xs\:group-hover\:m-1 {
    margin: 0.25rem;
  }

  .group:hover .xs\:group-hover\:m-2 {
    margin: 0.5rem;
  }

  .group:hover .xs\:group-hover\:m-3 {
    margin: 0.75rem;
  }

  .group:hover .xs\:group-hover\:m-4 {
    margin: 1rem;
  }

  .group:hover .xs\:group-hover\:m-5 {
    margin: 1.25rem;
  }

  .group:hover .xs\:group-hover\:m-6 {
    margin: 1.5rem;
  }

  .group:hover .xs\:group-hover\:m-7 {
    margin: 1.75rem;
  }

  .group:hover .xs\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .xs\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .group:hover .xs\:group-hover\:m-10 {
    margin: 2.5rem;
  }

  .group:hover .xs\:group-hover\:m-12 {
    margin: 3rem;
  }

  .group:hover .xs\:group-hover\:m-14 {
    margin: 3.5rem;
  }

  .group:hover .xs\:group-hover\:m-15 {
    margin: 3.75rem;
  }

  .group:hover .xs\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .xs\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .xs\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .xs\:group-hover\:m-21 {
    margin: 5.25rem;
  }

  .group:hover .xs\:group-hover\:m-22 {
    margin: 5.5rem;
  }

  .group:hover .xs\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .xs\:group-hover\:m-26 {
    margin: 6.5rem;
  }

  .group:hover .xs\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .xs\:group-hover\:m-30 {
    margin: 7.5rem;
  }

  .group:hover .xs\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .xs\:group-hover\:m-34 {
    margin: 8.5rem;
  }

  .group:hover .xs\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .xs\:group-hover\:m-38 {
    margin: 9.5rem;
  }

  .group:hover .xs\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .xs\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .xs\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .xs\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .xs\:group-hover\:m-53 {
    margin: 13.25rem;
  }

  .group:hover .xs\:group-hover\:m-54 {
    margin: 13.5rem;
  }

  .group:hover .xs\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .xs\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .xs\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .xs\:group-hover\:m-74 {
    margin: 18.5rem;
  }

  .group:hover .xs\:group-hover\:m-76 {
    margin: 19rem;
  }

  .group:hover .xs\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .xs\:group-hover\:m-85 {
    margin: 21.25rem;
  }

  .group:hover .xs\:group-hover\:m-100 {
    margin: 25rem;
  }

  .group:hover .xs\:group-hover\:m-105 {
    margin: 26.25rem;
  }

  .group:hover .xs\:group-hover\:m-107 {
    margin: 26.4rem;
  }

  .group:hover .xs\:group-hover\:m-110 {
    margin: 27.5rem;
  }

  .group:hover .xs\:group-hover\:m-120 {
    margin: 30rem;
  }

  .group:hover .xs\:group-hover\:m-130 {
    margin: 38rem;
  }

  .group:hover .xs\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .xs\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .xs\:group-hover\:m-250px {
    margin: 250px;
  }

  .group:hover .xs\:group-hover\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:hover .xs\:group-hover\:m-1\% {
    margin: 1%;
  }

  .group:hover .xs\:group-hover\:m-2\% {
    margin: 2%;
  }

  .group:hover .xs\:group-hover\:m-3\% {
    margin: 3%;
  }

  .group:hover .xs\:group-hover\:m-4\% {
    margin: 4%;
  }

  .group:hover .xs\:group-hover\:m-5\% {
    margin: 5%;
  }

  .group:hover .xs\:group-hover\:m-10\% {
    margin: 10%;
  }

  .group:hover .xs\:group-hover\:m-20\% {
    margin: 20%;
  }

  .group:hover .xs\:group-hover\:m-23\% {
    margin: 23%;
  }

  .group:hover .xs\:group-hover\:m-25\% {
    margin: 25%;
  }

  .group:hover .xs\:group-hover\:m-26\% {
    margin: 26%;
  }

  .group:hover .xs\:group-hover\:m-30\% {
    margin: 30%;
  }

  .group:hover .xs\:group-hover\:m-40\% {
    margin: 40%;
  }

  .group:hover .xs\:group-hover\:m-50\% {
    margin: 50%;
  }

  .group:hover .xs\:group-hover\:m-60\% {
    margin: 60%;
  }

  .group:hover .xs\:group-hover\:m-70\% {
    margin: 70%;
  }

  .group:hover .xs\:group-hover\:m-80\% {
    margin: 80%;
  }

  .group:hover .xs\:group-hover\:m-90\% {
    margin: 90%;
  }

  .group:hover .xs\:group-hover\:m-95\% {
    margin: 95%;
  }

  .group:hover .xs\:group-hover\:m-96\% {
    margin: 96%;
  }

  .group:hover .xs\:group-hover\:m-97\% {
    margin: 97%;
  }

  .group:hover .xs\:group-hover\:m-98\% {
    margin: 98%;
  }

  .group:hover .xs\:group-hover\:m-99\% {
    margin: 99%;
  }

  .group:hover .xs\:group-hover\:m-36vh {
    margin: 36vh;
  }

  .group:hover .xs\:group-hover\:m-75vh {
    margin: 75vh;
  }

  .group:hover .xs\:group-hover\:m-78vh {
    margin: 78vh;
  }

  .group:hover .xs\:group-hover\:m-80vh {
    margin: 80vh;
  }

  .group:hover .xs\:group-hover\:m-82vh {
    margin: 82vh;
  }

  .group:hover .xs\:group-hover\:-m-1 {
    margin: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-m-2 {
    margin: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-m-3 {
    margin: -0.75rem;
  }

  .group:hover .xs\:group-hover\:-m-4 {
    margin: -1rem;
  }

  .group:hover .xs\:group-hover\:-m-5 {
    margin: -1.25rem;
  }

  .group:hover .xs\:group-hover\:-m-6 {
    margin: -1.5rem;
  }

  .group:hover .xs\:group-hover\:-m-7 {
    margin: -1.75rem;
  }

  .group:hover .xs\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .xs\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .group:hover .xs\:group-hover\:-m-10 {
    margin: -2.5rem;
  }

  .group:hover .xs\:group-hover\:-m-12 {
    margin: -3rem;
  }

  .group:hover .xs\:group-hover\:-m-14 {
    margin: -3.5rem;
  }

  .group:hover .xs\:group-hover\:-m-15 {
    margin: -3.75rem;
  }

  .group:hover .xs\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .xs\:group-hover\:-m-18 {
    margin: -4.5rem;
  }

  .group:hover .xs\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .xs\:group-hover\:-m-21 {
    margin: -5.25rem;
  }

  .group:hover .xs\:group-hover\:-m-22 {
    margin: -5.5rem;
  }

  .group:hover .xs\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .xs\:group-hover\:-m-26 {
    margin: -6.5rem;
  }

  .group:hover .xs\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .xs\:group-hover\:-m-30 {
    margin: -7.5rem;
  }

  .group:hover .xs\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .xs\:group-hover\:-m-34 {
    margin: -8.5rem;
  }

  .group:hover .xs\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .xs\:group-hover\:-m-38 {
    margin: -9.5rem;
  }

  .group:hover .xs\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .xs\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .xs\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .xs\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .xs\:group-hover\:-m-53 {
    margin: -13.25rem;
  }

  .group:hover .xs\:group-hover\:-m-54 {
    margin: -13.5rem;
  }

  .group:hover .xs\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .xs\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .xs\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .xs\:group-hover\:-m-74 {
    margin: -18.5rem;
  }

  .group:hover .xs\:group-hover\:-m-76 {
    margin: -19rem;
  }

  .group:hover .xs\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .xs\:group-hover\:-m-85 {
    margin: -21.25rem;
  }

  .group:hover .xs\:group-hover\:-m-100 {
    margin: -25rem;
  }

  .group:hover .xs\:group-hover\:-m-105 {
    margin: -26.25rem;
  }

  .group:hover .xs\:group-hover\:-m-107 {
    margin: -26.4rem;
  }

  .group:hover .xs\:group-hover\:-m-110 {
    margin: -27.5rem;
  }

  .group:hover .xs\:group-hover\:-m-120 {
    margin: -30rem;
  }

  .group:hover .xs\:group-hover\:-m-130 {
    margin: -38rem;
  }

  .group:hover .xs\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .xs\:group-hover\:-m-250px {
    margin: -250px;
  }

  .group:hover .xs\:group-hover\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:hover .xs\:group-hover\:-m-1\% {
    margin: -1%;
  }

  .group:hover .xs\:group-hover\:-m-2\% {
    margin: -2%;
  }

  .group:hover .xs\:group-hover\:-m-3\% {
    margin: -3%;
  }

  .group:hover .xs\:group-hover\:-m-4\% {
    margin: -4%;
  }

  .group:hover .xs\:group-hover\:-m-5\% {
    margin: -5%;
  }

  .group:hover .xs\:group-hover\:-m-10\% {
    margin: -10%;
  }

  .group:hover .xs\:group-hover\:-m-20\% {
    margin: -20%;
  }

  .group:hover .xs\:group-hover\:-m-23\% {
    margin: -23%;
  }

  .group:hover .xs\:group-hover\:-m-25\% {
    margin: -25%;
  }

  .group:hover .xs\:group-hover\:-m-26\% {
    margin: -26%;
  }

  .group:hover .xs\:group-hover\:-m-30\% {
    margin: -30%;
  }

  .group:hover .xs\:group-hover\:-m-40\% {
    margin: -40%;
  }

  .group:hover .xs\:group-hover\:-m-50\% {
    margin: -50%;
  }

  .group:hover .xs\:group-hover\:-m-60\% {
    margin: -60%;
  }

  .group:hover .xs\:group-hover\:-m-70\% {
    margin: -70%;
  }

  .group:hover .xs\:group-hover\:-m-80\% {
    margin: -80%;
  }

  .group:hover .xs\:group-hover\:-m-90\% {
    margin: -90%;
  }

  .group:hover .xs\:group-hover\:-m-95\% {
    margin: -95%;
  }

  .group:hover .xs\:group-hover\:-m-96\% {
    margin: -96%;
  }

  .group:hover .xs\:group-hover\:-m-97\% {
    margin: -97%;
  }

  .group:hover .xs\:group-hover\:-m-98\% {
    margin: -98%;
  }

  .group:hover .xs\:group-hover\:-m-99\% {
    margin: -99%;
  }

  .group:hover .xs\:group-hover\:-m-36vh {
    margin: -36vh;
  }

  .group:hover .xs\:group-hover\:-m-75vh {
    margin: -75vh;
  }

  .group:hover .xs\:group-hover\:-m-78vh {
    margin: -78vh;
  }

  .group:hover .xs\:group-hover\:-m-80vh {
    margin: -80vh;
  }

  .group:hover .xs\:group-hover\:-m-82vh {
    margin: -82vh;
  }

  .group:hover .xs\:group-hover\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:hover .xs\:group-hover\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:hover .xs\:group-hover\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:hover .xs\:group-hover\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:hover .xs\:group-hover\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:hover .xs\:group-hover\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:hover .xs\:group-hover\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:hover .xs\:group-hover\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:hover .xs\:group-hover\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:hover .xs\:group-hover\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:hover .xs\:group-hover\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:hover .xs\:group-hover\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:hover .xs\:group-hover\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:hover .xs\:group-hover\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:hover .xs\:group-hover\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .xs\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:hover .xs\:group-hover\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:hover .xs\:group-hover\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:hover .xs\:group-hover\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .xs\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:hover .xs\:group-hover\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:hover .xs\:group-hover\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:hover .xs\:group-hover\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:hover .xs\:group-hover\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:hover .xs\:group-hover\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .xs\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .xs\:group-hover\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:hover .xs\:group-hover\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:hover .xs\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .xs\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .xs\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .xs\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .xs\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .xs\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .xs\:group-hover\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:hover .xs\:group-hover\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:hover .xs\:group-hover\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:hover .xs\:group-hover\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .group:hover .xs\:group-hover\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:hover .xs\:group-hover\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:hover .xs\:group-hover\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:hover .xs\:group-hover\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:hover .xs\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .xs\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .xs\:group-hover\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:hover .xs\:group-hover\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .group:hover .xs\:group-hover\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:hover .xs\:group-hover\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:hover .xs\:group-hover\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:hover .xs\:group-hover\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:hover .xs\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .xs\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .xs\:group-hover\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:hover .xs\:group-hover\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:hover .xs\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .xs\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .xs\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .xs\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .xs\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .xs\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .xs\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .xs\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .xs\:group-hover\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:hover .xs\:group-hover\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:hover .xs\:group-hover\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:hover .xs\:group-hover\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:hover .xs\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .xs\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .xs\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .xs\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .xs\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .xs\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .xs\:group-hover\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:hover .xs\:group-hover\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:hover .xs\:group-hover\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:hover .xs\:group-hover\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:hover .xs\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .xs\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .xs\:group-hover\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:hover .xs\:group-hover\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:hover .xs\:group-hover\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:hover .xs\:group-hover\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:hover .xs\:group-hover\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:hover .xs\:group-hover\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:hover .xs\:group-hover\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:hover .xs\:group-hover\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:hover .xs\:group-hover\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:hover .xs\:group-hover\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:hover .xs\:group-hover\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:hover .xs\:group-hover\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:hover .xs\:group-hover\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:hover .xs\:group-hover\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .group:hover .xs\:group-hover\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:hover .xs\:group-hover\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:hover .xs\:group-hover\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:hover .xs\:group-hover\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:hover .xs\:group-hover\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .xs\:group-hover\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .xs\:group-hover\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:hover .xs\:group-hover\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:hover .xs\:group-hover\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .xs\:group-hover\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .xs\:group-hover\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:hover .xs\:group-hover\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:hover .xs\:group-hover\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:hover .xs\:group-hover\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:hover .xs\:group-hover\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:hover .xs\:group-hover\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:hover .xs\:group-hover\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:hover .xs\:group-hover\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:hover .xs\:group-hover\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:hover .xs\:group-hover\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:hover .xs\:group-hover\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .xs\:group-hover\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .xs\:group-hover\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:hover .xs\:group-hover\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:hover .xs\:group-hover\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .xs\:group-hover\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .xs\:group-hover\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:hover .xs\:group-hover\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:hover .xs\:group-hover\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:hover .xs\:group-hover\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:hover .xs\:group-hover\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .xs\:group-hover\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .xs\:group-hover\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:hover .xs\:group-hover\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:hover .xs\:group-hover\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:hover .xs\:group-hover\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:hover .xs\:group-hover\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:hover .xs\:group-hover\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:hover .xs\:group-hover\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .xs\:group-hover\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .xs\:group-hover\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .xs\:group-hover\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .xs\:group-hover\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .xs\:group-hover\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .xs\:group-hover\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .xs\:group-hover\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .xs\:group-hover\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:hover .xs\:group-hover\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:hover .xs\:group-hover\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:hover .xs\:group-hover\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:hover .xs\:group-hover\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:hover .xs\:group-hover\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:hover .xs\:group-hover\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:hover .xs\:group-hover\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:hover .xs\:group-hover\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:hover .xs\:group-hover\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:hover .xs\:group-hover\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:hover .xs\:group-hover\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:hover .xs\:group-hover\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .xs\:group-hover\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .xs\:group-hover\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:hover .xs\:group-hover\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .group:hover .xs\:group-hover\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:hover .xs\:group-hover\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:hover .xs\:group-hover\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:hover .xs\:group-hover\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:hover .xs\:group-hover\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:hover .xs\:group-hover\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:hover .xs\:group-hover\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:hover .xs\:group-hover\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .xs\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:hover .xs\:group-hover\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:hover .xs\:group-hover\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:hover .xs\:group-hover\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .xs\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:hover .xs\:group-hover\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:hover .xs\:group-hover\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:hover .xs\:group-hover\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:hover .xs\:group-hover\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .xs\:group-hover\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:hover .xs\:group-hover\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:hover .xs\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .xs\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .xs\:group-hover\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:hover .xs\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .xs\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .xs\:group-hover\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:hover .xs\:group-hover\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:hover .xs\:group-hover\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .group:hover .xs\:group-hover\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:hover .xs\:group-hover\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:hover .xs\:group-hover\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:hover .xs\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .xs\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .xs\:group-hover\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .group:hover .xs\:group-hover\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:hover .xs\:group-hover\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:hover .xs\:group-hover\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:hover .xs\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .xs\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .xs\:group-hover\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:hover .xs\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .xs\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .xs\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .xs\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .xs\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .xs\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .xs\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .xs\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .xs\:group-hover\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:hover .xs\:group-hover\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:hover .xs\:group-hover\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:hover .xs\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .xs\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .xs\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .xs\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .xs\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .xs\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .xs\:group-hover\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:hover .xs\:group-hover\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:hover .xs\:group-hover\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:hover .xs\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .xs\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .xs\:group-hover\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:hover .xs\:group-hover\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:hover .xs\:group-hover\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:hover .xs\:group-hover\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:hover .xs\:group-hover\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:hover .xs\:group-hover\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:hover .xs\:group-hover\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:hover .xs\:group-hover\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:hover .xs\:group-hover\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:hover .xs\:group-hover\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:hover .xs\:group-hover\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:hover .xs\:group-hover\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:hover .xs\:group-hover\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:hover .xs\:group-hover\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .group:hover .xs\:group-hover\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:hover .xs\:group-hover\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:hover .xs\:group-hover\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .xs\:group-hover\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .xs\:group-hover\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:hover .xs\:group-hover\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:hover .xs\:group-hover\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .xs\:group-hover\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .xs\:group-hover\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:hover .xs\:group-hover\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:hover .xs\:group-hover\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:hover .xs\:group-hover\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:hover .xs\:group-hover\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:hover .xs\:group-hover\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:hover .xs\:group-hover\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:hover .xs\:group-hover\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:hover .xs\:group-hover\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:hover .xs\:group-hover\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:hover .xs\:group-hover\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .xs\:group-hover\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .xs\:group-hover\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:hover .xs\:group-hover\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:hover .xs\:group-hover\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .xs\:group-hover\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .xs\:group-hover\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:hover .xs\:group-hover\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:hover .xs\:group-hover\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:hover .xs\:group-hover\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:hover .xs\:group-hover\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .xs\:group-hover\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .xs\:group-hover\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:hover .xs\:group-hover\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:hover .xs\:group-hover\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:hover .xs\:group-hover\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:hover .xs\:group-hover\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:hover .xs\:group-hover\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:hover .xs\:group-hover\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .xs\:group-hover\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .xs\:group-hover\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .xs\:group-hover\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .xs\:group-hover\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .xs\:group-hover\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .xs\:group-hover\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .xs\:group-hover\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .xs\:group-hover\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:hover .xs\:group-hover\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:hover .xs\:group-hover\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:hover .xs\:group-hover\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:hover .xs\:group-hover\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:hover .xs\:group-hover\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:hover .xs\:group-hover\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:hover .xs\:group-hover\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:hover .xs\:group-hover\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:hover .xs\:group-hover\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:hover .xs\:group-hover\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:hover .xs\:group-hover\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:hover .xs\:group-hover\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .xs\:group-hover\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .xs\:group-hover\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:hover .xs\:group-hover\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .group:hover .xs\:group-hover\:mt-0 {
    margin-top: 0;
  }

  .group:hover .xs\:group-hover\:mr-0 {
    margin-right: 0;
  }

  .group:hover .xs\:group-hover\:mb-0 {
    margin-bottom: 0;
  }

  .group:hover .xs\:group-hover\:ml-0 {
    margin-left: 0;
  }

  .group:hover .xs\:group-hover\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:hover .xs\:group-hover\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:hover .xs\:group-hover\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:hover .xs\:group-hover\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:hover .xs\:group-hover\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:hover .xs\:group-hover\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:hover .xs\:group-hover\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:hover .xs\:group-hover\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:hover .xs\:group-hover\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:hover .xs\:group-hover\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:hover .xs\:group-hover\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:hover .xs\:group-hover\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:hover .xs\:group-hover\:mt-4 {
    margin-top: 1rem;
  }

  .group:hover .xs\:group-hover\:mr-4 {
    margin-right: 1rem;
  }

  .group:hover .xs\:group-hover\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:hover .xs\:group-hover\:ml-4 {
    margin-left: 1rem;
  }

  .group:hover .xs\:group-hover\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:hover .xs\:group-hover\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:hover .xs\:group-hover\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:hover .xs\:group-hover\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:hover .xs\:group-hover\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:hover .xs\:group-hover\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:hover .xs\:group-hover\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:hover .xs\:group-hover\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:hover .xs\:group-hover\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:hover .xs\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .xs\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .xs\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:hover .xs\:group-hover\:mt-8 {
    margin-top: 2rem;
  }

  .group:hover .xs\:group-hover\:mr-8 {
    margin-right: 2rem;
  }

  .group:hover .xs\:group-hover\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:hover .xs\:group-hover\:ml-8 {
    margin-left: 2rem;
  }

  .group:hover .xs\:group-hover\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:hover .xs\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .xs\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .xs\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:hover .xs\:group-hover\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:hover .xs\:group-hover\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:hover .xs\:group-hover\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:hover .xs\:group-hover\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:hover .xs\:group-hover\:mt-12 {
    margin-top: 3rem;
  }

  .group:hover .xs\:group-hover\:mr-12 {
    margin-right: 3rem;
  }

  .group:hover .xs\:group-hover\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:hover .xs\:group-hover\:ml-12 {
    margin-left: 3rem;
  }

  .group:hover .xs\:group-hover\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:hover .xs\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .xs\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .xs\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .xs\:group-hover\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:hover .xs\:group-hover\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:hover .xs\:group-hover\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:hover .xs\:group-hover\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:hover .xs\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .xs\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .xs\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .xs\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .xs\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .xs\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .xs\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .xs\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .xs\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .xs\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .xs\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .xs\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .xs\:group-hover\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:hover .xs\:group-hover\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:hover .xs\:group-hover\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:hover .xs\:group-hover\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:hover .xs\:group-hover\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:hover .xs\:group-hover\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:hover .xs\:group-hover\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:hover .xs\:group-hover\:ml-22 {
    margin-left: 5.5rem;
  }

  .group:hover .xs\:group-hover\:mt-24 {
    margin-top: 6rem;
  }

  .group:hover .xs\:group-hover\:mr-24 {
    margin-right: 6rem;
  }

  .group:hover .xs\:group-hover\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:hover .xs\:group-hover\:ml-24 {
    margin-left: 6rem;
  }

  .group:hover .xs\:group-hover\:mt-26 {
    margin-top: 6.5rem;
  }

  .group:hover .xs\:group-hover\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:hover .xs\:group-hover\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:hover .xs\:group-hover\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:hover .xs\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .xs\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .xs\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .xs\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .xs\:group-hover\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:hover .xs\:group-hover\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:hover .xs\:group-hover\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:hover .xs\:group-hover\:ml-30 {
    margin-left: 7.5rem;
  }

  .group:hover .xs\:group-hover\:mt-32 {
    margin-top: 8rem;
  }

  .group:hover .xs\:group-hover\:mr-32 {
    margin-right: 8rem;
  }

  .group:hover .xs\:group-hover\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:hover .xs\:group-hover\:ml-32 {
    margin-left: 8rem;
  }

  .group:hover .xs\:group-hover\:mt-34 {
    margin-top: 8.5rem;
  }

  .group:hover .xs\:group-hover\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:hover .xs\:group-hover\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:hover .xs\:group-hover\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:hover .xs\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .xs\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .xs\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .xs\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .xs\:group-hover\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:hover .xs\:group-hover\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:hover .xs\:group-hover\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:hover .xs\:group-hover\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:hover .xs\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .xs\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .xs\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .xs\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .xs\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .xs\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .xs\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .xs\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .xs\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .xs\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .xs\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .xs\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .xs\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .xs\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .xs\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .xs\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .xs\:group-hover\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:hover .xs\:group-hover\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:hover .xs\:group-hover\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:hover .xs\:group-hover\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:hover .xs\:group-hover\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:hover .xs\:group-hover\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:hover .xs\:group-hover\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:hover .xs\:group-hover\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:hover .xs\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .xs\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .xs\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .xs\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .xs\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .xs\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .xs\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .xs\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .xs\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .xs\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .xs\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .xs\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .xs\:group-hover\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:hover .xs\:group-hover\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:hover .xs\:group-hover\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:hover .xs\:group-hover\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:hover .xs\:group-hover\:mt-76 {
    margin-top: 19rem;
  }

  .group:hover .xs\:group-hover\:mr-76 {
    margin-right: 19rem;
  }

  .group:hover .xs\:group-hover\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:hover .xs\:group-hover\:ml-76 {
    margin-left: 19rem;
  }

  .group:hover .xs\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .xs\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .xs\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .xs\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .xs\:group-hover\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:hover .xs\:group-hover\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:hover .xs\:group-hover\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:hover .xs\:group-hover\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:hover .xs\:group-hover\:mt-100 {
    margin-top: 25rem;
  }

  .group:hover .xs\:group-hover\:mr-100 {
    margin-right: 25rem;
  }

  .group:hover .xs\:group-hover\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:hover .xs\:group-hover\:ml-100 {
    margin-left: 25rem;
  }

  .group:hover .xs\:group-hover\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:hover .xs\:group-hover\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:hover .xs\:group-hover\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:hover .xs\:group-hover\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:hover .xs\:group-hover\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:hover .xs\:group-hover\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:hover .xs\:group-hover\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:hover .xs\:group-hover\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:hover .xs\:group-hover\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:hover .xs\:group-hover\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:hover .xs\:group-hover\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:hover .xs\:group-hover\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:hover .xs\:group-hover\:mt-120 {
    margin-top: 30rem;
  }

  .group:hover .xs\:group-hover\:mr-120 {
    margin-right: 30rem;
  }

  .group:hover .xs\:group-hover\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:hover .xs\:group-hover\:ml-120 {
    margin-left: 30rem;
  }

  .group:hover .xs\:group-hover\:mt-130 {
    margin-top: 38rem;
  }

  .group:hover .xs\:group-hover\:mr-130 {
    margin-right: 38rem;
  }

  .group:hover .xs\:group-hover\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:hover .xs\:group-hover\:ml-130 {
    margin-left: 38rem;
  }

  .group:hover .xs\:group-hover\:mt-auto {
    margin-top: auto;
  }

  .group:hover .xs\:group-hover\:mr-auto {
    margin-right: auto;
  }

  .group:hover .xs\:group-hover\:mb-auto {
    margin-bottom: auto;
  }

  .group:hover .xs\:group-hover\:ml-auto {
    margin-left: auto;
  }

  .group:hover .xs\:group-hover\:mt-px {
    margin-top: 1px;
  }

  .group:hover .xs\:group-hover\:mr-px {
    margin-right: 1px;
  }

  .group:hover .xs\:group-hover\:mb-px {
    margin-bottom: 1px;
  }

  .group:hover .xs\:group-hover\:ml-px {
    margin-left: 1px;
  }

  .group:hover .xs\:group-hover\:mt-250px {
    margin-top: 250px;
  }

  .group:hover .xs\:group-hover\:mr-250px {
    margin-right: 250px;
  }

  .group:hover .xs\:group-hover\:mb-250px {
    margin-bottom: 250px;
  }

  .group:hover .xs\:group-hover\:ml-250px {
    margin-left: 250px;
  }

  .group:hover .xs\:group-hover\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:hover .xs\:group-hover\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:hover .xs\:group-hover\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:hover .xs\:group-hover\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:hover .xs\:group-hover\:mt-1\% {
    margin-top: 1%;
  }

  .group:hover .xs\:group-hover\:mr-1\% {
    margin-right: 1%;
  }

  .group:hover .xs\:group-hover\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:hover .xs\:group-hover\:ml-1\% {
    margin-left: 1%;
  }

  .group:hover .xs\:group-hover\:mt-2\% {
    margin-top: 2%;
  }

  .group:hover .xs\:group-hover\:mr-2\% {
    margin-right: 2%;
  }

  .group:hover .xs\:group-hover\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:hover .xs\:group-hover\:ml-2\% {
    margin-left: 2%;
  }

  .group:hover .xs\:group-hover\:mt-3\% {
    margin-top: 3%;
  }

  .group:hover .xs\:group-hover\:mr-3\% {
    margin-right: 3%;
  }

  .group:hover .xs\:group-hover\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:hover .xs\:group-hover\:ml-3\% {
    margin-left: 3%;
  }

  .group:hover .xs\:group-hover\:mt-4\% {
    margin-top: 4%;
  }

  .group:hover .xs\:group-hover\:mr-4\% {
    margin-right: 4%;
  }

  .group:hover .xs\:group-hover\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:hover .xs\:group-hover\:ml-4\% {
    margin-left: 4%;
  }

  .group:hover .xs\:group-hover\:mt-5\% {
    margin-top: 5%;
  }

  .group:hover .xs\:group-hover\:mr-5\% {
    margin-right: 5%;
  }

  .group:hover .xs\:group-hover\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:hover .xs\:group-hover\:ml-5\% {
    margin-left: 5%;
  }

  .group:hover .xs\:group-hover\:mt-10\% {
    margin-top: 10%;
  }

  .group:hover .xs\:group-hover\:mr-10\% {
    margin-right: 10%;
  }

  .group:hover .xs\:group-hover\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:hover .xs\:group-hover\:ml-10\% {
    margin-left: 10%;
  }

  .group:hover .xs\:group-hover\:mt-20\% {
    margin-top: 20%;
  }

  .group:hover .xs\:group-hover\:mr-20\% {
    margin-right: 20%;
  }

  .group:hover .xs\:group-hover\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:hover .xs\:group-hover\:ml-20\% {
    margin-left: 20%;
  }

  .group:hover .xs\:group-hover\:mt-23\% {
    margin-top: 23%;
  }

  .group:hover .xs\:group-hover\:mr-23\% {
    margin-right: 23%;
  }

  .group:hover .xs\:group-hover\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:hover .xs\:group-hover\:ml-23\% {
    margin-left: 23%;
  }

  .group:hover .xs\:group-hover\:mt-25\% {
    margin-top: 25%;
  }

  .group:hover .xs\:group-hover\:mr-25\% {
    margin-right: 25%;
  }

  .group:hover .xs\:group-hover\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:hover .xs\:group-hover\:ml-25\% {
    margin-left: 25%;
  }

  .group:hover .xs\:group-hover\:mt-26\% {
    margin-top: 26%;
  }

  .group:hover .xs\:group-hover\:mr-26\% {
    margin-right: 26%;
  }

  .group:hover .xs\:group-hover\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:hover .xs\:group-hover\:ml-26\% {
    margin-left: 26%;
  }

  .group:hover .xs\:group-hover\:mt-30\% {
    margin-top: 30%;
  }

  .group:hover .xs\:group-hover\:mr-30\% {
    margin-right: 30%;
  }

  .group:hover .xs\:group-hover\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:hover .xs\:group-hover\:ml-30\% {
    margin-left: 30%;
  }

  .group:hover .xs\:group-hover\:mt-40\% {
    margin-top: 40%;
  }

  .group:hover .xs\:group-hover\:mr-40\% {
    margin-right: 40%;
  }

  .group:hover .xs\:group-hover\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:hover .xs\:group-hover\:ml-40\% {
    margin-left: 40%;
  }

  .group:hover .xs\:group-hover\:mt-50\% {
    margin-top: 50%;
  }

  .group:hover .xs\:group-hover\:mr-50\% {
    margin-right: 50%;
  }

  .group:hover .xs\:group-hover\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:hover .xs\:group-hover\:ml-50\% {
    margin-left: 50%;
  }

  .group:hover .xs\:group-hover\:mt-60\% {
    margin-top: 60%;
  }

  .group:hover .xs\:group-hover\:mr-60\% {
    margin-right: 60%;
  }

  .group:hover .xs\:group-hover\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:hover .xs\:group-hover\:ml-60\% {
    margin-left: 60%;
  }

  .group:hover .xs\:group-hover\:mt-70\% {
    margin-top: 70%;
  }

  .group:hover .xs\:group-hover\:mr-70\% {
    margin-right: 70%;
  }

  .group:hover .xs\:group-hover\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:hover .xs\:group-hover\:ml-70\% {
    margin-left: 70%;
  }

  .group:hover .xs\:group-hover\:mt-80\% {
    margin-top: 80%;
  }

  .group:hover .xs\:group-hover\:mr-80\% {
    margin-right: 80%;
  }

  .group:hover .xs\:group-hover\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:hover .xs\:group-hover\:ml-80\% {
    margin-left: 80%;
  }

  .group:hover .xs\:group-hover\:mt-90\% {
    margin-top: 90%;
  }

  .group:hover .xs\:group-hover\:mr-90\% {
    margin-right: 90%;
  }

  .group:hover .xs\:group-hover\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:hover .xs\:group-hover\:ml-90\% {
    margin-left: 90%;
  }

  .group:hover .xs\:group-hover\:mt-95\% {
    margin-top: 95%;
  }

  .group:hover .xs\:group-hover\:mr-95\% {
    margin-right: 95%;
  }

  .group:hover .xs\:group-hover\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:hover .xs\:group-hover\:ml-95\% {
    margin-left: 95%;
  }

  .group:hover .xs\:group-hover\:mt-96\% {
    margin-top: 96%;
  }

  .group:hover .xs\:group-hover\:mr-96\% {
    margin-right: 96%;
  }

  .group:hover .xs\:group-hover\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:hover .xs\:group-hover\:ml-96\% {
    margin-left: 96%;
  }

  .group:hover .xs\:group-hover\:mt-97\% {
    margin-top: 97%;
  }

  .group:hover .xs\:group-hover\:mr-97\% {
    margin-right: 97%;
  }

  .group:hover .xs\:group-hover\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:hover .xs\:group-hover\:ml-97\% {
    margin-left: 97%;
  }

  .group:hover .xs\:group-hover\:mt-98\% {
    margin-top: 98%;
  }

  .group:hover .xs\:group-hover\:mr-98\% {
    margin-right: 98%;
  }

  .group:hover .xs\:group-hover\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:hover .xs\:group-hover\:ml-98\% {
    margin-left: 98%;
  }

  .group:hover .xs\:group-hover\:mt-99\% {
    margin-top: 99%;
  }

  .group:hover .xs\:group-hover\:mr-99\% {
    margin-right: 99%;
  }

  .group:hover .xs\:group-hover\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:hover .xs\:group-hover\:ml-99\% {
    margin-left: 99%;
  }

  .group:hover .xs\:group-hover\:mt-36vh {
    margin-top: 36vh;
  }

  .group:hover .xs\:group-hover\:mr-36vh {
    margin-right: 36vh;
  }

  .group:hover .xs\:group-hover\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:hover .xs\:group-hover\:ml-36vh {
    margin-left: 36vh;
  }

  .group:hover .xs\:group-hover\:mt-75vh {
    margin-top: 75vh;
  }

  .group:hover .xs\:group-hover\:mr-75vh {
    margin-right: 75vh;
  }

  .group:hover .xs\:group-hover\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:hover .xs\:group-hover\:ml-75vh {
    margin-left: 75vh;
  }

  .group:hover .xs\:group-hover\:mt-78vh {
    margin-top: 78vh;
  }

  .group:hover .xs\:group-hover\:mr-78vh {
    margin-right: 78vh;
  }

  .group:hover .xs\:group-hover\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:hover .xs\:group-hover\:ml-78vh {
    margin-left: 78vh;
  }

  .group:hover .xs\:group-hover\:mt-80vh {
    margin-top: 80vh;
  }

  .group:hover .xs\:group-hover\:mr-80vh {
    margin-right: 80vh;
  }

  .group:hover .xs\:group-hover\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:hover .xs\:group-hover\:ml-80vh {
    margin-left: 80vh;
  }

  .group:hover .xs\:group-hover\:mt-82vh {
    margin-top: 82vh;
  }

  .group:hover .xs\:group-hover\:mr-82vh {
    margin-right: 82vh;
  }

  .group:hover .xs\:group-hover\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:hover .xs\:group-hover\:ml-82vh {
    margin-left: 82vh;
  }

  .group:hover .xs\:group-hover\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:hover .xs\:group-hover\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:hover .xs\:group-hover\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:hover .xs\:group-hover\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:hover .xs\:group-hover\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:hover .xs\:group-hover\:-mt-4 {
    margin-top: -1rem;
  }

  .group:hover .xs\:group-hover\:-mr-4 {
    margin-right: -1rem;
  }

  .group:hover .xs\:group-hover\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:hover .xs\:group-hover\:-ml-4 {
    margin-left: -1rem;
  }

  .group:hover .xs\:group-hover\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:hover .xs\:group-hover\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:hover .xs\:group-hover\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:hover .xs\:group-hover\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:hover .xs\:group-hover\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:hover .xs\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .xs\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .xs\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:hover .xs\:group-hover\:-mt-8 {
    margin-top: -2rem;
  }

  .group:hover .xs\:group-hover\:-mr-8 {
    margin-right: -2rem;
  }

  .group:hover .xs\:group-hover\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:hover .xs\:group-hover\:-ml-8 {
    margin-left: -2rem;
  }

  .group:hover .xs\:group-hover\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:hover .xs\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .xs\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .xs\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:hover .xs\:group-hover\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .xs\:group-hover\:-mr-12 {
    margin-right: -3rem;
  }

  .group:hover .xs\:group-hover\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:hover .xs\:group-hover\:-ml-12 {
    margin-left: -3rem;
  }

  .group:hover .xs\:group-hover\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:hover .xs\:group-hover\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:hover .xs\:group-hover\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:hover .xs\:group-hover\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:hover .xs\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .xs\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .xs\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .xs\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .xs\:group-hover\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .xs\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .xs\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .xs\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .xs\:group-hover\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:hover .xs\:group-hover\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:hover .xs\:group-hover\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:hover .xs\:group-hover\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:hover .xs\:group-hover\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-22 {
    margin-left: -5.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-24 {
    margin-top: -6rem;
  }

  .group:hover .xs\:group-hover\:-mr-24 {
    margin-right: -6rem;
  }

  .group:hover .xs\:group-hover\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:hover .xs\:group-hover\:-ml-24 {
    margin-left: -6rem;
  }

  .group:hover .xs\:group-hover\:-mt-26 {
    margin-top: -6.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .xs\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .xs\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .xs\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .xs\:group-hover\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-30 {
    margin-left: -7.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-32 {
    margin-top: -8rem;
  }

  .group:hover .xs\:group-hover\:-mr-32 {
    margin-right: -8rem;
  }

  .group:hover .xs\:group-hover\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:hover .xs\:group-hover\:-ml-32 {
    margin-left: -8rem;
  }

  .group:hover .xs\:group-hover\:-mt-34 {
    margin-top: -8.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .xs\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .xs\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .xs\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .xs\:group-hover\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .xs\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .xs\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .xs\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .xs\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .xs\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .xs\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .xs\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .xs\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .xs\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .xs\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .xs\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .xs\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .xs\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .xs\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .xs\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .xs\:group-hover\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:hover .xs\:group-hover\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:hover .xs\:group-hover\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:hover .xs\:group-hover\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:hover .xs\:group-hover\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .xs\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .xs\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .xs\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .xs\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .xs\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .xs\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .xs\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .xs\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .xs\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .xs\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .xs\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .xs\:group-hover\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-76 {
    margin-top: -19rem;
  }

  .group:hover .xs\:group-hover\:-mr-76 {
    margin-right: -19rem;
  }

  .group:hover .xs\:group-hover\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:hover .xs\:group-hover\:-ml-76 {
    margin-left: -19rem;
  }

  .group:hover .xs\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .xs\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .xs\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .xs\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .xs\:group-hover\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:hover .xs\:group-hover\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:hover .xs\:group-hover\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:hover .xs\:group-hover\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:hover .xs\:group-hover\:-mt-100 {
    margin-top: -25rem;
  }

  .group:hover .xs\:group-hover\:-mr-100 {
    margin-right: -25rem;
  }

  .group:hover .xs\:group-hover\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:hover .xs\:group-hover\:-ml-100 {
    margin-left: -25rem;
  }

  .group:hover .xs\:group-hover\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:hover .xs\:group-hover\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:hover .xs\:group-hover\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:hover .xs\:group-hover\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:hover .xs\:group-hover\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:hover .xs\:group-hover\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:hover .xs\:group-hover\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:hover .xs\:group-hover\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:hover .xs\:group-hover\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:hover .xs\:group-hover\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:hover .xs\:group-hover\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:hover .xs\:group-hover\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:hover .xs\:group-hover\:-mt-120 {
    margin-top: -30rem;
  }

  .group:hover .xs\:group-hover\:-mr-120 {
    margin-right: -30rem;
  }

  .group:hover .xs\:group-hover\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:hover .xs\:group-hover\:-ml-120 {
    margin-left: -30rem;
  }

  .group:hover .xs\:group-hover\:-mt-130 {
    margin-top: -38rem;
  }

  .group:hover .xs\:group-hover\:-mr-130 {
    margin-right: -38rem;
  }

  .group:hover .xs\:group-hover\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:hover .xs\:group-hover\:-ml-130 {
    margin-left: -38rem;
  }

  .group:hover .xs\:group-hover\:-mt-px {
    margin-top: -1px;
  }

  .group:hover .xs\:group-hover\:-mr-px {
    margin-right: -1px;
  }

  .group:hover .xs\:group-hover\:-mb-px {
    margin-bottom: -1px;
  }

  .group:hover .xs\:group-hover\:-ml-px {
    margin-left: -1px;
  }

  .group:hover .xs\:group-hover\:-mt-250px {
    margin-top: -250px;
  }

  .group:hover .xs\:group-hover\:-mr-250px {
    margin-right: -250px;
  }

  .group:hover .xs\:group-hover\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:hover .xs\:group-hover\:-ml-250px {
    margin-left: -250px;
  }

  .group:hover .xs\:group-hover\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:hover .xs\:group-hover\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:hover .xs\:group-hover\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:hover .xs\:group-hover\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:hover .xs\:group-hover\:-mt-1\% {
    margin-top: -1%;
  }

  .group:hover .xs\:group-hover\:-mr-1\% {
    margin-right: -1%;
  }

  .group:hover .xs\:group-hover\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:hover .xs\:group-hover\:-ml-1\% {
    margin-left: -1%;
  }

  .group:hover .xs\:group-hover\:-mt-2\% {
    margin-top: -2%;
  }

  .group:hover .xs\:group-hover\:-mr-2\% {
    margin-right: -2%;
  }

  .group:hover .xs\:group-hover\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:hover .xs\:group-hover\:-ml-2\% {
    margin-left: -2%;
  }

  .group:hover .xs\:group-hover\:-mt-3\% {
    margin-top: -3%;
  }

  .group:hover .xs\:group-hover\:-mr-3\% {
    margin-right: -3%;
  }

  .group:hover .xs\:group-hover\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:hover .xs\:group-hover\:-ml-3\% {
    margin-left: -3%;
  }

  .group:hover .xs\:group-hover\:-mt-4\% {
    margin-top: -4%;
  }

  .group:hover .xs\:group-hover\:-mr-4\% {
    margin-right: -4%;
  }

  .group:hover .xs\:group-hover\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:hover .xs\:group-hover\:-ml-4\% {
    margin-left: -4%;
  }

  .group:hover .xs\:group-hover\:-mt-5\% {
    margin-top: -5%;
  }

  .group:hover .xs\:group-hover\:-mr-5\% {
    margin-right: -5%;
  }

  .group:hover .xs\:group-hover\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:hover .xs\:group-hover\:-ml-5\% {
    margin-left: -5%;
  }

  .group:hover .xs\:group-hover\:-mt-10\% {
    margin-top: -10%;
  }

  .group:hover .xs\:group-hover\:-mr-10\% {
    margin-right: -10%;
  }

  .group:hover .xs\:group-hover\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:hover .xs\:group-hover\:-ml-10\% {
    margin-left: -10%;
  }

  .group:hover .xs\:group-hover\:-mt-20\% {
    margin-top: -20%;
  }

  .group:hover .xs\:group-hover\:-mr-20\% {
    margin-right: -20%;
  }

  .group:hover .xs\:group-hover\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:hover .xs\:group-hover\:-ml-20\% {
    margin-left: -20%;
  }

  .group:hover .xs\:group-hover\:-mt-23\% {
    margin-top: -23%;
  }

  .group:hover .xs\:group-hover\:-mr-23\% {
    margin-right: -23%;
  }

  .group:hover .xs\:group-hover\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:hover .xs\:group-hover\:-ml-23\% {
    margin-left: -23%;
  }

  .group:hover .xs\:group-hover\:-mt-25\% {
    margin-top: -25%;
  }

  .group:hover .xs\:group-hover\:-mr-25\% {
    margin-right: -25%;
  }

  .group:hover .xs\:group-hover\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:hover .xs\:group-hover\:-ml-25\% {
    margin-left: -25%;
  }

  .group:hover .xs\:group-hover\:-mt-26\% {
    margin-top: -26%;
  }

  .group:hover .xs\:group-hover\:-mr-26\% {
    margin-right: -26%;
  }

  .group:hover .xs\:group-hover\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:hover .xs\:group-hover\:-ml-26\% {
    margin-left: -26%;
  }

  .group:hover .xs\:group-hover\:-mt-30\% {
    margin-top: -30%;
  }

  .group:hover .xs\:group-hover\:-mr-30\% {
    margin-right: -30%;
  }

  .group:hover .xs\:group-hover\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:hover .xs\:group-hover\:-ml-30\% {
    margin-left: -30%;
  }

  .group:hover .xs\:group-hover\:-mt-40\% {
    margin-top: -40%;
  }

  .group:hover .xs\:group-hover\:-mr-40\% {
    margin-right: -40%;
  }

  .group:hover .xs\:group-hover\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:hover .xs\:group-hover\:-ml-40\% {
    margin-left: -40%;
  }

  .group:hover .xs\:group-hover\:-mt-50\% {
    margin-top: -50%;
  }

  .group:hover .xs\:group-hover\:-mr-50\% {
    margin-right: -50%;
  }

  .group:hover .xs\:group-hover\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:hover .xs\:group-hover\:-ml-50\% {
    margin-left: -50%;
  }

  .group:hover .xs\:group-hover\:-mt-60\% {
    margin-top: -60%;
  }

  .group:hover .xs\:group-hover\:-mr-60\% {
    margin-right: -60%;
  }

  .group:hover .xs\:group-hover\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:hover .xs\:group-hover\:-ml-60\% {
    margin-left: -60%;
  }

  .group:hover .xs\:group-hover\:-mt-70\% {
    margin-top: -70%;
  }

  .group:hover .xs\:group-hover\:-mr-70\% {
    margin-right: -70%;
  }

  .group:hover .xs\:group-hover\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:hover .xs\:group-hover\:-ml-70\% {
    margin-left: -70%;
  }

  .group:hover .xs\:group-hover\:-mt-80\% {
    margin-top: -80%;
  }

  .group:hover .xs\:group-hover\:-mr-80\% {
    margin-right: -80%;
  }

  .group:hover .xs\:group-hover\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:hover .xs\:group-hover\:-ml-80\% {
    margin-left: -80%;
  }

  .group:hover .xs\:group-hover\:-mt-90\% {
    margin-top: -90%;
  }

  .group:hover .xs\:group-hover\:-mr-90\% {
    margin-right: -90%;
  }

  .group:hover .xs\:group-hover\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:hover .xs\:group-hover\:-ml-90\% {
    margin-left: -90%;
  }

  .group:hover .xs\:group-hover\:-mt-95\% {
    margin-top: -95%;
  }

  .group:hover .xs\:group-hover\:-mr-95\% {
    margin-right: -95%;
  }

  .group:hover .xs\:group-hover\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:hover .xs\:group-hover\:-ml-95\% {
    margin-left: -95%;
  }

  .group:hover .xs\:group-hover\:-mt-96\% {
    margin-top: -96%;
  }

  .group:hover .xs\:group-hover\:-mr-96\% {
    margin-right: -96%;
  }

  .group:hover .xs\:group-hover\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:hover .xs\:group-hover\:-ml-96\% {
    margin-left: -96%;
  }

  .group:hover .xs\:group-hover\:-mt-97\% {
    margin-top: -97%;
  }

  .group:hover .xs\:group-hover\:-mr-97\% {
    margin-right: -97%;
  }

  .group:hover .xs\:group-hover\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:hover .xs\:group-hover\:-ml-97\% {
    margin-left: -97%;
  }

  .group:hover .xs\:group-hover\:-mt-98\% {
    margin-top: -98%;
  }

  .group:hover .xs\:group-hover\:-mr-98\% {
    margin-right: -98%;
  }

  .group:hover .xs\:group-hover\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:hover .xs\:group-hover\:-ml-98\% {
    margin-left: -98%;
  }

  .group:hover .xs\:group-hover\:-mt-99\% {
    margin-top: -99%;
  }

  .group:hover .xs\:group-hover\:-mr-99\% {
    margin-right: -99%;
  }

  .group:hover .xs\:group-hover\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:hover .xs\:group-hover\:-ml-99\% {
    margin-left: -99%;
  }

  .group:hover .xs\:group-hover\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:hover .xs\:group-hover\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:hover .xs\:group-hover\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:hover .xs\:group-hover\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:hover .xs\:group-hover\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:hover .xs\:group-hover\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:hover .xs\:group-hover\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:hover .xs\:group-hover\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:hover .xs\:group-hover\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:hover .xs\:group-hover\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:hover .xs\:group-hover\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:hover .xs\:group-hover\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:hover .xs\:group-hover\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:hover .xs\:group-hover\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:hover .xs\:group-hover\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:hover .xs\:group-hover\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:hover .xs\:group-hover\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:hover .xs\:group-hover\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:hover .xs\:group-hover\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:hover .xs\:group-hover\:-ml-82vh {
    margin-left: -82vh;
  }

  .group:focus .xs\:group-focus\:m-0 {
    margin: 0;
  }

  .group:focus .xs\:group-focus\:m-1 {
    margin: 0.25rem;
  }

  .group:focus .xs\:group-focus\:m-2 {
    margin: 0.5rem;
  }

  .group:focus .xs\:group-focus\:m-3 {
    margin: 0.75rem;
  }

  .group:focus .xs\:group-focus\:m-4 {
    margin: 1rem;
  }

  .group:focus .xs\:group-focus\:m-5 {
    margin: 1.25rem;
  }

  .group:focus .xs\:group-focus\:m-6 {
    margin: 1.5rem;
  }

  .group:focus .xs\:group-focus\:m-7 {
    margin: 1.75rem;
  }

  .group:focus .xs\:group-focus\:m-8 {
    margin: 2rem;
  }

  .group:focus .xs\:group-focus\:m-9 {
    margin: 2.25rem;
  }

  .group:focus .xs\:group-focus\:m-10 {
    margin: 2.5rem;
  }

  .group:focus .xs\:group-focus\:m-12 {
    margin: 3rem;
  }

  .group:focus .xs\:group-focus\:m-14 {
    margin: 3.5rem;
  }

  .group:focus .xs\:group-focus\:m-15 {
    margin: 3.75rem;
  }

  .group:focus .xs\:group-focus\:m-16 {
    margin: 4rem;
  }

  .group:focus .xs\:group-focus\:m-18 {
    margin: 4.5rem;
  }

  .group:focus .xs\:group-focus\:m-20 {
    margin: 5rem;
  }

  .group:focus .xs\:group-focus\:m-21 {
    margin: 5.25rem;
  }

  .group:focus .xs\:group-focus\:m-22 {
    margin: 5.5rem;
  }

  .group:focus .xs\:group-focus\:m-24 {
    margin: 6rem;
  }

  .group:focus .xs\:group-focus\:m-26 {
    margin: 6.5rem;
  }

  .group:focus .xs\:group-focus\:m-28 {
    margin: 7rem;
  }

  .group:focus .xs\:group-focus\:m-30 {
    margin: 7.5rem;
  }

  .group:focus .xs\:group-focus\:m-32 {
    margin: 8rem;
  }

  .group:focus .xs\:group-focus\:m-34 {
    margin: 8.5rem;
  }

  .group:focus .xs\:group-focus\:m-36 {
    margin: 9rem;
  }

  .group:focus .xs\:group-focus\:m-38 {
    margin: 9.5rem;
  }

  .group:focus .xs\:group-focus\:m-40 {
    margin: 10rem;
  }

  .group:focus .xs\:group-focus\:m-44 {
    margin: 11rem;
  }

  .group:focus .xs\:group-focus\:m-48 {
    margin: 12rem;
  }

  .group:focus .xs\:group-focus\:m-52 {
    margin: 13rem;
  }

  .group:focus .xs\:group-focus\:m-53 {
    margin: 13.25rem;
  }

  .group:focus .xs\:group-focus\:m-54 {
    margin: 13.5rem;
  }

  .group:focus .xs\:group-focus\:m-56 {
    margin: 14rem;
  }

  .group:focus .xs\:group-focus\:m-64 {
    margin: 16rem;
  }

  .group:focus .xs\:group-focus\:m-72 {
    margin: 18rem;
  }

  .group:focus .xs\:group-focus\:m-74 {
    margin: 18.5rem;
  }

  .group:focus .xs\:group-focus\:m-76 {
    margin: 19rem;
  }

  .group:focus .xs\:group-focus\:m-80 {
    margin: 20rem;
  }

  .group:focus .xs\:group-focus\:m-85 {
    margin: 21.25rem;
  }

  .group:focus .xs\:group-focus\:m-100 {
    margin: 25rem;
  }

  .group:focus .xs\:group-focus\:m-105 {
    margin: 26.25rem;
  }

  .group:focus .xs\:group-focus\:m-107 {
    margin: 26.4rem;
  }

  .group:focus .xs\:group-focus\:m-110 {
    margin: 27.5rem;
  }

  .group:focus .xs\:group-focus\:m-120 {
    margin: 30rem;
  }

  .group:focus .xs\:group-focus\:m-130 {
    margin: 38rem;
  }

  .group:focus .xs\:group-focus\:m-auto {
    margin: auto;
  }

  .group:focus .xs\:group-focus\:m-px {
    margin: 1px;
  }

  .group:focus .xs\:group-focus\:m-250px {
    margin: 250px;
  }

  .group:focus .xs\:group-focus\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:focus .xs\:group-focus\:m-1\% {
    margin: 1%;
  }

  .group:focus .xs\:group-focus\:m-2\% {
    margin: 2%;
  }

  .group:focus .xs\:group-focus\:m-3\% {
    margin: 3%;
  }

  .group:focus .xs\:group-focus\:m-4\% {
    margin: 4%;
  }

  .group:focus .xs\:group-focus\:m-5\% {
    margin: 5%;
  }

  .group:focus .xs\:group-focus\:m-10\% {
    margin: 10%;
  }

  .group:focus .xs\:group-focus\:m-20\% {
    margin: 20%;
  }

  .group:focus .xs\:group-focus\:m-23\% {
    margin: 23%;
  }

  .group:focus .xs\:group-focus\:m-25\% {
    margin: 25%;
  }

  .group:focus .xs\:group-focus\:m-26\% {
    margin: 26%;
  }

  .group:focus .xs\:group-focus\:m-30\% {
    margin: 30%;
  }

  .group:focus .xs\:group-focus\:m-40\% {
    margin: 40%;
  }

  .group:focus .xs\:group-focus\:m-50\% {
    margin: 50%;
  }

  .group:focus .xs\:group-focus\:m-60\% {
    margin: 60%;
  }

  .group:focus .xs\:group-focus\:m-70\% {
    margin: 70%;
  }

  .group:focus .xs\:group-focus\:m-80\% {
    margin: 80%;
  }

  .group:focus .xs\:group-focus\:m-90\% {
    margin: 90%;
  }

  .group:focus .xs\:group-focus\:m-95\% {
    margin: 95%;
  }

  .group:focus .xs\:group-focus\:m-96\% {
    margin: 96%;
  }

  .group:focus .xs\:group-focus\:m-97\% {
    margin: 97%;
  }

  .group:focus .xs\:group-focus\:m-98\% {
    margin: 98%;
  }

  .group:focus .xs\:group-focus\:m-99\% {
    margin: 99%;
  }

  .group:focus .xs\:group-focus\:m-36vh {
    margin: 36vh;
  }

  .group:focus .xs\:group-focus\:m-75vh {
    margin: 75vh;
  }

  .group:focus .xs\:group-focus\:m-78vh {
    margin: 78vh;
  }

  .group:focus .xs\:group-focus\:m-80vh {
    margin: 80vh;
  }

  .group:focus .xs\:group-focus\:m-82vh {
    margin: 82vh;
  }

  .group:focus .xs\:group-focus\:-m-1 {
    margin: -0.25rem;
  }

  .group:focus .xs\:group-focus\:-m-2 {
    margin: -0.5rem;
  }

  .group:focus .xs\:group-focus\:-m-3 {
    margin: -0.75rem;
  }

  .group:focus .xs\:group-focus\:-m-4 {
    margin: -1rem;
  }

  .group:focus .xs\:group-focus\:-m-5 {
    margin: -1.25rem;
  }

  .group:focus .xs\:group-focus\:-m-6 {
    margin: -1.5rem;
  }

  .group:focus .xs\:group-focus\:-m-7 {
    margin: -1.75rem;
  }

  .group:focus .xs\:group-focus\:-m-8 {
    margin: -2rem;
  }

  .group:focus .xs\:group-focus\:-m-9 {
    margin: -2.25rem;
  }

  .group:focus .xs\:group-focus\:-m-10 {
    margin: -2.5rem;
  }

  .group:focus .xs\:group-focus\:-m-12 {
    margin: -3rem;
  }

  .group:focus .xs\:group-focus\:-m-14 {
    margin: -3.5rem;
  }

  .group:focus .xs\:group-focus\:-m-15 {
    margin: -3.75rem;
  }

  .group:focus .xs\:group-focus\:-m-16 {
    margin: -4rem;
  }

  .group:focus .xs\:group-focus\:-m-18 {
    margin: -4.5rem;
  }

  .group:focus .xs\:group-focus\:-m-20 {
    margin: -5rem;
  }

  .group:focus .xs\:group-focus\:-m-21 {
    margin: -5.25rem;
  }

  .group:focus .xs\:group-focus\:-m-22 {
    margin: -5.5rem;
  }

  .group:focus .xs\:group-focus\:-m-24 {
    margin: -6rem;
  }

  .group:focus .xs\:group-focus\:-m-26 {
    margin: -6.5rem;
  }

  .group:focus .xs\:group-focus\:-m-28 {
    margin: -7rem;
  }

  .group:focus .xs\:group-focus\:-m-30 {
    margin: -7.5rem;
  }

  .group:focus .xs\:group-focus\:-m-32 {
    margin: -8rem;
  }

  .group:focus .xs\:group-focus\:-m-34 {
    margin: -8.5rem;
  }

  .group:focus .xs\:group-focus\:-m-36 {
    margin: -9rem;
  }

  .group:focus .xs\:group-focus\:-m-38 {
    margin: -9.5rem;
  }

  .group:focus .xs\:group-focus\:-m-40 {
    margin: -10rem;
  }

  .group:focus .xs\:group-focus\:-m-44 {
    margin: -11rem;
  }

  .group:focus .xs\:group-focus\:-m-48 {
    margin: -12rem;
  }

  .group:focus .xs\:group-focus\:-m-52 {
    margin: -13rem;
  }

  .group:focus .xs\:group-focus\:-m-53 {
    margin: -13.25rem;
  }

  .group:focus .xs\:group-focus\:-m-54 {
    margin: -13.5rem;
  }

  .group:focus .xs\:group-focus\:-m-56 {
    margin: -14rem;
  }

  .group:focus .xs\:group-focus\:-m-64 {
    margin: -16rem;
  }

  .group:focus .xs\:group-focus\:-m-72 {
    margin: -18rem;
  }

  .group:focus .xs\:group-focus\:-m-74 {
    margin: -18.5rem;
  }

  .group:focus .xs\:group-focus\:-m-76 {
    margin: -19rem;
  }

  .group:focus .xs\:group-focus\:-m-80 {
    margin: -20rem;
  }

  .group:focus .xs\:group-focus\:-m-85 {
    margin: -21.25rem;
  }

  .group:focus .xs\:group-focus\:-m-100 {
    margin: -25rem;
  }

  .group:focus .xs\:group-focus\:-m-105 {
    margin: -26.25rem;
  }

  .group:focus .xs\:group-focus\:-m-107 {
    margin: -26.4rem;
  }

  .group:focus .xs\:group-focus\:-m-110 {
    margin: -27.5rem;
  }

  .group:focus .xs\:group-focus\:-m-120 {
    margin: -30rem;
  }

  .group:focus .xs\:group-focus\:-m-130 {
    margin: -38rem;
  }

  .group:focus .xs\:group-focus\:-m-px {
    margin: -1px;
  }

  .group:focus .xs\:group-focus\:-m-250px {
    margin: -250px;
  }

  .group:focus .xs\:group-focus\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:focus .xs\:group-focus\:-m-1\% {
    margin: -1%;
  }

  .group:focus .xs\:group-focus\:-m-2\% {
    margin: -2%;
  }

  .group:focus .xs\:group-focus\:-m-3\% {
    margin: -3%;
  }

  .group:focus .xs\:group-focus\:-m-4\% {
    margin: -4%;
  }

  .group:focus .xs\:group-focus\:-m-5\% {
    margin: -5%;
  }

  .group:focus .xs\:group-focus\:-m-10\% {
    margin: -10%;
  }

  .group:focus .xs\:group-focus\:-m-20\% {
    margin: -20%;
  }

  .group:focus .xs\:group-focus\:-m-23\% {
    margin: -23%;
  }

  .group:focus .xs\:group-focus\:-m-25\% {
    margin: -25%;
  }

  .group:focus .xs\:group-focus\:-m-26\% {
    margin: -26%;
  }

  .group:focus .xs\:group-focus\:-m-30\% {
    margin: -30%;
  }

  .group:focus .xs\:group-focus\:-m-40\% {
    margin: -40%;
  }

  .group:focus .xs\:group-focus\:-m-50\% {
    margin: -50%;
  }

  .group:focus .xs\:group-focus\:-m-60\% {
    margin: -60%;
  }

  .group:focus .xs\:group-focus\:-m-70\% {
    margin: -70%;
  }

  .group:focus .xs\:group-focus\:-m-80\% {
    margin: -80%;
  }

  .group:focus .xs\:group-focus\:-m-90\% {
    margin: -90%;
  }

  .group:focus .xs\:group-focus\:-m-95\% {
    margin: -95%;
  }

  .group:focus .xs\:group-focus\:-m-96\% {
    margin: -96%;
  }

  .group:focus .xs\:group-focus\:-m-97\% {
    margin: -97%;
  }

  .group:focus .xs\:group-focus\:-m-98\% {
    margin: -98%;
  }

  .group:focus .xs\:group-focus\:-m-99\% {
    margin: -99%;
  }

  .group:focus .xs\:group-focus\:-m-36vh {
    margin: -36vh;
  }

  .group:focus .xs\:group-focus\:-m-75vh {
    margin: -75vh;
  }

  .group:focus .xs\:group-focus\:-m-78vh {
    margin: -78vh;
  }

  .group:focus .xs\:group-focus\:-m-80vh {
    margin: -80vh;
  }

  .group:focus .xs\:group-focus\:-m-82vh {
    margin: -82vh;
  }

  .group:focus .xs\:group-focus\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:focus .xs\:group-focus\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:focus .xs\:group-focus\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:focus .xs\:group-focus\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:focus .xs\:group-focus\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:focus .xs\:group-focus\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:focus .xs\:group-focus\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:focus .xs\:group-focus\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:focus .xs\:group-focus\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:focus .xs\:group-focus\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:focus .xs\:group-focus\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:focus .xs\:group-focus\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:focus .xs\:group-focus\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:focus .xs\:group-focus\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:focus .xs\:group-focus\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:focus .xs\:group-focus\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:focus .xs\:group-focus\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:focus .xs\:group-focus\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:focus .xs\:group-focus\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:focus .xs\:group-focus\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:focus .xs\:group-focus\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:focus .xs\:group-focus\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:focus .xs\:group-focus\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:focus .xs\:group-focus\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:focus .xs\:group-focus\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:focus .xs\:group-focus\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:focus .xs\:group-focus\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:focus .xs\:group-focus\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:focus .xs\:group-focus\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:focus .xs\:group-focus\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:focus .xs\:group-focus\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:focus .xs\:group-focus\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:focus .xs\:group-focus\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:focus .xs\:group-focus\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:focus .xs\:group-focus\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:focus .xs\:group-focus\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:focus .xs\:group-focus\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:focus .xs\:group-focus\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .group:focus .xs\:group-focus\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:focus .xs\:group-focus\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:focus .xs\:group-focus\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:focus .xs\:group-focus\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:focus .xs\:group-focus\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:focus .xs\:group-focus\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:focus .xs\:group-focus\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:focus .xs\:group-focus\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .group:focus .xs\:group-focus\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:focus .xs\:group-focus\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:focus .xs\:group-focus\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:focus .xs\:group-focus\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:focus .xs\:group-focus\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:focus .xs\:group-focus\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:focus .xs\:group-focus\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:focus .xs\:group-focus\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:focus .xs\:group-focus\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:focus .xs\:group-focus\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:focus .xs\:group-focus\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:focus .xs\:group-focus\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:focus .xs\:group-focus\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:focus .xs\:group-focus\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:focus .xs\:group-focus\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:focus .xs\:group-focus\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:focus .xs\:group-focus\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:focus .xs\:group-focus\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:focus .xs\:group-focus\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:focus .xs\:group-focus\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:focus .xs\:group-focus\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:focus .xs\:group-focus\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:focus .xs\:group-focus\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:focus .xs\:group-focus\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:focus .xs\:group-focus\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:focus .xs\:group-focus\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:focus .xs\:group-focus\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:focus .xs\:group-focus\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:focus .xs\:group-focus\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:focus .xs\:group-focus\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:focus .xs\:group-focus\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:focus .xs\:group-focus\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:focus .xs\:group-focus\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:focus .xs\:group-focus\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:focus .xs\:group-focus\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:focus .xs\:group-focus\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:focus .xs\:group-focus\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:focus .xs\:group-focus\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:focus .xs\:group-focus\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:focus .xs\:group-focus\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:focus .xs\:group-focus\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:focus .xs\:group-focus\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:focus .xs\:group-focus\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:focus .xs\:group-focus\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:focus .xs\:group-focus\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:focus .xs\:group-focus\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .group:focus .xs\:group-focus\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:focus .xs\:group-focus\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:focus .xs\:group-focus\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:focus .xs\:group-focus\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:focus .xs\:group-focus\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:focus .xs\:group-focus\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:focus .xs\:group-focus\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:focus .xs\:group-focus\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:focus .xs\:group-focus\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:focus .xs\:group-focus\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:focus .xs\:group-focus\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:focus .xs\:group-focus\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:focus .xs\:group-focus\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:focus .xs\:group-focus\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:focus .xs\:group-focus\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:focus .xs\:group-focus\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:focus .xs\:group-focus\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:focus .xs\:group-focus\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:focus .xs\:group-focus\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:focus .xs\:group-focus\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:focus .xs\:group-focus\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:focus .xs\:group-focus\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:focus .xs\:group-focus\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:focus .xs\:group-focus\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:focus .xs\:group-focus\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:focus .xs\:group-focus\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:focus .xs\:group-focus\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:focus .xs\:group-focus\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:focus .xs\:group-focus\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:focus .xs\:group-focus\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:focus .xs\:group-focus\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:focus .xs\:group-focus\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:focus .xs\:group-focus\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:focus .xs\:group-focus\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:focus .xs\:group-focus\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:focus .xs\:group-focus\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:focus .xs\:group-focus\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:focus .xs\:group-focus\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:focus .xs\:group-focus\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:focus .xs\:group-focus\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:focus .xs\:group-focus\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:focus .xs\:group-focus\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:focus .xs\:group-focus\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:focus .xs\:group-focus\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:focus .xs\:group-focus\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:focus .xs\:group-focus\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:focus .xs\:group-focus\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:focus .xs\:group-focus\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:focus .xs\:group-focus\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:focus .xs\:group-focus\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:focus .xs\:group-focus\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:focus .xs\:group-focus\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:focus .xs\:group-focus\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:focus .xs\:group-focus\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:focus .xs\:group-focus\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:focus .xs\:group-focus\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:focus .xs\:group-focus\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:focus .xs\:group-focus\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:focus .xs\:group-focus\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:focus .xs\:group-focus\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:focus .xs\:group-focus\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:focus .xs\:group-focus\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .group:focus .xs\:group-focus\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:focus .xs\:group-focus\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:focus .xs\:group-focus\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:focus .xs\:group-focus\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:focus .xs\:group-focus\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:focus .xs\:group-focus\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:focus .xs\:group-focus\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:focus .xs\:group-focus\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:focus .xs\:group-focus\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:focus .xs\:group-focus\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:focus .xs\:group-focus\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:focus .xs\:group-focus\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:focus .xs\:group-focus\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:focus .xs\:group-focus\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:focus .xs\:group-focus\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:focus .xs\:group-focus\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:focus .xs\:group-focus\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:focus .xs\:group-focus\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:focus .xs\:group-focus\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:focus .xs\:group-focus\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:focus .xs\:group-focus\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:focus .xs\:group-focus\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:focus .xs\:group-focus\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:focus .xs\:group-focus\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:focus .xs\:group-focus\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:focus .xs\:group-focus\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:focus .xs\:group-focus\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:focus .xs\:group-focus\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:focus .xs\:group-focus\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:focus .xs\:group-focus\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .group:focus .xs\:group-focus\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:focus .xs\:group-focus\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:focus .xs\:group-focus\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:focus .xs\:group-focus\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:focus .xs\:group-focus\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:focus .xs\:group-focus\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .group:focus .xs\:group-focus\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:focus .xs\:group-focus\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:focus .xs\:group-focus\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:focus .xs\:group-focus\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:focus .xs\:group-focus\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:focus .xs\:group-focus\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:focus .xs\:group-focus\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:focus .xs\:group-focus\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:focus .xs\:group-focus\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:focus .xs\:group-focus\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:focus .xs\:group-focus\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:focus .xs\:group-focus\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:focus .xs\:group-focus\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:focus .xs\:group-focus\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:focus .xs\:group-focus\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:focus .xs\:group-focus\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:focus .xs\:group-focus\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:focus .xs\:group-focus\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:focus .xs\:group-focus\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:focus .xs\:group-focus\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:focus .xs\:group-focus\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:focus .xs\:group-focus\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:focus .xs\:group-focus\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:focus .xs\:group-focus\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:focus .xs\:group-focus\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:focus .xs\:group-focus\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:focus .xs\:group-focus\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:focus .xs\:group-focus\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:focus .xs\:group-focus\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:focus .xs\:group-focus\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:focus .xs\:group-focus\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:focus .xs\:group-focus\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:focus .xs\:group-focus\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:focus .xs\:group-focus\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:focus .xs\:group-focus\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:focus .xs\:group-focus\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:focus .xs\:group-focus\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:focus .xs\:group-focus\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:focus .xs\:group-focus\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:focus .xs\:group-focus\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:focus .xs\:group-focus\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:focus .xs\:group-focus\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .group:focus .xs\:group-focus\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:focus .xs\:group-focus\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:focus .xs\:group-focus\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:focus .xs\:group-focus\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:focus .xs\:group-focus\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:focus .xs\:group-focus\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:focus .xs\:group-focus\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:focus .xs\:group-focus\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:focus .xs\:group-focus\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:focus .xs\:group-focus\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:focus .xs\:group-focus\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:focus .xs\:group-focus\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:focus .xs\:group-focus\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:focus .xs\:group-focus\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:focus .xs\:group-focus\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:focus .xs\:group-focus\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:focus .xs\:group-focus\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:focus .xs\:group-focus\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:focus .xs\:group-focus\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:focus .xs\:group-focus\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:focus .xs\:group-focus\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:focus .xs\:group-focus\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:focus .xs\:group-focus\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:focus .xs\:group-focus\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:focus .xs\:group-focus\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:focus .xs\:group-focus\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:focus .xs\:group-focus\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:focus .xs\:group-focus\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:focus .xs\:group-focus\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:focus .xs\:group-focus\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:focus .xs\:group-focus\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:focus .xs\:group-focus\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:focus .xs\:group-focus\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:focus .xs\:group-focus\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:focus .xs\:group-focus\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:focus .xs\:group-focus\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:focus .xs\:group-focus\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:focus .xs\:group-focus\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:focus .xs\:group-focus\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:focus .xs\:group-focus\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:focus .xs\:group-focus\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:focus .xs\:group-focus\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:focus .xs\:group-focus\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:focus .xs\:group-focus\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:focus .xs\:group-focus\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:focus .xs\:group-focus\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:focus .xs\:group-focus\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:focus .xs\:group-focus\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:focus .xs\:group-focus\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:focus .xs\:group-focus\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:focus .xs\:group-focus\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:focus .xs\:group-focus\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:focus .xs\:group-focus\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:focus .xs\:group-focus\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:focus .xs\:group-focus\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:focus .xs\:group-focus\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:focus .xs\:group-focus\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:focus .xs\:group-focus\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:focus .xs\:group-focus\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:focus .xs\:group-focus\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .group:focus .xs\:group-focus\:mt-0 {
    margin-top: 0;
  }

  .group:focus .xs\:group-focus\:mr-0 {
    margin-right: 0;
  }

  .group:focus .xs\:group-focus\:mb-0 {
    margin-bottom: 0;
  }

  .group:focus .xs\:group-focus\:ml-0 {
    margin-left: 0;
  }

  .group:focus .xs\:group-focus\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:focus .xs\:group-focus\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:focus .xs\:group-focus\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:focus .xs\:group-focus\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:focus .xs\:group-focus\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:focus .xs\:group-focus\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:focus .xs\:group-focus\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:focus .xs\:group-focus\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:focus .xs\:group-focus\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:focus .xs\:group-focus\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:focus .xs\:group-focus\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:focus .xs\:group-focus\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:focus .xs\:group-focus\:mt-4 {
    margin-top: 1rem;
  }

  .group:focus .xs\:group-focus\:mr-4 {
    margin-right: 1rem;
  }

  .group:focus .xs\:group-focus\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:focus .xs\:group-focus\:ml-4 {
    margin-left: 1rem;
  }

  .group:focus .xs\:group-focus\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:focus .xs\:group-focus\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:focus .xs\:group-focus\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:focus .xs\:group-focus\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:focus .xs\:group-focus\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:focus .xs\:group-focus\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:focus .xs\:group-focus\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:focus .xs\:group-focus\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:focus .xs\:group-focus\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:focus .xs\:group-focus\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:focus .xs\:group-focus\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:focus .xs\:group-focus\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:focus .xs\:group-focus\:mt-8 {
    margin-top: 2rem;
  }

  .group:focus .xs\:group-focus\:mr-8 {
    margin-right: 2rem;
  }

  .group:focus .xs\:group-focus\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:focus .xs\:group-focus\:ml-8 {
    margin-left: 2rem;
  }

  .group:focus .xs\:group-focus\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:focus .xs\:group-focus\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:focus .xs\:group-focus\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:focus .xs\:group-focus\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:focus .xs\:group-focus\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:focus .xs\:group-focus\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:focus .xs\:group-focus\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:focus .xs\:group-focus\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:focus .xs\:group-focus\:mt-12 {
    margin-top: 3rem;
  }

  .group:focus .xs\:group-focus\:mr-12 {
    margin-right: 3rem;
  }

  .group:focus .xs\:group-focus\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:focus .xs\:group-focus\:ml-12 {
    margin-left: 3rem;
  }

  .group:focus .xs\:group-focus\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:focus .xs\:group-focus\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:focus .xs\:group-focus\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:focus .xs\:group-focus\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:focus .xs\:group-focus\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:focus .xs\:group-focus\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:focus .xs\:group-focus\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:focus .xs\:group-focus\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:focus .xs\:group-focus\:mt-16 {
    margin-top: 4rem;
  }

  .group:focus .xs\:group-focus\:mr-16 {
    margin-right: 4rem;
  }

  .group:focus .xs\:group-focus\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:focus .xs\:group-focus\:ml-16 {
    margin-left: 4rem;
  }

  .group:focus .xs\:group-focus\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:focus .xs\:group-focus\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:focus .xs\:group-focus\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:focus .xs\:group-focus\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:focus .xs\:group-focus\:mt-20 {
    margin-top: 5rem;
  }

  .group:focus .xs\:group-focus\:mr-20 {
    margin-right: 5rem;
  }

  .group:focus .xs\:group-focus\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:focus .xs\:group-focus\:ml-20 {
    margin-left: 5rem;
  }

  .group:focus .xs\:group-focus\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:focus .xs\:group-focus\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:focus .xs\:group-focus\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:focus .xs\:group-focus\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:focus .xs\:group-focus\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:focus .xs\:group-focus\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:focus .xs\:group-focus\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:focus .xs\:group-focus\:ml-22 {
    margin-left: 5.5rem;
  }

  .group:focus .xs\:group-focus\:mt-24 {
    margin-top: 6rem;
  }

  .group:focus .xs\:group-focus\:mr-24 {
    margin-right: 6rem;
  }

  .group:focus .xs\:group-focus\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:focus .xs\:group-focus\:ml-24 {
    margin-left: 6rem;
  }

  .group:focus .xs\:group-focus\:mt-26 {
    margin-top: 6.5rem;
  }

  .group:focus .xs\:group-focus\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:focus .xs\:group-focus\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:focus .xs\:group-focus\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:focus .xs\:group-focus\:mt-28 {
    margin-top: 7rem;
  }

  .group:focus .xs\:group-focus\:mr-28 {
    margin-right: 7rem;
  }

  .group:focus .xs\:group-focus\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:focus .xs\:group-focus\:ml-28 {
    margin-left: 7rem;
  }

  .group:focus .xs\:group-focus\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:focus .xs\:group-focus\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:focus .xs\:group-focus\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:focus .xs\:group-focus\:ml-30 {
    margin-left: 7.5rem;
  }

  .group:focus .xs\:group-focus\:mt-32 {
    margin-top: 8rem;
  }

  .group:focus .xs\:group-focus\:mr-32 {
    margin-right: 8rem;
  }

  .group:focus .xs\:group-focus\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:focus .xs\:group-focus\:ml-32 {
    margin-left: 8rem;
  }

  .group:focus .xs\:group-focus\:mt-34 {
    margin-top: 8.5rem;
  }

  .group:focus .xs\:group-focus\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:focus .xs\:group-focus\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:focus .xs\:group-focus\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:focus .xs\:group-focus\:mt-36 {
    margin-top: 9rem;
  }

  .group:focus .xs\:group-focus\:mr-36 {
    margin-right: 9rem;
  }

  .group:focus .xs\:group-focus\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:focus .xs\:group-focus\:ml-36 {
    margin-left: 9rem;
  }

  .group:focus .xs\:group-focus\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:focus .xs\:group-focus\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:focus .xs\:group-focus\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:focus .xs\:group-focus\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:focus .xs\:group-focus\:mt-40 {
    margin-top: 10rem;
  }

  .group:focus .xs\:group-focus\:mr-40 {
    margin-right: 10rem;
  }

  .group:focus .xs\:group-focus\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:focus .xs\:group-focus\:ml-40 {
    margin-left: 10rem;
  }

  .group:focus .xs\:group-focus\:mt-44 {
    margin-top: 11rem;
  }

  .group:focus .xs\:group-focus\:mr-44 {
    margin-right: 11rem;
  }

  .group:focus .xs\:group-focus\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:focus .xs\:group-focus\:ml-44 {
    margin-left: 11rem;
  }

  .group:focus .xs\:group-focus\:mt-48 {
    margin-top: 12rem;
  }

  .group:focus .xs\:group-focus\:mr-48 {
    margin-right: 12rem;
  }

  .group:focus .xs\:group-focus\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:focus .xs\:group-focus\:ml-48 {
    margin-left: 12rem;
  }

  .group:focus .xs\:group-focus\:mt-52 {
    margin-top: 13rem;
  }

  .group:focus .xs\:group-focus\:mr-52 {
    margin-right: 13rem;
  }

  .group:focus .xs\:group-focus\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:focus .xs\:group-focus\:ml-52 {
    margin-left: 13rem;
  }

  .group:focus .xs\:group-focus\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:focus .xs\:group-focus\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:focus .xs\:group-focus\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:focus .xs\:group-focus\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:focus .xs\:group-focus\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:focus .xs\:group-focus\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:focus .xs\:group-focus\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:focus .xs\:group-focus\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:focus .xs\:group-focus\:mt-56 {
    margin-top: 14rem;
  }

  .group:focus .xs\:group-focus\:mr-56 {
    margin-right: 14rem;
  }

  .group:focus .xs\:group-focus\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:focus .xs\:group-focus\:ml-56 {
    margin-left: 14rem;
  }

  .group:focus .xs\:group-focus\:mt-64 {
    margin-top: 16rem;
  }

  .group:focus .xs\:group-focus\:mr-64 {
    margin-right: 16rem;
  }

  .group:focus .xs\:group-focus\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:focus .xs\:group-focus\:ml-64 {
    margin-left: 16rem;
  }

  .group:focus .xs\:group-focus\:mt-72 {
    margin-top: 18rem;
  }

  .group:focus .xs\:group-focus\:mr-72 {
    margin-right: 18rem;
  }

  .group:focus .xs\:group-focus\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:focus .xs\:group-focus\:ml-72 {
    margin-left: 18rem;
  }

  .group:focus .xs\:group-focus\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:focus .xs\:group-focus\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:focus .xs\:group-focus\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:focus .xs\:group-focus\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:focus .xs\:group-focus\:mt-76 {
    margin-top: 19rem;
  }

  .group:focus .xs\:group-focus\:mr-76 {
    margin-right: 19rem;
  }

  .group:focus .xs\:group-focus\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:focus .xs\:group-focus\:ml-76 {
    margin-left: 19rem;
  }

  .group:focus .xs\:group-focus\:mt-80 {
    margin-top: 20rem;
  }

  .group:focus .xs\:group-focus\:mr-80 {
    margin-right: 20rem;
  }

  .group:focus .xs\:group-focus\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:focus .xs\:group-focus\:ml-80 {
    margin-left: 20rem;
  }

  .group:focus .xs\:group-focus\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:focus .xs\:group-focus\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:focus .xs\:group-focus\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:focus .xs\:group-focus\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:focus .xs\:group-focus\:mt-100 {
    margin-top: 25rem;
  }

  .group:focus .xs\:group-focus\:mr-100 {
    margin-right: 25rem;
  }

  .group:focus .xs\:group-focus\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:focus .xs\:group-focus\:ml-100 {
    margin-left: 25rem;
  }

  .group:focus .xs\:group-focus\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:focus .xs\:group-focus\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:focus .xs\:group-focus\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:focus .xs\:group-focus\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:focus .xs\:group-focus\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:focus .xs\:group-focus\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:focus .xs\:group-focus\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:focus .xs\:group-focus\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:focus .xs\:group-focus\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:focus .xs\:group-focus\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:focus .xs\:group-focus\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:focus .xs\:group-focus\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:focus .xs\:group-focus\:mt-120 {
    margin-top: 30rem;
  }

  .group:focus .xs\:group-focus\:mr-120 {
    margin-right: 30rem;
  }

  .group:focus .xs\:group-focus\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:focus .xs\:group-focus\:ml-120 {
    margin-left: 30rem;
  }

  .group:focus .xs\:group-focus\:mt-130 {
    margin-top: 38rem;
  }

  .group:focus .xs\:group-focus\:mr-130 {
    margin-right: 38rem;
  }

  .group:focus .xs\:group-focus\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:focus .xs\:group-focus\:ml-130 {
    margin-left: 38rem;
  }

  .group:focus .xs\:group-focus\:mt-auto {
    margin-top: auto;
  }

  .group:focus .xs\:group-focus\:mr-auto {
    margin-right: auto;
  }

  .group:focus .xs\:group-focus\:mb-auto {
    margin-bottom: auto;
  }

  .group:focus .xs\:group-focus\:ml-auto {
    margin-left: auto;
  }

  .group:focus .xs\:group-focus\:mt-px {
    margin-top: 1px;
  }

  .group:focus .xs\:group-focus\:mr-px {
    margin-right: 1px;
  }

  .group:focus .xs\:group-focus\:mb-px {
    margin-bottom: 1px;
  }

  .group:focus .xs\:group-focus\:ml-px {
    margin-left: 1px;
  }

  .group:focus .xs\:group-focus\:mt-250px {
    margin-top: 250px;
  }

  .group:focus .xs\:group-focus\:mr-250px {
    margin-right: 250px;
  }

  .group:focus .xs\:group-focus\:mb-250px {
    margin-bottom: 250px;
  }

  .group:focus .xs\:group-focus\:ml-250px {
    margin-left: 250px;
  }

  .group:focus .xs\:group-focus\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:focus .xs\:group-focus\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:focus .xs\:group-focus\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:focus .xs\:group-focus\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:focus .xs\:group-focus\:mt-1\% {
    margin-top: 1%;
  }

  .group:focus .xs\:group-focus\:mr-1\% {
    margin-right: 1%;
  }

  .group:focus .xs\:group-focus\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:focus .xs\:group-focus\:ml-1\% {
    margin-left: 1%;
  }

  .group:focus .xs\:group-focus\:mt-2\% {
    margin-top: 2%;
  }

  .group:focus .xs\:group-focus\:mr-2\% {
    margin-right: 2%;
  }

  .group:focus .xs\:group-focus\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:focus .xs\:group-focus\:ml-2\% {
    margin-left: 2%;
  }

  .group:focus .xs\:group-focus\:mt-3\% {
    margin-top: 3%;
  }

  .group:focus .xs\:group-focus\:mr-3\% {
    margin-right: 3%;
  }

  .group:focus .xs\:group-focus\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:focus .xs\:group-focus\:ml-3\% {
    margin-left: 3%;
  }

  .group:focus .xs\:group-focus\:mt-4\% {
    margin-top: 4%;
  }

  .group:focus .xs\:group-focus\:mr-4\% {
    margin-right: 4%;
  }

  .group:focus .xs\:group-focus\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:focus .xs\:group-focus\:ml-4\% {
    margin-left: 4%;
  }

  .group:focus .xs\:group-focus\:mt-5\% {
    margin-top: 5%;
  }

  .group:focus .xs\:group-focus\:mr-5\% {
    margin-right: 5%;
  }

  .group:focus .xs\:group-focus\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:focus .xs\:group-focus\:ml-5\% {
    margin-left: 5%;
  }

  .group:focus .xs\:group-focus\:mt-10\% {
    margin-top: 10%;
  }

  .group:focus .xs\:group-focus\:mr-10\% {
    margin-right: 10%;
  }

  .group:focus .xs\:group-focus\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:focus .xs\:group-focus\:ml-10\% {
    margin-left: 10%;
  }

  .group:focus .xs\:group-focus\:mt-20\% {
    margin-top: 20%;
  }

  .group:focus .xs\:group-focus\:mr-20\% {
    margin-right: 20%;
  }

  .group:focus .xs\:group-focus\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:focus .xs\:group-focus\:ml-20\% {
    margin-left: 20%;
  }

  .group:focus .xs\:group-focus\:mt-23\% {
    margin-top: 23%;
  }

  .group:focus .xs\:group-focus\:mr-23\% {
    margin-right: 23%;
  }

  .group:focus .xs\:group-focus\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:focus .xs\:group-focus\:ml-23\% {
    margin-left: 23%;
  }

  .group:focus .xs\:group-focus\:mt-25\% {
    margin-top: 25%;
  }

  .group:focus .xs\:group-focus\:mr-25\% {
    margin-right: 25%;
  }

  .group:focus .xs\:group-focus\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:focus .xs\:group-focus\:ml-25\% {
    margin-left: 25%;
  }

  .group:focus .xs\:group-focus\:mt-26\% {
    margin-top: 26%;
  }

  .group:focus .xs\:group-focus\:mr-26\% {
    margin-right: 26%;
  }

  .group:focus .xs\:group-focus\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:focus .xs\:group-focus\:ml-26\% {
    margin-left: 26%;
  }

  .group:focus .xs\:group-focus\:mt-30\% {
    margin-top: 30%;
  }

  .group:focus .xs\:group-focus\:mr-30\% {
    margin-right: 30%;
  }

  .group:focus .xs\:group-focus\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:focus .xs\:group-focus\:ml-30\% {
    margin-left: 30%;
  }

  .group:focus .xs\:group-focus\:mt-40\% {
    margin-top: 40%;
  }

  .group:focus .xs\:group-focus\:mr-40\% {
    margin-right: 40%;
  }

  .group:focus .xs\:group-focus\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:focus .xs\:group-focus\:ml-40\% {
    margin-left: 40%;
  }

  .group:focus .xs\:group-focus\:mt-50\% {
    margin-top: 50%;
  }

  .group:focus .xs\:group-focus\:mr-50\% {
    margin-right: 50%;
  }

  .group:focus .xs\:group-focus\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:focus .xs\:group-focus\:ml-50\% {
    margin-left: 50%;
  }

  .group:focus .xs\:group-focus\:mt-60\% {
    margin-top: 60%;
  }

  .group:focus .xs\:group-focus\:mr-60\% {
    margin-right: 60%;
  }

  .group:focus .xs\:group-focus\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:focus .xs\:group-focus\:ml-60\% {
    margin-left: 60%;
  }

  .group:focus .xs\:group-focus\:mt-70\% {
    margin-top: 70%;
  }

  .group:focus .xs\:group-focus\:mr-70\% {
    margin-right: 70%;
  }

  .group:focus .xs\:group-focus\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:focus .xs\:group-focus\:ml-70\% {
    margin-left: 70%;
  }

  .group:focus .xs\:group-focus\:mt-80\% {
    margin-top: 80%;
  }

  .group:focus .xs\:group-focus\:mr-80\% {
    margin-right: 80%;
  }

  .group:focus .xs\:group-focus\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:focus .xs\:group-focus\:ml-80\% {
    margin-left: 80%;
  }

  .group:focus .xs\:group-focus\:mt-90\% {
    margin-top: 90%;
  }

  .group:focus .xs\:group-focus\:mr-90\% {
    margin-right: 90%;
  }

  .group:focus .xs\:group-focus\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:focus .xs\:group-focus\:ml-90\% {
    margin-left: 90%;
  }

  .group:focus .xs\:group-focus\:mt-95\% {
    margin-top: 95%;
  }

  .group:focus .xs\:group-focus\:mr-95\% {
    margin-right: 95%;
  }

  .group:focus .xs\:group-focus\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:focus .xs\:group-focus\:ml-95\% {
    margin-left: 95%;
  }

  .group:focus .xs\:group-focus\:mt-96\% {
    margin-top: 96%;
  }

  .group:focus .xs\:group-focus\:mr-96\% {
    margin-right: 96%;
  }

  .group:focus .xs\:group-focus\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:focus .xs\:group-focus\:ml-96\% {
    margin-left: 96%;
  }

  .group:focus .xs\:group-focus\:mt-97\% {
    margin-top: 97%;
  }

  .group:focus .xs\:group-focus\:mr-97\% {
    margin-right: 97%;
  }

  .group:focus .xs\:group-focus\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:focus .xs\:group-focus\:ml-97\% {
    margin-left: 97%;
  }

  .group:focus .xs\:group-focus\:mt-98\% {
    margin-top: 98%;
  }

  .group:focus .xs\:group-focus\:mr-98\% {
    margin-right: 98%;
  }

  .group:focus .xs\:group-focus\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:focus .xs\:group-focus\:ml-98\% {
    margin-left: 98%;
  }

  .group:focus .xs\:group-focus\:mt-99\% {
    margin-top: 99%;
  }

  .group:focus .xs\:group-focus\:mr-99\% {
    margin-right: 99%;
  }

  .group:focus .xs\:group-focus\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:focus .xs\:group-focus\:ml-99\% {
    margin-left: 99%;
  }

  .group:focus .xs\:group-focus\:mt-36vh {
    margin-top: 36vh;
  }

  .group:focus .xs\:group-focus\:mr-36vh {
    margin-right: 36vh;
  }

  .group:focus .xs\:group-focus\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:focus .xs\:group-focus\:ml-36vh {
    margin-left: 36vh;
  }

  .group:focus .xs\:group-focus\:mt-75vh {
    margin-top: 75vh;
  }

  .group:focus .xs\:group-focus\:mr-75vh {
    margin-right: 75vh;
  }

  .group:focus .xs\:group-focus\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:focus .xs\:group-focus\:ml-75vh {
    margin-left: 75vh;
  }

  .group:focus .xs\:group-focus\:mt-78vh {
    margin-top: 78vh;
  }

  .group:focus .xs\:group-focus\:mr-78vh {
    margin-right: 78vh;
  }

  .group:focus .xs\:group-focus\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:focus .xs\:group-focus\:ml-78vh {
    margin-left: 78vh;
  }

  .group:focus .xs\:group-focus\:mt-80vh {
    margin-top: 80vh;
  }

  .group:focus .xs\:group-focus\:mr-80vh {
    margin-right: 80vh;
  }

  .group:focus .xs\:group-focus\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:focus .xs\:group-focus\:ml-80vh {
    margin-left: 80vh;
  }

  .group:focus .xs\:group-focus\:mt-82vh {
    margin-top: 82vh;
  }

  .group:focus .xs\:group-focus\:mr-82vh {
    margin-right: 82vh;
  }

  .group:focus .xs\:group-focus\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:focus .xs\:group-focus\:ml-82vh {
    margin-left: 82vh;
  }

  .group:focus .xs\:group-focus\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:focus .xs\:group-focus\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:focus .xs\:group-focus\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:focus .xs\:group-focus\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:focus .xs\:group-focus\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:focus .xs\:group-focus\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:focus .xs\:group-focus\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:focus .xs\:group-focus\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:focus .xs\:group-focus\:-mt-4 {
    margin-top: -1rem;
  }

  .group:focus .xs\:group-focus\:-mr-4 {
    margin-right: -1rem;
  }

  .group:focus .xs\:group-focus\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:focus .xs\:group-focus\:-ml-4 {
    margin-left: -1rem;
  }

  .group:focus .xs\:group-focus\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:focus .xs\:group-focus\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:focus .xs\:group-focus\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:focus .xs\:group-focus\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:focus .xs\:group-focus\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:focus .xs\:group-focus\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:focus .xs\:group-focus\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:focus .xs\:group-focus\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:focus .xs\:group-focus\:-mt-8 {
    margin-top: -2rem;
  }

  .group:focus .xs\:group-focus\:-mr-8 {
    margin-right: -2rem;
  }

  .group:focus .xs\:group-focus\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:focus .xs\:group-focus\:-ml-8 {
    margin-left: -2rem;
  }

  .group:focus .xs\:group-focus\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:focus .xs\:group-focus\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:focus .xs\:group-focus\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:focus .xs\:group-focus\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:focus .xs\:group-focus\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-12 {
    margin-top: -3rem;
  }

  .group:focus .xs\:group-focus\:-mr-12 {
    margin-right: -3rem;
  }

  .group:focus .xs\:group-focus\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:focus .xs\:group-focus\:-ml-12 {
    margin-left: -3rem;
  }

  .group:focus .xs\:group-focus\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:focus .xs\:group-focus\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:focus .xs\:group-focus\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:focus .xs\:group-focus\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:focus .xs\:group-focus\:-mt-16 {
    margin-top: -4rem;
  }

  .group:focus .xs\:group-focus\:-mr-16 {
    margin-right: -4rem;
  }

  .group:focus .xs\:group-focus\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:focus .xs\:group-focus\:-ml-16 {
    margin-left: -4rem;
  }

  .group:focus .xs\:group-focus\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-20 {
    margin-top: -5rem;
  }

  .group:focus .xs\:group-focus\:-mr-20 {
    margin-right: -5rem;
  }

  .group:focus .xs\:group-focus\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:focus .xs\:group-focus\:-ml-20 {
    margin-left: -5rem;
  }

  .group:focus .xs\:group-focus\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:focus .xs\:group-focus\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:focus .xs\:group-focus\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:focus .xs\:group-focus\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:focus .xs\:group-focus\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-22 {
    margin-left: -5.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-24 {
    margin-top: -6rem;
  }

  .group:focus .xs\:group-focus\:-mr-24 {
    margin-right: -6rem;
  }

  .group:focus .xs\:group-focus\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:focus .xs\:group-focus\:-ml-24 {
    margin-left: -6rem;
  }

  .group:focus .xs\:group-focus\:-mt-26 {
    margin-top: -6.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-28 {
    margin-top: -7rem;
  }

  .group:focus .xs\:group-focus\:-mr-28 {
    margin-right: -7rem;
  }

  .group:focus .xs\:group-focus\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:focus .xs\:group-focus\:-ml-28 {
    margin-left: -7rem;
  }

  .group:focus .xs\:group-focus\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-30 {
    margin-left: -7.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-32 {
    margin-top: -8rem;
  }

  .group:focus .xs\:group-focus\:-mr-32 {
    margin-right: -8rem;
  }

  .group:focus .xs\:group-focus\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:focus .xs\:group-focus\:-ml-32 {
    margin-left: -8rem;
  }

  .group:focus .xs\:group-focus\:-mt-34 {
    margin-top: -8.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-36 {
    margin-top: -9rem;
  }

  .group:focus .xs\:group-focus\:-mr-36 {
    margin-right: -9rem;
  }

  .group:focus .xs\:group-focus\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:focus .xs\:group-focus\:-ml-36 {
    margin-left: -9rem;
  }

  .group:focus .xs\:group-focus\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-40 {
    margin-top: -10rem;
  }

  .group:focus .xs\:group-focus\:-mr-40 {
    margin-right: -10rem;
  }

  .group:focus .xs\:group-focus\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:focus .xs\:group-focus\:-ml-40 {
    margin-left: -10rem;
  }

  .group:focus .xs\:group-focus\:-mt-44 {
    margin-top: -11rem;
  }

  .group:focus .xs\:group-focus\:-mr-44 {
    margin-right: -11rem;
  }

  .group:focus .xs\:group-focus\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:focus .xs\:group-focus\:-ml-44 {
    margin-left: -11rem;
  }

  .group:focus .xs\:group-focus\:-mt-48 {
    margin-top: -12rem;
  }

  .group:focus .xs\:group-focus\:-mr-48 {
    margin-right: -12rem;
  }

  .group:focus .xs\:group-focus\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:focus .xs\:group-focus\:-ml-48 {
    margin-left: -12rem;
  }

  .group:focus .xs\:group-focus\:-mt-52 {
    margin-top: -13rem;
  }

  .group:focus .xs\:group-focus\:-mr-52 {
    margin-right: -13rem;
  }

  .group:focus .xs\:group-focus\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:focus .xs\:group-focus\:-ml-52 {
    margin-left: -13rem;
  }

  .group:focus .xs\:group-focus\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:focus .xs\:group-focus\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:focus .xs\:group-focus\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:focus .xs\:group-focus\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:focus .xs\:group-focus\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-56 {
    margin-top: -14rem;
  }

  .group:focus .xs\:group-focus\:-mr-56 {
    margin-right: -14rem;
  }

  .group:focus .xs\:group-focus\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:focus .xs\:group-focus\:-ml-56 {
    margin-left: -14rem;
  }

  .group:focus .xs\:group-focus\:-mt-64 {
    margin-top: -16rem;
  }

  .group:focus .xs\:group-focus\:-mr-64 {
    margin-right: -16rem;
  }

  .group:focus .xs\:group-focus\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:focus .xs\:group-focus\:-ml-64 {
    margin-left: -16rem;
  }

  .group:focus .xs\:group-focus\:-mt-72 {
    margin-top: -18rem;
  }

  .group:focus .xs\:group-focus\:-mr-72 {
    margin-right: -18rem;
  }

  .group:focus .xs\:group-focus\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:focus .xs\:group-focus\:-ml-72 {
    margin-left: -18rem;
  }

  .group:focus .xs\:group-focus\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-76 {
    margin-top: -19rem;
  }

  .group:focus .xs\:group-focus\:-mr-76 {
    margin-right: -19rem;
  }

  .group:focus .xs\:group-focus\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:focus .xs\:group-focus\:-ml-76 {
    margin-left: -19rem;
  }

  .group:focus .xs\:group-focus\:-mt-80 {
    margin-top: -20rem;
  }

  .group:focus .xs\:group-focus\:-mr-80 {
    margin-right: -20rem;
  }

  .group:focus .xs\:group-focus\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:focus .xs\:group-focus\:-ml-80 {
    margin-left: -20rem;
  }

  .group:focus .xs\:group-focus\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:focus .xs\:group-focus\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:focus .xs\:group-focus\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:focus .xs\:group-focus\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:focus .xs\:group-focus\:-mt-100 {
    margin-top: -25rem;
  }

  .group:focus .xs\:group-focus\:-mr-100 {
    margin-right: -25rem;
  }

  .group:focus .xs\:group-focus\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:focus .xs\:group-focus\:-ml-100 {
    margin-left: -25rem;
  }

  .group:focus .xs\:group-focus\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:focus .xs\:group-focus\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:focus .xs\:group-focus\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:focus .xs\:group-focus\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:focus .xs\:group-focus\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:focus .xs\:group-focus\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:focus .xs\:group-focus\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:focus .xs\:group-focus\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:focus .xs\:group-focus\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:focus .xs\:group-focus\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:focus .xs\:group-focus\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:focus .xs\:group-focus\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:focus .xs\:group-focus\:-mt-120 {
    margin-top: -30rem;
  }

  .group:focus .xs\:group-focus\:-mr-120 {
    margin-right: -30rem;
  }

  .group:focus .xs\:group-focus\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:focus .xs\:group-focus\:-ml-120 {
    margin-left: -30rem;
  }

  .group:focus .xs\:group-focus\:-mt-130 {
    margin-top: -38rem;
  }

  .group:focus .xs\:group-focus\:-mr-130 {
    margin-right: -38rem;
  }

  .group:focus .xs\:group-focus\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:focus .xs\:group-focus\:-ml-130 {
    margin-left: -38rem;
  }

  .group:focus .xs\:group-focus\:-mt-px {
    margin-top: -1px;
  }

  .group:focus .xs\:group-focus\:-mr-px {
    margin-right: -1px;
  }

  .group:focus .xs\:group-focus\:-mb-px {
    margin-bottom: -1px;
  }

  .group:focus .xs\:group-focus\:-ml-px {
    margin-left: -1px;
  }

  .group:focus .xs\:group-focus\:-mt-250px {
    margin-top: -250px;
  }

  .group:focus .xs\:group-focus\:-mr-250px {
    margin-right: -250px;
  }

  .group:focus .xs\:group-focus\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:focus .xs\:group-focus\:-ml-250px {
    margin-left: -250px;
  }

  .group:focus .xs\:group-focus\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:focus .xs\:group-focus\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:focus .xs\:group-focus\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:focus .xs\:group-focus\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:focus .xs\:group-focus\:-mt-1\% {
    margin-top: -1%;
  }

  .group:focus .xs\:group-focus\:-mr-1\% {
    margin-right: -1%;
  }

  .group:focus .xs\:group-focus\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:focus .xs\:group-focus\:-ml-1\% {
    margin-left: -1%;
  }

  .group:focus .xs\:group-focus\:-mt-2\% {
    margin-top: -2%;
  }

  .group:focus .xs\:group-focus\:-mr-2\% {
    margin-right: -2%;
  }

  .group:focus .xs\:group-focus\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:focus .xs\:group-focus\:-ml-2\% {
    margin-left: -2%;
  }

  .group:focus .xs\:group-focus\:-mt-3\% {
    margin-top: -3%;
  }

  .group:focus .xs\:group-focus\:-mr-3\% {
    margin-right: -3%;
  }

  .group:focus .xs\:group-focus\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:focus .xs\:group-focus\:-ml-3\% {
    margin-left: -3%;
  }

  .group:focus .xs\:group-focus\:-mt-4\% {
    margin-top: -4%;
  }

  .group:focus .xs\:group-focus\:-mr-4\% {
    margin-right: -4%;
  }

  .group:focus .xs\:group-focus\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:focus .xs\:group-focus\:-ml-4\% {
    margin-left: -4%;
  }

  .group:focus .xs\:group-focus\:-mt-5\% {
    margin-top: -5%;
  }

  .group:focus .xs\:group-focus\:-mr-5\% {
    margin-right: -5%;
  }

  .group:focus .xs\:group-focus\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:focus .xs\:group-focus\:-ml-5\% {
    margin-left: -5%;
  }

  .group:focus .xs\:group-focus\:-mt-10\% {
    margin-top: -10%;
  }

  .group:focus .xs\:group-focus\:-mr-10\% {
    margin-right: -10%;
  }

  .group:focus .xs\:group-focus\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:focus .xs\:group-focus\:-ml-10\% {
    margin-left: -10%;
  }

  .group:focus .xs\:group-focus\:-mt-20\% {
    margin-top: -20%;
  }

  .group:focus .xs\:group-focus\:-mr-20\% {
    margin-right: -20%;
  }

  .group:focus .xs\:group-focus\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:focus .xs\:group-focus\:-ml-20\% {
    margin-left: -20%;
  }

  .group:focus .xs\:group-focus\:-mt-23\% {
    margin-top: -23%;
  }

  .group:focus .xs\:group-focus\:-mr-23\% {
    margin-right: -23%;
  }

  .group:focus .xs\:group-focus\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:focus .xs\:group-focus\:-ml-23\% {
    margin-left: -23%;
  }

  .group:focus .xs\:group-focus\:-mt-25\% {
    margin-top: -25%;
  }

  .group:focus .xs\:group-focus\:-mr-25\% {
    margin-right: -25%;
  }

  .group:focus .xs\:group-focus\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:focus .xs\:group-focus\:-ml-25\% {
    margin-left: -25%;
  }

  .group:focus .xs\:group-focus\:-mt-26\% {
    margin-top: -26%;
  }

  .group:focus .xs\:group-focus\:-mr-26\% {
    margin-right: -26%;
  }

  .group:focus .xs\:group-focus\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:focus .xs\:group-focus\:-ml-26\% {
    margin-left: -26%;
  }

  .group:focus .xs\:group-focus\:-mt-30\% {
    margin-top: -30%;
  }

  .group:focus .xs\:group-focus\:-mr-30\% {
    margin-right: -30%;
  }

  .group:focus .xs\:group-focus\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:focus .xs\:group-focus\:-ml-30\% {
    margin-left: -30%;
  }

  .group:focus .xs\:group-focus\:-mt-40\% {
    margin-top: -40%;
  }

  .group:focus .xs\:group-focus\:-mr-40\% {
    margin-right: -40%;
  }

  .group:focus .xs\:group-focus\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:focus .xs\:group-focus\:-ml-40\% {
    margin-left: -40%;
  }

  .group:focus .xs\:group-focus\:-mt-50\% {
    margin-top: -50%;
  }

  .group:focus .xs\:group-focus\:-mr-50\% {
    margin-right: -50%;
  }

  .group:focus .xs\:group-focus\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:focus .xs\:group-focus\:-ml-50\% {
    margin-left: -50%;
  }

  .group:focus .xs\:group-focus\:-mt-60\% {
    margin-top: -60%;
  }

  .group:focus .xs\:group-focus\:-mr-60\% {
    margin-right: -60%;
  }

  .group:focus .xs\:group-focus\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:focus .xs\:group-focus\:-ml-60\% {
    margin-left: -60%;
  }

  .group:focus .xs\:group-focus\:-mt-70\% {
    margin-top: -70%;
  }

  .group:focus .xs\:group-focus\:-mr-70\% {
    margin-right: -70%;
  }

  .group:focus .xs\:group-focus\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:focus .xs\:group-focus\:-ml-70\% {
    margin-left: -70%;
  }

  .group:focus .xs\:group-focus\:-mt-80\% {
    margin-top: -80%;
  }

  .group:focus .xs\:group-focus\:-mr-80\% {
    margin-right: -80%;
  }

  .group:focus .xs\:group-focus\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:focus .xs\:group-focus\:-ml-80\% {
    margin-left: -80%;
  }

  .group:focus .xs\:group-focus\:-mt-90\% {
    margin-top: -90%;
  }

  .group:focus .xs\:group-focus\:-mr-90\% {
    margin-right: -90%;
  }

  .group:focus .xs\:group-focus\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:focus .xs\:group-focus\:-ml-90\% {
    margin-left: -90%;
  }

  .group:focus .xs\:group-focus\:-mt-95\% {
    margin-top: -95%;
  }

  .group:focus .xs\:group-focus\:-mr-95\% {
    margin-right: -95%;
  }

  .group:focus .xs\:group-focus\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:focus .xs\:group-focus\:-ml-95\% {
    margin-left: -95%;
  }

  .group:focus .xs\:group-focus\:-mt-96\% {
    margin-top: -96%;
  }

  .group:focus .xs\:group-focus\:-mr-96\% {
    margin-right: -96%;
  }

  .group:focus .xs\:group-focus\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:focus .xs\:group-focus\:-ml-96\% {
    margin-left: -96%;
  }

  .group:focus .xs\:group-focus\:-mt-97\% {
    margin-top: -97%;
  }

  .group:focus .xs\:group-focus\:-mr-97\% {
    margin-right: -97%;
  }

  .group:focus .xs\:group-focus\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:focus .xs\:group-focus\:-ml-97\% {
    margin-left: -97%;
  }

  .group:focus .xs\:group-focus\:-mt-98\% {
    margin-top: -98%;
  }

  .group:focus .xs\:group-focus\:-mr-98\% {
    margin-right: -98%;
  }

  .group:focus .xs\:group-focus\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:focus .xs\:group-focus\:-ml-98\% {
    margin-left: -98%;
  }

  .group:focus .xs\:group-focus\:-mt-99\% {
    margin-top: -99%;
  }

  .group:focus .xs\:group-focus\:-mr-99\% {
    margin-right: -99%;
  }

  .group:focus .xs\:group-focus\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:focus .xs\:group-focus\:-ml-99\% {
    margin-left: -99%;
  }

  .group:focus .xs\:group-focus\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:focus .xs\:group-focus\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:focus .xs\:group-focus\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:focus .xs\:group-focus\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:focus .xs\:group-focus\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:focus .xs\:group-focus\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:focus .xs\:group-focus\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:focus .xs\:group-focus\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:focus .xs\:group-focus\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:focus .xs\:group-focus\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:focus .xs\:group-focus\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:focus .xs\:group-focus\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:focus .xs\:group-focus\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:focus .xs\:group-focus\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:focus .xs\:group-focus\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:focus .xs\:group-focus\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:focus .xs\:group-focus\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:focus .xs\:group-focus\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:focus .xs\:group-focus\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:focus .xs\:group-focus\:-ml-82vh {
    margin-left: -82vh;
  }

  .xs\:max-h-0 {
    max-height: 0;
  }

  .xs\:max-h-1 {
    max-height: 0.25rem;
  }

  .xs\:max-h-2 {
    max-height: 0.5rem;
  }

  .xs\:max-h-3 {
    max-height: 0.75rem;
  }

  .xs\:max-h-4 {
    max-height: 1rem;
  }

  .xs\:max-h-5 {
    max-height: 1.25rem;
  }

  .xs\:max-h-6 {
    max-height: 1.5rem;
  }

  .xs\:max-h-7 {
    max-height: 1.75rem;
  }

  .xs\:max-h-8 {
    max-height: 2rem;
  }

  .xs\:max-h-9 {
    max-height: 2.25rem;
  }

  .xs\:max-h-10 {
    max-height: 2.5rem;
  }

  .xs\:max-h-12 {
    max-height: 3rem;
  }

  .xs\:max-h-14 {
    max-height: 3.5rem;
  }

  .xs\:max-h-15 {
    max-height: 3.75rem;
  }

  .xs\:max-h-16 {
    max-height: 4rem;
  }

  .xs\:max-h-18 {
    max-height: 4.5rem;
  }

  .xs\:max-h-20 {
    max-height: 5rem;
  }

  .xs\:max-h-21 {
    max-height: 5.25rem;
  }

  .xs\:max-h-22 {
    max-height: 5.5rem;
  }

  .xs\:max-h-24 {
    max-height: 6rem;
  }

  .xs\:max-h-26 {
    max-height: 6.5rem;
  }

  .xs\:max-h-28 {
    max-height: 7rem;
  }

  .xs\:max-h-30 {
    max-height: 7.5rem;
  }

  .xs\:max-h-32 {
    max-height: 8rem;
  }

  .xs\:max-h-34 {
    max-height: 8.5rem;
  }

  .xs\:max-h-36 {
    max-height: 9rem;
  }

  .xs\:max-h-38 {
    max-height: 9.5rem;
  }

  .xs\:max-h-40 {
    max-height: 10rem;
  }

  .xs\:max-h-44 {
    max-height: 11rem;
  }

  .xs\:max-h-48 {
    max-height: 12rem;
  }

  .xs\:max-h-52 {
    max-height: 13rem;
  }

  .xs\:max-h-53 {
    max-height: 13.25rem;
  }

  .xs\:max-h-54 {
    max-height: 13.5rem;
  }

  .xs\:max-h-56 {
    max-height: 14rem;
  }

  .xs\:max-h-64 {
    max-height: 16rem;
  }

  .xs\:max-h-72 {
    max-height: 18rem;
  }

  .xs\:max-h-74 {
    max-height: 18.5rem;
  }

  .xs\:max-h-76 {
    max-height: 19rem;
  }

  .xs\:max-h-80 {
    max-height: 20rem;
  }

  .xs\:max-h-85 {
    max-height: 21.25rem;
  }

  .xs\:max-h-100 {
    max-height: 25rem;
  }

  .xs\:max-h-105 {
    max-height: 26.25rem;
  }

  .xs\:max-h-107 {
    max-height: 26.4rem;
  }

  .xs\:max-h-110 {
    max-height: 27.5rem;
  }

  .xs\:max-h-120 {
    max-height: 30rem;
  }

  .xs\:max-h-130 {
    max-height: 38rem;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:max-h-px {
    max-height: 1px;
  }

  .xs\:max-h-250px {
    max-height: 250px;
  }

  .xs\:max-h-1\/2\% {
    max-height: 0.5%;
  }

  .xs\:max-h-1\% {
    max-height: 1%;
  }

  .xs\:max-h-2\% {
    max-height: 2%;
  }

  .xs\:max-h-3\% {
    max-height: 3%;
  }

  .xs\:max-h-4\% {
    max-height: 4%;
  }

  .xs\:max-h-5\% {
    max-height: 5%;
  }

  .xs\:max-h-10\% {
    max-height: 10%;
  }

  .xs\:max-h-20\% {
    max-height: 20%;
  }

  .xs\:max-h-23\% {
    max-height: 23%;
  }

  .xs\:max-h-25\% {
    max-height: 25%;
  }

  .xs\:max-h-26\% {
    max-height: 26%;
  }

  .xs\:max-h-30\% {
    max-height: 30%;
  }

  .xs\:max-h-40\% {
    max-height: 40%;
  }

  .xs\:max-h-50\% {
    max-height: 50%;
  }

  .xs\:max-h-60\% {
    max-height: 60%;
  }

  .xs\:max-h-70\% {
    max-height: 70%;
  }

  .xs\:max-h-80\% {
    max-height: 80%;
  }

  .xs\:max-h-90\% {
    max-height: 90%;
  }

  .xs\:max-h-95\% {
    max-height: 95%;
  }

  .xs\:max-h-96\% {
    max-height: 96%;
  }

  .xs\:max-h-97\% {
    max-height: 97%;
  }

  .xs\:max-h-98\% {
    max-height: 98%;
  }

  .xs\:max-h-99\% {
    max-height: 99%;
  }

  .xs\:max-h-36vh {
    max-height: 36vh;
  }

  .xs\:max-h-75vh {
    max-height: 75vh;
  }

  .xs\:max-h-78vh {
    max-height: 78vh;
  }

  .xs\:max-h-80vh {
    max-height: 80vh;
  }

  .xs\:max-h-82vh {
    max-height: 82vh;
  }

  .xs\:max-w-0 {
    max-width: 0;
  }

  .xs\:max-w-1 {
    max-width: 0.25rem;
  }

  .xs\:max-w-2 {
    max-width: 0.5rem;
  }

  .xs\:max-w-3 {
    max-width: 0.75rem;
  }

  .xs\:max-w-4 {
    max-width: 1rem;
  }

  .xs\:max-w-5 {
    max-width: 1.25rem;
  }

  .xs\:max-w-6 {
    max-width: 1.5rem;
  }

  .xs\:max-w-7 {
    max-width: 1.75rem;
  }

  .xs\:max-w-8 {
    max-width: 2rem;
  }

  .xs\:max-w-9 {
    max-width: 2.25rem;
  }

  .xs\:max-w-10 {
    max-width: 2.5rem;
  }

  .xs\:max-w-12 {
    max-width: 3rem;
  }

  .xs\:max-w-14 {
    max-width: 3.5rem;
  }

  .xs\:max-w-15 {
    max-width: 3.75rem;
  }

  .xs\:max-w-16 {
    max-width: 4rem;
  }

  .xs\:max-w-18 {
    max-width: 4.5rem;
  }

  .xs\:max-w-20 {
    max-width: 5rem;
  }

  .xs\:max-w-21 {
    max-width: 5.25rem;
  }

  .xs\:max-w-22 {
    max-width: 5.5rem;
  }

  .xs\:max-w-24 {
    max-width: 6rem;
  }

  .xs\:max-w-26 {
    max-width: 6.5rem;
  }

  .xs\:max-w-28 {
    max-width: 7rem;
  }

  .xs\:max-w-30 {
    max-width: 7.5rem;
  }

  .xs\:max-w-32 {
    max-width: 8rem;
  }

  .xs\:max-w-34 {
    max-width: 8.5rem;
  }

  .xs\:max-w-36 {
    max-width: 9rem;
  }

  .xs\:max-w-38 {
    max-width: 9.5rem;
  }

  .xs\:max-w-40 {
    max-width: 10rem;
  }

  .xs\:max-w-44 {
    max-width: 11rem;
  }

  .xs\:max-w-48 {
    max-width: 12rem;
  }

  .xs\:max-w-52 {
    max-width: 13rem;
  }

  .xs\:max-w-53 {
    max-width: 13.25rem;
  }

  .xs\:max-w-54 {
    max-width: 13.5rem;
  }

  .xs\:max-w-56 {
    max-width: 14rem;
  }

  .xs\:max-w-64 {
    max-width: 16rem;
  }

  .xs\:max-w-72 {
    max-width: 18rem;
  }

  .xs\:max-w-74 {
    max-width: 18.5rem;
  }

  .xs\:max-w-76 {
    max-width: 19rem;
  }

  .xs\:max-w-80 {
    max-width: 20rem;
  }

  .xs\:max-w-85 {
    max-width: 21.25rem;
  }

  .xs\:max-w-100 {
    max-width: 25rem;
  }

  .xs\:max-w-105 {
    max-width: 26.25rem;
  }

  .xs\:max-w-107 {
    max-width: 26.4rem;
  }

  .xs\:max-w-110 {
    max-width: 27.5rem;
  }

  .xs\:max-w-120 {
    max-width: 30rem;
  }

  .xs\:max-w-130 {
    max-width: 38rem;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-screen {
    max-width: 100vh;
  }

  .xs\:max-w-px {
    max-width: 1px;
  }

  .xs\:max-w-250px {
    max-width: 250px;
  }

  .xs\:max-w-1\/2\% {
    max-width: 0.5%;
  }

  .xs\:max-w-1\% {
    max-width: 1%;
  }

  .xs\:max-w-2\% {
    max-width: 2%;
  }

  .xs\:max-w-3\% {
    max-width: 3%;
  }

  .xs\:max-w-4\% {
    max-width: 4%;
  }

  .xs\:max-w-5\% {
    max-width: 5%;
  }

  .xs\:max-w-10\% {
    max-width: 10%;
  }

  .xs\:max-w-20\% {
    max-width: 20%;
  }

  .xs\:max-w-23\% {
    max-width: 23%;
  }

  .xs\:max-w-25\% {
    max-width: 25%;
  }

  .xs\:max-w-26\% {
    max-width: 26%;
  }

  .xs\:max-w-30\% {
    max-width: 30%;
  }

  .xs\:max-w-40\% {
    max-width: 40%;
  }

  .xs\:max-w-50\% {
    max-width: 50%;
  }

  .xs\:max-w-60\% {
    max-width: 60%;
  }

  .xs\:max-w-70\% {
    max-width: 70%;
  }

  .xs\:max-w-80\% {
    max-width: 80%;
  }

  .xs\:max-w-90\% {
    max-width: 90%;
  }

  .xs\:max-w-95\% {
    max-width: 95%;
  }

  .xs\:max-w-96\% {
    max-width: 96%;
  }

  .xs\:max-w-97\% {
    max-width: 97%;
  }

  .xs\:max-w-98\% {
    max-width: 98%;
  }

  .xs\:max-w-99\% {
    max-width: 99%;
  }

  .xs\:max-w-36vh {
    max-width: 36vh;
  }

  .xs\:max-w-75vh {
    max-width: 75vh;
  }

  .xs\:max-w-78vh {
    max-width: 78vh;
  }

  .xs\:max-w-80vh {
    max-width: 80vh;
  }

  .xs\:max-w-82vh {
    max-width: 82vh;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-1 {
    min-height: 0.25rem;
  }

  .xs\:min-h-2 {
    min-height: 0.5rem;
  }

  .xs\:min-h-3 {
    min-height: 0.75rem;
  }

  .xs\:min-h-4 {
    min-height: 1rem;
  }

  .xs\:min-h-5 {
    min-height: 1.25rem;
  }

  .xs\:min-h-6 {
    min-height: 1.5rem;
  }

  .xs\:min-h-7 {
    min-height: 1.75rem;
  }

  .xs\:min-h-8 {
    min-height: 2rem;
  }

  .xs\:min-h-9 {
    min-height: 2.25rem;
  }

  .xs\:min-h-10 {
    min-height: 2.5rem;
  }

  .xs\:min-h-12 {
    min-height: 3rem;
  }

  .xs\:min-h-14 {
    min-height: 3.5rem;
  }

  .xs\:min-h-15 {
    min-height: 3.75rem;
  }

  .xs\:min-h-16 {
    min-height: 4rem;
  }

  .xs\:min-h-18 {
    min-height: 4.5rem;
  }

  .xs\:min-h-20 {
    min-height: 5rem;
  }

  .xs\:min-h-21 {
    min-height: 5.25rem;
  }

  .xs\:min-h-22 {
    min-height: 5.5rem;
  }

  .xs\:min-h-24 {
    min-height: 6rem;
  }

  .xs\:min-h-26 {
    min-height: 6.5rem;
  }

  .xs\:min-h-28 {
    min-height: 7rem;
  }

  .xs\:min-h-30 {
    min-height: 7.5rem;
  }

  .xs\:min-h-32 {
    min-height: 8rem;
  }

  .xs\:min-h-34 {
    min-height: 8.5rem;
  }

  .xs\:min-h-36 {
    min-height: 9rem;
  }

  .xs\:min-h-38 {
    min-height: 9.5rem;
  }

  .xs\:min-h-40 {
    min-height: 10rem;
  }

  .xs\:min-h-44 {
    min-height: 11rem;
  }

  .xs\:min-h-48 {
    min-height: 12rem;
  }

  .xs\:min-h-52 {
    min-height: 13rem;
  }

  .xs\:min-h-53 {
    min-height: 13.25rem;
  }

  .xs\:min-h-54 {
    min-height: 13.5rem;
  }

  .xs\:min-h-56 {
    min-height: 14rem;
  }

  .xs\:min-h-64 {
    min-height: 16rem;
  }

  .xs\:min-h-72 {
    min-height: 18rem;
  }

  .xs\:min-h-74 {
    min-height: 18.5rem;
  }

  .xs\:min-h-76 {
    min-height: 19rem;
  }

  .xs\:min-h-80 {
    min-height: 20rem;
  }

  .xs\:min-h-85 {
    min-height: 21.25rem;
  }

  .xs\:min-h-100 {
    min-height: 25rem;
  }

  .xs\:min-h-105 {
    min-height: 26.25rem;
  }

  .xs\:min-h-107 {
    min-height: 26.4rem;
  }

  .xs\:min-h-110 {
    min-height: 27.5rem;
  }

  .xs\:min-h-120 {
    min-height: 30rem;
  }

  .xs\:min-h-130 {
    min-height: 38rem;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:min-h-px {
    min-height: 1px;
  }

  .xs\:min-h-250px {
    min-height: 250px;
  }

  .xs\:min-h-1\/2\% {
    min-height: 0.5%;
  }

  .xs\:min-h-1\% {
    min-height: 1%;
  }

  .xs\:min-h-2\% {
    min-height: 2%;
  }

  .xs\:min-h-3\% {
    min-height: 3%;
  }

  .xs\:min-h-4\% {
    min-height: 4%;
  }

  .xs\:min-h-5\% {
    min-height: 5%;
  }

  .xs\:min-h-10\% {
    min-height: 10%;
  }

  .xs\:min-h-20\% {
    min-height: 20%;
  }

  .xs\:min-h-23\% {
    min-height: 23%;
  }

  .xs\:min-h-25\% {
    min-height: 25%;
  }

  .xs\:min-h-26\% {
    min-height: 26%;
  }

  .xs\:min-h-30\% {
    min-height: 30%;
  }

  .xs\:min-h-40\% {
    min-height: 40%;
  }

  .xs\:min-h-50\% {
    min-height: 50%;
  }

  .xs\:min-h-60\% {
    min-height: 60%;
  }

  .xs\:min-h-70\% {
    min-height: 70%;
  }

  .xs\:min-h-80\% {
    min-height: 80%;
  }

  .xs\:min-h-90\% {
    min-height: 90%;
  }

  .xs\:min-h-95\% {
    min-height: 95%;
  }

  .xs\:min-h-96\% {
    min-height: 96%;
  }

  .xs\:min-h-97\% {
    min-height: 97%;
  }

  .xs\:min-h-98\% {
    min-height: 98%;
  }

  .xs\:min-h-99\% {
    min-height: 99%;
  }

  .xs\:min-h-36vh {
    min-height: 36vh;
  }

  .xs\:min-h-75vh {
    min-height: 75vh;
  }

  .xs\:min-h-78vh {
    min-height: 78vh;
  }

  .xs\:min-h-80vh {
    min-height: 80vh;
  }

  .xs\:min-h-82vh {
    min-height: 82vh;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-1 {
    min-width: 0.25rem;
  }

  .xs\:min-w-2 {
    min-width: 0.5rem;
  }

  .xs\:min-w-3 {
    min-width: 0.75rem;
  }

  .xs\:min-w-4 {
    min-width: 1rem;
  }

  .xs\:min-w-5 {
    min-width: 1.25rem;
  }

  .xs\:min-w-6 {
    min-width: 1.5rem;
  }

  .xs\:min-w-7 {
    min-width: 1.75rem;
  }

  .xs\:min-w-8 {
    min-width: 2rem;
  }

  .xs\:min-w-9 {
    min-width: 2.25rem;
  }

  .xs\:min-w-10 {
    min-width: 2.5rem;
  }

  .xs\:min-w-12 {
    min-width: 3rem;
  }

  .xs\:min-w-14 {
    min-width: 3.5rem;
  }

  .xs\:min-w-15 {
    min-width: 3.75rem;
  }

  .xs\:min-w-16 {
    min-width: 4rem;
  }

  .xs\:min-w-18 {
    min-width: 4.5rem;
  }

  .xs\:min-w-20 {
    min-width: 5rem;
  }

  .xs\:min-w-21 {
    min-width: 5.25rem;
  }

  .xs\:min-w-22 {
    min-width: 5.5rem;
  }

  .xs\:min-w-24 {
    min-width: 6rem;
  }

  .xs\:min-w-26 {
    min-width: 6.5rem;
  }

  .xs\:min-w-28 {
    min-width: 7rem;
  }

  .xs\:min-w-30 {
    min-width: 7.5rem;
  }

  .xs\:min-w-32 {
    min-width: 8rem;
  }

  .xs\:min-w-34 {
    min-width: 8.5rem;
  }

  .xs\:min-w-36 {
    min-width: 9rem;
  }

  .xs\:min-w-38 {
    min-width: 9.5rem;
  }

  .xs\:min-w-40 {
    min-width: 10rem;
  }

  .xs\:min-w-44 {
    min-width: 11rem;
  }

  .xs\:min-w-48 {
    min-width: 12rem;
  }

  .xs\:min-w-52 {
    min-width: 13rem;
  }

  .xs\:min-w-53 {
    min-width: 13.25rem;
  }

  .xs\:min-w-54 {
    min-width: 13.5rem;
  }

  .xs\:min-w-56 {
    min-width: 14rem;
  }

  .xs\:min-w-64 {
    min-width: 16rem;
  }

  .xs\:min-w-72 {
    min-width: 18rem;
  }

  .xs\:min-w-74 {
    min-width: 18.5rem;
  }

  .xs\:min-w-76 {
    min-width: 19rem;
  }

  .xs\:min-w-80 {
    min-width: 20rem;
  }

  .xs\:min-w-85 {
    min-width: 21.25rem;
  }

  .xs\:min-w-100 {
    min-width: 25rem;
  }

  .xs\:min-w-105 {
    min-width: 26.25rem;
  }

  .xs\:min-w-107 {
    min-width: 26.4rem;
  }

  .xs\:min-w-110 {
    min-width: 27.5rem;
  }

  .xs\:min-w-120 {
    min-width: 30rem;
  }

  .xs\:min-w-130 {
    min-width: 38rem;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:min-w-screen {
    min-width: 100vh;
  }

  .xs\:min-w-px {
    min-width: 1px;
  }

  .xs\:min-w-250px {
    min-width: 250px;
  }

  .xs\:min-w-1\/2\% {
    min-width: 0.5%;
  }

  .xs\:min-w-1\% {
    min-width: 1%;
  }

  .xs\:min-w-2\% {
    min-width: 2%;
  }

  .xs\:min-w-3\% {
    min-width: 3%;
  }

  .xs\:min-w-4\% {
    min-width: 4%;
  }

  .xs\:min-w-5\% {
    min-width: 5%;
  }

  .xs\:min-w-10\% {
    min-width: 10%;
  }

  .xs\:min-w-20\% {
    min-width: 20%;
  }

  .xs\:min-w-23\% {
    min-width: 23%;
  }

  .xs\:min-w-25\% {
    min-width: 25%;
  }

  .xs\:min-w-26\% {
    min-width: 26%;
  }

  .xs\:min-w-30\% {
    min-width: 30%;
  }

  .xs\:min-w-40\% {
    min-width: 40%;
  }

  .xs\:min-w-50\% {
    min-width: 50%;
  }

  .xs\:min-w-60\% {
    min-width: 60%;
  }

  .xs\:min-w-70\% {
    min-width: 70%;
  }

  .xs\:min-w-80\% {
    min-width: 80%;
  }

  .xs\:min-w-90\% {
    min-width: 90%;
  }

  .xs\:min-w-95\% {
    min-width: 95%;
  }

  .xs\:min-w-96\% {
    min-width: 96%;
  }

  .xs\:min-w-97\% {
    min-width: 97%;
  }

  .xs\:min-w-98\% {
    min-width: 98%;
  }

  .xs\:min-w-99\% {
    min-width: 99%;
  }

  .xs\:min-w-36vh {
    min-width: 36vh;
  }

  .xs\:min-w-75vh {
    min-width: 75vh;
  }

  .xs\:min-w-78vh {
    min-width: 78vh;
  }

  .xs\:min-w-80vh {
    min-width: 80vh;
  }

  .xs\:min-w-82vh {
    min-width: 82vh;
  }

  .xs\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-5 {
    opacity: 0.05;
  }

  .xs\:opacity-10 {
    opacity: 0.1;
  }

  .xs\:opacity-20 {
    opacity: 0.2;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-30 {
    opacity: 0.3;
  }

  .xs\:opacity-40 {
    opacity: 0.4;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-60 {
    opacity: 0.6;
  }

  .xs\:opacity-70 {
    opacity: 0.7;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-80 {
    opacity: 0.8;
  }

  .xs\:opacity-90 {
    opacity: 0.9;
  }

  .xs\:opacity-95 {
    opacity: 0.95;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xs\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xs\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xs\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xs\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xs\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xs\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xs\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xs\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xs\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xs\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xs\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xs\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xs\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xs\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xs\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xs\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xs\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xs\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xs\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xs\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .group:hover .xs\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xs\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:focus .xs\:group-focus\:opacity-0 {
    opacity: 0;
  }

  .group:focus .xs\:group-focus\:opacity-5 {
    opacity: 0.05;
  }

  .group:focus .xs\:group-focus\:opacity-10 {
    opacity: 0.1;
  }

  .group:focus .xs\:group-focus\:opacity-20 {
    opacity: 0.2;
  }

  .group:focus .xs\:group-focus\:opacity-25 {
    opacity: 0.25;
  }

  .group:focus .xs\:group-focus\:opacity-30 {
    opacity: 0.3;
  }

  .group:focus .xs\:group-focus\:opacity-40 {
    opacity: 0.4;
  }

  .group:focus .xs\:group-focus\:opacity-50 {
    opacity: 0.5;
  }

  .group:focus .xs\:group-focus\:opacity-60 {
    opacity: 0.6;
  }

  .group:focus .xs\:group-focus\:opacity-70 {
    opacity: 0.7;
  }

  .group:focus .xs\:group-focus\:opacity-75 {
    opacity: 0.75;
  }

  .group:focus .xs\:group-focus\:opacity-80 {
    opacity: 0.8;
  }

  .group:focus .xs\:group-focus\:opacity-90 {
    opacity: 0.9;
  }

  .group:focus .xs\:group-focus\:opacity-95 {
    opacity: 0.95;
  }

  .group:focus .xs\:group-focus\:opacity-100 {
    opacity: 1;
  }

  .xs\:active\:opacity-0:active {
    opacity: 0;
  }

  .xs\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .xs\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .xs\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .xs\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .xs\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .xs\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .xs\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .xs\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .xs\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .xs\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .xs\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .xs\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .xs\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .xs\:active\:opacity-100:active {
    opacity: 1;
  }

  .xs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xs\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xs\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:p-1 {
    padding: 0.25rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-3 {
    padding: 0.75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-7 {
    padding: 1.75rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-9 {
    padding: 2.25rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-14 {
    padding: 3.5rem;
  }

  .xs\:p-15 {
    padding: 3.75rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-18 {
    padding: 4.5rem;
  }

  .xs\:p-20 {
    padding: 5rem;
  }

  .xs\:p-21 {
    padding: 5.25rem;
  }

  .xs\:p-22 {
    padding: 5.5rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-26 {
    padding: 6.5rem;
  }

  .xs\:p-28 {
    padding: 7rem;
  }

  .xs\:p-30 {
    padding: 7.5rem;
  }

  .xs\:p-32 {
    padding: 8rem;
  }

  .xs\:p-34 {
    padding: 8.5rem;
  }

  .xs\:p-36 {
    padding: 9rem;
  }

  .xs\:p-38 {
    padding: 9.5rem;
  }

  .xs\:p-40 {
    padding: 10rem;
  }

  .xs\:p-44 {
    padding: 11rem;
  }

  .xs\:p-48 {
    padding: 12rem;
  }

  .xs\:p-52 {
    padding: 13rem;
  }

  .xs\:p-53 {
    padding: 13.25rem;
  }

  .xs\:p-54 {
    padding: 13.5rem;
  }

  .xs\:p-56 {
    padding: 14rem;
  }

  .xs\:p-64 {
    padding: 16rem;
  }

  .xs\:p-72 {
    padding: 18rem;
  }

  .xs\:p-74 {
    padding: 18.5rem;
  }

  .xs\:p-76 {
    padding: 19rem;
  }

  .xs\:p-80 {
    padding: 20rem;
  }

  .xs\:p-85 {
    padding: 21.25rem;
  }

  .xs\:p-100 {
    padding: 25rem;
  }

  .xs\:p-105 {
    padding: 26.25rem;
  }

  .xs\:p-107 {
    padding: 26.4rem;
  }

  .xs\:p-110 {
    padding: 27.5rem;
  }

  .xs\:p-120 {
    padding: 30rem;
  }

  .xs\:p-130 {
    padding: 38rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:p-250px {
    padding: 250px;
  }

  .xs\:p-1\/2\% {
    padding: 0.5%;
  }

  .xs\:p-1\% {
    padding: 1%;
  }

  .xs\:p-2\% {
    padding: 2%;
  }

  .xs\:p-3\% {
    padding: 3%;
  }

  .xs\:p-4\% {
    padding: 4%;
  }

  .xs\:p-5\% {
    padding: 5%;
  }

  .xs\:p-10\% {
    padding: 10%;
  }

  .xs\:p-20\% {
    padding: 20%;
  }

  .xs\:p-23\% {
    padding: 23%;
  }

  .xs\:p-25\% {
    padding: 25%;
  }

  .xs\:p-26\% {
    padding: 26%;
  }

  .xs\:p-30\% {
    padding: 30%;
  }

  .xs\:p-40\% {
    padding: 40%;
  }

  .xs\:p-50\% {
    padding: 50%;
  }

  .xs\:p-60\% {
    padding: 60%;
  }

  .xs\:p-70\% {
    padding: 70%;
  }

  .xs\:p-80\% {
    padding: 80%;
  }

  .xs\:p-90\% {
    padding: 90%;
  }

  .xs\:p-95\% {
    padding: 95%;
  }

  .xs\:p-96\% {
    padding: 96%;
  }

  .xs\:p-97\% {
    padding: 97%;
  }

  .xs\:p-98\% {
    padding: 98%;
  }

  .xs\:p-99\% {
    padding: 99%;
  }

  .xs\:p-36vh {
    padding: 36vh;
  }

  .xs\:p-75vh {
    padding: 75vh;
  }

  .xs\:p-78vh {
    padding: 78vh;
  }

  .xs\:p-80vh {
    padding: 80vh;
  }

  .xs\:p-82vh {
    padding: 82vh;
  }

  .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xs\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xs\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xs\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xs\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xs\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xs\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xs\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xs\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xs\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xs\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xs\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xs\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xs\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xs\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xs\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xs\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xs\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xs\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xs\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xs\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xs\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xs\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xs\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xs\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xs\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xs\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xs\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xs\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xs\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xs\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xs\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xs\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xs\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xs\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xs\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xs\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xs\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xs\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xs\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xs\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xs\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xs\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pt-7 {
    padding-top: 1.75rem;
  }

  .xs\:pr-7 {
    padding-right: 1.75rem;
  }

  .xs\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xs\:pl-7 {
    padding-left: 1.75rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pt-9 {
    padding-top: 2.25rem;
  }

  .xs\:pr-9 {
    padding-right: 2.25rem;
  }

  .xs\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xs\:pl-9 {
    padding-left: 2.25rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pt-14 {
    padding-top: 3.5rem;
  }

  .xs\:pr-14 {
    padding-right: 3.5rem;
  }

  .xs\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xs\:pl-14 {
    padding-left: 3.5rem;
  }

  .xs\:pt-15 {
    padding-top: 3.75rem;
  }

  .xs\:pr-15 {
    padding-right: 3.75rem;
  }

  .xs\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .xs\:pl-15 {
    padding-left: 3.75rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pt-18 {
    padding-top: 4.5rem;
  }

  .xs\:pr-18 {
    padding-right: 4.5rem;
  }

  .xs\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .xs\:pl-18 {
    padding-left: 4.5rem;
  }

  .xs\:pt-20 {
    padding-top: 5rem;
  }

  .xs\:pr-20 {
    padding-right: 5rem;
  }

  .xs\:pb-20 {
    padding-bottom: 5rem;
  }

  .xs\:pl-20 {
    padding-left: 5rem;
  }

  .xs\:pt-21 {
    padding-top: 5.25rem;
  }

  .xs\:pr-21 {
    padding-right: 5.25rem;
  }

  .xs\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .xs\:pl-21 {
    padding-left: 5.25rem;
  }

  .xs\:pt-22 {
    padding-top: 5.5rem;
  }

  .xs\:pr-22 {
    padding-right: 5.5rem;
  }

  .xs\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xs\:pl-22 {
    padding-left: 5.5rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pt-26 {
    padding-top: 6.5rem;
  }

  .xs\:pr-26 {
    padding-right: 6.5rem;
  }

  .xs\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .xs\:pl-26 {
    padding-left: 6.5rem;
  }

  .xs\:pt-28 {
    padding-top: 7rem;
  }

  .xs\:pr-28 {
    padding-right: 7rem;
  }

  .xs\:pb-28 {
    padding-bottom: 7rem;
  }

  .xs\:pl-28 {
    padding-left: 7rem;
  }

  .xs\:pt-30 {
    padding-top: 7.5rem;
  }

  .xs\:pr-30 {
    padding-right: 7.5rem;
  }

  .xs\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .xs\:pl-30 {
    padding-left: 7.5rem;
  }

  .xs\:pt-32 {
    padding-top: 8rem;
  }

  .xs\:pr-32 {
    padding-right: 8rem;
  }

  .xs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xs\:pl-32 {
    padding-left: 8rem;
  }

  .xs\:pt-34 {
    padding-top: 8.5rem;
  }

  .xs\:pr-34 {
    padding-right: 8.5rem;
  }

  .xs\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .xs\:pl-34 {
    padding-left: 8.5rem;
  }

  .xs\:pt-36 {
    padding-top: 9rem;
  }

  .xs\:pr-36 {
    padding-right: 9rem;
  }

  .xs\:pb-36 {
    padding-bottom: 9rem;
  }

  .xs\:pl-36 {
    padding-left: 9rem;
  }

  .xs\:pt-38 {
    padding-top: 9.5rem;
  }

  .xs\:pr-38 {
    padding-right: 9.5rem;
  }

  .xs\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .xs\:pl-38 {
    padding-left: 9.5rem;
  }

  .xs\:pt-40 {
    padding-top: 10rem;
  }

  .xs\:pr-40 {
    padding-right: 10rem;
  }

  .xs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xs\:pl-40 {
    padding-left: 10rem;
  }

  .xs\:pt-44 {
    padding-top: 11rem;
  }

  .xs\:pr-44 {
    padding-right: 11rem;
  }

  .xs\:pb-44 {
    padding-bottom: 11rem;
  }

  .xs\:pl-44 {
    padding-left: 11rem;
  }

  .xs\:pt-48 {
    padding-top: 12rem;
  }

  .xs\:pr-48 {
    padding-right: 12rem;
  }

  .xs\:pb-48 {
    padding-bottom: 12rem;
  }

  .xs\:pl-48 {
    padding-left: 12rem;
  }

  .xs\:pt-52 {
    padding-top: 13rem;
  }

  .xs\:pr-52 {
    padding-right: 13rem;
  }

  .xs\:pb-52 {
    padding-bottom: 13rem;
  }

  .xs\:pl-52 {
    padding-left: 13rem;
  }

  .xs\:pt-53 {
    padding-top: 13.25rem;
  }

  .xs\:pr-53 {
    padding-right: 13.25rem;
  }

  .xs\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .xs\:pl-53 {
    padding-left: 13.25rem;
  }

  .xs\:pt-54 {
    padding-top: 13.5rem;
  }

  .xs\:pr-54 {
    padding-right: 13.5rem;
  }

  .xs\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .xs\:pl-54 {
    padding-left: 13.5rem;
  }

  .xs\:pt-56 {
    padding-top: 14rem;
  }

  .xs\:pr-56 {
    padding-right: 14rem;
  }

  .xs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xs\:pl-56 {
    padding-left: 14rem;
  }

  .xs\:pt-64 {
    padding-top: 16rem;
  }

  .xs\:pr-64 {
    padding-right: 16rem;
  }

  .xs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xs\:pl-64 {
    padding-left: 16rem;
  }

  .xs\:pt-72 {
    padding-top: 18rem;
  }

  .xs\:pr-72 {
    padding-right: 18rem;
  }

  .xs\:pb-72 {
    padding-bottom: 18rem;
  }

  .xs\:pl-72 {
    padding-left: 18rem;
  }

  .xs\:pt-74 {
    padding-top: 18.5rem;
  }

  .xs\:pr-74 {
    padding-right: 18.5rem;
  }

  .xs\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .xs\:pl-74 {
    padding-left: 18.5rem;
  }

  .xs\:pt-76 {
    padding-top: 19rem;
  }

  .xs\:pr-76 {
    padding-right: 19rem;
  }

  .xs\:pb-76 {
    padding-bottom: 19rem;
  }

  .xs\:pl-76 {
    padding-left: 19rem;
  }

  .xs\:pt-80 {
    padding-top: 20rem;
  }

  .xs\:pr-80 {
    padding-right: 20rem;
  }

  .xs\:pb-80 {
    padding-bottom: 20rem;
  }

  .xs\:pl-80 {
    padding-left: 20rem;
  }

  .xs\:pt-85 {
    padding-top: 21.25rem;
  }

  .xs\:pr-85 {
    padding-right: 21.25rem;
  }

  .xs\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .xs\:pl-85 {
    padding-left: 21.25rem;
  }

  .xs\:pt-100 {
    padding-top: 25rem;
  }

  .xs\:pr-100 {
    padding-right: 25rem;
  }

  .xs\:pb-100 {
    padding-bottom: 25rem;
  }

  .xs\:pl-100 {
    padding-left: 25rem;
  }

  .xs\:pt-105 {
    padding-top: 26.25rem;
  }

  .xs\:pr-105 {
    padding-right: 26.25rem;
  }

  .xs\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .xs\:pl-105 {
    padding-left: 26.25rem;
  }

  .xs\:pt-107 {
    padding-top: 26.4rem;
  }

  .xs\:pr-107 {
    padding-right: 26.4rem;
  }

  .xs\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .xs\:pl-107 {
    padding-left: 26.4rem;
  }

  .xs\:pt-110 {
    padding-top: 27.5rem;
  }

  .xs\:pr-110 {
    padding-right: 27.5rem;
  }

  .xs\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .xs\:pl-110 {
    padding-left: 27.5rem;
  }

  .xs\:pt-120 {
    padding-top: 30rem;
  }

  .xs\:pr-120 {
    padding-right: 30rem;
  }

  .xs\:pb-120 {
    padding-bottom: 30rem;
  }

  .xs\:pl-120 {
    padding-left: 30rem;
  }

  .xs\:pt-130 {
    padding-top: 38rem;
  }

  .xs\:pr-130 {
    padding-right: 38rem;
  }

  .xs\:pb-130 {
    padding-bottom: 38rem;
  }

  .xs\:pl-130 {
    padding-left: 38rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pt-250px {
    padding-top: 250px;
  }

  .xs\:pr-250px {
    padding-right: 250px;
  }

  .xs\:pb-250px {
    padding-bottom: 250px;
  }

  .xs\:pl-250px {
    padding-left: 250px;
  }

  .xs\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .xs\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .xs\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .xs\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .xs\:pt-1\% {
    padding-top: 1%;
  }

  .xs\:pr-1\% {
    padding-right: 1%;
  }

  .xs\:pb-1\% {
    padding-bottom: 1%;
  }

  .xs\:pl-1\% {
    padding-left: 1%;
  }

  .xs\:pt-2\% {
    padding-top: 2%;
  }

  .xs\:pr-2\% {
    padding-right: 2%;
  }

  .xs\:pb-2\% {
    padding-bottom: 2%;
  }

  .xs\:pl-2\% {
    padding-left: 2%;
  }

  .xs\:pt-3\% {
    padding-top: 3%;
  }

  .xs\:pr-3\% {
    padding-right: 3%;
  }

  .xs\:pb-3\% {
    padding-bottom: 3%;
  }

  .xs\:pl-3\% {
    padding-left: 3%;
  }

  .xs\:pt-4\% {
    padding-top: 4%;
  }

  .xs\:pr-4\% {
    padding-right: 4%;
  }

  .xs\:pb-4\% {
    padding-bottom: 4%;
  }

  .xs\:pl-4\% {
    padding-left: 4%;
  }

  .xs\:pt-5\% {
    padding-top: 5%;
  }

  .xs\:pr-5\% {
    padding-right: 5%;
  }

  .xs\:pb-5\% {
    padding-bottom: 5%;
  }

  .xs\:pl-5\% {
    padding-left: 5%;
  }

  .xs\:pt-10\% {
    padding-top: 10%;
  }

  .xs\:pr-10\% {
    padding-right: 10%;
  }

  .xs\:pb-10\% {
    padding-bottom: 10%;
  }

  .xs\:pl-10\% {
    padding-left: 10%;
  }

  .xs\:pt-20\% {
    padding-top: 20%;
  }

  .xs\:pr-20\% {
    padding-right: 20%;
  }

  .xs\:pb-20\% {
    padding-bottom: 20%;
  }

  .xs\:pl-20\% {
    padding-left: 20%;
  }

  .xs\:pt-23\% {
    padding-top: 23%;
  }

  .xs\:pr-23\% {
    padding-right: 23%;
  }

  .xs\:pb-23\% {
    padding-bottom: 23%;
  }

  .xs\:pl-23\% {
    padding-left: 23%;
  }

  .xs\:pt-25\% {
    padding-top: 25%;
  }

  .xs\:pr-25\% {
    padding-right: 25%;
  }

  .xs\:pb-25\% {
    padding-bottom: 25%;
  }

  .xs\:pl-25\% {
    padding-left: 25%;
  }

  .xs\:pt-26\% {
    padding-top: 26%;
  }

  .xs\:pr-26\% {
    padding-right: 26%;
  }

  .xs\:pb-26\% {
    padding-bottom: 26%;
  }

  .xs\:pl-26\% {
    padding-left: 26%;
  }

  .xs\:pt-30\% {
    padding-top: 30%;
  }

  .xs\:pr-30\% {
    padding-right: 30%;
  }

  .xs\:pb-30\% {
    padding-bottom: 30%;
  }

  .xs\:pl-30\% {
    padding-left: 30%;
  }

  .xs\:pt-40\% {
    padding-top: 40%;
  }

  .xs\:pr-40\% {
    padding-right: 40%;
  }

  .xs\:pb-40\% {
    padding-bottom: 40%;
  }

  .xs\:pl-40\% {
    padding-left: 40%;
  }

  .xs\:pt-50\% {
    padding-top: 50%;
  }

  .xs\:pr-50\% {
    padding-right: 50%;
  }

  .xs\:pb-50\% {
    padding-bottom: 50%;
  }

  .xs\:pl-50\% {
    padding-left: 50%;
  }

  .xs\:pt-60\% {
    padding-top: 60%;
  }

  .xs\:pr-60\% {
    padding-right: 60%;
  }

  .xs\:pb-60\% {
    padding-bottom: 60%;
  }

  .xs\:pl-60\% {
    padding-left: 60%;
  }

  .xs\:pt-70\% {
    padding-top: 70%;
  }

  .xs\:pr-70\% {
    padding-right: 70%;
  }

  .xs\:pb-70\% {
    padding-bottom: 70%;
  }

  .xs\:pl-70\% {
    padding-left: 70%;
  }

  .xs\:pt-80\% {
    padding-top: 80%;
  }

  .xs\:pr-80\% {
    padding-right: 80%;
  }

  .xs\:pb-80\% {
    padding-bottom: 80%;
  }

  .xs\:pl-80\% {
    padding-left: 80%;
  }

  .xs\:pt-90\% {
    padding-top: 90%;
  }

  .xs\:pr-90\% {
    padding-right: 90%;
  }

  .xs\:pb-90\% {
    padding-bottom: 90%;
  }

  .xs\:pl-90\% {
    padding-left: 90%;
  }

  .xs\:pt-95\% {
    padding-top: 95%;
  }

  .xs\:pr-95\% {
    padding-right: 95%;
  }

  .xs\:pb-95\% {
    padding-bottom: 95%;
  }

  .xs\:pl-95\% {
    padding-left: 95%;
  }

  .xs\:pt-96\% {
    padding-top: 96%;
  }

  .xs\:pr-96\% {
    padding-right: 96%;
  }

  .xs\:pb-96\% {
    padding-bottom: 96%;
  }

  .xs\:pl-96\% {
    padding-left: 96%;
  }

  .xs\:pt-97\% {
    padding-top: 97%;
  }

  .xs\:pr-97\% {
    padding-right: 97%;
  }

  .xs\:pb-97\% {
    padding-bottom: 97%;
  }

  .xs\:pl-97\% {
    padding-left: 97%;
  }

  .xs\:pt-98\% {
    padding-top: 98%;
  }

  .xs\:pr-98\% {
    padding-right: 98%;
  }

  .xs\:pb-98\% {
    padding-bottom: 98%;
  }

  .xs\:pl-98\% {
    padding-left: 98%;
  }

  .xs\:pt-99\% {
    padding-top: 99%;
  }

  .xs\:pr-99\% {
    padding-right: 99%;
  }

  .xs\:pb-99\% {
    padding-bottom: 99%;
  }

  .xs\:pl-99\% {
    padding-left: 99%;
  }

  .xs\:pt-36vh {
    padding-top: 36vh;
  }

  .xs\:pr-36vh {
    padding-right: 36vh;
  }

  .xs\:pb-36vh {
    padding-bottom: 36vh;
  }

  .xs\:pl-36vh {
    padding-left: 36vh;
  }

  .xs\:pt-75vh {
    padding-top: 75vh;
  }

  .xs\:pr-75vh {
    padding-right: 75vh;
  }

  .xs\:pb-75vh {
    padding-bottom: 75vh;
  }

  .xs\:pl-75vh {
    padding-left: 75vh;
  }

  .xs\:pt-78vh {
    padding-top: 78vh;
  }

  .xs\:pr-78vh {
    padding-right: 78vh;
  }

  .xs\:pb-78vh {
    padding-bottom: 78vh;
  }

  .xs\:pl-78vh {
    padding-left: 78vh;
  }

  .xs\:pt-80vh {
    padding-top: 80vh;
  }

  .xs\:pr-80vh {
    padding-right: 80vh;
  }

  .xs\:pb-80vh {
    padding-bottom: 80vh;
  }

  .xs\:pl-80vh {
    padding-left: 80vh;
  }

  .xs\:pt-82vh {
    padding-top: 82vh;
  }

  .xs\:pr-82vh {
    padding-right: 82vh;
  }

  .xs\:pb-82vh {
    padding-bottom: 82vh;
  }

  .xs\:pl-82vh {
    padding-left: 82vh;
  }

  .xs\:hover\:p-0:hover {
    padding: 0;
  }

  .xs\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xs\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xs\:hover\:p-3:hover {
    padding: 0.75rem;
  }

  .xs\:hover\:p-4:hover {
    padding: 1rem;
  }

  .xs\:hover\:p-5:hover {
    padding: 1.25rem;
  }

  .xs\:hover\:p-6:hover {
    padding: 1.5rem;
  }

  .xs\:hover\:p-7:hover {
    padding: 1.75rem;
  }

  .xs\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xs\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .xs\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .xs\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xs\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .xs\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .xs\:hover\:p-16:hover {
    padding: 4rem;
  }

  .xs\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .xs\:hover\:p-20:hover {
    padding: 5rem;
  }

  .xs\:hover\:p-21:hover {
    padding: 5.25rem;
  }

  .xs\:hover\:p-22:hover {
    padding: 5.5rem;
  }

  .xs\:hover\:p-24:hover {
    padding: 6rem;
  }

  .xs\:hover\:p-26:hover {
    padding: 6.5rem;
  }

  .xs\:hover\:p-28:hover {
    padding: 7rem;
  }

  .xs\:hover\:p-30:hover {
    padding: 7.5rem;
  }

  .xs\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xs\:hover\:p-34:hover {
    padding: 8.5rem;
  }

  .xs\:hover\:p-36:hover {
    padding: 9rem;
  }

  .xs\:hover\:p-38:hover {
    padding: 9.5rem;
  }

  .xs\:hover\:p-40:hover {
    padding: 10rem;
  }

  .xs\:hover\:p-44:hover {
    padding: 11rem;
  }

  .xs\:hover\:p-48:hover {
    padding: 12rem;
  }

  .xs\:hover\:p-52:hover {
    padding: 13rem;
  }

  .xs\:hover\:p-53:hover {
    padding: 13.25rem;
  }

  .xs\:hover\:p-54:hover {
    padding: 13.5rem;
  }

  .xs\:hover\:p-56:hover {
    padding: 14rem;
  }

  .xs\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xs\:hover\:p-72:hover {
    padding: 18rem;
  }

  .xs\:hover\:p-74:hover {
    padding: 18.5rem;
  }

  .xs\:hover\:p-76:hover {
    padding: 19rem;
  }

  .xs\:hover\:p-80:hover {
    padding: 20rem;
  }

  .xs\:hover\:p-85:hover {
    padding: 21.25rem;
  }

  .xs\:hover\:p-100:hover {
    padding: 25rem;
  }

  .xs\:hover\:p-105:hover {
    padding: 26.25rem;
  }

  .xs\:hover\:p-107:hover {
    padding: 26.4rem;
  }

  .xs\:hover\:p-110:hover {
    padding: 27.5rem;
  }

  .xs\:hover\:p-120:hover {
    padding: 30rem;
  }

  .xs\:hover\:p-130:hover {
    padding: 38rem;
  }

  .xs\:hover\:p-px:hover {
    padding: 1px;
  }

  .xs\:hover\:p-250px:hover {
    padding: 250px;
  }

  .xs\:hover\:p-1\/2\%:hover {
    padding: 0.5%;
  }

  .xs\:hover\:p-1\%:hover {
    padding: 1%;
  }

  .xs\:hover\:p-2\%:hover {
    padding: 2%;
  }

  .xs\:hover\:p-3\%:hover {
    padding: 3%;
  }

  .xs\:hover\:p-4\%:hover {
    padding: 4%;
  }

  .xs\:hover\:p-5\%:hover {
    padding: 5%;
  }

  .xs\:hover\:p-10\%:hover {
    padding: 10%;
  }

  .xs\:hover\:p-20\%:hover {
    padding: 20%;
  }

  .xs\:hover\:p-23\%:hover {
    padding: 23%;
  }

  .xs\:hover\:p-25\%:hover {
    padding: 25%;
  }

  .xs\:hover\:p-26\%:hover {
    padding: 26%;
  }

  .xs\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .xs\:hover\:p-40\%:hover {
    padding: 40%;
  }

  .xs\:hover\:p-50\%:hover {
    padding: 50%;
  }

  .xs\:hover\:p-60\%:hover {
    padding: 60%;
  }

  .xs\:hover\:p-70\%:hover {
    padding: 70%;
  }

  .xs\:hover\:p-80\%:hover {
    padding: 80%;
  }

  .xs\:hover\:p-90\%:hover {
    padding: 90%;
  }

  .xs\:hover\:p-95\%:hover {
    padding: 95%;
  }

  .xs\:hover\:p-96\%:hover {
    padding: 96%;
  }

  .xs\:hover\:p-97\%:hover {
    padding: 97%;
  }

  .xs\:hover\:p-98\%:hover {
    padding: 98%;
  }

  .xs\:hover\:p-99\%:hover {
    padding: 99%;
  }

  .xs\:hover\:p-36vh:hover {
    padding: 36vh;
  }

  .xs\:hover\:p-75vh:hover {
    padding: 75vh;
  }

  .xs\:hover\:p-78vh:hover {
    padding: 78vh;
  }

  .xs\:hover\:p-80vh:hover {
    padding: 80vh;
  }

  .xs\:hover\:p-82vh:hover {
    padding: 82vh;
  }

  .xs\:hover\:py-0:hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:hover\:px-0:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:hover\:py-1:hover {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:hover\:py-4:hover {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:hover\:px-4:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:hover\:py-5:hover {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:hover\:px-5:hover {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:hover\:py-6:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:hover\:px-6:hover {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:hover\:py-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:hover\:py-8:hover {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:hover\:px-8:hover {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:hover\:py-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:hover\:py-16:hover {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:hover\:px-16:hover {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:hover\:py-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:hover\:py-20:hover {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:hover\:px-20:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:hover\:py-21:hover {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:hover\:px-21:hover {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:hover\:py-22:hover {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:hover\:px-22:hover {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:hover\:py-24:hover {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:hover\:px-24:hover {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:hover\:py-26:hover {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:hover\:px-26:hover {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:hover\:py-30:hover {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:hover\:px-30:hover {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:hover\:py-32:hover {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:hover\:px-32:hover {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:hover\:py-34:hover {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:hover\:px-34:hover {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:hover\:py-38:hover {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:hover\:px-38:hover {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:hover\:py-53:hover {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xs\:hover\:px-53:hover {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xs\:hover\:py-54:hover {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xs\:hover\:px-54:hover {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xs\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:hover\:py-74:hover {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xs\:hover\:px-74:hover {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xs\:hover\:py-76:hover {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xs\:hover\:px-76:hover {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xs\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:hover\:py-85:hover {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xs\:hover\:px-85:hover {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xs\:hover\:py-100:hover {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xs\:hover\:px-100:hover {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xs\:hover\:py-105:hover {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xs\:hover\:px-105:hover {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xs\:hover\:py-107:hover {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xs\:hover\:px-107:hover {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xs\:hover\:py-110:hover {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:hover\:px-110:hover {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:hover\:py-120:hover {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:hover\:px-120:hover {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:hover\:py-130:hover {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:hover\:px-130:hover {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:hover\:py-250px:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:hover\:px-250px:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:hover\:py-1\/2\%:hover {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xs\:hover\:px-1\/2\%:hover {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xs\:hover\:py-1\%:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:hover\:px-1\%:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:hover\:py-2\%:hover {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xs\:hover\:px-2\%:hover {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xs\:hover\:py-3\%:hover {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xs\:hover\:px-3\%:hover {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xs\:hover\:py-4\%:hover {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xs\:hover\:px-4\%:hover {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xs\:hover\:py-5\%:hover {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:hover\:px-5\%:hover {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:hover\:py-10\%:hover {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:hover\:px-10\%:hover {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:hover\:py-20\%:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:hover\:px-20\%:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:hover\:py-23\%:hover {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xs\:hover\:px-23\%:hover {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xs\:hover\:py-25\%:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:hover\:px-25\%:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:hover\:py-26\%:hover {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xs\:hover\:px-26\%:hover {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xs\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:hover\:py-40\%:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:hover\:px-40\%:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:hover\:py-50\%:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:hover\:px-50\%:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:hover\:py-60\%:hover {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:hover\:px-60\%:hover {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:hover\:py-70\%:hover {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xs\:hover\:px-70\%:hover {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xs\:hover\:py-80\%:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:hover\:px-80\%:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:hover\:py-90\%:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:hover\:px-90\%:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:hover\:py-95\%:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:hover\:px-95\%:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:hover\:py-96\%:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:hover\:px-96\%:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:hover\:py-97\%:hover {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xs\:hover\:px-97\%:hover {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xs\:hover\:py-98\%:hover {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xs\:hover\:px-98\%:hover {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xs\:hover\:py-99\%:hover {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xs\:hover\:px-99\%:hover {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xs\:hover\:py-36vh:hover {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xs\:hover\:px-36vh:hover {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xs\:hover\:py-75vh:hover {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xs\:hover\:px-75vh:hover {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xs\:hover\:py-78vh:hover {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xs\:hover\:px-78vh:hover {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xs\:hover\:py-80vh:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:hover\:px-80vh:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:hover\:py-82vh:hover {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xs\:hover\:px-82vh:hover {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xs\:hover\:pt-0:hover {
    padding-top: 0;
  }

  .xs\:hover\:pr-0:hover {
    padding-right: 0;
  }

  .xs\:hover\:pb-0:hover {
    padding-bottom: 0;
  }

  .xs\:hover\:pl-0:hover {
    padding-left: 0;
  }

  .xs\:hover\:pt-1:hover {
    padding-top: 0.25rem;
  }

  .xs\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xs\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xs\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xs\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xs\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xs\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xs\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xs\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .xs\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .xs\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .xs\:hover\:pl-3:hover {
    padding-left: 0.75rem;
  }

  .xs\:hover\:pt-4:hover {
    padding-top: 1rem;
  }

  .xs\:hover\:pr-4:hover {
    padding-right: 1rem;
  }

  .xs\:hover\:pb-4:hover {
    padding-bottom: 1rem;
  }

  .xs\:hover\:pl-4:hover {
    padding-left: 1rem;
  }

  .xs\:hover\:pt-5:hover {
    padding-top: 1.25rem;
  }

  .xs\:hover\:pr-5:hover {
    padding-right: 1.25rem;
  }

  .xs\:hover\:pb-5:hover {
    padding-bottom: 1.25rem;
  }

  .xs\:hover\:pl-5:hover {
    padding-left: 1.25rem;
  }

  .xs\:hover\:pt-6:hover {
    padding-top: 1.5rem;
  }

  .xs\:hover\:pr-6:hover {
    padding-right: 1.5rem;
  }

  .xs\:hover\:pb-6:hover {
    padding-bottom: 1.5rem;
  }

  .xs\:hover\:pl-6:hover {
    padding-left: 1.5rem;
  }

  .xs\:hover\:pt-7:hover {
    padding-top: 1.75rem;
  }

  .xs\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .xs\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .xs\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .xs\:hover\:pt-8:hover {
    padding-top: 2rem;
  }

  .xs\:hover\:pr-8:hover {
    padding-right: 2rem;
  }

  .xs\:hover\:pb-8:hover {
    padding-bottom: 2rem;
  }

  .xs\:hover\:pl-8:hover {
    padding-left: 2rem;
  }

  .xs\:hover\:pt-9:hover {
    padding-top: 2.25rem;
  }

  .xs\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .xs\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .xs\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .xs\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .xs\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .xs\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .xs\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .xs\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xs\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xs\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xs\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xs\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .xs\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .xs\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .xs\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .xs\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .xs\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .xs\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .xs\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .xs\:hover\:pt-16:hover {
    padding-top: 4rem;
  }

  .xs\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .xs\:hover\:pb-16:hover {
    padding-bottom: 4rem;
  }

  .xs\:hover\:pl-16:hover {
    padding-left: 4rem;
  }

  .xs\:hover\:pt-18:hover {
    padding-top: 4.5rem;
  }

  .xs\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .xs\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .xs\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .xs\:hover\:pt-20:hover {
    padding-top: 5rem;
  }

  .xs\:hover\:pr-20:hover {
    padding-right: 5rem;
  }

  .xs\:hover\:pb-20:hover {
    padding-bottom: 5rem;
  }

  .xs\:hover\:pl-20:hover {
    padding-left: 5rem;
  }

  .xs\:hover\:pt-21:hover {
    padding-top: 5.25rem;
  }

  .xs\:hover\:pr-21:hover {
    padding-right: 5.25rem;
  }

  .xs\:hover\:pb-21:hover {
    padding-bottom: 5.25rem;
  }

  .xs\:hover\:pl-21:hover {
    padding-left: 5.25rem;
  }

  .xs\:hover\:pt-22:hover {
    padding-top: 5.5rem;
  }

  .xs\:hover\:pr-22:hover {
    padding-right: 5.5rem;
  }

  .xs\:hover\:pb-22:hover {
    padding-bottom: 5.5rem;
  }

  .xs\:hover\:pl-22:hover {
    padding-left: 5.5rem;
  }

  .xs\:hover\:pt-24:hover {
    padding-top: 6rem;
  }

  .xs\:hover\:pr-24:hover {
    padding-right: 6rem;
  }

  .xs\:hover\:pb-24:hover {
    padding-bottom: 6rem;
  }

  .xs\:hover\:pl-24:hover {
    padding-left: 6rem;
  }

  .xs\:hover\:pt-26:hover {
    padding-top: 6.5rem;
  }

  .xs\:hover\:pr-26:hover {
    padding-right: 6.5rem;
  }

  .xs\:hover\:pb-26:hover {
    padding-bottom: 6.5rem;
  }

  .xs\:hover\:pl-26:hover {
    padding-left: 6.5rem;
  }

  .xs\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .xs\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .xs\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .xs\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .xs\:hover\:pt-30:hover {
    padding-top: 7.5rem;
  }

  .xs\:hover\:pr-30:hover {
    padding-right: 7.5rem;
  }

  .xs\:hover\:pb-30:hover {
    padding-bottom: 7.5rem;
  }

  .xs\:hover\:pl-30:hover {
    padding-left: 7.5rem;
  }

  .xs\:hover\:pt-32:hover {
    padding-top: 8rem;
  }

  .xs\:hover\:pr-32:hover {
    padding-right: 8rem;
  }

  .xs\:hover\:pb-32:hover {
    padding-bottom: 8rem;
  }

  .xs\:hover\:pl-32:hover {
    padding-left: 8rem;
  }

  .xs\:hover\:pt-34:hover {
    padding-top: 8.5rem;
  }

  .xs\:hover\:pr-34:hover {
    padding-right: 8.5rem;
  }

  .xs\:hover\:pb-34:hover {
    padding-bottom: 8.5rem;
  }

  .xs\:hover\:pl-34:hover {
    padding-left: 8.5rem;
  }

  .xs\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .xs\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .xs\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .xs\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .xs\:hover\:pt-38:hover {
    padding-top: 9.5rem;
  }

  .xs\:hover\:pr-38:hover {
    padding-right: 9.5rem;
  }

  .xs\:hover\:pb-38:hover {
    padding-bottom: 9.5rem;
  }

  .xs\:hover\:pl-38:hover {
    padding-left: 9.5rem;
  }

  .xs\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .xs\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .xs\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .xs\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .xs\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .xs\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .xs\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .xs\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .xs\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .xs\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .xs\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .xs\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .xs\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .xs\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .xs\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .xs\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .xs\:hover\:pt-53:hover {
    padding-top: 13.25rem;
  }

  .xs\:hover\:pr-53:hover {
    padding-right: 13.25rem;
  }

  .xs\:hover\:pb-53:hover {
    padding-bottom: 13.25rem;
  }

  .xs\:hover\:pl-53:hover {
    padding-left: 13.25rem;
  }

  .xs\:hover\:pt-54:hover {
    padding-top: 13.5rem;
  }

  .xs\:hover\:pr-54:hover {
    padding-right: 13.5rem;
  }

  .xs\:hover\:pb-54:hover {
    padding-bottom: 13.5rem;
  }

  .xs\:hover\:pl-54:hover {
    padding-left: 13.5rem;
  }

  .xs\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .xs\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .xs\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .xs\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .xs\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xs\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xs\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xs\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xs\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .xs\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .xs\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .xs\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .xs\:hover\:pt-74:hover {
    padding-top: 18.5rem;
  }

  .xs\:hover\:pr-74:hover {
    padding-right: 18.5rem;
  }

  .xs\:hover\:pb-74:hover {
    padding-bottom: 18.5rem;
  }

  .xs\:hover\:pl-74:hover {
    padding-left: 18.5rem;
  }

  .xs\:hover\:pt-76:hover {
    padding-top: 19rem;
  }

  .xs\:hover\:pr-76:hover {
    padding-right: 19rem;
  }

  .xs\:hover\:pb-76:hover {
    padding-bottom: 19rem;
  }

  .xs\:hover\:pl-76:hover {
    padding-left: 19rem;
  }

  .xs\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .xs\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .xs\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .xs\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .xs\:hover\:pt-85:hover {
    padding-top: 21.25rem;
  }

  .xs\:hover\:pr-85:hover {
    padding-right: 21.25rem;
  }

  .xs\:hover\:pb-85:hover {
    padding-bottom: 21.25rem;
  }

  .xs\:hover\:pl-85:hover {
    padding-left: 21.25rem;
  }

  .xs\:hover\:pt-100:hover {
    padding-top: 25rem;
  }

  .xs\:hover\:pr-100:hover {
    padding-right: 25rem;
  }

  .xs\:hover\:pb-100:hover {
    padding-bottom: 25rem;
  }

  .xs\:hover\:pl-100:hover {
    padding-left: 25rem;
  }

  .xs\:hover\:pt-105:hover {
    padding-top: 26.25rem;
  }

  .xs\:hover\:pr-105:hover {
    padding-right: 26.25rem;
  }

  .xs\:hover\:pb-105:hover {
    padding-bottom: 26.25rem;
  }

  .xs\:hover\:pl-105:hover {
    padding-left: 26.25rem;
  }

  .xs\:hover\:pt-107:hover {
    padding-top: 26.4rem;
  }

  .xs\:hover\:pr-107:hover {
    padding-right: 26.4rem;
  }

  .xs\:hover\:pb-107:hover {
    padding-bottom: 26.4rem;
  }

  .xs\:hover\:pl-107:hover {
    padding-left: 26.4rem;
  }

  .xs\:hover\:pt-110:hover {
    padding-top: 27.5rem;
  }

  .xs\:hover\:pr-110:hover {
    padding-right: 27.5rem;
  }

  .xs\:hover\:pb-110:hover {
    padding-bottom: 27.5rem;
  }

  .xs\:hover\:pl-110:hover {
    padding-left: 27.5rem;
  }

  .xs\:hover\:pt-120:hover {
    padding-top: 30rem;
  }

  .xs\:hover\:pr-120:hover {
    padding-right: 30rem;
  }

  .xs\:hover\:pb-120:hover {
    padding-bottom: 30rem;
  }

  .xs\:hover\:pl-120:hover {
    padding-left: 30rem;
  }

  .xs\:hover\:pt-130:hover {
    padding-top: 38rem;
  }

  .xs\:hover\:pr-130:hover {
    padding-right: 38rem;
  }

  .xs\:hover\:pb-130:hover {
    padding-bottom: 38rem;
  }

  .xs\:hover\:pl-130:hover {
    padding-left: 38rem;
  }

  .xs\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xs\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xs\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xs\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xs\:hover\:pt-250px:hover {
    padding-top: 250px;
  }

  .xs\:hover\:pr-250px:hover {
    padding-right: 250px;
  }

  .xs\:hover\:pb-250px:hover {
    padding-bottom: 250px;
  }

  .xs\:hover\:pl-250px:hover {
    padding-left: 250px;
  }

  .xs\:hover\:pt-1\/2\%:hover {
    padding-top: 0.5%;
  }

  .xs\:hover\:pr-1\/2\%:hover {
    padding-right: 0.5%;
  }

  .xs\:hover\:pb-1\/2\%:hover {
    padding-bottom: 0.5%;
  }

  .xs\:hover\:pl-1\/2\%:hover {
    padding-left: 0.5%;
  }

  .xs\:hover\:pt-1\%:hover {
    padding-top: 1%;
  }

  .xs\:hover\:pr-1\%:hover {
    padding-right: 1%;
  }

  .xs\:hover\:pb-1\%:hover {
    padding-bottom: 1%;
  }

  .xs\:hover\:pl-1\%:hover {
    padding-left: 1%;
  }

  .xs\:hover\:pt-2\%:hover {
    padding-top: 2%;
  }

  .xs\:hover\:pr-2\%:hover {
    padding-right: 2%;
  }

  .xs\:hover\:pb-2\%:hover {
    padding-bottom: 2%;
  }

  .xs\:hover\:pl-2\%:hover {
    padding-left: 2%;
  }

  .xs\:hover\:pt-3\%:hover {
    padding-top: 3%;
  }

  .xs\:hover\:pr-3\%:hover {
    padding-right: 3%;
  }

  .xs\:hover\:pb-3\%:hover {
    padding-bottom: 3%;
  }

  .xs\:hover\:pl-3\%:hover {
    padding-left: 3%;
  }

  .xs\:hover\:pt-4\%:hover {
    padding-top: 4%;
  }

  .xs\:hover\:pr-4\%:hover {
    padding-right: 4%;
  }

  .xs\:hover\:pb-4\%:hover {
    padding-bottom: 4%;
  }

  .xs\:hover\:pl-4\%:hover {
    padding-left: 4%;
  }

  .xs\:hover\:pt-5\%:hover {
    padding-top: 5%;
  }

  .xs\:hover\:pr-5\%:hover {
    padding-right: 5%;
  }

  .xs\:hover\:pb-5\%:hover {
    padding-bottom: 5%;
  }

  .xs\:hover\:pl-5\%:hover {
    padding-left: 5%;
  }

  .xs\:hover\:pt-10\%:hover {
    padding-top: 10%;
  }

  .xs\:hover\:pr-10\%:hover {
    padding-right: 10%;
  }

  .xs\:hover\:pb-10\%:hover {
    padding-bottom: 10%;
  }

  .xs\:hover\:pl-10\%:hover {
    padding-left: 10%;
  }

  .xs\:hover\:pt-20\%:hover {
    padding-top: 20%;
  }

  .xs\:hover\:pr-20\%:hover {
    padding-right: 20%;
  }

  .xs\:hover\:pb-20\%:hover {
    padding-bottom: 20%;
  }

  .xs\:hover\:pl-20\%:hover {
    padding-left: 20%;
  }

  .xs\:hover\:pt-23\%:hover {
    padding-top: 23%;
  }

  .xs\:hover\:pr-23\%:hover {
    padding-right: 23%;
  }

  .xs\:hover\:pb-23\%:hover {
    padding-bottom: 23%;
  }

  .xs\:hover\:pl-23\%:hover {
    padding-left: 23%;
  }

  .xs\:hover\:pt-25\%:hover {
    padding-top: 25%;
  }

  .xs\:hover\:pr-25\%:hover {
    padding-right: 25%;
  }

  .xs\:hover\:pb-25\%:hover {
    padding-bottom: 25%;
  }

  .xs\:hover\:pl-25\%:hover {
    padding-left: 25%;
  }

  .xs\:hover\:pt-26\%:hover {
    padding-top: 26%;
  }

  .xs\:hover\:pr-26\%:hover {
    padding-right: 26%;
  }

  .xs\:hover\:pb-26\%:hover {
    padding-bottom: 26%;
  }

  .xs\:hover\:pl-26\%:hover {
    padding-left: 26%;
  }

  .xs\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .xs\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .xs\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .xs\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .xs\:hover\:pt-40\%:hover {
    padding-top: 40%;
  }

  .xs\:hover\:pr-40\%:hover {
    padding-right: 40%;
  }

  .xs\:hover\:pb-40\%:hover {
    padding-bottom: 40%;
  }

  .xs\:hover\:pl-40\%:hover {
    padding-left: 40%;
  }

  .xs\:hover\:pt-50\%:hover {
    padding-top: 50%;
  }

  .xs\:hover\:pr-50\%:hover {
    padding-right: 50%;
  }

  .xs\:hover\:pb-50\%:hover {
    padding-bottom: 50%;
  }

  .xs\:hover\:pl-50\%:hover {
    padding-left: 50%;
  }

  .xs\:hover\:pt-60\%:hover {
    padding-top: 60%;
  }

  .xs\:hover\:pr-60\%:hover {
    padding-right: 60%;
  }

  .xs\:hover\:pb-60\%:hover {
    padding-bottom: 60%;
  }

  .xs\:hover\:pl-60\%:hover {
    padding-left: 60%;
  }

  .xs\:hover\:pt-70\%:hover {
    padding-top: 70%;
  }

  .xs\:hover\:pr-70\%:hover {
    padding-right: 70%;
  }

  .xs\:hover\:pb-70\%:hover {
    padding-bottom: 70%;
  }

  .xs\:hover\:pl-70\%:hover {
    padding-left: 70%;
  }

  .xs\:hover\:pt-80\%:hover {
    padding-top: 80%;
  }

  .xs\:hover\:pr-80\%:hover {
    padding-right: 80%;
  }

  .xs\:hover\:pb-80\%:hover {
    padding-bottom: 80%;
  }

  .xs\:hover\:pl-80\%:hover {
    padding-left: 80%;
  }

  .xs\:hover\:pt-90\%:hover {
    padding-top: 90%;
  }

  .xs\:hover\:pr-90\%:hover {
    padding-right: 90%;
  }

  .xs\:hover\:pb-90\%:hover {
    padding-bottom: 90%;
  }

  .xs\:hover\:pl-90\%:hover {
    padding-left: 90%;
  }

  .xs\:hover\:pt-95\%:hover {
    padding-top: 95%;
  }

  .xs\:hover\:pr-95\%:hover {
    padding-right: 95%;
  }

  .xs\:hover\:pb-95\%:hover {
    padding-bottom: 95%;
  }

  .xs\:hover\:pl-95\%:hover {
    padding-left: 95%;
  }

  .xs\:hover\:pt-96\%:hover {
    padding-top: 96%;
  }

  .xs\:hover\:pr-96\%:hover {
    padding-right: 96%;
  }

  .xs\:hover\:pb-96\%:hover {
    padding-bottom: 96%;
  }

  .xs\:hover\:pl-96\%:hover {
    padding-left: 96%;
  }

  .xs\:hover\:pt-97\%:hover {
    padding-top: 97%;
  }

  .xs\:hover\:pr-97\%:hover {
    padding-right: 97%;
  }

  .xs\:hover\:pb-97\%:hover {
    padding-bottom: 97%;
  }

  .xs\:hover\:pl-97\%:hover {
    padding-left: 97%;
  }

  .xs\:hover\:pt-98\%:hover {
    padding-top: 98%;
  }

  .xs\:hover\:pr-98\%:hover {
    padding-right: 98%;
  }

  .xs\:hover\:pb-98\%:hover {
    padding-bottom: 98%;
  }

  .xs\:hover\:pl-98\%:hover {
    padding-left: 98%;
  }

  .xs\:hover\:pt-99\%:hover {
    padding-top: 99%;
  }

  .xs\:hover\:pr-99\%:hover {
    padding-right: 99%;
  }

  .xs\:hover\:pb-99\%:hover {
    padding-bottom: 99%;
  }

  .xs\:hover\:pl-99\%:hover {
    padding-left: 99%;
  }

  .xs\:hover\:pt-36vh:hover {
    padding-top: 36vh;
  }

  .xs\:hover\:pr-36vh:hover {
    padding-right: 36vh;
  }

  .xs\:hover\:pb-36vh:hover {
    padding-bottom: 36vh;
  }

  .xs\:hover\:pl-36vh:hover {
    padding-left: 36vh;
  }

  .xs\:hover\:pt-75vh:hover {
    padding-top: 75vh;
  }

  .xs\:hover\:pr-75vh:hover {
    padding-right: 75vh;
  }

  .xs\:hover\:pb-75vh:hover {
    padding-bottom: 75vh;
  }

  .xs\:hover\:pl-75vh:hover {
    padding-left: 75vh;
  }

  .xs\:hover\:pt-78vh:hover {
    padding-top: 78vh;
  }

  .xs\:hover\:pr-78vh:hover {
    padding-right: 78vh;
  }

  .xs\:hover\:pb-78vh:hover {
    padding-bottom: 78vh;
  }

  .xs\:hover\:pl-78vh:hover {
    padding-left: 78vh;
  }

  .xs\:hover\:pt-80vh:hover {
    padding-top: 80vh;
  }

  .xs\:hover\:pr-80vh:hover {
    padding-right: 80vh;
  }

  .xs\:hover\:pb-80vh:hover {
    padding-bottom: 80vh;
  }

  .xs\:hover\:pl-80vh:hover {
    padding-left: 80vh;
  }

  .xs\:hover\:pt-82vh:hover {
    padding-top: 82vh;
  }

  .xs\:hover\:pr-82vh:hover {
    padding-right: 82vh;
  }

  .xs\:hover\:pb-82vh:hover {
    padding-bottom: 82vh;
  }

  .xs\:hover\:pl-82vh:hover {
    padding-left: 82vh;
  }

  .xs\:focus\:p-0:focus {
    padding: 0;
  }

  .xs\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .xs\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .xs\:focus\:p-3:focus {
    padding: 0.75rem;
  }

  .xs\:focus\:p-4:focus {
    padding: 1rem;
  }

  .xs\:focus\:p-5:focus {
    padding: 1.25rem;
  }

  .xs\:focus\:p-6:focus {
    padding: 1.5rem;
  }

  .xs\:focus\:p-7:focus {
    padding: 1.75rem;
  }

  .xs\:focus\:p-8:focus {
    padding: 2rem;
  }

  .xs\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .xs\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .xs\:focus\:p-12:focus {
    padding: 3rem;
  }

  .xs\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .xs\:focus\:p-15:focus {
    padding: 3.75rem;
  }

  .xs\:focus\:p-16:focus {
    padding: 4rem;
  }

  .xs\:focus\:p-18:focus {
    padding: 4.5rem;
  }

  .xs\:focus\:p-20:focus {
    padding: 5rem;
  }

  .xs\:focus\:p-21:focus {
    padding: 5.25rem;
  }

  .xs\:focus\:p-22:focus {
    padding: 5.5rem;
  }

  .xs\:focus\:p-24:focus {
    padding: 6rem;
  }

  .xs\:focus\:p-26:focus {
    padding: 6.5rem;
  }

  .xs\:focus\:p-28:focus {
    padding: 7rem;
  }

  .xs\:focus\:p-30:focus {
    padding: 7.5rem;
  }

  .xs\:focus\:p-32:focus {
    padding: 8rem;
  }

  .xs\:focus\:p-34:focus {
    padding: 8.5rem;
  }

  .xs\:focus\:p-36:focus {
    padding: 9rem;
  }

  .xs\:focus\:p-38:focus {
    padding: 9.5rem;
  }

  .xs\:focus\:p-40:focus {
    padding: 10rem;
  }

  .xs\:focus\:p-44:focus {
    padding: 11rem;
  }

  .xs\:focus\:p-48:focus {
    padding: 12rem;
  }

  .xs\:focus\:p-52:focus {
    padding: 13rem;
  }

  .xs\:focus\:p-53:focus {
    padding: 13.25rem;
  }

  .xs\:focus\:p-54:focus {
    padding: 13.5rem;
  }

  .xs\:focus\:p-56:focus {
    padding: 14rem;
  }

  .xs\:focus\:p-64:focus {
    padding: 16rem;
  }

  .xs\:focus\:p-72:focus {
    padding: 18rem;
  }

  .xs\:focus\:p-74:focus {
    padding: 18.5rem;
  }

  .xs\:focus\:p-76:focus {
    padding: 19rem;
  }

  .xs\:focus\:p-80:focus {
    padding: 20rem;
  }

  .xs\:focus\:p-85:focus {
    padding: 21.25rem;
  }

  .xs\:focus\:p-100:focus {
    padding: 25rem;
  }

  .xs\:focus\:p-105:focus {
    padding: 26.25rem;
  }

  .xs\:focus\:p-107:focus {
    padding: 26.4rem;
  }

  .xs\:focus\:p-110:focus {
    padding: 27.5rem;
  }

  .xs\:focus\:p-120:focus {
    padding: 30rem;
  }

  .xs\:focus\:p-130:focus {
    padding: 38rem;
  }

  .xs\:focus\:p-px:focus {
    padding: 1px;
  }

  .xs\:focus\:p-250px:focus {
    padding: 250px;
  }

  .xs\:focus\:p-1\/2\%:focus {
    padding: 0.5%;
  }

  .xs\:focus\:p-1\%:focus {
    padding: 1%;
  }

  .xs\:focus\:p-2\%:focus {
    padding: 2%;
  }

  .xs\:focus\:p-3\%:focus {
    padding: 3%;
  }

  .xs\:focus\:p-4\%:focus {
    padding: 4%;
  }

  .xs\:focus\:p-5\%:focus {
    padding: 5%;
  }

  .xs\:focus\:p-10\%:focus {
    padding: 10%;
  }

  .xs\:focus\:p-20\%:focus {
    padding: 20%;
  }

  .xs\:focus\:p-23\%:focus {
    padding: 23%;
  }

  .xs\:focus\:p-25\%:focus {
    padding: 25%;
  }

  .xs\:focus\:p-26\%:focus {
    padding: 26%;
  }

  .xs\:focus\:p-30\%:focus {
    padding: 30%;
  }

  .xs\:focus\:p-40\%:focus {
    padding: 40%;
  }

  .xs\:focus\:p-50\%:focus {
    padding: 50%;
  }

  .xs\:focus\:p-60\%:focus {
    padding: 60%;
  }

  .xs\:focus\:p-70\%:focus {
    padding: 70%;
  }

  .xs\:focus\:p-80\%:focus {
    padding: 80%;
  }

  .xs\:focus\:p-90\%:focus {
    padding: 90%;
  }

  .xs\:focus\:p-95\%:focus {
    padding: 95%;
  }

  .xs\:focus\:p-96\%:focus {
    padding: 96%;
  }

  .xs\:focus\:p-97\%:focus {
    padding: 97%;
  }

  .xs\:focus\:p-98\%:focus {
    padding: 98%;
  }

  .xs\:focus\:p-99\%:focus {
    padding: 99%;
  }

  .xs\:focus\:p-36vh:focus {
    padding: 36vh;
  }

  .xs\:focus\:p-75vh:focus {
    padding: 75vh;
  }

  .xs\:focus\:p-78vh:focus {
    padding: 78vh;
  }

  .xs\:focus\:p-80vh:focus {
    padding: 80vh;
  }

  .xs\:focus\:p-82vh:focus {
    padding: 82vh;
  }

  .xs\:focus\:py-0:focus {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:focus\:px-0:focus {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:focus\:py-1:focus {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:focus\:py-4:focus {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:focus\:px-4:focus {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:focus\:py-5:focus {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:focus\:px-5:focus {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:focus\:py-6:focus {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:focus\:px-6:focus {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:focus\:py-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:focus\:py-8:focus {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:focus\:px-8:focus {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:focus\:py-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:focus\:py-10:focus {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:focus\:px-10:focus {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:focus\:py-12:focus {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:focus\:px-12:focus {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:focus\:py-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:focus\:py-15:focus {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:focus\:px-15:focus {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:focus\:py-16:focus {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:focus\:px-16:focus {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:focus\:py-18:focus {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:focus\:px-18:focus {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:focus\:py-20:focus {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:focus\:px-20:focus {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:focus\:py-21:focus {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:focus\:px-21:focus {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:focus\:py-22:focus {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:focus\:px-22:focus {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:focus\:py-24:focus {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:focus\:px-24:focus {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:focus\:py-26:focus {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:focus\:px-26:focus {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:focus\:py-30:focus {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:focus\:px-30:focus {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:focus\:py-32:focus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:focus\:px-32:focus {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:focus\:py-34:focus {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:focus\:px-34:focus {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:focus\:py-38:focus {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:focus\:px-38:focus {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:focus\:py-53:focus {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xs\:focus\:px-53:focus {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xs\:focus\:py-54:focus {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xs\:focus\:px-54:focus {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xs\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:focus\:py-74:focus {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xs\:focus\:px-74:focus {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xs\:focus\:py-76:focus {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xs\:focus\:px-76:focus {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xs\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:focus\:py-85:focus {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xs\:focus\:px-85:focus {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xs\:focus\:py-100:focus {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xs\:focus\:px-100:focus {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xs\:focus\:py-105:focus {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xs\:focus\:px-105:focus {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xs\:focus\:py-107:focus {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xs\:focus\:px-107:focus {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xs\:focus\:py-110:focus {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:focus\:px-110:focus {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:focus\:py-120:focus {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:focus\:px-120:focus {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:focus\:py-130:focus {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:focus\:px-130:focus {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:focus\:py-250px:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:focus\:px-250px:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:focus\:py-1\/2\%:focus {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xs\:focus\:px-1\/2\%:focus {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xs\:focus\:py-1\%:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:focus\:px-1\%:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:focus\:py-2\%:focus {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xs\:focus\:px-2\%:focus {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xs\:focus\:py-3\%:focus {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xs\:focus\:px-3\%:focus {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xs\:focus\:py-4\%:focus {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xs\:focus\:px-4\%:focus {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xs\:focus\:py-5\%:focus {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:focus\:px-5\%:focus {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:focus\:py-10\%:focus {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:focus\:px-10\%:focus {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:focus\:py-20\%:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:focus\:px-20\%:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:focus\:py-23\%:focus {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xs\:focus\:px-23\%:focus {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xs\:focus\:py-25\%:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:focus\:px-25\%:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:focus\:py-26\%:focus {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xs\:focus\:px-26\%:focus {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xs\:focus\:py-30\%:focus {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:focus\:px-30\%:focus {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:focus\:py-40\%:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:focus\:px-40\%:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:focus\:py-50\%:focus {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:focus\:px-50\%:focus {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:focus\:py-60\%:focus {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:focus\:px-60\%:focus {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:focus\:py-70\%:focus {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xs\:focus\:px-70\%:focus {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xs\:focus\:py-80\%:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:focus\:px-80\%:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:focus\:py-90\%:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:focus\:px-90\%:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:focus\:py-95\%:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:focus\:px-95\%:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:focus\:py-96\%:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:focus\:px-96\%:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:focus\:py-97\%:focus {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xs\:focus\:px-97\%:focus {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xs\:focus\:py-98\%:focus {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xs\:focus\:px-98\%:focus {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xs\:focus\:py-99\%:focus {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xs\:focus\:px-99\%:focus {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xs\:focus\:py-36vh:focus {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xs\:focus\:px-36vh:focus {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xs\:focus\:py-75vh:focus {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xs\:focus\:px-75vh:focus {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xs\:focus\:py-78vh:focus {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xs\:focus\:px-78vh:focus {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xs\:focus\:py-80vh:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:focus\:px-80vh:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:focus\:py-82vh:focus {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xs\:focus\:px-82vh:focus {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xs\:focus\:pt-0:focus {
    padding-top: 0;
  }

  .xs\:focus\:pr-0:focus {
    padding-right: 0;
  }

  .xs\:focus\:pb-0:focus {
    padding-bottom: 0;
  }

  .xs\:focus\:pl-0:focus {
    padding-left: 0;
  }

  .xs\:focus\:pt-1:focus {
    padding-top: 0.25rem;
  }

  .xs\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .xs\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .xs\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .xs\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .xs\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .xs\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .xs\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .xs\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .xs\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .xs\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .xs\:focus\:pl-3:focus {
    padding-left: 0.75rem;
  }

  .xs\:focus\:pt-4:focus {
    padding-top: 1rem;
  }

  .xs\:focus\:pr-4:focus {
    padding-right: 1rem;
  }

  .xs\:focus\:pb-4:focus {
    padding-bottom: 1rem;
  }

  .xs\:focus\:pl-4:focus {
    padding-left: 1rem;
  }

  .xs\:focus\:pt-5:focus {
    padding-top: 1.25rem;
  }

  .xs\:focus\:pr-5:focus {
    padding-right: 1.25rem;
  }

  .xs\:focus\:pb-5:focus {
    padding-bottom: 1.25rem;
  }

  .xs\:focus\:pl-5:focus {
    padding-left: 1.25rem;
  }

  .xs\:focus\:pt-6:focus {
    padding-top: 1.5rem;
  }

  .xs\:focus\:pr-6:focus {
    padding-right: 1.5rem;
  }

  .xs\:focus\:pb-6:focus {
    padding-bottom: 1.5rem;
  }

  .xs\:focus\:pl-6:focus {
    padding-left: 1.5rem;
  }

  .xs\:focus\:pt-7:focus {
    padding-top: 1.75rem;
  }

  .xs\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .xs\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .xs\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .xs\:focus\:pt-8:focus {
    padding-top: 2rem;
  }

  .xs\:focus\:pr-8:focus {
    padding-right: 2rem;
  }

  .xs\:focus\:pb-8:focus {
    padding-bottom: 2rem;
  }

  .xs\:focus\:pl-8:focus {
    padding-left: 2rem;
  }

  .xs\:focus\:pt-9:focus {
    padding-top: 2.25rem;
  }

  .xs\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .xs\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .xs\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .xs\:focus\:pt-10:focus {
    padding-top: 2.5rem;
  }

  .xs\:focus\:pr-10:focus {
    padding-right: 2.5rem;
  }

  .xs\:focus\:pb-10:focus {
    padding-bottom: 2.5rem;
  }

  .xs\:focus\:pl-10:focus {
    padding-left: 2.5rem;
  }

  .xs\:focus\:pt-12:focus {
    padding-top: 3rem;
  }

  .xs\:focus\:pr-12:focus {
    padding-right: 3rem;
  }

  .xs\:focus\:pb-12:focus {
    padding-bottom: 3rem;
  }

  .xs\:focus\:pl-12:focus {
    padding-left: 3rem;
  }

  .xs\:focus\:pt-14:focus {
    padding-top: 3.5rem;
  }

  .xs\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .xs\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .xs\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .xs\:focus\:pt-15:focus {
    padding-top: 3.75rem;
  }

  .xs\:focus\:pr-15:focus {
    padding-right: 3.75rem;
  }

  .xs\:focus\:pb-15:focus {
    padding-bottom: 3.75rem;
  }

  .xs\:focus\:pl-15:focus {
    padding-left: 3.75rem;
  }

  .xs\:focus\:pt-16:focus {
    padding-top: 4rem;
  }

  .xs\:focus\:pr-16:focus {
    padding-right: 4rem;
  }

  .xs\:focus\:pb-16:focus {
    padding-bottom: 4rem;
  }

  .xs\:focus\:pl-16:focus {
    padding-left: 4rem;
  }

  .xs\:focus\:pt-18:focus {
    padding-top: 4.5rem;
  }

  .xs\:focus\:pr-18:focus {
    padding-right: 4.5rem;
  }

  .xs\:focus\:pb-18:focus {
    padding-bottom: 4.5rem;
  }

  .xs\:focus\:pl-18:focus {
    padding-left: 4.5rem;
  }

  .xs\:focus\:pt-20:focus {
    padding-top: 5rem;
  }

  .xs\:focus\:pr-20:focus {
    padding-right: 5rem;
  }

  .xs\:focus\:pb-20:focus {
    padding-bottom: 5rem;
  }

  .xs\:focus\:pl-20:focus {
    padding-left: 5rem;
  }

  .xs\:focus\:pt-21:focus {
    padding-top: 5.25rem;
  }

  .xs\:focus\:pr-21:focus {
    padding-right: 5.25rem;
  }

  .xs\:focus\:pb-21:focus {
    padding-bottom: 5.25rem;
  }

  .xs\:focus\:pl-21:focus {
    padding-left: 5.25rem;
  }

  .xs\:focus\:pt-22:focus {
    padding-top: 5.5rem;
  }

  .xs\:focus\:pr-22:focus {
    padding-right: 5.5rem;
  }

  .xs\:focus\:pb-22:focus {
    padding-bottom: 5.5rem;
  }

  .xs\:focus\:pl-22:focus {
    padding-left: 5.5rem;
  }

  .xs\:focus\:pt-24:focus {
    padding-top: 6rem;
  }

  .xs\:focus\:pr-24:focus {
    padding-right: 6rem;
  }

  .xs\:focus\:pb-24:focus {
    padding-bottom: 6rem;
  }

  .xs\:focus\:pl-24:focus {
    padding-left: 6rem;
  }

  .xs\:focus\:pt-26:focus {
    padding-top: 6.5rem;
  }

  .xs\:focus\:pr-26:focus {
    padding-right: 6.5rem;
  }

  .xs\:focus\:pb-26:focus {
    padding-bottom: 6.5rem;
  }

  .xs\:focus\:pl-26:focus {
    padding-left: 6.5rem;
  }

  .xs\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .xs\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .xs\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .xs\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .xs\:focus\:pt-30:focus {
    padding-top: 7.5rem;
  }

  .xs\:focus\:pr-30:focus {
    padding-right: 7.5rem;
  }

  .xs\:focus\:pb-30:focus {
    padding-bottom: 7.5rem;
  }

  .xs\:focus\:pl-30:focus {
    padding-left: 7.5rem;
  }

  .xs\:focus\:pt-32:focus {
    padding-top: 8rem;
  }

  .xs\:focus\:pr-32:focus {
    padding-right: 8rem;
  }

  .xs\:focus\:pb-32:focus {
    padding-bottom: 8rem;
  }

  .xs\:focus\:pl-32:focus {
    padding-left: 8rem;
  }

  .xs\:focus\:pt-34:focus {
    padding-top: 8.5rem;
  }

  .xs\:focus\:pr-34:focus {
    padding-right: 8.5rem;
  }

  .xs\:focus\:pb-34:focus {
    padding-bottom: 8.5rem;
  }

  .xs\:focus\:pl-34:focus {
    padding-left: 8.5rem;
  }

  .xs\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .xs\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .xs\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .xs\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .xs\:focus\:pt-38:focus {
    padding-top: 9.5rem;
  }

  .xs\:focus\:pr-38:focus {
    padding-right: 9.5rem;
  }

  .xs\:focus\:pb-38:focus {
    padding-bottom: 9.5rem;
  }

  .xs\:focus\:pl-38:focus {
    padding-left: 9.5rem;
  }

  .xs\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .xs\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .xs\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .xs\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .xs\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .xs\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .xs\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .xs\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .xs\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .xs\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .xs\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .xs\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .xs\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .xs\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .xs\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .xs\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .xs\:focus\:pt-53:focus {
    padding-top: 13.25rem;
  }

  .xs\:focus\:pr-53:focus {
    padding-right: 13.25rem;
  }

  .xs\:focus\:pb-53:focus {
    padding-bottom: 13.25rem;
  }

  .xs\:focus\:pl-53:focus {
    padding-left: 13.25rem;
  }

  .xs\:focus\:pt-54:focus {
    padding-top: 13.5rem;
  }

  .xs\:focus\:pr-54:focus {
    padding-right: 13.5rem;
  }

  .xs\:focus\:pb-54:focus {
    padding-bottom: 13.5rem;
  }

  .xs\:focus\:pl-54:focus {
    padding-left: 13.5rem;
  }

  .xs\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .xs\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .xs\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .xs\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .xs\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .xs\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .xs\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .xs\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .xs\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .xs\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .xs\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .xs\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .xs\:focus\:pt-74:focus {
    padding-top: 18.5rem;
  }

  .xs\:focus\:pr-74:focus {
    padding-right: 18.5rem;
  }

  .xs\:focus\:pb-74:focus {
    padding-bottom: 18.5rem;
  }

  .xs\:focus\:pl-74:focus {
    padding-left: 18.5rem;
  }

  .xs\:focus\:pt-76:focus {
    padding-top: 19rem;
  }

  .xs\:focus\:pr-76:focus {
    padding-right: 19rem;
  }

  .xs\:focus\:pb-76:focus {
    padding-bottom: 19rem;
  }

  .xs\:focus\:pl-76:focus {
    padding-left: 19rem;
  }

  .xs\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .xs\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .xs\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .xs\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .xs\:focus\:pt-85:focus {
    padding-top: 21.25rem;
  }

  .xs\:focus\:pr-85:focus {
    padding-right: 21.25rem;
  }

  .xs\:focus\:pb-85:focus {
    padding-bottom: 21.25rem;
  }

  .xs\:focus\:pl-85:focus {
    padding-left: 21.25rem;
  }

  .xs\:focus\:pt-100:focus {
    padding-top: 25rem;
  }

  .xs\:focus\:pr-100:focus {
    padding-right: 25rem;
  }

  .xs\:focus\:pb-100:focus {
    padding-bottom: 25rem;
  }

  .xs\:focus\:pl-100:focus {
    padding-left: 25rem;
  }

  .xs\:focus\:pt-105:focus {
    padding-top: 26.25rem;
  }

  .xs\:focus\:pr-105:focus {
    padding-right: 26.25rem;
  }

  .xs\:focus\:pb-105:focus {
    padding-bottom: 26.25rem;
  }

  .xs\:focus\:pl-105:focus {
    padding-left: 26.25rem;
  }

  .xs\:focus\:pt-107:focus {
    padding-top: 26.4rem;
  }

  .xs\:focus\:pr-107:focus {
    padding-right: 26.4rem;
  }

  .xs\:focus\:pb-107:focus {
    padding-bottom: 26.4rem;
  }

  .xs\:focus\:pl-107:focus {
    padding-left: 26.4rem;
  }

  .xs\:focus\:pt-110:focus {
    padding-top: 27.5rem;
  }

  .xs\:focus\:pr-110:focus {
    padding-right: 27.5rem;
  }

  .xs\:focus\:pb-110:focus {
    padding-bottom: 27.5rem;
  }

  .xs\:focus\:pl-110:focus {
    padding-left: 27.5rem;
  }

  .xs\:focus\:pt-120:focus {
    padding-top: 30rem;
  }

  .xs\:focus\:pr-120:focus {
    padding-right: 30rem;
  }

  .xs\:focus\:pb-120:focus {
    padding-bottom: 30rem;
  }

  .xs\:focus\:pl-120:focus {
    padding-left: 30rem;
  }

  .xs\:focus\:pt-130:focus {
    padding-top: 38rem;
  }

  .xs\:focus\:pr-130:focus {
    padding-right: 38rem;
  }

  .xs\:focus\:pb-130:focus {
    padding-bottom: 38rem;
  }

  .xs\:focus\:pl-130:focus {
    padding-left: 38rem;
  }

  .xs\:focus\:pt-px:focus {
    padding-top: 1px;
  }

  .xs\:focus\:pr-px:focus {
    padding-right: 1px;
  }

  .xs\:focus\:pb-px:focus {
    padding-bottom: 1px;
  }

  .xs\:focus\:pl-px:focus {
    padding-left: 1px;
  }

  .xs\:focus\:pt-250px:focus {
    padding-top: 250px;
  }

  .xs\:focus\:pr-250px:focus {
    padding-right: 250px;
  }

  .xs\:focus\:pb-250px:focus {
    padding-bottom: 250px;
  }

  .xs\:focus\:pl-250px:focus {
    padding-left: 250px;
  }

  .xs\:focus\:pt-1\/2\%:focus {
    padding-top: 0.5%;
  }

  .xs\:focus\:pr-1\/2\%:focus {
    padding-right: 0.5%;
  }

  .xs\:focus\:pb-1\/2\%:focus {
    padding-bottom: 0.5%;
  }

  .xs\:focus\:pl-1\/2\%:focus {
    padding-left: 0.5%;
  }

  .xs\:focus\:pt-1\%:focus {
    padding-top: 1%;
  }

  .xs\:focus\:pr-1\%:focus {
    padding-right: 1%;
  }

  .xs\:focus\:pb-1\%:focus {
    padding-bottom: 1%;
  }

  .xs\:focus\:pl-1\%:focus {
    padding-left: 1%;
  }

  .xs\:focus\:pt-2\%:focus {
    padding-top: 2%;
  }

  .xs\:focus\:pr-2\%:focus {
    padding-right: 2%;
  }

  .xs\:focus\:pb-2\%:focus {
    padding-bottom: 2%;
  }

  .xs\:focus\:pl-2\%:focus {
    padding-left: 2%;
  }

  .xs\:focus\:pt-3\%:focus {
    padding-top: 3%;
  }

  .xs\:focus\:pr-3\%:focus {
    padding-right: 3%;
  }

  .xs\:focus\:pb-3\%:focus {
    padding-bottom: 3%;
  }

  .xs\:focus\:pl-3\%:focus {
    padding-left: 3%;
  }

  .xs\:focus\:pt-4\%:focus {
    padding-top: 4%;
  }

  .xs\:focus\:pr-4\%:focus {
    padding-right: 4%;
  }

  .xs\:focus\:pb-4\%:focus {
    padding-bottom: 4%;
  }

  .xs\:focus\:pl-4\%:focus {
    padding-left: 4%;
  }

  .xs\:focus\:pt-5\%:focus {
    padding-top: 5%;
  }

  .xs\:focus\:pr-5\%:focus {
    padding-right: 5%;
  }

  .xs\:focus\:pb-5\%:focus {
    padding-bottom: 5%;
  }

  .xs\:focus\:pl-5\%:focus {
    padding-left: 5%;
  }

  .xs\:focus\:pt-10\%:focus {
    padding-top: 10%;
  }

  .xs\:focus\:pr-10\%:focus {
    padding-right: 10%;
  }

  .xs\:focus\:pb-10\%:focus {
    padding-bottom: 10%;
  }

  .xs\:focus\:pl-10\%:focus {
    padding-left: 10%;
  }

  .xs\:focus\:pt-20\%:focus {
    padding-top: 20%;
  }

  .xs\:focus\:pr-20\%:focus {
    padding-right: 20%;
  }

  .xs\:focus\:pb-20\%:focus {
    padding-bottom: 20%;
  }

  .xs\:focus\:pl-20\%:focus {
    padding-left: 20%;
  }

  .xs\:focus\:pt-23\%:focus {
    padding-top: 23%;
  }

  .xs\:focus\:pr-23\%:focus {
    padding-right: 23%;
  }

  .xs\:focus\:pb-23\%:focus {
    padding-bottom: 23%;
  }

  .xs\:focus\:pl-23\%:focus {
    padding-left: 23%;
  }

  .xs\:focus\:pt-25\%:focus {
    padding-top: 25%;
  }

  .xs\:focus\:pr-25\%:focus {
    padding-right: 25%;
  }

  .xs\:focus\:pb-25\%:focus {
    padding-bottom: 25%;
  }

  .xs\:focus\:pl-25\%:focus {
    padding-left: 25%;
  }

  .xs\:focus\:pt-26\%:focus {
    padding-top: 26%;
  }

  .xs\:focus\:pr-26\%:focus {
    padding-right: 26%;
  }

  .xs\:focus\:pb-26\%:focus {
    padding-bottom: 26%;
  }

  .xs\:focus\:pl-26\%:focus {
    padding-left: 26%;
  }

  .xs\:focus\:pt-30\%:focus {
    padding-top: 30%;
  }

  .xs\:focus\:pr-30\%:focus {
    padding-right: 30%;
  }

  .xs\:focus\:pb-30\%:focus {
    padding-bottom: 30%;
  }

  .xs\:focus\:pl-30\%:focus {
    padding-left: 30%;
  }

  .xs\:focus\:pt-40\%:focus {
    padding-top: 40%;
  }

  .xs\:focus\:pr-40\%:focus {
    padding-right: 40%;
  }

  .xs\:focus\:pb-40\%:focus {
    padding-bottom: 40%;
  }

  .xs\:focus\:pl-40\%:focus {
    padding-left: 40%;
  }

  .xs\:focus\:pt-50\%:focus {
    padding-top: 50%;
  }

  .xs\:focus\:pr-50\%:focus {
    padding-right: 50%;
  }

  .xs\:focus\:pb-50\%:focus {
    padding-bottom: 50%;
  }

  .xs\:focus\:pl-50\%:focus {
    padding-left: 50%;
  }

  .xs\:focus\:pt-60\%:focus {
    padding-top: 60%;
  }

  .xs\:focus\:pr-60\%:focus {
    padding-right: 60%;
  }

  .xs\:focus\:pb-60\%:focus {
    padding-bottom: 60%;
  }

  .xs\:focus\:pl-60\%:focus {
    padding-left: 60%;
  }

  .xs\:focus\:pt-70\%:focus {
    padding-top: 70%;
  }

  .xs\:focus\:pr-70\%:focus {
    padding-right: 70%;
  }

  .xs\:focus\:pb-70\%:focus {
    padding-bottom: 70%;
  }

  .xs\:focus\:pl-70\%:focus {
    padding-left: 70%;
  }

  .xs\:focus\:pt-80\%:focus {
    padding-top: 80%;
  }

  .xs\:focus\:pr-80\%:focus {
    padding-right: 80%;
  }

  .xs\:focus\:pb-80\%:focus {
    padding-bottom: 80%;
  }

  .xs\:focus\:pl-80\%:focus {
    padding-left: 80%;
  }

  .xs\:focus\:pt-90\%:focus {
    padding-top: 90%;
  }

  .xs\:focus\:pr-90\%:focus {
    padding-right: 90%;
  }

  .xs\:focus\:pb-90\%:focus {
    padding-bottom: 90%;
  }

  .xs\:focus\:pl-90\%:focus {
    padding-left: 90%;
  }

  .xs\:focus\:pt-95\%:focus {
    padding-top: 95%;
  }

  .xs\:focus\:pr-95\%:focus {
    padding-right: 95%;
  }

  .xs\:focus\:pb-95\%:focus {
    padding-bottom: 95%;
  }

  .xs\:focus\:pl-95\%:focus {
    padding-left: 95%;
  }

  .xs\:focus\:pt-96\%:focus {
    padding-top: 96%;
  }

  .xs\:focus\:pr-96\%:focus {
    padding-right: 96%;
  }

  .xs\:focus\:pb-96\%:focus {
    padding-bottom: 96%;
  }

  .xs\:focus\:pl-96\%:focus {
    padding-left: 96%;
  }

  .xs\:focus\:pt-97\%:focus {
    padding-top: 97%;
  }

  .xs\:focus\:pr-97\%:focus {
    padding-right: 97%;
  }

  .xs\:focus\:pb-97\%:focus {
    padding-bottom: 97%;
  }

  .xs\:focus\:pl-97\%:focus {
    padding-left: 97%;
  }

  .xs\:focus\:pt-98\%:focus {
    padding-top: 98%;
  }

  .xs\:focus\:pr-98\%:focus {
    padding-right: 98%;
  }

  .xs\:focus\:pb-98\%:focus {
    padding-bottom: 98%;
  }

  .xs\:focus\:pl-98\%:focus {
    padding-left: 98%;
  }

  .xs\:focus\:pt-99\%:focus {
    padding-top: 99%;
  }

  .xs\:focus\:pr-99\%:focus {
    padding-right: 99%;
  }

  .xs\:focus\:pb-99\%:focus {
    padding-bottom: 99%;
  }

  .xs\:focus\:pl-99\%:focus {
    padding-left: 99%;
  }

  .xs\:focus\:pt-36vh:focus {
    padding-top: 36vh;
  }

  .xs\:focus\:pr-36vh:focus {
    padding-right: 36vh;
  }

  .xs\:focus\:pb-36vh:focus {
    padding-bottom: 36vh;
  }

  .xs\:focus\:pl-36vh:focus {
    padding-left: 36vh;
  }

  .xs\:focus\:pt-75vh:focus {
    padding-top: 75vh;
  }

  .xs\:focus\:pr-75vh:focus {
    padding-right: 75vh;
  }

  .xs\:focus\:pb-75vh:focus {
    padding-bottom: 75vh;
  }

  .xs\:focus\:pl-75vh:focus {
    padding-left: 75vh;
  }

  .xs\:focus\:pt-78vh:focus {
    padding-top: 78vh;
  }

  .xs\:focus\:pr-78vh:focus {
    padding-right: 78vh;
  }

  .xs\:focus\:pb-78vh:focus {
    padding-bottom: 78vh;
  }

  .xs\:focus\:pl-78vh:focus {
    padding-left: 78vh;
  }

  .xs\:focus\:pt-80vh:focus {
    padding-top: 80vh;
  }

  .xs\:focus\:pr-80vh:focus {
    padding-right: 80vh;
  }

  .xs\:focus\:pb-80vh:focus {
    padding-bottom: 80vh;
  }

  .xs\:focus\:pl-80vh:focus {
    padding-left: 80vh;
  }

  .xs\:focus\:pt-82vh:focus {
    padding-top: 82vh;
  }

  .xs\:focus\:pr-82vh:focus {
    padding-right: 82vh;
  }

  .xs\:focus\:pb-82vh:focus {
    padding-bottom: 82vh;
  }

  .xs\:focus\:pl-82vh:focus {
    padding-left: 82vh;
  }

  .xs\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .xs\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .xs\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .xs\:focus-within\:p-3:focus-within {
    padding: 0.75rem;
  }

  .xs\:focus-within\:p-4:focus-within {
    padding: 1rem;
  }

  .xs\:focus-within\:p-5:focus-within {
    padding: 1.25rem;
  }

  .xs\:focus-within\:p-6:focus-within {
    padding: 1.5rem;
  }

  .xs\:focus-within\:p-7:focus-within {
    padding: 1.75rem;
  }

  .xs\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .xs\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .xs\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .xs\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .xs\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .xs\:focus-within\:p-15:focus-within {
    padding: 3.75rem;
  }

  .xs\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .xs\:focus-within\:p-18:focus-within {
    padding: 4.5rem;
  }

  .xs\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .xs\:focus-within\:p-21:focus-within {
    padding: 5.25rem;
  }

  .xs\:focus-within\:p-22:focus-within {
    padding: 5.5rem;
  }

  .xs\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .xs\:focus-within\:p-26:focus-within {
    padding: 6.5rem;
  }

  .xs\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .xs\:focus-within\:p-30:focus-within {
    padding: 7.5rem;
  }

  .xs\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .xs\:focus-within\:p-34:focus-within {
    padding: 8.5rem;
  }

  .xs\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .xs\:focus-within\:p-38:focus-within {
    padding: 9.5rem;
  }

  .xs\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .xs\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .xs\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .xs\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .xs\:focus-within\:p-53:focus-within {
    padding: 13.25rem;
  }

  .xs\:focus-within\:p-54:focus-within {
    padding: 13.5rem;
  }

  .xs\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .xs\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .xs\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .xs\:focus-within\:p-74:focus-within {
    padding: 18.5rem;
  }

  .xs\:focus-within\:p-76:focus-within {
    padding: 19rem;
  }

  .xs\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .xs\:focus-within\:p-85:focus-within {
    padding: 21.25rem;
  }

  .xs\:focus-within\:p-100:focus-within {
    padding: 25rem;
  }

  .xs\:focus-within\:p-105:focus-within {
    padding: 26.25rem;
  }

  .xs\:focus-within\:p-107:focus-within {
    padding: 26.4rem;
  }

  .xs\:focus-within\:p-110:focus-within {
    padding: 27.5rem;
  }

  .xs\:focus-within\:p-120:focus-within {
    padding: 30rem;
  }

  .xs\:focus-within\:p-130:focus-within {
    padding: 38rem;
  }

  .xs\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .xs\:focus-within\:p-250px:focus-within {
    padding: 250px;
  }

  .xs\:focus-within\:p-1\/2\%:focus-within {
    padding: 0.5%;
  }

  .xs\:focus-within\:p-1\%:focus-within {
    padding: 1%;
  }

  .xs\:focus-within\:p-2\%:focus-within {
    padding: 2%;
  }

  .xs\:focus-within\:p-3\%:focus-within {
    padding: 3%;
  }

  .xs\:focus-within\:p-4\%:focus-within {
    padding: 4%;
  }

  .xs\:focus-within\:p-5\%:focus-within {
    padding: 5%;
  }

  .xs\:focus-within\:p-10\%:focus-within {
    padding: 10%;
  }

  .xs\:focus-within\:p-20\%:focus-within {
    padding: 20%;
  }

  .xs\:focus-within\:p-23\%:focus-within {
    padding: 23%;
  }

  .xs\:focus-within\:p-25\%:focus-within {
    padding: 25%;
  }

  .xs\:focus-within\:p-26\%:focus-within {
    padding: 26%;
  }

  .xs\:focus-within\:p-30\%:focus-within {
    padding: 30%;
  }

  .xs\:focus-within\:p-40\%:focus-within {
    padding: 40%;
  }

  .xs\:focus-within\:p-50\%:focus-within {
    padding: 50%;
  }

  .xs\:focus-within\:p-60\%:focus-within {
    padding: 60%;
  }

  .xs\:focus-within\:p-70\%:focus-within {
    padding: 70%;
  }

  .xs\:focus-within\:p-80\%:focus-within {
    padding: 80%;
  }

  .xs\:focus-within\:p-90\%:focus-within {
    padding: 90%;
  }

  .xs\:focus-within\:p-95\%:focus-within {
    padding: 95%;
  }

  .xs\:focus-within\:p-96\%:focus-within {
    padding: 96%;
  }

  .xs\:focus-within\:p-97\%:focus-within {
    padding: 97%;
  }

  .xs\:focus-within\:p-98\%:focus-within {
    padding: 98%;
  }

  .xs\:focus-within\:p-99\%:focus-within {
    padding: 99%;
  }

  .xs\:focus-within\:p-36vh:focus-within {
    padding: 36vh;
  }

  .xs\:focus-within\:p-75vh:focus-within {
    padding: 75vh;
  }

  .xs\:focus-within\:p-78vh:focus-within {
    padding: 78vh;
  }

  .xs\:focus-within\:p-80vh:focus-within {
    padding: 80vh;
  }

  .xs\:focus-within\:p-82vh:focus-within {
    padding: 82vh;
  }

  .xs\:focus-within\:py-0:focus-within {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:focus-within\:px-0:focus-within {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:focus-within\:py-1:focus-within {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:focus-within\:py-4:focus-within {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:focus-within\:px-4:focus-within {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:focus-within\:py-5:focus-within {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:focus-within\:px-5:focus-within {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:focus-within\:py-6:focus-within {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:focus-within\:px-6:focus-within {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:focus-within\:py-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:focus-within\:py-8:focus-within {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:focus-within\:px-8:focus-within {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:focus-within\:py-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:focus-within\:py-10:focus-within {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:focus-within\:px-10:focus-within {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:focus-within\:py-12:focus-within {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:focus-within\:px-12:focus-within {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:focus-within\:py-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:focus-within\:py-15:focus-within {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:focus-within\:px-15:focus-within {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:focus-within\:py-16:focus-within {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:focus-within\:px-16:focus-within {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:focus-within\:py-18:focus-within {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:focus-within\:px-18:focus-within {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:focus-within\:py-20:focus-within {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:focus-within\:px-20:focus-within {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:focus-within\:py-21:focus-within {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:focus-within\:px-21:focus-within {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:focus-within\:py-22:focus-within {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:focus-within\:px-22:focus-within {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:focus-within\:py-24:focus-within {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:focus-within\:px-24:focus-within {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:focus-within\:py-26:focus-within {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:focus-within\:px-26:focus-within {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:focus-within\:py-30:focus-within {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:focus-within\:px-30:focus-within {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:focus-within\:py-32:focus-within {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:focus-within\:px-32:focus-within {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:focus-within\:py-34:focus-within {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:focus-within\:px-34:focus-within {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:focus-within\:py-38:focus-within {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:focus-within\:px-38:focus-within {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:focus-within\:py-53:focus-within {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xs\:focus-within\:px-53:focus-within {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xs\:focus-within\:py-54:focus-within {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xs\:focus-within\:px-54:focus-within {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xs\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:focus-within\:py-74:focus-within {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xs\:focus-within\:px-74:focus-within {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xs\:focus-within\:py-76:focus-within {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xs\:focus-within\:px-76:focus-within {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xs\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:focus-within\:py-85:focus-within {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xs\:focus-within\:px-85:focus-within {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xs\:focus-within\:py-100:focus-within {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xs\:focus-within\:px-100:focus-within {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xs\:focus-within\:py-105:focus-within {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xs\:focus-within\:px-105:focus-within {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xs\:focus-within\:py-107:focus-within {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xs\:focus-within\:px-107:focus-within {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xs\:focus-within\:py-110:focus-within {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:focus-within\:px-110:focus-within {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:focus-within\:py-120:focus-within {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:focus-within\:px-120:focus-within {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:focus-within\:py-130:focus-within {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:focus-within\:px-130:focus-within {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:focus-within\:py-px:focus-within {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:focus-within\:px-px:focus-within {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:focus-within\:py-250px:focus-within {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:focus-within\:px-250px:focus-within {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:focus-within\:py-1\/2\%:focus-within {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xs\:focus-within\:px-1\/2\%:focus-within {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xs\:focus-within\:py-1\%:focus-within {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:focus-within\:px-1\%:focus-within {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:focus-within\:py-2\%:focus-within {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xs\:focus-within\:px-2\%:focus-within {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xs\:focus-within\:py-3\%:focus-within {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xs\:focus-within\:px-3\%:focus-within {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xs\:focus-within\:py-4\%:focus-within {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xs\:focus-within\:px-4\%:focus-within {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xs\:focus-within\:py-5\%:focus-within {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:focus-within\:px-5\%:focus-within {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:focus-within\:py-10\%:focus-within {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:focus-within\:px-10\%:focus-within {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:focus-within\:py-20\%:focus-within {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:focus-within\:px-20\%:focus-within {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:focus-within\:py-23\%:focus-within {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xs\:focus-within\:px-23\%:focus-within {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xs\:focus-within\:py-25\%:focus-within {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:focus-within\:px-25\%:focus-within {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:focus-within\:py-26\%:focus-within {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xs\:focus-within\:px-26\%:focus-within {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xs\:focus-within\:py-30\%:focus-within {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:focus-within\:px-30\%:focus-within {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:focus-within\:py-40\%:focus-within {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:focus-within\:px-40\%:focus-within {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:focus-within\:py-50\%:focus-within {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:focus-within\:px-50\%:focus-within {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:focus-within\:py-60\%:focus-within {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:focus-within\:px-60\%:focus-within {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:focus-within\:py-70\%:focus-within {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xs\:focus-within\:px-70\%:focus-within {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xs\:focus-within\:py-80\%:focus-within {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:focus-within\:px-80\%:focus-within {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:focus-within\:py-90\%:focus-within {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:focus-within\:px-90\%:focus-within {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:focus-within\:py-95\%:focus-within {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:focus-within\:px-95\%:focus-within {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:focus-within\:py-96\%:focus-within {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:focus-within\:px-96\%:focus-within {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:focus-within\:py-97\%:focus-within {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xs\:focus-within\:px-97\%:focus-within {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xs\:focus-within\:py-98\%:focus-within {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xs\:focus-within\:px-98\%:focus-within {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xs\:focus-within\:py-99\%:focus-within {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xs\:focus-within\:px-99\%:focus-within {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xs\:focus-within\:py-36vh:focus-within {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xs\:focus-within\:px-36vh:focus-within {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xs\:focus-within\:py-75vh:focus-within {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xs\:focus-within\:px-75vh:focus-within {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xs\:focus-within\:py-78vh:focus-within {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xs\:focus-within\:px-78vh:focus-within {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xs\:focus-within\:py-80vh:focus-within {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:focus-within\:px-80vh:focus-within {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:focus-within\:py-82vh:focus-within {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xs\:focus-within\:px-82vh:focus-within {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xs\:focus-within\:pt-0:focus-within {
    padding-top: 0;
  }

  .xs\:focus-within\:pr-0:focus-within {
    padding-right: 0;
  }

  .xs\:focus-within\:pb-0:focus-within {
    padding-bottom: 0;
  }

  .xs\:focus-within\:pl-0:focus-within {
    padding-left: 0;
  }

  .xs\:focus-within\:pt-1:focus-within {
    padding-top: 0.25rem;
  }

  .xs\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .xs\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .xs\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .xs\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .xs\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .xs\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .xs\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .xs\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .xs\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .xs\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .xs\:focus-within\:pl-3:focus-within {
    padding-left: 0.75rem;
  }

  .xs\:focus-within\:pt-4:focus-within {
    padding-top: 1rem;
  }

  .xs\:focus-within\:pr-4:focus-within {
    padding-right: 1rem;
  }

  .xs\:focus-within\:pb-4:focus-within {
    padding-bottom: 1rem;
  }

  .xs\:focus-within\:pl-4:focus-within {
    padding-left: 1rem;
  }

  .xs\:focus-within\:pt-5:focus-within {
    padding-top: 1.25rem;
  }

  .xs\:focus-within\:pr-5:focus-within {
    padding-right: 1.25rem;
  }

  .xs\:focus-within\:pb-5:focus-within {
    padding-bottom: 1.25rem;
  }

  .xs\:focus-within\:pl-5:focus-within {
    padding-left: 1.25rem;
  }

  .xs\:focus-within\:pt-6:focus-within {
    padding-top: 1.5rem;
  }

  .xs\:focus-within\:pr-6:focus-within {
    padding-right: 1.5rem;
  }

  .xs\:focus-within\:pb-6:focus-within {
    padding-bottom: 1.5rem;
  }

  .xs\:focus-within\:pl-6:focus-within {
    padding-left: 1.5rem;
  }

  .xs\:focus-within\:pt-7:focus-within {
    padding-top: 1.75rem;
  }

  .xs\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .xs\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .xs\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .xs\:focus-within\:pt-8:focus-within {
    padding-top: 2rem;
  }

  .xs\:focus-within\:pr-8:focus-within {
    padding-right: 2rem;
  }

  .xs\:focus-within\:pb-8:focus-within {
    padding-bottom: 2rem;
  }

  .xs\:focus-within\:pl-8:focus-within {
    padding-left: 2rem;
  }

  .xs\:focus-within\:pt-9:focus-within {
    padding-top: 2.25rem;
  }

  .xs\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .xs\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .xs\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .xs\:focus-within\:pt-10:focus-within {
    padding-top: 2.5rem;
  }

  .xs\:focus-within\:pr-10:focus-within {
    padding-right: 2.5rem;
  }

  .xs\:focus-within\:pb-10:focus-within {
    padding-bottom: 2.5rem;
  }

  .xs\:focus-within\:pl-10:focus-within {
    padding-left: 2.5rem;
  }

  .xs\:focus-within\:pt-12:focus-within {
    padding-top: 3rem;
  }

  .xs\:focus-within\:pr-12:focus-within {
    padding-right: 3rem;
  }

  .xs\:focus-within\:pb-12:focus-within {
    padding-bottom: 3rem;
  }

  .xs\:focus-within\:pl-12:focus-within {
    padding-left: 3rem;
  }

  .xs\:focus-within\:pt-14:focus-within {
    padding-top: 3.5rem;
  }

  .xs\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .xs\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .xs\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .xs\:focus-within\:pt-15:focus-within {
    padding-top: 3.75rem;
  }

  .xs\:focus-within\:pr-15:focus-within {
    padding-right: 3.75rem;
  }

  .xs\:focus-within\:pb-15:focus-within {
    padding-bottom: 3.75rem;
  }

  .xs\:focus-within\:pl-15:focus-within {
    padding-left: 3.75rem;
  }

  .xs\:focus-within\:pt-16:focus-within {
    padding-top: 4rem;
  }

  .xs\:focus-within\:pr-16:focus-within {
    padding-right: 4rem;
  }

  .xs\:focus-within\:pb-16:focus-within {
    padding-bottom: 4rem;
  }

  .xs\:focus-within\:pl-16:focus-within {
    padding-left: 4rem;
  }

  .xs\:focus-within\:pt-18:focus-within {
    padding-top: 4.5rem;
  }

  .xs\:focus-within\:pr-18:focus-within {
    padding-right: 4.5rem;
  }

  .xs\:focus-within\:pb-18:focus-within {
    padding-bottom: 4.5rem;
  }

  .xs\:focus-within\:pl-18:focus-within {
    padding-left: 4.5rem;
  }

  .xs\:focus-within\:pt-20:focus-within {
    padding-top: 5rem;
  }

  .xs\:focus-within\:pr-20:focus-within {
    padding-right: 5rem;
  }

  .xs\:focus-within\:pb-20:focus-within {
    padding-bottom: 5rem;
  }

  .xs\:focus-within\:pl-20:focus-within {
    padding-left: 5rem;
  }

  .xs\:focus-within\:pt-21:focus-within {
    padding-top: 5.25rem;
  }

  .xs\:focus-within\:pr-21:focus-within {
    padding-right: 5.25rem;
  }

  .xs\:focus-within\:pb-21:focus-within {
    padding-bottom: 5.25rem;
  }

  .xs\:focus-within\:pl-21:focus-within {
    padding-left: 5.25rem;
  }

  .xs\:focus-within\:pt-22:focus-within {
    padding-top: 5.5rem;
  }

  .xs\:focus-within\:pr-22:focus-within {
    padding-right: 5.5rem;
  }

  .xs\:focus-within\:pb-22:focus-within {
    padding-bottom: 5.5rem;
  }

  .xs\:focus-within\:pl-22:focus-within {
    padding-left: 5.5rem;
  }

  .xs\:focus-within\:pt-24:focus-within {
    padding-top: 6rem;
  }

  .xs\:focus-within\:pr-24:focus-within {
    padding-right: 6rem;
  }

  .xs\:focus-within\:pb-24:focus-within {
    padding-bottom: 6rem;
  }

  .xs\:focus-within\:pl-24:focus-within {
    padding-left: 6rem;
  }

  .xs\:focus-within\:pt-26:focus-within {
    padding-top: 6.5rem;
  }

  .xs\:focus-within\:pr-26:focus-within {
    padding-right: 6.5rem;
  }

  .xs\:focus-within\:pb-26:focus-within {
    padding-bottom: 6.5rem;
  }

  .xs\:focus-within\:pl-26:focus-within {
    padding-left: 6.5rem;
  }

  .xs\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .xs\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .xs\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .xs\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .xs\:focus-within\:pt-30:focus-within {
    padding-top: 7.5rem;
  }

  .xs\:focus-within\:pr-30:focus-within {
    padding-right: 7.5rem;
  }

  .xs\:focus-within\:pb-30:focus-within {
    padding-bottom: 7.5rem;
  }

  .xs\:focus-within\:pl-30:focus-within {
    padding-left: 7.5rem;
  }

  .xs\:focus-within\:pt-32:focus-within {
    padding-top: 8rem;
  }

  .xs\:focus-within\:pr-32:focus-within {
    padding-right: 8rem;
  }

  .xs\:focus-within\:pb-32:focus-within {
    padding-bottom: 8rem;
  }

  .xs\:focus-within\:pl-32:focus-within {
    padding-left: 8rem;
  }

  .xs\:focus-within\:pt-34:focus-within {
    padding-top: 8.5rem;
  }

  .xs\:focus-within\:pr-34:focus-within {
    padding-right: 8.5rem;
  }

  .xs\:focus-within\:pb-34:focus-within {
    padding-bottom: 8.5rem;
  }

  .xs\:focus-within\:pl-34:focus-within {
    padding-left: 8.5rem;
  }

  .xs\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .xs\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .xs\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .xs\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .xs\:focus-within\:pt-38:focus-within {
    padding-top: 9.5rem;
  }

  .xs\:focus-within\:pr-38:focus-within {
    padding-right: 9.5rem;
  }

  .xs\:focus-within\:pb-38:focus-within {
    padding-bottom: 9.5rem;
  }

  .xs\:focus-within\:pl-38:focus-within {
    padding-left: 9.5rem;
  }

  .xs\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .xs\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .xs\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .xs\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .xs\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .xs\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .xs\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .xs\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .xs\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .xs\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .xs\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .xs\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .xs\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .xs\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .xs\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .xs\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .xs\:focus-within\:pt-53:focus-within {
    padding-top: 13.25rem;
  }

  .xs\:focus-within\:pr-53:focus-within {
    padding-right: 13.25rem;
  }

  .xs\:focus-within\:pb-53:focus-within {
    padding-bottom: 13.25rem;
  }

  .xs\:focus-within\:pl-53:focus-within {
    padding-left: 13.25rem;
  }

  .xs\:focus-within\:pt-54:focus-within {
    padding-top: 13.5rem;
  }

  .xs\:focus-within\:pr-54:focus-within {
    padding-right: 13.5rem;
  }

  .xs\:focus-within\:pb-54:focus-within {
    padding-bottom: 13.5rem;
  }

  .xs\:focus-within\:pl-54:focus-within {
    padding-left: 13.5rem;
  }

  .xs\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .xs\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .xs\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .xs\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .xs\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .xs\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .xs\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .xs\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .xs\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .xs\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .xs\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .xs\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .xs\:focus-within\:pt-74:focus-within {
    padding-top: 18.5rem;
  }

  .xs\:focus-within\:pr-74:focus-within {
    padding-right: 18.5rem;
  }

  .xs\:focus-within\:pb-74:focus-within {
    padding-bottom: 18.5rem;
  }

  .xs\:focus-within\:pl-74:focus-within {
    padding-left: 18.5rem;
  }

  .xs\:focus-within\:pt-76:focus-within {
    padding-top: 19rem;
  }

  .xs\:focus-within\:pr-76:focus-within {
    padding-right: 19rem;
  }

  .xs\:focus-within\:pb-76:focus-within {
    padding-bottom: 19rem;
  }

  .xs\:focus-within\:pl-76:focus-within {
    padding-left: 19rem;
  }

  .xs\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .xs\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .xs\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .xs\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .xs\:focus-within\:pt-85:focus-within {
    padding-top: 21.25rem;
  }

  .xs\:focus-within\:pr-85:focus-within {
    padding-right: 21.25rem;
  }

  .xs\:focus-within\:pb-85:focus-within {
    padding-bottom: 21.25rem;
  }

  .xs\:focus-within\:pl-85:focus-within {
    padding-left: 21.25rem;
  }

  .xs\:focus-within\:pt-100:focus-within {
    padding-top: 25rem;
  }

  .xs\:focus-within\:pr-100:focus-within {
    padding-right: 25rem;
  }

  .xs\:focus-within\:pb-100:focus-within {
    padding-bottom: 25rem;
  }

  .xs\:focus-within\:pl-100:focus-within {
    padding-left: 25rem;
  }

  .xs\:focus-within\:pt-105:focus-within {
    padding-top: 26.25rem;
  }

  .xs\:focus-within\:pr-105:focus-within {
    padding-right: 26.25rem;
  }

  .xs\:focus-within\:pb-105:focus-within {
    padding-bottom: 26.25rem;
  }

  .xs\:focus-within\:pl-105:focus-within {
    padding-left: 26.25rem;
  }

  .xs\:focus-within\:pt-107:focus-within {
    padding-top: 26.4rem;
  }

  .xs\:focus-within\:pr-107:focus-within {
    padding-right: 26.4rem;
  }

  .xs\:focus-within\:pb-107:focus-within {
    padding-bottom: 26.4rem;
  }

  .xs\:focus-within\:pl-107:focus-within {
    padding-left: 26.4rem;
  }

  .xs\:focus-within\:pt-110:focus-within {
    padding-top: 27.5rem;
  }

  .xs\:focus-within\:pr-110:focus-within {
    padding-right: 27.5rem;
  }

  .xs\:focus-within\:pb-110:focus-within {
    padding-bottom: 27.5rem;
  }

  .xs\:focus-within\:pl-110:focus-within {
    padding-left: 27.5rem;
  }

  .xs\:focus-within\:pt-120:focus-within {
    padding-top: 30rem;
  }

  .xs\:focus-within\:pr-120:focus-within {
    padding-right: 30rem;
  }

  .xs\:focus-within\:pb-120:focus-within {
    padding-bottom: 30rem;
  }

  .xs\:focus-within\:pl-120:focus-within {
    padding-left: 30rem;
  }

  .xs\:focus-within\:pt-130:focus-within {
    padding-top: 38rem;
  }

  .xs\:focus-within\:pr-130:focus-within {
    padding-right: 38rem;
  }

  .xs\:focus-within\:pb-130:focus-within {
    padding-bottom: 38rem;
  }

  .xs\:focus-within\:pl-130:focus-within {
    padding-left: 38rem;
  }

  .xs\:focus-within\:pt-px:focus-within {
    padding-top: 1px;
  }

  .xs\:focus-within\:pr-px:focus-within {
    padding-right: 1px;
  }

  .xs\:focus-within\:pb-px:focus-within {
    padding-bottom: 1px;
  }

  .xs\:focus-within\:pl-px:focus-within {
    padding-left: 1px;
  }

  .xs\:focus-within\:pt-250px:focus-within {
    padding-top: 250px;
  }

  .xs\:focus-within\:pr-250px:focus-within {
    padding-right: 250px;
  }

  .xs\:focus-within\:pb-250px:focus-within {
    padding-bottom: 250px;
  }

  .xs\:focus-within\:pl-250px:focus-within {
    padding-left: 250px;
  }

  .xs\:focus-within\:pt-1\/2\%:focus-within {
    padding-top: 0.5%;
  }

  .xs\:focus-within\:pr-1\/2\%:focus-within {
    padding-right: 0.5%;
  }

  .xs\:focus-within\:pb-1\/2\%:focus-within {
    padding-bottom: 0.5%;
  }

  .xs\:focus-within\:pl-1\/2\%:focus-within {
    padding-left: 0.5%;
  }

  .xs\:focus-within\:pt-1\%:focus-within {
    padding-top: 1%;
  }

  .xs\:focus-within\:pr-1\%:focus-within {
    padding-right: 1%;
  }

  .xs\:focus-within\:pb-1\%:focus-within {
    padding-bottom: 1%;
  }

  .xs\:focus-within\:pl-1\%:focus-within {
    padding-left: 1%;
  }

  .xs\:focus-within\:pt-2\%:focus-within {
    padding-top: 2%;
  }

  .xs\:focus-within\:pr-2\%:focus-within {
    padding-right: 2%;
  }

  .xs\:focus-within\:pb-2\%:focus-within {
    padding-bottom: 2%;
  }

  .xs\:focus-within\:pl-2\%:focus-within {
    padding-left: 2%;
  }

  .xs\:focus-within\:pt-3\%:focus-within {
    padding-top: 3%;
  }

  .xs\:focus-within\:pr-3\%:focus-within {
    padding-right: 3%;
  }

  .xs\:focus-within\:pb-3\%:focus-within {
    padding-bottom: 3%;
  }

  .xs\:focus-within\:pl-3\%:focus-within {
    padding-left: 3%;
  }

  .xs\:focus-within\:pt-4\%:focus-within {
    padding-top: 4%;
  }

  .xs\:focus-within\:pr-4\%:focus-within {
    padding-right: 4%;
  }

  .xs\:focus-within\:pb-4\%:focus-within {
    padding-bottom: 4%;
  }

  .xs\:focus-within\:pl-4\%:focus-within {
    padding-left: 4%;
  }

  .xs\:focus-within\:pt-5\%:focus-within {
    padding-top: 5%;
  }

  .xs\:focus-within\:pr-5\%:focus-within {
    padding-right: 5%;
  }

  .xs\:focus-within\:pb-5\%:focus-within {
    padding-bottom: 5%;
  }

  .xs\:focus-within\:pl-5\%:focus-within {
    padding-left: 5%;
  }

  .xs\:focus-within\:pt-10\%:focus-within {
    padding-top: 10%;
  }

  .xs\:focus-within\:pr-10\%:focus-within {
    padding-right: 10%;
  }

  .xs\:focus-within\:pb-10\%:focus-within {
    padding-bottom: 10%;
  }

  .xs\:focus-within\:pl-10\%:focus-within {
    padding-left: 10%;
  }

  .xs\:focus-within\:pt-20\%:focus-within {
    padding-top: 20%;
  }

  .xs\:focus-within\:pr-20\%:focus-within {
    padding-right: 20%;
  }

  .xs\:focus-within\:pb-20\%:focus-within {
    padding-bottom: 20%;
  }

  .xs\:focus-within\:pl-20\%:focus-within {
    padding-left: 20%;
  }

  .xs\:focus-within\:pt-23\%:focus-within {
    padding-top: 23%;
  }

  .xs\:focus-within\:pr-23\%:focus-within {
    padding-right: 23%;
  }

  .xs\:focus-within\:pb-23\%:focus-within {
    padding-bottom: 23%;
  }

  .xs\:focus-within\:pl-23\%:focus-within {
    padding-left: 23%;
  }

  .xs\:focus-within\:pt-25\%:focus-within {
    padding-top: 25%;
  }

  .xs\:focus-within\:pr-25\%:focus-within {
    padding-right: 25%;
  }

  .xs\:focus-within\:pb-25\%:focus-within {
    padding-bottom: 25%;
  }

  .xs\:focus-within\:pl-25\%:focus-within {
    padding-left: 25%;
  }

  .xs\:focus-within\:pt-26\%:focus-within {
    padding-top: 26%;
  }

  .xs\:focus-within\:pr-26\%:focus-within {
    padding-right: 26%;
  }

  .xs\:focus-within\:pb-26\%:focus-within {
    padding-bottom: 26%;
  }

  .xs\:focus-within\:pl-26\%:focus-within {
    padding-left: 26%;
  }

  .xs\:focus-within\:pt-30\%:focus-within {
    padding-top: 30%;
  }

  .xs\:focus-within\:pr-30\%:focus-within {
    padding-right: 30%;
  }

  .xs\:focus-within\:pb-30\%:focus-within {
    padding-bottom: 30%;
  }

  .xs\:focus-within\:pl-30\%:focus-within {
    padding-left: 30%;
  }

  .xs\:focus-within\:pt-40\%:focus-within {
    padding-top: 40%;
  }

  .xs\:focus-within\:pr-40\%:focus-within {
    padding-right: 40%;
  }

  .xs\:focus-within\:pb-40\%:focus-within {
    padding-bottom: 40%;
  }

  .xs\:focus-within\:pl-40\%:focus-within {
    padding-left: 40%;
  }

  .xs\:focus-within\:pt-50\%:focus-within {
    padding-top: 50%;
  }

  .xs\:focus-within\:pr-50\%:focus-within {
    padding-right: 50%;
  }

  .xs\:focus-within\:pb-50\%:focus-within {
    padding-bottom: 50%;
  }

  .xs\:focus-within\:pl-50\%:focus-within {
    padding-left: 50%;
  }

  .xs\:focus-within\:pt-60\%:focus-within {
    padding-top: 60%;
  }

  .xs\:focus-within\:pr-60\%:focus-within {
    padding-right: 60%;
  }

  .xs\:focus-within\:pb-60\%:focus-within {
    padding-bottom: 60%;
  }

  .xs\:focus-within\:pl-60\%:focus-within {
    padding-left: 60%;
  }

  .xs\:focus-within\:pt-70\%:focus-within {
    padding-top: 70%;
  }

  .xs\:focus-within\:pr-70\%:focus-within {
    padding-right: 70%;
  }

  .xs\:focus-within\:pb-70\%:focus-within {
    padding-bottom: 70%;
  }

  .xs\:focus-within\:pl-70\%:focus-within {
    padding-left: 70%;
  }

  .xs\:focus-within\:pt-80\%:focus-within {
    padding-top: 80%;
  }

  .xs\:focus-within\:pr-80\%:focus-within {
    padding-right: 80%;
  }

  .xs\:focus-within\:pb-80\%:focus-within {
    padding-bottom: 80%;
  }

  .xs\:focus-within\:pl-80\%:focus-within {
    padding-left: 80%;
  }

  .xs\:focus-within\:pt-90\%:focus-within {
    padding-top: 90%;
  }

  .xs\:focus-within\:pr-90\%:focus-within {
    padding-right: 90%;
  }

  .xs\:focus-within\:pb-90\%:focus-within {
    padding-bottom: 90%;
  }

  .xs\:focus-within\:pl-90\%:focus-within {
    padding-left: 90%;
  }

  .xs\:focus-within\:pt-95\%:focus-within {
    padding-top: 95%;
  }

  .xs\:focus-within\:pr-95\%:focus-within {
    padding-right: 95%;
  }

  .xs\:focus-within\:pb-95\%:focus-within {
    padding-bottom: 95%;
  }

  .xs\:focus-within\:pl-95\%:focus-within {
    padding-left: 95%;
  }

  .xs\:focus-within\:pt-96\%:focus-within {
    padding-top: 96%;
  }

  .xs\:focus-within\:pr-96\%:focus-within {
    padding-right: 96%;
  }

  .xs\:focus-within\:pb-96\%:focus-within {
    padding-bottom: 96%;
  }

  .xs\:focus-within\:pl-96\%:focus-within {
    padding-left: 96%;
  }

  .xs\:focus-within\:pt-97\%:focus-within {
    padding-top: 97%;
  }

  .xs\:focus-within\:pr-97\%:focus-within {
    padding-right: 97%;
  }

  .xs\:focus-within\:pb-97\%:focus-within {
    padding-bottom: 97%;
  }

  .xs\:focus-within\:pl-97\%:focus-within {
    padding-left: 97%;
  }

  .xs\:focus-within\:pt-98\%:focus-within {
    padding-top: 98%;
  }

  .xs\:focus-within\:pr-98\%:focus-within {
    padding-right: 98%;
  }

  .xs\:focus-within\:pb-98\%:focus-within {
    padding-bottom: 98%;
  }

  .xs\:focus-within\:pl-98\%:focus-within {
    padding-left: 98%;
  }

  .xs\:focus-within\:pt-99\%:focus-within {
    padding-top: 99%;
  }

  .xs\:focus-within\:pr-99\%:focus-within {
    padding-right: 99%;
  }

  .xs\:focus-within\:pb-99\%:focus-within {
    padding-bottom: 99%;
  }

  .xs\:focus-within\:pl-99\%:focus-within {
    padding-left: 99%;
  }

  .xs\:focus-within\:pt-36vh:focus-within {
    padding-top: 36vh;
  }

  .xs\:focus-within\:pr-36vh:focus-within {
    padding-right: 36vh;
  }

  .xs\:focus-within\:pb-36vh:focus-within {
    padding-bottom: 36vh;
  }

  .xs\:focus-within\:pl-36vh:focus-within {
    padding-left: 36vh;
  }

  .xs\:focus-within\:pt-75vh:focus-within {
    padding-top: 75vh;
  }

  .xs\:focus-within\:pr-75vh:focus-within {
    padding-right: 75vh;
  }

  .xs\:focus-within\:pb-75vh:focus-within {
    padding-bottom: 75vh;
  }

  .xs\:focus-within\:pl-75vh:focus-within {
    padding-left: 75vh;
  }

  .xs\:focus-within\:pt-78vh:focus-within {
    padding-top: 78vh;
  }

  .xs\:focus-within\:pr-78vh:focus-within {
    padding-right: 78vh;
  }

  .xs\:focus-within\:pb-78vh:focus-within {
    padding-bottom: 78vh;
  }

  .xs\:focus-within\:pl-78vh:focus-within {
    padding-left: 78vh;
  }

  .xs\:focus-within\:pt-80vh:focus-within {
    padding-top: 80vh;
  }

  .xs\:focus-within\:pr-80vh:focus-within {
    padding-right: 80vh;
  }

  .xs\:focus-within\:pb-80vh:focus-within {
    padding-bottom: 80vh;
  }

  .xs\:focus-within\:pl-80vh:focus-within {
    padding-left: 80vh;
  }

  .xs\:focus-within\:pt-82vh:focus-within {
    padding-top: 82vh;
  }

  .xs\:focus-within\:pr-82vh:focus-within {
    padding-right: 82vh;
  }

  .xs\:focus-within\:pb-82vh:focus-within {
    padding-bottom: 82vh;
  }

  .xs\:focus-within\:pl-82vh:focus-within {
    padding-left: 82vh;
  }

  .group:hover .xs\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .xs\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .xs\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .xs\:group-hover\:p-3 {
    padding: 0.75rem;
  }

  .group:hover .xs\:group-hover\:p-4 {
    padding: 1rem;
  }

  .group:hover .xs\:group-hover\:p-5 {
    padding: 1.25rem;
  }

  .group:hover .xs\:group-hover\:p-6 {
    padding: 1.5rem;
  }

  .group:hover .xs\:group-hover\:p-7 {
    padding: 1.75rem;
  }

  .group:hover .xs\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .xs\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .group:hover .xs\:group-hover\:p-10 {
    padding: 2.5rem;
  }

  .group:hover .xs\:group-hover\:p-12 {
    padding: 3rem;
  }

  .group:hover .xs\:group-hover\:p-14 {
    padding: 3.5rem;
  }

  .group:hover .xs\:group-hover\:p-15 {
    padding: 3.75rem;
  }

  .group:hover .xs\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .xs\:group-hover\:p-18 {
    padding: 4.5rem;
  }

  .group:hover .xs\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .xs\:group-hover\:p-21 {
    padding: 5.25rem;
  }

  .group:hover .xs\:group-hover\:p-22 {
    padding: 5.5rem;
  }

  .group:hover .xs\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .xs\:group-hover\:p-26 {
    padding: 6.5rem;
  }

  .group:hover .xs\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .xs\:group-hover\:p-30 {
    padding: 7.5rem;
  }

  .group:hover .xs\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .xs\:group-hover\:p-34 {
    padding: 8.5rem;
  }

  .group:hover .xs\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .xs\:group-hover\:p-38 {
    padding: 9.5rem;
  }

  .group:hover .xs\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .xs\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .xs\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .xs\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .xs\:group-hover\:p-53 {
    padding: 13.25rem;
  }

  .group:hover .xs\:group-hover\:p-54 {
    padding: 13.5rem;
  }

  .group:hover .xs\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .xs\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .xs\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .xs\:group-hover\:p-74 {
    padding: 18.5rem;
  }

  .group:hover .xs\:group-hover\:p-76 {
    padding: 19rem;
  }

  .group:hover .xs\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .xs\:group-hover\:p-85 {
    padding: 21.25rem;
  }

  .group:hover .xs\:group-hover\:p-100 {
    padding: 25rem;
  }

  .group:hover .xs\:group-hover\:p-105 {
    padding: 26.25rem;
  }

  .group:hover .xs\:group-hover\:p-107 {
    padding: 26.4rem;
  }

  .group:hover .xs\:group-hover\:p-110 {
    padding: 27.5rem;
  }

  .group:hover .xs\:group-hover\:p-120 {
    padding: 30rem;
  }

  .group:hover .xs\:group-hover\:p-130 {
    padding: 38rem;
  }

  .group:hover .xs\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .xs\:group-hover\:p-250px {
    padding: 250px;
  }

  .group:hover .xs\:group-hover\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:hover .xs\:group-hover\:p-1\% {
    padding: 1%;
  }

  .group:hover .xs\:group-hover\:p-2\% {
    padding: 2%;
  }

  .group:hover .xs\:group-hover\:p-3\% {
    padding: 3%;
  }

  .group:hover .xs\:group-hover\:p-4\% {
    padding: 4%;
  }

  .group:hover .xs\:group-hover\:p-5\% {
    padding: 5%;
  }

  .group:hover .xs\:group-hover\:p-10\% {
    padding: 10%;
  }

  .group:hover .xs\:group-hover\:p-20\% {
    padding: 20%;
  }

  .group:hover .xs\:group-hover\:p-23\% {
    padding: 23%;
  }

  .group:hover .xs\:group-hover\:p-25\% {
    padding: 25%;
  }

  .group:hover .xs\:group-hover\:p-26\% {
    padding: 26%;
  }

  .group:hover .xs\:group-hover\:p-30\% {
    padding: 30%;
  }

  .group:hover .xs\:group-hover\:p-40\% {
    padding: 40%;
  }

  .group:hover .xs\:group-hover\:p-50\% {
    padding: 50%;
  }

  .group:hover .xs\:group-hover\:p-60\% {
    padding: 60%;
  }

  .group:hover .xs\:group-hover\:p-70\% {
    padding: 70%;
  }

  .group:hover .xs\:group-hover\:p-80\% {
    padding: 80%;
  }

  .group:hover .xs\:group-hover\:p-90\% {
    padding: 90%;
  }

  .group:hover .xs\:group-hover\:p-95\% {
    padding: 95%;
  }

  .group:hover .xs\:group-hover\:p-96\% {
    padding: 96%;
  }

  .group:hover .xs\:group-hover\:p-97\% {
    padding: 97%;
  }

  .group:hover .xs\:group-hover\:p-98\% {
    padding: 98%;
  }

  .group:hover .xs\:group-hover\:p-99\% {
    padding: 99%;
  }

  .group:hover .xs\:group-hover\:p-36vh {
    padding: 36vh;
  }

  .group:hover .xs\:group-hover\:p-75vh {
    padding: 75vh;
  }

  .group:hover .xs\:group-hover\:p-78vh {
    padding: 78vh;
  }

  .group:hover .xs\:group-hover\:p-80vh {
    padding: 80vh;
  }

  .group:hover .xs\:group-hover\:p-82vh {
    padding: 82vh;
  }

  .group:hover .xs\:group-hover\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:hover .xs\:group-hover\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:hover .xs\:group-hover\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .xs\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .xs\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .xs\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .xs\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .xs\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:hover .xs\:group-hover\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:hover .xs\:group-hover\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:hover .xs\:group-hover\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:hover .xs\:group-hover\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:hover .xs\:group-hover\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:hover .xs\:group-hover\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:hover .xs\:group-hover\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .xs\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:hover .xs\:group-hover\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:hover .xs\:group-hover\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:hover .xs\:group-hover\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .xs\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:hover .xs\:group-hover\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:hover .xs\:group-hover\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:hover .xs\:group-hover\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:hover .xs\:group-hover\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:hover .xs\:group-hover\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .xs\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .xs\:group-hover\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:hover .xs\:group-hover\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .group:hover .xs\:group-hover\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:hover .xs\:group-hover\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:hover .xs\:group-hover\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:hover .xs\:group-hover\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .group:hover .xs\:group-hover\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:hover .xs\:group-hover\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:hover .xs\:group-hover\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:hover .xs\:group-hover\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:hover .xs\:group-hover\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:hover .xs\:group-hover\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .group:hover .xs\:group-hover\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:hover .xs\:group-hover\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:hover .xs\:group-hover\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:hover .xs\:group-hover\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:hover .xs\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .xs\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .xs\:group-hover\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:hover .xs\:group-hover\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .group:hover .xs\:group-hover\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:hover .xs\:group-hover\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:hover .xs\:group-hover\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:hover .xs\:group-hover\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:hover .xs\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .xs\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .xs\:group-hover\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:hover .xs\:group-hover\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:hover .xs\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .xs\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .xs\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .xs\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .xs\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .xs\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .xs\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .xs\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .xs\:group-hover\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:hover .xs\:group-hover\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:hover .xs\:group-hover\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:hover .xs\:group-hover\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:hover .xs\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .xs\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .xs\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .xs\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .xs\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .xs\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .xs\:group-hover\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:hover .xs\:group-hover\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:hover .xs\:group-hover\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:hover .xs\:group-hover\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:hover .xs\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .xs\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .xs\:group-hover\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:hover .xs\:group-hover\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:hover .xs\:group-hover\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:hover .xs\:group-hover\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:hover .xs\:group-hover\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:hover .xs\:group-hover\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:hover .xs\:group-hover\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:hover .xs\:group-hover\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:hover .xs\:group-hover\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:hover .xs\:group-hover\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:hover .xs\:group-hover\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:hover .xs\:group-hover\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:hover .xs\:group-hover\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:hover .xs\:group-hover\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .group:hover .xs\:group-hover\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:hover .xs\:group-hover\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:hover .xs\:group-hover\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .xs\:group-hover\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .xs\:group-hover\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:hover .xs\:group-hover\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:hover .xs\:group-hover\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .xs\:group-hover\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .xs\:group-hover\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:hover .xs\:group-hover\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:hover .xs\:group-hover\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:hover .xs\:group-hover\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:hover .xs\:group-hover\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:hover .xs\:group-hover\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:hover .xs\:group-hover\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:hover .xs\:group-hover\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:hover .xs\:group-hover\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:hover .xs\:group-hover\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:hover .xs\:group-hover\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .xs\:group-hover\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .xs\:group-hover\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:hover .xs\:group-hover\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:hover .xs\:group-hover\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .xs\:group-hover\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .xs\:group-hover\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:hover .xs\:group-hover\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:hover .xs\:group-hover\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:hover .xs\:group-hover\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:hover .xs\:group-hover\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .xs\:group-hover\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .xs\:group-hover\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:hover .xs\:group-hover\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:hover .xs\:group-hover\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:hover .xs\:group-hover\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:hover .xs\:group-hover\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:hover .xs\:group-hover\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:hover .xs\:group-hover\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .xs\:group-hover\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .xs\:group-hover\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .xs\:group-hover\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .xs\:group-hover\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .xs\:group-hover\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .xs\:group-hover\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .xs\:group-hover\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .xs\:group-hover\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:hover .xs\:group-hover\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:hover .xs\:group-hover\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:hover .xs\:group-hover\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:hover .xs\:group-hover\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:hover .xs\:group-hover\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:hover .xs\:group-hover\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:hover .xs\:group-hover\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:hover .xs\:group-hover\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:hover .xs\:group-hover\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:hover .xs\:group-hover\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:hover .xs\:group-hover\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:hover .xs\:group-hover\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .xs\:group-hover\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .xs\:group-hover\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:hover .xs\:group-hover\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .group:hover .xs\:group-hover\:pt-0 {
    padding-top: 0;
  }

  .group:hover .xs\:group-hover\:pr-0 {
    padding-right: 0;
  }

  .group:hover .xs\:group-hover\:pb-0 {
    padding-bottom: 0;
  }

  .group:hover .xs\:group-hover\:pl-0 {
    padding-left: 0;
  }

  .group:hover .xs\:group-hover\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:hover .xs\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .xs\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .xs\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .xs\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .xs\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .xs\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .xs\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .xs\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .xs\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .xs\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .xs\:group-hover\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:hover .xs\:group-hover\:pt-4 {
    padding-top: 1rem;
  }

  .group:hover .xs\:group-hover\:pr-4 {
    padding-right: 1rem;
  }

  .group:hover .xs\:group-hover\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:hover .xs\:group-hover\:pl-4 {
    padding-left: 1rem;
  }

  .group:hover .xs\:group-hover\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:hover .xs\:group-hover\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:hover .xs\:group-hover\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:hover .xs\:group-hover\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:hover .xs\:group-hover\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:hover .xs\:group-hover\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:hover .xs\:group-hover\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:hover .xs\:group-hover\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:hover .xs\:group-hover\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:hover .xs\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .xs\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .xs\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:hover .xs\:group-hover\:pt-8 {
    padding-top: 2rem;
  }

  .group:hover .xs\:group-hover\:pr-8 {
    padding-right: 2rem;
  }

  .group:hover .xs\:group-hover\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:hover .xs\:group-hover\:pl-8 {
    padding-left: 2rem;
  }

  .group:hover .xs\:group-hover\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:hover .xs\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .xs\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .xs\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:hover .xs\:group-hover\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:hover .xs\:group-hover\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:hover .xs\:group-hover\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:hover .xs\:group-hover\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:hover .xs\:group-hover\:pt-12 {
    padding-top: 3rem;
  }

  .group:hover .xs\:group-hover\:pr-12 {
    padding-right: 3rem;
  }

  .group:hover .xs\:group-hover\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:hover .xs\:group-hover\:pl-12 {
    padding-left: 3rem;
  }

  .group:hover .xs\:group-hover\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:hover .xs\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .xs\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .xs\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .xs\:group-hover\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:hover .xs\:group-hover\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:hover .xs\:group-hover\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:hover .xs\:group-hover\:pl-15 {
    padding-left: 3.75rem;
  }

  .group:hover .xs\:group-hover\:pt-16 {
    padding-top: 4rem;
  }

  .group:hover .xs\:group-hover\:pr-16 {
    padding-right: 4rem;
  }

  .group:hover .xs\:group-hover\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:hover .xs\:group-hover\:pl-16 {
    padding-left: 4rem;
  }

  .group:hover .xs\:group-hover\:pt-18 {
    padding-top: 4.5rem;
  }

  .group:hover .xs\:group-hover\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:hover .xs\:group-hover\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:hover .xs\:group-hover\:pl-18 {
    padding-left: 4.5rem;
  }

  .group:hover .xs\:group-hover\:pt-20 {
    padding-top: 5rem;
  }

  .group:hover .xs\:group-hover\:pr-20 {
    padding-right: 5rem;
  }

  .group:hover .xs\:group-hover\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:hover .xs\:group-hover\:pl-20 {
    padding-left: 5rem;
  }

  .group:hover .xs\:group-hover\:pt-21 {
    padding-top: 5.25rem;
  }

  .group:hover .xs\:group-hover\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:hover .xs\:group-hover\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:hover .xs\:group-hover\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:hover .xs\:group-hover\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:hover .xs\:group-hover\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:hover .xs\:group-hover\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:hover .xs\:group-hover\:pl-22 {
    padding-left: 5.5rem;
  }

  .group:hover .xs\:group-hover\:pt-24 {
    padding-top: 6rem;
  }

  .group:hover .xs\:group-hover\:pr-24 {
    padding-right: 6rem;
  }

  .group:hover .xs\:group-hover\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:hover .xs\:group-hover\:pl-24 {
    padding-left: 6rem;
  }

  .group:hover .xs\:group-hover\:pt-26 {
    padding-top: 6.5rem;
  }

  .group:hover .xs\:group-hover\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:hover .xs\:group-hover\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:hover .xs\:group-hover\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:hover .xs\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .xs\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .xs\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .xs\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .xs\:group-hover\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:hover .xs\:group-hover\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:hover .xs\:group-hover\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:hover .xs\:group-hover\:pl-30 {
    padding-left: 7.5rem;
  }

  .group:hover .xs\:group-hover\:pt-32 {
    padding-top: 8rem;
  }

  .group:hover .xs\:group-hover\:pr-32 {
    padding-right: 8rem;
  }

  .group:hover .xs\:group-hover\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:hover .xs\:group-hover\:pl-32 {
    padding-left: 8rem;
  }

  .group:hover .xs\:group-hover\:pt-34 {
    padding-top: 8.5rem;
  }

  .group:hover .xs\:group-hover\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:hover .xs\:group-hover\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:hover .xs\:group-hover\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:hover .xs\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .xs\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .xs\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .xs\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .xs\:group-hover\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:hover .xs\:group-hover\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:hover .xs\:group-hover\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:hover .xs\:group-hover\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:hover .xs\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .xs\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .xs\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .xs\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .xs\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .xs\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .xs\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .xs\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .xs\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .xs\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .xs\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .xs\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .xs\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .xs\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .xs\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .xs\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .xs\:group-hover\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:hover .xs\:group-hover\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:hover .xs\:group-hover\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:hover .xs\:group-hover\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:hover .xs\:group-hover\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:hover .xs\:group-hover\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:hover .xs\:group-hover\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:hover .xs\:group-hover\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:hover .xs\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .xs\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .xs\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .xs\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .xs\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .xs\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .xs\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .xs\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .xs\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .xs\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .xs\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .xs\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .xs\:group-hover\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:hover .xs\:group-hover\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:hover .xs\:group-hover\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:hover .xs\:group-hover\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:hover .xs\:group-hover\:pt-76 {
    padding-top: 19rem;
  }

  .group:hover .xs\:group-hover\:pr-76 {
    padding-right: 19rem;
  }

  .group:hover .xs\:group-hover\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:hover .xs\:group-hover\:pl-76 {
    padding-left: 19rem;
  }

  .group:hover .xs\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .xs\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .xs\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .xs\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .xs\:group-hover\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:hover .xs\:group-hover\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:hover .xs\:group-hover\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:hover .xs\:group-hover\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:hover .xs\:group-hover\:pt-100 {
    padding-top: 25rem;
  }

  .group:hover .xs\:group-hover\:pr-100 {
    padding-right: 25rem;
  }

  .group:hover .xs\:group-hover\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:hover .xs\:group-hover\:pl-100 {
    padding-left: 25rem;
  }

  .group:hover .xs\:group-hover\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:hover .xs\:group-hover\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:hover .xs\:group-hover\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:hover .xs\:group-hover\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:hover .xs\:group-hover\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:hover .xs\:group-hover\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:hover .xs\:group-hover\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:hover .xs\:group-hover\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:hover .xs\:group-hover\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:hover .xs\:group-hover\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:hover .xs\:group-hover\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:hover .xs\:group-hover\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:hover .xs\:group-hover\:pt-120 {
    padding-top: 30rem;
  }

  .group:hover .xs\:group-hover\:pr-120 {
    padding-right: 30rem;
  }

  .group:hover .xs\:group-hover\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:hover .xs\:group-hover\:pl-120 {
    padding-left: 30rem;
  }

  .group:hover .xs\:group-hover\:pt-130 {
    padding-top: 38rem;
  }

  .group:hover .xs\:group-hover\:pr-130 {
    padding-right: 38rem;
  }

  .group:hover .xs\:group-hover\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:hover .xs\:group-hover\:pl-130 {
    padding-left: 38rem;
  }

  .group:hover .xs\:group-hover\:pt-px {
    padding-top: 1px;
  }

  .group:hover .xs\:group-hover\:pr-px {
    padding-right: 1px;
  }

  .group:hover .xs\:group-hover\:pb-px {
    padding-bottom: 1px;
  }

  .group:hover .xs\:group-hover\:pl-px {
    padding-left: 1px;
  }

  .group:hover .xs\:group-hover\:pt-250px {
    padding-top: 250px;
  }

  .group:hover .xs\:group-hover\:pr-250px {
    padding-right: 250px;
  }

  .group:hover .xs\:group-hover\:pb-250px {
    padding-bottom: 250px;
  }

  .group:hover .xs\:group-hover\:pl-250px {
    padding-left: 250px;
  }

  .group:hover .xs\:group-hover\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:hover .xs\:group-hover\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:hover .xs\:group-hover\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:hover .xs\:group-hover\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:hover .xs\:group-hover\:pt-1\% {
    padding-top: 1%;
  }

  .group:hover .xs\:group-hover\:pr-1\% {
    padding-right: 1%;
  }

  .group:hover .xs\:group-hover\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:hover .xs\:group-hover\:pl-1\% {
    padding-left: 1%;
  }

  .group:hover .xs\:group-hover\:pt-2\% {
    padding-top: 2%;
  }

  .group:hover .xs\:group-hover\:pr-2\% {
    padding-right: 2%;
  }

  .group:hover .xs\:group-hover\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:hover .xs\:group-hover\:pl-2\% {
    padding-left: 2%;
  }

  .group:hover .xs\:group-hover\:pt-3\% {
    padding-top: 3%;
  }

  .group:hover .xs\:group-hover\:pr-3\% {
    padding-right: 3%;
  }

  .group:hover .xs\:group-hover\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:hover .xs\:group-hover\:pl-3\% {
    padding-left: 3%;
  }

  .group:hover .xs\:group-hover\:pt-4\% {
    padding-top: 4%;
  }

  .group:hover .xs\:group-hover\:pr-4\% {
    padding-right: 4%;
  }

  .group:hover .xs\:group-hover\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:hover .xs\:group-hover\:pl-4\% {
    padding-left: 4%;
  }

  .group:hover .xs\:group-hover\:pt-5\% {
    padding-top: 5%;
  }

  .group:hover .xs\:group-hover\:pr-5\% {
    padding-right: 5%;
  }

  .group:hover .xs\:group-hover\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:hover .xs\:group-hover\:pl-5\% {
    padding-left: 5%;
  }

  .group:hover .xs\:group-hover\:pt-10\% {
    padding-top: 10%;
  }

  .group:hover .xs\:group-hover\:pr-10\% {
    padding-right: 10%;
  }

  .group:hover .xs\:group-hover\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:hover .xs\:group-hover\:pl-10\% {
    padding-left: 10%;
  }

  .group:hover .xs\:group-hover\:pt-20\% {
    padding-top: 20%;
  }

  .group:hover .xs\:group-hover\:pr-20\% {
    padding-right: 20%;
  }

  .group:hover .xs\:group-hover\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:hover .xs\:group-hover\:pl-20\% {
    padding-left: 20%;
  }

  .group:hover .xs\:group-hover\:pt-23\% {
    padding-top: 23%;
  }

  .group:hover .xs\:group-hover\:pr-23\% {
    padding-right: 23%;
  }

  .group:hover .xs\:group-hover\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:hover .xs\:group-hover\:pl-23\% {
    padding-left: 23%;
  }

  .group:hover .xs\:group-hover\:pt-25\% {
    padding-top: 25%;
  }

  .group:hover .xs\:group-hover\:pr-25\% {
    padding-right: 25%;
  }

  .group:hover .xs\:group-hover\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:hover .xs\:group-hover\:pl-25\% {
    padding-left: 25%;
  }

  .group:hover .xs\:group-hover\:pt-26\% {
    padding-top: 26%;
  }

  .group:hover .xs\:group-hover\:pr-26\% {
    padding-right: 26%;
  }

  .group:hover .xs\:group-hover\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:hover .xs\:group-hover\:pl-26\% {
    padding-left: 26%;
  }

  .group:hover .xs\:group-hover\:pt-30\% {
    padding-top: 30%;
  }

  .group:hover .xs\:group-hover\:pr-30\% {
    padding-right: 30%;
  }

  .group:hover .xs\:group-hover\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:hover .xs\:group-hover\:pl-30\% {
    padding-left: 30%;
  }

  .group:hover .xs\:group-hover\:pt-40\% {
    padding-top: 40%;
  }

  .group:hover .xs\:group-hover\:pr-40\% {
    padding-right: 40%;
  }

  .group:hover .xs\:group-hover\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:hover .xs\:group-hover\:pl-40\% {
    padding-left: 40%;
  }

  .group:hover .xs\:group-hover\:pt-50\% {
    padding-top: 50%;
  }

  .group:hover .xs\:group-hover\:pr-50\% {
    padding-right: 50%;
  }

  .group:hover .xs\:group-hover\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:hover .xs\:group-hover\:pl-50\% {
    padding-left: 50%;
  }

  .group:hover .xs\:group-hover\:pt-60\% {
    padding-top: 60%;
  }

  .group:hover .xs\:group-hover\:pr-60\% {
    padding-right: 60%;
  }

  .group:hover .xs\:group-hover\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:hover .xs\:group-hover\:pl-60\% {
    padding-left: 60%;
  }

  .group:hover .xs\:group-hover\:pt-70\% {
    padding-top: 70%;
  }

  .group:hover .xs\:group-hover\:pr-70\% {
    padding-right: 70%;
  }

  .group:hover .xs\:group-hover\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:hover .xs\:group-hover\:pl-70\% {
    padding-left: 70%;
  }

  .group:hover .xs\:group-hover\:pt-80\% {
    padding-top: 80%;
  }

  .group:hover .xs\:group-hover\:pr-80\% {
    padding-right: 80%;
  }

  .group:hover .xs\:group-hover\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:hover .xs\:group-hover\:pl-80\% {
    padding-left: 80%;
  }

  .group:hover .xs\:group-hover\:pt-90\% {
    padding-top: 90%;
  }

  .group:hover .xs\:group-hover\:pr-90\% {
    padding-right: 90%;
  }

  .group:hover .xs\:group-hover\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:hover .xs\:group-hover\:pl-90\% {
    padding-left: 90%;
  }

  .group:hover .xs\:group-hover\:pt-95\% {
    padding-top: 95%;
  }

  .group:hover .xs\:group-hover\:pr-95\% {
    padding-right: 95%;
  }

  .group:hover .xs\:group-hover\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:hover .xs\:group-hover\:pl-95\% {
    padding-left: 95%;
  }

  .group:hover .xs\:group-hover\:pt-96\% {
    padding-top: 96%;
  }

  .group:hover .xs\:group-hover\:pr-96\% {
    padding-right: 96%;
  }

  .group:hover .xs\:group-hover\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:hover .xs\:group-hover\:pl-96\% {
    padding-left: 96%;
  }

  .group:hover .xs\:group-hover\:pt-97\% {
    padding-top: 97%;
  }

  .group:hover .xs\:group-hover\:pr-97\% {
    padding-right: 97%;
  }

  .group:hover .xs\:group-hover\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:hover .xs\:group-hover\:pl-97\% {
    padding-left: 97%;
  }

  .group:hover .xs\:group-hover\:pt-98\% {
    padding-top: 98%;
  }

  .group:hover .xs\:group-hover\:pr-98\% {
    padding-right: 98%;
  }

  .group:hover .xs\:group-hover\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:hover .xs\:group-hover\:pl-98\% {
    padding-left: 98%;
  }

  .group:hover .xs\:group-hover\:pt-99\% {
    padding-top: 99%;
  }

  .group:hover .xs\:group-hover\:pr-99\% {
    padding-right: 99%;
  }

  .group:hover .xs\:group-hover\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:hover .xs\:group-hover\:pl-99\% {
    padding-left: 99%;
  }

  .group:hover .xs\:group-hover\:pt-36vh {
    padding-top: 36vh;
  }

  .group:hover .xs\:group-hover\:pr-36vh {
    padding-right: 36vh;
  }

  .group:hover .xs\:group-hover\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:hover .xs\:group-hover\:pl-36vh {
    padding-left: 36vh;
  }

  .group:hover .xs\:group-hover\:pt-75vh {
    padding-top: 75vh;
  }

  .group:hover .xs\:group-hover\:pr-75vh {
    padding-right: 75vh;
  }

  .group:hover .xs\:group-hover\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:hover .xs\:group-hover\:pl-75vh {
    padding-left: 75vh;
  }

  .group:hover .xs\:group-hover\:pt-78vh {
    padding-top: 78vh;
  }

  .group:hover .xs\:group-hover\:pr-78vh {
    padding-right: 78vh;
  }

  .group:hover .xs\:group-hover\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:hover .xs\:group-hover\:pl-78vh {
    padding-left: 78vh;
  }

  .group:hover .xs\:group-hover\:pt-80vh {
    padding-top: 80vh;
  }

  .group:hover .xs\:group-hover\:pr-80vh {
    padding-right: 80vh;
  }

  .group:hover .xs\:group-hover\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:hover .xs\:group-hover\:pl-80vh {
    padding-left: 80vh;
  }

  .group:hover .xs\:group-hover\:pt-82vh {
    padding-top: 82vh;
  }

  .group:hover .xs\:group-hover\:pr-82vh {
    padding-right: 82vh;
  }

  .group:hover .xs\:group-hover\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:hover .xs\:group-hover\:pl-82vh {
    padding-left: 82vh;
  }

  .group:focus .xs\:group-focus\:p-0 {
    padding: 0;
  }

  .group:focus .xs\:group-focus\:p-1 {
    padding: 0.25rem;
  }

  .group:focus .xs\:group-focus\:p-2 {
    padding: 0.5rem;
  }

  .group:focus .xs\:group-focus\:p-3 {
    padding: 0.75rem;
  }

  .group:focus .xs\:group-focus\:p-4 {
    padding: 1rem;
  }

  .group:focus .xs\:group-focus\:p-5 {
    padding: 1.25rem;
  }

  .group:focus .xs\:group-focus\:p-6 {
    padding: 1.5rem;
  }

  .group:focus .xs\:group-focus\:p-7 {
    padding: 1.75rem;
  }

  .group:focus .xs\:group-focus\:p-8 {
    padding: 2rem;
  }

  .group:focus .xs\:group-focus\:p-9 {
    padding: 2.25rem;
  }

  .group:focus .xs\:group-focus\:p-10 {
    padding: 2.5rem;
  }

  .group:focus .xs\:group-focus\:p-12 {
    padding: 3rem;
  }

  .group:focus .xs\:group-focus\:p-14 {
    padding: 3.5rem;
  }

  .group:focus .xs\:group-focus\:p-15 {
    padding: 3.75rem;
  }

  .group:focus .xs\:group-focus\:p-16 {
    padding: 4rem;
  }

  .group:focus .xs\:group-focus\:p-18 {
    padding: 4.5rem;
  }

  .group:focus .xs\:group-focus\:p-20 {
    padding: 5rem;
  }

  .group:focus .xs\:group-focus\:p-21 {
    padding: 5.25rem;
  }

  .group:focus .xs\:group-focus\:p-22 {
    padding: 5.5rem;
  }

  .group:focus .xs\:group-focus\:p-24 {
    padding: 6rem;
  }

  .group:focus .xs\:group-focus\:p-26 {
    padding: 6.5rem;
  }

  .group:focus .xs\:group-focus\:p-28 {
    padding: 7rem;
  }

  .group:focus .xs\:group-focus\:p-30 {
    padding: 7.5rem;
  }

  .group:focus .xs\:group-focus\:p-32 {
    padding: 8rem;
  }

  .group:focus .xs\:group-focus\:p-34 {
    padding: 8.5rem;
  }

  .group:focus .xs\:group-focus\:p-36 {
    padding: 9rem;
  }

  .group:focus .xs\:group-focus\:p-38 {
    padding: 9.5rem;
  }

  .group:focus .xs\:group-focus\:p-40 {
    padding: 10rem;
  }

  .group:focus .xs\:group-focus\:p-44 {
    padding: 11rem;
  }

  .group:focus .xs\:group-focus\:p-48 {
    padding: 12rem;
  }

  .group:focus .xs\:group-focus\:p-52 {
    padding: 13rem;
  }

  .group:focus .xs\:group-focus\:p-53 {
    padding: 13.25rem;
  }

  .group:focus .xs\:group-focus\:p-54 {
    padding: 13.5rem;
  }

  .group:focus .xs\:group-focus\:p-56 {
    padding: 14rem;
  }

  .group:focus .xs\:group-focus\:p-64 {
    padding: 16rem;
  }

  .group:focus .xs\:group-focus\:p-72 {
    padding: 18rem;
  }

  .group:focus .xs\:group-focus\:p-74 {
    padding: 18.5rem;
  }

  .group:focus .xs\:group-focus\:p-76 {
    padding: 19rem;
  }

  .group:focus .xs\:group-focus\:p-80 {
    padding: 20rem;
  }

  .group:focus .xs\:group-focus\:p-85 {
    padding: 21.25rem;
  }

  .group:focus .xs\:group-focus\:p-100 {
    padding: 25rem;
  }

  .group:focus .xs\:group-focus\:p-105 {
    padding: 26.25rem;
  }

  .group:focus .xs\:group-focus\:p-107 {
    padding: 26.4rem;
  }

  .group:focus .xs\:group-focus\:p-110 {
    padding: 27.5rem;
  }

  .group:focus .xs\:group-focus\:p-120 {
    padding: 30rem;
  }

  .group:focus .xs\:group-focus\:p-130 {
    padding: 38rem;
  }

  .group:focus .xs\:group-focus\:p-px {
    padding: 1px;
  }

  .group:focus .xs\:group-focus\:p-250px {
    padding: 250px;
  }

  .group:focus .xs\:group-focus\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:focus .xs\:group-focus\:p-1\% {
    padding: 1%;
  }

  .group:focus .xs\:group-focus\:p-2\% {
    padding: 2%;
  }

  .group:focus .xs\:group-focus\:p-3\% {
    padding: 3%;
  }

  .group:focus .xs\:group-focus\:p-4\% {
    padding: 4%;
  }

  .group:focus .xs\:group-focus\:p-5\% {
    padding: 5%;
  }

  .group:focus .xs\:group-focus\:p-10\% {
    padding: 10%;
  }

  .group:focus .xs\:group-focus\:p-20\% {
    padding: 20%;
  }

  .group:focus .xs\:group-focus\:p-23\% {
    padding: 23%;
  }

  .group:focus .xs\:group-focus\:p-25\% {
    padding: 25%;
  }

  .group:focus .xs\:group-focus\:p-26\% {
    padding: 26%;
  }

  .group:focus .xs\:group-focus\:p-30\% {
    padding: 30%;
  }

  .group:focus .xs\:group-focus\:p-40\% {
    padding: 40%;
  }

  .group:focus .xs\:group-focus\:p-50\% {
    padding: 50%;
  }

  .group:focus .xs\:group-focus\:p-60\% {
    padding: 60%;
  }

  .group:focus .xs\:group-focus\:p-70\% {
    padding: 70%;
  }

  .group:focus .xs\:group-focus\:p-80\% {
    padding: 80%;
  }

  .group:focus .xs\:group-focus\:p-90\% {
    padding: 90%;
  }

  .group:focus .xs\:group-focus\:p-95\% {
    padding: 95%;
  }

  .group:focus .xs\:group-focus\:p-96\% {
    padding: 96%;
  }

  .group:focus .xs\:group-focus\:p-97\% {
    padding: 97%;
  }

  .group:focus .xs\:group-focus\:p-98\% {
    padding: 98%;
  }

  .group:focus .xs\:group-focus\:p-99\% {
    padding: 99%;
  }

  .group:focus .xs\:group-focus\:p-36vh {
    padding: 36vh;
  }

  .group:focus .xs\:group-focus\:p-75vh {
    padding: 75vh;
  }

  .group:focus .xs\:group-focus\:p-78vh {
    padding: 78vh;
  }

  .group:focus .xs\:group-focus\:p-80vh {
    padding: 80vh;
  }

  .group:focus .xs\:group-focus\:p-82vh {
    padding: 82vh;
  }

  .group:focus .xs\:group-focus\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:focus .xs\:group-focus\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:focus .xs\:group-focus\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:focus .xs\:group-focus\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:focus .xs\:group-focus\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:focus .xs\:group-focus\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:focus .xs\:group-focus\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:focus .xs\:group-focus\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:focus .xs\:group-focus\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:focus .xs\:group-focus\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:focus .xs\:group-focus\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:focus .xs\:group-focus\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:focus .xs\:group-focus\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:focus .xs\:group-focus\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:focus .xs\:group-focus\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:focus .xs\:group-focus\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:focus .xs\:group-focus\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:focus .xs\:group-focus\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:focus .xs\:group-focus\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:focus .xs\:group-focus\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:focus .xs\:group-focus\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:focus .xs\:group-focus\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:focus .xs\:group-focus\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:focus .xs\:group-focus\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:focus .xs\:group-focus\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:focus .xs\:group-focus\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:focus .xs\:group-focus\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:focus .xs\:group-focus\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .group:focus .xs\:group-focus\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:focus .xs\:group-focus\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:focus .xs\:group-focus\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:focus .xs\:group-focus\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .group:focus .xs\:group-focus\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:focus .xs\:group-focus\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:focus .xs\:group-focus\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:focus .xs\:group-focus\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:focus .xs\:group-focus\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:focus .xs\:group-focus\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .group:focus .xs\:group-focus\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:focus .xs\:group-focus\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:focus .xs\:group-focus\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:focus .xs\:group-focus\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:focus .xs\:group-focus\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:focus .xs\:group-focus\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:focus .xs\:group-focus\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:focus .xs\:group-focus\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .group:focus .xs\:group-focus\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:focus .xs\:group-focus\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:focus .xs\:group-focus\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:focus .xs\:group-focus\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:focus .xs\:group-focus\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:focus .xs\:group-focus\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:focus .xs\:group-focus\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:focus .xs\:group-focus\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:focus .xs\:group-focus\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:focus .xs\:group-focus\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:focus .xs\:group-focus\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:focus .xs\:group-focus\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:focus .xs\:group-focus\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:focus .xs\:group-focus\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:focus .xs\:group-focus\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:focus .xs\:group-focus\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:focus .xs\:group-focus\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:focus .xs\:group-focus\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:focus .xs\:group-focus\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:focus .xs\:group-focus\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:focus .xs\:group-focus\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:focus .xs\:group-focus\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:focus .xs\:group-focus\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:focus .xs\:group-focus\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:focus .xs\:group-focus\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:focus .xs\:group-focus\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:focus .xs\:group-focus\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:focus .xs\:group-focus\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:focus .xs\:group-focus\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:focus .xs\:group-focus\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:focus .xs\:group-focus\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:focus .xs\:group-focus\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:focus .xs\:group-focus\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:focus .xs\:group-focus\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:focus .xs\:group-focus\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:focus .xs\:group-focus\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:focus .xs\:group-focus\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:focus .xs\:group-focus\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:focus .xs\:group-focus\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:focus .xs\:group-focus\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:focus .xs\:group-focus\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:focus .xs\:group-focus\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:focus .xs\:group-focus\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:focus .xs\:group-focus\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:focus .xs\:group-focus\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:focus .xs\:group-focus\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .group:focus .xs\:group-focus\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:focus .xs\:group-focus\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:focus .xs\:group-focus\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:focus .xs\:group-focus\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:focus .xs\:group-focus\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:focus .xs\:group-focus\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:focus .xs\:group-focus\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:focus .xs\:group-focus\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:focus .xs\:group-focus\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:focus .xs\:group-focus\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:focus .xs\:group-focus\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:focus .xs\:group-focus\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:focus .xs\:group-focus\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:focus .xs\:group-focus\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:focus .xs\:group-focus\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:focus .xs\:group-focus\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:focus .xs\:group-focus\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:focus .xs\:group-focus\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:focus .xs\:group-focus\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:focus .xs\:group-focus\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:focus .xs\:group-focus\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:focus .xs\:group-focus\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:focus .xs\:group-focus\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:focus .xs\:group-focus\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:focus .xs\:group-focus\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:focus .xs\:group-focus\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:focus .xs\:group-focus\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:focus .xs\:group-focus\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:focus .xs\:group-focus\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:focus .xs\:group-focus\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:focus .xs\:group-focus\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:focus .xs\:group-focus\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:focus .xs\:group-focus\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:focus .xs\:group-focus\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:focus .xs\:group-focus\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:focus .xs\:group-focus\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:focus .xs\:group-focus\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:focus .xs\:group-focus\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:focus .xs\:group-focus\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:focus .xs\:group-focus\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:focus .xs\:group-focus\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:focus .xs\:group-focus\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:focus .xs\:group-focus\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:focus .xs\:group-focus\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:focus .xs\:group-focus\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:focus .xs\:group-focus\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:focus .xs\:group-focus\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:focus .xs\:group-focus\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:focus .xs\:group-focus\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:focus .xs\:group-focus\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:focus .xs\:group-focus\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:focus .xs\:group-focus\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:focus .xs\:group-focus\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:focus .xs\:group-focus\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:focus .xs\:group-focus\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:focus .xs\:group-focus\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:focus .xs\:group-focus\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:focus .xs\:group-focus\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:focus .xs\:group-focus\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:focus .xs\:group-focus\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .group:focus .xs\:group-focus\:pt-0 {
    padding-top: 0;
  }

  .group:focus .xs\:group-focus\:pr-0 {
    padding-right: 0;
  }

  .group:focus .xs\:group-focus\:pb-0 {
    padding-bottom: 0;
  }

  .group:focus .xs\:group-focus\:pl-0 {
    padding-left: 0;
  }

  .group:focus .xs\:group-focus\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:focus .xs\:group-focus\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:focus .xs\:group-focus\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:focus .xs\:group-focus\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:focus .xs\:group-focus\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:focus .xs\:group-focus\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:focus .xs\:group-focus\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:focus .xs\:group-focus\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:focus .xs\:group-focus\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:focus .xs\:group-focus\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:focus .xs\:group-focus\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:focus .xs\:group-focus\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:focus .xs\:group-focus\:pt-4 {
    padding-top: 1rem;
  }

  .group:focus .xs\:group-focus\:pr-4 {
    padding-right: 1rem;
  }

  .group:focus .xs\:group-focus\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:focus .xs\:group-focus\:pl-4 {
    padding-left: 1rem;
  }

  .group:focus .xs\:group-focus\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:focus .xs\:group-focus\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:focus .xs\:group-focus\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:focus .xs\:group-focus\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:focus .xs\:group-focus\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:focus .xs\:group-focus\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:focus .xs\:group-focus\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:focus .xs\:group-focus\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:focus .xs\:group-focus\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:focus .xs\:group-focus\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:focus .xs\:group-focus\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:focus .xs\:group-focus\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:focus .xs\:group-focus\:pt-8 {
    padding-top: 2rem;
  }

  .group:focus .xs\:group-focus\:pr-8 {
    padding-right: 2rem;
  }

  .group:focus .xs\:group-focus\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:focus .xs\:group-focus\:pl-8 {
    padding-left: 2rem;
  }

  .group:focus .xs\:group-focus\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:focus .xs\:group-focus\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:focus .xs\:group-focus\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:focus .xs\:group-focus\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:focus .xs\:group-focus\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:focus .xs\:group-focus\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:focus .xs\:group-focus\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:focus .xs\:group-focus\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:focus .xs\:group-focus\:pt-12 {
    padding-top: 3rem;
  }

  .group:focus .xs\:group-focus\:pr-12 {
    padding-right: 3rem;
  }

  .group:focus .xs\:group-focus\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:focus .xs\:group-focus\:pl-12 {
    padding-left: 3rem;
  }

  .group:focus .xs\:group-focus\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:focus .xs\:group-focus\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:focus .xs\:group-focus\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:focus .xs\:group-focus\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:focus .xs\:group-focus\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:focus .xs\:group-focus\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:focus .xs\:group-focus\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:focus .xs\:group-focus\:pl-15 {
    padding-left: 3.75rem;
  }

  .group:focus .xs\:group-focus\:pt-16 {
    padding-top: 4rem;
  }

  .group:focus .xs\:group-focus\:pr-16 {
    padding-right: 4rem;
  }

  .group:focus .xs\:group-focus\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:focus .xs\:group-focus\:pl-16 {
    padding-left: 4rem;
  }

  .group:focus .xs\:group-focus\:pt-18 {
    padding-top: 4.5rem;
  }

  .group:focus .xs\:group-focus\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:focus .xs\:group-focus\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:focus .xs\:group-focus\:pl-18 {
    padding-left: 4.5rem;
  }

  .group:focus .xs\:group-focus\:pt-20 {
    padding-top: 5rem;
  }

  .group:focus .xs\:group-focus\:pr-20 {
    padding-right: 5rem;
  }

  .group:focus .xs\:group-focus\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:focus .xs\:group-focus\:pl-20 {
    padding-left: 5rem;
  }

  .group:focus .xs\:group-focus\:pt-21 {
    padding-top: 5.25rem;
  }

  .group:focus .xs\:group-focus\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:focus .xs\:group-focus\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:focus .xs\:group-focus\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:focus .xs\:group-focus\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:focus .xs\:group-focus\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:focus .xs\:group-focus\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:focus .xs\:group-focus\:pl-22 {
    padding-left: 5.5rem;
  }

  .group:focus .xs\:group-focus\:pt-24 {
    padding-top: 6rem;
  }

  .group:focus .xs\:group-focus\:pr-24 {
    padding-right: 6rem;
  }

  .group:focus .xs\:group-focus\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:focus .xs\:group-focus\:pl-24 {
    padding-left: 6rem;
  }

  .group:focus .xs\:group-focus\:pt-26 {
    padding-top: 6.5rem;
  }

  .group:focus .xs\:group-focus\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:focus .xs\:group-focus\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:focus .xs\:group-focus\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:focus .xs\:group-focus\:pt-28 {
    padding-top: 7rem;
  }

  .group:focus .xs\:group-focus\:pr-28 {
    padding-right: 7rem;
  }

  .group:focus .xs\:group-focus\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:focus .xs\:group-focus\:pl-28 {
    padding-left: 7rem;
  }

  .group:focus .xs\:group-focus\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:focus .xs\:group-focus\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:focus .xs\:group-focus\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:focus .xs\:group-focus\:pl-30 {
    padding-left: 7.5rem;
  }

  .group:focus .xs\:group-focus\:pt-32 {
    padding-top: 8rem;
  }

  .group:focus .xs\:group-focus\:pr-32 {
    padding-right: 8rem;
  }

  .group:focus .xs\:group-focus\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:focus .xs\:group-focus\:pl-32 {
    padding-left: 8rem;
  }

  .group:focus .xs\:group-focus\:pt-34 {
    padding-top: 8.5rem;
  }

  .group:focus .xs\:group-focus\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:focus .xs\:group-focus\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:focus .xs\:group-focus\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:focus .xs\:group-focus\:pt-36 {
    padding-top: 9rem;
  }

  .group:focus .xs\:group-focus\:pr-36 {
    padding-right: 9rem;
  }

  .group:focus .xs\:group-focus\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:focus .xs\:group-focus\:pl-36 {
    padding-left: 9rem;
  }

  .group:focus .xs\:group-focus\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:focus .xs\:group-focus\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:focus .xs\:group-focus\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:focus .xs\:group-focus\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:focus .xs\:group-focus\:pt-40 {
    padding-top: 10rem;
  }

  .group:focus .xs\:group-focus\:pr-40 {
    padding-right: 10rem;
  }

  .group:focus .xs\:group-focus\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:focus .xs\:group-focus\:pl-40 {
    padding-left: 10rem;
  }

  .group:focus .xs\:group-focus\:pt-44 {
    padding-top: 11rem;
  }

  .group:focus .xs\:group-focus\:pr-44 {
    padding-right: 11rem;
  }

  .group:focus .xs\:group-focus\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:focus .xs\:group-focus\:pl-44 {
    padding-left: 11rem;
  }

  .group:focus .xs\:group-focus\:pt-48 {
    padding-top: 12rem;
  }

  .group:focus .xs\:group-focus\:pr-48 {
    padding-right: 12rem;
  }

  .group:focus .xs\:group-focus\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:focus .xs\:group-focus\:pl-48 {
    padding-left: 12rem;
  }

  .group:focus .xs\:group-focus\:pt-52 {
    padding-top: 13rem;
  }

  .group:focus .xs\:group-focus\:pr-52 {
    padding-right: 13rem;
  }

  .group:focus .xs\:group-focus\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:focus .xs\:group-focus\:pl-52 {
    padding-left: 13rem;
  }

  .group:focus .xs\:group-focus\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:focus .xs\:group-focus\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:focus .xs\:group-focus\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:focus .xs\:group-focus\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:focus .xs\:group-focus\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:focus .xs\:group-focus\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:focus .xs\:group-focus\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:focus .xs\:group-focus\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:focus .xs\:group-focus\:pt-56 {
    padding-top: 14rem;
  }

  .group:focus .xs\:group-focus\:pr-56 {
    padding-right: 14rem;
  }

  .group:focus .xs\:group-focus\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:focus .xs\:group-focus\:pl-56 {
    padding-left: 14rem;
  }

  .group:focus .xs\:group-focus\:pt-64 {
    padding-top: 16rem;
  }

  .group:focus .xs\:group-focus\:pr-64 {
    padding-right: 16rem;
  }

  .group:focus .xs\:group-focus\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:focus .xs\:group-focus\:pl-64 {
    padding-left: 16rem;
  }

  .group:focus .xs\:group-focus\:pt-72 {
    padding-top: 18rem;
  }

  .group:focus .xs\:group-focus\:pr-72 {
    padding-right: 18rem;
  }

  .group:focus .xs\:group-focus\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:focus .xs\:group-focus\:pl-72 {
    padding-left: 18rem;
  }

  .group:focus .xs\:group-focus\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:focus .xs\:group-focus\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:focus .xs\:group-focus\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:focus .xs\:group-focus\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:focus .xs\:group-focus\:pt-76 {
    padding-top: 19rem;
  }

  .group:focus .xs\:group-focus\:pr-76 {
    padding-right: 19rem;
  }

  .group:focus .xs\:group-focus\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:focus .xs\:group-focus\:pl-76 {
    padding-left: 19rem;
  }

  .group:focus .xs\:group-focus\:pt-80 {
    padding-top: 20rem;
  }

  .group:focus .xs\:group-focus\:pr-80 {
    padding-right: 20rem;
  }

  .group:focus .xs\:group-focus\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:focus .xs\:group-focus\:pl-80 {
    padding-left: 20rem;
  }

  .group:focus .xs\:group-focus\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:focus .xs\:group-focus\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:focus .xs\:group-focus\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:focus .xs\:group-focus\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:focus .xs\:group-focus\:pt-100 {
    padding-top: 25rem;
  }

  .group:focus .xs\:group-focus\:pr-100 {
    padding-right: 25rem;
  }

  .group:focus .xs\:group-focus\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:focus .xs\:group-focus\:pl-100 {
    padding-left: 25rem;
  }

  .group:focus .xs\:group-focus\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:focus .xs\:group-focus\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:focus .xs\:group-focus\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:focus .xs\:group-focus\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:focus .xs\:group-focus\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:focus .xs\:group-focus\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:focus .xs\:group-focus\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:focus .xs\:group-focus\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:focus .xs\:group-focus\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:focus .xs\:group-focus\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:focus .xs\:group-focus\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:focus .xs\:group-focus\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:focus .xs\:group-focus\:pt-120 {
    padding-top: 30rem;
  }

  .group:focus .xs\:group-focus\:pr-120 {
    padding-right: 30rem;
  }

  .group:focus .xs\:group-focus\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:focus .xs\:group-focus\:pl-120 {
    padding-left: 30rem;
  }

  .group:focus .xs\:group-focus\:pt-130 {
    padding-top: 38rem;
  }

  .group:focus .xs\:group-focus\:pr-130 {
    padding-right: 38rem;
  }

  .group:focus .xs\:group-focus\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:focus .xs\:group-focus\:pl-130 {
    padding-left: 38rem;
  }

  .group:focus .xs\:group-focus\:pt-px {
    padding-top: 1px;
  }

  .group:focus .xs\:group-focus\:pr-px {
    padding-right: 1px;
  }

  .group:focus .xs\:group-focus\:pb-px {
    padding-bottom: 1px;
  }

  .group:focus .xs\:group-focus\:pl-px {
    padding-left: 1px;
  }

  .group:focus .xs\:group-focus\:pt-250px {
    padding-top: 250px;
  }

  .group:focus .xs\:group-focus\:pr-250px {
    padding-right: 250px;
  }

  .group:focus .xs\:group-focus\:pb-250px {
    padding-bottom: 250px;
  }

  .group:focus .xs\:group-focus\:pl-250px {
    padding-left: 250px;
  }

  .group:focus .xs\:group-focus\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:focus .xs\:group-focus\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:focus .xs\:group-focus\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:focus .xs\:group-focus\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:focus .xs\:group-focus\:pt-1\% {
    padding-top: 1%;
  }

  .group:focus .xs\:group-focus\:pr-1\% {
    padding-right: 1%;
  }

  .group:focus .xs\:group-focus\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:focus .xs\:group-focus\:pl-1\% {
    padding-left: 1%;
  }

  .group:focus .xs\:group-focus\:pt-2\% {
    padding-top: 2%;
  }

  .group:focus .xs\:group-focus\:pr-2\% {
    padding-right: 2%;
  }

  .group:focus .xs\:group-focus\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:focus .xs\:group-focus\:pl-2\% {
    padding-left: 2%;
  }

  .group:focus .xs\:group-focus\:pt-3\% {
    padding-top: 3%;
  }

  .group:focus .xs\:group-focus\:pr-3\% {
    padding-right: 3%;
  }

  .group:focus .xs\:group-focus\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:focus .xs\:group-focus\:pl-3\% {
    padding-left: 3%;
  }

  .group:focus .xs\:group-focus\:pt-4\% {
    padding-top: 4%;
  }

  .group:focus .xs\:group-focus\:pr-4\% {
    padding-right: 4%;
  }

  .group:focus .xs\:group-focus\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:focus .xs\:group-focus\:pl-4\% {
    padding-left: 4%;
  }

  .group:focus .xs\:group-focus\:pt-5\% {
    padding-top: 5%;
  }

  .group:focus .xs\:group-focus\:pr-5\% {
    padding-right: 5%;
  }

  .group:focus .xs\:group-focus\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:focus .xs\:group-focus\:pl-5\% {
    padding-left: 5%;
  }

  .group:focus .xs\:group-focus\:pt-10\% {
    padding-top: 10%;
  }

  .group:focus .xs\:group-focus\:pr-10\% {
    padding-right: 10%;
  }

  .group:focus .xs\:group-focus\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:focus .xs\:group-focus\:pl-10\% {
    padding-left: 10%;
  }

  .group:focus .xs\:group-focus\:pt-20\% {
    padding-top: 20%;
  }

  .group:focus .xs\:group-focus\:pr-20\% {
    padding-right: 20%;
  }

  .group:focus .xs\:group-focus\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:focus .xs\:group-focus\:pl-20\% {
    padding-left: 20%;
  }

  .group:focus .xs\:group-focus\:pt-23\% {
    padding-top: 23%;
  }

  .group:focus .xs\:group-focus\:pr-23\% {
    padding-right: 23%;
  }

  .group:focus .xs\:group-focus\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:focus .xs\:group-focus\:pl-23\% {
    padding-left: 23%;
  }

  .group:focus .xs\:group-focus\:pt-25\% {
    padding-top: 25%;
  }

  .group:focus .xs\:group-focus\:pr-25\% {
    padding-right: 25%;
  }

  .group:focus .xs\:group-focus\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:focus .xs\:group-focus\:pl-25\% {
    padding-left: 25%;
  }

  .group:focus .xs\:group-focus\:pt-26\% {
    padding-top: 26%;
  }

  .group:focus .xs\:group-focus\:pr-26\% {
    padding-right: 26%;
  }

  .group:focus .xs\:group-focus\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:focus .xs\:group-focus\:pl-26\% {
    padding-left: 26%;
  }

  .group:focus .xs\:group-focus\:pt-30\% {
    padding-top: 30%;
  }

  .group:focus .xs\:group-focus\:pr-30\% {
    padding-right: 30%;
  }

  .group:focus .xs\:group-focus\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:focus .xs\:group-focus\:pl-30\% {
    padding-left: 30%;
  }

  .group:focus .xs\:group-focus\:pt-40\% {
    padding-top: 40%;
  }

  .group:focus .xs\:group-focus\:pr-40\% {
    padding-right: 40%;
  }

  .group:focus .xs\:group-focus\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:focus .xs\:group-focus\:pl-40\% {
    padding-left: 40%;
  }

  .group:focus .xs\:group-focus\:pt-50\% {
    padding-top: 50%;
  }

  .group:focus .xs\:group-focus\:pr-50\% {
    padding-right: 50%;
  }

  .group:focus .xs\:group-focus\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:focus .xs\:group-focus\:pl-50\% {
    padding-left: 50%;
  }

  .group:focus .xs\:group-focus\:pt-60\% {
    padding-top: 60%;
  }

  .group:focus .xs\:group-focus\:pr-60\% {
    padding-right: 60%;
  }

  .group:focus .xs\:group-focus\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:focus .xs\:group-focus\:pl-60\% {
    padding-left: 60%;
  }

  .group:focus .xs\:group-focus\:pt-70\% {
    padding-top: 70%;
  }

  .group:focus .xs\:group-focus\:pr-70\% {
    padding-right: 70%;
  }

  .group:focus .xs\:group-focus\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:focus .xs\:group-focus\:pl-70\% {
    padding-left: 70%;
  }

  .group:focus .xs\:group-focus\:pt-80\% {
    padding-top: 80%;
  }

  .group:focus .xs\:group-focus\:pr-80\% {
    padding-right: 80%;
  }

  .group:focus .xs\:group-focus\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:focus .xs\:group-focus\:pl-80\% {
    padding-left: 80%;
  }

  .group:focus .xs\:group-focus\:pt-90\% {
    padding-top: 90%;
  }

  .group:focus .xs\:group-focus\:pr-90\% {
    padding-right: 90%;
  }

  .group:focus .xs\:group-focus\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:focus .xs\:group-focus\:pl-90\% {
    padding-left: 90%;
  }

  .group:focus .xs\:group-focus\:pt-95\% {
    padding-top: 95%;
  }

  .group:focus .xs\:group-focus\:pr-95\% {
    padding-right: 95%;
  }

  .group:focus .xs\:group-focus\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:focus .xs\:group-focus\:pl-95\% {
    padding-left: 95%;
  }

  .group:focus .xs\:group-focus\:pt-96\% {
    padding-top: 96%;
  }

  .group:focus .xs\:group-focus\:pr-96\% {
    padding-right: 96%;
  }

  .group:focus .xs\:group-focus\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:focus .xs\:group-focus\:pl-96\% {
    padding-left: 96%;
  }

  .group:focus .xs\:group-focus\:pt-97\% {
    padding-top: 97%;
  }

  .group:focus .xs\:group-focus\:pr-97\% {
    padding-right: 97%;
  }

  .group:focus .xs\:group-focus\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:focus .xs\:group-focus\:pl-97\% {
    padding-left: 97%;
  }

  .group:focus .xs\:group-focus\:pt-98\% {
    padding-top: 98%;
  }

  .group:focus .xs\:group-focus\:pr-98\% {
    padding-right: 98%;
  }

  .group:focus .xs\:group-focus\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:focus .xs\:group-focus\:pl-98\% {
    padding-left: 98%;
  }

  .group:focus .xs\:group-focus\:pt-99\% {
    padding-top: 99%;
  }

  .group:focus .xs\:group-focus\:pr-99\% {
    padding-right: 99%;
  }

  .group:focus .xs\:group-focus\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:focus .xs\:group-focus\:pl-99\% {
    padding-left: 99%;
  }

  .group:focus .xs\:group-focus\:pt-36vh {
    padding-top: 36vh;
  }

  .group:focus .xs\:group-focus\:pr-36vh {
    padding-right: 36vh;
  }

  .group:focus .xs\:group-focus\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:focus .xs\:group-focus\:pl-36vh {
    padding-left: 36vh;
  }

  .group:focus .xs\:group-focus\:pt-75vh {
    padding-top: 75vh;
  }

  .group:focus .xs\:group-focus\:pr-75vh {
    padding-right: 75vh;
  }

  .group:focus .xs\:group-focus\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:focus .xs\:group-focus\:pl-75vh {
    padding-left: 75vh;
  }

  .group:focus .xs\:group-focus\:pt-78vh {
    padding-top: 78vh;
  }

  .group:focus .xs\:group-focus\:pr-78vh {
    padding-right: 78vh;
  }

  .group:focus .xs\:group-focus\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:focus .xs\:group-focus\:pl-78vh {
    padding-left: 78vh;
  }

  .group:focus .xs\:group-focus\:pt-80vh {
    padding-top: 80vh;
  }

  .group:focus .xs\:group-focus\:pr-80vh {
    padding-right: 80vh;
  }

  .group:focus .xs\:group-focus\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:focus .xs\:group-focus\:pl-80vh {
    padding-left: 80vh;
  }

  .group:focus .xs\:group-focus\:pt-82vh {
    padding-top: 82vh;
  }

  .group:focus .xs\:group-focus\:pr-82vh {
    padding-right: 82vh;
  }

  .group:focus .xs\:group-focus\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:focus .xs\:group-focus\:pl-82vh {
    padding-left: 82vh;
  }

  .xs\:first\:p-0:first-child {
    padding: 0;
  }

  .xs\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .xs\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .xs\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .xs\:first\:p-4:first-child {
    padding: 1rem;
  }

  .xs\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .xs\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .xs\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .xs\:first\:p-8:first-child {
    padding: 2rem;
  }

  .xs\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .xs\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .xs\:first\:p-12:first-child {
    padding: 3rem;
  }

  .xs\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .xs\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .xs\:first\:p-16:first-child {
    padding: 4rem;
  }

  .xs\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .xs\:first\:p-20:first-child {
    padding: 5rem;
  }

  .xs\:first\:p-21:first-child {
    padding: 5.25rem;
  }

  .xs\:first\:p-22:first-child {
    padding: 5.5rem;
  }

  .xs\:first\:p-24:first-child {
    padding: 6rem;
  }

  .xs\:first\:p-26:first-child {
    padding: 6.5rem;
  }

  .xs\:first\:p-28:first-child {
    padding: 7rem;
  }

  .xs\:first\:p-30:first-child {
    padding: 7.5rem;
  }

  .xs\:first\:p-32:first-child {
    padding: 8rem;
  }

  .xs\:first\:p-34:first-child {
    padding: 8.5rem;
  }

  .xs\:first\:p-36:first-child {
    padding: 9rem;
  }

  .xs\:first\:p-38:first-child {
    padding: 9.5rem;
  }

  .xs\:first\:p-40:first-child {
    padding: 10rem;
  }

  .xs\:first\:p-44:first-child {
    padding: 11rem;
  }

  .xs\:first\:p-48:first-child {
    padding: 12rem;
  }

  .xs\:first\:p-52:first-child {
    padding: 13rem;
  }

  .xs\:first\:p-53:first-child {
    padding: 13.25rem;
  }

  .xs\:first\:p-54:first-child {
    padding: 13.5rem;
  }

  .xs\:first\:p-56:first-child {
    padding: 14rem;
  }

  .xs\:first\:p-64:first-child {
    padding: 16rem;
  }

  .xs\:first\:p-72:first-child {
    padding: 18rem;
  }

  .xs\:first\:p-74:first-child {
    padding: 18.5rem;
  }

  .xs\:first\:p-76:first-child {
    padding: 19rem;
  }

  .xs\:first\:p-80:first-child {
    padding: 20rem;
  }

  .xs\:first\:p-85:first-child {
    padding: 21.25rem;
  }

  .xs\:first\:p-100:first-child {
    padding: 25rem;
  }

  .xs\:first\:p-105:first-child {
    padding: 26.25rem;
  }

  .xs\:first\:p-107:first-child {
    padding: 26.4rem;
  }

  .xs\:first\:p-110:first-child {
    padding: 27.5rem;
  }

  .xs\:first\:p-120:first-child {
    padding: 30rem;
  }

  .xs\:first\:p-130:first-child {
    padding: 38rem;
  }

  .xs\:first\:p-px:first-child {
    padding: 1px;
  }

  .xs\:first\:p-250px:first-child {
    padding: 250px;
  }

  .xs\:first\:p-1\/2\%:first-child {
    padding: 0.5%;
  }

  .xs\:first\:p-1\%:first-child {
    padding: 1%;
  }

  .xs\:first\:p-2\%:first-child {
    padding: 2%;
  }

  .xs\:first\:p-3\%:first-child {
    padding: 3%;
  }

  .xs\:first\:p-4\%:first-child {
    padding: 4%;
  }

  .xs\:first\:p-5\%:first-child {
    padding: 5%;
  }

  .xs\:first\:p-10\%:first-child {
    padding: 10%;
  }

  .xs\:first\:p-20\%:first-child {
    padding: 20%;
  }

  .xs\:first\:p-23\%:first-child {
    padding: 23%;
  }

  .xs\:first\:p-25\%:first-child {
    padding: 25%;
  }

  .xs\:first\:p-26\%:first-child {
    padding: 26%;
  }

  .xs\:first\:p-30\%:first-child {
    padding: 30%;
  }

  .xs\:first\:p-40\%:first-child {
    padding: 40%;
  }

  .xs\:first\:p-50\%:first-child {
    padding: 50%;
  }

  .xs\:first\:p-60\%:first-child {
    padding: 60%;
  }

  .xs\:first\:p-70\%:first-child {
    padding: 70%;
  }

  .xs\:first\:p-80\%:first-child {
    padding: 80%;
  }

  .xs\:first\:p-90\%:first-child {
    padding: 90%;
  }

  .xs\:first\:p-95\%:first-child {
    padding: 95%;
  }

  .xs\:first\:p-96\%:first-child {
    padding: 96%;
  }

  .xs\:first\:p-97\%:first-child {
    padding: 97%;
  }

  .xs\:first\:p-98\%:first-child {
    padding: 98%;
  }

  .xs\:first\:p-99\%:first-child {
    padding: 99%;
  }

  .xs\:first\:p-36vh:first-child {
    padding: 36vh;
  }

  .xs\:first\:p-75vh:first-child {
    padding: 75vh;
  }

  .xs\:first\:p-78vh:first-child {
    padding: 78vh;
  }

  .xs\:first\:p-80vh:first-child {
    padding: 80vh;
  }

  .xs\:first\:p-82vh:first-child {
    padding: 82vh;
  }

  .xs\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:first\:py-21:first-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:first\:px-21:first-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:first\:py-22:first-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:first\:px-22:first-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:first\:py-26:first-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:first\:px-26:first-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:first\:py-30:first-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:first\:px-30:first-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:first\:py-34:first-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:first\:px-34:first-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:first\:py-38:first-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:first\:px-38:first-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:first\:py-53:first-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xs\:first\:px-53:first-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xs\:first\:py-54:first-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xs\:first\:px-54:first-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xs\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:first\:py-74:first-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xs\:first\:px-74:first-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xs\:first\:py-76:first-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xs\:first\:px-76:first-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xs\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:first\:py-85:first-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xs\:first\:px-85:first-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xs\:first\:py-100:first-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xs\:first\:px-100:first-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xs\:first\:py-105:first-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xs\:first\:px-105:first-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xs\:first\:py-107:first-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xs\:first\:px-107:first-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xs\:first\:py-110:first-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:first\:px-110:first-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:first\:py-120:first-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:first\:px-120:first-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:first\:py-130:first-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:first\:px-130:first-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:first\:py-250px:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:first\:px-250px:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:first\:py-1\/2\%:first-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xs\:first\:px-1\/2\%:first-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xs\:first\:py-1\%:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:first\:px-1\%:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:first\:py-2\%:first-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xs\:first\:px-2\%:first-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xs\:first\:py-3\%:first-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xs\:first\:px-3\%:first-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xs\:first\:py-4\%:first-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xs\:first\:px-4\%:first-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xs\:first\:py-5\%:first-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:first\:px-5\%:first-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:first\:py-10\%:first-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:first\:px-10\%:first-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:first\:py-20\%:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:first\:px-20\%:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:first\:py-23\%:first-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xs\:first\:px-23\%:first-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xs\:first\:py-25\%:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:first\:px-25\%:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:first\:py-26\%:first-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xs\:first\:px-26\%:first-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xs\:first\:py-30\%:first-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:first\:px-30\%:first-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:first\:py-40\%:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:first\:px-40\%:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:first\:py-50\%:first-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:first\:px-50\%:first-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:first\:py-60\%:first-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:first\:px-60\%:first-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:first\:py-70\%:first-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xs\:first\:px-70\%:first-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xs\:first\:py-80\%:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:first\:px-80\%:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:first\:py-90\%:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:first\:px-90\%:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:first\:py-95\%:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:first\:px-95\%:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:first\:py-96\%:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:first\:px-96\%:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:first\:py-97\%:first-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xs\:first\:px-97\%:first-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xs\:first\:py-98\%:first-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xs\:first\:px-98\%:first-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xs\:first\:py-99\%:first-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xs\:first\:px-99\%:first-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xs\:first\:py-36vh:first-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xs\:first\:px-36vh:first-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xs\:first\:py-75vh:first-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xs\:first\:px-75vh:first-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xs\:first\:py-78vh:first-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xs\:first\:px-78vh:first-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xs\:first\:py-80vh:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:first\:px-80vh:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:first\:py-82vh:first-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xs\:first\:px-82vh:first-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xs\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .xs\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .xs\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .xs\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .xs\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xs\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xs\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xs\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xs\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xs\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xs\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xs\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xs\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .xs\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .xs\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .xs\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .xs\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .xs\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .xs\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .xs\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .xs\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .xs\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .xs\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .xs\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .xs\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .xs\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .xs\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .xs\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .xs\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .xs\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .xs\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .xs\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .xs\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .xs\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .xs\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .xs\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .xs\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .xs\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .xs\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .xs\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .xs\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .xs\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .xs\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .xs\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .xs\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .xs\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .xs\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .xs\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .xs\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .xs\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .xs\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .xs\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .xs\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .xs\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .xs\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .xs\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .xs\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .xs\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .xs\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .xs\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .xs\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .xs\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .xs\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .xs\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .xs\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .xs\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .xs\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .xs\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .xs\:first\:pt-21:first-child {
    padding-top: 5.25rem;
  }

  .xs\:first\:pr-21:first-child {
    padding-right: 5.25rem;
  }

  .xs\:first\:pb-21:first-child {
    padding-bottom: 5.25rem;
  }

  .xs\:first\:pl-21:first-child {
    padding-left: 5.25rem;
  }

  .xs\:first\:pt-22:first-child {
    padding-top: 5.5rem;
  }

  .xs\:first\:pr-22:first-child {
    padding-right: 5.5rem;
  }

  .xs\:first\:pb-22:first-child {
    padding-bottom: 5.5rem;
  }

  .xs\:first\:pl-22:first-child {
    padding-left: 5.5rem;
  }

  .xs\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .xs\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .xs\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .xs\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .xs\:first\:pt-26:first-child {
    padding-top: 6.5rem;
  }

  .xs\:first\:pr-26:first-child {
    padding-right: 6.5rem;
  }

  .xs\:first\:pb-26:first-child {
    padding-bottom: 6.5rem;
  }

  .xs\:first\:pl-26:first-child {
    padding-left: 6.5rem;
  }

  .xs\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .xs\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .xs\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .xs\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .xs\:first\:pt-30:first-child {
    padding-top: 7.5rem;
  }

  .xs\:first\:pr-30:first-child {
    padding-right: 7.5rem;
  }

  .xs\:first\:pb-30:first-child {
    padding-bottom: 7.5rem;
  }

  .xs\:first\:pl-30:first-child {
    padding-left: 7.5rem;
  }

  .xs\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .xs\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .xs\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .xs\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .xs\:first\:pt-34:first-child {
    padding-top: 8.5rem;
  }

  .xs\:first\:pr-34:first-child {
    padding-right: 8.5rem;
  }

  .xs\:first\:pb-34:first-child {
    padding-bottom: 8.5rem;
  }

  .xs\:first\:pl-34:first-child {
    padding-left: 8.5rem;
  }

  .xs\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .xs\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .xs\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .xs\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .xs\:first\:pt-38:first-child {
    padding-top: 9.5rem;
  }

  .xs\:first\:pr-38:first-child {
    padding-right: 9.5rem;
  }

  .xs\:first\:pb-38:first-child {
    padding-bottom: 9.5rem;
  }

  .xs\:first\:pl-38:first-child {
    padding-left: 9.5rem;
  }

  .xs\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .xs\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .xs\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .xs\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .xs\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .xs\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .xs\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .xs\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .xs\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .xs\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .xs\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .xs\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .xs\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .xs\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .xs\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .xs\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .xs\:first\:pt-53:first-child {
    padding-top: 13.25rem;
  }

  .xs\:first\:pr-53:first-child {
    padding-right: 13.25rem;
  }

  .xs\:first\:pb-53:first-child {
    padding-bottom: 13.25rem;
  }

  .xs\:first\:pl-53:first-child {
    padding-left: 13.25rem;
  }

  .xs\:first\:pt-54:first-child {
    padding-top: 13.5rem;
  }

  .xs\:first\:pr-54:first-child {
    padding-right: 13.5rem;
  }

  .xs\:first\:pb-54:first-child {
    padding-bottom: 13.5rem;
  }

  .xs\:first\:pl-54:first-child {
    padding-left: 13.5rem;
  }

  .xs\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .xs\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .xs\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .xs\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .xs\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .xs\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .xs\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .xs\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .xs\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .xs\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .xs\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .xs\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .xs\:first\:pt-74:first-child {
    padding-top: 18.5rem;
  }

  .xs\:first\:pr-74:first-child {
    padding-right: 18.5rem;
  }

  .xs\:first\:pb-74:first-child {
    padding-bottom: 18.5rem;
  }

  .xs\:first\:pl-74:first-child {
    padding-left: 18.5rem;
  }

  .xs\:first\:pt-76:first-child {
    padding-top: 19rem;
  }

  .xs\:first\:pr-76:first-child {
    padding-right: 19rem;
  }

  .xs\:first\:pb-76:first-child {
    padding-bottom: 19rem;
  }

  .xs\:first\:pl-76:first-child {
    padding-left: 19rem;
  }

  .xs\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .xs\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .xs\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .xs\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .xs\:first\:pt-85:first-child {
    padding-top: 21.25rem;
  }

  .xs\:first\:pr-85:first-child {
    padding-right: 21.25rem;
  }

  .xs\:first\:pb-85:first-child {
    padding-bottom: 21.25rem;
  }

  .xs\:first\:pl-85:first-child {
    padding-left: 21.25rem;
  }

  .xs\:first\:pt-100:first-child {
    padding-top: 25rem;
  }

  .xs\:first\:pr-100:first-child {
    padding-right: 25rem;
  }

  .xs\:first\:pb-100:first-child {
    padding-bottom: 25rem;
  }

  .xs\:first\:pl-100:first-child {
    padding-left: 25rem;
  }

  .xs\:first\:pt-105:first-child {
    padding-top: 26.25rem;
  }

  .xs\:first\:pr-105:first-child {
    padding-right: 26.25rem;
  }

  .xs\:first\:pb-105:first-child {
    padding-bottom: 26.25rem;
  }

  .xs\:first\:pl-105:first-child {
    padding-left: 26.25rem;
  }

  .xs\:first\:pt-107:first-child {
    padding-top: 26.4rem;
  }

  .xs\:first\:pr-107:first-child {
    padding-right: 26.4rem;
  }

  .xs\:first\:pb-107:first-child {
    padding-bottom: 26.4rem;
  }

  .xs\:first\:pl-107:first-child {
    padding-left: 26.4rem;
  }

  .xs\:first\:pt-110:first-child {
    padding-top: 27.5rem;
  }

  .xs\:first\:pr-110:first-child {
    padding-right: 27.5rem;
  }

  .xs\:first\:pb-110:first-child {
    padding-bottom: 27.5rem;
  }

  .xs\:first\:pl-110:first-child {
    padding-left: 27.5rem;
  }

  .xs\:first\:pt-120:first-child {
    padding-top: 30rem;
  }

  .xs\:first\:pr-120:first-child {
    padding-right: 30rem;
  }

  .xs\:first\:pb-120:first-child {
    padding-bottom: 30rem;
  }

  .xs\:first\:pl-120:first-child {
    padding-left: 30rem;
  }

  .xs\:first\:pt-130:first-child {
    padding-top: 38rem;
  }

  .xs\:first\:pr-130:first-child {
    padding-right: 38rem;
  }

  .xs\:first\:pb-130:first-child {
    padding-bottom: 38rem;
  }

  .xs\:first\:pl-130:first-child {
    padding-left: 38rem;
  }

  .xs\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .xs\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .xs\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .xs\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .xs\:first\:pt-250px:first-child {
    padding-top: 250px;
  }

  .xs\:first\:pr-250px:first-child {
    padding-right: 250px;
  }

  .xs\:first\:pb-250px:first-child {
    padding-bottom: 250px;
  }

  .xs\:first\:pl-250px:first-child {
    padding-left: 250px;
  }

  .xs\:first\:pt-1\/2\%:first-child {
    padding-top: 0.5%;
  }

  .xs\:first\:pr-1\/2\%:first-child {
    padding-right: 0.5%;
  }

  .xs\:first\:pb-1\/2\%:first-child {
    padding-bottom: 0.5%;
  }

  .xs\:first\:pl-1\/2\%:first-child {
    padding-left: 0.5%;
  }

  .xs\:first\:pt-1\%:first-child {
    padding-top: 1%;
  }

  .xs\:first\:pr-1\%:first-child {
    padding-right: 1%;
  }

  .xs\:first\:pb-1\%:first-child {
    padding-bottom: 1%;
  }

  .xs\:first\:pl-1\%:first-child {
    padding-left: 1%;
  }

  .xs\:first\:pt-2\%:first-child {
    padding-top: 2%;
  }

  .xs\:first\:pr-2\%:first-child {
    padding-right: 2%;
  }

  .xs\:first\:pb-2\%:first-child {
    padding-bottom: 2%;
  }

  .xs\:first\:pl-2\%:first-child {
    padding-left: 2%;
  }

  .xs\:first\:pt-3\%:first-child {
    padding-top: 3%;
  }

  .xs\:first\:pr-3\%:first-child {
    padding-right: 3%;
  }

  .xs\:first\:pb-3\%:first-child {
    padding-bottom: 3%;
  }

  .xs\:first\:pl-3\%:first-child {
    padding-left: 3%;
  }

  .xs\:first\:pt-4\%:first-child {
    padding-top: 4%;
  }

  .xs\:first\:pr-4\%:first-child {
    padding-right: 4%;
  }

  .xs\:first\:pb-4\%:first-child {
    padding-bottom: 4%;
  }

  .xs\:first\:pl-4\%:first-child {
    padding-left: 4%;
  }

  .xs\:first\:pt-5\%:first-child {
    padding-top: 5%;
  }

  .xs\:first\:pr-5\%:first-child {
    padding-right: 5%;
  }

  .xs\:first\:pb-5\%:first-child {
    padding-bottom: 5%;
  }

  .xs\:first\:pl-5\%:first-child {
    padding-left: 5%;
  }

  .xs\:first\:pt-10\%:first-child {
    padding-top: 10%;
  }

  .xs\:first\:pr-10\%:first-child {
    padding-right: 10%;
  }

  .xs\:first\:pb-10\%:first-child {
    padding-bottom: 10%;
  }

  .xs\:first\:pl-10\%:first-child {
    padding-left: 10%;
  }

  .xs\:first\:pt-20\%:first-child {
    padding-top: 20%;
  }

  .xs\:first\:pr-20\%:first-child {
    padding-right: 20%;
  }

  .xs\:first\:pb-20\%:first-child {
    padding-bottom: 20%;
  }

  .xs\:first\:pl-20\%:first-child {
    padding-left: 20%;
  }

  .xs\:first\:pt-23\%:first-child {
    padding-top: 23%;
  }

  .xs\:first\:pr-23\%:first-child {
    padding-right: 23%;
  }

  .xs\:first\:pb-23\%:first-child {
    padding-bottom: 23%;
  }

  .xs\:first\:pl-23\%:first-child {
    padding-left: 23%;
  }

  .xs\:first\:pt-25\%:first-child {
    padding-top: 25%;
  }

  .xs\:first\:pr-25\%:first-child {
    padding-right: 25%;
  }

  .xs\:first\:pb-25\%:first-child {
    padding-bottom: 25%;
  }

  .xs\:first\:pl-25\%:first-child {
    padding-left: 25%;
  }

  .xs\:first\:pt-26\%:first-child {
    padding-top: 26%;
  }

  .xs\:first\:pr-26\%:first-child {
    padding-right: 26%;
  }

  .xs\:first\:pb-26\%:first-child {
    padding-bottom: 26%;
  }

  .xs\:first\:pl-26\%:first-child {
    padding-left: 26%;
  }

  .xs\:first\:pt-30\%:first-child {
    padding-top: 30%;
  }

  .xs\:first\:pr-30\%:first-child {
    padding-right: 30%;
  }

  .xs\:first\:pb-30\%:first-child {
    padding-bottom: 30%;
  }

  .xs\:first\:pl-30\%:first-child {
    padding-left: 30%;
  }

  .xs\:first\:pt-40\%:first-child {
    padding-top: 40%;
  }

  .xs\:first\:pr-40\%:first-child {
    padding-right: 40%;
  }

  .xs\:first\:pb-40\%:first-child {
    padding-bottom: 40%;
  }

  .xs\:first\:pl-40\%:first-child {
    padding-left: 40%;
  }

  .xs\:first\:pt-50\%:first-child {
    padding-top: 50%;
  }

  .xs\:first\:pr-50\%:first-child {
    padding-right: 50%;
  }

  .xs\:first\:pb-50\%:first-child {
    padding-bottom: 50%;
  }

  .xs\:first\:pl-50\%:first-child {
    padding-left: 50%;
  }

  .xs\:first\:pt-60\%:first-child {
    padding-top: 60%;
  }

  .xs\:first\:pr-60\%:first-child {
    padding-right: 60%;
  }

  .xs\:first\:pb-60\%:first-child {
    padding-bottom: 60%;
  }

  .xs\:first\:pl-60\%:first-child {
    padding-left: 60%;
  }

  .xs\:first\:pt-70\%:first-child {
    padding-top: 70%;
  }

  .xs\:first\:pr-70\%:first-child {
    padding-right: 70%;
  }

  .xs\:first\:pb-70\%:first-child {
    padding-bottom: 70%;
  }

  .xs\:first\:pl-70\%:first-child {
    padding-left: 70%;
  }

  .xs\:first\:pt-80\%:first-child {
    padding-top: 80%;
  }

  .xs\:first\:pr-80\%:first-child {
    padding-right: 80%;
  }

  .xs\:first\:pb-80\%:first-child {
    padding-bottom: 80%;
  }

  .xs\:first\:pl-80\%:first-child {
    padding-left: 80%;
  }

  .xs\:first\:pt-90\%:first-child {
    padding-top: 90%;
  }

  .xs\:first\:pr-90\%:first-child {
    padding-right: 90%;
  }

  .xs\:first\:pb-90\%:first-child {
    padding-bottom: 90%;
  }

  .xs\:first\:pl-90\%:first-child {
    padding-left: 90%;
  }

  .xs\:first\:pt-95\%:first-child {
    padding-top: 95%;
  }

  .xs\:first\:pr-95\%:first-child {
    padding-right: 95%;
  }

  .xs\:first\:pb-95\%:first-child {
    padding-bottom: 95%;
  }

  .xs\:first\:pl-95\%:first-child {
    padding-left: 95%;
  }

  .xs\:first\:pt-96\%:first-child {
    padding-top: 96%;
  }

  .xs\:first\:pr-96\%:first-child {
    padding-right: 96%;
  }

  .xs\:first\:pb-96\%:first-child {
    padding-bottom: 96%;
  }

  .xs\:first\:pl-96\%:first-child {
    padding-left: 96%;
  }

  .xs\:first\:pt-97\%:first-child {
    padding-top: 97%;
  }

  .xs\:first\:pr-97\%:first-child {
    padding-right: 97%;
  }

  .xs\:first\:pb-97\%:first-child {
    padding-bottom: 97%;
  }

  .xs\:first\:pl-97\%:first-child {
    padding-left: 97%;
  }

  .xs\:first\:pt-98\%:first-child {
    padding-top: 98%;
  }

  .xs\:first\:pr-98\%:first-child {
    padding-right: 98%;
  }

  .xs\:first\:pb-98\%:first-child {
    padding-bottom: 98%;
  }

  .xs\:first\:pl-98\%:first-child {
    padding-left: 98%;
  }

  .xs\:first\:pt-99\%:first-child {
    padding-top: 99%;
  }

  .xs\:first\:pr-99\%:first-child {
    padding-right: 99%;
  }

  .xs\:first\:pb-99\%:first-child {
    padding-bottom: 99%;
  }

  .xs\:first\:pl-99\%:first-child {
    padding-left: 99%;
  }

  .xs\:first\:pt-36vh:first-child {
    padding-top: 36vh;
  }

  .xs\:first\:pr-36vh:first-child {
    padding-right: 36vh;
  }

  .xs\:first\:pb-36vh:first-child {
    padding-bottom: 36vh;
  }

  .xs\:first\:pl-36vh:first-child {
    padding-left: 36vh;
  }

  .xs\:first\:pt-75vh:first-child {
    padding-top: 75vh;
  }

  .xs\:first\:pr-75vh:first-child {
    padding-right: 75vh;
  }

  .xs\:first\:pb-75vh:first-child {
    padding-bottom: 75vh;
  }

  .xs\:first\:pl-75vh:first-child {
    padding-left: 75vh;
  }

  .xs\:first\:pt-78vh:first-child {
    padding-top: 78vh;
  }

  .xs\:first\:pr-78vh:first-child {
    padding-right: 78vh;
  }

  .xs\:first\:pb-78vh:first-child {
    padding-bottom: 78vh;
  }

  .xs\:first\:pl-78vh:first-child {
    padding-left: 78vh;
  }

  .xs\:first\:pt-80vh:first-child {
    padding-top: 80vh;
  }

  .xs\:first\:pr-80vh:first-child {
    padding-right: 80vh;
  }

  .xs\:first\:pb-80vh:first-child {
    padding-bottom: 80vh;
  }

  .xs\:first\:pl-80vh:first-child {
    padding-left: 80vh;
  }

  .xs\:first\:pt-82vh:first-child {
    padding-top: 82vh;
  }

  .xs\:first\:pr-82vh:first-child {
    padding-right: 82vh;
  }

  .xs\:first\:pb-82vh:first-child {
    padding-bottom: 82vh;
  }

  .xs\:first\:pl-82vh:first-child {
    padding-left: 82vh;
  }

  .xs\:last\:p-0:last-child {
    padding: 0;
  }

  .xs\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .xs\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .xs\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .xs\:last\:p-4:last-child {
    padding: 1rem;
  }

  .xs\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .xs\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .xs\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .xs\:last\:p-8:last-child {
    padding: 2rem;
  }

  .xs\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .xs\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .xs\:last\:p-12:last-child {
    padding: 3rem;
  }

  .xs\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .xs\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .xs\:last\:p-16:last-child {
    padding: 4rem;
  }

  .xs\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .xs\:last\:p-20:last-child {
    padding: 5rem;
  }

  .xs\:last\:p-21:last-child {
    padding: 5.25rem;
  }

  .xs\:last\:p-22:last-child {
    padding: 5.5rem;
  }

  .xs\:last\:p-24:last-child {
    padding: 6rem;
  }

  .xs\:last\:p-26:last-child {
    padding: 6.5rem;
  }

  .xs\:last\:p-28:last-child {
    padding: 7rem;
  }

  .xs\:last\:p-30:last-child {
    padding: 7.5rem;
  }

  .xs\:last\:p-32:last-child {
    padding: 8rem;
  }

  .xs\:last\:p-34:last-child {
    padding: 8.5rem;
  }

  .xs\:last\:p-36:last-child {
    padding: 9rem;
  }

  .xs\:last\:p-38:last-child {
    padding: 9.5rem;
  }

  .xs\:last\:p-40:last-child {
    padding: 10rem;
  }

  .xs\:last\:p-44:last-child {
    padding: 11rem;
  }

  .xs\:last\:p-48:last-child {
    padding: 12rem;
  }

  .xs\:last\:p-52:last-child {
    padding: 13rem;
  }

  .xs\:last\:p-53:last-child {
    padding: 13.25rem;
  }

  .xs\:last\:p-54:last-child {
    padding: 13.5rem;
  }

  .xs\:last\:p-56:last-child {
    padding: 14rem;
  }

  .xs\:last\:p-64:last-child {
    padding: 16rem;
  }

  .xs\:last\:p-72:last-child {
    padding: 18rem;
  }

  .xs\:last\:p-74:last-child {
    padding: 18.5rem;
  }

  .xs\:last\:p-76:last-child {
    padding: 19rem;
  }

  .xs\:last\:p-80:last-child {
    padding: 20rem;
  }

  .xs\:last\:p-85:last-child {
    padding: 21.25rem;
  }

  .xs\:last\:p-100:last-child {
    padding: 25rem;
  }

  .xs\:last\:p-105:last-child {
    padding: 26.25rem;
  }

  .xs\:last\:p-107:last-child {
    padding: 26.4rem;
  }

  .xs\:last\:p-110:last-child {
    padding: 27.5rem;
  }

  .xs\:last\:p-120:last-child {
    padding: 30rem;
  }

  .xs\:last\:p-130:last-child {
    padding: 38rem;
  }

  .xs\:last\:p-px:last-child {
    padding: 1px;
  }

  .xs\:last\:p-250px:last-child {
    padding: 250px;
  }

  .xs\:last\:p-1\/2\%:last-child {
    padding: 0.5%;
  }

  .xs\:last\:p-1\%:last-child {
    padding: 1%;
  }

  .xs\:last\:p-2\%:last-child {
    padding: 2%;
  }

  .xs\:last\:p-3\%:last-child {
    padding: 3%;
  }

  .xs\:last\:p-4\%:last-child {
    padding: 4%;
  }

  .xs\:last\:p-5\%:last-child {
    padding: 5%;
  }

  .xs\:last\:p-10\%:last-child {
    padding: 10%;
  }

  .xs\:last\:p-20\%:last-child {
    padding: 20%;
  }

  .xs\:last\:p-23\%:last-child {
    padding: 23%;
  }

  .xs\:last\:p-25\%:last-child {
    padding: 25%;
  }

  .xs\:last\:p-26\%:last-child {
    padding: 26%;
  }

  .xs\:last\:p-30\%:last-child {
    padding: 30%;
  }

  .xs\:last\:p-40\%:last-child {
    padding: 40%;
  }

  .xs\:last\:p-50\%:last-child {
    padding: 50%;
  }

  .xs\:last\:p-60\%:last-child {
    padding: 60%;
  }

  .xs\:last\:p-70\%:last-child {
    padding: 70%;
  }

  .xs\:last\:p-80\%:last-child {
    padding: 80%;
  }

  .xs\:last\:p-90\%:last-child {
    padding: 90%;
  }

  .xs\:last\:p-95\%:last-child {
    padding: 95%;
  }

  .xs\:last\:p-96\%:last-child {
    padding: 96%;
  }

  .xs\:last\:p-97\%:last-child {
    padding: 97%;
  }

  .xs\:last\:p-98\%:last-child {
    padding: 98%;
  }

  .xs\:last\:p-99\%:last-child {
    padding: 99%;
  }

  .xs\:last\:p-36vh:last-child {
    padding: 36vh;
  }

  .xs\:last\:p-75vh:last-child {
    padding: 75vh;
  }

  .xs\:last\:p-78vh:last-child {
    padding: 78vh;
  }

  .xs\:last\:p-80vh:last-child {
    padding: 80vh;
  }

  .xs\:last\:p-82vh:last-child {
    padding: 82vh;
  }

  .xs\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:last\:py-21:last-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:last\:px-21:last-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:last\:py-22:last-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:last\:px-22:last-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:last\:py-26:last-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:last\:px-26:last-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:last\:py-30:last-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:last\:px-30:last-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:last\:py-34:last-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:last\:px-34:last-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:last\:py-38:last-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:last\:px-38:last-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:last\:py-53:last-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xs\:last\:px-53:last-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xs\:last\:py-54:last-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xs\:last\:px-54:last-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xs\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:last\:py-74:last-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xs\:last\:px-74:last-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xs\:last\:py-76:last-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xs\:last\:px-76:last-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xs\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:last\:py-85:last-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xs\:last\:px-85:last-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xs\:last\:py-100:last-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xs\:last\:px-100:last-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xs\:last\:py-105:last-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xs\:last\:px-105:last-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xs\:last\:py-107:last-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xs\:last\:px-107:last-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xs\:last\:py-110:last-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:last\:px-110:last-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:last\:py-120:last-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:last\:px-120:last-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:last\:py-130:last-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:last\:px-130:last-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:last\:py-250px:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:last\:px-250px:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:last\:py-1\/2\%:last-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xs\:last\:px-1\/2\%:last-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xs\:last\:py-1\%:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:last\:px-1\%:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:last\:py-2\%:last-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xs\:last\:px-2\%:last-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xs\:last\:py-3\%:last-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xs\:last\:px-3\%:last-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xs\:last\:py-4\%:last-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xs\:last\:px-4\%:last-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xs\:last\:py-5\%:last-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:last\:px-5\%:last-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:last\:py-10\%:last-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:last\:px-10\%:last-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:last\:py-20\%:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:last\:px-20\%:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:last\:py-23\%:last-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xs\:last\:px-23\%:last-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xs\:last\:py-25\%:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:last\:px-25\%:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:last\:py-26\%:last-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xs\:last\:px-26\%:last-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xs\:last\:py-30\%:last-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:last\:px-30\%:last-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:last\:py-40\%:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:last\:px-40\%:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:last\:py-50\%:last-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:last\:px-50\%:last-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:last\:py-60\%:last-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:last\:px-60\%:last-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:last\:py-70\%:last-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xs\:last\:px-70\%:last-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xs\:last\:py-80\%:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:last\:px-80\%:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:last\:py-90\%:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:last\:px-90\%:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:last\:py-95\%:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:last\:px-95\%:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:last\:py-96\%:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:last\:px-96\%:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:last\:py-97\%:last-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xs\:last\:px-97\%:last-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xs\:last\:py-98\%:last-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xs\:last\:px-98\%:last-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xs\:last\:py-99\%:last-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xs\:last\:px-99\%:last-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xs\:last\:py-36vh:last-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xs\:last\:px-36vh:last-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xs\:last\:py-75vh:last-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xs\:last\:px-75vh:last-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xs\:last\:py-78vh:last-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xs\:last\:px-78vh:last-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xs\:last\:py-80vh:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:last\:px-80vh:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:last\:py-82vh:last-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xs\:last\:px-82vh:last-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xs\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .xs\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .xs\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .xs\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .xs\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xs\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xs\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xs\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xs\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xs\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xs\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xs\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xs\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .xs\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .xs\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .xs\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .xs\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .xs\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .xs\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .xs\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .xs\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .xs\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .xs\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .xs\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .xs\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .xs\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .xs\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .xs\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .xs\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .xs\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .xs\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .xs\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .xs\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .xs\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .xs\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .xs\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .xs\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .xs\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .xs\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .xs\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .xs\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .xs\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .xs\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .xs\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .xs\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .xs\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .xs\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .xs\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .xs\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .xs\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .xs\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .xs\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .xs\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .xs\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .xs\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .xs\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .xs\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .xs\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .xs\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .xs\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .xs\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .xs\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .xs\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .xs\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .xs\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .xs\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .xs\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .xs\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .xs\:last\:pt-21:last-child {
    padding-top: 5.25rem;
  }

  .xs\:last\:pr-21:last-child {
    padding-right: 5.25rem;
  }

  .xs\:last\:pb-21:last-child {
    padding-bottom: 5.25rem;
  }

  .xs\:last\:pl-21:last-child {
    padding-left: 5.25rem;
  }

  .xs\:last\:pt-22:last-child {
    padding-top: 5.5rem;
  }

  .xs\:last\:pr-22:last-child {
    padding-right: 5.5rem;
  }

  .xs\:last\:pb-22:last-child {
    padding-bottom: 5.5rem;
  }

  .xs\:last\:pl-22:last-child {
    padding-left: 5.5rem;
  }

  .xs\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .xs\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .xs\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .xs\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .xs\:last\:pt-26:last-child {
    padding-top: 6.5rem;
  }

  .xs\:last\:pr-26:last-child {
    padding-right: 6.5rem;
  }

  .xs\:last\:pb-26:last-child {
    padding-bottom: 6.5rem;
  }

  .xs\:last\:pl-26:last-child {
    padding-left: 6.5rem;
  }

  .xs\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .xs\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .xs\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .xs\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .xs\:last\:pt-30:last-child {
    padding-top: 7.5rem;
  }

  .xs\:last\:pr-30:last-child {
    padding-right: 7.5rem;
  }

  .xs\:last\:pb-30:last-child {
    padding-bottom: 7.5rem;
  }

  .xs\:last\:pl-30:last-child {
    padding-left: 7.5rem;
  }

  .xs\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .xs\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .xs\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .xs\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .xs\:last\:pt-34:last-child {
    padding-top: 8.5rem;
  }

  .xs\:last\:pr-34:last-child {
    padding-right: 8.5rem;
  }

  .xs\:last\:pb-34:last-child {
    padding-bottom: 8.5rem;
  }

  .xs\:last\:pl-34:last-child {
    padding-left: 8.5rem;
  }

  .xs\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .xs\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .xs\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .xs\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .xs\:last\:pt-38:last-child {
    padding-top: 9.5rem;
  }

  .xs\:last\:pr-38:last-child {
    padding-right: 9.5rem;
  }

  .xs\:last\:pb-38:last-child {
    padding-bottom: 9.5rem;
  }

  .xs\:last\:pl-38:last-child {
    padding-left: 9.5rem;
  }

  .xs\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .xs\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .xs\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .xs\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .xs\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .xs\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .xs\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .xs\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .xs\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .xs\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .xs\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .xs\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .xs\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .xs\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .xs\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .xs\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .xs\:last\:pt-53:last-child {
    padding-top: 13.25rem;
  }

  .xs\:last\:pr-53:last-child {
    padding-right: 13.25rem;
  }

  .xs\:last\:pb-53:last-child {
    padding-bottom: 13.25rem;
  }

  .xs\:last\:pl-53:last-child {
    padding-left: 13.25rem;
  }

  .xs\:last\:pt-54:last-child {
    padding-top: 13.5rem;
  }

  .xs\:last\:pr-54:last-child {
    padding-right: 13.5rem;
  }

  .xs\:last\:pb-54:last-child {
    padding-bottom: 13.5rem;
  }

  .xs\:last\:pl-54:last-child {
    padding-left: 13.5rem;
  }

  .xs\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .xs\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .xs\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .xs\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .xs\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .xs\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .xs\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .xs\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .xs\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .xs\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .xs\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .xs\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .xs\:last\:pt-74:last-child {
    padding-top: 18.5rem;
  }

  .xs\:last\:pr-74:last-child {
    padding-right: 18.5rem;
  }

  .xs\:last\:pb-74:last-child {
    padding-bottom: 18.5rem;
  }

  .xs\:last\:pl-74:last-child {
    padding-left: 18.5rem;
  }

  .xs\:last\:pt-76:last-child {
    padding-top: 19rem;
  }

  .xs\:last\:pr-76:last-child {
    padding-right: 19rem;
  }

  .xs\:last\:pb-76:last-child {
    padding-bottom: 19rem;
  }

  .xs\:last\:pl-76:last-child {
    padding-left: 19rem;
  }

  .xs\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .xs\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .xs\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .xs\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .xs\:last\:pt-85:last-child {
    padding-top: 21.25rem;
  }

  .xs\:last\:pr-85:last-child {
    padding-right: 21.25rem;
  }

  .xs\:last\:pb-85:last-child {
    padding-bottom: 21.25rem;
  }

  .xs\:last\:pl-85:last-child {
    padding-left: 21.25rem;
  }

  .xs\:last\:pt-100:last-child {
    padding-top: 25rem;
  }

  .xs\:last\:pr-100:last-child {
    padding-right: 25rem;
  }

  .xs\:last\:pb-100:last-child {
    padding-bottom: 25rem;
  }

  .xs\:last\:pl-100:last-child {
    padding-left: 25rem;
  }

  .xs\:last\:pt-105:last-child {
    padding-top: 26.25rem;
  }

  .xs\:last\:pr-105:last-child {
    padding-right: 26.25rem;
  }

  .xs\:last\:pb-105:last-child {
    padding-bottom: 26.25rem;
  }

  .xs\:last\:pl-105:last-child {
    padding-left: 26.25rem;
  }

  .xs\:last\:pt-107:last-child {
    padding-top: 26.4rem;
  }

  .xs\:last\:pr-107:last-child {
    padding-right: 26.4rem;
  }

  .xs\:last\:pb-107:last-child {
    padding-bottom: 26.4rem;
  }

  .xs\:last\:pl-107:last-child {
    padding-left: 26.4rem;
  }

  .xs\:last\:pt-110:last-child {
    padding-top: 27.5rem;
  }

  .xs\:last\:pr-110:last-child {
    padding-right: 27.5rem;
  }

  .xs\:last\:pb-110:last-child {
    padding-bottom: 27.5rem;
  }

  .xs\:last\:pl-110:last-child {
    padding-left: 27.5rem;
  }

  .xs\:last\:pt-120:last-child {
    padding-top: 30rem;
  }

  .xs\:last\:pr-120:last-child {
    padding-right: 30rem;
  }

  .xs\:last\:pb-120:last-child {
    padding-bottom: 30rem;
  }

  .xs\:last\:pl-120:last-child {
    padding-left: 30rem;
  }

  .xs\:last\:pt-130:last-child {
    padding-top: 38rem;
  }

  .xs\:last\:pr-130:last-child {
    padding-right: 38rem;
  }

  .xs\:last\:pb-130:last-child {
    padding-bottom: 38rem;
  }

  .xs\:last\:pl-130:last-child {
    padding-left: 38rem;
  }

  .xs\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .xs\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .xs\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .xs\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .xs\:last\:pt-250px:last-child {
    padding-top: 250px;
  }

  .xs\:last\:pr-250px:last-child {
    padding-right: 250px;
  }

  .xs\:last\:pb-250px:last-child {
    padding-bottom: 250px;
  }

  .xs\:last\:pl-250px:last-child {
    padding-left: 250px;
  }

  .xs\:last\:pt-1\/2\%:last-child {
    padding-top: 0.5%;
  }

  .xs\:last\:pr-1\/2\%:last-child {
    padding-right: 0.5%;
  }

  .xs\:last\:pb-1\/2\%:last-child {
    padding-bottom: 0.5%;
  }

  .xs\:last\:pl-1\/2\%:last-child {
    padding-left: 0.5%;
  }

  .xs\:last\:pt-1\%:last-child {
    padding-top: 1%;
  }

  .xs\:last\:pr-1\%:last-child {
    padding-right: 1%;
  }

  .xs\:last\:pb-1\%:last-child {
    padding-bottom: 1%;
  }

  .xs\:last\:pl-1\%:last-child {
    padding-left: 1%;
  }

  .xs\:last\:pt-2\%:last-child {
    padding-top: 2%;
  }

  .xs\:last\:pr-2\%:last-child {
    padding-right: 2%;
  }

  .xs\:last\:pb-2\%:last-child {
    padding-bottom: 2%;
  }

  .xs\:last\:pl-2\%:last-child {
    padding-left: 2%;
  }

  .xs\:last\:pt-3\%:last-child {
    padding-top: 3%;
  }

  .xs\:last\:pr-3\%:last-child {
    padding-right: 3%;
  }

  .xs\:last\:pb-3\%:last-child {
    padding-bottom: 3%;
  }

  .xs\:last\:pl-3\%:last-child {
    padding-left: 3%;
  }

  .xs\:last\:pt-4\%:last-child {
    padding-top: 4%;
  }

  .xs\:last\:pr-4\%:last-child {
    padding-right: 4%;
  }

  .xs\:last\:pb-4\%:last-child {
    padding-bottom: 4%;
  }

  .xs\:last\:pl-4\%:last-child {
    padding-left: 4%;
  }

  .xs\:last\:pt-5\%:last-child {
    padding-top: 5%;
  }

  .xs\:last\:pr-5\%:last-child {
    padding-right: 5%;
  }

  .xs\:last\:pb-5\%:last-child {
    padding-bottom: 5%;
  }

  .xs\:last\:pl-5\%:last-child {
    padding-left: 5%;
  }

  .xs\:last\:pt-10\%:last-child {
    padding-top: 10%;
  }

  .xs\:last\:pr-10\%:last-child {
    padding-right: 10%;
  }

  .xs\:last\:pb-10\%:last-child {
    padding-bottom: 10%;
  }

  .xs\:last\:pl-10\%:last-child {
    padding-left: 10%;
  }

  .xs\:last\:pt-20\%:last-child {
    padding-top: 20%;
  }

  .xs\:last\:pr-20\%:last-child {
    padding-right: 20%;
  }

  .xs\:last\:pb-20\%:last-child {
    padding-bottom: 20%;
  }

  .xs\:last\:pl-20\%:last-child {
    padding-left: 20%;
  }

  .xs\:last\:pt-23\%:last-child {
    padding-top: 23%;
  }

  .xs\:last\:pr-23\%:last-child {
    padding-right: 23%;
  }

  .xs\:last\:pb-23\%:last-child {
    padding-bottom: 23%;
  }

  .xs\:last\:pl-23\%:last-child {
    padding-left: 23%;
  }

  .xs\:last\:pt-25\%:last-child {
    padding-top: 25%;
  }

  .xs\:last\:pr-25\%:last-child {
    padding-right: 25%;
  }

  .xs\:last\:pb-25\%:last-child {
    padding-bottom: 25%;
  }

  .xs\:last\:pl-25\%:last-child {
    padding-left: 25%;
  }

  .xs\:last\:pt-26\%:last-child {
    padding-top: 26%;
  }

  .xs\:last\:pr-26\%:last-child {
    padding-right: 26%;
  }

  .xs\:last\:pb-26\%:last-child {
    padding-bottom: 26%;
  }

  .xs\:last\:pl-26\%:last-child {
    padding-left: 26%;
  }

  .xs\:last\:pt-30\%:last-child {
    padding-top: 30%;
  }

  .xs\:last\:pr-30\%:last-child {
    padding-right: 30%;
  }

  .xs\:last\:pb-30\%:last-child {
    padding-bottom: 30%;
  }

  .xs\:last\:pl-30\%:last-child {
    padding-left: 30%;
  }

  .xs\:last\:pt-40\%:last-child {
    padding-top: 40%;
  }

  .xs\:last\:pr-40\%:last-child {
    padding-right: 40%;
  }

  .xs\:last\:pb-40\%:last-child {
    padding-bottom: 40%;
  }

  .xs\:last\:pl-40\%:last-child {
    padding-left: 40%;
  }

  .xs\:last\:pt-50\%:last-child {
    padding-top: 50%;
  }

  .xs\:last\:pr-50\%:last-child {
    padding-right: 50%;
  }

  .xs\:last\:pb-50\%:last-child {
    padding-bottom: 50%;
  }

  .xs\:last\:pl-50\%:last-child {
    padding-left: 50%;
  }

  .xs\:last\:pt-60\%:last-child {
    padding-top: 60%;
  }

  .xs\:last\:pr-60\%:last-child {
    padding-right: 60%;
  }

  .xs\:last\:pb-60\%:last-child {
    padding-bottom: 60%;
  }

  .xs\:last\:pl-60\%:last-child {
    padding-left: 60%;
  }

  .xs\:last\:pt-70\%:last-child {
    padding-top: 70%;
  }

  .xs\:last\:pr-70\%:last-child {
    padding-right: 70%;
  }

  .xs\:last\:pb-70\%:last-child {
    padding-bottom: 70%;
  }

  .xs\:last\:pl-70\%:last-child {
    padding-left: 70%;
  }

  .xs\:last\:pt-80\%:last-child {
    padding-top: 80%;
  }

  .xs\:last\:pr-80\%:last-child {
    padding-right: 80%;
  }

  .xs\:last\:pb-80\%:last-child {
    padding-bottom: 80%;
  }

  .xs\:last\:pl-80\%:last-child {
    padding-left: 80%;
  }

  .xs\:last\:pt-90\%:last-child {
    padding-top: 90%;
  }

  .xs\:last\:pr-90\%:last-child {
    padding-right: 90%;
  }

  .xs\:last\:pb-90\%:last-child {
    padding-bottom: 90%;
  }

  .xs\:last\:pl-90\%:last-child {
    padding-left: 90%;
  }

  .xs\:last\:pt-95\%:last-child {
    padding-top: 95%;
  }

  .xs\:last\:pr-95\%:last-child {
    padding-right: 95%;
  }

  .xs\:last\:pb-95\%:last-child {
    padding-bottom: 95%;
  }

  .xs\:last\:pl-95\%:last-child {
    padding-left: 95%;
  }

  .xs\:last\:pt-96\%:last-child {
    padding-top: 96%;
  }

  .xs\:last\:pr-96\%:last-child {
    padding-right: 96%;
  }

  .xs\:last\:pb-96\%:last-child {
    padding-bottom: 96%;
  }

  .xs\:last\:pl-96\%:last-child {
    padding-left: 96%;
  }

  .xs\:last\:pt-97\%:last-child {
    padding-top: 97%;
  }

  .xs\:last\:pr-97\%:last-child {
    padding-right: 97%;
  }

  .xs\:last\:pb-97\%:last-child {
    padding-bottom: 97%;
  }

  .xs\:last\:pl-97\%:last-child {
    padding-left: 97%;
  }

  .xs\:last\:pt-98\%:last-child {
    padding-top: 98%;
  }

  .xs\:last\:pr-98\%:last-child {
    padding-right: 98%;
  }

  .xs\:last\:pb-98\%:last-child {
    padding-bottom: 98%;
  }

  .xs\:last\:pl-98\%:last-child {
    padding-left: 98%;
  }

  .xs\:last\:pt-99\%:last-child {
    padding-top: 99%;
  }

  .xs\:last\:pr-99\%:last-child {
    padding-right: 99%;
  }

  .xs\:last\:pb-99\%:last-child {
    padding-bottom: 99%;
  }

  .xs\:last\:pl-99\%:last-child {
    padding-left: 99%;
  }

  .xs\:last\:pt-36vh:last-child {
    padding-top: 36vh;
  }

  .xs\:last\:pr-36vh:last-child {
    padding-right: 36vh;
  }

  .xs\:last\:pb-36vh:last-child {
    padding-bottom: 36vh;
  }

  .xs\:last\:pl-36vh:last-child {
    padding-left: 36vh;
  }

  .xs\:last\:pt-75vh:last-child {
    padding-top: 75vh;
  }

  .xs\:last\:pr-75vh:last-child {
    padding-right: 75vh;
  }

  .xs\:last\:pb-75vh:last-child {
    padding-bottom: 75vh;
  }

  .xs\:last\:pl-75vh:last-child {
    padding-left: 75vh;
  }

  .xs\:last\:pt-78vh:last-child {
    padding-top: 78vh;
  }

  .xs\:last\:pr-78vh:last-child {
    padding-right: 78vh;
  }

  .xs\:last\:pb-78vh:last-child {
    padding-bottom: 78vh;
  }

  .xs\:last\:pl-78vh:last-child {
    padding-left: 78vh;
  }

  .xs\:last\:pt-80vh:last-child {
    padding-top: 80vh;
  }

  .xs\:last\:pr-80vh:last-child {
    padding-right: 80vh;
  }

  .xs\:last\:pb-80vh:last-child {
    padding-bottom: 80vh;
  }

  .xs\:last\:pl-80vh:last-child {
    padding-left: 80vh;
  }

  .xs\:last\:pt-82vh:last-child {
    padding-top: 82vh;
  }

  .xs\:last\:pr-82vh:last-child {
    padding-right: 82vh;
  }

  .xs\:last\:pb-82vh:last-child {
    padding-bottom: 82vh;
  }

  .xs\:last\:pl-82vh:last-child {
    padding-left: 82vh;
  }

  .xs\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .xs\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .xs\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .xs\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .xs\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .xs\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .xs\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .xs\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .xs\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .xs\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .xs\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .xs\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .xs\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .xs\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .xs\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .xs\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .xs\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .xs\:even\:p-21:nth-child(even) {
    padding: 5.25rem;
  }

  .xs\:even\:p-22:nth-child(even) {
    padding: 5.5rem;
  }

  .xs\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .xs\:even\:p-26:nth-child(even) {
    padding: 6.5rem;
  }

  .xs\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .xs\:even\:p-30:nth-child(even) {
    padding: 7.5rem;
  }

  .xs\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .xs\:even\:p-34:nth-child(even) {
    padding: 8.5rem;
  }

  .xs\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .xs\:even\:p-38:nth-child(even) {
    padding: 9.5rem;
  }

  .xs\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .xs\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .xs\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .xs\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .xs\:even\:p-53:nth-child(even) {
    padding: 13.25rem;
  }

  .xs\:even\:p-54:nth-child(even) {
    padding: 13.5rem;
  }

  .xs\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .xs\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .xs\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .xs\:even\:p-74:nth-child(even) {
    padding: 18.5rem;
  }

  .xs\:even\:p-76:nth-child(even) {
    padding: 19rem;
  }

  .xs\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .xs\:even\:p-85:nth-child(even) {
    padding: 21.25rem;
  }

  .xs\:even\:p-100:nth-child(even) {
    padding: 25rem;
  }

  .xs\:even\:p-105:nth-child(even) {
    padding: 26.25rem;
  }

  .xs\:even\:p-107:nth-child(even) {
    padding: 26.4rem;
  }

  .xs\:even\:p-110:nth-child(even) {
    padding: 27.5rem;
  }

  .xs\:even\:p-120:nth-child(even) {
    padding: 30rem;
  }

  .xs\:even\:p-130:nth-child(even) {
    padding: 38rem;
  }

  .xs\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .xs\:even\:p-250px:nth-child(even) {
    padding: 250px;
  }

  .xs\:even\:p-1\/2\%:nth-child(even) {
    padding: 0.5%;
  }

  .xs\:even\:p-1\%:nth-child(even) {
    padding: 1%;
  }

  .xs\:even\:p-2\%:nth-child(even) {
    padding: 2%;
  }

  .xs\:even\:p-3\%:nth-child(even) {
    padding: 3%;
  }

  .xs\:even\:p-4\%:nth-child(even) {
    padding: 4%;
  }

  .xs\:even\:p-5\%:nth-child(even) {
    padding: 5%;
  }

  .xs\:even\:p-10\%:nth-child(even) {
    padding: 10%;
  }

  .xs\:even\:p-20\%:nth-child(even) {
    padding: 20%;
  }

  .xs\:even\:p-23\%:nth-child(even) {
    padding: 23%;
  }

  .xs\:even\:p-25\%:nth-child(even) {
    padding: 25%;
  }

  .xs\:even\:p-26\%:nth-child(even) {
    padding: 26%;
  }

  .xs\:even\:p-30\%:nth-child(even) {
    padding: 30%;
  }

  .xs\:even\:p-40\%:nth-child(even) {
    padding: 40%;
  }

  .xs\:even\:p-50\%:nth-child(even) {
    padding: 50%;
  }

  .xs\:even\:p-60\%:nth-child(even) {
    padding: 60%;
  }

  .xs\:even\:p-70\%:nth-child(even) {
    padding: 70%;
  }

  .xs\:even\:p-80\%:nth-child(even) {
    padding: 80%;
  }

  .xs\:even\:p-90\%:nth-child(even) {
    padding: 90%;
  }

  .xs\:even\:p-95\%:nth-child(even) {
    padding: 95%;
  }

  .xs\:even\:p-96\%:nth-child(even) {
    padding: 96%;
  }

  .xs\:even\:p-97\%:nth-child(even) {
    padding: 97%;
  }

  .xs\:even\:p-98\%:nth-child(even) {
    padding: 98%;
  }

  .xs\:even\:p-99\%:nth-child(even) {
    padding: 99%;
  }

  .xs\:even\:p-36vh:nth-child(even) {
    padding: 36vh;
  }

  .xs\:even\:p-75vh:nth-child(even) {
    padding: 75vh;
  }

  .xs\:even\:p-78vh:nth-child(even) {
    padding: 78vh;
  }

  .xs\:even\:p-80vh:nth-child(even) {
    padding: 80vh;
  }

  .xs\:even\:p-82vh:nth-child(even) {
    padding: 82vh;
  }

  .xs\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:even\:py-21:nth-child(even) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:even\:px-21:nth-child(even) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:even\:py-22:nth-child(even) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:even\:px-22:nth-child(even) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:even\:py-26:nth-child(even) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:even\:px-26:nth-child(even) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:even\:py-30:nth-child(even) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:even\:px-30:nth-child(even) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:even\:py-34:nth-child(even) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:even\:px-34:nth-child(even) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:even\:py-38:nth-child(even) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:even\:px-38:nth-child(even) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:even\:py-53:nth-child(even) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xs\:even\:px-53:nth-child(even) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xs\:even\:py-54:nth-child(even) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xs\:even\:px-54:nth-child(even) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xs\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:even\:py-74:nth-child(even) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xs\:even\:px-74:nth-child(even) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xs\:even\:py-76:nth-child(even) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xs\:even\:px-76:nth-child(even) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xs\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:even\:py-85:nth-child(even) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xs\:even\:px-85:nth-child(even) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xs\:even\:py-100:nth-child(even) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xs\:even\:px-100:nth-child(even) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xs\:even\:py-105:nth-child(even) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xs\:even\:px-105:nth-child(even) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xs\:even\:py-107:nth-child(even) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xs\:even\:px-107:nth-child(even) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xs\:even\:py-110:nth-child(even) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:even\:px-110:nth-child(even) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:even\:py-120:nth-child(even) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:even\:px-120:nth-child(even) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:even\:py-130:nth-child(even) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:even\:px-130:nth-child(even) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:even\:py-250px:nth-child(even) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:even\:px-250px:nth-child(even) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:even\:py-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xs\:even\:px-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xs\:even\:py-1\%:nth-child(even) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:even\:px-1\%:nth-child(even) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:even\:py-2\%:nth-child(even) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xs\:even\:px-2\%:nth-child(even) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xs\:even\:py-3\%:nth-child(even) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xs\:even\:px-3\%:nth-child(even) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xs\:even\:py-4\%:nth-child(even) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xs\:even\:px-4\%:nth-child(even) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xs\:even\:py-5\%:nth-child(even) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:even\:px-5\%:nth-child(even) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:even\:py-10\%:nth-child(even) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:even\:px-10\%:nth-child(even) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:even\:py-20\%:nth-child(even) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:even\:px-20\%:nth-child(even) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:even\:py-23\%:nth-child(even) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xs\:even\:px-23\%:nth-child(even) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xs\:even\:py-25\%:nth-child(even) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:even\:px-25\%:nth-child(even) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:even\:py-26\%:nth-child(even) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xs\:even\:px-26\%:nth-child(even) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xs\:even\:py-30\%:nth-child(even) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:even\:px-30\%:nth-child(even) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:even\:py-40\%:nth-child(even) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:even\:px-40\%:nth-child(even) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:even\:py-50\%:nth-child(even) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:even\:px-50\%:nth-child(even) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:even\:py-60\%:nth-child(even) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:even\:px-60\%:nth-child(even) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:even\:py-70\%:nth-child(even) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xs\:even\:px-70\%:nth-child(even) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xs\:even\:py-80\%:nth-child(even) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:even\:px-80\%:nth-child(even) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:even\:py-90\%:nth-child(even) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:even\:px-90\%:nth-child(even) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:even\:py-95\%:nth-child(even) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:even\:px-95\%:nth-child(even) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:even\:py-96\%:nth-child(even) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:even\:px-96\%:nth-child(even) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:even\:py-97\%:nth-child(even) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xs\:even\:px-97\%:nth-child(even) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xs\:even\:py-98\%:nth-child(even) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xs\:even\:px-98\%:nth-child(even) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xs\:even\:py-99\%:nth-child(even) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xs\:even\:px-99\%:nth-child(even) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xs\:even\:py-36vh:nth-child(even) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xs\:even\:px-36vh:nth-child(even) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xs\:even\:py-75vh:nth-child(even) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xs\:even\:px-75vh:nth-child(even) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xs\:even\:py-78vh:nth-child(even) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xs\:even\:px-78vh:nth-child(even) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xs\:even\:py-80vh:nth-child(even) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:even\:px-80vh:nth-child(even) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:even\:py-82vh:nth-child(even) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xs\:even\:px-82vh:nth-child(even) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xs\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .xs\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .xs\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .xs\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .xs\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .xs\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .xs\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .xs\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .xs\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .xs\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .xs\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .xs\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .xs\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .xs\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .xs\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .xs\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .xs\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .xs\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .xs\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .xs\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .xs\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .xs\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .xs\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .xs\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .xs\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .xs\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .xs\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .xs\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .xs\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .xs\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .xs\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .xs\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .xs\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .xs\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .xs\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .xs\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .xs\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .xs\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .xs\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .xs\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .xs\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .xs\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .xs\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .xs\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .xs\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .xs\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .xs\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .xs\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .xs\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .xs\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .xs\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .xs\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .xs\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .xs\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .xs\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .xs\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .xs\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .xs\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .xs\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .xs\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .xs\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .xs\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .xs\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .xs\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .xs\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .xs\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .xs\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .xs\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .xs\:even\:pt-21:nth-child(even) {
    padding-top: 5.25rem;
  }

  .xs\:even\:pr-21:nth-child(even) {
    padding-right: 5.25rem;
  }

  .xs\:even\:pb-21:nth-child(even) {
    padding-bottom: 5.25rem;
  }

  .xs\:even\:pl-21:nth-child(even) {
    padding-left: 5.25rem;
  }

  .xs\:even\:pt-22:nth-child(even) {
    padding-top: 5.5rem;
  }

  .xs\:even\:pr-22:nth-child(even) {
    padding-right: 5.5rem;
  }

  .xs\:even\:pb-22:nth-child(even) {
    padding-bottom: 5.5rem;
  }

  .xs\:even\:pl-22:nth-child(even) {
    padding-left: 5.5rem;
  }

  .xs\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .xs\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .xs\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .xs\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .xs\:even\:pt-26:nth-child(even) {
    padding-top: 6.5rem;
  }

  .xs\:even\:pr-26:nth-child(even) {
    padding-right: 6.5rem;
  }

  .xs\:even\:pb-26:nth-child(even) {
    padding-bottom: 6.5rem;
  }

  .xs\:even\:pl-26:nth-child(even) {
    padding-left: 6.5rem;
  }

  .xs\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .xs\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .xs\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .xs\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .xs\:even\:pt-30:nth-child(even) {
    padding-top: 7.5rem;
  }

  .xs\:even\:pr-30:nth-child(even) {
    padding-right: 7.5rem;
  }

  .xs\:even\:pb-30:nth-child(even) {
    padding-bottom: 7.5rem;
  }

  .xs\:even\:pl-30:nth-child(even) {
    padding-left: 7.5rem;
  }

  .xs\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .xs\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .xs\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .xs\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .xs\:even\:pt-34:nth-child(even) {
    padding-top: 8.5rem;
  }

  .xs\:even\:pr-34:nth-child(even) {
    padding-right: 8.5rem;
  }

  .xs\:even\:pb-34:nth-child(even) {
    padding-bottom: 8.5rem;
  }

  .xs\:even\:pl-34:nth-child(even) {
    padding-left: 8.5rem;
  }

  .xs\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .xs\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .xs\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .xs\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .xs\:even\:pt-38:nth-child(even) {
    padding-top: 9.5rem;
  }

  .xs\:even\:pr-38:nth-child(even) {
    padding-right: 9.5rem;
  }

  .xs\:even\:pb-38:nth-child(even) {
    padding-bottom: 9.5rem;
  }

  .xs\:even\:pl-38:nth-child(even) {
    padding-left: 9.5rem;
  }

  .xs\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .xs\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .xs\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .xs\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .xs\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .xs\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .xs\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .xs\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .xs\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .xs\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .xs\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .xs\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .xs\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .xs\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .xs\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .xs\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .xs\:even\:pt-53:nth-child(even) {
    padding-top: 13.25rem;
  }

  .xs\:even\:pr-53:nth-child(even) {
    padding-right: 13.25rem;
  }

  .xs\:even\:pb-53:nth-child(even) {
    padding-bottom: 13.25rem;
  }

  .xs\:even\:pl-53:nth-child(even) {
    padding-left: 13.25rem;
  }

  .xs\:even\:pt-54:nth-child(even) {
    padding-top: 13.5rem;
  }

  .xs\:even\:pr-54:nth-child(even) {
    padding-right: 13.5rem;
  }

  .xs\:even\:pb-54:nth-child(even) {
    padding-bottom: 13.5rem;
  }

  .xs\:even\:pl-54:nth-child(even) {
    padding-left: 13.5rem;
  }

  .xs\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .xs\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .xs\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .xs\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .xs\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .xs\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .xs\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .xs\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .xs\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .xs\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .xs\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .xs\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .xs\:even\:pt-74:nth-child(even) {
    padding-top: 18.5rem;
  }

  .xs\:even\:pr-74:nth-child(even) {
    padding-right: 18.5rem;
  }

  .xs\:even\:pb-74:nth-child(even) {
    padding-bottom: 18.5rem;
  }

  .xs\:even\:pl-74:nth-child(even) {
    padding-left: 18.5rem;
  }

  .xs\:even\:pt-76:nth-child(even) {
    padding-top: 19rem;
  }

  .xs\:even\:pr-76:nth-child(even) {
    padding-right: 19rem;
  }

  .xs\:even\:pb-76:nth-child(even) {
    padding-bottom: 19rem;
  }

  .xs\:even\:pl-76:nth-child(even) {
    padding-left: 19rem;
  }

  .xs\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .xs\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .xs\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .xs\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .xs\:even\:pt-85:nth-child(even) {
    padding-top: 21.25rem;
  }

  .xs\:even\:pr-85:nth-child(even) {
    padding-right: 21.25rem;
  }

  .xs\:even\:pb-85:nth-child(even) {
    padding-bottom: 21.25rem;
  }

  .xs\:even\:pl-85:nth-child(even) {
    padding-left: 21.25rem;
  }

  .xs\:even\:pt-100:nth-child(even) {
    padding-top: 25rem;
  }

  .xs\:even\:pr-100:nth-child(even) {
    padding-right: 25rem;
  }

  .xs\:even\:pb-100:nth-child(even) {
    padding-bottom: 25rem;
  }

  .xs\:even\:pl-100:nth-child(even) {
    padding-left: 25rem;
  }

  .xs\:even\:pt-105:nth-child(even) {
    padding-top: 26.25rem;
  }

  .xs\:even\:pr-105:nth-child(even) {
    padding-right: 26.25rem;
  }

  .xs\:even\:pb-105:nth-child(even) {
    padding-bottom: 26.25rem;
  }

  .xs\:even\:pl-105:nth-child(even) {
    padding-left: 26.25rem;
  }

  .xs\:even\:pt-107:nth-child(even) {
    padding-top: 26.4rem;
  }

  .xs\:even\:pr-107:nth-child(even) {
    padding-right: 26.4rem;
  }

  .xs\:even\:pb-107:nth-child(even) {
    padding-bottom: 26.4rem;
  }

  .xs\:even\:pl-107:nth-child(even) {
    padding-left: 26.4rem;
  }

  .xs\:even\:pt-110:nth-child(even) {
    padding-top: 27.5rem;
  }

  .xs\:even\:pr-110:nth-child(even) {
    padding-right: 27.5rem;
  }

  .xs\:even\:pb-110:nth-child(even) {
    padding-bottom: 27.5rem;
  }

  .xs\:even\:pl-110:nth-child(even) {
    padding-left: 27.5rem;
  }

  .xs\:even\:pt-120:nth-child(even) {
    padding-top: 30rem;
  }

  .xs\:even\:pr-120:nth-child(even) {
    padding-right: 30rem;
  }

  .xs\:even\:pb-120:nth-child(even) {
    padding-bottom: 30rem;
  }

  .xs\:even\:pl-120:nth-child(even) {
    padding-left: 30rem;
  }

  .xs\:even\:pt-130:nth-child(even) {
    padding-top: 38rem;
  }

  .xs\:even\:pr-130:nth-child(even) {
    padding-right: 38rem;
  }

  .xs\:even\:pb-130:nth-child(even) {
    padding-bottom: 38rem;
  }

  .xs\:even\:pl-130:nth-child(even) {
    padding-left: 38rem;
  }

  .xs\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .xs\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .xs\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .xs\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .xs\:even\:pt-250px:nth-child(even) {
    padding-top: 250px;
  }

  .xs\:even\:pr-250px:nth-child(even) {
    padding-right: 250px;
  }

  .xs\:even\:pb-250px:nth-child(even) {
    padding-bottom: 250px;
  }

  .xs\:even\:pl-250px:nth-child(even) {
    padding-left: 250px;
  }

  .xs\:even\:pt-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
  }

  .xs\:even\:pr-1\/2\%:nth-child(even) {
    padding-right: 0.5%;
  }

  .xs\:even\:pb-1\/2\%:nth-child(even) {
    padding-bottom: 0.5%;
  }

  .xs\:even\:pl-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
  }

  .xs\:even\:pt-1\%:nth-child(even) {
    padding-top: 1%;
  }

  .xs\:even\:pr-1\%:nth-child(even) {
    padding-right: 1%;
  }

  .xs\:even\:pb-1\%:nth-child(even) {
    padding-bottom: 1%;
  }

  .xs\:even\:pl-1\%:nth-child(even) {
    padding-left: 1%;
  }

  .xs\:even\:pt-2\%:nth-child(even) {
    padding-top: 2%;
  }

  .xs\:even\:pr-2\%:nth-child(even) {
    padding-right: 2%;
  }

  .xs\:even\:pb-2\%:nth-child(even) {
    padding-bottom: 2%;
  }

  .xs\:even\:pl-2\%:nth-child(even) {
    padding-left: 2%;
  }

  .xs\:even\:pt-3\%:nth-child(even) {
    padding-top: 3%;
  }

  .xs\:even\:pr-3\%:nth-child(even) {
    padding-right: 3%;
  }

  .xs\:even\:pb-3\%:nth-child(even) {
    padding-bottom: 3%;
  }

  .xs\:even\:pl-3\%:nth-child(even) {
    padding-left: 3%;
  }

  .xs\:even\:pt-4\%:nth-child(even) {
    padding-top: 4%;
  }

  .xs\:even\:pr-4\%:nth-child(even) {
    padding-right: 4%;
  }

  .xs\:even\:pb-4\%:nth-child(even) {
    padding-bottom: 4%;
  }

  .xs\:even\:pl-4\%:nth-child(even) {
    padding-left: 4%;
  }

  .xs\:even\:pt-5\%:nth-child(even) {
    padding-top: 5%;
  }

  .xs\:even\:pr-5\%:nth-child(even) {
    padding-right: 5%;
  }

  .xs\:even\:pb-5\%:nth-child(even) {
    padding-bottom: 5%;
  }

  .xs\:even\:pl-5\%:nth-child(even) {
    padding-left: 5%;
  }

  .xs\:even\:pt-10\%:nth-child(even) {
    padding-top: 10%;
  }

  .xs\:even\:pr-10\%:nth-child(even) {
    padding-right: 10%;
  }

  .xs\:even\:pb-10\%:nth-child(even) {
    padding-bottom: 10%;
  }

  .xs\:even\:pl-10\%:nth-child(even) {
    padding-left: 10%;
  }

  .xs\:even\:pt-20\%:nth-child(even) {
    padding-top: 20%;
  }

  .xs\:even\:pr-20\%:nth-child(even) {
    padding-right: 20%;
  }

  .xs\:even\:pb-20\%:nth-child(even) {
    padding-bottom: 20%;
  }

  .xs\:even\:pl-20\%:nth-child(even) {
    padding-left: 20%;
  }

  .xs\:even\:pt-23\%:nth-child(even) {
    padding-top: 23%;
  }

  .xs\:even\:pr-23\%:nth-child(even) {
    padding-right: 23%;
  }

  .xs\:even\:pb-23\%:nth-child(even) {
    padding-bottom: 23%;
  }

  .xs\:even\:pl-23\%:nth-child(even) {
    padding-left: 23%;
  }

  .xs\:even\:pt-25\%:nth-child(even) {
    padding-top: 25%;
  }

  .xs\:even\:pr-25\%:nth-child(even) {
    padding-right: 25%;
  }

  .xs\:even\:pb-25\%:nth-child(even) {
    padding-bottom: 25%;
  }

  .xs\:even\:pl-25\%:nth-child(even) {
    padding-left: 25%;
  }

  .xs\:even\:pt-26\%:nth-child(even) {
    padding-top: 26%;
  }

  .xs\:even\:pr-26\%:nth-child(even) {
    padding-right: 26%;
  }

  .xs\:even\:pb-26\%:nth-child(even) {
    padding-bottom: 26%;
  }

  .xs\:even\:pl-26\%:nth-child(even) {
    padding-left: 26%;
  }

  .xs\:even\:pt-30\%:nth-child(even) {
    padding-top: 30%;
  }

  .xs\:even\:pr-30\%:nth-child(even) {
    padding-right: 30%;
  }

  .xs\:even\:pb-30\%:nth-child(even) {
    padding-bottom: 30%;
  }

  .xs\:even\:pl-30\%:nth-child(even) {
    padding-left: 30%;
  }

  .xs\:even\:pt-40\%:nth-child(even) {
    padding-top: 40%;
  }

  .xs\:even\:pr-40\%:nth-child(even) {
    padding-right: 40%;
  }

  .xs\:even\:pb-40\%:nth-child(even) {
    padding-bottom: 40%;
  }

  .xs\:even\:pl-40\%:nth-child(even) {
    padding-left: 40%;
  }

  .xs\:even\:pt-50\%:nth-child(even) {
    padding-top: 50%;
  }

  .xs\:even\:pr-50\%:nth-child(even) {
    padding-right: 50%;
  }

  .xs\:even\:pb-50\%:nth-child(even) {
    padding-bottom: 50%;
  }

  .xs\:even\:pl-50\%:nth-child(even) {
    padding-left: 50%;
  }

  .xs\:even\:pt-60\%:nth-child(even) {
    padding-top: 60%;
  }

  .xs\:even\:pr-60\%:nth-child(even) {
    padding-right: 60%;
  }

  .xs\:even\:pb-60\%:nth-child(even) {
    padding-bottom: 60%;
  }

  .xs\:even\:pl-60\%:nth-child(even) {
    padding-left: 60%;
  }

  .xs\:even\:pt-70\%:nth-child(even) {
    padding-top: 70%;
  }

  .xs\:even\:pr-70\%:nth-child(even) {
    padding-right: 70%;
  }

  .xs\:even\:pb-70\%:nth-child(even) {
    padding-bottom: 70%;
  }

  .xs\:even\:pl-70\%:nth-child(even) {
    padding-left: 70%;
  }

  .xs\:even\:pt-80\%:nth-child(even) {
    padding-top: 80%;
  }

  .xs\:even\:pr-80\%:nth-child(even) {
    padding-right: 80%;
  }

  .xs\:even\:pb-80\%:nth-child(even) {
    padding-bottom: 80%;
  }

  .xs\:even\:pl-80\%:nth-child(even) {
    padding-left: 80%;
  }

  .xs\:even\:pt-90\%:nth-child(even) {
    padding-top: 90%;
  }

  .xs\:even\:pr-90\%:nth-child(even) {
    padding-right: 90%;
  }

  .xs\:even\:pb-90\%:nth-child(even) {
    padding-bottom: 90%;
  }

  .xs\:even\:pl-90\%:nth-child(even) {
    padding-left: 90%;
  }

  .xs\:even\:pt-95\%:nth-child(even) {
    padding-top: 95%;
  }

  .xs\:even\:pr-95\%:nth-child(even) {
    padding-right: 95%;
  }

  .xs\:even\:pb-95\%:nth-child(even) {
    padding-bottom: 95%;
  }

  .xs\:even\:pl-95\%:nth-child(even) {
    padding-left: 95%;
  }

  .xs\:even\:pt-96\%:nth-child(even) {
    padding-top: 96%;
  }

  .xs\:even\:pr-96\%:nth-child(even) {
    padding-right: 96%;
  }

  .xs\:even\:pb-96\%:nth-child(even) {
    padding-bottom: 96%;
  }

  .xs\:even\:pl-96\%:nth-child(even) {
    padding-left: 96%;
  }

  .xs\:even\:pt-97\%:nth-child(even) {
    padding-top: 97%;
  }

  .xs\:even\:pr-97\%:nth-child(even) {
    padding-right: 97%;
  }

  .xs\:even\:pb-97\%:nth-child(even) {
    padding-bottom: 97%;
  }

  .xs\:even\:pl-97\%:nth-child(even) {
    padding-left: 97%;
  }

  .xs\:even\:pt-98\%:nth-child(even) {
    padding-top: 98%;
  }

  .xs\:even\:pr-98\%:nth-child(even) {
    padding-right: 98%;
  }

  .xs\:even\:pb-98\%:nth-child(even) {
    padding-bottom: 98%;
  }

  .xs\:even\:pl-98\%:nth-child(even) {
    padding-left: 98%;
  }

  .xs\:even\:pt-99\%:nth-child(even) {
    padding-top: 99%;
  }

  .xs\:even\:pr-99\%:nth-child(even) {
    padding-right: 99%;
  }

  .xs\:even\:pb-99\%:nth-child(even) {
    padding-bottom: 99%;
  }

  .xs\:even\:pl-99\%:nth-child(even) {
    padding-left: 99%;
  }

  .xs\:even\:pt-36vh:nth-child(even) {
    padding-top: 36vh;
  }

  .xs\:even\:pr-36vh:nth-child(even) {
    padding-right: 36vh;
  }

  .xs\:even\:pb-36vh:nth-child(even) {
    padding-bottom: 36vh;
  }

  .xs\:even\:pl-36vh:nth-child(even) {
    padding-left: 36vh;
  }

  .xs\:even\:pt-75vh:nth-child(even) {
    padding-top: 75vh;
  }

  .xs\:even\:pr-75vh:nth-child(even) {
    padding-right: 75vh;
  }

  .xs\:even\:pb-75vh:nth-child(even) {
    padding-bottom: 75vh;
  }

  .xs\:even\:pl-75vh:nth-child(even) {
    padding-left: 75vh;
  }

  .xs\:even\:pt-78vh:nth-child(even) {
    padding-top: 78vh;
  }

  .xs\:even\:pr-78vh:nth-child(even) {
    padding-right: 78vh;
  }

  .xs\:even\:pb-78vh:nth-child(even) {
    padding-bottom: 78vh;
  }

  .xs\:even\:pl-78vh:nth-child(even) {
    padding-left: 78vh;
  }

  .xs\:even\:pt-80vh:nth-child(even) {
    padding-top: 80vh;
  }

  .xs\:even\:pr-80vh:nth-child(even) {
    padding-right: 80vh;
  }

  .xs\:even\:pb-80vh:nth-child(even) {
    padding-bottom: 80vh;
  }

  .xs\:even\:pl-80vh:nth-child(even) {
    padding-left: 80vh;
  }

  .xs\:even\:pt-82vh:nth-child(even) {
    padding-top: 82vh;
  }

  .xs\:even\:pr-82vh:nth-child(even) {
    padding-right: 82vh;
  }

  .xs\:even\:pb-82vh:nth-child(even) {
    padding-bottom: 82vh;
  }

  .xs\:even\:pl-82vh:nth-child(even) {
    padding-left: 82vh;
  }

  .xs\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .xs\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .xs\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .xs\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .xs\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .xs\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .xs\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .xs\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .xs\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .xs\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .xs\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .xs\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .xs\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .xs\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .xs\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .xs\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .xs\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .xs\:odd\:p-21:nth-child(odd) {
    padding: 5.25rem;
  }

  .xs\:odd\:p-22:nth-child(odd) {
    padding: 5.5rem;
  }

  .xs\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .xs\:odd\:p-26:nth-child(odd) {
    padding: 6.5rem;
  }

  .xs\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .xs\:odd\:p-30:nth-child(odd) {
    padding: 7.5rem;
  }

  .xs\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .xs\:odd\:p-34:nth-child(odd) {
    padding: 8.5rem;
  }

  .xs\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .xs\:odd\:p-38:nth-child(odd) {
    padding: 9.5rem;
  }

  .xs\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .xs\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .xs\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .xs\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .xs\:odd\:p-53:nth-child(odd) {
    padding: 13.25rem;
  }

  .xs\:odd\:p-54:nth-child(odd) {
    padding: 13.5rem;
  }

  .xs\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .xs\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .xs\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .xs\:odd\:p-74:nth-child(odd) {
    padding: 18.5rem;
  }

  .xs\:odd\:p-76:nth-child(odd) {
    padding: 19rem;
  }

  .xs\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .xs\:odd\:p-85:nth-child(odd) {
    padding: 21.25rem;
  }

  .xs\:odd\:p-100:nth-child(odd) {
    padding: 25rem;
  }

  .xs\:odd\:p-105:nth-child(odd) {
    padding: 26.25rem;
  }

  .xs\:odd\:p-107:nth-child(odd) {
    padding: 26.4rem;
  }

  .xs\:odd\:p-110:nth-child(odd) {
    padding: 27.5rem;
  }

  .xs\:odd\:p-120:nth-child(odd) {
    padding: 30rem;
  }

  .xs\:odd\:p-130:nth-child(odd) {
    padding: 38rem;
  }

  .xs\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .xs\:odd\:p-250px:nth-child(odd) {
    padding: 250px;
  }

  .xs\:odd\:p-1\/2\%:nth-child(odd) {
    padding: 0.5%;
  }

  .xs\:odd\:p-1\%:nth-child(odd) {
    padding: 1%;
  }

  .xs\:odd\:p-2\%:nth-child(odd) {
    padding: 2%;
  }

  .xs\:odd\:p-3\%:nth-child(odd) {
    padding: 3%;
  }

  .xs\:odd\:p-4\%:nth-child(odd) {
    padding: 4%;
  }

  .xs\:odd\:p-5\%:nth-child(odd) {
    padding: 5%;
  }

  .xs\:odd\:p-10\%:nth-child(odd) {
    padding: 10%;
  }

  .xs\:odd\:p-20\%:nth-child(odd) {
    padding: 20%;
  }

  .xs\:odd\:p-23\%:nth-child(odd) {
    padding: 23%;
  }

  .xs\:odd\:p-25\%:nth-child(odd) {
    padding: 25%;
  }

  .xs\:odd\:p-26\%:nth-child(odd) {
    padding: 26%;
  }

  .xs\:odd\:p-30\%:nth-child(odd) {
    padding: 30%;
  }

  .xs\:odd\:p-40\%:nth-child(odd) {
    padding: 40%;
  }

  .xs\:odd\:p-50\%:nth-child(odd) {
    padding: 50%;
  }

  .xs\:odd\:p-60\%:nth-child(odd) {
    padding: 60%;
  }

  .xs\:odd\:p-70\%:nth-child(odd) {
    padding: 70%;
  }

  .xs\:odd\:p-80\%:nth-child(odd) {
    padding: 80%;
  }

  .xs\:odd\:p-90\%:nth-child(odd) {
    padding: 90%;
  }

  .xs\:odd\:p-95\%:nth-child(odd) {
    padding: 95%;
  }

  .xs\:odd\:p-96\%:nth-child(odd) {
    padding: 96%;
  }

  .xs\:odd\:p-97\%:nth-child(odd) {
    padding: 97%;
  }

  .xs\:odd\:p-98\%:nth-child(odd) {
    padding: 98%;
  }

  .xs\:odd\:p-99\%:nth-child(odd) {
    padding: 99%;
  }

  .xs\:odd\:p-36vh:nth-child(odd) {
    padding: 36vh;
  }

  .xs\:odd\:p-75vh:nth-child(odd) {
    padding: 75vh;
  }

  .xs\:odd\:p-78vh:nth-child(odd) {
    padding: 78vh;
  }

  .xs\:odd\:p-80vh:nth-child(odd) {
    padding: 80vh;
  }

  .xs\:odd\:p-82vh:nth-child(odd) {
    padding: 82vh;
  }

  .xs\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xs\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xs\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:odd\:py-21:nth-child(odd) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:odd\:px-21:nth-child(odd) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:odd\:py-22:nth-child(odd) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:odd\:px-22:nth-child(odd) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:odd\:py-26:nth-child(odd) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:odd\:px-26:nth-child(odd) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:odd\:py-30:nth-child(odd) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xs\:odd\:px-30:nth-child(odd) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xs\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:odd\:py-34:nth-child(odd) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:odd\:px-34:nth-child(odd) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:odd\:py-38:nth-child(odd) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xs\:odd\:px-38:nth-child(odd) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xs\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:odd\:py-53:nth-child(odd) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xs\:odd\:px-53:nth-child(odd) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xs\:odd\:py-54:nth-child(odd) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xs\:odd\:px-54:nth-child(odd) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xs\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:odd\:py-74:nth-child(odd) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xs\:odd\:px-74:nth-child(odd) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xs\:odd\:py-76:nth-child(odd) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xs\:odd\:px-76:nth-child(odd) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xs\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:odd\:py-85:nth-child(odd) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xs\:odd\:px-85:nth-child(odd) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xs\:odd\:py-100:nth-child(odd) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xs\:odd\:px-100:nth-child(odd) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xs\:odd\:py-105:nth-child(odd) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xs\:odd\:px-105:nth-child(odd) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xs\:odd\:py-107:nth-child(odd) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xs\:odd\:px-107:nth-child(odd) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xs\:odd\:py-110:nth-child(odd) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:odd\:px-110:nth-child(odd) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:odd\:py-120:nth-child(odd) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:odd\:px-120:nth-child(odd) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:odd\:py-130:nth-child(odd) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:odd\:px-130:nth-child(odd) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:odd\:py-250px:nth-child(odd) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xs\:odd\:px-250px:nth-child(odd) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xs\:odd\:py-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xs\:odd\:px-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xs\:odd\:py-1\%:nth-child(odd) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xs\:odd\:px-1\%:nth-child(odd) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xs\:odd\:py-2\%:nth-child(odd) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xs\:odd\:px-2\%:nth-child(odd) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xs\:odd\:py-3\%:nth-child(odd) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xs\:odd\:px-3\%:nth-child(odd) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xs\:odd\:py-4\%:nth-child(odd) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xs\:odd\:px-4\%:nth-child(odd) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xs\:odd\:py-5\%:nth-child(odd) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xs\:odd\:px-5\%:nth-child(odd) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xs\:odd\:py-10\%:nth-child(odd) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xs\:odd\:px-10\%:nth-child(odd) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xs\:odd\:py-20\%:nth-child(odd) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xs\:odd\:px-20\%:nth-child(odd) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xs\:odd\:py-23\%:nth-child(odd) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xs\:odd\:px-23\%:nth-child(odd) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xs\:odd\:py-25\%:nth-child(odd) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:odd\:px-25\%:nth-child(odd) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:odd\:py-26\%:nth-child(odd) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xs\:odd\:px-26\%:nth-child(odd) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xs\:odd\:py-30\%:nth-child(odd) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xs\:odd\:px-30\%:nth-child(odd) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xs\:odd\:py-40\%:nth-child(odd) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xs\:odd\:px-40\%:nth-child(odd) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xs\:odd\:py-50\%:nth-child(odd) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:odd\:px-50\%:nth-child(odd) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:odd\:py-60\%:nth-child(odd) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xs\:odd\:px-60\%:nth-child(odd) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xs\:odd\:py-70\%:nth-child(odd) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xs\:odd\:px-70\%:nth-child(odd) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xs\:odd\:py-80\%:nth-child(odd) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xs\:odd\:px-80\%:nth-child(odd) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xs\:odd\:py-90\%:nth-child(odd) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xs\:odd\:px-90\%:nth-child(odd) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xs\:odd\:py-95\%:nth-child(odd) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xs\:odd\:px-95\%:nth-child(odd) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xs\:odd\:py-96\%:nth-child(odd) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xs\:odd\:px-96\%:nth-child(odd) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xs\:odd\:py-97\%:nth-child(odd) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xs\:odd\:px-97\%:nth-child(odd) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xs\:odd\:py-98\%:nth-child(odd) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xs\:odd\:px-98\%:nth-child(odd) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xs\:odd\:py-99\%:nth-child(odd) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xs\:odd\:px-99\%:nth-child(odd) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xs\:odd\:py-36vh:nth-child(odd) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xs\:odd\:px-36vh:nth-child(odd) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xs\:odd\:py-75vh:nth-child(odd) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xs\:odd\:px-75vh:nth-child(odd) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xs\:odd\:py-78vh:nth-child(odd) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xs\:odd\:px-78vh:nth-child(odd) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xs\:odd\:py-80vh:nth-child(odd) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:odd\:px-80vh:nth-child(odd) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:odd\:py-82vh:nth-child(odd) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xs\:odd\:px-82vh:nth-child(odd) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xs\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .xs\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .xs\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .xs\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .xs\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .xs\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .xs\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .xs\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .xs\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .xs\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .xs\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .xs\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .xs\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .xs\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .xs\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .xs\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .xs\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .xs\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .xs\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .xs\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .xs\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .xs\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .xs\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .xs\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .xs\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .xs\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .xs\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .xs\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .xs\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .xs\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .xs\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .xs\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .xs\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .xs\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .xs\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .xs\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .xs\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .xs\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .xs\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .xs\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .xs\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .xs\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .xs\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .xs\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .xs\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .xs\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .xs\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .xs\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .xs\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .xs\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .xs\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .xs\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .xs\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .xs\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .xs\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .xs\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .xs\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .xs\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .xs\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .xs\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .xs\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .xs\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .xs\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .xs\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .xs\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .xs\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .xs\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .xs\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .xs\:odd\:pt-21:nth-child(odd) {
    padding-top: 5.25rem;
  }

  .xs\:odd\:pr-21:nth-child(odd) {
    padding-right: 5.25rem;
  }

  .xs\:odd\:pb-21:nth-child(odd) {
    padding-bottom: 5.25rem;
  }

  .xs\:odd\:pl-21:nth-child(odd) {
    padding-left: 5.25rem;
  }

  .xs\:odd\:pt-22:nth-child(odd) {
    padding-top: 5.5rem;
  }

  .xs\:odd\:pr-22:nth-child(odd) {
    padding-right: 5.5rem;
  }

  .xs\:odd\:pb-22:nth-child(odd) {
    padding-bottom: 5.5rem;
  }

  .xs\:odd\:pl-22:nth-child(odd) {
    padding-left: 5.5rem;
  }

  .xs\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .xs\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .xs\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .xs\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .xs\:odd\:pt-26:nth-child(odd) {
    padding-top: 6.5rem;
  }

  .xs\:odd\:pr-26:nth-child(odd) {
    padding-right: 6.5rem;
  }

  .xs\:odd\:pb-26:nth-child(odd) {
    padding-bottom: 6.5rem;
  }

  .xs\:odd\:pl-26:nth-child(odd) {
    padding-left: 6.5rem;
  }

  .xs\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .xs\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .xs\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .xs\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .xs\:odd\:pt-30:nth-child(odd) {
    padding-top: 7.5rem;
  }

  .xs\:odd\:pr-30:nth-child(odd) {
    padding-right: 7.5rem;
  }

  .xs\:odd\:pb-30:nth-child(odd) {
    padding-bottom: 7.5rem;
  }

  .xs\:odd\:pl-30:nth-child(odd) {
    padding-left: 7.5rem;
  }

  .xs\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .xs\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .xs\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .xs\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .xs\:odd\:pt-34:nth-child(odd) {
    padding-top: 8.5rem;
  }

  .xs\:odd\:pr-34:nth-child(odd) {
    padding-right: 8.5rem;
  }

  .xs\:odd\:pb-34:nth-child(odd) {
    padding-bottom: 8.5rem;
  }

  .xs\:odd\:pl-34:nth-child(odd) {
    padding-left: 8.5rem;
  }

  .xs\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .xs\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .xs\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .xs\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .xs\:odd\:pt-38:nth-child(odd) {
    padding-top: 9.5rem;
  }

  .xs\:odd\:pr-38:nth-child(odd) {
    padding-right: 9.5rem;
  }

  .xs\:odd\:pb-38:nth-child(odd) {
    padding-bottom: 9.5rem;
  }

  .xs\:odd\:pl-38:nth-child(odd) {
    padding-left: 9.5rem;
  }

  .xs\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .xs\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .xs\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .xs\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .xs\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .xs\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .xs\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .xs\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .xs\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .xs\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .xs\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .xs\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .xs\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .xs\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .xs\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .xs\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .xs\:odd\:pt-53:nth-child(odd) {
    padding-top: 13.25rem;
  }

  .xs\:odd\:pr-53:nth-child(odd) {
    padding-right: 13.25rem;
  }

  .xs\:odd\:pb-53:nth-child(odd) {
    padding-bottom: 13.25rem;
  }

  .xs\:odd\:pl-53:nth-child(odd) {
    padding-left: 13.25rem;
  }

  .xs\:odd\:pt-54:nth-child(odd) {
    padding-top: 13.5rem;
  }

  .xs\:odd\:pr-54:nth-child(odd) {
    padding-right: 13.5rem;
  }

  .xs\:odd\:pb-54:nth-child(odd) {
    padding-bottom: 13.5rem;
  }

  .xs\:odd\:pl-54:nth-child(odd) {
    padding-left: 13.5rem;
  }

  .xs\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .xs\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .xs\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .xs\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .xs\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .xs\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .xs\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .xs\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .xs\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .xs\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .xs\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .xs\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .xs\:odd\:pt-74:nth-child(odd) {
    padding-top: 18.5rem;
  }

  .xs\:odd\:pr-74:nth-child(odd) {
    padding-right: 18.5rem;
  }

  .xs\:odd\:pb-74:nth-child(odd) {
    padding-bottom: 18.5rem;
  }

  .xs\:odd\:pl-74:nth-child(odd) {
    padding-left: 18.5rem;
  }

  .xs\:odd\:pt-76:nth-child(odd) {
    padding-top: 19rem;
  }

  .xs\:odd\:pr-76:nth-child(odd) {
    padding-right: 19rem;
  }

  .xs\:odd\:pb-76:nth-child(odd) {
    padding-bottom: 19rem;
  }

  .xs\:odd\:pl-76:nth-child(odd) {
    padding-left: 19rem;
  }

  .xs\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .xs\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .xs\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .xs\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .xs\:odd\:pt-85:nth-child(odd) {
    padding-top: 21.25rem;
  }

  .xs\:odd\:pr-85:nth-child(odd) {
    padding-right: 21.25rem;
  }

  .xs\:odd\:pb-85:nth-child(odd) {
    padding-bottom: 21.25rem;
  }

  .xs\:odd\:pl-85:nth-child(odd) {
    padding-left: 21.25rem;
  }

  .xs\:odd\:pt-100:nth-child(odd) {
    padding-top: 25rem;
  }

  .xs\:odd\:pr-100:nth-child(odd) {
    padding-right: 25rem;
  }

  .xs\:odd\:pb-100:nth-child(odd) {
    padding-bottom: 25rem;
  }

  .xs\:odd\:pl-100:nth-child(odd) {
    padding-left: 25rem;
  }

  .xs\:odd\:pt-105:nth-child(odd) {
    padding-top: 26.25rem;
  }

  .xs\:odd\:pr-105:nth-child(odd) {
    padding-right: 26.25rem;
  }

  .xs\:odd\:pb-105:nth-child(odd) {
    padding-bottom: 26.25rem;
  }

  .xs\:odd\:pl-105:nth-child(odd) {
    padding-left: 26.25rem;
  }

  .xs\:odd\:pt-107:nth-child(odd) {
    padding-top: 26.4rem;
  }

  .xs\:odd\:pr-107:nth-child(odd) {
    padding-right: 26.4rem;
  }

  .xs\:odd\:pb-107:nth-child(odd) {
    padding-bottom: 26.4rem;
  }

  .xs\:odd\:pl-107:nth-child(odd) {
    padding-left: 26.4rem;
  }

  .xs\:odd\:pt-110:nth-child(odd) {
    padding-top: 27.5rem;
  }

  .xs\:odd\:pr-110:nth-child(odd) {
    padding-right: 27.5rem;
  }

  .xs\:odd\:pb-110:nth-child(odd) {
    padding-bottom: 27.5rem;
  }

  .xs\:odd\:pl-110:nth-child(odd) {
    padding-left: 27.5rem;
  }

  .xs\:odd\:pt-120:nth-child(odd) {
    padding-top: 30rem;
  }

  .xs\:odd\:pr-120:nth-child(odd) {
    padding-right: 30rem;
  }

  .xs\:odd\:pb-120:nth-child(odd) {
    padding-bottom: 30rem;
  }

  .xs\:odd\:pl-120:nth-child(odd) {
    padding-left: 30rem;
  }

  .xs\:odd\:pt-130:nth-child(odd) {
    padding-top: 38rem;
  }

  .xs\:odd\:pr-130:nth-child(odd) {
    padding-right: 38rem;
  }

  .xs\:odd\:pb-130:nth-child(odd) {
    padding-bottom: 38rem;
  }

  .xs\:odd\:pl-130:nth-child(odd) {
    padding-left: 38rem;
  }

  .xs\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .xs\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .xs\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .xs\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .xs\:odd\:pt-250px:nth-child(odd) {
    padding-top: 250px;
  }

  .xs\:odd\:pr-250px:nth-child(odd) {
    padding-right: 250px;
  }

  .xs\:odd\:pb-250px:nth-child(odd) {
    padding-bottom: 250px;
  }

  .xs\:odd\:pl-250px:nth-child(odd) {
    padding-left: 250px;
  }

  .xs\:odd\:pt-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
  }

  .xs\:odd\:pr-1\/2\%:nth-child(odd) {
    padding-right: 0.5%;
  }

  .xs\:odd\:pb-1\/2\%:nth-child(odd) {
    padding-bottom: 0.5%;
  }

  .xs\:odd\:pl-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
  }

  .xs\:odd\:pt-1\%:nth-child(odd) {
    padding-top: 1%;
  }

  .xs\:odd\:pr-1\%:nth-child(odd) {
    padding-right: 1%;
  }

  .xs\:odd\:pb-1\%:nth-child(odd) {
    padding-bottom: 1%;
  }

  .xs\:odd\:pl-1\%:nth-child(odd) {
    padding-left: 1%;
  }

  .xs\:odd\:pt-2\%:nth-child(odd) {
    padding-top: 2%;
  }

  .xs\:odd\:pr-2\%:nth-child(odd) {
    padding-right: 2%;
  }

  .xs\:odd\:pb-2\%:nth-child(odd) {
    padding-bottom: 2%;
  }

  .xs\:odd\:pl-2\%:nth-child(odd) {
    padding-left: 2%;
  }

  .xs\:odd\:pt-3\%:nth-child(odd) {
    padding-top: 3%;
  }

  .xs\:odd\:pr-3\%:nth-child(odd) {
    padding-right: 3%;
  }

  .xs\:odd\:pb-3\%:nth-child(odd) {
    padding-bottom: 3%;
  }

  .xs\:odd\:pl-3\%:nth-child(odd) {
    padding-left: 3%;
  }

  .xs\:odd\:pt-4\%:nth-child(odd) {
    padding-top: 4%;
  }

  .xs\:odd\:pr-4\%:nth-child(odd) {
    padding-right: 4%;
  }

  .xs\:odd\:pb-4\%:nth-child(odd) {
    padding-bottom: 4%;
  }

  .xs\:odd\:pl-4\%:nth-child(odd) {
    padding-left: 4%;
  }

  .xs\:odd\:pt-5\%:nth-child(odd) {
    padding-top: 5%;
  }

  .xs\:odd\:pr-5\%:nth-child(odd) {
    padding-right: 5%;
  }

  .xs\:odd\:pb-5\%:nth-child(odd) {
    padding-bottom: 5%;
  }

  .xs\:odd\:pl-5\%:nth-child(odd) {
    padding-left: 5%;
  }

  .xs\:odd\:pt-10\%:nth-child(odd) {
    padding-top: 10%;
  }

  .xs\:odd\:pr-10\%:nth-child(odd) {
    padding-right: 10%;
  }

  .xs\:odd\:pb-10\%:nth-child(odd) {
    padding-bottom: 10%;
  }

  .xs\:odd\:pl-10\%:nth-child(odd) {
    padding-left: 10%;
  }

  .xs\:odd\:pt-20\%:nth-child(odd) {
    padding-top: 20%;
  }

  .xs\:odd\:pr-20\%:nth-child(odd) {
    padding-right: 20%;
  }

  .xs\:odd\:pb-20\%:nth-child(odd) {
    padding-bottom: 20%;
  }

  .xs\:odd\:pl-20\%:nth-child(odd) {
    padding-left: 20%;
  }

  .xs\:odd\:pt-23\%:nth-child(odd) {
    padding-top: 23%;
  }

  .xs\:odd\:pr-23\%:nth-child(odd) {
    padding-right: 23%;
  }

  .xs\:odd\:pb-23\%:nth-child(odd) {
    padding-bottom: 23%;
  }

  .xs\:odd\:pl-23\%:nth-child(odd) {
    padding-left: 23%;
  }

  .xs\:odd\:pt-25\%:nth-child(odd) {
    padding-top: 25%;
  }

  .xs\:odd\:pr-25\%:nth-child(odd) {
    padding-right: 25%;
  }

  .xs\:odd\:pb-25\%:nth-child(odd) {
    padding-bottom: 25%;
  }

  .xs\:odd\:pl-25\%:nth-child(odd) {
    padding-left: 25%;
  }

  .xs\:odd\:pt-26\%:nth-child(odd) {
    padding-top: 26%;
  }

  .xs\:odd\:pr-26\%:nth-child(odd) {
    padding-right: 26%;
  }

  .xs\:odd\:pb-26\%:nth-child(odd) {
    padding-bottom: 26%;
  }

  .xs\:odd\:pl-26\%:nth-child(odd) {
    padding-left: 26%;
  }

  .xs\:odd\:pt-30\%:nth-child(odd) {
    padding-top: 30%;
  }

  .xs\:odd\:pr-30\%:nth-child(odd) {
    padding-right: 30%;
  }

  .xs\:odd\:pb-30\%:nth-child(odd) {
    padding-bottom: 30%;
  }

  .xs\:odd\:pl-30\%:nth-child(odd) {
    padding-left: 30%;
  }

  .xs\:odd\:pt-40\%:nth-child(odd) {
    padding-top: 40%;
  }

  .xs\:odd\:pr-40\%:nth-child(odd) {
    padding-right: 40%;
  }

  .xs\:odd\:pb-40\%:nth-child(odd) {
    padding-bottom: 40%;
  }

  .xs\:odd\:pl-40\%:nth-child(odd) {
    padding-left: 40%;
  }

  .xs\:odd\:pt-50\%:nth-child(odd) {
    padding-top: 50%;
  }

  .xs\:odd\:pr-50\%:nth-child(odd) {
    padding-right: 50%;
  }

  .xs\:odd\:pb-50\%:nth-child(odd) {
    padding-bottom: 50%;
  }

  .xs\:odd\:pl-50\%:nth-child(odd) {
    padding-left: 50%;
  }

  .xs\:odd\:pt-60\%:nth-child(odd) {
    padding-top: 60%;
  }

  .xs\:odd\:pr-60\%:nth-child(odd) {
    padding-right: 60%;
  }

  .xs\:odd\:pb-60\%:nth-child(odd) {
    padding-bottom: 60%;
  }

  .xs\:odd\:pl-60\%:nth-child(odd) {
    padding-left: 60%;
  }

  .xs\:odd\:pt-70\%:nth-child(odd) {
    padding-top: 70%;
  }

  .xs\:odd\:pr-70\%:nth-child(odd) {
    padding-right: 70%;
  }

  .xs\:odd\:pb-70\%:nth-child(odd) {
    padding-bottom: 70%;
  }

  .xs\:odd\:pl-70\%:nth-child(odd) {
    padding-left: 70%;
  }

  .xs\:odd\:pt-80\%:nth-child(odd) {
    padding-top: 80%;
  }

  .xs\:odd\:pr-80\%:nth-child(odd) {
    padding-right: 80%;
  }

  .xs\:odd\:pb-80\%:nth-child(odd) {
    padding-bottom: 80%;
  }

  .xs\:odd\:pl-80\%:nth-child(odd) {
    padding-left: 80%;
  }

  .xs\:odd\:pt-90\%:nth-child(odd) {
    padding-top: 90%;
  }

  .xs\:odd\:pr-90\%:nth-child(odd) {
    padding-right: 90%;
  }

  .xs\:odd\:pb-90\%:nth-child(odd) {
    padding-bottom: 90%;
  }

  .xs\:odd\:pl-90\%:nth-child(odd) {
    padding-left: 90%;
  }

  .xs\:odd\:pt-95\%:nth-child(odd) {
    padding-top: 95%;
  }

  .xs\:odd\:pr-95\%:nth-child(odd) {
    padding-right: 95%;
  }

  .xs\:odd\:pb-95\%:nth-child(odd) {
    padding-bottom: 95%;
  }

  .xs\:odd\:pl-95\%:nth-child(odd) {
    padding-left: 95%;
  }

  .xs\:odd\:pt-96\%:nth-child(odd) {
    padding-top: 96%;
  }

  .xs\:odd\:pr-96\%:nth-child(odd) {
    padding-right: 96%;
  }

  .xs\:odd\:pb-96\%:nth-child(odd) {
    padding-bottom: 96%;
  }

  .xs\:odd\:pl-96\%:nth-child(odd) {
    padding-left: 96%;
  }

  .xs\:odd\:pt-97\%:nth-child(odd) {
    padding-top: 97%;
  }

  .xs\:odd\:pr-97\%:nth-child(odd) {
    padding-right: 97%;
  }

  .xs\:odd\:pb-97\%:nth-child(odd) {
    padding-bottom: 97%;
  }

  .xs\:odd\:pl-97\%:nth-child(odd) {
    padding-left: 97%;
  }

  .xs\:odd\:pt-98\%:nth-child(odd) {
    padding-top: 98%;
  }

  .xs\:odd\:pr-98\%:nth-child(odd) {
    padding-right: 98%;
  }

  .xs\:odd\:pb-98\%:nth-child(odd) {
    padding-bottom: 98%;
  }

  .xs\:odd\:pl-98\%:nth-child(odd) {
    padding-left: 98%;
  }

  .xs\:odd\:pt-99\%:nth-child(odd) {
    padding-top: 99%;
  }

  .xs\:odd\:pr-99\%:nth-child(odd) {
    padding-right: 99%;
  }

  .xs\:odd\:pb-99\%:nth-child(odd) {
    padding-bottom: 99%;
  }

  .xs\:odd\:pl-99\%:nth-child(odd) {
    padding-left: 99%;
  }

  .xs\:odd\:pt-36vh:nth-child(odd) {
    padding-top: 36vh;
  }

  .xs\:odd\:pr-36vh:nth-child(odd) {
    padding-right: 36vh;
  }

  .xs\:odd\:pb-36vh:nth-child(odd) {
    padding-bottom: 36vh;
  }

  .xs\:odd\:pl-36vh:nth-child(odd) {
    padding-left: 36vh;
  }

  .xs\:odd\:pt-75vh:nth-child(odd) {
    padding-top: 75vh;
  }

  .xs\:odd\:pr-75vh:nth-child(odd) {
    padding-right: 75vh;
  }

  .xs\:odd\:pb-75vh:nth-child(odd) {
    padding-bottom: 75vh;
  }

  .xs\:odd\:pl-75vh:nth-child(odd) {
    padding-left: 75vh;
  }

  .xs\:odd\:pt-78vh:nth-child(odd) {
    padding-top: 78vh;
  }

  .xs\:odd\:pr-78vh:nth-child(odd) {
    padding-right: 78vh;
  }

  .xs\:odd\:pb-78vh:nth-child(odd) {
    padding-bottom: 78vh;
  }

  .xs\:odd\:pl-78vh:nth-child(odd) {
    padding-left: 78vh;
  }

  .xs\:odd\:pt-80vh:nth-child(odd) {
    padding-top: 80vh;
  }

  .xs\:odd\:pr-80vh:nth-child(odd) {
    padding-right: 80vh;
  }

  .xs\:odd\:pb-80vh:nth-child(odd) {
    padding-bottom: 80vh;
  }

  .xs\:odd\:pl-80vh:nth-child(odd) {
    padding-left: 80vh;
  }

  .xs\:odd\:pt-82vh:nth-child(odd) {
    padding-top: 82vh;
  }

  .xs\:odd\:pr-82vh:nth-child(odd) {
    padding-right: 82vh;
  }

  .xs\:odd\:pb-82vh:nth-child(odd) {
    padding-bottom: 82vh;
  }

  .xs\:odd\:pl-82vh:nth-child(odd) {
    padding-left: 82vh;
  }

  .xs\:placeholder-epic-off-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-off-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-off-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-pale-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-pale-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-pale-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-dark-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-light-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-light-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-light-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-purple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-epic-purple::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xs\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .xs\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-off-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-off-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-off-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-pale-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-pale-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-pale-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-dark-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-light-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-light-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-light-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-purple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-epic-purple:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xs\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xs\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xs\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xs\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xs\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xs\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xs\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xs\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xs\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xs\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xs\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xs\:inset-15 {
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .xs\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xs\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .xs\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xs\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .xs\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .xs\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xs\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xs\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xs\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .xs\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xs\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xs\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xs\:inset-38 {
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .xs\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xs\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xs\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xs\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xs\:inset-53 {
    top: 13.25rem;
    right: 13.25rem;
    bottom: 13.25rem;
    left: 13.25rem;
  }

  .xs\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .xs\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xs\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xs\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xs\:inset-74 {
    top: 18.5rem;
    right: 18.5rem;
    bottom: 18.5rem;
    left: 18.5rem;
  }

  .xs\:inset-76 {
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .xs\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xs\:inset-85 {
    top: 21.25rem;
    right: 21.25rem;
    bottom: 21.25rem;
    left: 21.25rem;
  }

  .xs\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .xs\:inset-105 {
    top: 26.25rem;
    right: 26.25rem;
    bottom: 26.25rem;
    left: 26.25rem;
  }

  .xs\:inset-107 {
    top: 26.4rem;
    right: 26.4rem;
    bottom: 26.4rem;
    left: 26.4rem;
  }

  .xs\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .xs\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .xs\:inset-130 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xs\:inset-250px {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .xs\:inset-1\/2\% {
    top: 0.5%;
    right: 0.5%;
    bottom: 0.5%;
    left: 0.5%;
  }

  .xs\:inset-1\% {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .xs\:inset-2\% {
    top: 2%;
    right: 2%;
    bottom: 2%;
    left: 2%;
  }

  .xs\:inset-3\% {
    top: 3%;
    right: 3%;
    bottom: 3%;
    left: 3%;
  }

  .xs\:inset-4\% {
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
  }

  .xs\:inset-5\% {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .xs\:inset-10\% {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xs\:inset-20\% {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xs\:inset-23\% {
    top: 23%;
    right: 23%;
    bottom: 23%;
    left: 23%;
  }

  .xs\:inset-25\% {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xs\:inset-26\% {
    top: 26%;
    right: 26%;
    bottom: 26%;
    left: 26%;
  }

  .xs\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xs\:inset-40\% {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .xs\:inset-50\% {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-60\% {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .xs\:inset-70\% {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .xs\:inset-80\% {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .xs\:inset-90\% {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .xs\:inset-95\% {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .xs\:inset-96\% {
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .xs\:inset-97\% {
    top: 97%;
    right: 97%;
    bottom: 97%;
    left: 97%;
  }

  .xs\:inset-98\% {
    top: 98%;
    right: 98%;
    bottom: 98%;
    left: 98%;
  }

  .xs\:inset-99\% {
    top: 99%;
    right: 99%;
    bottom: 99%;
    left: 99%;
  }

  .xs\:inset-36vh {
    top: 36vh;
    right: 36vh;
    bottom: 36vh;
    left: 36vh;
  }

  .xs\:inset-75vh {
    top: 75vh;
    right: 75vh;
    bottom: 75vh;
    left: 75vh;
  }

  .xs\:inset-78vh {
    top: 78vh;
    right: 78vh;
    bottom: 78vh;
    left: 78vh;
  }

  .xs\:inset-80vh {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .xs\:inset-82vh {
    top: 82vh;
    right: 82vh;
    bottom: 82vh;
    left: 82vh;
  }

  .xs\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xs\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xs\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xs\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xs\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xs\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xs\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xs\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xs\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xs\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .xs\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xs\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xs\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xs\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xs\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xs\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xs\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xs\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xs\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xs\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xs\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xs\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xs\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .xs\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xs\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xs\:inset-y-15 {
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .xs\:inset-x-15 {
    right: 3.75rem;
    left: 3.75rem;
  }

  .xs\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xs\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .xs\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .xs\:inset-x-18 {
    right: 4.5rem;
    left: 4.5rem;
  }

  .xs\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xs\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .xs\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .xs\:inset-x-21 {
    right: 5.25rem;
    left: 5.25rem;
  }

  .xs\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .xs\:inset-x-22 {
    right: 5.5rem;
    left: 5.5rem;
  }

  .xs\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xs\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .xs\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xs\:inset-x-26 {
    right: 6.5rem;
    left: 6.5rem;
  }

  .xs\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xs\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .xs\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .xs\:inset-x-30 {
    right: 7.5rem;
    left: 7.5rem;
  }

  .xs\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xs\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .xs\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xs\:inset-x-34 {
    right: 8.5rem;
    left: 8.5rem;
  }

  .xs\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xs\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .xs\:inset-y-38 {
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .xs\:inset-x-38 {
    right: 9.5rem;
    left: 9.5rem;
  }

  .xs\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xs\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .xs\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xs\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .xs\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xs\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .xs\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xs\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .xs\:inset-y-53 {
    top: 13.25rem;
    bottom: 13.25rem;
  }

  .xs\:inset-x-53 {
    right: 13.25rem;
    left: 13.25rem;
  }

  .xs\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .xs\:inset-x-54 {
    right: 13.5rem;
    left: 13.5rem;
  }

  .xs\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xs\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .xs\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xs\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .xs\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xs\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .xs\:inset-y-74 {
    top: 18.5rem;
    bottom: 18.5rem;
  }

  .xs\:inset-x-74 {
    right: 18.5rem;
    left: 18.5rem;
  }

  .xs\:inset-y-76 {
    top: 19rem;
    bottom: 19rem;
  }

  .xs\:inset-x-76 {
    right: 19rem;
    left: 19rem;
  }

  .xs\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xs\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .xs\:inset-y-85 {
    top: 21.25rem;
    bottom: 21.25rem;
  }

  .xs\:inset-x-85 {
    right: 21.25rem;
    left: 21.25rem;
  }

  .xs\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .xs\:inset-x-100 {
    right: 25rem;
    left: 25rem;
  }

  .xs\:inset-y-105 {
    top: 26.25rem;
    bottom: 26.25rem;
  }

  .xs\:inset-x-105 {
    right: 26.25rem;
    left: 26.25rem;
  }

  .xs\:inset-y-107 {
    top: 26.4rem;
    bottom: 26.4rem;
  }

  .xs\:inset-x-107 {
    right: 26.4rem;
    left: 26.4rem;
  }

  .xs\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .xs\:inset-x-110 {
    right: 27.5rem;
    left: 27.5rem;
  }

  .xs\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .xs\:inset-x-120 {
    right: 30rem;
    left: 30rem;
  }

  .xs\:inset-y-130 {
    top: 38rem;
    bottom: 38rem;
  }

  .xs\:inset-x-130 {
    right: 38rem;
    left: 38rem;
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xs\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xs\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xs\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .xs\:inset-y-250px {
    top: 250px;
    bottom: 250px;
  }

  .xs\:inset-x-250px {
    right: 250px;
    left: 250px;
  }

  .xs\:inset-y-1\/2\% {
    top: 0.5%;
    bottom: 0.5%;
  }

  .xs\:inset-x-1\/2\% {
    right: 0.5%;
    left: 0.5%;
  }

  .xs\:inset-y-1\% {
    top: 1%;
    bottom: 1%;
  }

  .xs\:inset-x-1\% {
    right: 1%;
    left: 1%;
  }

  .xs\:inset-y-2\% {
    top: 2%;
    bottom: 2%;
  }

  .xs\:inset-x-2\% {
    right: 2%;
    left: 2%;
  }

  .xs\:inset-y-3\% {
    top: 3%;
    bottom: 3%;
  }

  .xs\:inset-x-3\% {
    right: 3%;
    left: 3%;
  }

  .xs\:inset-y-4\% {
    top: 4%;
    bottom: 4%;
  }

  .xs\:inset-x-4\% {
    right: 4%;
    left: 4%;
  }

  .xs\:inset-y-5\% {
    top: 5%;
    bottom: 5%;
  }

  .xs\:inset-x-5\% {
    right: 5%;
    left: 5%;
  }

  .xs\:inset-y-10\% {
    top: 10%;
    bottom: 10%;
  }

  .xs\:inset-x-10\% {
    right: 10%;
    left: 10%;
  }

  .xs\:inset-y-20\% {
    top: 20%;
    bottom: 20%;
  }

  .xs\:inset-x-20\% {
    right: 20%;
    left: 20%;
  }

  .xs\:inset-y-23\% {
    top: 23%;
    bottom: 23%;
  }

  .xs\:inset-x-23\% {
    right: 23%;
    left: 23%;
  }

  .xs\:inset-y-25\% {
    top: 25%;
    bottom: 25%;
  }

  .xs\:inset-x-25\% {
    right: 25%;
    left: 25%;
  }

  .xs\:inset-y-26\% {
    top: 26%;
    bottom: 26%;
  }

  .xs\:inset-x-26\% {
    right: 26%;
    left: 26%;
  }

  .xs\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .xs\:inset-x-30\% {
    right: 30%;
    left: 30%;
  }

  .xs\:inset-y-40\% {
    top: 40%;
    bottom: 40%;
  }

  .xs\:inset-x-40\% {
    right: 40%;
    left: 40%;
  }

  .xs\:inset-y-50\% {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-x-50\% {
    right: 50%;
    left: 50%;
  }

  .xs\:inset-y-60\% {
    top: 60%;
    bottom: 60%;
  }

  .xs\:inset-x-60\% {
    right: 60%;
    left: 60%;
  }

  .xs\:inset-y-70\% {
    top: 70%;
    bottom: 70%;
  }

  .xs\:inset-x-70\% {
    right: 70%;
    left: 70%;
  }

  .xs\:inset-y-80\% {
    top: 80%;
    bottom: 80%;
  }

  .xs\:inset-x-80\% {
    right: 80%;
    left: 80%;
  }

  .xs\:inset-y-90\% {
    top: 90%;
    bottom: 90%;
  }

  .xs\:inset-x-90\% {
    right: 90%;
    left: 90%;
  }

  .xs\:inset-y-95\% {
    top: 95%;
    bottom: 95%;
  }

  .xs\:inset-x-95\% {
    right: 95%;
    left: 95%;
  }

  .xs\:inset-y-96\% {
    top: 96%;
    bottom: 96%;
  }

  .xs\:inset-x-96\% {
    right: 96%;
    left: 96%;
  }

  .xs\:inset-y-97\% {
    top: 97%;
    bottom: 97%;
  }

  .xs\:inset-x-97\% {
    right: 97%;
    left: 97%;
  }

  .xs\:inset-y-98\% {
    top: 98%;
    bottom: 98%;
  }

  .xs\:inset-x-98\% {
    right: 98%;
    left: 98%;
  }

  .xs\:inset-y-99\% {
    top: 99%;
    bottom: 99%;
  }

  .xs\:inset-x-99\% {
    right: 99%;
    left: 99%;
  }

  .xs\:inset-y-36vh {
    top: 36vh;
    bottom: 36vh;
  }

  .xs\:inset-x-36vh {
    right: 36vh;
    left: 36vh;
  }

  .xs\:inset-y-75vh {
    top: 75vh;
    bottom: 75vh;
  }

  .xs\:inset-x-75vh {
    right: 75vh;
    left: 75vh;
  }

  .xs\:inset-y-78vh {
    top: 78vh;
    bottom: 78vh;
  }

  .xs\:inset-x-78vh {
    right: 78vh;
    left: 78vh;
  }

  .xs\:inset-y-80vh {
    top: 80vh;
    bottom: 80vh;
  }

  .xs\:inset-x-80vh {
    right: 80vh;
    left: 80vh;
  }

  .xs\:inset-y-82vh {
    top: 82vh;
    bottom: 82vh;
  }

  .xs\:inset-x-82vh {
    right: 82vh;
    left: 82vh;
  }

  .xs\:top-0 {
    top: 0;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:bottom-0 {
    bottom: 0;
  }

  .xs\:left-0 {
    left: 0;
  }

  .xs\:top-1 {
    top: 0.25rem;
  }

  .xs\:right-1 {
    right: 0.25rem;
  }

  .xs\:bottom-1 {
    bottom: 0.25rem;
  }

  .xs\:left-1 {
    left: 0.25rem;
  }

  .xs\:top-2 {
    top: 0.5rem;
  }

  .xs\:right-2 {
    right: 0.5rem;
  }

  .xs\:bottom-2 {
    bottom: 0.5rem;
  }

  .xs\:left-2 {
    left: 0.5rem;
  }

  .xs\:top-3 {
    top: 0.75rem;
  }

  .xs\:right-3 {
    right: 0.75rem;
  }

  .xs\:bottom-3 {
    bottom: 0.75rem;
  }

  .xs\:left-3 {
    left: 0.75rem;
  }

  .xs\:top-4 {
    top: 1rem;
  }

  .xs\:right-4 {
    right: 1rem;
  }

  .xs\:bottom-4 {
    bottom: 1rem;
  }

  .xs\:left-4 {
    left: 1rem;
  }

  .xs\:top-5 {
    top: 1.25rem;
  }

  .xs\:right-5 {
    right: 1.25rem;
  }

  .xs\:bottom-5 {
    bottom: 1.25rem;
  }

  .xs\:left-5 {
    left: 1.25rem;
  }

  .xs\:top-6 {
    top: 1.5rem;
  }

  .xs\:right-6 {
    right: 1.5rem;
  }

  .xs\:bottom-6 {
    bottom: 1.5rem;
  }

  .xs\:left-6 {
    left: 1.5rem;
  }

  .xs\:top-7 {
    top: 1.75rem;
  }

  .xs\:right-7 {
    right: 1.75rem;
  }

  .xs\:bottom-7 {
    bottom: 1.75rem;
  }

  .xs\:left-7 {
    left: 1.75rem;
  }

  .xs\:top-8 {
    top: 2rem;
  }

  .xs\:right-8 {
    right: 2rem;
  }

  .xs\:bottom-8 {
    bottom: 2rem;
  }

  .xs\:left-8 {
    left: 2rem;
  }

  .xs\:top-9 {
    top: 2.25rem;
  }

  .xs\:right-9 {
    right: 2.25rem;
  }

  .xs\:bottom-9 {
    bottom: 2.25rem;
  }

  .xs\:left-9 {
    left: 2.25rem;
  }

  .xs\:top-10 {
    top: 2.5rem;
  }

  .xs\:right-10 {
    right: 2.5rem;
  }

  .xs\:bottom-10 {
    bottom: 2.5rem;
  }

  .xs\:left-10 {
    left: 2.5rem;
  }

  .xs\:top-12 {
    top: 3rem;
  }

  .xs\:right-12 {
    right: 3rem;
  }

  .xs\:bottom-12 {
    bottom: 3rem;
  }

  .xs\:left-12 {
    left: 3rem;
  }

  .xs\:top-14 {
    top: 3.5rem;
  }

  .xs\:right-14 {
    right: 3.5rem;
  }

  .xs\:bottom-14 {
    bottom: 3.5rem;
  }

  .xs\:left-14 {
    left: 3.5rem;
  }

  .xs\:top-15 {
    top: 3.75rem;
  }

  .xs\:right-15 {
    right: 3.75rem;
  }

  .xs\:bottom-15 {
    bottom: 3.75rem;
  }

  .xs\:left-15 {
    left: 3.75rem;
  }

  .xs\:top-16 {
    top: 4rem;
  }

  .xs\:right-16 {
    right: 4rem;
  }

  .xs\:bottom-16 {
    bottom: 4rem;
  }

  .xs\:left-16 {
    left: 4rem;
  }

  .xs\:top-18 {
    top: 4.5rem;
  }

  .xs\:right-18 {
    right: 4.5rem;
  }

  .xs\:bottom-18 {
    bottom: 4.5rem;
  }

  .xs\:left-18 {
    left: 4.5rem;
  }

  .xs\:top-20 {
    top: 5rem;
  }

  .xs\:right-20 {
    right: 5rem;
  }

  .xs\:bottom-20 {
    bottom: 5rem;
  }

  .xs\:left-20 {
    left: 5rem;
  }

  .xs\:top-21 {
    top: 5.25rem;
  }

  .xs\:right-21 {
    right: 5.25rem;
  }

  .xs\:bottom-21 {
    bottom: 5.25rem;
  }

  .xs\:left-21 {
    left: 5.25rem;
  }

  .xs\:top-22 {
    top: 5.5rem;
  }

  .xs\:right-22 {
    right: 5.5rem;
  }

  .xs\:bottom-22 {
    bottom: 5.5rem;
  }

  .xs\:left-22 {
    left: 5.5rem;
  }

  .xs\:top-24 {
    top: 6rem;
  }

  .xs\:right-24 {
    right: 6rem;
  }

  .xs\:bottom-24 {
    bottom: 6rem;
  }

  .xs\:left-24 {
    left: 6rem;
  }

  .xs\:top-26 {
    top: 6.5rem;
  }

  .xs\:right-26 {
    right: 6.5rem;
  }

  .xs\:bottom-26 {
    bottom: 6.5rem;
  }

  .xs\:left-26 {
    left: 6.5rem;
  }

  .xs\:top-28 {
    top: 7rem;
  }

  .xs\:right-28 {
    right: 7rem;
  }

  .xs\:bottom-28 {
    bottom: 7rem;
  }

  .xs\:left-28 {
    left: 7rem;
  }

  .xs\:top-30 {
    top: 7.5rem;
  }

  .xs\:right-30 {
    right: 7.5rem;
  }

  .xs\:bottom-30 {
    bottom: 7.5rem;
  }

  .xs\:left-30 {
    left: 7.5rem;
  }

  .xs\:top-32 {
    top: 8rem;
  }

  .xs\:right-32 {
    right: 8rem;
  }

  .xs\:bottom-32 {
    bottom: 8rem;
  }

  .xs\:left-32 {
    left: 8rem;
  }

  .xs\:top-34 {
    top: 8.5rem;
  }

  .xs\:right-34 {
    right: 8.5rem;
  }

  .xs\:bottom-34 {
    bottom: 8.5rem;
  }

  .xs\:left-34 {
    left: 8.5rem;
  }

  .xs\:top-36 {
    top: 9rem;
  }

  .xs\:right-36 {
    right: 9rem;
  }

  .xs\:bottom-36 {
    bottom: 9rem;
  }

  .xs\:left-36 {
    left: 9rem;
  }

  .xs\:top-38 {
    top: 9.5rem;
  }

  .xs\:right-38 {
    right: 9.5rem;
  }

  .xs\:bottom-38 {
    bottom: 9.5rem;
  }

  .xs\:left-38 {
    left: 9.5rem;
  }

  .xs\:top-40 {
    top: 10rem;
  }

  .xs\:right-40 {
    right: 10rem;
  }

  .xs\:bottom-40 {
    bottom: 10rem;
  }

  .xs\:left-40 {
    left: 10rem;
  }

  .xs\:top-44 {
    top: 11rem;
  }

  .xs\:right-44 {
    right: 11rem;
  }

  .xs\:bottom-44 {
    bottom: 11rem;
  }

  .xs\:left-44 {
    left: 11rem;
  }

  .xs\:top-48 {
    top: 12rem;
  }

  .xs\:right-48 {
    right: 12rem;
  }

  .xs\:bottom-48 {
    bottom: 12rem;
  }

  .xs\:left-48 {
    left: 12rem;
  }

  .xs\:top-52 {
    top: 13rem;
  }

  .xs\:right-52 {
    right: 13rem;
  }

  .xs\:bottom-52 {
    bottom: 13rem;
  }

  .xs\:left-52 {
    left: 13rem;
  }

  .xs\:top-53 {
    top: 13.25rem;
  }

  .xs\:right-53 {
    right: 13.25rem;
  }

  .xs\:bottom-53 {
    bottom: 13.25rem;
  }

  .xs\:left-53 {
    left: 13.25rem;
  }

  .xs\:top-54 {
    top: 13.5rem;
  }

  .xs\:right-54 {
    right: 13.5rem;
  }

  .xs\:bottom-54 {
    bottom: 13.5rem;
  }

  .xs\:left-54 {
    left: 13.5rem;
  }

  .xs\:top-56 {
    top: 14rem;
  }

  .xs\:right-56 {
    right: 14rem;
  }

  .xs\:bottom-56 {
    bottom: 14rem;
  }

  .xs\:left-56 {
    left: 14rem;
  }

  .xs\:top-64 {
    top: 16rem;
  }

  .xs\:right-64 {
    right: 16rem;
  }

  .xs\:bottom-64 {
    bottom: 16rem;
  }

  .xs\:left-64 {
    left: 16rem;
  }

  .xs\:top-72 {
    top: 18rem;
  }

  .xs\:right-72 {
    right: 18rem;
  }

  .xs\:bottom-72 {
    bottom: 18rem;
  }

  .xs\:left-72 {
    left: 18rem;
  }

  .xs\:top-74 {
    top: 18.5rem;
  }

  .xs\:right-74 {
    right: 18.5rem;
  }

  .xs\:bottom-74 {
    bottom: 18.5rem;
  }

  .xs\:left-74 {
    left: 18.5rem;
  }

  .xs\:top-76 {
    top: 19rem;
  }

  .xs\:right-76 {
    right: 19rem;
  }

  .xs\:bottom-76 {
    bottom: 19rem;
  }

  .xs\:left-76 {
    left: 19rem;
  }

  .xs\:top-80 {
    top: 20rem;
  }

  .xs\:right-80 {
    right: 20rem;
  }

  .xs\:bottom-80 {
    bottom: 20rem;
  }

  .xs\:left-80 {
    left: 20rem;
  }

  .xs\:top-85 {
    top: 21.25rem;
  }

  .xs\:right-85 {
    right: 21.25rem;
  }

  .xs\:bottom-85 {
    bottom: 21.25rem;
  }

  .xs\:left-85 {
    left: 21.25rem;
  }

  .xs\:top-100 {
    top: 25rem;
  }

  .xs\:right-100 {
    right: 25rem;
  }

  .xs\:bottom-100 {
    bottom: 25rem;
  }

  .xs\:left-100 {
    left: 25rem;
  }

  .xs\:top-105 {
    top: 26.25rem;
  }

  .xs\:right-105 {
    right: 26.25rem;
  }

  .xs\:bottom-105 {
    bottom: 26.25rem;
  }

  .xs\:left-105 {
    left: 26.25rem;
  }

  .xs\:top-107 {
    top: 26.4rem;
  }

  .xs\:right-107 {
    right: 26.4rem;
  }

  .xs\:bottom-107 {
    bottom: 26.4rem;
  }

  .xs\:left-107 {
    left: 26.4rem;
  }

  .xs\:top-110 {
    top: 27.5rem;
  }

  .xs\:right-110 {
    right: 27.5rem;
  }

  .xs\:bottom-110 {
    bottom: 27.5rem;
  }

  .xs\:left-110 {
    left: 27.5rem;
  }

  .xs\:top-120 {
    top: 30rem;
  }

  .xs\:right-120 {
    right: 30rem;
  }

  .xs\:bottom-120 {
    bottom: 30rem;
  }

  .xs\:left-120 {
    left: 30rem;
  }

  .xs\:top-130 {
    top: 38rem;
  }

  .xs\:right-130 {
    right: 38rem;
  }

  .xs\:bottom-130 {
    bottom: 38rem;
  }

  .xs\:left-130 {
    left: 38rem;
  }

  .xs\:top-auto {
    top: auto;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:top-px {
    top: 1px;
  }

  .xs\:right-px {
    right: 1px;
  }

  .xs\:bottom-px {
    bottom: 1px;
  }

  .xs\:left-px {
    left: 1px;
  }

  .xs\:top-250px {
    top: 250px;
  }

  .xs\:right-250px {
    right: 250px;
  }

  .xs\:bottom-250px {
    bottom: 250px;
  }

  .xs\:left-250px {
    left: 250px;
  }

  .xs\:top-1\/2\% {
    top: 0.5%;
  }

  .xs\:right-1\/2\% {
    right: 0.5%;
  }

  .xs\:bottom-1\/2\% {
    bottom: 0.5%;
  }

  .xs\:left-1\/2\% {
    left: 0.5%;
  }

  .xs\:top-1\% {
    top: 1%;
  }

  .xs\:right-1\% {
    right: 1%;
  }

  .xs\:bottom-1\% {
    bottom: 1%;
  }

  .xs\:left-1\% {
    left: 1%;
  }

  .xs\:top-2\% {
    top: 2%;
  }

  .xs\:right-2\% {
    right: 2%;
  }

  .xs\:bottom-2\% {
    bottom: 2%;
  }

  .xs\:left-2\% {
    left: 2%;
  }

  .xs\:top-3\% {
    top: 3%;
  }

  .xs\:right-3\% {
    right: 3%;
  }

  .xs\:bottom-3\% {
    bottom: 3%;
  }

  .xs\:left-3\% {
    left: 3%;
  }

  .xs\:top-4\% {
    top: 4%;
  }

  .xs\:right-4\% {
    right: 4%;
  }

  .xs\:bottom-4\% {
    bottom: 4%;
  }

  .xs\:left-4\% {
    left: 4%;
  }

  .xs\:top-5\% {
    top: 5%;
  }

  .xs\:right-5\% {
    right: 5%;
  }

  .xs\:bottom-5\% {
    bottom: 5%;
  }

  .xs\:left-5\% {
    left: 5%;
  }

  .xs\:top-10\% {
    top: 10%;
  }

  .xs\:right-10\% {
    right: 10%;
  }

  .xs\:bottom-10\% {
    bottom: 10%;
  }

  .xs\:left-10\% {
    left: 10%;
  }

  .xs\:top-20\% {
    top: 20%;
  }

  .xs\:right-20\% {
    right: 20%;
  }

  .xs\:bottom-20\% {
    bottom: 20%;
  }

  .xs\:left-20\% {
    left: 20%;
  }

  .xs\:top-23\% {
    top: 23%;
  }

  .xs\:right-23\% {
    right: 23%;
  }

  .xs\:bottom-23\% {
    bottom: 23%;
  }

  .xs\:left-23\% {
    left: 23%;
  }

  .xs\:top-25\% {
    top: 25%;
  }

  .xs\:right-25\% {
    right: 25%;
  }

  .xs\:bottom-25\% {
    bottom: 25%;
  }

  .xs\:left-25\% {
    left: 25%;
  }

  .xs\:top-26\% {
    top: 26%;
  }

  .xs\:right-26\% {
    right: 26%;
  }

  .xs\:bottom-26\% {
    bottom: 26%;
  }

  .xs\:left-26\% {
    left: 26%;
  }

  .xs\:top-30\% {
    top: 30%;
  }

  .xs\:right-30\% {
    right: 30%;
  }

  .xs\:bottom-30\% {
    bottom: 30%;
  }

  .xs\:left-30\% {
    left: 30%;
  }

  .xs\:top-40\% {
    top: 40%;
  }

  .xs\:right-40\% {
    right: 40%;
  }

  .xs\:bottom-40\% {
    bottom: 40%;
  }

  .xs\:left-40\% {
    left: 40%;
  }

  .xs\:top-50\% {
    top: 50%;
  }

  .xs\:right-50\% {
    right: 50%;
  }

  .xs\:bottom-50\% {
    bottom: 50%;
  }

  .xs\:left-50\% {
    left: 50%;
  }

  .xs\:top-60\% {
    top: 60%;
  }

  .xs\:right-60\% {
    right: 60%;
  }

  .xs\:bottom-60\% {
    bottom: 60%;
  }

  .xs\:left-60\% {
    left: 60%;
  }

  .xs\:top-70\% {
    top: 70%;
  }

  .xs\:right-70\% {
    right: 70%;
  }

  .xs\:bottom-70\% {
    bottom: 70%;
  }

  .xs\:left-70\% {
    left: 70%;
  }

  .xs\:top-80\% {
    top: 80%;
  }

  .xs\:right-80\% {
    right: 80%;
  }

  .xs\:bottom-80\% {
    bottom: 80%;
  }

  .xs\:left-80\% {
    left: 80%;
  }

  .xs\:top-90\% {
    top: 90%;
  }

  .xs\:right-90\% {
    right: 90%;
  }

  .xs\:bottom-90\% {
    bottom: 90%;
  }

  .xs\:left-90\% {
    left: 90%;
  }

  .xs\:top-95\% {
    top: 95%;
  }

  .xs\:right-95\% {
    right: 95%;
  }

  .xs\:bottom-95\% {
    bottom: 95%;
  }

  .xs\:left-95\% {
    left: 95%;
  }

  .xs\:top-96\% {
    top: 96%;
  }

  .xs\:right-96\% {
    right: 96%;
  }

  .xs\:bottom-96\% {
    bottom: 96%;
  }

  .xs\:left-96\% {
    left: 96%;
  }

  .xs\:top-97\% {
    top: 97%;
  }

  .xs\:right-97\% {
    right: 97%;
  }

  .xs\:bottom-97\% {
    bottom: 97%;
  }

  .xs\:left-97\% {
    left: 97%;
  }

  .xs\:top-98\% {
    top: 98%;
  }

  .xs\:right-98\% {
    right: 98%;
  }

  .xs\:bottom-98\% {
    bottom: 98%;
  }

  .xs\:left-98\% {
    left: 98%;
  }

  .xs\:top-99\% {
    top: 99%;
  }

  .xs\:right-99\% {
    right: 99%;
  }

  .xs\:bottom-99\% {
    bottom: 99%;
  }

  .xs\:left-99\% {
    left: 99%;
  }

  .xs\:top-36vh {
    top: 36vh;
  }

  .xs\:right-36vh {
    right: 36vh;
  }

  .xs\:bottom-36vh {
    bottom: 36vh;
  }

  .xs\:left-36vh {
    left: 36vh;
  }

  .xs\:top-75vh {
    top: 75vh;
  }

  .xs\:right-75vh {
    right: 75vh;
  }

  .xs\:bottom-75vh {
    bottom: 75vh;
  }

  .xs\:left-75vh {
    left: 75vh;
  }

  .xs\:top-78vh {
    top: 78vh;
  }

  .xs\:right-78vh {
    right: 78vh;
  }

  .xs\:bottom-78vh {
    bottom: 78vh;
  }

  .xs\:left-78vh {
    left: 78vh;
  }

  .xs\:top-80vh {
    top: 80vh;
  }

  .xs\:right-80vh {
    right: 80vh;
  }

  .xs\:bottom-80vh {
    bottom: 80vh;
  }

  .xs\:left-80vh {
    left: 80vh;
  }

  .xs\:top-82vh {
    top: 82vh;
  }

  .xs\:right-82vh {
    right: 82vh;
  }

  .xs\:bottom-82vh {
    bottom: 82vh;
  }

  .xs\:left-82vh {
    left: 82vh;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xs\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xs\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xs\:ring-offset-epic-off-white {
    --tw-ring-offset-color: #C5E7FF;
  }

  .xs\:ring-offset-epic-pale-blue {
    --tw-ring-offset-color: #B1DEFF;
  }

  .xs\:ring-offset-epic-dark-blue {
    --tw-ring-offset-color: #193B54;
  }

  .xs\:ring-offset-epic-light-blue {
    --tw-ring-offset-color: #00bff3;
  }

  .xs\:ring-offset-epic-purple {
    --tw-ring-offset-color: #7570b3;
  }

  .xs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xs\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xs\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xs\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f8f8f8;
  }

  .xs\:ring-offset-gray-200 {
    --tw-ring-offset-color: #f2f2f2;
  }

  .xs\:ring-offset-gray-300 {
    --tw-ring-offset-color: #e8e8e8;
  }

  .xs\:ring-offset-gray-400 {
    --tw-ring-offset-color: #d6d6d6;
  }

  .xs\:ring-offset-gray-500 {
    --tw-ring-offset-color: #b9b9b9;
  }

  .xs\:ring-offset-gray-600 {
    --tw-ring-offset-color: #858585;
  }

  .xs\:ring-offset-gray-700 {
    --tw-ring-offset-color: #676767;
  }

  .xs\:ring-offset-gray-800 {
    --tw-ring-offset-color: #3b3b3b;
  }

  .xs\:ring-offset-gray-900 {
    --tw-ring-offset-color: #333333;
  }

  .xs\:ring-offset-red-100 {
    --tw-ring-offset-color: #ffb6b6;
  }

  .xs\:ring-offset-red-200 {
    --tw-ring-offset-color: #ff7a7a;
  }

  .xs\:ring-offset-red-300 {
    --tw-ring-offset-color: #ff6060;
  }

  .xs\:ring-offset-red-400 {
    --tw-ring-offset-color: #ff4747;
  }

  .xs\:ring-offset-red-500 {
    --tw-ring-offset-color: #ff2d2d;
  }

  .xs\:ring-offset-red-600 {
    --tw-ring-offset-color: #ff1414;
  }

  .xs\:ring-offset-red-700 {
    --tw-ring-offset-color: #f90000;
  }

  .xs\:ring-offset-red-800 {
    --tw-ring-offset-color: #e00000;
  }

  .xs\:ring-offset-red-900 {
    --tw-ring-offset-color: #ca0000;
  }

  .xs\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffeac7;
  }

  .xs\:ring-offset-orange-200 {
    --tw-ring-offset-color: #ffce7a;
  }

  .xs\:ring-offset-orange-300 {
    --tw-ring-offset-color: #ffc560;
  }

  .xs\:ring-offset-orange-400 {
    --tw-ring-offset-color: #ffbb47;
  }

  .xs\:ring-offset-orange-500 {
    --tw-ring-offset-color: #FFB22D;
  }

  .xs\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ffa914;
  }

  .xs\:ring-offset-orange-700 {
    --tw-ring-offset-color: #f99e00;
  }

  .xs\:ring-offset-orange-800 {
    --tw-ring-offset-color: #e08e00;
  }

  .xs\:ring-offset-orange-900 {
    --tw-ring-offset-color: #945e00;
  }

  .xs\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fffff0;
  }

  .xs\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fefcbf;
  }

  .xs\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #faf089;
  }

  .xs\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #f6e05e;
  }

  .xs\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #ecc94b;
  }

  .xs\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d69e2e;
  }

  .xs\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b7791f;
  }

  .xs\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #975a16;
  }

  .xs\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #744210;
  }

  .xs\:ring-offset-green-100 {
    --tw-ring-offset-color: #d0ff57;
  }

  .xs\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbff0a;
  }

  .xs\:ring-offset-green-300 {
    --tw-ring-offset-color: #adef00;
  }

  .xs\:ring-offset-green-400 {
    --tw-ring-offset-color: #9ad600;
  }

  .xs\:ring-offset-green-500 {
    --tw-ring-offset-color: #88BC00;
  }

  .xs\:ring-offset-green-600 {
    --tw-ring-offset-color: #76a300;
  }

  .xs\:ring-offset-green-700 {
    --tw-ring-offset-color: #638900;
  }

  .xs\:ring-offset-green-800 {
    --tw-ring-offset-color: #517000;
  }

  .xs\:ring-offset-green-900 {
    --tw-ring-offset-color: #1a2400;
  }

  .xs\:ring-offset-teal-100 {
    --tw-ring-offset-color: #e6fffa;
  }

  .xs\:ring-offset-teal-200 {
    --tw-ring-offset-color: #b2f5ea;
  }

  .xs\:ring-offset-teal-300 {
    --tw-ring-offset-color: #81e6d9;
  }

  .xs\:ring-offset-teal-400 {
    --tw-ring-offset-color: #4fd1c5;
  }

  .xs\:ring-offset-teal-500 {
    --tw-ring-offset-color: #38b2ac;
  }

  .xs\:ring-offset-teal-600 {
    --tw-ring-offset-color: #319795;
  }

  .xs\:ring-offset-teal-700 {
    --tw-ring-offset-color: #2c7a7b;
  }

  .xs\:ring-offset-teal-800 {
    --tw-ring-offset-color: #285e61;
  }

  .xs\:ring-offset-teal-900 {
    --tw-ring-offset-color: #234e52;
  }

  .xs\:ring-offset-blue-100 {
    --tw-ring-offset-color: #d1eafd;
  }

  .xs\:ring-offset-blue-200 {
    --tw-ring-offset-color: #88caf9;
  }

  .xs\:ring-offset-blue-300 {
    --tw-ring-offset-color: #6fbff8;
  }

  .xs\:ring-offset-blue-400 {
    --tw-ring-offset-color: #57b4f6;
  }

  .xs\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3fa9f5;
  }

  .xs\:ring-offset-blue-600 {
    --tw-ring-offset-color: #279ef4;
  }

  .xs\:ring-offset-blue-700 {
    --tw-ring-offset-color: #0f93f2;
  }

  .xs\:ring-offset-blue-800 {
    --tw-ring-offset-color: #0b85dc;
  }

  .xs\:ring-offset-blue-900 {
    --tw-ring-offset-color: #075993;
  }

  .xs\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #ebf4ff;
  }

  .xs\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c3dafe;
  }

  .xs\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a3bffa;
  }

  .xs\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #7f9cf5;
  }

  .xs\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #667eea;
  }

  .xs\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #5a67d8;
  }

  .xs\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4c51bf;
  }

  .xs\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #434190;
  }

  .xs\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #3c366b;
  }

  .xs\:ring-offset-purple-100 {
    --tw-ring-offset-color: #faf5ff;
  }

  .xs\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d8fd;
  }

  .xs\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d6bcfa;
  }

  .xs\:ring-offset-purple-400 {
    --tw-ring-offset-color: #b794f4;
  }

  .xs\:ring-offset-purple-500 {
    --tw-ring-offset-color: #9f7aea;
  }

  .xs\:ring-offset-purple-600 {
    --tw-ring-offset-color: #805ad5;
  }

  .xs\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6b46c1;
  }

  .xs\:ring-offset-purple-800 {
    --tw-ring-offset-color: #553c9a;
  }

  .xs\:ring-offset-purple-900 {
    --tw-ring-offset-color: #44337a;
  }

  .xs\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fff5f7;
  }

  .xs\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fed7e2;
  }

  .xs\:ring-offset-pink-300 {
    --tw-ring-offset-color: #fbb6ce;
  }

  .xs\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f687b3;
  }

  .xs\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ed64a6;
  }

  .xs\:ring-offset-pink-600 {
    --tw-ring-offset-color: #d53f8c;
  }

  .xs\:ring-offset-pink-700 {
    --tw-ring-offset-color: #b83280;
  }

  .xs\:ring-offset-pink-800 {
    --tw-ring-offset-color: #97266d;
  }

  .xs\:ring-offset-pink-900 {
    --tw-ring-offset-color: #702459;
  }

  .xs\:focus-within\:ring-offset-epic-off-white:focus-within {
    --tw-ring-offset-color: #C5E7FF;
  }

  .xs\:focus-within\:ring-offset-epic-pale-blue:focus-within {
    --tw-ring-offset-color: #B1DEFF;
  }

  .xs\:focus-within\:ring-offset-epic-dark-blue:focus-within {
    --tw-ring-offset-color: #193B54;
  }

  .xs\:focus-within\:ring-offset-epic-light-blue:focus-within {
    --tw-ring-offset-color: #00bff3;
  }

  .xs\:focus-within\:ring-offset-epic-purple:focus-within {
    --tw-ring-offset-color: #7570b3;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xs\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f8f8f8;
  }

  .xs\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #f2f2f2;
  }

  .xs\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #e8e8e8;
  }

  .xs\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #d6d6d6;
  }

  .xs\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #b9b9b9;
  }

  .xs\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #858585;
  }

  .xs\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #676767;
  }

  .xs\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #3b3b3b;
  }

  .xs\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #333333;
  }

  .xs\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #ffb6b6;
  }

  .xs\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #ff7a7a;
  }

  .xs\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #ff6060;
  }

  .xs\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #ff4747;
  }

  .xs\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ff2d2d;
  }

  .xs\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ff1414;
  }

  .xs\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #f90000;
  }

  .xs\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #e00000;
  }

  .xs\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #ca0000;
  }

  .xs\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffeac7;
  }

  .xs\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #ffce7a;
  }

  .xs\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #ffc560;
  }

  .xs\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #ffbb47;
  }

  .xs\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #FFB22D;
  }

  .xs\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ffa914;
  }

  .xs\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #f99e00;
  }

  .xs\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #e08e00;
  }

  .xs\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #945e00;
  }

  .xs\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fffff0;
  }

  .xs\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fefcbf;
  }

  .xs\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #faf089;
  }

  .xs\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #f6e05e;
  }

  .xs\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #ecc94b;
  }

  .xs\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d69e2e;
  }

  .xs\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b7791f;
  }

  .xs\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #975a16;
  }

  .xs\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #744210;
  }

  .xs\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d0ff57;
  }

  .xs\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbff0a;
  }

  .xs\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #adef00;
  }

  .xs\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #9ad600;
  }

  .xs\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #88BC00;
  }

  .xs\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #76a300;
  }

  .xs\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #638900;
  }

  .xs\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #517000;
  }

  .xs\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #1a2400;
  }

  .xs\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #e6fffa;
  }

  .xs\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #b2f5ea;
  }

  .xs\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #81e6d9;
  }

  .xs\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #4fd1c5;
  }

  .xs\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #38b2ac;
  }

  .xs\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #319795;
  }

  .xs\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #2c7a7b;
  }

  .xs\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #285e61;
  }

  .xs\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #234e52;
  }

  .xs\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #d1eafd;
  }

  .xs\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #88caf9;
  }

  .xs\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #6fbff8;
  }

  .xs\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #57b4f6;
  }

  .xs\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3fa9f5;
  }

  .xs\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #279ef4;
  }

  .xs\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #0f93f2;
  }

  .xs\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #0b85dc;
  }

  .xs\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #075993;
  }

  .xs\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #ebf4ff;
  }

  .xs\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c3dafe;
  }

  .xs\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a3bffa;
  }

  .xs\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #7f9cf5;
  }

  .xs\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #667eea;
  }

  .xs\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #5a67d8;
  }

  .xs\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4c51bf;
  }

  .xs\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #434190;
  }

  .xs\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #3c366b;
  }

  .xs\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .xs\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d8fd;
  }

  .xs\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d6bcfa;
  }

  .xs\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #b794f4;
  }

  .xs\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #9f7aea;
  }

  .xs\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #805ad5;
  }

  .xs\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6b46c1;
  }

  .xs\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #553c9a;
  }

  .xs\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #44337a;
  }

  .xs\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fff5f7;
  }

  .xs\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fed7e2;
  }

  .xs\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #fbb6ce;
  }

  .xs\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f687b3;
  }

  .xs\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ed64a6;
  }

  .xs\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #d53f8c;
  }

  .xs\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #b83280;
  }

  .xs\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #97266d;
  }

  .xs\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #702459;
  }

  .xs\:focus\:ring-offset-epic-off-white:focus {
    --tw-ring-offset-color: #C5E7FF;
  }

  .xs\:focus\:ring-offset-epic-pale-blue:focus {
    --tw-ring-offset-color: #B1DEFF;
  }

  .xs\:focus\:ring-offset-epic-dark-blue:focus {
    --tw-ring-offset-color: #193B54;
  }

  .xs\:focus\:ring-offset-epic-light-blue:focus {
    --tw-ring-offset-color: #00bff3;
  }

  .xs\:focus\:ring-offset-epic-purple:focus {
    --tw-ring-offset-color: #7570b3;
  }

  .xs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .xs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xs\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xs\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f8f8f8;
  }

  .xs\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #f2f2f2;
  }

  .xs\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #e8e8e8;
  }

  .xs\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #d6d6d6;
  }

  .xs\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #b9b9b9;
  }

  .xs\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #858585;
  }

  .xs\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #676767;
  }

  .xs\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #3b3b3b;
  }

  .xs\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #333333;
  }

  .xs\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #ffb6b6;
  }

  .xs\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #ff7a7a;
  }

  .xs\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #ff6060;
  }

  .xs\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #ff4747;
  }

  .xs\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ff2d2d;
  }

  .xs\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ff1414;
  }

  .xs\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #f90000;
  }

  .xs\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #e00000;
  }

  .xs\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #ca0000;
  }

  .xs\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffeac7;
  }

  .xs\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #ffce7a;
  }

  .xs\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #ffc560;
  }

  .xs\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #ffbb47;
  }

  .xs\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #FFB22D;
  }

  .xs\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ffa914;
  }

  .xs\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #f99e00;
  }

  .xs\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #e08e00;
  }

  .xs\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #945e00;
  }

  .xs\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fffff0;
  }

  .xs\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fefcbf;
  }

  .xs\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #faf089;
  }

  .xs\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #f6e05e;
  }

  .xs\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #ecc94b;
  }

  .xs\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d69e2e;
  }

  .xs\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b7791f;
  }

  .xs\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #975a16;
  }

  .xs\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #744210;
  }

  .xs\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d0ff57;
  }

  .xs\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbff0a;
  }

  .xs\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #adef00;
  }

  .xs\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #9ad600;
  }

  .xs\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #88BC00;
  }

  .xs\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #76a300;
  }

  .xs\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #638900;
  }

  .xs\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #517000;
  }

  .xs\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #1a2400;
  }

  .xs\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #e6fffa;
  }

  .xs\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #b2f5ea;
  }

  .xs\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #81e6d9;
  }

  .xs\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #4fd1c5;
  }

  .xs\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #38b2ac;
  }

  .xs\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #319795;
  }

  .xs\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #2c7a7b;
  }

  .xs\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #285e61;
  }

  .xs\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #234e52;
  }

  .xs\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #d1eafd;
  }

  .xs\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #88caf9;
  }

  .xs\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #6fbff8;
  }

  .xs\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #57b4f6;
  }

  .xs\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3fa9f5;
  }

  .xs\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #279ef4;
  }

  .xs\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #0f93f2;
  }

  .xs\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #0b85dc;
  }

  .xs\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #075993;
  }

  .xs\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #ebf4ff;
  }

  .xs\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c3dafe;
  }

  .xs\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a3bffa;
  }

  .xs\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #7f9cf5;
  }

  .xs\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #667eea;
  }

  .xs\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #5a67d8;
  }

  .xs\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4c51bf;
  }

  .xs\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #434190;
  }

  .xs\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #3c366b;
  }

  .xs\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .xs\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d8fd;
  }

  .xs\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d6bcfa;
  }

  .xs\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #b794f4;
  }

  .xs\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #9f7aea;
  }

  .xs\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #805ad5;
  }

  .xs\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6b46c1;
  }

  .xs\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #553c9a;
  }

  .xs\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #44337a;
  }

  .xs\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fff5f7;
  }

  .xs\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fed7e2;
  }

  .xs\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #fbb6ce;
  }

  .xs\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f687b3;
  }

  .xs\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ed64a6;
  }

  .xs\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #d53f8c;
  }

  .xs\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #b83280;
  }

  .xs\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #97266d;
  }

  .xs\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #702459;
  }

  .xs\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xs\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xs\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xs\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xs\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xs\:ring-epic-off-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-epic-pale-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-epic-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .xs\:ring-epic-light-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .xs\:ring-epic-purple {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .xs\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xs\:ring-current {
    --tw-ring-color: currentColor;
  }

  .xs\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .xs\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .xs\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .xs\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .xs\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .xs\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .xs\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .xs\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .xs\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .xs\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .xs\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .xs\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .xs\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .xs\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .xs\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .xs\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .xs\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .xs\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-epic-off-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-epic-pale-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-epic-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-epic-light-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-epic-purple:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xs\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .xs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-epic-off-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-epic-pale-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-epic-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-epic-light-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-epic-purple:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xs\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .xs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .xs\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xs\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xs\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-0 {
    stroke-width: 0;
  }

  .xs\:stroke-1 {
    stroke-width: 1;
  }

  .xs\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .xs\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .xs\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .xs\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .xs\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .xs\:text-transparent {
    color: transparent;
  }

  .xs\:text-current {
    color: currentColor;
  }

  .xs\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xs\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .xs\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .xs\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xs\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .xs\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .xs\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .xs\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .xs\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .xs\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .xs\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .xs\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .xs\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .xs\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .xs\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .xs\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .xs\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .xs\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .xs\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .xs\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .xs\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .xs\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .xs\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .xs\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .xs\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .xs\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .xs\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .xs\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .xs\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .xs\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .xs\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .xs\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .xs\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .xs\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .xs\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .xs\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .xs\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .xs\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .xs\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .xs\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .xs\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .xs\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .xs\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .xs\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .xs\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .xs\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .xs\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .xs\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .xs\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .xs\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .xs\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .xs\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .xs\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .xs\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .xs\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .xs\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .xs\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .xs\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .xs\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .xs\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .xs\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .xs\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .xs\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .xs\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .xs\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .xs\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .xs\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .xs\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .xs\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .xs\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xs\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .xs\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .xs\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .xs\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .xs\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .xs\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .xs\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .xs\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .xs\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .xs\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .xs\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .xs\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .xs\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .xs\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .xs\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .xs\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .xs\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .xs\:hover\:text-epic-off-white:hover {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-epic-pale-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-epic-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .xs\:hover\:text-epic-light-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .xs\:hover\:text-epic-purple:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs\:hover\:text-current:hover {
    color: currentColor;
  }

  .xs\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .xs\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .xs\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .xs\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .xs\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .xs\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .xs\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .xs\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .xs\:focus\:text-epic-off-white:focus {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-epic-pale-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-epic-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .xs\:focus\:text-epic-light-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .xs\:focus\:text-epic-purple:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-current:focus {
    color: currentColor;
  }

  .xs\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .xs\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .xs\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .xs\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .xs\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .xs\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .xs\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .xs\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-epic-off-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-epic-pale-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-epic-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-epic-light-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-epic-purple:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xs\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .xs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xs\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xs\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-transparent {
    color: transparent;
  }

  .group:focus .xs\:group-focus\:text-current {
    color: currentColor;
  }

  .group:focus .xs\:group-focus\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:focus .xs\:group-focus\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .xs\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xs\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xs\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xs\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xs\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xs\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xs\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xs\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xs\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xs\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xs\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xs\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xs\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xs\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xs\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xs\:overflow-clip {
    text-overflow: clip;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xs\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xs\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xs\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xs\:normal-nums {
    font-variant-numeric: normal;
  }

  .xs\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xs\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xs\:tracking-normal {
    letter-spacing: 0em;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    overflow-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:w-0 {
    width: 0;
  }

  .xs\:w-1 {
    width: 0.25rem;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-3 {
    width: 0.75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-7 {
    width: 1.75rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-9 {
    width: 2.25rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-14 {
    width: 3.5rem;
  }

  .xs\:w-15 {
    width: 3.75rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-18 {
    width: 4.5rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-21 {
    width: 5.25rem;
  }

  .xs\:w-22 {
    width: 5.5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-26 {
    width: 6.5rem;
  }

  .xs\:w-28 {
    width: 7rem;
  }

  .xs\:w-30 {
    width: 7.5rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-34 {
    width: 8.5rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-38 {
    width: 9.5rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-44 {
    width: 11rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-53 {
    width: 13.25rem;
  }

  .xs\:w-54 {
    width: 13.5rem;
  }

  .xs\:w-56 {
    width: 14rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-72 {
    width: 18rem;
  }

  .xs\:w-74 {
    width: 18.5rem;
  }

  .xs\:w-76 {
    width: 19rem;
  }

  .xs\:w-80 {
    width: 20rem;
  }

  .xs\:w-85 {
    width: 21.25rem;
  }

  .xs\:w-100 {
    width: 25rem;
  }

  .xs\:w-105 {
    width: 26.25rem;
  }

  .xs\:w-107 {
    width: 26.4rem;
  }

  .xs\:w-110 {
    width: 27.5rem;
  }

  .xs\:w-120 {
    width: 30rem;
  }

  .xs\:w-130 {
    width: 38rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-250px {
    width: 250px;
  }

  .xs\:w-1\/2\% {
    width: 0.5%;
  }

  .xs\:w-1\% {
    width: 1%;
  }

  .xs\:w-2\% {
    width: 2%;
  }

  .xs\:w-3\% {
    width: 3%;
  }

  .xs\:w-4\% {
    width: 4%;
  }

  .xs\:w-5\% {
    width: 5%;
  }

  .xs\:w-10\% {
    width: 10%;
  }

  .xs\:w-20\% {
    width: 20%;
  }

  .xs\:w-23\% {
    width: 23%;
  }

  .xs\:w-25\% {
    width: 25%;
  }

  .xs\:w-26\% {
    width: 26%;
  }

  .xs\:w-30\% {
    width: 30%;
  }

  .xs\:w-40\% {
    width: 40%;
  }

  .xs\:w-50\% {
    width: 50%;
  }

  .xs\:w-60\% {
    width: 60%;
  }

  .xs\:w-70\% {
    width: 70%;
  }

  .xs\:w-80\% {
    width: 80%;
  }

  .xs\:w-90\% {
    width: 90%;
  }

  .xs\:w-95\% {
    width: 95%;
  }

  .xs\:w-96\% {
    width: 96%;
  }

  .xs\:w-97\% {
    width: 97%;
  }

  .xs\:w-98\% {
    width: 98%;
  }

  .xs\:w-99\% {
    width: 99%;
  }

  .xs\:w-36vh {
    width: 36vh;
  }

  .xs\:w-75vh {
    width: 75vh;
  }

  .xs\:w-78vh {
    width: 78vh;
  }

  .xs\:w-80vh {
    width: 80vh;
  }

  .xs\:w-82vh {
    width: 82vh;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-2\/4 {
    width: 50%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.666667%;
  }

  .xs\:w-2\/6 {
    width: 33.333333%;
  }

  .xs\:w-3\/6 {
    width: 50%;
  }

  .xs\:w-4\/6 {
    width: 66.666667%;
  }

  .xs\:w-5\/6 {
    width: 83.333333%;
  }

  .xs\:w-1\/12 {
    width: 8.333333%;
  }

  .xs\:w-2\/12 {
    width: 16.666667%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:hover\:w-0:hover {
    width: 0;
  }

  .xs\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .xs\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .xs\:hover\:w-3:hover {
    width: 0.75rem;
  }

  .xs\:hover\:w-4:hover {
    width: 1rem;
  }

  .xs\:hover\:w-5:hover {
    width: 1.25rem;
  }

  .xs\:hover\:w-6:hover {
    width: 1.5rem;
  }

  .xs\:hover\:w-7:hover {
    width: 1.75rem;
  }

  .xs\:hover\:w-8:hover {
    width: 2rem;
  }

  .xs\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .xs\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .xs\:hover\:w-12:hover {
    width: 3rem;
  }

  .xs\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .xs\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .xs\:hover\:w-16:hover {
    width: 4rem;
  }

  .xs\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .xs\:hover\:w-20:hover {
    width: 5rem;
  }

  .xs\:hover\:w-21:hover {
    width: 5.25rem;
  }

  .xs\:hover\:w-22:hover {
    width: 5.5rem;
  }

  .xs\:hover\:w-24:hover {
    width: 6rem;
  }

  .xs\:hover\:w-26:hover {
    width: 6.5rem;
  }

  .xs\:hover\:w-28:hover {
    width: 7rem;
  }

  .xs\:hover\:w-30:hover {
    width: 7.5rem;
  }

  .xs\:hover\:w-32:hover {
    width: 8rem;
  }

  .xs\:hover\:w-34:hover {
    width: 8.5rem;
  }

  .xs\:hover\:w-36:hover {
    width: 9rem;
  }

  .xs\:hover\:w-38:hover {
    width: 9.5rem;
  }

  .xs\:hover\:w-40:hover {
    width: 10rem;
  }

  .xs\:hover\:w-44:hover {
    width: 11rem;
  }

  .xs\:hover\:w-48:hover {
    width: 12rem;
  }

  .xs\:hover\:w-52:hover {
    width: 13rem;
  }

  .xs\:hover\:w-53:hover {
    width: 13.25rem;
  }

  .xs\:hover\:w-54:hover {
    width: 13.5rem;
  }

  .xs\:hover\:w-56:hover {
    width: 14rem;
  }

  .xs\:hover\:w-64:hover {
    width: 16rem;
  }

  .xs\:hover\:w-72:hover {
    width: 18rem;
  }

  .xs\:hover\:w-74:hover {
    width: 18.5rem;
  }

  .xs\:hover\:w-76:hover {
    width: 19rem;
  }

  .xs\:hover\:w-80:hover {
    width: 20rem;
  }

  .xs\:hover\:w-85:hover {
    width: 21.25rem;
  }

  .xs\:hover\:w-100:hover {
    width: 25rem;
  }

  .xs\:hover\:w-105:hover {
    width: 26.25rem;
  }

  .xs\:hover\:w-107:hover {
    width: 26.4rem;
  }

  .xs\:hover\:w-110:hover {
    width: 27.5rem;
  }

  .xs\:hover\:w-120:hover {
    width: 30rem;
  }

  .xs\:hover\:w-130:hover {
    width: 38rem;
  }

  .xs\:hover\:w-auto:hover {
    width: auto;
  }

  .xs\:hover\:w-px:hover {
    width: 1px;
  }

  .xs\:hover\:w-250px:hover {
    width: 250px;
  }

  .xs\:hover\:w-1\/2\%:hover {
    width: 0.5%;
  }

  .xs\:hover\:w-1\%:hover {
    width: 1%;
  }

  .xs\:hover\:w-2\%:hover {
    width: 2%;
  }

  .xs\:hover\:w-3\%:hover {
    width: 3%;
  }

  .xs\:hover\:w-4\%:hover {
    width: 4%;
  }

  .xs\:hover\:w-5\%:hover {
    width: 5%;
  }

  .xs\:hover\:w-10\%:hover {
    width: 10%;
  }

  .xs\:hover\:w-20\%:hover {
    width: 20%;
  }

  .xs\:hover\:w-23\%:hover {
    width: 23%;
  }

  .xs\:hover\:w-25\%:hover {
    width: 25%;
  }

  .xs\:hover\:w-26\%:hover {
    width: 26%;
  }

  .xs\:hover\:w-30\%:hover {
    width: 30%;
  }

  .xs\:hover\:w-40\%:hover {
    width: 40%;
  }

  .xs\:hover\:w-50\%:hover {
    width: 50%;
  }

  .xs\:hover\:w-60\%:hover {
    width: 60%;
  }

  .xs\:hover\:w-70\%:hover {
    width: 70%;
  }

  .xs\:hover\:w-80\%:hover {
    width: 80%;
  }

  .xs\:hover\:w-90\%:hover {
    width: 90%;
  }

  .xs\:hover\:w-95\%:hover {
    width: 95%;
  }

  .xs\:hover\:w-96\%:hover {
    width: 96%;
  }

  .xs\:hover\:w-97\%:hover {
    width: 97%;
  }

  .xs\:hover\:w-98\%:hover {
    width: 98%;
  }

  .xs\:hover\:w-99\%:hover {
    width: 99%;
  }

  .xs\:hover\:w-36vh:hover {
    width: 36vh;
  }

  .xs\:hover\:w-75vh:hover {
    width: 75vh;
  }

  .xs\:hover\:w-78vh:hover {
    width: 78vh;
  }

  .xs\:hover\:w-80vh:hover {
    width: 80vh;
  }

  .xs\:hover\:w-82vh:hover {
    width: 82vh;
  }

  .xs\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .xs\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .xs\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .xs\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .xs\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .xs\:hover\:w-3\/4:hover {
    width: 75%;
  }

  .xs\:hover\:w-1\/5:hover {
    width: 20%;
  }

  .xs\:hover\:w-2\/5:hover {
    width: 40%;
  }

  .xs\:hover\:w-3\/5:hover {
    width: 60%;
  }

  .xs\:hover\:w-4\/5:hover {
    width: 80%;
  }

  .xs\:hover\:w-1\/6:hover {
    width: 16.666667%;
  }

  .xs\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .xs\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .xs\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .xs\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .xs\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .xs\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .xs\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .xs\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .xs\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .xs\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .xs\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .xs\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .xs\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .xs\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .xs\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .xs\:hover\:w-full:hover {
    width: 100%;
  }

  .xs\:hover\:w-screen:hover {
    width: 100vw;
  }

  .xs\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:focus\:w-0:focus {
    width: 0;
  }

  .xs\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .xs\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .xs\:focus\:w-3:focus {
    width: 0.75rem;
  }

  .xs\:focus\:w-4:focus {
    width: 1rem;
  }

  .xs\:focus\:w-5:focus {
    width: 1.25rem;
  }

  .xs\:focus\:w-6:focus {
    width: 1.5rem;
  }

  .xs\:focus\:w-7:focus {
    width: 1.75rem;
  }

  .xs\:focus\:w-8:focus {
    width: 2rem;
  }

  .xs\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .xs\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .xs\:focus\:w-12:focus {
    width: 3rem;
  }

  .xs\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .xs\:focus\:w-15:focus {
    width: 3.75rem;
  }

  .xs\:focus\:w-16:focus {
    width: 4rem;
  }

  .xs\:focus\:w-18:focus {
    width: 4.5rem;
  }

  .xs\:focus\:w-20:focus {
    width: 5rem;
  }

  .xs\:focus\:w-21:focus {
    width: 5.25rem;
  }

  .xs\:focus\:w-22:focus {
    width: 5.5rem;
  }

  .xs\:focus\:w-24:focus {
    width: 6rem;
  }

  .xs\:focus\:w-26:focus {
    width: 6.5rem;
  }

  .xs\:focus\:w-28:focus {
    width: 7rem;
  }

  .xs\:focus\:w-30:focus {
    width: 7.5rem;
  }

  .xs\:focus\:w-32:focus {
    width: 8rem;
  }

  .xs\:focus\:w-34:focus {
    width: 8.5rem;
  }

  .xs\:focus\:w-36:focus {
    width: 9rem;
  }

  .xs\:focus\:w-38:focus {
    width: 9.5rem;
  }

  .xs\:focus\:w-40:focus {
    width: 10rem;
  }

  .xs\:focus\:w-44:focus {
    width: 11rem;
  }

  .xs\:focus\:w-48:focus {
    width: 12rem;
  }

  .xs\:focus\:w-52:focus {
    width: 13rem;
  }

  .xs\:focus\:w-53:focus {
    width: 13.25rem;
  }

  .xs\:focus\:w-54:focus {
    width: 13.5rem;
  }

  .xs\:focus\:w-56:focus {
    width: 14rem;
  }

  .xs\:focus\:w-64:focus {
    width: 16rem;
  }

  .xs\:focus\:w-72:focus {
    width: 18rem;
  }

  .xs\:focus\:w-74:focus {
    width: 18.5rem;
  }

  .xs\:focus\:w-76:focus {
    width: 19rem;
  }

  .xs\:focus\:w-80:focus {
    width: 20rem;
  }

  .xs\:focus\:w-85:focus {
    width: 21.25rem;
  }

  .xs\:focus\:w-100:focus {
    width: 25rem;
  }

  .xs\:focus\:w-105:focus {
    width: 26.25rem;
  }

  .xs\:focus\:w-107:focus {
    width: 26.4rem;
  }

  .xs\:focus\:w-110:focus {
    width: 27.5rem;
  }

  .xs\:focus\:w-120:focus {
    width: 30rem;
  }

  .xs\:focus\:w-130:focus {
    width: 38rem;
  }

  .xs\:focus\:w-auto:focus {
    width: auto;
  }

  .xs\:focus\:w-px:focus {
    width: 1px;
  }

  .xs\:focus\:w-250px:focus {
    width: 250px;
  }

  .xs\:focus\:w-1\/2\%:focus {
    width: 0.5%;
  }

  .xs\:focus\:w-1\%:focus {
    width: 1%;
  }

  .xs\:focus\:w-2\%:focus {
    width: 2%;
  }

  .xs\:focus\:w-3\%:focus {
    width: 3%;
  }

  .xs\:focus\:w-4\%:focus {
    width: 4%;
  }

  .xs\:focus\:w-5\%:focus {
    width: 5%;
  }

  .xs\:focus\:w-10\%:focus {
    width: 10%;
  }

  .xs\:focus\:w-20\%:focus {
    width: 20%;
  }

  .xs\:focus\:w-23\%:focus {
    width: 23%;
  }

  .xs\:focus\:w-25\%:focus {
    width: 25%;
  }

  .xs\:focus\:w-26\%:focus {
    width: 26%;
  }

  .xs\:focus\:w-30\%:focus {
    width: 30%;
  }

  .xs\:focus\:w-40\%:focus {
    width: 40%;
  }

  .xs\:focus\:w-50\%:focus {
    width: 50%;
  }

  .xs\:focus\:w-60\%:focus {
    width: 60%;
  }

  .xs\:focus\:w-70\%:focus {
    width: 70%;
  }

  .xs\:focus\:w-80\%:focus {
    width: 80%;
  }

  .xs\:focus\:w-90\%:focus {
    width: 90%;
  }

  .xs\:focus\:w-95\%:focus {
    width: 95%;
  }

  .xs\:focus\:w-96\%:focus {
    width: 96%;
  }

  .xs\:focus\:w-97\%:focus {
    width: 97%;
  }

  .xs\:focus\:w-98\%:focus {
    width: 98%;
  }

  .xs\:focus\:w-99\%:focus {
    width: 99%;
  }

  .xs\:focus\:w-36vh:focus {
    width: 36vh;
  }

  .xs\:focus\:w-75vh:focus {
    width: 75vh;
  }

  .xs\:focus\:w-78vh:focus {
    width: 78vh;
  }

  .xs\:focus\:w-80vh:focus {
    width: 80vh;
  }

  .xs\:focus\:w-82vh:focus {
    width: 82vh;
  }

  .xs\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .xs\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .xs\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .xs\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .xs\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .xs\:focus\:w-3\/4:focus {
    width: 75%;
  }

  .xs\:focus\:w-1\/5:focus {
    width: 20%;
  }

  .xs\:focus\:w-2\/5:focus {
    width: 40%;
  }

  .xs\:focus\:w-3\/5:focus {
    width: 60%;
  }

  .xs\:focus\:w-4\/5:focus {
    width: 80%;
  }

  .xs\:focus\:w-1\/6:focus {
    width: 16.666667%;
  }

  .xs\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .xs\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .xs\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .xs\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .xs\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .xs\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .xs\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .xs\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .xs\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .xs\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .xs\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .xs\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .xs\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .xs\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .xs\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .xs\:focus\:w-full:focus {
    width: 100%;
  }

  .xs\:focus\:w-screen:focus {
    width: 100vw;
  }

  .xs\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .xs\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .xs\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .xs\:focus-within\:w-3:focus-within {
    width: 0.75rem;
  }

  .xs\:focus-within\:w-4:focus-within {
    width: 1rem;
  }

  .xs\:focus-within\:w-5:focus-within {
    width: 1.25rem;
  }

  .xs\:focus-within\:w-6:focus-within {
    width: 1.5rem;
  }

  .xs\:focus-within\:w-7:focus-within {
    width: 1.75rem;
  }

  .xs\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .xs\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .xs\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .xs\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .xs\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .xs\:focus-within\:w-15:focus-within {
    width: 3.75rem;
  }

  .xs\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .xs\:focus-within\:w-18:focus-within {
    width: 4.5rem;
  }

  .xs\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .xs\:focus-within\:w-21:focus-within {
    width: 5.25rem;
  }

  .xs\:focus-within\:w-22:focus-within {
    width: 5.5rem;
  }

  .xs\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .xs\:focus-within\:w-26:focus-within {
    width: 6.5rem;
  }

  .xs\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .xs\:focus-within\:w-30:focus-within {
    width: 7.5rem;
  }

  .xs\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .xs\:focus-within\:w-34:focus-within {
    width: 8.5rem;
  }

  .xs\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .xs\:focus-within\:w-38:focus-within {
    width: 9.5rem;
  }

  .xs\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .xs\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .xs\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .xs\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .xs\:focus-within\:w-53:focus-within {
    width: 13.25rem;
  }

  .xs\:focus-within\:w-54:focus-within {
    width: 13.5rem;
  }

  .xs\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .xs\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .xs\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .xs\:focus-within\:w-74:focus-within {
    width: 18.5rem;
  }

  .xs\:focus-within\:w-76:focus-within {
    width: 19rem;
  }

  .xs\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .xs\:focus-within\:w-85:focus-within {
    width: 21.25rem;
  }

  .xs\:focus-within\:w-100:focus-within {
    width: 25rem;
  }

  .xs\:focus-within\:w-105:focus-within {
    width: 26.25rem;
  }

  .xs\:focus-within\:w-107:focus-within {
    width: 26.4rem;
  }

  .xs\:focus-within\:w-110:focus-within {
    width: 27.5rem;
  }

  .xs\:focus-within\:w-120:focus-within {
    width: 30rem;
  }

  .xs\:focus-within\:w-130:focus-within {
    width: 38rem;
  }

  .xs\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .xs\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .xs\:focus-within\:w-250px:focus-within {
    width: 250px;
  }

  .xs\:focus-within\:w-1\/2\%:focus-within {
    width: 0.5%;
  }

  .xs\:focus-within\:w-1\%:focus-within {
    width: 1%;
  }

  .xs\:focus-within\:w-2\%:focus-within {
    width: 2%;
  }

  .xs\:focus-within\:w-3\%:focus-within {
    width: 3%;
  }

  .xs\:focus-within\:w-4\%:focus-within {
    width: 4%;
  }

  .xs\:focus-within\:w-5\%:focus-within {
    width: 5%;
  }

  .xs\:focus-within\:w-10\%:focus-within {
    width: 10%;
  }

  .xs\:focus-within\:w-20\%:focus-within {
    width: 20%;
  }

  .xs\:focus-within\:w-23\%:focus-within {
    width: 23%;
  }

  .xs\:focus-within\:w-25\%:focus-within {
    width: 25%;
  }

  .xs\:focus-within\:w-26\%:focus-within {
    width: 26%;
  }

  .xs\:focus-within\:w-30\%:focus-within {
    width: 30%;
  }

  .xs\:focus-within\:w-40\%:focus-within {
    width: 40%;
  }

  .xs\:focus-within\:w-50\%:focus-within {
    width: 50%;
  }

  .xs\:focus-within\:w-60\%:focus-within {
    width: 60%;
  }

  .xs\:focus-within\:w-70\%:focus-within {
    width: 70%;
  }

  .xs\:focus-within\:w-80\%:focus-within {
    width: 80%;
  }

  .xs\:focus-within\:w-90\%:focus-within {
    width: 90%;
  }

  .xs\:focus-within\:w-95\%:focus-within {
    width: 95%;
  }

  .xs\:focus-within\:w-96\%:focus-within {
    width: 96%;
  }

  .xs\:focus-within\:w-97\%:focus-within {
    width: 97%;
  }

  .xs\:focus-within\:w-98\%:focus-within {
    width: 98%;
  }

  .xs\:focus-within\:w-99\%:focus-within {
    width: 99%;
  }

  .xs\:focus-within\:w-36vh:focus-within {
    width: 36vh;
  }

  .xs\:focus-within\:w-75vh:focus-within {
    width: 75vh;
  }

  .xs\:focus-within\:w-78vh:focus-within {
    width: 78vh;
  }

  .xs\:focus-within\:w-80vh:focus-within {
    width: 80vh;
  }

  .xs\:focus-within\:w-82vh:focus-within {
    width: 82vh;
  }

  .xs\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .xs\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .xs\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .xs\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .xs\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .xs\:focus-within\:w-3\/4:focus-within {
    width: 75%;
  }

  .xs\:focus-within\:w-1\/5:focus-within {
    width: 20%;
  }

  .xs\:focus-within\:w-2\/5:focus-within {
    width: 40%;
  }

  .xs\:focus-within\:w-3\/5:focus-within {
    width: 60%;
  }

  .xs\:focus-within\:w-4\/5:focus-within {
    width: 80%;
  }

  .xs\:focus-within\:w-1\/6:focus-within {
    width: 16.666667%;
  }

  .xs\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .xs\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .xs\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .xs\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .xs\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .xs\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .xs\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .xs\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .xs\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .xs\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .xs\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .xs\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .xs\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .xs\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .xs\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .xs\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .xs\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .xs\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .xs\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .xs\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .xs\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .xs\:group-hover\:w-3 {
    width: 0.75rem;
  }

  .group:hover .xs\:group-hover\:w-4 {
    width: 1rem;
  }

  .group:hover .xs\:group-hover\:w-5 {
    width: 1.25rem;
  }

  .group:hover .xs\:group-hover\:w-6 {
    width: 1.5rem;
  }

  .group:hover .xs\:group-hover\:w-7 {
    width: 1.75rem;
  }

  .group:hover .xs\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .xs\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .group:hover .xs\:group-hover\:w-10 {
    width: 2.5rem;
  }

  .group:hover .xs\:group-hover\:w-12 {
    width: 3rem;
  }

  .group:hover .xs\:group-hover\:w-14 {
    width: 3.5rem;
  }

  .group:hover .xs\:group-hover\:w-15 {
    width: 3.75rem;
  }

  .group:hover .xs\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .xs\:group-hover\:w-18 {
    width: 4.5rem;
  }

  .group:hover .xs\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .xs\:group-hover\:w-21 {
    width: 5.25rem;
  }

  .group:hover .xs\:group-hover\:w-22 {
    width: 5.5rem;
  }

  .group:hover .xs\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .xs\:group-hover\:w-26 {
    width: 6.5rem;
  }

  .group:hover .xs\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .xs\:group-hover\:w-30 {
    width: 7.5rem;
  }

  .group:hover .xs\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .xs\:group-hover\:w-34 {
    width: 8.5rem;
  }

  .group:hover .xs\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .xs\:group-hover\:w-38 {
    width: 9.5rem;
  }

  .group:hover .xs\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .xs\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .xs\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .xs\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .xs\:group-hover\:w-53 {
    width: 13.25rem;
  }

  .group:hover .xs\:group-hover\:w-54 {
    width: 13.5rem;
  }

  .group:hover .xs\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .xs\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .xs\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .xs\:group-hover\:w-74 {
    width: 18.5rem;
  }

  .group:hover .xs\:group-hover\:w-76 {
    width: 19rem;
  }

  .group:hover .xs\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .xs\:group-hover\:w-85 {
    width: 21.25rem;
  }

  .group:hover .xs\:group-hover\:w-100 {
    width: 25rem;
  }

  .group:hover .xs\:group-hover\:w-105 {
    width: 26.25rem;
  }

  .group:hover .xs\:group-hover\:w-107 {
    width: 26.4rem;
  }

  .group:hover .xs\:group-hover\:w-110 {
    width: 27.5rem;
  }

  .group:hover .xs\:group-hover\:w-120 {
    width: 30rem;
  }

  .group:hover .xs\:group-hover\:w-130 {
    width: 38rem;
  }

  .group:hover .xs\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .xs\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .xs\:group-hover\:w-250px {
    width: 250px;
  }

  .group:hover .xs\:group-hover\:w-1\/2\% {
    width: 0.5%;
  }

  .group:hover .xs\:group-hover\:w-1\% {
    width: 1%;
  }

  .group:hover .xs\:group-hover\:w-2\% {
    width: 2%;
  }

  .group:hover .xs\:group-hover\:w-3\% {
    width: 3%;
  }

  .group:hover .xs\:group-hover\:w-4\% {
    width: 4%;
  }

  .group:hover .xs\:group-hover\:w-5\% {
    width: 5%;
  }

  .group:hover .xs\:group-hover\:w-10\% {
    width: 10%;
  }

  .group:hover .xs\:group-hover\:w-20\% {
    width: 20%;
  }

  .group:hover .xs\:group-hover\:w-23\% {
    width: 23%;
  }

  .group:hover .xs\:group-hover\:w-25\% {
    width: 25%;
  }

  .group:hover .xs\:group-hover\:w-26\% {
    width: 26%;
  }

  .group:hover .xs\:group-hover\:w-30\% {
    width: 30%;
  }

  .group:hover .xs\:group-hover\:w-40\% {
    width: 40%;
  }

  .group:hover .xs\:group-hover\:w-50\% {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-60\% {
    width: 60%;
  }

  .group:hover .xs\:group-hover\:w-70\% {
    width: 70%;
  }

  .group:hover .xs\:group-hover\:w-80\% {
    width: 80%;
  }

  .group:hover .xs\:group-hover\:w-90\% {
    width: 90%;
  }

  .group:hover .xs\:group-hover\:w-95\% {
    width: 95%;
  }

  .group:hover .xs\:group-hover\:w-96\% {
    width: 96%;
  }

  .group:hover .xs\:group-hover\:w-97\% {
    width: 97%;
  }

  .group:hover .xs\:group-hover\:w-98\% {
    width: 98%;
  }

  .group:hover .xs\:group-hover\:w-99\% {
    width: 99%;
  }

  .group:hover .xs\:group-hover\:w-36vh {
    width: 36vh;
  }

  .group:hover .xs\:group-hover\:w-75vh {
    width: 75vh;
  }

  .group:hover .xs\:group-hover\:w-78vh {
    width: 78vh;
  }

  .group:hover .xs\:group-hover\:w-80vh {
    width: 80vh;
  }

  .group:hover .xs\:group-hover\:w-82vh {
    width: 82vh;
  }

  .group:hover .xs\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .xs\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .xs\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .xs\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-3\/4 {
    width: 75%;
  }

  .group:hover .xs\:group-hover\:w-1\/5 {
    width: 20%;
  }

  .group:hover .xs\:group-hover\:w-2\/5 {
    width: 40%;
  }

  .group:hover .xs\:group-hover\:w-3\/5 {
    width: 60%;
  }

  .group:hover .xs\:group-hover\:w-4\/5 {
    width: 80%;
  }

  .group:hover .xs\:group-hover\:w-1\/6 {
    width: 16.666667%;
  }

  .group:hover .xs\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .xs\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .xs\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .xs\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .xs\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .xs\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .xs\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .xs\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .xs\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .xs\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .xs\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .xs\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .xs\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .xs\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .xs\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .xs\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .xs\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .xs\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:focus .xs\:group-focus\:w-0 {
    width: 0;
  }

  .group:focus .xs\:group-focus\:w-1 {
    width: 0.25rem;
  }

  .group:focus .xs\:group-focus\:w-2 {
    width: 0.5rem;
  }

  .group:focus .xs\:group-focus\:w-3 {
    width: 0.75rem;
  }

  .group:focus .xs\:group-focus\:w-4 {
    width: 1rem;
  }

  .group:focus .xs\:group-focus\:w-5 {
    width: 1.25rem;
  }

  .group:focus .xs\:group-focus\:w-6 {
    width: 1.5rem;
  }

  .group:focus .xs\:group-focus\:w-7 {
    width: 1.75rem;
  }

  .group:focus .xs\:group-focus\:w-8 {
    width: 2rem;
  }

  .group:focus .xs\:group-focus\:w-9 {
    width: 2.25rem;
  }

  .group:focus .xs\:group-focus\:w-10 {
    width: 2.5rem;
  }

  .group:focus .xs\:group-focus\:w-12 {
    width: 3rem;
  }

  .group:focus .xs\:group-focus\:w-14 {
    width: 3.5rem;
  }

  .group:focus .xs\:group-focus\:w-15 {
    width: 3.75rem;
  }

  .group:focus .xs\:group-focus\:w-16 {
    width: 4rem;
  }

  .group:focus .xs\:group-focus\:w-18 {
    width: 4.5rem;
  }

  .group:focus .xs\:group-focus\:w-20 {
    width: 5rem;
  }

  .group:focus .xs\:group-focus\:w-21 {
    width: 5.25rem;
  }

  .group:focus .xs\:group-focus\:w-22 {
    width: 5.5rem;
  }

  .group:focus .xs\:group-focus\:w-24 {
    width: 6rem;
  }

  .group:focus .xs\:group-focus\:w-26 {
    width: 6.5rem;
  }

  .group:focus .xs\:group-focus\:w-28 {
    width: 7rem;
  }

  .group:focus .xs\:group-focus\:w-30 {
    width: 7.5rem;
  }

  .group:focus .xs\:group-focus\:w-32 {
    width: 8rem;
  }

  .group:focus .xs\:group-focus\:w-34 {
    width: 8.5rem;
  }

  .group:focus .xs\:group-focus\:w-36 {
    width: 9rem;
  }

  .group:focus .xs\:group-focus\:w-38 {
    width: 9.5rem;
  }

  .group:focus .xs\:group-focus\:w-40 {
    width: 10rem;
  }

  .group:focus .xs\:group-focus\:w-44 {
    width: 11rem;
  }

  .group:focus .xs\:group-focus\:w-48 {
    width: 12rem;
  }

  .group:focus .xs\:group-focus\:w-52 {
    width: 13rem;
  }

  .group:focus .xs\:group-focus\:w-53 {
    width: 13.25rem;
  }

  .group:focus .xs\:group-focus\:w-54 {
    width: 13.5rem;
  }

  .group:focus .xs\:group-focus\:w-56 {
    width: 14rem;
  }

  .group:focus .xs\:group-focus\:w-64 {
    width: 16rem;
  }

  .group:focus .xs\:group-focus\:w-72 {
    width: 18rem;
  }

  .group:focus .xs\:group-focus\:w-74 {
    width: 18.5rem;
  }

  .group:focus .xs\:group-focus\:w-76 {
    width: 19rem;
  }

  .group:focus .xs\:group-focus\:w-80 {
    width: 20rem;
  }

  .group:focus .xs\:group-focus\:w-85 {
    width: 21.25rem;
  }

  .group:focus .xs\:group-focus\:w-100 {
    width: 25rem;
  }

  .group:focus .xs\:group-focus\:w-105 {
    width: 26.25rem;
  }

  .group:focus .xs\:group-focus\:w-107 {
    width: 26.4rem;
  }

  .group:focus .xs\:group-focus\:w-110 {
    width: 27.5rem;
  }

  .group:focus .xs\:group-focus\:w-120 {
    width: 30rem;
  }

  .group:focus .xs\:group-focus\:w-130 {
    width: 38rem;
  }

  .group:focus .xs\:group-focus\:w-auto {
    width: auto;
  }

  .group:focus .xs\:group-focus\:w-px {
    width: 1px;
  }

  .group:focus .xs\:group-focus\:w-250px {
    width: 250px;
  }

  .group:focus .xs\:group-focus\:w-1\/2\% {
    width: 0.5%;
  }

  .group:focus .xs\:group-focus\:w-1\% {
    width: 1%;
  }

  .group:focus .xs\:group-focus\:w-2\% {
    width: 2%;
  }

  .group:focus .xs\:group-focus\:w-3\% {
    width: 3%;
  }

  .group:focus .xs\:group-focus\:w-4\% {
    width: 4%;
  }

  .group:focus .xs\:group-focus\:w-5\% {
    width: 5%;
  }

  .group:focus .xs\:group-focus\:w-10\% {
    width: 10%;
  }

  .group:focus .xs\:group-focus\:w-20\% {
    width: 20%;
  }

  .group:focus .xs\:group-focus\:w-23\% {
    width: 23%;
  }

  .group:focus .xs\:group-focus\:w-25\% {
    width: 25%;
  }

  .group:focus .xs\:group-focus\:w-26\% {
    width: 26%;
  }

  .group:focus .xs\:group-focus\:w-30\% {
    width: 30%;
  }

  .group:focus .xs\:group-focus\:w-40\% {
    width: 40%;
  }

  .group:focus .xs\:group-focus\:w-50\% {
    width: 50%;
  }

  .group:focus .xs\:group-focus\:w-60\% {
    width: 60%;
  }

  .group:focus .xs\:group-focus\:w-70\% {
    width: 70%;
  }

  .group:focus .xs\:group-focus\:w-80\% {
    width: 80%;
  }

  .group:focus .xs\:group-focus\:w-90\% {
    width: 90%;
  }

  .group:focus .xs\:group-focus\:w-95\% {
    width: 95%;
  }

  .group:focus .xs\:group-focus\:w-96\% {
    width: 96%;
  }

  .group:focus .xs\:group-focus\:w-97\% {
    width: 97%;
  }

  .group:focus .xs\:group-focus\:w-98\% {
    width: 98%;
  }

  .group:focus .xs\:group-focus\:w-99\% {
    width: 99%;
  }

  .group:focus .xs\:group-focus\:w-36vh {
    width: 36vh;
  }

  .group:focus .xs\:group-focus\:w-75vh {
    width: 75vh;
  }

  .group:focus .xs\:group-focus\:w-78vh {
    width: 78vh;
  }

  .group:focus .xs\:group-focus\:w-80vh {
    width: 80vh;
  }

  .group:focus .xs\:group-focus\:w-82vh {
    width: 82vh;
  }

  .group:focus .xs\:group-focus\:w-1\/2 {
    width: 50%;
  }

  .group:focus .xs\:group-focus\:w-1\/3 {
    width: 33.333333%;
  }

  .group:focus .xs\:group-focus\:w-2\/3 {
    width: 66.666667%;
  }

  .group:focus .xs\:group-focus\:w-1\/4 {
    width: 25%;
  }

  .group:focus .xs\:group-focus\:w-2\/4 {
    width: 50%;
  }

  .group:focus .xs\:group-focus\:w-3\/4 {
    width: 75%;
  }

  .group:focus .xs\:group-focus\:w-1\/5 {
    width: 20%;
  }

  .group:focus .xs\:group-focus\:w-2\/5 {
    width: 40%;
  }

  .group:focus .xs\:group-focus\:w-3\/5 {
    width: 60%;
  }

  .group:focus .xs\:group-focus\:w-4\/5 {
    width: 80%;
  }

  .group:focus .xs\:group-focus\:w-1\/6 {
    width: 16.666667%;
  }

  .group:focus .xs\:group-focus\:w-2\/6 {
    width: 33.333333%;
  }

  .group:focus .xs\:group-focus\:w-3\/6 {
    width: 50%;
  }

  .group:focus .xs\:group-focus\:w-4\/6 {
    width: 66.666667%;
  }

  .group:focus .xs\:group-focus\:w-5\/6 {
    width: 83.333333%;
  }

  .group:focus .xs\:group-focus\:w-1\/12 {
    width: 8.333333%;
  }

  .group:focus .xs\:group-focus\:w-2\/12 {
    width: 16.666667%;
  }

  .group:focus .xs\:group-focus\:w-3\/12 {
    width: 25%;
  }

  .group:focus .xs\:group-focus\:w-4\/12 {
    width: 33.333333%;
  }

  .group:focus .xs\:group-focus\:w-5\/12 {
    width: 41.666667%;
  }

  .group:focus .xs\:group-focus\:w-6\/12 {
    width: 50%;
  }

  .group:focus .xs\:group-focus\:w-7\/12 {
    width: 58.333333%;
  }

  .group:focus .xs\:group-focus\:w-8\/12 {
    width: 66.666667%;
  }

  .group:focus .xs\:group-focus\:w-9\/12 {
    width: 75%;
  }

  .group:focus .xs\:group-focus\:w-10\/12 {
    width: 83.333333%;
  }

  .group:focus .xs\:group-focus\:w-11\/12 {
    width: 91.666667%;
  }

  .group:focus .xs\:group-focus\:w-full {
    width: 100%;
  }

  .group:focus .xs\:group-focus\:w-screen {
    width: 100vw;
  }

  .group:focus .xs\:group-focus\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:focus .xs\:group-focus\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xs\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xs\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xs\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xs\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xs\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xs\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xs\:focus\:z-0:focus {
    z-index: 0;
  }

  .xs\:focus\:z-10:focus {
    z-index: 10;
  }

  .xs\:focus\:z-20:focus {
    z-index: 20;
  }

  .xs\:focus\:z-30:focus {
    z-index: 30;
  }

  .xs\:focus\:z-40:focus {
    z-index: 40;
  }

  .xs\:focus\:z-50:focus {
    z-index: 50;
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xs\:isolate {
    isolation: isolate;
  }

  .xs\:isolation-auto {
    isolation: auto;
  }

  .xs\:gap-0 {
    gap: 0;
  }

  .xs\:gap-1 {
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    gap: 0.75rem;
  }

  .xs\:gap-4 {
    gap: 1rem;
  }

  .xs\:gap-5 {
    gap: 1.25rem;
  }

  .xs\:gap-6 {
    gap: 1.5rem;
  }

  .xs\:gap-7 {
    gap: 1.75rem;
  }

  .xs\:gap-8 {
    gap: 2rem;
  }

  .xs\:gap-9 {
    gap: 2.25rem;
  }

  .xs\:gap-10 {
    gap: 2.5rem;
  }

  .xs\:gap-12 {
    gap: 3rem;
  }

  .xs\:gap-14 {
    gap: 3.5rem;
  }

  .xs\:gap-15 {
    gap: 3.75rem;
  }

  .xs\:gap-16 {
    gap: 4rem;
  }

  .xs\:gap-18 {
    gap: 4.5rem;
  }

  .xs\:gap-20 {
    gap: 5rem;
  }

  .xs\:gap-21 {
    gap: 5.25rem;
  }

  .xs\:gap-22 {
    gap: 5.5rem;
  }

  .xs\:gap-24 {
    gap: 6rem;
  }

  .xs\:gap-26 {
    gap: 6.5rem;
  }

  .xs\:gap-28 {
    gap: 7rem;
  }

  .xs\:gap-30 {
    gap: 7.5rem;
  }

  .xs\:gap-32 {
    gap: 8rem;
  }

  .xs\:gap-34 {
    gap: 8.5rem;
  }

  .xs\:gap-36 {
    gap: 9rem;
  }

  .xs\:gap-38 {
    gap: 9.5rem;
  }

  .xs\:gap-40 {
    gap: 10rem;
  }

  .xs\:gap-44 {
    gap: 11rem;
  }

  .xs\:gap-48 {
    gap: 12rem;
  }

  .xs\:gap-52 {
    gap: 13rem;
  }

  .xs\:gap-53 {
    gap: 13.25rem;
  }

  .xs\:gap-54 {
    gap: 13.5rem;
  }

  .xs\:gap-56 {
    gap: 14rem;
  }

  .xs\:gap-64 {
    gap: 16rem;
  }

  .xs\:gap-72 {
    gap: 18rem;
  }

  .xs\:gap-74 {
    gap: 18.5rem;
  }

  .xs\:gap-76 {
    gap: 19rem;
  }

  .xs\:gap-80 {
    gap: 20rem;
  }

  .xs\:gap-85 {
    gap: 21.25rem;
  }

  .xs\:gap-100 {
    gap: 25rem;
  }

  .xs\:gap-105 {
    gap: 26.25rem;
  }

  .xs\:gap-107 {
    gap: 26.4rem;
  }

  .xs\:gap-110 {
    gap: 27.5rem;
  }

  .xs\:gap-120 {
    gap: 30rem;
  }

  .xs\:gap-130 {
    gap: 38rem;
  }

  .xs\:gap-px {
    gap: 1px;
  }

  .xs\:gap-250px {
    gap: 250px;
  }

  .xs\:gap-1\/2\% {
    gap: 0.5%;
  }

  .xs\:gap-1\% {
    gap: 1%;
  }

  .xs\:gap-2\% {
    gap: 2%;
  }

  .xs\:gap-3\% {
    gap: 3%;
  }

  .xs\:gap-4\% {
    gap: 4%;
  }

  .xs\:gap-5\% {
    gap: 5%;
  }

  .xs\:gap-10\% {
    gap: 10%;
  }

  .xs\:gap-20\% {
    gap: 20%;
  }

  .xs\:gap-23\% {
    gap: 23%;
  }

  .xs\:gap-25\% {
    gap: 25%;
  }

  .xs\:gap-26\% {
    gap: 26%;
  }

  .xs\:gap-30\% {
    gap: 30%;
  }

  .xs\:gap-40\% {
    gap: 40%;
  }

  .xs\:gap-50\% {
    gap: 50%;
  }

  .xs\:gap-60\% {
    gap: 60%;
  }

  .xs\:gap-70\% {
    gap: 70%;
  }

  .xs\:gap-80\% {
    gap: 80%;
  }

  .xs\:gap-90\% {
    gap: 90%;
  }

  .xs\:gap-95\% {
    gap: 95%;
  }

  .xs\:gap-96\% {
    gap: 96%;
  }

  .xs\:gap-97\% {
    gap: 97%;
  }

  .xs\:gap-98\% {
    gap: 98%;
  }

  .xs\:gap-99\% {
    gap: 99%;
  }

  .xs\:gap-36vh {
    gap: 36vh;
  }

  .xs\:gap-75vh {
    gap: 75vh;
  }

  .xs\:gap-78vh {
    gap: 78vh;
  }

  .xs\:gap-80vh {
    gap: 80vh;
  }

  .xs\:gap-82vh {
    gap: 82vh;
  }

  .xs\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xs\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xs\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xs\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xs\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xs\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xs\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xs\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xs\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xs\:gap-x-15 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xs\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xs\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xs\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xs\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .xs\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .xs\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xs\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .xs\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xs\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .xs\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xs\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .xs\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xs\:gap-x-38 {
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .xs\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xs\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xs\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xs\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xs\:gap-x-53 {
    -moz-column-gap: 13.25rem;
         column-gap: 13.25rem;
  }

  .xs\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .xs\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xs\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xs\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xs\:gap-x-74 {
    -moz-column-gap: 18.5rem;
         column-gap: 18.5rem;
  }

  .xs\:gap-x-76 {
    -moz-column-gap: 19rem;
         column-gap: 19rem;
  }

  .xs\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xs\:gap-x-85 {
    -moz-column-gap: 21.25rem;
         column-gap: 21.25rem;
  }

  .xs\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .xs\:gap-x-105 {
    -moz-column-gap: 26.25rem;
         column-gap: 26.25rem;
  }

  .xs\:gap-x-107 {
    -moz-column-gap: 26.4rem;
         column-gap: 26.4rem;
  }

  .xs\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .xs\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .xs\:gap-x-130 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .xs\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:gap-x-250px {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xs\:gap-x-1\/2\% {
    -moz-column-gap: 0.5%;
         column-gap: 0.5%;
  }

  .xs\:gap-x-1\% {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xs\:gap-x-2\% {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }

  .xs\:gap-x-3\% {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }

  .xs\:gap-x-4\% {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }

  .xs\:gap-x-5\% {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .xs\:gap-x-10\% {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .xs\:gap-x-20\% {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xs\:gap-x-23\% {
    -moz-column-gap: 23%;
         column-gap: 23%;
  }

  .xs\:gap-x-25\% {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:gap-x-26\% {
    -moz-column-gap: 26%;
         column-gap: 26%;
  }

  .xs\:gap-x-30\% {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .xs\:gap-x-40\% {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xs\:gap-x-50\% {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:gap-x-60\% {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xs\:gap-x-70\% {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .xs\:gap-x-80\% {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xs\:gap-x-90\% {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xs\:gap-x-95\% {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xs\:gap-x-96\% {
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .xs\:gap-x-97\% {
    -moz-column-gap: 97%;
         column-gap: 97%;
  }

  .xs\:gap-x-98\% {
    -moz-column-gap: 98%;
         column-gap: 98%;
  }

  .xs\:gap-x-99\% {
    -moz-column-gap: 99%;
         column-gap: 99%;
  }

  .xs\:gap-x-36vh {
    -moz-column-gap: 36vh;
         column-gap: 36vh;
  }

  .xs\:gap-x-75vh {
    -moz-column-gap: 75vh;
         column-gap: 75vh;
  }

  .xs\:gap-x-78vh {
    -moz-column-gap: 78vh;
         column-gap: 78vh;
  }

  .xs\:gap-x-80vh {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xs\:gap-x-82vh {
    -moz-column-gap: 82vh;
         column-gap: 82vh;
  }

  .xs\:gap-y-0 {
    row-gap: 0;
  }

  .xs\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xs\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xs\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xs\:gap-y-4 {
    row-gap: 1rem;
  }

  .xs\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xs\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xs\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xs\:gap-y-8 {
    row-gap: 2rem;
  }

  .xs\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xs\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xs\:gap-y-12 {
    row-gap: 3rem;
  }

  .xs\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xs\:gap-y-15 {
    row-gap: 3.75rem;
  }

  .xs\:gap-y-16 {
    row-gap: 4rem;
  }

  .xs\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .xs\:gap-y-20 {
    row-gap: 5rem;
  }

  .xs\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .xs\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .xs\:gap-y-24 {
    row-gap: 6rem;
  }

  .xs\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .xs\:gap-y-28 {
    row-gap: 7rem;
  }

  .xs\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .xs\:gap-y-32 {
    row-gap: 8rem;
  }

  .xs\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .xs\:gap-y-36 {
    row-gap: 9rem;
  }

  .xs\:gap-y-38 {
    row-gap: 9.5rem;
  }

  .xs\:gap-y-40 {
    row-gap: 10rem;
  }

  .xs\:gap-y-44 {
    row-gap: 11rem;
  }

  .xs\:gap-y-48 {
    row-gap: 12rem;
  }

  .xs\:gap-y-52 {
    row-gap: 13rem;
  }

  .xs\:gap-y-53 {
    row-gap: 13.25rem;
  }

  .xs\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .xs\:gap-y-56 {
    row-gap: 14rem;
  }

  .xs\:gap-y-64 {
    row-gap: 16rem;
  }

  .xs\:gap-y-72 {
    row-gap: 18rem;
  }

  .xs\:gap-y-74 {
    row-gap: 18.5rem;
  }

  .xs\:gap-y-76 {
    row-gap: 19rem;
  }

  .xs\:gap-y-80 {
    row-gap: 20rem;
  }

  .xs\:gap-y-85 {
    row-gap: 21.25rem;
  }

  .xs\:gap-y-100 {
    row-gap: 25rem;
  }

  .xs\:gap-y-105 {
    row-gap: 26.25rem;
  }

  .xs\:gap-y-107 {
    row-gap: 26.4rem;
  }

  .xs\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .xs\:gap-y-120 {
    row-gap: 30rem;
  }

  .xs\:gap-y-130 {
    row-gap: 38rem;
  }

  .xs\:gap-y-px {
    row-gap: 1px;
  }

  .xs\:gap-y-250px {
    row-gap: 250px;
  }

  .xs\:gap-y-1\/2\% {
    row-gap: 0.5%;
  }

  .xs\:gap-y-1\% {
    row-gap: 1%;
  }

  .xs\:gap-y-2\% {
    row-gap: 2%;
  }

  .xs\:gap-y-3\% {
    row-gap: 3%;
  }

  .xs\:gap-y-4\% {
    row-gap: 4%;
  }

  .xs\:gap-y-5\% {
    row-gap: 5%;
  }

  .xs\:gap-y-10\% {
    row-gap: 10%;
  }

  .xs\:gap-y-20\% {
    row-gap: 20%;
  }

  .xs\:gap-y-23\% {
    row-gap: 23%;
  }

  .xs\:gap-y-25\% {
    row-gap: 25%;
  }

  .xs\:gap-y-26\% {
    row-gap: 26%;
  }

  .xs\:gap-y-30\% {
    row-gap: 30%;
  }

  .xs\:gap-y-40\% {
    row-gap: 40%;
  }

  .xs\:gap-y-50\% {
    row-gap: 50%;
  }

  .xs\:gap-y-60\% {
    row-gap: 60%;
  }

  .xs\:gap-y-70\% {
    row-gap: 70%;
  }

  .xs\:gap-y-80\% {
    row-gap: 80%;
  }

  .xs\:gap-y-90\% {
    row-gap: 90%;
  }

  .xs\:gap-y-95\% {
    row-gap: 95%;
  }

  .xs\:gap-y-96\% {
    row-gap: 96%;
  }

  .xs\:gap-y-97\% {
    row-gap: 97%;
  }

  .xs\:gap-y-98\% {
    row-gap: 98%;
  }

  .xs\:gap-y-99\% {
    row-gap: 99%;
  }

  .xs\:gap-y-36vh {
    row-gap: 36vh;
  }

  .xs\:gap-y-75vh {
    row-gap: 75vh;
  }

  .xs\:gap-y-78vh {
    row-gap: 78vh;
  }

  .xs\:gap-y-80vh {
    row-gap: 80vh;
  }

  .xs\:gap-y-82vh {
    row-gap: 82vh;
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:col-auto {
    grid-column: auto;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:col-span-full {
    grid-column: 1 / -1;
  }

  .xs\:col-start-1 {
    grid-column-start: 1;
  }

  .xs\:col-start-2 {
    grid-column-start: 2;
  }

  .xs\:col-start-3 {
    grid-column-start: 3;
  }

  .xs\:col-start-4 {
    grid-column-start: 4;
  }

  .xs\:col-start-5 {
    grid-column-start: 5;
  }

  .xs\:col-start-6 {
    grid-column-start: 6;
  }

  .xs\:col-start-7 {
    grid-column-start: 7;
  }

  .xs\:col-start-8 {
    grid-column-start: 8;
  }

  .xs\:col-start-9 {
    grid-column-start: 9;
  }

  .xs\:col-start-10 {
    grid-column-start: 10;
  }

  .xs\:col-start-11 {
    grid-column-start: 11;
  }

  .xs\:col-start-12 {
    grid-column-start: 12;
  }

  .xs\:col-start-13 {
    grid-column-start: 13;
  }

  .xs\:col-start-auto {
    grid-column-start: auto;
  }

  .xs\:col-end-1 {
    grid-column-end: 1;
  }

  .xs\:col-end-2 {
    grid-column-end: 2;
  }

  .xs\:col-end-3 {
    grid-column-end: 3;
  }

  .xs\:col-end-4 {
    grid-column-end: 4;
  }

  .xs\:col-end-5 {
    grid-column-end: 5;
  }

  .xs\:col-end-6 {
    grid-column-end: 6;
  }

  .xs\:col-end-7 {
    grid-column-end: 7;
  }

  .xs\:col-end-8 {
    grid-column-end: 8;
  }

  .xs\:col-end-9 {
    grid-column-end: 9;
  }

  .xs\:col-end-10 {
    grid-column-end: 10;
  }

  .xs\:col-end-11 {
    grid-column-end: 11;
  }

  .xs\:col-end-12 {
    grid-column-end: 12;
  }

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:row-auto {
    grid-row: auto;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xs\:row-span-full {
    grid-row: 1 / -1;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:row-start-3 {
    grid-row-start: 3;
  }

  .xs\:row-start-4 {
    grid-row-start: 4;
  }

  .xs\:row-start-5 {
    grid-row-start: 5;
  }

  .xs\:row-start-6 {
    grid-row-start: 6;
  }

  .xs\:row-start-7 {
    grid-row-start: 7;
  }

  .xs\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:row-end-1 {
    grid-row-end: 1;
  }

  .xs\:row-end-2 {
    grid-row-end: 2;
  }

  .xs\:row-end-3 {
    grid-row-end: 3;
  }

  .xs\:row-end-4 {
    grid-row-end: 4;
  }

  .xs\:row-end-5 {
    grid-row-end: 5;
  }

  .xs\:row-end-6 {
    grid-row-end: 6;
  }

  .xs\:row-end-7 {
    grid-row-end: 7;
  }

  .xs\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xs\:transform-none {
    transform: none;
  }

  .xs\:origin-center {
    transform-origin: center;
  }

  .xs\:origin-top {
    transform-origin: top;
  }

  .xs\:origin-top-right {
    transform-origin: top right;
  }

  .xs\:origin-right {
    transform-origin: right;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xs\:origin-bottom {
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xs\:origin-left {
    transform-origin: left;
  }

  .xs\:origin-top-left {
    transform-origin: top left;
  }

  .xs\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xs\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xs\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xs\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xs\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xs\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xs\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xs\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xs\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xs\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xs\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xs\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xs\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xs\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xs\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xs\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xs\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xs\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xs\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xs\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xs\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xs\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xs\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xs\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xs\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xs\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xs\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xs\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xs\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xs\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xs\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xs\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xs\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xs\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xs\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xs\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .xs\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xs\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xs\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xs\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xs\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xs\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xs\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xs\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xs\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xs\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xs\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xs\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xs\:translate-x-15 {
    --tw-translate-x: 3.75rem;
  }

  .xs\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xs\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .xs\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xs\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .xs\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .xs\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xs\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .xs\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xs\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .xs\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xs\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .xs\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xs\:translate-x-38 {
    --tw-translate-x: 9.5rem;
  }

  .xs\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xs\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xs\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xs\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xs\:translate-x-53 {
    --tw-translate-x: 13.25rem;
  }

  .xs\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .xs\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xs\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xs\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xs\:translate-x-74 {
    --tw-translate-x: 18.5rem;
  }

  .xs\:translate-x-76 {
    --tw-translate-x: 19rem;
  }

  .xs\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xs\:translate-x-85 {
    --tw-translate-x: 21.25rem;
  }

  .xs\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .xs\:translate-x-105 {
    --tw-translate-x: 26.25rem;
  }

  .xs\:translate-x-107 {
    --tw-translate-x: 26.4rem;
  }

  .xs\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .xs\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .xs\:translate-x-130 {
    --tw-translate-x: 38rem;
  }

  .xs\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xs\:translate-x-250px {
    --tw-translate-x: 250px;
  }

  .xs\:translate-x-1\/2\% {
    --tw-translate-x: 0.5%;
  }

  .xs\:translate-x-1\% {
    --tw-translate-x: 1%;
  }

  .xs\:translate-x-2\% {
    --tw-translate-x: 2%;
  }

  .xs\:translate-x-3\% {
    --tw-translate-x: 3%;
  }

  .xs\:translate-x-4\% {
    --tw-translate-x: 4%;
  }

  .xs\:translate-x-5\% {
    --tw-translate-x: 5%;
  }

  .xs\:translate-x-10\% {
    --tw-translate-x: 10%;
  }

  .xs\:translate-x-20\% {
    --tw-translate-x: 20%;
  }

  .xs\:translate-x-23\% {
    --tw-translate-x: 23%;
  }

  .xs\:translate-x-25\% {
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-26\% {
    --tw-translate-x: 26%;
  }

  .xs\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .xs\:translate-x-40\% {
    --tw-translate-x: 40%;
  }

  .xs\:translate-x-50\% {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-60\% {
    --tw-translate-x: 60%;
  }

  .xs\:translate-x-70\% {
    --tw-translate-x: 70%;
  }

  .xs\:translate-x-80\% {
    --tw-translate-x: 80%;
  }

  .xs\:translate-x-90\% {
    --tw-translate-x: 90%;
  }

  .xs\:translate-x-95\% {
    --tw-translate-x: 95%;
  }

  .xs\:translate-x-96\% {
    --tw-translate-x: 96%;
  }

  .xs\:translate-x-97\% {
    --tw-translate-x: 97%;
  }

  .xs\:translate-x-98\% {
    --tw-translate-x: 98%;
  }

  .xs\:translate-x-99\% {
    --tw-translate-x: 99%;
  }

  .xs\:translate-x-36vh {
    --tw-translate-x: 36vh;
  }

  .xs\:translate-x-75vh {
    --tw-translate-x: 75vh;
  }

  .xs\:translate-x-78vh {
    --tw-translate-x: 78vh;
  }

  .xs\:translate-x-80vh {
    --tw-translate-x: 80vh;
  }

  .xs\:translate-x-82vh {
    --tw-translate-x: 82vh;
  }

  .xs\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xs\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xs\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xs\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xs\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xs\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xs\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xs\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xs\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xs\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xs\:-translate-x-15 {
    --tw-translate-x: -3.75rem;
  }

  .xs\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xs\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .xs\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xs\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .xs\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .xs\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xs\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .xs\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xs\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .xs\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xs\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .xs\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xs\:-translate-x-38 {
    --tw-translate-x: -9.5rem;
  }

  .xs\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xs\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xs\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xs\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xs\:-translate-x-53 {
    --tw-translate-x: -13.25rem;
  }

  .xs\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .xs\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xs\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xs\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xs\:-translate-x-74 {
    --tw-translate-x: -18.5rem;
  }

  .xs\:-translate-x-76 {
    --tw-translate-x: -19rem;
  }

  .xs\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xs\:-translate-x-85 {
    --tw-translate-x: -21.25rem;
  }

  .xs\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .xs\:-translate-x-105 {
    --tw-translate-x: -26.25rem;
  }

  .xs\:-translate-x-107 {
    --tw-translate-x: -26.4rem;
  }

  .xs\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .xs\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .xs\:-translate-x-130 {
    --tw-translate-x: -38rem;
  }

  .xs\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xs\:-translate-x-250px {
    --tw-translate-x: -250px;
  }

  .xs\:-translate-x-1\/2\% {
    --tw-translate-x: -0.5%;
  }

  .xs\:-translate-x-1\% {
    --tw-translate-x: -1%;
  }

  .xs\:-translate-x-2\% {
    --tw-translate-x: -2%;
  }

  .xs\:-translate-x-3\% {
    --tw-translate-x: -3%;
  }

  .xs\:-translate-x-4\% {
    --tw-translate-x: -4%;
  }

  .xs\:-translate-x-5\% {
    --tw-translate-x: -5%;
  }

  .xs\:-translate-x-10\% {
    --tw-translate-x: -10%;
  }

  .xs\:-translate-x-20\% {
    --tw-translate-x: -20%;
  }

  .xs\:-translate-x-23\% {
    --tw-translate-x: -23%;
  }

  .xs\:-translate-x-25\% {
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-26\% {
    --tw-translate-x: -26%;
  }

  .xs\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .xs\:-translate-x-40\% {
    --tw-translate-x: -40%;
  }

  .xs\:-translate-x-50\% {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-60\% {
    --tw-translate-x: -60%;
  }

  .xs\:-translate-x-70\% {
    --tw-translate-x: -70%;
  }

  .xs\:-translate-x-80\% {
    --tw-translate-x: -80%;
  }

  .xs\:-translate-x-90\% {
    --tw-translate-x: -90%;
  }

  .xs\:-translate-x-95\% {
    --tw-translate-x: -95%;
  }

  .xs\:-translate-x-96\% {
    --tw-translate-x: -96%;
  }

  .xs\:-translate-x-97\% {
    --tw-translate-x: -97%;
  }

  .xs\:-translate-x-98\% {
    --tw-translate-x: -98%;
  }

  .xs\:-translate-x-99\% {
    --tw-translate-x: -99%;
  }

  .xs\:-translate-x-36vh {
    --tw-translate-x: -36vh;
  }

  .xs\:-translate-x-75vh {
    --tw-translate-x: -75vh;
  }

  .xs\:-translate-x-78vh {
    --tw-translate-x: -78vh;
  }

  .xs\:-translate-x-80vh {
    --tw-translate-x: -80vh;
  }

  .xs\:-translate-x-82vh {
    --tw-translate-x: -82vh;
  }

  .xs\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xs\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xs\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xs\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xs\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xs\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .xs\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xs\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xs\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xs\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xs\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xs\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xs\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xs\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xs\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xs\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xs\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xs\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xs\:translate-y-15 {
    --tw-translate-y: 3.75rem;
  }

  .xs\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xs\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .xs\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xs\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .xs\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .xs\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xs\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .xs\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xs\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .xs\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xs\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .xs\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xs\:translate-y-38 {
    --tw-translate-y: 9.5rem;
  }

  .xs\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xs\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xs\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xs\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xs\:translate-y-53 {
    --tw-translate-y: 13.25rem;
  }

  .xs\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .xs\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xs\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xs\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xs\:translate-y-74 {
    --tw-translate-y: 18.5rem;
  }

  .xs\:translate-y-76 {
    --tw-translate-y: 19rem;
  }

  .xs\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xs\:translate-y-85 {
    --tw-translate-y: 21.25rem;
  }

  .xs\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .xs\:translate-y-105 {
    --tw-translate-y: 26.25rem;
  }

  .xs\:translate-y-107 {
    --tw-translate-y: 26.4rem;
  }

  .xs\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .xs\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .xs\:translate-y-130 {
    --tw-translate-y: 38rem;
  }

  .xs\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xs\:translate-y-250px {
    --tw-translate-y: 250px;
  }

  .xs\:translate-y-1\/2\% {
    --tw-translate-y: 0.5%;
  }

  .xs\:translate-y-1\% {
    --tw-translate-y: 1%;
  }

  .xs\:translate-y-2\% {
    --tw-translate-y: 2%;
  }

  .xs\:translate-y-3\% {
    --tw-translate-y: 3%;
  }

  .xs\:translate-y-4\% {
    --tw-translate-y: 4%;
  }

  .xs\:translate-y-5\% {
    --tw-translate-y: 5%;
  }

  .xs\:translate-y-10\% {
    --tw-translate-y: 10%;
  }

  .xs\:translate-y-20\% {
    --tw-translate-y: 20%;
  }

  .xs\:translate-y-23\% {
    --tw-translate-y: 23%;
  }

  .xs\:translate-y-25\% {
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-26\% {
    --tw-translate-y: 26%;
  }

  .xs\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .xs\:translate-y-40\% {
    --tw-translate-y: 40%;
  }

  .xs\:translate-y-50\% {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-60\% {
    --tw-translate-y: 60%;
  }

  .xs\:translate-y-70\% {
    --tw-translate-y: 70%;
  }

  .xs\:translate-y-80\% {
    --tw-translate-y: 80%;
  }

  .xs\:translate-y-90\% {
    --tw-translate-y: 90%;
  }

  .xs\:translate-y-95\% {
    --tw-translate-y: 95%;
  }

  .xs\:translate-y-96\% {
    --tw-translate-y: 96%;
  }

  .xs\:translate-y-97\% {
    --tw-translate-y: 97%;
  }

  .xs\:translate-y-98\% {
    --tw-translate-y: 98%;
  }

  .xs\:translate-y-99\% {
    --tw-translate-y: 99%;
  }

  .xs\:translate-y-36vh {
    --tw-translate-y: 36vh;
  }

  .xs\:translate-y-75vh {
    --tw-translate-y: 75vh;
  }

  .xs\:translate-y-78vh {
    --tw-translate-y: 78vh;
  }

  .xs\:translate-y-80vh {
    --tw-translate-y: 80vh;
  }

  .xs\:translate-y-82vh {
    --tw-translate-y: 82vh;
  }

  .xs\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xs\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xs\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xs\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xs\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xs\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xs\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xs\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xs\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xs\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xs\:-translate-y-15 {
    --tw-translate-y: -3.75rem;
  }

  .xs\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xs\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .xs\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xs\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .xs\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .xs\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xs\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .xs\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xs\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .xs\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xs\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .xs\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xs\:-translate-y-38 {
    --tw-translate-y: -9.5rem;
  }

  .xs\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xs\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xs\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xs\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xs\:-translate-y-53 {
    --tw-translate-y: -13.25rem;
  }

  .xs\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .xs\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xs\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xs\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xs\:-translate-y-74 {
    --tw-translate-y: -18.5rem;
  }

  .xs\:-translate-y-76 {
    --tw-translate-y: -19rem;
  }

  .xs\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xs\:-translate-y-85 {
    --tw-translate-y: -21.25rem;
  }

  .xs\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .xs\:-translate-y-105 {
    --tw-translate-y: -26.25rem;
  }

  .xs\:-translate-y-107 {
    --tw-translate-y: -26.4rem;
  }

  .xs\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .xs\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .xs\:-translate-y-130 {
    --tw-translate-y: -38rem;
  }

  .xs\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xs\:-translate-y-250px {
    --tw-translate-y: -250px;
  }

  .xs\:-translate-y-1\/2\% {
    --tw-translate-y: -0.5%;
  }

  .xs\:-translate-y-1\% {
    --tw-translate-y: -1%;
  }

  .xs\:-translate-y-2\% {
    --tw-translate-y: -2%;
  }

  .xs\:-translate-y-3\% {
    --tw-translate-y: -3%;
  }

  .xs\:-translate-y-4\% {
    --tw-translate-y: -4%;
  }

  .xs\:-translate-y-5\% {
    --tw-translate-y: -5%;
  }

  .xs\:-translate-y-10\% {
    --tw-translate-y: -10%;
  }

  .xs\:-translate-y-20\% {
    --tw-translate-y: -20%;
  }

  .xs\:-translate-y-23\% {
    --tw-translate-y: -23%;
  }

  .xs\:-translate-y-25\% {
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-26\% {
    --tw-translate-y: -26%;
  }

  .xs\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .xs\:-translate-y-40\% {
    --tw-translate-y: -40%;
  }

  .xs\:-translate-y-50\% {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-60\% {
    --tw-translate-y: -60%;
  }

  .xs\:-translate-y-70\% {
    --tw-translate-y: -70%;
  }

  .xs\:-translate-y-80\% {
    --tw-translate-y: -80%;
  }

  .xs\:-translate-y-90\% {
    --tw-translate-y: -90%;
  }

  .xs\:-translate-y-95\% {
    --tw-translate-y: -95%;
  }

  .xs\:-translate-y-96\% {
    --tw-translate-y: -96%;
  }

  .xs\:-translate-y-97\% {
    --tw-translate-y: -97%;
  }

  .xs\:-translate-y-98\% {
    --tw-translate-y: -98%;
  }

  .xs\:-translate-y-99\% {
    --tw-translate-y: -99%;
  }

  .xs\:-translate-y-36vh {
    --tw-translate-y: -36vh;
  }

  .xs\:-translate-y-75vh {
    --tw-translate-y: -75vh;
  }

  .xs\:-translate-y-78vh {
    --tw-translate-y: -78vh;
  }

  .xs\:-translate-y-80vh {
    --tw-translate-y: -80vh;
  }

  .xs\:-translate-y-82vh {
    --tw-translate-y: -82vh;
  }

  .xs\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xs\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xs\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xs\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xs\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .xs\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xs\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xs\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xs\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xs\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xs\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xs\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xs\:hover\:translate-x-15:hover {
    --tw-translate-x: 3.75rem;
  }

  .xs\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xs\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .xs\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xs\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .xs\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .xs\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xs\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .xs\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xs\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .xs\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .xs\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xs\:hover\:translate-x-38:hover {
    --tw-translate-x: 9.5rem;
  }

  .xs\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xs\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xs\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xs\:hover\:translate-x-53:hover {
    --tw-translate-x: 13.25rem;
  }

  .xs\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .xs\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xs\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xs\:hover\:translate-x-74:hover {
    --tw-translate-x: 18.5rem;
  }

  .xs\:hover\:translate-x-76:hover {
    --tw-translate-x: 19rem;
  }

  .xs\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xs\:hover\:translate-x-85:hover {
    --tw-translate-x: 21.25rem;
  }

  .xs\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .xs\:hover\:translate-x-105:hover {
    --tw-translate-x: 26.25rem;
  }

  .xs\:hover\:translate-x-107:hover {
    --tw-translate-x: 26.4rem;
  }

  .xs\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .xs\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .xs\:hover\:translate-x-130:hover {
    --tw-translate-x: 38rem;
  }

  .xs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xs\:hover\:translate-x-250px:hover {
    --tw-translate-x: 250px;
  }

  .xs\:hover\:translate-x-1\/2\%:hover {
    --tw-translate-x: 0.5%;
  }

  .xs\:hover\:translate-x-1\%:hover {
    --tw-translate-x: 1%;
  }

  .xs\:hover\:translate-x-2\%:hover {
    --tw-translate-x: 2%;
  }

  .xs\:hover\:translate-x-3\%:hover {
    --tw-translate-x: 3%;
  }

  .xs\:hover\:translate-x-4\%:hover {
    --tw-translate-x: 4%;
  }

  .xs\:hover\:translate-x-5\%:hover {
    --tw-translate-x: 5%;
  }

  .xs\:hover\:translate-x-10\%:hover {
    --tw-translate-x: 10%;
  }

  .xs\:hover\:translate-x-20\%:hover {
    --tw-translate-x: 20%;
  }

  .xs\:hover\:translate-x-23\%:hover {
    --tw-translate-x: 23%;
  }

  .xs\:hover\:translate-x-25\%:hover {
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-26\%:hover {
    --tw-translate-x: 26%;
  }

  .xs\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .xs\:hover\:translate-x-40\%:hover {
    --tw-translate-x: 40%;
  }

  .xs\:hover\:translate-x-50\%:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-60\%:hover {
    --tw-translate-x: 60%;
  }

  .xs\:hover\:translate-x-70\%:hover {
    --tw-translate-x: 70%;
  }

  .xs\:hover\:translate-x-80\%:hover {
    --tw-translate-x: 80%;
  }

  .xs\:hover\:translate-x-90\%:hover {
    --tw-translate-x: 90%;
  }

  .xs\:hover\:translate-x-95\%:hover {
    --tw-translate-x: 95%;
  }

  .xs\:hover\:translate-x-96\%:hover {
    --tw-translate-x: 96%;
  }

  .xs\:hover\:translate-x-97\%:hover {
    --tw-translate-x: 97%;
  }

  .xs\:hover\:translate-x-98\%:hover {
    --tw-translate-x: 98%;
  }

  .xs\:hover\:translate-x-99\%:hover {
    --tw-translate-x: 99%;
  }

  .xs\:hover\:translate-x-36vh:hover {
    --tw-translate-x: 36vh;
  }

  .xs\:hover\:translate-x-75vh:hover {
    --tw-translate-x: 75vh;
  }

  .xs\:hover\:translate-x-78vh:hover {
    --tw-translate-x: 78vh;
  }

  .xs\:hover\:translate-x-80vh:hover {
    --tw-translate-x: 80vh;
  }

  .xs\:hover\:translate-x-82vh:hover {
    --tw-translate-x: 82vh;
  }

  .xs\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xs\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xs\:hover\:-translate-x-15:hover {
    --tw-translate-x: -3.75rem;
  }

  .xs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xs\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .xs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xs\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .xs\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .xs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xs\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .xs\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xs\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .xs\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .xs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xs\:hover\:-translate-x-38:hover {
    --tw-translate-x: -9.5rem;
  }

  .xs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xs\:hover\:-translate-x-53:hover {
    --tw-translate-x: -13.25rem;
  }

  .xs\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .xs\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xs\:hover\:-translate-x-74:hover {
    --tw-translate-x: -18.5rem;
  }

  .xs\:hover\:-translate-x-76:hover {
    --tw-translate-x: -19rem;
  }

  .xs\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xs\:hover\:-translate-x-85:hover {
    --tw-translate-x: -21.25rem;
  }

  .xs\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .xs\:hover\:-translate-x-105:hover {
    --tw-translate-x: -26.25rem;
  }

  .xs\:hover\:-translate-x-107:hover {
    --tw-translate-x: -26.4rem;
  }

  .xs\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .xs\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .xs\:hover\:-translate-x-130:hover {
    --tw-translate-x: -38rem;
  }

  .xs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-250px:hover {
    --tw-translate-x: -250px;
  }

  .xs\:hover\:-translate-x-1\/2\%:hover {
    --tw-translate-x: -0.5%;
  }

  .xs\:hover\:-translate-x-1\%:hover {
    --tw-translate-x: -1%;
  }

  .xs\:hover\:-translate-x-2\%:hover {
    --tw-translate-x: -2%;
  }

  .xs\:hover\:-translate-x-3\%:hover {
    --tw-translate-x: -3%;
  }

  .xs\:hover\:-translate-x-4\%:hover {
    --tw-translate-x: -4%;
  }

  .xs\:hover\:-translate-x-5\%:hover {
    --tw-translate-x: -5%;
  }

  .xs\:hover\:-translate-x-10\%:hover {
    --tw-translate-x: -10%;
  }

  .xs\:hover\:-translate-x-20\%:hover {
    --tw-translate-x: -20%;
  }

  .xs\:hover\:-translate-x-23\%:hover {
    --tw-translate-x: -23%;
  }

  .xs\:hover\:-translate-x-25\%:hover {
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-26\%:hover {
    --tw-translate-x: -26%;
  }

  .xs\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .xs\:hover\:-translate-x-40\%:hover {
    --tw-translate-x: -40%;
  }

  .xs\:hover\:-translate-x-50\%:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-60\%:hover {
    --tw-translate-x: -60%;
  }

  .xs\:hover\:-translate-x-70\%:hover {
    --tw-translate-x: -70%;
  }

  .xs\:hover\:-translate-x-80\%:hover {
    --tw-translate-x: -80%;
  }

  .xs\:hover\:-translate-x-90\%:hover {
    --tw-translate-x: -90%;
  }

  .xs\:hover\:-translate-x-95\%:hover {
    --tw-translate-x: -95%;
  }

  .xs\:hover\:-translate-x-96\%:hover {
    --tw-translate-x: -96%;
  }

  .xs\:hover\:-translate-x-97\%:hover {
    --tw-translate-x: -97%;
  }

  .xs\:hover\:-translate-x-98\%:hover {
    --tw-translate-x: -98%;
  }

  .xs\:hover\:-translate-x-99\%:hover {
    --tw-translate-x: -99%;
  }

  .xs\:hover\:-translate-x-36vh:hover {
    --tw-translate-x: -36vh;
  }

  .xs\:hover\:-translate-x-75vh:hover {
    --tw-translate-x: -75vh;
  }

  .xs\:hover\:-translate-x-78vh:hover {
    --tw-translate-x: -78vh;
  }

  .xs\:hover\:-translate-x-80vh:hover {
    --tw-translate-x: -80vh;
  }

  .xs\:hover\:-translate-x-82vh:hover {
    --tw-translate-x: -82vh;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .xs\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xs\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xs\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xs\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xs\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xs\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xs\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xs\:hover\:translate-y-15:hover {
    --tw-translate-y: 3.75rem;
  }

  .xs\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xs\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .xs\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xs\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .xs\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .xs\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xs\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .xs\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xs\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .xs\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .xs\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xs\:hover\:translate-y-38:hover {
    --tw-translate-y: 9.5rem;
  }

  .xs\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xs\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xs\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xs\:hover\:translate-y-53:hover {
    --tw-translate-y: 13.25rem;
  }

  .xs\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .xs\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xs\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xs\:hover\:translate-y-74:hover {
    --tw-translate-y: 18.5rem;
  }

  .xs\:hover\:translate-y-76:hover {
    --tw-translate-y: 19rem;
  }

  .xs\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xs\:hover\:translate-y-85:hover {
    --tw-translate-y: 21.25rem;
  }

  .xs\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .xs\:hover\:translate-y-105:hover {
    --tw-translate-y: 26.25rem;
  }

  .xs\:hover\:translate-y-107:hover {
    --tw-translate-y: 26.4rem;
  }

  .xs\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .xs\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .xs\:hover\:translate-y-130:hover {
    --tw-translate-y: 38rem;
  }

  .xs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xs\:hover\:translate-y-250px:hover {
    --tw-translate-y: 250px;
  }

  .xs\:hover\:translate-y-1\/2\%:hover {
    --tw-translate-y: 0.5%;
  }

  .xs\:hover\:translate-y-1\%:hover {
    --tw-translate-y: 1%;
  }

  .xs\:hover\:translate-y-2\%:hover {
    --tw-translate-y: 2%;
  }

  .xs\:hover\:translate-y-3\%:hover {
    --tw-translate-y: 3%;
  }

  .xs\:hover\:translate-y-4\%:hover {
    --tw-translate-y: 4%;
  }

  .xs\:hover\:translate-y-5\%:hover {
    --tw-translate-y: 5%;
  }

  .xs\:hover\:translate-y-10\%:hover {
    --tw-translate-y: 10%;
  }

  .xs\:hover\:translate-y-20\%:hover {
    --tw-translate-y: 20%;
  }

  .xs\:hover\:translate-y-23\%:hover {
    --tw-translate-y: 23%;
  }

  .xs\:hover\:translate-y-25\%:hover {
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-26\%:hover {
    --tw-translate-y: 26%;
  }

  .xs\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .xs\:hover\:translate-y-40\%:hover {
    --tw-translate-y: 40%;
  }

  .xs\:hover\:translate-y-50\%:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-60\%:hover {
    --tw-translate-y: 60%;
  }

  .xs\:hover\:translate-y-70\%:hover {
    --tw-translate-y: 70%;
  }

  .xs\:hover\:translate-y-80\%:hover {
    --tw-translate-y: 80%;
  }

  .xs\:hover\:translate-y-90\%:hover {
    --tw-translate-y: 90%;
  }

  .xs\:hover\:translate-y-95\%:hover {
    --tw-translate-y: 95%;
  }

  .xs\:hover\:translate-y-96\%:hover {
    --tw-translate-y: 96%;
  }

  .xs\:hover\:translate-y-97\%:hover {
    --tw-translate-y: 97%;
  }

  .xs\:hover\:translate-y-98\%:hover {
    --tw-translate-y: 98%;
  }

  .xs\:hover\:translate-y-99\%:hover {
    --tw-translate-y: 99%;
  }

  .xs\:hover\:translate-y-36vh:hover {
    --tw-translate-y: 36vh;
  }

  .xs\:hover\:translate-y-75vh:hover {
    --tw-translate-y: 75vh;
  }

  .xs\:hover\:translate-y-78vh:hover {
    --tw-translate-y: 78vh;
  }

  .xs\:hover\:translate-y-80vh:hover {
    --tw-translate-y: 80vh;
  }

  .xs\:hover\:translate-y-82vh:hover {
    --tw-translate-y: 82vh;
  }

  .xs\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xs\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xs\:hover\:-translate-y-15:hover {
    --tw-translate-y: -3.75rem;
  }

  .xs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xs\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .xs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xs\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .xs\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .xs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xs\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .xs\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xs\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .xs\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .xs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xs\:hover\:-translate-y-38:hover {
    --tw-translate-y: -9.5rem;
  }

  .xs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xs\:hover\:-translate-y-53:hover {
    --tw-translate-y: -13.25rem;
  }

  .xs\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .xs\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xs\:hover\:-translate-y-74:hover {
    --tw-translate-y: -18.5rem;
  }

  .xs\:hover\:-translate-y-76:hover {
    --tw-translate-y: -19rem;
  }

  .xs\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xs\:hover\:-translate-y-85:hover {
    --tw-translate-y: -21.25rem;
  }

  .xs\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .xs\:hover\:-translate-y-105:hover {
    --tw-translate-y: -26.25rem;
  }

  .xs\:hover\:-translate-y-107:hover {
    --tw-translate-y: -26.4rem;
  }

  .xs\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .xs\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .xs\:hover\:-translate-y-130:hover {
    --tw-translate-y: -38rem;
  }

  .xs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-250px:hover {
    --tw-translate-y: -250px;
  }

  .xs\:hover\:-translate-y-1\/2\%:hover {
    --tw-translate-y: -0.5%;
  }

  .xs\:hover\:-translate-y-1\%:hover {
    --tw-translate-y: -1%;
  }

  .xs\:hover\:-translate-y-2\%:hover {
    --tw-translate-y: -2%;
  }

  .xs\:hover\:-translate-y-3\%:hover {
    --tw-translate-y: -3%;
  }

  .xs\:hover\:-translate-y-4\%:hover {
    --tw-translate-y: -4%;
  }

  .xs\:hover\:-translate-y-5\%:hover {
    --tw-translate-y: -5%;
  }

  .xs\:hover\:-translate-y-10\%:hover {
    --tw-translate-y: -10%;
  }

  .xs\:hover\:-translate-y-20\%:hover {
    --tw-translate-y: -20%;
  }

  .xs\:hover\:-translate-y-23\%:hover {
    --tw-translate-y: -23%;
  }

  .xs\:hover\:-translate-y-25\%:hover {
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-26\%:hover {
    --tw-translate-y: -26%;
  }

  .xs\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .xs\:hover\:-translate-y-40\%:hover {
    --tw-translate-y: -40%;
  }

  .xs\:hover\:-translate-y-50\%:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-60\%:hover {
    --tw-translate-y: -60%;
  }

  .xs\:hover\:-translate-y-70\%:hover {
    --tw-translate-y: -70%;
  }

  .xs\:hover\:-translate-y-80\%:hover {
    --tw-translate-y: -80%;
  }

  .xs\:hover\:-translate-y-90\%:hover {
    --tw-translate-y: -90%;
  }

  .xs\:hover\:-translate-y-95\%:hover {
    --tw-translate-y: -95%;
  }

  .xs\:hover\:-translate-y-96\%:hover {
    --tw-translate-y: -96%;
  }

  .xs\:hover\:-translate-y-97\%:hover {
    --tw-translate-y: -97%;
  }

  .xs\:hover\:-translate-y-98\%:hover {
    --tw-translate-y: -98%;
  }

  .xs\:hover\:-translate-y-99\%:hover {
    --tw-translate-y: -99%;
  }

  .xs\:hover\:-translate-y-36vh:hover {
    --tw-translate-y: -36vh;
  }

  .xs\:hover\:-translate-y-75vh:hover {
    --tw-translate-y: -75vh;
  }

  .xs\:hover\:-translate-y-78vh:hover {
    --tw-translate-y: -78vh;
  }

  .xs\:hover\:-translate-y-80vh:hover {
    --tw-translate-y: -80vh;
  }

  .xs\:hover\:-translate-y-82vh:hover {
    --tw-translate-y: -82vh;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .xs\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xs\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xs\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xs\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xs\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xs\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xs\:focus\:translate-x-15:focus {
    --tw-translate-x: 3.75rem;
  }

  .xs\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xs\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .xs\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xs\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .xs\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .xs\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xs\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .xs\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xs\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .xs\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .xs\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xs\:focus\:translate-x-38:focus {
    --tw-translate-x: 9.5rem;
  }

  .xs\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xs\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xs\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xs\:focus\:translate-x-53:focus {
    --tw-translate-x: 13.25rem;
  }

  .xs\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .xs\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xs\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xs\:focus\:translate-x-74:focus {
    --tw-translate-x: 18.5rem;
  }

  .xs\:focus\:translate-x-76:focus {
    --tw-translate-x: 19rem;
  }

  .xs\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xs\:focus\:translate-x-85:focus {
    --tw-translate-x: 21.25rem;
  }

  .xs\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .xs\:focus\:translate-x-105:focus {
    --tw-translate-x: 26.25rem;
  }

  .xs\:focus\:translate-x-107:focus {
    --tw-translate-x: 26.4rem;
  }

  .xs\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .xs\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .xs\:focus\:translate-x-130:focus {
    --tw-translate-x: 38rem;
  }

  .xs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xs\:focus\:translate-x-250px:focus {
    --tw-translate-x: 250px;
  }

  .xs\:focus\:translate-x-1\/2\%:focus {
    --tw-translate-x: 0.5%;
  }

  .xs\:focus\:translate-x-1\%:focus {
    --tw-translate-x: 1%;
  }

  .xs\:focus\:translate-x-2\%:focus {
    --tw-translate-x: 2%;
  }

  .xs\:focus\:translate-x-3\%:focus {
    --tw-translate-x: 3%;
  }

  .xs\:focus\:translate-x-4\%:focus {
    --tw-translate-x: 4%;
  }

  .xs\:focus\:translate-x-5\%:focus {
    --tw-translate-x: 5%;
  }

  .xs\:focus\:translate-x-10\%:focus {
    --tw-translate-x: 10%;
  }

  .xs\:focus\:translate-x-20\%:focus {
    --tw-translate-x: 20%;
  }

  .xs\:focus\:translate-x-23\%:focus {
    --tw-translate-x: 23%;
  }

  .xs\:focus\:translate-x-25\%:focus {
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-26\%:focus {
    --tw-translate-x: 26%;
  }

  .xs\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .xs\:focus\:translate-x-40\%:focus {
    --tw-translate-x: 40%;
  }

  .xs\:focus\:translate-x-50\%:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-60\%:focus {
    --tw-translate-x: 60%;
  }

  .xs\:focus\:translate-x-70\%:focus {
    --tw-translate-x: 70%;
  }

  .xs\:focus\:translate-x-80\%:focus {
    --tw-translate-x: 80%;
  }

  .xs\:focus\:translate-x-90\%:focus {
    --tw-translate-x: 90%;
  }

  .xs\:focus\:translate-x-95\%:focus {
    --tw-translate-x: 95%;
  }

  .xs\:focus\:translate-x-96\%:focus {
    --tw-translate-x: 96%;
  }

  .xs\:focus\:translate-x-97\%:focus {
    --tw-translate-x: 97%;
  }

  .xs\:focus\:translate-x-98\%:focus {
    --tw-translate-x: 98%;
  }

  .xs\:focus\:translate-x-99\%:focus {
    --tw-translate-x: 99%;
  }

  .xs\:focus\:translate-x-36vh:focus {
    --tw-translate-x: 36vh;
  }

  .xs\:focus\:translate-x-75vh:focus {
    --tw-translate-x: 75vh;
  }

  .xs\:focus\:translate-x-78vh:focus {
    --tw-translate-x: 78vh;
  }

  .xs\:focus\:translate-x-80vh:focus {
    --tw-translate-x: 80vh;
  }

  .xs\:focus\:translate-x-82vh:focus {
    --tw-translate-x: 82vh;
  }

  .xs\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xs\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xs\:focus\:-translate-x-15:focus {
    --tw-translate-x: -3.75rem;
  }

  .xs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xs\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .xs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xs\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .xs\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .xs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xs\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .xs\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xs\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .xs\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .xs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xs\:focus\:-translate-x-38:focus {
    --tw-translate-x: -9.5rem;
  }

  .xs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xs\:focus\:-translate-x-53:focus {
    --tw-translate-x: -13.25rem;
  }

  .xs\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .xs\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xs\:focus\:-translate-x-74:focus {
    --tw-translate-x: -18.5rem;
  }

  .xs\:focus\:-translate-x-76:focus {
    --tw-translate-x: -19rem;
  }

  .xs\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xs\:focus\:-translate-x-85:focus {
    --tw-translate-x: -21.25rem;
  }

  .xs\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .xs\:focus\:-translate-x-105:focus {
    --tw-translate-x: -26.25rem;
  }

  .xs\:focus\:-translate-x-107:focus {
    --tw-translate-x: -26.4rem;
  }

  .xs\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .xs\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .xs\:focus\:-translate-x-130:focus {
    --tw-translate-x: -38rem;
  }

  .xs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-250px:focus {
    --tw-translate-x: -250px;
  }

  .xs\:focus\:-translate-x-1\/2\%:focus {
    --tw-translate-x: -0.5%;
  }

  .xs\:focus\:-translate-x-1\%:focus {
    --tw-translate-x: -1%;
  }

  .xs\:focus\:-translate-x-2\%:focus {
    --tw-translate-x: -2%;
  }

  .xs\:focus\:-translate-x-3\%:focus {
    --tw-translate-x: -3%;
  }

  .xs\:focus\:-translate-x-4\%:focus {
    --tw-translate-x: -4%;
  }

  .xs\:focus\:-translate-x-5\%:focus {
    --tw-translate-x: -5%;
  }

  .xs\:focus\:-translate-x-10\%:focus {
    --tw-translate-x: -10%;
  }

  .xs\:focus\:-translate-x-20\%:focus {
    --tw-translate-x: -20%;
  }

  .xs\:focus\:-translate-x-23\%:focus {
    --tw-translate-x: -23%;
  }

  .xs\:focus\:-translate-x-25\%:focus {
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-26\%:focus {
    --tw-translate-x: -26%;
  }

  .xs\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .xs\:focus\:-translate-x-40\%:focus {
    --tw-translate-x: -40%;
  }

  .xs\:focus\:-translate-x-50\%:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-60\%:focus {
    --tw-translate-x: -60%;
  }

  .xs\:focus\:-translate-x-70\%:focus {
    --tw-translate-x: -70%;
  }

  .xs\:focus\:-translate-x-80\%:focus {
    --tw-translate-x: -80%;
  }

  .xs\:focus\:-translate-x-90\%:focus {
    --tw-translate-x: -90%;
  }

  .xs\:focus\:-translate-x-95\%:focus {
    --tw-translate-x: -95%;
  }

  .xs\:focus\:-translate-x-96\%:focus {
    --tw-translate-x: -96%;
  }

  .xs\:focus\:-translate-x-97\%:focus {
    --tw-translate-x: -97%;
  }

  .xs\:focus\:-translate-x-98\%:focus {
    --tw-translate-x: -98%;
  }

  .xs\:focus\:-translate-x-99\%:focus {
    --tw-translate-x: -99%;
  }

  .xs\:focus\:-translate-x-36vh:focus {
    --tw-translate-x: -36vh;
  }

  .xs\:focus\:-translate-x-75vh:focus {
    --tw-translate-x: -75vh;
  }

  .xs\:focus\:-translate-x-78vh:focus {
    --tw-translate-x: -78vh;
  }

  .xs\:focus\:-translate-x-80vh:focus {
    --tw-translate-x: -80vh;
  }

  .xs\:focus\:-translate-x-82vh:focus {
    --tw-translate-x: -82vh;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .xs\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xs\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xs\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xs\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xs\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xs\:focus\:translate-y-15:focus {
    --tw-translate-y: 3.75rem;
  }

  .xs\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xs\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .xs\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xs\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .xs\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .xs\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xs\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .xs\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xs\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .xs\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .xs\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xs\:focus\:translate-y-38:focus {
    --tw-translate-y: 9.5rem;
  }

  .xs\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xs\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xs\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xs\:focus\:translate-y-53:focus {
    --tw-translate-y: 13.25rem;
  }

  .xs\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .xs\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xs\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xs\:focus\:translate-y-74:focus {
    --tw-translate-y: 18.5rem;
  }

  .xs\:focus\:translate-y-76:focus {
    --tw-translate-y: 19rem;
  }

  .xs\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xs\:focus\:translate-y-85:focus {
    --tw-translate-y: 21.25rem;
  }

  .xs\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .xs\:focus\:translate-y-105:focus {
    --tw-translate-y: 26.25rem;
  }

  .xs\:focus\:translate-y-107:focus {
    --tw-translate-y: 26.4rem;
  }

  .xs\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .xs\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .xs\:focus\:translate-y-130:focus {
    --tw-translate-y: 38rem;
  }

  .xs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xs\:focus\:translate-y-250px:focus {
    --tw-translate-y: 250px;
  }

  .xs\:focus\:translate-y-1\/2\%:focus {
    --tw-translate-y: 0.5%;
  }

  .xs\:focus\:translate-y-1\%:focus {
    --tw-translate-y: 1%;
  }

  .xs\:focus\:translate-y-2\%:focus {
    --tw-translate-y: 2%;
  }

  .xs\:focus\:translate-y-3\%:focus {
    --tw-translate-y: 3%;
  }

  .xs\:focus\:translate-y-4\%:focus {
    --tw-translate-y: 4%;
  }

  .xs\:focus\:translate-y-5\%:focus {
    --tw-translate-y: 5%;
  }

  .xs\:focus\:translate-y-10\%:focus {
    --tw-translate-y: 10%;
  }

  .xs\:focus\:translate-y-20\%:focus {
    --tw-translate-y: 20%;
  }

  .xs\:focus\:translate-y-23\%:focus {
    --tw-translate-y: 23%;
  }

  .xs\:focus\:translate-y-25\%:focus {
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-26\%:focus {
    --tw-translate-y: 26%;
  }

  .xs\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .xs\:focus\:translate-y-40\%:focus {
    --tw-translate-y: 40%;
  }

  .xs\:focus\:translate-y-50\%:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-60\%:focus {
    --tw-translate-y: 60%;
  }

  .xs\:focus\:translate-y-70\%:focus {
    --tw-translate-y: 70%;
  }

  .xs\:focus\:translate-y-80\%:focus {
    --tw-translate-y: 80%;
  }

  .xs\:focus\:translate-y-90\%:focus {
    --tw-translate-y: 90%;
  }

  .xs\:focus\:translate-y-95\%:focus {
    --tw-translate-y: 95%;
  }

  .xs\:focus\:translate-y-96\%:focus {
    --tw-translate-y: 96%;
  }

  .xs\:focus\:translate-y-97\%:focus {
    --tw-translate-y: 97%;
  }

  .xs\:focus\:translate-y-98\%:focus {
    --tw-translate-y: 98%;
  }

  .xs\:focus\:translate-y-99\%:focus {
    --tw-translate-y: 99%;
  }

  .xs\:focus\:translate-y-36vh:focus {
    --tw-translate-y: 36vh;
  }

  .xs\:focus\:translate-y-75vh:focus {
    --tw-translate-y: 75vh;
  }

  .xs\:focus\:translate-y-78vh:focus {
    --tw-translate-y: 78vh;
  }

  .xs\:focus\:translate-y-80vh:focus {
    --tw-translate-y: 80vh;
  }

  .xs\:focus\:translate-y-82vh:focus {
    --tw-translate-y: 82vh;
  }

  .xs\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xs\:focus\:-translate-y-15:focus {
    --tw-translate-y: -3.75rem;
  }

  .xs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xs\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .xs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xs\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .xs\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .xs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xs\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .xs\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xs\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .xs\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .xs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xs\:focus\:-translate-y-38:focus {
    --tw-translate-y: -9.5rem;
  }

  .xs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xs\:focus\:-translate-y-53:focus {
    --tw-translate-y: -13.25rem;
  }

  .xs\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .xs\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xs\:focus\:-translate-y-74:focus {
    --tw-translate-y: -18.5rem;
  }

  .xs\:focus\:-translate-y-76:focus {
    --tw-translate-y: -19rem;
  }

  .xs\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xs\:focus\:-translate-y-85:focus {
    --tw-translate-y: -21.25rem;
  }

  .xs\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .xs\:focus\:-translate-y-105:focus {
    --tw-translate-y: -26.25rem;
  }

  .xs\:focus\:-translate-y-107:focus {
    --tw-translate-y: -26.4rem;
  }

  .xs\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .xs\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .xs\:focus\:-translate-y-130:focus {
    --tw-translate-y: -38rem;
  }

  .xs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-250px:focus {
    --tw-translate-y: -250px;
  }

  .xs\:focus\:-translate-y-1\/2\%:focus {
    --tw-translate-y: -0.5%;
  }

  .xs\:focus\:-translate-y-1\%:focus {
    --tw-translate-y: -1%;
  }

  .xs\:focus\:-translate-y-2\%:focus {
    --tw-translate-y: -2%;
  }

  .xs\:focus\:-translate-y-3\%:focus {
    --tw-translate-y: -3%;
  }

  .xs\:focus\:-translate-y-4\%:focus {
    --tw-translate-y: -4%;
  }

  .xs\:focus\:-translate-y-5\%:focus {
    --tw-translate-y: -5%;
  }

  .xs\:focus\:-translate-y-10\%:focus {
    --tw-translate-y: -10%;
  }

  .xs\:focus\:-translate-y-20\%:focus {
    --tw-translate-y: -20%;
  }

  .xs\:focus\:-translate-y-23\%:focus {
    --tw-translate-y: -23%;
  }

  .xs\:focus\:-translate-y-25\%:focus {
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-26\%:focus {
    --tw-translate-y: -26%;
  }

  .xs\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .xs\:focus\:-translate-y-40\%:focus {
    --tw-translate-y: -40%;
  }

  .xs\:focus\:-translate-y-50\%:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-60\%:focus {
    --tw-translate-y: -60%;
  }

  .xs\:focus\:-translate-y-70\%:focus {
    --tw-translate-y: -70%;
  }

  .xs\:focus\:-translate-y-80\%:focus {
    --tw-translate-y: -80%;
  }

  .xs\:focus\:-translate-y-90\%:focus {
    --tw-translate-y: -90%;
  }

  .xs\:focus\:-translate-y-95\%:focus {
    --tw-translate-y: -95%;
  }

  .xs\:focus\:-translate-y-96\%:focus {
    --tw-translate-y: -96%;
  }

  .xs\:focus\:-translate-y-97\%:focus {
    --tw-translate-y: -97%;
  }

  .xs\:focus\:-translate-y-98\%:focus {
    --tw-translate-y: -98%;
  }

  .xs\:focus\:-translate-y-99\%:focus {
    --tw-translate-y: -99%;
  }

  .xs\:focus\:-translate-y-36vh:focus {
    --tw-translate-y: -36vh;
  }

  .xs\:focus\:-translate-y-75vh:focus {
    --tw-translate-y: -75vh;
  }

  .xs\:focus\:-translate-y-78vh:focus {
    --tw-translate-y: -78vh;
  }

  .xs\:focus\:-translate-y-80vh:focus {
    --tw-translate-y: -80vh;
  }

  .xs\:focus\:-translate-y-82vh:focus {
    --tw-translate-y: -82vh;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xs\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xs\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xs\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xs\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xs\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xs\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xs\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xs\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xs\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xs\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xs\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xs\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xs\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xs\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xs\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xs\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xs\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xs\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xs\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xs\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xs\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xs\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xs\:transition-none {
    transition-property: none;
  }

  .xs\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:ease-linear {
    transition-timing-function: linear;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xs\:duration-75 {
    transition-duration: 75ms;
  }

  .xs\:duration-100 {
    transition-duration: 100ms;
  }

  .xs\:duration-150 {
    transition-duration: 150ms;
  }

  .xs\:duration-200 {
    transition-duration: 200ms;
  }

  .xs\:duration-300 {
    transition-duration: 300ms;
  }

  .xs\:duration-500 {
    transition-duration: 500ms;
  }

  .xs\:duration-700 {
    transition-duration: 700ms;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xs\:delay-75 {
    transition-delay: 75ms;
  }

  .xs\:delay-100 {
    transition-delay: 100ms;
  }

  .xs\:delay-150 {
    transition-delay: 150ms;
  }

  .xs\:delay-200 {
    transition-delay: 200ms;
  }

  .xs\:delay-300 {
    transition-delay: 300ms;
  }

  .xs\:delay-500 {
    transition-delay: 500ms;
  }

  .xs\:delay-700 {
    transition-delay: 700ms;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xs\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .xs\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xs\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xs\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xs\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xs\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xs\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xs\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xs\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xs\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xs\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xs\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xs\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xs\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xs\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xs\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xs\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xs\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xs\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xs\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xs\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xs\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xs\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xs\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xs\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xs\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xs\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xs\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xs\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xs\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xs\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xs\:bg-blend-color {
    background-blend-mode: color;
  }

  .xs\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xs\:filter-none {
    filter: none;
  }

  .xs\:blur-0 {
    --tw-blur: blur(0);
  }

  .xs\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xs\:blur {
    --tw-blur: blur(8px);
  }

  .xs\:blur-md {
    --tw-blur: blur(12px);
  }

  .xs\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xs\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xs\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xs\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xs\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xs\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xs\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xs\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xs\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xs\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xs\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xs\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xs\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xs\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xs\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xs\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xs\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xs\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xs\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xs\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xs\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xs\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xs\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xs\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xs\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xs\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xs\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xs\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:invert-0 {
    --tw-invert: invert(0);
  }

  .xs\:invert {
    --tw-invert: invert(100%);
  }

  .xs\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xs\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xs\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xs\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xs\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xs\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xs\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xs\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 0px) {
    .sm\:container {
      max-width: 0px;
    }
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5% * var(--tw-space-x-reverse));
    margin-left: calc(0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2% * var(--tw-space-x-reverse));
    margin-left: calc(2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3% * var(--tw-space-x-reverse));
    margin-left: calc(3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4% * var(--tw-space-x-reverse));
    margin-left: calc(4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23% * var(--tw-space-x-reverse));
    margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26% * var(--tw-space-x-reverse));
    margin-left: calc(26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97% * var(--tw-space-x-reverse));
    margin-left: calc(97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98% * var(--tw-space-x-reverse));
    margin-left: calc(98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99% * var(--tw-space-y-reverse));
  }

  .sm\:space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99% * var(--tw-space-x-reverse));
    margin-left: calc(99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36vh * var(--tw-space-y-reverse));
  }

  .sm\:space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36vh * var(--tw-space-x-reverse));
    margin-left: calc(36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75vh * var(--tw-space-y-reverse));
  }

  .sm\:space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75vh * var(--tw-space-x-reverse));
    margin-left: calc(75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78vh * var(--tw-space-y-reverse));
  }

  .sm\:space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78vh * var(--tw-space-x-reverse));
    margin-left: calc(78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .sm\:space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82vh * var(--tw-space-y-reverse));
  }

  .sm\:space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82vh * var(--tw-space-x-reverse));
    margin-left: calc(82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.4rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5% * var(--tw-space-x-reverse));
    margin-left: calc(-0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2% * var(--tw-space-x-reverse));
    margin-left: calc(-2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3% * var(--tw-space-x-reverse));
    margin-left: calc(-3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4% * var(--tw-space-x-reverse));
    margin-left: calc(-4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23% * var(--tw-space-x-reverse));
    margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26% * var(--tw-space-x-reverse));
    margin-left: calc(-26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97% * var(--tw-space-x-reverse));
    margin-left: calc(-97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98% * var(--tw-space-x-reverse));
    margin-left: calc(-98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99% * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99% * var(--tw-space-x-reverse));
    margin-left: calc(-99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36vh * var(--tw-space-x-reverse));
    margin-left: calc(-36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75vh * var(--tw-space-x-reverse));
    margin-left: calc(-75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78vh * var(--tw-space-x-reverse));
    margin-left: calc(-78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82vh * var(--tw-space-x-reverse));
    margin-left: calc(-82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-epic-off-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-epic-pale-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-epic-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-divide-opacity));
  }

  .sm\:divide-epic-light-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-epic-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-divide-opacity));
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-divide-opacity));
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity));
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-divide-opacity));
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-divide-opacity));
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-divide-opacity));
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-divide-opacity));
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-divide-opacity));
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-divide-opacity));
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity));
  }

  .sm\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity));
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-divide-opacity));
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-divide-opacity));
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity));
  }

  .sm\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-divide-opacity));
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity));
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity));
  }

  .sm\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity));
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity));
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .sm\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-current {
    background-color: currentColor;
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .sm\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .sm\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .sm\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .sm\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .sm\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .sm\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .sm\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .sm\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .sm\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .sm\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .sm\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .sm\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .sm\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .sm\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .sm\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .sm\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-epic-off-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-epic-pale-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-epic-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-epic-light-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-epic-purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-epic-off-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-epic-pale-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-epic-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-epic-light-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-epic-purple:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-transparent {
    background-color: transparent;
  }

  .group:focus .sm\:group-focus\:bg-current {
    background-color: currentColor;
  }

  .group:focus .sm\:group-focus\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:focus .sm\:group-focus\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:from-epic-off-white {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .sm\:from-epic-pale-blue {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .sm\:from-epic-dark-blue {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .sm\:from-epic-light-blue {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .sm\:from-epic-purple {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-gray-100 {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:from-gray-200 {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .sm\:from-gray-300 {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .sm\:from-gray-400 {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:from-gray-500 {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .sm\:from-gray-600 {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .sm\:from-gray-700 {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .sm\:from-gray-800 {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .sm\:from-gray-900 {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .sm\:from-red-100 {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .sm\:from-red-200 {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .sm\:from-red-300 {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .sm\:from-red-400 {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .sm\:from-red-500 {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .sm\:from-red-600 {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .sm\:from-red-700 {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .sm\:from-red-800 {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .sm\:from-red-900 {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .sm\:from-orange-100 {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .sm\:from-orange-200 {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .sm\:from-orange-300 {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .sm\:from-orange-400 {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .sm\:from-orange-500 {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .sm\:from-orange-600 {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .sm\:from-orange-700 {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .sm\:from-orange-800 {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .sm\:from-orange-900 {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .sm\:from-yellow-100 {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .sm\:from-yellow-200 {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .sm\:from-yellow-300 {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .sm\:from-yellow-400 {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .sm\:from-yellow-500 {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .sm\:from-yellow-600 {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .sm\:from-yellow-700 {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .sm\:from-yellow-800 {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .sm\:from-yellow-900 {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .sm\:from-green-100 {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .sm\:from-green-200 {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .sm\:from-green-300 {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .sm\:from-green-400 {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .sm\:from-green-500 {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .sm\:from-green-600 {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .sm\:from-green-700 {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .sm\:from-green-800 {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .sm\:from-green-900 {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .sm\:from-teal-100 {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .sm\:from-teal-200 {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .sm\:from-teal-300 {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .sm\:from-teal-400 {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .sm\:from-teal-500 {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .sm\:from-teal-600 {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .sm\:from-teal-700 {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .sm\:from-teal-800 {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .sm\:from-teal-900 {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .sm\:from-blue-100 {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .sm\:from-blue-200 {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .sm\:from-blue-300 {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .sm\:from-blue-400 {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .sm\:from-blue-500 {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .sm\:from-blue-600 {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .sm\:from-blue-700 {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .sm\:from-blue-800 {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .sm\:from-blue-900 {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .sm\:from-indigo-100 {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .sm\:from-indigo-200 {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .sm\:from-indigo-300 {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .sm\:from-indigo-400 {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .sm\:from-indigo-500 {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .sm\:from-indigo-600 {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .sm\:from-indigo-700 {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .sm\:from-indigo-800 {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .sm\:from-indigo-900 {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .sm\:from-purple-100 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:from-purple-200 {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .sm\:from-purple-300 {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .sm\:from-purple-400 {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .sm\:from-purple-500 {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .sm\:from-purple-600 {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .sm\:from-purple-700 {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .sm\:from-purple-800 {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .sm\:from-purple-900 {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .sm\:from-pink-100 {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .sm\:from-pink-200 {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .sm\:from-pink-300 {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .sm\:from-pink-400 {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .sm\:from-pink-500 {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .sm\:from-pink-600 {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .sm\:from-pink-700 {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .sm\:from-pink-800 {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .sm\:from-pink-900 {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .sm\:via-epic-off-white {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .sm\:via-epic-pale-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .sm\:via-epic-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .sm\:via-epic-light-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .sm\:via-epic-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .sm\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .sm\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .sm\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .sm\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .sm\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .sm\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .sm\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .sm\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .sm\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .sm\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .sm\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .sm\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .sm\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .sm\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .sm\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .sm\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .sm\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .sm\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .sm\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .sm\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .sm\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .sm\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .sm\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .sm\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .sm\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .sm\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .sm\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .sm\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .sm\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .sm\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .sm\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .sm\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .sm\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .sm\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .sm\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .sm\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .sm\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .sm\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .sm\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .sm\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .sm\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .sm\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .sm\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .sm\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .sm\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .sm\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .sm\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .sm\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .sm\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .sm\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .sm\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .sm\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .sm\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .sm\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .sm\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .sm\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .sm\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .sm\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .sm\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .sm\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .sm\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .sm\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .sm\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .sm\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .sm\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .sm\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .sm\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .sm\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .sm\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .sm\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .sm\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .sm\:to-epic-off-white {
    --tw-gradient-to: #C5E7FF;
  }

  .sm\:to-epic-pale-blue {
    --tw-gradient-to: #B1DEFF;
  }

  .sm\:to-epic-dark-blue {
    --tw-gradient-to: #193B54;
  }

  .sm\:to-epic-light-blue {
    --tw-gradient-to: #00bff3;
  }

  .sm\:to-epic-purple {
    --tw-gradient-to: #7570b3;
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor;
  }

  .sm\:to-black {
    --tw-gradient-to: #000;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff;
  }

  .sm\:to-gray-100 {
    --tw-gradient-to: #f8f8f8;
  }

  .sm\:to-gray-200 {
    --tw-gradient-to: #f2f2f2;
  }

  .sm\:to-gray-300 {
    --tw-gradient-to: #e8e8e8;
  }

  .sm\:to-gray-400 {
    --tw-gradient-to: #d6d6d6;
  }

  .sm\:to-gray-500 {
    --tw-gradient-to: #b9b9b9;
  }

  .sm\:to-gray-600 {
    --tw-gradient-to: #858585;
  }

  .sm\:to-gray-700 {
    --tw-gradient-to: #676767;
  }

  .sm\:to-gray-800 {
    --tw-gradient-to: #3b3b3b;
  }

  .sm\:to-gray-900 {
    --tw-gradient-to: #333333;
  }

  .sm\:to-red-100 {
    --tw-gradient-to: #ffb6b6;
  }

  .sm\:to-red-200 {
    --tw-gradient-to: #ff7a7a;
  }

  .sm\:to-red-300 {
    --tw-gradient-to: #ff6060;
  }

  .sm\:to-red-400 {
    --tw-gradient-to: #ff4747;
  }

  .sm\:to-red-500 {
    --tw-gradient-to: #ff2d2d;
  }

  .sm\:to-red-600 {
    --tw-gradient-to: #ff1414;
  }

  .sm\:to-red-700 {
    --tw-gradient-to: #f90000;
  }

  .sm\:to-red-800 {
    --tw-gradient-to: #e00000;
  }

  .sm\:to-red-900 {
    --tw-gradient-to: #ca0000;
  }

  .sm\:to-orange-100 {
    --tw-gradient-to: #ffeac7;
  }

  .sm\:to-orange-200 {
    --tw-gradient-to: #ffce7a;
  }

  .sm\:to-orange-300 {
    --tw-gradient-to: #ffc560;
  }

  .sm\:to-orange-400 {
    --tw-gradient-to: #ffbb47;
  }

  .sm\:to-orange-500 {
    --tw-gradient-to: #FFB22D;
  }

  .sm\:to-orange-600 {
    --tw-gradient-to: #ffa914;
  }

  .sm\:to-orange-700 {
    --tw-gradient-to: #f99e00;
  }

  .sm\:to-orange-800 {
    --tw-gradient-to: #e08e00;
  }

  .sm\:to-orange-900 {
    --tw-gradient-to: #945e00;
  }

  .sm\:to-yellow-100 {
    --tw-gradient-to: #fffff0;
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fefcbf;
  }

  .sm\:to-yellow-300 {
    --tw-gradient-to: #faf089;
  }

  .sm\:to-yellow-400 {
    --tw-gradient-to: #f6e05e;
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #ecc94b;
  }

  .sm\:to-yellow-600 {
    --tw-gradient-to: #d69e2e;
  }

  .sm\:to-yellow-700 {
    --tw-gradient-to: #b7791f;
  }

  .sm\:to-yellow-800 {
    --tw-gradient-to: #975a16;
  }

  .sm\:to-yellow-900 {
    --tw-gradient-to: #744210;
  }

  .sm\:to-green-100 {
    --tw-gradient-to: #d0ff57;
  }

  .sm\:to-green-200 {
    --tw-gradient-to: #bbff0a;
  }

  .sm\:to-green-300 {
    --tw-gradient-to: #adef00;
  }

  .sm\:to-green-400 {
    --tw-gradient-to: #9ad600;
  }

  .sm\:to-green-500 {
    --tw-gradient-to: #88BC00;
  }

  .sm\:to-green-600 {
    --tw-gradient-to: #76a300;
  }

  .sm\:to-green-700 {
    --tw-gradient-to: #638900;
  }

  .sm\:to-green-800 {
    --tw-gradient-to: #517000;
  }

  .sm\:to-green-900 {
    --tw-gradient-to: #1a2400;
  }

  .sm\:to-teal-100 {
    --tw-gradient-to: #e6fffa;
  }

  .sm\:to-teal-200 {
    --tw-gradient-to: #b2f5ea;
  }

  .sm\:to-teal-300 {
    --tw-gradient-to: #81e6d9;
  }

  .sm\:to-teal-400 {
    --tw-gradient-to: #4fd1c5;
  }

  .sm\:to-teal-500 {
    --tw-gradient-to: #38b2ac;
  }

  .sm\:to-teal-600 {
    --tw-gradient-to: #319795;
  }

  .sm\:to-teal-700 {
    --tw-gradient-to: #2c7a7b;
  }

  .sm\:to-teal-800 {
    --tw-gradient-to: #285e61;
  }

  .sm\:to-teal-900 {
    --tw-gradient-to: #234e52;
  }

  .sm\:to-blue-100 {
    --tw-gradient-to: #d1eafd;
  }

  .sm\:to-blue-200 {
    --tw-gradient-to: #88caf9;
  }

  .sm\:to-blue-300 {
    --tw-gradient-to: #6fbff8;
  }

  .sm\:to-blue-400 {
    --tw-gradient-to: #57b4f6;
  }

  .sm\:to-blue-500 {
    --tw-gradient-to: #3fa9f5;
  }

  .sm\:to-blue-600 {
    --tw-gradient-to: #279ef4;
  }

  .sm\:to-blue-700 {
    --tw-gradient-to: #0f93f2;
  }

  .sm\:to-blue-800 {
    --tw-gradient-to: #0b85dc;
  }

  .sm\:to-blue-900 {
    --tw-gradient-to: #075993;
  }

  .sm\:to-indigo-100 {
    --tw-gradient-to: #ebf4ff;
  }

  .sm\:to-indigo-200 {
    --tw-gradient-to: #c3dafe;
  }

  .sm\:to-indigo-300 {
    --tw-gradient-to: #a3bffa;
  }

  .sm\:to-indigo-400 {
    --tw-gradient-to: #7f9cf5;
  }

  .sm\:to-indigo-500 {
    --tw-gradient-to: #667eea;
  }

  .sm\:to-indigo-600 {
    --tw-gradient-to: #5a67d8;
  }

  .sm\:to-indigo-700 {
    --tw-gradient-to: #4c51bf;
  }

  .sm\:to-indigo-800 {
    --tw-gradient-to: #434190;
  }

  .sm\:to-indigo-900 {
    --tw-gradient-to: #3c366b;
  }

  .sm\:to-purple-100 {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:to-purple-200 {
    --tw-gradient-to: #e9d8fd;
  }

  .sm\:to-purple-300 {
    --tw-gradient-to: #d6bcfa;
  }

  .sm\:to-purple-400 {
    --tw-gradient-to: #b794f4;
  }

  .sm\:to-purple-500 {
    --tw-gradient-to: #9f7aea;
  }

  .sm\:to-purple-600 {
    --tw-gradient-to: #805ad5;
  }

  .sm\:to-purple-700 {
    --tw-gradient-to: #6b46c1;
  }

  .sm\:to-purple-800 {
    --tw-gradient-to: #553c9a;
  }

  .sm\:to-purple-900 {
    --tw-gradient-to: #44337a;
  }

  .sm\:to-pink-100 {
    --tw-gradient-to: #fff5f7;
  }

  .sm\:to-pink-200 {
    --tw-gradient-to: #fed7e2;
  }

  .sm\:to-pink-300 {
    --tw-gradient-to: #fbb6ce;
  }

  .sm\:to-pink-400 {
    --tw-gradient-to: #f687b3;
  }

  .sm\:to-pink-500 {
    --tw-gradient-to: #ed64a6;
  }

  .sm\:to-pink-600 {
    --tw-gradient-to: #d53f8c;
  }

  .sm\:to-pink-700 {
    --tw-gradient-to: #b83280;
  }

  .sm\:to-pink-800 {
    --tw-gradient-to: #97266d;
  }

  .sm\:to-pink-900 {
    --tw-gradient-to: #702459;
  }

  .sm\:hover\:from-epic-off-white:hover {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .sm\:hover\:from-epic-pale-blue:hover {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .sm\:hover\:from-epic-dark-blue:hover {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .sm\:hover\:from-epic-light-blue:hover {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .sm\:hover\:from-epic-purple:hover {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:hover\:from-gray-200:hover {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .sm\:hover\:from-gray-300:hover {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .sm\:hover\:from-gray-400:hover {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:hover\:from-gray-500:hover {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .sm\:hover\:from-gray-600:hover {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .sm\:hover\:from-gray-700:hover {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .sm\:hover\:from-gray-800:hover {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .sm\:hover\:from-gray-900:hover {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .sm\:hover\:from-red-100:hover {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .sm\:hover\:from-red-200:hover {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .sm\:hover\:from-red-300:hover {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .sm\:hover\:from-red-400:hover {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .sm\:hover\:from-red-500:hover {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .sm\:hover\:from-red-600:hover {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .sm\:hover\:from-red-700:hover {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .sm\:hover\:from-red-800:hover {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .sm\:hover\:from-red-900:hover {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .sm\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .sm\:hover\:from-orange-200:hover {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .sm\:hover\:from-orange-300:hover {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .sm\:hover\:from-orange-400:hover {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .sm\:hover\:from-orange-500:hover {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .sm\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .sm\:hover\:from-orange-700:hover {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .sm\:hover\:from-orange-800:hover {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .sm\:hover\:from-orange-900:hover {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .sm\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .sm\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .sm\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .sm\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .sm\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .sm\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .sm\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .sm\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .sm\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .sm\:hover\:from-green-100:hover {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .sm\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .sm\:hover\:from-green-300:hover {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .sm\:hover\:from-green-400:hover {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .sm\:hover\:from-green-500:hover {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .sm\:hover\:from-green-600:hover {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .sm\:hover\:from-green-700:hover {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .sm\:hover\:from-green-800:hover {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .sm\:hover\:from-green-900:hover {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .sm\:hover\:from-teal-100:hover {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .sm\:hover\:from-teal-200:hover {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .sm\:hover\:from-teal-300:hover {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .sm\:hover\:from-teal-400:hover {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .sm\:hover\:from-teal-500:hover {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .sm\:hover\:from-teal-600:hover {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .sm\:hover\:from-teal-700:hover {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .sm\:hover\:from-teal-800:hover {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .sm\:hover\:from-teal-900:hover {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .sm\:hover\:from-blue-100:hover {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .sm\:hover\:from-blue-200:hover {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .sm\:hover\:from-blue-300:hover {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .sm\:hover\:from-blue-400:hover {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .sm\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .sm\:hover\:from-blue-600:hover {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .sm\:hover\:from-blue-700:hover {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .sm\:hover\:from-blue-800:hover {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .sm\:hover\:from-blue-900:hover {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .sm\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .sm\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .sm\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .sm\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .sm\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .sm\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .sm\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .sm\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .sm\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .sm\:hover\:from-purple-100:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .sm\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .sm\:hover\:from-purple-400:hover {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .sm\:hover\:from-purple-500:hover {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .sm\:hover\:from-purple-600:hover {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .sm\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .sm\:hover\:from-purple-800:hover {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .sm\:hover\:from-purple-900:hover {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .sm\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .sm\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .sm\:hover\:from-pink-300:hover {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .sm\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .sm\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .sm\:hover\:from-pink-600:hover {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .sm\:hover\:from-pink-700:hover {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .sm\:hover\:from-pink-800:hover {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .sm\:hover\:from-pink-900:hover {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .sm\:hover\:via-epic-off-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .sm\:hover\:via-epic-pale-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .sm\:hover\:via-epic-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .sm\:hover\:via-epic-light-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .sm\:hover\:via-epic-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .sm\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .sm\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .sm\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .sm\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .sm\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .sm\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .sm\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .sm\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .sm\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .sm\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .sm\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .sm\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .sm\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .sm\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .sm\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .sm\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .sm\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .sm\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .sm\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .sm\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .sm\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .sm\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .sm\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .sm\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .sm\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .sm\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .sm\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .sm\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .sm\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .sm\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .sm\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .sm\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .sm\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .sm\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .sm\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .sm\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .sm\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .sm\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .sm\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .sm\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .sm\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .sm\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .sm\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .sm\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .sm\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .sm\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .sm\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .sm\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .sm\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .sm\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .sm\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .sm\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .sm\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .sm\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .sm\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .sm\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .sm\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .sm\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .sm\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .sm\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .sm\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .sm\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .sm\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .sm\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .sm\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .sm\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .sm\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .sm\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .sm\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .sm\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .sm\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .sm\:hover\:to-epic-off-white:hover {
    --tw-gradient-to: #C5E7FF;
  }

  .sm\:hover\:to-epic-pale-blue:hover {
    --tw-gradient-to: #B1DEFF;
  }

  .sm\:hover\:to-epic-dark-blue:hover {
    --tw-gradient-to: #193B54;
  }

  .sm\:hover\:to-epic-light-blue:hover {
    --tw-gradient-to: #00bff3;
  }

  .sm\:hover\:to-epic-purple:hover {
    --tw-gradient-to: #7570b3;
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f8f8f8;
  }

  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #f2f2f2;
  }

  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #e8e8e8;
  }

  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #d6d6d6;
  }

  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #b9b9b9;
  }

  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #858585;
  }

  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #676767;
  }

  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #3b3b3b;
  }

  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #333333;
  }

  .sm\:hover\:to-red-100:hover {
    --tw-gradient-to: #ffb6b6;
  }

  .sm\:hover\:to-red-200:hover {
    --tw-gradient-to: #ff7a7a;
  }

  .sm\:hover\:to-red-300:hover {
    --tw-gradient-to: #ff6060;
  }

  .sm\:hover\:to-red-400:hover {
    --tw-gradient-to: #ff4747;
  }

  .sm\:hover\:to-red-500:hover {
    --tw-gradient-to: #ff2d2d;
  }

  .sm\:hover\:to-red-600:hover {
    --tw-gradient-to: #ff1414;
  }

  .sm\:hover\:to-red-700:hover {
    --tw-gradient-to: #f90000;
  }

  .sm\:hover\:to-red-800:hover {
    --tw-gradient-to: #e00000;
  }

  .sm\:hover\:to-red-900:hover {
    --tw-gradient-to: #ca0000;
  }

  .sm\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffeac7;
  }

  .sm\:hover\:to-orange-200:hover {
    --tw-gradient-to: #ffce7a;
  }

  .sm\:hover\:to-orange-300:hover {
    --tw-gradient-to: #ffc560;
  }

  .sm\:hover\:to-orange-400:hover {
    --tw-gradient-to: #ffbb47;
  }

  .sm\:hover\:to-orange-500:hover {
    --tw-gradient-to: #FFB22D;
  }

  .sm\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ffa914;
  }

  .sm\:hover\:to-orange-700:hover {
    --tw-gradient-to: #f99e00;
  }

  .sm\:hover\:to-orange-800:hover {
    --tw-gradient-to: #e08e00;
  }

  .sm\:hover\:to-orange-900:hover {
    --tw-gradient-to: #945e00;
  }

  .sm\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fffff0;
  }

  .sm\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fefcbf;
  }

  .sm\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #faf089;
  }

  .sm\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #f6e05e;
  }

  .sm\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #ecc94b;
  }

  .sm\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d69e2e;
  }

  .sm\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b7791f;
  }

  .sm\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #975a16;
  }

  .sm\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #744210;
  }

  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #d0ff57;
  }

  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbff0a;
  }

  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #adef00;
  }

  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #9ad600;
  }

  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #88BC00;
  }

  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #76a300;
  }

  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #638900;
  }

  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #517000;
  }

  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #1a2400;
  }

  .sm\:hover\:to-teal-100:hover {
    --tw-gradient-to: #e6fffa;
  }

  .sm\:hover\:to-teal-200:hover {
    --tw-gradient-to: #b2f5ea;
  }

  .sm\:hover\:to-teal-300:hover {
    --tw-gradient-to: #81e6d9;
  }

  .sm\:hover\:to-teal-400:hover {
    --tw-gradient-to: #4fd1c5;
  }

  .sm\:hover\:to-teal-500:hover {
    --tw-gradient-to: #38b2ac;
  }

  .sm\:hover\:to-teal-600:hover {
    --tw-gradient-to: #319795;
  }

  .sm\:hover\:to-teal-700:hover {
    --tw-gradient-to: #2c7a7b;
  }

  .sm\:hover\:to-teal-800:hover {
    --tw-gradient-to: #285e61;
  }

  .sm\:hover\:to-teal-900:hover {
    --tw-gradient-to: #234e52;
  }

  .sm\:hover\:to-blue-100:hover {
    --tw-gradient-to: #d1eafd;
  }

  .sm\:hover\:to-blue-200:hover {
    --tw-gradient-to: #88caf9;
  }

  .sm\:hover\:to-blue-300:hover {
    --tw-gradient-to: #6fbff8;
  }

  .sm\:hover\:to-blue-400:hover {
    --tw-gradient-to: #57b4f6;
  }

  .sm\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3fa9f5;
  }

  .sm\:hover\:to-blue-600:hover {
    --tw-gradient-to: #279ef4;
  }

  .sm\:hover\:to-blue-700:hover {
    --tw-gradient-to: #0f93f2;
  }

  .sm\:hover\:to-blue-800:hover {
    --tw-gradient-to: #0b85dc;
  }

  .sm\:hover\:to-blue-900:hover {
    --tw-gradient-to: #075993;
  }

  .sm\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #ebf4ff;
  }

  .sm\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c3dafe;
  }

  .sm\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a3bffa;
  }

  .sm\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #7f9cf5;
  }

  .sm\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #667eea;
  }

  .sm\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #5a67d8;
  }

  .sm\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4c51bf;
  }

  .sm\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #434190;
  }

  .sm\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #3c366b;
  }

  .sm\:hover\:to-purple-100:hover {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d8fd;
  }

  .sm\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d6bcfa;
  }

  .sm\:hover\:to-purple-400:hover {
    --tw-gradient-to: #b794f4;
  }

  .sm\:hover\:to-purple-500:hover {
    --tw-gradient-to: #9f7aea;
  }

  .sm\:hover\:to-purple-600:hover {
    --tw-gradient-to: #805ad5;
  }

  .sm\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6b46c1;
  }

  .sm\:hover\:to-purple-800:hover {
    --tw-gradient-to: #553c9a;
  }

  .sm\:hover\:to-purple-900:hover {
    --tw-gradient-to: #44337a;
  }

  .sm\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fff5f7;
  }

  .sm\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fed7e2;
  }

  .sm\:hover\:to-pink-300:hover {
    --tw-gradient-to: #fbb6ce;
  }

  .sm\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f687b3;
  }

  .sm\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ed64a6;
  }

  .sm\:hover\:to-pink-600:hover {
    --tw-gradient-to: #d53f8c;
  }

  .sm\:hover\:to-pink-700:hover {
    --tw-gradient-to: #b83280;
  }

  .sm\:hover\:to-pink-800:hover {
    --tw-gradient-to: #97266d;
  }

  .sm\:hover\:to-pink-900:hover {
    --tw-gradient-to: #702459;
  }

  .sm\:focus\:from-epic-off-white:focus {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .sm\:focus\:from-epic-pale-blue:focus {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .sm\:focus\:from-epic-dark-blue:focus {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .sm\:focus\:from-epic-light-blue:focus {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .sm\:focus\:from-epic-purple:focus {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:focus\:from-gray-200:focus {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .sm\:focus\:from-gray-300:focus {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .sm\:focus\:from-gray-400:focus {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:focus\:from-gray-500:focus {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .sm\:focus\:from-gray-600:focus {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .sm\:focus\:from-gray-700:focus {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .sm\:focus\:from-gray-800:focus {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .sm\:focus\:from-gray-900:focus {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .sm\:focus\:from-red-100:focus {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .sm\:focus\:from-red-200:focus {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .sm\:focus\:from-red-300:focus {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .sm\:focus\:from-red-400:focus {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .sm\:focus\:from-red-500:focus {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .sm\:focus\:from-red-600:focus {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .sm\:focus\:from-red-700:focus {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .sm\:focus\:from-red-800:focus {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .sm\:focus\:from-red-900:focus {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .sm\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .sm\:focus\:from-orange-200:focus {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .sm\:focus\:from-orange-300:focus {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .sm\:focus\:from-orange-400:focus {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .sm\:focus\:from-orange-500:focus {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .sm\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .sm\:focus\:from-orange-700:focus {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .sm\:focus\:from-orange-800:focus {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .sm\:focus\:from-orange-900:focus {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .sm\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .sm\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .sm\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .sm\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .sm\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .sm\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .sm\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .sm\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .sm\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .sm\:focus\:from-green-100:focus {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .sm\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .sm\:focus\:from-green-300:focus {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .sm\:focus\:from-green-400:focus {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .sm\:focus\:from-green-500:focus {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .sm\:focus\:from-green-600:focus {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .sm\:focus\:from-green-700:focus {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .sm\:focus\:from-green-800:focus {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .sm\:focus\:from-green-900:focus {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .sm\:focus\:from-teal-100:focus {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .sm\:focus\:from-teal-200:focus {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .sm\:focus\:from-teal-300:focus {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .sm\:focus\:from-teal-400:focus {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .sm\:focus\:from-teal-500:focus {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .sm\:focus\:from-teal-600:focus {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .sm\:focus\:from-teal-700:focus {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .sm\:focus\:from-teal-800:focus {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .sm\:focus\:from-teal-900:focus {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .sm\:focus\:from-blue-100:focus {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .sm\:focus\:from-blue-200:focus {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .sm\:focus\:from-blue-300:focus {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .sm\:focus\:from-blue-400:focus {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .sm\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .sm\:focus\:from-blue-600:focus {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .sm\:focus\:from-blue-700:focus {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .sm\:focus\:from-blue-800:focus {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .sm\:focus\:from-blue-900:focus {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .sm\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .sm\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .sm\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .sm\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .sm\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .sm\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .sm\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .sm\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .sm\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .sm\:focus\:from-purple-100:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .sm\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .sm\:focus\:from-purple-400:focus {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .sm\:focus\:from-purple-500:focus {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .sm\:focus\:from-purple-600:focus {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .sm\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .sm\:focus\:from-purple-800:focus {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .sm\:focus\:from-purple-900:focus {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .sm\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .sm\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .sm\:focus\:from-pink-300:focus {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .sm\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .sm\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .sm\:focus\:from-pink-600:focus {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .sm\:focus\:from-pink-700:focus {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .sm\:focus\:from-pink-800:focus {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .sm\:focus\:from-pink-900:focus {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .sm\:focus\:via-epic-off-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .sm\:focus\:via-epic-pale-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .sm\:focus\:via-epic-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .sm\:focus\:via-epic-light-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .sm\:focus\:via-epic-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .sm\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .sm\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .sm\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .sm\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .sm\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .sm\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .sm\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .sm\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .sm\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .sm\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .sm\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .sm\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .sm\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .sm\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .sm\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .sm\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .sm\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .sm\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .sm\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .sm\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .sm\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .sm\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .sm\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .sm\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .sm\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .sm\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .sm\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .sm\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .sm\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .sm\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .sm\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .sm\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .sm\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .sm\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .sm\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .sm\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .sm\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .sm\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .sm\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .sm\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .sm\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .sm\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .sm\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .sm\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .sm\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .sm\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .sm\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .sm\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .sm\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .sm\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .sm\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .sm\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .sm\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .sm\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .sm\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .sm\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .sm\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .sm\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .sm\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .sm\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .sm\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .sm\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .sm\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .sm\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .sm\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .sm\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .sm\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .sm\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .sm\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .sm\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .sm\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .sm\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .sm\:focus\:to-epic-off-white:focus {
    --tw-gradient-to: #C5E7FF;
  }

  .sm\:focus\:to-epic-pale-blue:focus {
    --tw-gradient-to: #B1DEFF;
  }

  .sm\:focus\:to-epic-dark-blue:focus {
    --tw-gradient-to: #193B54;
  }

  .sm\:focus\:to-epic-light-blue:focus {
    --tw-gradient-to: #00bff3;
  }

  .sm\:focus\:to-epic-purple:focus {
    --tw-gradient-to: #7570b3;
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f8f8f8;
  }

  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #f2f2f2;
  }

  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #e8e8e8;
  }

  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #d6d6d6;
  }

  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #b9b9b9;
  }

  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #858585;
  }

  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #676767;
  }

  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #3b3b3b;
  }

  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #333333;
  }

  .sm\:focus\:to-red-100:focus {
    --tw-gradient-to: #ffb6b6;
  }

  .sm\:focus\:to-red-200:focus {
    --tw-gradient-to: #ff7a7a;
  }

  .sm\:focus\:to-red-300:focus {
    --tw-gradient-to: #ff6060;
  }

  .sm\:focus\:to-red-400:focus {
    --tw-gradient-to: #ff4747;
  }

  .sm\:focus\:to-red-500:focus {
    --tw-gradient-to: #ff2d2d;
  }

  .sm\:focus\:to-red-600:focus {
    --tw-gradient-to: #ff1414;
  }

  .sm\:focus\:to-red-700:focus {
    --tw-gradient-to: #f90000;
  }

  .sm\:focus\:to-red-800:focus {
    --tw-gradient-to: #e00000;
  }

  .sm\:focus\:to-red-900:focus {
    --tw-gradient-to: #ca0000;
  }

  .sm\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffeac7;
  }

  .sm\:focus\:to-orange-200:focus {
    --tw-gradient-to: #ffce7a;
  }

  .sm\:focus\:to-orange-300:focus {
    --tw-gradient-to: #ffc560;
  }

  .sm\:focus\:to-orange-400:focus {
    --tw-gradient-to: #ffbb47;
  }

  .sm\:focus\:to-orange-500:focus {
    --tw-gradient-to: #FFB22D;
  }

  .sm\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ffa914;
  }

  .sm\:focus\:to-orange-700:focus {
    --tw-gradient-to: #f99e00;
  }

  .sm\:focus\:to-orange-800:focus {
    --tw-gradient-to: #e08e00;
  }

  .sm\:focus\:to-orange-900:focus {
    --tw-gradient-to: #945e00;
  }

  .sm\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fffff0;
  }

  .sm\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fefcbf;
  }

  .sm\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #faf089;
  }

  .sm\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #f6e05e;
  }

  .sm\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #ecc94b;
  }

  .sm\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d69e2e;
  }

  .sm\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b7791f;
  }

  .sm\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #975a16;
  }

  .sm\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #744210;
  }

  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #d0ff57;
  }

  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbff0a;
  }

  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #adef00;
  }

  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #9ad600;
  }

  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #88BC00;
  }

  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #76a300;
  }

  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #638900;
  }

  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #517000;
  }

  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #1a2400;
  }

  .sm\:focus\:to-teal-100:focus {
    --tw-gradient-to: #e6fffa;
  }

  .sm\:focus\:to-teal-200:focus {
    --tw-gradient-to: #b2f5ea;
  }

  .sm\:focus\:to-teal-300:focus {
    --tw-gradient-to: #81e6d9;
  }

  .sm\:focus\:to-teal-400:focus {
    --tw-gradient-to: #4fd1c5;
  }

  .sm\:focus\:to-teal-500:focus {
    --tw-gradient-to: #38b2ac;
  }

  .sm\:focus\:to-teal-600:focus {
    --tw-gradient-to: #319795;
  }

  .sm\:focus\:to-teal-700:focus {
    --tw-gradient-to: #2c7a7b;
  }

  .sm\:focus\:to-teal-800:focus {
    --tw-gradient-to: #285e61;
  }

  .sm\:focus\:to-teal-900:focus {
    --tw-gradient-to: #234e52;
  }

  .sm\:focus\:to-blue-100:focus {
    --tw-gradient-to: #d1eafd;
  }

  .sm\:focus\:to-blue-200:focus {
    --tw-gradient-to: #88caf9;
  }

  .sm\:focus\:to-blue-300:focus {
    --tw-gradient-to: #6fbff8;
  }

  .sm\:focus\:to-blue-400:focus {
    --tw-gradient-to: #57b4f6;
  }

  .sm\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3fa9f5;
  }

  .sm\:focus\:to-blue-600:focus {
    --tw-gradient-to: #279ef4;
  }

  .sm\:focus\:to-blue-700:focus {
    --tw-gradient-to: #0f93f2;
  }

  .sm\:focus\:to-blue-800:focus {
    --tw-gradient-to: #0b85dc;
  }

  .sm\:focus\:to-blue-900:focus {
    --tw-gradient-to: #075993;
  }

  .sm\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #ebf4ff;
  }

  .sm\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c3dafe;
  }

  .sm\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a3bffa;
  }

  .sm\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #7f9cf5;
  }

  .sm\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #667eea;
  }

  .sm\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #5a67d8;
  }

  .sm\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4c51bf;
  }

  .sm\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #434190;
  }

  .sm\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #3c366b;
  }

  .sm\:focus\:to-purple-100:focus {
    --tw-gradient-to: #faf5ff;
  }

  .sm\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d8fd;
  }

  .sm\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d6bcfa;
  }

  .sm\:focus\:to-purple-400:focus {
    --tw-gradient-to: #b794f4;
  }

  .sm\:focus\:to-purple-500:focus {
    --tw-gradient-to: #9f7aea;
  }

  .sm\:focus\:to-purple-600:focus {
    --tw-gradient-to: #805ad5;
  }

  .sm\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6b46c1;
  }

  .sm\:focus\:to-purple-800:focus {
    --tw-gradient-to: #553c9a;
  }

  .sm\:focus\:to-purple-900:focus {
    --tw-gradient-to: #44337a;
  }

  .sm\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fff5f7;
  }

  .sm\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fed7e2;
  }

  .sm\:focus\:to-pink-300:focus {
    --tw-gradient-to: #fbb6ce;
  }

  .sm\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f687b3;
  }

  .sm\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ed64a6;
  }

  .sm\:focus\:to-pink-600:focus {
    --tw-gradient-to: #d53f8c;
  }

  .sm\:focus\:to-pink-700:focus {
    --tw-gradient-to: #b83280;
  }

  .sm\:focus\:to-pink-800:focus {
    --tw-gradient-to: #97266d;
  }

  .sm\:focus\:to-pink-900:focus {
    --tw-gradient-to: #702459;
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .sm\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .sm\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .sm\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .sm\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-current {
    border-color: currentColor;
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .sm\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .sm\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .sm\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .sm\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .sm\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .sm\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .sm\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .sm\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .sm\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .sm\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .sm\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .sm\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .sm\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .sm\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .sm\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .sm\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .sm\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .sm\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .sm\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .sm\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .sm\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .sm\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .sm\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .sm\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .sm\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .sm\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .sm\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .sm\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .sm\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .sm\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .sm\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .sm\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .sm\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .sm\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .sm\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .sm\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .sm\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .sm\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .sm\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .sm\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .sm\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .sm\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .sm\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .sm\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .sm\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .sm\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .sm\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .sm\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .sm\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .sm\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .sm\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .sm\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .sm\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .sm\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .sm\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .sm\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .sm\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .sm\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .sm\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .sm\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .sm\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .sm\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .sm\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .sm\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .sm\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .sm\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .sm\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .sm\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .sm\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .sm\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .sm\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .sm\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .sm\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .sm\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .sm\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .sm\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .sm\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .sm\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .sm\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .sm\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .sm\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-epic-off-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-epic-pale-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-epic-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-epic-light-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-epic-purple:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .sm\:hover\:border-epic-off-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-epic-pale-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-epic-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .sm\:hover\:border-epic-light-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-epic-purple:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .sm\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .sm\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .sm\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .sm\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .sm\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .sm\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .sm\:focus\:border-epic-off-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-epic-pale-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-epic-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .sm\:focus\:border-epic-light-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-epic-purple:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .sm\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .sm\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .sm\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .sm\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .sm\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .sm\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.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: 0px;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .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: 0px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .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;
  }

  .sm\:first\:border-0:first-child {
    border-width: 0px;
  }

  .sm\:first\:border-2:first-child {
    border-width: 2px;
  }

  .sm\:first\:border-4:first-child {
    border-width: 4px;
  }

  .sm\:first\:border-8:first-child {
    border-width: 8px;
  }

  .sm\:first\:border:first-child {
    border-width: 1px;
  }

  .sm\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .sm\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .sm\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .sm\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .sm\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .sm\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .sm\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .sm\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .sm\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .sm\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .sm\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .sm\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .sm\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .sm\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .sm\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .sm\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .sm\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .sm\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .sm\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .sm\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .sm\:last\:border-0:last-child {
    border-width: 0px;
  }

  .sm\:last\:border-2:last-child {
    border-width: 2px;
  }

  .sm\:last\:border-4:last-child {
    border-width: 4px;
  }

  .sm\:last\:border-8:last-child {
    border-width: 8px;
  }

  .sm\:last\:border:last-child {
    border-width: 1px;
  }

  .sm\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .sm\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .sm\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .sm\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .sm\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .sm\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .sm\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .sm\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .sm\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .sm\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .sm\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .sm\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .sm\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .sm\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .sm\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .sm\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .sm\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .sm\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .sm\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .sm\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .sm\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .sm\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .sm\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .sm\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .sm\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .sm\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .sm\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .sm\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .sm\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .sm\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .sm\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .sm\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .sm\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .sm\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .sm\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .sm\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .sm\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .sm\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .sm\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .sm\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .sm\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .sm\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .sm\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .sm\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .sm\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .sm\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .sm\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .sm\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .sm\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .sm\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .sm\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .sm\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .sm\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .sm\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .sm\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .sm\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .sm\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .sm\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .sm\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .sm\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .sm\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .sm\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .sm\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .sm\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .sm\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .sm\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .sm\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .sm\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .sm\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-help {
    cursor: help;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:inline-table {
    display: inline-table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:list-item {
    display: list-item;
  }

  .sm\:hover\:block:hover {
    display: block;
  }

  .sm\:hover\:inline-block:hover {
    display: inline-block;
  }

  .sm\:hover\:inline:hover {
    display: inline;
  }

  .sm\:hover\:flex:hover {
    display: flex;
  }

  .sm\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .sm\:hover\:table:hover {
    display: table;
  }

  .sm\:hover\:inline-table:hover {
    display: inline-table;
  }

  .sm\:hover\:table-caption:hover {
    display: table-caption;
  }

  .sm\:hover\:table-cell:hover {
    display: table-cell;
  }

  .sm\:hover\:table-column:hover {
    display: table-column;
  }

  .sm\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .sm\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .sm\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .sm\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .sm\:hover\:table-row:hover {
    display: table-row;
  }

  .sm\:hover\:flow-root:hover {
    display: flow-root;
  }

  .sm\:hover\:grid:hover {
    display: grid;
  }

  .sm\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .sm\:hover\:contents:hover {
    display: contents;
  }

  .sm\:hover\:list-item:hover {
    display: list-item;
  }

  .sm\:focus\:block:focus {
    display: block;
  }

  .sm\:focus\:inline-block:focus {
    display: inline-block;
  }

  .sm\:focus\:inline:focus {
    display: inline;
  }

  .sm\:focus\:flex:focus {
    display: flex;
  }

  .sm\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .sm\:focus\:table:focus {
    display: table;
  }

  .sm\:focus\:inline-table:focus {
    display: inline-table;
  }

  .sm\:focus\:table-caption:focus {
    display: table-caption;
  }

  .sm\:focus\:table-cell:focus {
    display: table-cell;
  }

  .sm\:focus\:table-column:focus {
    display: table-column;
  }

  .sm\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .sm\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .sm\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .sm\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .sm\:focus\:table-row:focus {
    display: table-row;
  }

  .sm\:focus\:flow-root:focus {
    display: flow-root;
  }

  .sm\:focus\:grid:focus {
    display: grid;
  }

  .sm\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .sm\:focus\:contents:focus {
    display: contents;
  }

  .sm\:focus\:list-item:focus {
    display: list-item;
  }

  .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\:flex:focus-within {
    display: flex;
  }

  .sm\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .sm\:focus-within\:table:focus-within {
    display: table;
  }

  .sm\:focus-within\:inline-table:focus-within {
    display: inline-table;
  }

  .sm\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .sm\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .sm\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .sm\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .sm\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .sm\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .sm\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .sm\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .sm\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .sm\:focus-within\:grid:focus-within {
    display: grid;
  }

  .sm\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .sm\:focus-within\:contents:focus-within {
    display: contents;
  }

  .sm\:focus-within\:list-item:focus-within {
    display: list-item;
  }

  .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\:flex {
    display: flex;
  }

  .group:hover .sm\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .sm\:group-hover\:table {
    display: table;
  }

  .group:hover .sm\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .sm\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .sm\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .sm\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .sm\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .sm\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .sm\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .sm\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .sm\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .sm\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .sm\:group-hover\:grid {
    display: grid;
  }

  .group:hover .sm\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .sm\:group-hover\:contents {
    display: contents;
  }

  .group:hover .sm\:group-hover\:list-item {
    display: list-item;
  }

  .group:focus .sm\:group-focus\:block {
    display: block;
  }

  .group:focus .sm\:group-focus\:inline-block {
    display: inline-block;
  }

  .group:focus .sm\:group-focus\:inline {
    display: inline;
  }

  .group:focus .sm\:group-focus\:flex {
    display: flex;
  }

  .group:focus .sm\:group-focus\:inline-flex {
    display: inline-flex;
  }

  .group:focus .sm\:group-focus\:table {
    display: table;
  }

  .group:focus .sm\:group-focus\:inline-table {
    display: inline-table;
  }

  .group:focus .sm\:group-focus\:table-caption {
    display: table-caption;
  }

  .group:focus .sm\:group-focus\:table-cell {
    display: table-cell;
  }

  .group:focus .sm\:group-focus\:table-column {
    display: table-column;
  }

  .group:focus .sm\:group-focus\:table-column-group {
    display: table-column-group;
  }

  .group:focus .sm\:group-focus\:table-footer-group {
    display: table-footer-group;
  }

  .group:focus .sm\:group-focus\:table-header-group {
    display: table-header-group;
  }

  .group:focus .sm\:group-focus\:table-row-group {
    display: table-row-group;
  }

  .group:focus .sm\:group-focus\:table-row {
    display: table-row;
  }

  .group:focus .sm\:group-focus\:flow-root {
    display: flow-root;
  }

  .group:focus .sm\:group-focus\:grid {
    display: grid;
  }

  .group:focus .sm\:group-focus\:inline-grid {
    display: inline-grid;
  }

  .group:focus .sm\:group-focus\:contents {
    display: contents;
  }

  .group:focus .sm\:group-focus\:list-item {
    display: list-item;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:hover\:hidden:hover {
    display: none;
  }

  .sm\:focus\:hidden:focus {
    display: none;
  }

  .sm\:focus-within\:hidden:focus-within {
    display: none;
  }

  .group:hover .sm\:group-hover\:hidden {
    display: none;
  }

  .group:focus .sm\:group-focus\:hidden {
    display: none;
  }

  .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-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .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\: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\:content-evenly {
    align-content: space-evenly;
  }

  .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-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: 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\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-half {
    flex: 1 1 50%;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:font-thin {
    font-weight: 100;
  }

  .sm\:font-extralight {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-18 {
    height: 4.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-21 {
    height: 5.25rem;
  }

  .sm\:h-22 {
    height: 5.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-26 {
    height: 6.5rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-30 {
    height: 7.5rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-34 {
    height: 8.5rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-38 {
    height: 9.5rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-53 {
    height: 13.25rem;
  }

  .sm\:h-54 {
    height: 13.5rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-74 {
    height: 18.5rem;
  }

  .sm\:h-76 {
    height: 19rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-85 {
    height: 21.25rem;
  }

  .sm\:h-100 {
    height: 25rem;
  }

  .sm\:h-105 {
    height: 26.25rem;
  }

  .sm\:h-107 {
    height: 26.4rem;
  }

  .sm\:h-110 {
    height: 27.5rem;
  }

  .sm\:h-120 {
    height: 30rem;
  }

  .sm\:h-130 {
    height: 38rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-250px {
    height: 250px;
  }

  .sm\:h-1\/2\% {
    height: 0.5%;
  }

  .sm\:h-1\% {
    height: 1%;
  }

  .sm\:h-2\% {
    height: 2%;
  }

  .sm\:h-3\% {
    height: 3%;
  }

  .sm\:h-4\% {
    height: 4%;
  }

  .sm\:h-5\% {
    height: 5%;
  }

  .sm\:h-10\% {
    height: 10%;
  }

  .sm\:h-20\% {
    height: 20%;
  }

  .sm\:h-23\% {
    height: 23%;
  }

  .sm\:h-25\% {
    height: 25%;
  }

  .sm\:h-26\% {
    height: 26%;
  }

  .sm\:h-30\% {
    height: 30%;
  }

  .sm\:h-40\% {
    height: 40%;
  }

  .sm\:h-50\% {
    height: 50%;
  }

  .sm\:h-60\% {
    height: 60%;
  }

  .sm\:h-70\% {
    height: 70%;
  }

  .sm\:h-80\% {
    height: 80%;
  }

  .sm\:h-90\% {
    height: 90%;
  }

  .sm\:h-95\% {
    height: 95%;
  }

  .sm\:h-96\% {
    height: 96%;
  }

  .sm\:h-97\% {
    height: 97%;
  }

  .sm\:h-98\% {
    height: 98%;
  }

  .sm\:h-99\% {
    height: 99%;
  }

  .sm\:h-36vh {
    height: 36vh;
  }

  .sm\:h-75vh {
    height: 75vh;
  }

  .sm\:h-78vh {
    height: 78vh;
  }

  .sm\:h-80vh {
    height: 80vh;
  }

  .sm\:h-82vh {
    height: 82vh;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:hover\:h-0:hover {
    height: 0;
  }

  .sm\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .sm\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .sm\:hover\:h-3:hover {
    height: 0.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-7:hover {
    height: 1.75rem;
  }

  .sm\:hover\:h-8:hover {
    height: 2rem;
  }

  .sm\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .sm\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .sm\:hover\:h-12:hover {
    height: 3rem;
  }

  .sm\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .sm\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .sm\:hover\:h-16:hover {
    height: 4rem;
  }

  .sm\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .sm\:hover\:h-20:hover {
    height: 5rem;
  }

  .sm\:hover\:h-21:hover {
    height: 5.25rem;
  }

  .sm\:hover\:h-22:hover {
    height: 5.5rem;
  }

  .sm\:hover\:h-24:hover {
    height: 6rem;
  }

  .sm\:hover\:h-26:hover {
    height: 6.5rem;
  }

  .sm\:hover\:h-28:hover {
    height: 7rem;
  }

  .sm\:hover\:h-30:hover {
    height: 7.5rem;
  }

  .sm\:hover\:h-32:hover {
    height: 8rem;
  }

  .sm\:hover\:h-34:hover {
    height: 8.5rem;
  }

  .sm\:hover\:h-36:hover {
    height: 9rem;
  }

  .sm\:hover\:h-38:hover {
    height: 9.5rem;
  }

  .sm\:hover\:h-40:hover {
    height: 10rem;
  }

  .sm\:hover\:h-44:hover {
    height: 11rem;
  }

  .sm\:hover\:h-48:hover {
    height: 12rem;
  }

  .sm\:hover\:h-52:hover {
    height: 13rem;
  }

  .sm\:hover\:h-53:hover {
    height: 13.25rem;
  }

  .sm\:hover\:h-54:hover {
    height: 13.5rem;
  }

  .sm\:hover\:h-56:hover {
    height: 14rem;
  }

  .sm\:hover\:h-64:hover {
    height: 16rem;
  }

  .sm\:hover\:h-72:hover {
    height: 18rem;
  }

  .sm\:hover\:h-74:hover {
    height: 18.5rem;
  }

  .sm\:hover\:h-76:hover {
    height: 19rem;
  }

  .sm\:hover\:h-80:hover {
    height: 20rem;
  }

  .sm\:hover\:h-85:hover {
    height: 21.25rem;
  }

  .sm\:hover\:h-100:hover {
    height: 25rem;
  }

  .sm\:hover\:h-105:hover {
    height: 26.25rem;
  }

  .sm\:hover\:h-107:hover {
    height: 26.4rem;
  }

  .sm\:hover\:h-110:hover {
    height: 27.5rem;
  }

  .sm\:hover\:h-120:hover {
    height: 30rem;
  }

  .sm\:hover\:h-130:hover {
    height: 38rem;
  }

  .sm\:hover\:h-auto:hover {
    height: auto;
  }

  .sm\:hover\:h-px:hover {
    height: 1px;
  }

  .sm\:hover\:h-250px:hover {
    height: 250px;
  }

  .sm\:hover\:h-1\/2\%:hover {
    height: 0.5%;
  }

  .sm\:hover\:h-1\%:hover {
    height: 1%;
  }

  .sm\:hover\:h-2\%:hover {
    height: 2%;
  }

  .sm\:hover\:h-3\%:hover {
    height: 3%;
  }

  .sm\:hover\:h-4\%:hover {
    height: 4%;
  }

  .sm\:hover\:h-5\%:hover {
    height: 5%;
  }

  .sm\:hover\:h-10\%:hover {
    height: 10%;
  }

  .sm\:hover\:h-20\%:hover {
    height: 20%;
  }

  .sm\:hover\:h-23\%:hover {
    height: 23%;
  }

  .sm\:hover\:h-25\%:hover {
    height: 25%;
  }

  .sm\:hover\:h-26\%:hover {
    height: 26%;
  }

  .sm\:hover\:h-30\%:hover {
    height: 30%;
  }

  .sm\:hover\:h-40\%:hover {
    height: 40%;
  }

  .sm\:hover\:h-50\%:hover {
    height: 50%;
  }

  .sm\:hover\:h-60\%:hover {
    height: 60%;
  }

  .sm\:hover\:h-70\%:hover {
    height: 70%;
  }

  .sm\:hover\:h-80\%:hover {
    height: 80%;
  }

  .sm\:hover\:h-90\%:hover {
    height: 90%;
  }

  .sm\:hover\:h-95\%:hover {
    height: 95%;
  }

  .sm\:hover\:h-96\%:hover {
    height: 96%;
  }

  .sm\:hover\:h-97\%:hover {
    height: 97%;
  }

  .sm\:hover\:h-98\%:hover {
    height: 98%;
  }

  .sm\:hover\:h-99\%:hover {
    height: 99%;
  }

  .sm\:hover\:h-36vh:hover {
    height: 36vh;
  }

  .sm\:hover\:h-75vh:hover {
    height: 75vh;
  }

  .sm\:hover\:h-78vh:hover {
    height: 78vh;
  }

  .sm\:hover\:h-80vh:hover {
    height: 80vh;
  }

  .sm\:hover\:h-82vh:hover {
    height: 82vh;
  }

  .sm\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .sm\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .sm\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .sm\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .sm\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .sm\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .sm\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .sm\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .sm\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .sm\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .sm\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .sm\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .sm\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .sm\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .sm\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .sm\:hover\:h-full:hover {
    height: 100%;
  }

  .sm\:hover\:h-screen:hover {
    height: 100vh;
  }

  .sm\:focus\:h-0:focus {
    height: 0;
  }

  .sm\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .sm\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .sm\:focus\:h-3:focus {
    height: 0.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-7:focus {
    height: 1.75rem;
  }

  .sm\:focus\:h-8:focus {
    height: 2rem;
  }

  .sm\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .sm\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .sm\:focus\:h-12:focus {
    height: 3rem;
  }

  .sm\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .sm\:focus\:h-15:focus {
    height: 3.75rem;
  }

  .sm\:focus\:h-16:focus {
    height: 4rem;
  }

  .sm\:focus\:h-18:focus {
    height: 4.5rem;
  }

  .sm\:focus\:h-20:focus {
    height: 5rem;
  }

  .sm\:focus\:h-21:focus {
    height: 5.25rem;
  }

  .sm\:focus\:h-22:focus {
    height: 5.5rem;
  }

  .sm\:focus\:h-24:focus {
    height: 6rem;
  }

  .sm\:focus\:h-26:focus {
    height: 6.5rem;
  }

  .sm\:focus\:h-28:focus {
    height: 7rem;
  }

  .sm\:focus\:h-30:focus {
    height: 7.5rem;
  }

  .sm\:focus\:h-32:focus {
    height: 8rem;
  }

  .sm\:focus\:h-34:focus {
    height: 8.5rem;
  }

  .sm\:focus\:h-36:focus {
    height: 9rem;
  }

  .sm\:focus\:h-38:focus {
    height: 9.5rem;
  }

  .sm\:focus\:h-40:focus {
    height: 10rem;
  }

  .sm\:focus\:h-44:focus {
    height: 11rem;
  }

  .sm\:focus\:h-48:focus {
    height: 12rem;
  }

  .sm\:focus\:h-52:focus {
    height: 13rem;
  }

  .sm\:focus\:h-53:focus {
    height: 13.25rem;
  }

  .sm\:focus\:h-54:focus {
    height: 13.5rem;
  }

  .sm\:focus\:h-56:focus {
    height: 14rem;
  }

  .sm\:focus\:h-64:focus {
    height: 16rem;
  }

  .sm\:focus\:h-72:focus {
    height: 18rem;
  }

  .sm\:focus\:h-74:focus {
    height: 18.5rem;
  }

  .sm\:focus\:h-76:focus {
    height: 19rem;
  }

  .sm\:focus\:h-80:focus {
    height: 20rem;
  }

  .sm\:focus\:h-85:focus {
    height: 21.25rem;
  }

  .sm\:focus\:h-100:focus {
    height: 25rem;
  }

  .sm\:focus\:h-105:focus {
    height: 26.25rem;
  }

  .sm\:focus\:h-107:focus {
    height: 26.4rem;
  }

  .sm\:focus\:h-110:focus {
    height: 27.5rem;
  }

  .sm\:focus\:h-120:focus {
    height: 30rem;
  }

  .sm\:focus\:h-130:focus {
    height: 38rem;
  }

  .sm\:focus\:h-auto:focus {
    height: auto;
  }

  .sm\:focus\:h-px:focus {
    height: 1px;
  }

  .sm\:focus\:h-250px:focus {
    height: 250px;
  }

  .sm\:focus\:h-1\/2\%:focus {
    height: 0.5%;
  }

  .sm\:focus\:h-1\%:focus {
    height: 1%;
  }

  .sm\:focus\:h-2\%:focus {
    height: 2%;
  }

  .sm\:focus\:h-3\%:focus {
    height: 3%;
  }

  .sm\:focus\:h-4\%:focus {
    height: 4%;
  }

  .sm\:focus\:h-5\%:focus {
    height: 5%;
  }

  .sm\:focus\:h-10\%:focus {
    height: 10%;
  }

  .sm\:focus\:h-20\%:focus {
    height: 20%;
  }

  .sm\:focus\:h-23\%:focus {
    height: 23%;
  }

  .sm\:focus\:h-25\%:focus {
    height: 25%;
  }

  .sm\:focus\:h-26\%:focus {
    height: 26%;
  }

  .sm\:focus\:h-30\%:focus {
    height: 30%;
  }

  .sm\:focus\:h-40\%:focus {
    height: 40%;
  }

  .sm\:focus\:h-50\%:focus {
    height: 50%;
  }

  .sm\:focus\:h-60\%:focus {
    height: 60%;
  }

  .sm\:focus\:h-70\%:focus {
    height: 70%;
  }

  .sm\:focus\:h-80\%:focus {
    height: 80%;
  }

  .sm\:focus\:h-90\%:focus {
    height: 90%;
  }

  .sm\:focus\:h-95\%:focus {
    height: 95%;
  }

  .sm\:focus\:h-96\%:focus {
    height: 96%;
  }

  .sm\:focus\:h-97\%:focus {
    height: 97%;
  }

  .sm\:focus\:h-98\%:focus {
    height: 98%;
  }

  .sm\:focus\:h-99\%:focus {
    height: 99%;
  }

  .sm\:focus\:h-36vh:focus {
    height: 36vh;
  }

  .sm\:focus\:h-75vh:focus {
    height: 75vh;
  }

  .sm\:focus\:h-78vh:focus {
    height: 78vh;
  }

  .sm\:focus\:h-80vh:focus {
    height: 80vh;
  }

  .sm\:focus\:h-82vh:focus {
    height: 82vh;
  }

  .sm\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .sm\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .sm\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .sm\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .sm\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .sm\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .sm\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .sm\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .sm\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .sm\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .sm\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .sm\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .sm\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .sm\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .sm\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .sm\:focus\:h-full:focus {
    height: 100%;
  }

  .sm\:focus\:h-screen:focus {
    height: 100vh;
  }

  .sm\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .sm\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .sm\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .sm\:focus-within\:h-3:focus-within {
    height: 0.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-7:focus-within {
    height: 1.75rem;
  }

  .sm\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .sm\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .sm\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .sm\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .sm\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .sm\:focus-within\:h-15:focus-within {
    height: 3.75rem;
  }

  .sm\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .sm\:focus-within\:h-18:focus-within {
    height: 4.5rem;
  }

  .sm\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .sm\:focus-within\:h-21:focus-within {
    height: 5.25rem;
  }

  .sm\:focus-within\:h-22:focus-within {
    height: 5.5rem;
  }

  .sm\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .sm\:focus-within\:h-26:focus-within {
    height: 6.5rem;
  }

  .sm\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .sm\:focus-within\:h-30:focus-within {
    height: 7.5rem;
  }

  .sm\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .sm\:focus-within\:h-34:focus-within {
    height: 8.5rem;
  }

  .sm\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .sm\:focus-within\:h-38:focus-within {
    height: 9.5rem;
  }

  .sm\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .sm\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .sm\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .sm\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .sm\:focus-within\:h-53:focus-within {
    height: 13.25rem;
  }

  .sm\:focus-within\:h-54:focus-within {
    height: 13.5rem;
  }

  .sm\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .sm\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .sm\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .sm\:focus-within\:h-74:focus-within {
    height: 18.5rem;
  }

  .sm\:focus-within\:h-76:focus-within {
    height: 19rem;
  }

  .sm\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .sm\:focus-within\:h-85:focus-within {
    height: 21.25rem;
  }

  .sm\:focus-within\:h-100:focus-within {
    height: 25rem;
  }

  .sm\:focus-within\:h-105:focus-within {
    height: 26.25rem;
  }

  .sm\:focus-within\:h-107:focus-within {
    height: 26.4rem;
  }

  .sm\:focus-within\:h-110:focus-within {
    height: 27.5rem;
  }

  .sm\:focus-within\:h-120:focus-within {
    height: 30rem;
  }

  .sm\:focus-within\:h-130:focus-within {
    height: 38rem;
  }

  .sm\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .sm\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .sm\:focus-within\:h-250px:focus-within {
    height: 250px;
  }

  .sm\:focus-within\:h-1\/2\%:focus-within {
    height: 0.5%;
  }

  .sm\:focus-within\:h-1\%:focus-within {
    height: 1%;
  }

  .sm\:focus-within\:h-2\%:focus-within {
    height: 2%;
  }

  .sm\:focus-within\:h-3\%:focus-within {
    height: 3%;
  }

  .sm\:focus-within\:h-4\%:focus-within {
    height: 4%;
  }

  .sm\:focus-within\:h-5\%:focus-within {
    height: 5%;
  }

  .sm\:focus-within\:h-10\%:focus-within {
    height: 10%;
  }

  .sm\:focus-within\:h-20\%:focus-within {
    height: 20%;
  }

  .sm\:focus-within\:h-23\%:focus-within {
    height: 23%;
  }

  .sm\:focus-within\:h-25\%:focus-within {
    height: 25%;
  }

  .sm\:focus-within\:h-26\%:focus-within {
    height: 26%;
  }

  .sm\:focus-within\:h-30\%:focus-within {
    height: 30%;
  }

  .sm\:focus-within\:h-40\%:focus-within {
    height: 40%;
  }

  .sm\:focus-within\:h-50\%:focus-within {
    height: 50%;
  }

  .sm\:focus-within\:h-60\%:focus-within {
    height: 60%;
  }

  .sm\:focus-within\:h-70\%:focus-within {
    height: 70%;
  }

  .sm\:focus-within\:h-80\%:focus-within {
    height: 80%;
  }

  .sm\:focus-within\:h-90\%:focus-within {
    height: 90%;
  }

  .sm\:focus-within\:h-95\%:focus-within {
    height: 95%;
  }

  .sm\:focus-within\:h-96\%:focus-within {
    height: 96%;
  }

  .sm\:focus-within\:h-97\%:focus-within {
    height: 97%;
  }

  .sm\:focus-within\:h-98\%:focus-within {
    height: 98%;
  }

  .sm\:focus-within\:h-99\%:focus-within {
    height: 99%;
  }

  .sm\:focus-within\:h-36vh:focus-within {
    height: 36vh;
  }

  .sm\:focus-within\:h-75vh:focus-within {
    height: 75vh;
  }

  .sm\:focus-within\:h-78vh:focus-within {
    height: 78vh;
  }

  .sm\:focus-within\:h-80vh:focus-within {
    height: 80vh;
  }

  .sm\:focus-within\:h-82vh:focus-within {
    height: 82vh;
  }

  .sm\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .sm\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .sm\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .sm\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .sm\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .sm\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .sm\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .sm\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .sm\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .sm\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .sm\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .sm\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .sm\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .sm\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .sm\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .sm\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .sm\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .group:hover .sm\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .sm\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .sm\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .sm\:group-hover\:h-3 {
    height: 0.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-7 {
    height: 1.75rem;
  }

  .group:hover .sm\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .sm\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .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-14 {
    height: 3.5rem;
  }

  .group:hover .sm\:group-hover\:h-15 {
    height: 3.75rem;
  }

  .group:hover .sm\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .sm\:group-hover\:h-18 {
    height: 4.5rem;
  }

  .group:hover .sm\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .sm\:group-hover\:h-21 {
    height: 5.25rem;
  }

  .group:hover .sm\:group-hover\:h-22 {
    height: 5.5rem;
  }

  .group:hover .sm\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .sm\:group-hover\:h-26 {
    height: 6.5rem;
  }

  .group:hover .sm\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .sm\:group-hover\:h-30 {
    height: 7.5rem;
  }

  .group:hover .sm\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .sm\:group-hover\:h-34 {
    height: 8.5rem;
  }

  .group:hover .sm\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .sm\:group-hover\:h-38 {
    height: 9.5rem;
  }

  .group:hover .sm\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .sm\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .sm\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .sm\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .sm\:group-hover\:h-53 {
    height: 13.25rem;
  }

  .group:hover .sm\:group-hover\:h-54 {
    height: 13.5rem;
  }

  .group:hover .sm\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .sm\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .sm\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .sm\:group-hover\:h-74 {
    height: 18.5rem;
  }

  .group:hover .sm\:group-hover\:h-76 {
    height: 19rem;
  }

  .group:hover .sm\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .sm\:group-hover\:h-85 {
    height: 21.25rem;
  }

  .group:hover .sm\:group-hover\:h-100 {
    height: 25rem;
  }

  .group:hover .sm\:group-hover\:h-105 {
    height: 26.25rem;
  }

  .group:hover .sm\:group-hover\:h-107 {
    height: 26.4rem;
  }

  .group:hover .sm\:group-hover\:h-110 {
    height: 27.5rem;
  }

  .group:hover .sm\:group-hover\:h-120 {
    height: 30rem;
  }

  .group:hover .sm\:group-hover\:h-130 {
    height: 38rem;
  }

  .group:hover .sm\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .sm\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .sm\:group-hover\:h-250px {
    height: 250px;
  }

  .group:hover .sm\:group-hover\:h-1\/2\% {
    height: 0.5%;
  }

  .group:hover .sm\:group-hover\:h-1\% {
    height: 1%;
  }

  .group:hover .sm\:group-hover\:h-2\% {
    height: 2%;
  }

  .group:hover .sm\:group-hover\:h-3\% {
    height: 3%;
  }

  .group:hover .sm\:group-hover\:h-4\% {
    height: 4%;
  }

  .group:hover .sm\:group-hover\:h-5\% {
    height: 5%;
  }

  .group:hover .sm\:group-hover\:h-10\% {
    height: 10%;
  }

  .group:hover .sm\:group-hover\:h-20\% {
    height: 20%;
  }

  .group:hover .sm\:group-hover\:h-23\% {
    height: 23%;
  }

  .group:hover .sm\:group-hover\:h-25\% {
    height: 25%;
  }

  .group:hover .sm\:group-hover\:h-26\% {
    height: 26%;
  }

  .group:hover .sm\:group-hover\:h-30\% {
    height: 30%;
  }

  .group:hover .sm\:group-hover\:h-40\% {
    height: 40%;
  }

  .group:hover .sm\:group-hover\:h-50\% {
    height: 50%;
  }

  .group:hover .sm\:group-hover\:h-60\% {
    height: 60%;
  }

  .group:hover .sm\:group-hover\:h-70\% {
    height: 70%;
  }

  .group:hover .sm\:group-hover\:h-80\% {
    height: 80%;
  }

  .group:hover .sm\:group-hover\:h-90\% {
    height: 90%;
  }

  .group:hover .sm\:group-hover\:h-95\% {
    height: 95%;
  }

  .group:hover .sm\:group-hover\:h-96\% {
    height: 96%;
  }

  .group:hover .sm\:group-hover\:h-97\% {
    height: 97%;
  }

  .group:hover .sm\:group-hover\:h-98\% {
    height: 98%;
  }

  .group:hover .sm\:group-hover\:h-99\% {
    height: 99%;
  }

  .group:hover .sm\:group-hover\:h-36vh {
    height: 36vh;
  }

  .group:hover .sm\:group-hover\:h-75vh {
    height: 75vh;
  }

  .group:hover .sm\:group-hover\:h-78vh {
    height: 78vh;
  }

  .group:hover .sm\:group-hover\:h-80vh {
    height: 80vh;
  }

  .group:hover .sm\:group-hover\:h-82vh {
    height: 82vh;
  }

  .group:hover .sm\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .sm\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .sm\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .sm\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .sm\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .sm\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .sm\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .sm\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .sm\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .sm\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .sm\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .sm\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .sm\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .sm\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .sm\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .sm\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .sm\:group-hover\:h-screen {
    height: 100vh;
  }

  .group:focus .sm\:group-focus\:h-0 {
    height: 0;
  }

  .group:focus .sm\:group-focus\:h-1 {
    height: 0.25rem;
  }

  .group:focus .sm\:group-focus\:h-2 {
    height: 0.5rem;
  }

  .group:focus .sm\:group-focus\:h-3 {
    height: 0.75rem;
  }

  .group:focus .sm\:group-focus\:h-4 {
    height: 1rem;
  }

  .group:focus .sm\:group-focus\:h-5 {
    height: 1.25rem;
  }

  .group:focus .sm\:group-focus\:h-6 {
    height: 1.5rem;
  }

  .group:focus .sm\:group-focus\:h-7 {
    height: 1.75rem;
  }

  .group:focus .sm\:group-focus\:h-8 {
    height: 2rem;
  }

  .group:focus .sm\:group-focus\:h-9 {
    height: 2.25rem;
  }

  .group:focus .sm\:group-focus\:h-10 {
    height: 2.5rem;
  }

  .group:focus .sm\:group-focus\:h-12 {
    height: 3rem;
  }

  .group:focus .sm\:group-focus\:h-14 {
    height: 3.5rem;
  }

  .group:focus .sm\:group-focus\:h-15 {
    height: 3.75rem;
  }

  .group:focus .sm\:group-focus\:h-16 {
    height: 4rem;
  }

  .group:focus .sm\:group-focus\:h-18 {
    height: 4.5rem;
  }

  .group:focus .sm\:group-focus\:h-20 {
    height: 5rem;
  }

  .group:focus .sm\:group-focus\:h-21 {
    height: 5.25rem;
  }

  .group:focus .sm\:group-focus\:h-22 {
    height: 5.5rem;
  }

  .group:focus .sm\:group-focus\:h-24 {
    height: 6rem;
  }

  .group:focus .sm\:group-focus\:h-26 {
    height: 6.5rem;
  }

  .group:focus .sm\:group-focus\:h-28 {
    height: 7rem;
  }

  .group:focus .sm\:group-focus\:h-30 {
    height: 7.5rem;
  }

  .group:focus .sm\:group-focus\:h-32 {
    height: 8rem;
  }

  .group:focus .sm\:group-focus\:h-34 {
    height: 8.5rem;
  }

  .group:focus .sm\:group-focus\:h-36 {
    height: 9rem;
  }

  .group:focus .sm\:group-focus\:h-38 {
    height: 9.5rem;
  }

  .group:focus .sm\:group-focus\:h-40 {
    height: 10rem;
  }

  .group:focus .sm\:group-focus\:h-44 {
    height: 11rem;
  }

  .group:focus .sm\:group-focus\:h-48 {
    height: 12rem;
  }

  .group:focus .sm\:group-focus\:h-52 {
    height: 13rem;
  }

  .group:focus .sm\:group-focus\:h-53 {
    height: 13.25rem;
  }

  .group:focus .sm\:group-focus\:h-54 {
    height: 13.5rem;
  }

  .group:focus .sm\:group-focus\:h-56 {
    height: 14rem;
  }

  .group:focus .sm\:group-focus\:h-64 {
    height: 16rem;
  }

  .group:focus .sm\:group-focus\:h-72 {
    height: 18rem;
  }

  .group:focus .sm\:group-focus\:h-74 {
    height: 18.5rem;
  }

  .group:focus .sm\:group-focus\:h-76 {
    height: 19rem;
  }

  .group:focus .sm\:group-focus\:h-80 {
    height: 20rem;
  }

  .group:focus .sm\:group-focus\:h-85 {
    height: 21.25rem;
  }

  .group:focus .sm\:group-focus\:h-100 {
    height: 25rem;
  }

  .group:focus .sm\:group-focus\:h-105 {
    height: 26.25rem;
  }

  .group:focus .sm\:group-focus\:h-107 {
    height: 26.4rem;
  }

  .group:focus .sm\:group-focus\:h-110 {
    height: 27.5rem;
  }

  .group:focus .sm\:group-focus\:h-120 {
    height: 30rem;
  }

  .group:focus .sm\:group-focus\:h-130 {
    height: 38rem;
  }

  .group:focus .sm\:group-focus\:h-auto {
    height: auto;
  }

  .group:focus .sm\:group-focus\:h-px {
    height: 1px;
  }

  .group:focus .sm\:group-focus\:h-250px {
    height: 250px;
  }

  .group:focus .sm\:group-focus\:h-1\/2\% {
    height: 0.5%;
  }

  .group:focus .sm\:group-focus\:h-1\% {
    height: 1%;
  }

  .group:focus .sm\:group-focus\:h-2\% {
    height: 2%;
  }

  .group:focus .sm\:group-focus\:h-3\% {
    height: 3%;
  }

  .group:focus .sm\:group-focus\:h-4\% {
    height: 4%;
  }

  .group:focus .sm\:group-focus\:h-5\% {
    height: 5%;
  }

  .group:focus .sm\:group-focus\:h-10\% {
    height: 10%;
  }

  .group:focus .sm\:group-focus\:h-20\% {
    height: 20%;
  }

  .group:focus .sm\:group-focus\:h-23\% {
    height: 23%;
  }

  .group:focus .sm\:group-focus\:h-25\% {
    height: 25%;
  }

  .group:focus .sm\:group-focus\:h-26\% {
    height: 26%;
  }

  .group:focus .sm\:group-focus\:h-30\% {
    height: 30%;
  }

  .group:focus .sm\:group-focus\:h-40\% {
    height: 40%;
  }

  .group:focus .sm\:group-focus\:h-50\% {
    height: 50%;
  }

  .group:focus .sm\:group-focus\:h-60\% {
    height: 60%;
  }

  .group:focus .sm\:group-focus\:h-70\% {
    height: 70%;
  }

  .group:focus .sm\:group-focus\:h-80\% {
    height: 80%;
  }

  .group:focus .sm\:group-focus\:h-90\% {
    height: 90%;
  }

  .group:focus .sm\:group-focus\:h-95\% {
    height: 95%;
  }

  .group:focus .sm\:group-focus\:h-96\% {
    height: 96%;
  }

  .group:focus .sm\:group-focus\:h-97\% {
    height: 97%;
  }

  .group:focus .sm\:group-focus\:h-98\% {
    height: 98%;
  }

  .group:focus .sm\:group-focus\:h-99\% {
    height: 99%;
  }

  .group:focus .sm\:group-focus\:h-36vh {
    height: 36vh;
  }

  .group:focus .sm\:group-focus\:h-75vh {
    height: 75vh;
  }

  .group:focus .sm\:group-focus\:h-78vh {
    height: 78vh;
  }

  .group:focus .sm\:group-focus\:h-80vh {
    height: 80vh;
  }

  .group:focus .sm\:group-focus\:h-82vh {
    height: 82vh;
  }

  .group:focus .sm\:group-focus\:h-1\/2 {
    height: 50%;
  }

  .group:focus .sm\:group-focus\:h-1\/3 {
    height: 33.333333%;
  }

  .group:focus .sm\:group-focus\:h-2\/3 {
    height: 66.666667%;
  }

  .group:focus .sm\:group-focus\:h-1\/4 {
    height: 25%;
  }

  .group:focus .sm\:group-focus\:h-2\/4 {
    height: 50%;
  }

  .group:focus .sm\:group-focus\:h-3\/4 {
    height: 75%;
  }

  .group:focus .sm\:group-focus\:h-1\/5 {
    height: 20%;
  }

  .group:focus .sm\:group-focus\:h-2\/5 {
    height: 40%;
  }

  .group:focus .sm\:group-focus\:h-3\/5 {
    height: 60%;
  }

  .group:focus .sm\:group-focus\:h-4\/5 {
    height: 80%;
  }

  .group:focus .sm\:group-focus\:h-1\/6 {
    height: 16.666667%;
  }

  .group:focus .sm\:group-focus\:h-2\/6 {
    height: 33.333333%;
  }

  .group:focus .sm\:group-focus\:h-3\/6 {
    height: 50%;
  }

  .group:focus .sm\:group-focus\:h-4\/6 {
    height: 66.666667%;
  }

  .group:focus .sm\:group-focus\:h-5\/6 {
    height: 83.333333%;
  }

  .group:focus .sm\:group-focus\:h-full {
    height: 100%;
  }

  .group:focus .sm\:group-focus\:h-screen {
    height: 100vh;
  }

  .sm\:text-3xs {
    font-size: 0.5rem;
  }

  .sm\:text-2xs {
    font-size: 0.625rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
  }

  .sm\:text-6xl {
    font-size: 4rem;
  }

  .sm\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .sm\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .sm\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .sm\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .sm\:hover\:text-base: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\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .sm\:focus\:text-3xs:focus {
    font-size: 0.5rem;
  }

  .sm\:focus\:text-2xs:focus {
    font-size: 0.625rem;
  }

  .sm\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .sm\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .sm\:focus\:text-base: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\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .sm\:focus-within\:text-3xs:focus-within {
    font-size: 0.5rem;
  }

  .sm\:focus-within\:text-2xs:focus-within {
    font-size: 0.625rem;
  }

  .sm\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .sm\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .sm\:focus-within\:text-base: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-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .group:hover .sm\:group-hover\:text-3xs {
    font-size: 0.5rem;
  }

  .group:hover .sm\:group-hover\:text-2xs {
    font-size: 0.625rem;
  }

  .group:hover .sm\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .sm\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .sm\:group-hover\:text-base {
    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;
  }

  .group:hover .sm\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .group:focus .sm\:group-focus\:text-3xs {
    font-size: 0.5rem;
  }

  .group:focus .sm\:group-focus\:text-2xs {
    font-size: 0.625rem;
  }

  .group:focus .sm\:group-focus\:text-xs {
    font-size: 0.75rem;
  }

  .group:focus .sm\:group-focus\:text-sm {
    font-size: 0.875rem;
  }

  .group:focus .sm\:group-focus\:text-base {
    font-size: 1rem;
  }

  .group:focus .sm\:group-focus\:text-lg {
    font-size: 1.125rem;
  }

  .group:focus .sm\:group-focus\:text-xl {
    font-size: 1.25rem;
  }

  .group:focus .sm\:group-focus\:text-2xl {
    font-size: 1.5rem;
  }

  .group:focus .sm\:group-focus\:text-3xl {
    font-size: 1.875rem;
  }

  .group:focus .sm\:group-focus\:text-4xl {
    font-size: 2.25rem;
  }

  .group:focus .sm\:group-focus\:text-5xl {
    font-size: 3rem;
  }

  .group:focus .sm\:group-focus\:text-6xl {
    font-size: 4rem;
  }

  .sm\:leading-3 {
    line-height: .75rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-relaxed {
    line-height: 1.625;
  }

  .sm\:leading-loose {
    line-height: 2;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .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-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-15 {
    margin: 3.75rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-18 {
    margin: 4.5rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-21 {
    margin: 5.25rem;
  }

  .sm\:m-22 {
    margin: 5.5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-26 {
    margin: 6.5rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-30 {
    margin: 7.5rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-34 {
    margin: 8.5rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-38 {
    margin: 9.5rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:m-53 {
    margin: 13.25rem;
  }

  .sm\:m-54 {
    margin: 13.5rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:m-74 {
    margin: 18.5rem;
  }

  .sm\:m-76 {
    margin: 19rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-85 {
    margin: 21.25rem;
  }

  .sm\:m-100 {
    margin: 25rem;
  }

  .sm\:m-105 {
    margin: 26.25rem;
  }

  .sm\:m-107 {
    margin: 26.4rem;
  }

  .sm\:m-110 {
    margin: 27.5rem;
  }

  .sm\:m-120 {
    margin: 30rem;
  }

  .sm\:m-130 {
    margin: 38rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-250px {
    margin: 250px;
  }

  .sm\:m-1\/2\% {
    margin: 0.5%;
  }

  .sm\:m-1\% {
    margin: 1%;
  }

  .sm\:m-2\% {
    margin: 2%;
  }

  .sm\:m-3\% {
    margin: 3%;
  }

  .sm\:m-4\% {
    margin: 4%;
  }

  .sm\:m-5\% {
    margin: 5%;
  }

  .sm\:m-10\% {
    margin: 10%;
  }

  .sm\:m-20\% {
    margin: 20%;
  }

  .sm\:m-23\% {
    margin: 23%;
  }

  .sm\:m-25\% {
    margin: 25%;
  }

  .sm\:m-26\% {
    margin: 26%;
  }

  .sm\:m-30\% {
    margin: 30%;
  }

  .sm\:m-40\% {
    margin: 40%;
  }

  .sm\:m-50\% {
    margin: 50%;
  }

  .sm\:m-60\% {
    margin: 60%;
  }

  .sm\:m-70\% {
    margin: 70%;
  }

  .sm\:m-80\% {
    margin: 80%;
  }

  .sm\:m-90\% {
    margin: 90%;
  }

  .sm\:m-95\% {
    margin: 95%;
  }

  .sm\:m-96\% {
    margin: 96%;
  }

  .sm\:m-97\% {
    margin: 97%;
  }

  .sm\:m-98\% {
    margin: 98%;
  }

  .sm\:m-99\% {
    margin: 99%;
  }

  .sm\:m-36vh {
    margin: 36vh;
  }

  .sm\:m-75vh {
    margin: 75vh;
  }

  .sm\:m-78vh {
    margin: 78vh;
  }

  .sm\:m-80vh {
    margin: 80vh;
  }

  .sm\:m-82vh {
    margin: 82vh;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-15 {
    margin: -3.75rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-18 {
    margin: -4.5rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-21 {
    margin: -5.25rem;
  }

  .sm\:-m-22 {
    margin: -5.5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-26 {
    margin: -6.5rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-30 {
    margin: -7.5rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-34 {
    margin: -8.5rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-38 {
    margin: -9.5rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-44 {
    margin: -11rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-52 {
    margin: -13rem;
  }

  .sm\:-m-53 {
    margin: -13.25rem;
  }

  .sm\:-m-54 {
    margin: -13.5rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-72 {
    margin: -18rem;
  }

  .sm\:-m-74 {
    margin: -18.5rem;
  }

  .sm\:-m-76 {
    margin: -19rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .sm\:-m-85 {
    margin: -21.25rem;
  }

  .sm\:-m-100 {
    margin: -25rem;
  }

  .sm\:-m-105 {
    margin: -26.25rem;
  }

  .sm\:-m-107 {
    margin: -26.4rem;
  }

  .sm\:-m-110 {
    margin: -27.5rem;
  }

  .sm\:-m-120 {
    margin: -30rem;
  }

  .sm\:-m-130 {
    margin: -38rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-250px {
    margin: -250px;
  }

  .sm\:-m-1\/2\% {
    margin: -0.5%;
  }

  .sm\:-m-1\% {
    margin: -1%;
  }

  .sm\:-m-2\% {
    margin: -2%;
  }

  .sm\:-m-3\% {
    margin: -3%;
  }

  .sm\:-m-4\% {
    margin: -4%;
  }

  .sm\:-m-5\% {
    margin: -5%;
  }

  .sm\:-m-10\% {
    margin: -10%;
  }

  .sm\:-m-20\% {
    margin: -20%;
  }

  .sm\:-m-23\% {
    margin: -23%;
  }

  .sm\:-m-25\% {
    margin: -25%;
  }

  .sm\:-m-26\% {
    margin: -26%;
  }

  .sm\:-m-30\% {
    margin: -30%;
  }

  .sm\:-m-40\% {
    margin: -40%;
  }

  .sm\:-m-50\% {
    margin: -50%;
  }

  .sm\:-m-60\% {
    margin: -60%;
  }

  .sm\:-m-70\% {
    margin: -70%;
  }

  .sm\:-m-80\% {
    margin: -80%;
  }

  .sm\:-m-90\% {
    margin: -90%;
  }

  .sm\:-m-95\% {
    margin: -95%;
  }

  .sm\:-m-96\% {
    margin: -96%;
  }

  .sm\:-m-97\% {
    margin: -97%;
  }

  .sm\:-m-98\% {
    margin: -98%;
  }

  .sm\:-m-99\% {
    margin: -99%;
  }

  .sm\:-m-36vh {
    margin: -36vh;
  }

  .sm\:-m-75vh {
    margin: -75vh;
  }

  .sm\:-m-78vh {
    margin: -78vh;
  }

  .sm\:-m-80vh {
    margin: -80vh;
  }

  .sm\:-m-82vh {
    margin: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .sm\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .sm\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .sm\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .sm\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .sm\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .sm\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .sm\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .sm\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .sm\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .sm\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .sm\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .sm\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .sm\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .sm\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .sm\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .sm\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .sm\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .sm\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .sm\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sm\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .sm\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .sm\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .sm\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .sm\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .sm\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .sm\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .sm\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .sm\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .sm\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .sm\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .sm\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .sm\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .sm\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .sm\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .sm\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .sm\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .sm\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .sm\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .sm\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .sm\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .sm\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .sm\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .sm\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .sm\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .sm\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .sm\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .sm\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .sm\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .sm\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .sm\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .sm\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .sm\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .sm\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .sm\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .sm\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .sm\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .sm\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .sm\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .sm\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .sm\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .sm\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .sm\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .sm\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .sm\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .sm\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .sm\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sm\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .sm\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .sm\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .sm\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .sm\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .sm\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .sm\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .sm\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .sm\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .sm\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .sm\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .sm\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .sm\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .sm\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .sm\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .sm\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .sm\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .sm\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .sm\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .sm\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .sm\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .sm\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .sm\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .sm\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .sm\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .sm\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .sm\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .sm\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .sm\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .sm\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .sm\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .sm\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:mt-15 {
    margin-top: 3.75rem;
  }

  .sm\:mr-15 {
    margin-right: 3.75rem;
  }

  .sm\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .sm\:ml-15 {
    margin-left: 3.75rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-18 {
    margin-top: 4.5rem;
  }

  .sm\:mr-18 {
    margin-right: 4.5rem;
  }

  .sm\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .sm\:ml-18 {
    margin-left: 4.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-21 {
    margin-top: 5.25rem;
  }

  .sm\:mr-21 {
    margin-right: 5.25rem;
  }

  .sm\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .sm\:ml-21 {
    margin-left: 5.25rem;
  }

  .sm\:mt-22 {
    margin-top: 5.5rem;
  }

  .sm\:mr-22 {
    margin-right: 5.5rem;
  }

  .sm\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .sm\:ml-22 {
    margin-left: 5.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-26 {
    margin-top: 6.5rem;
  }

  .sm\:mr-26 {
    margin-right: 6.5rem;
  }

  .sm\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .sm\:ml-26 {
    margin-left: 6.5rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:mt-30 {
    margin-top: 7.5rem;
  }

  .sm\:mr-30 {
    margin-right: 7.5rem;
  }

  .sm\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .sm\:ml-30 {
    margin-left: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
  }

  .sm\:mr-34 {
    margin-right: 8.5rem;
  }

  .sm\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .sm\:ml-34 {
    margin-left: 8.5rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:mt-38 {
    margin-top: 9.5rem;
  }

  .sm\:mr-38 {
    margin-right: 9.5rem;
  }

  .sm\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .sm\:ml-38 {
    margin-left: 9.5rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:mt-53 {
    margin-top: 13.25rem;
  }

  .sm\:mr-53 {
    margin-right: 13.25rem;
  }

  .sm\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .sm\:ml-53 {
    margin-left: 13.25rem;
  }

  .sm\:mt-54 {
    margin-top: 13.5rem;
  }

  .sm\:mr-54 {
    margin-right: 13.5rem;
  }

  .sm\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .sm\:ml-54 {
    margin-left: 13.5rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:mt-74 {
    margin-top: 18.5rem;
  }

  .sm\:mr-74 {
    margin-right: 18.5rem;
  }

  .sm\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .sm\:ml-74 {
    margin-left: 18.5rem;
  }

  .sm\:mt-76 {
    margin-top: 19rem;
  }

  .sm\:mr-76 {
    margin-right: 19rem;
  }

  .sm\:mb-76 {
    margin-bottom: 19rem;
  }

  .sm\:ml-76 {
    margin-left: 19rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:mt-85 {
    margin-top: 21.25rem;
  }

  .sm\:mr-85 {
    margin-right: 21.25rem;
  }

  .sm\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .sm\:ml-85 {
    margin-left: 21.25rem;
  }

  .sm\:mt-100 {
    margin-top: 25rem;
  }

  .sm\:mr-100 {
    margin-right: 25rem;
  }

  .sm\:mb-100 {
    margin-bottom: 25rem;
  }

  .sm\:ml-100 {
    margin-left: 25rem;
  }

  .sm\:mt-105 {
    margin-top: 26.25rem;
  }

  .sm\:mr-105 {
    margin-right: 26.25rem;
  }

  .sm\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .sm\:ml-105 {
    margin-left: 26.25rem;
  }

  .sm\:mt-107 {
    margin-top: 26.4rem;
  }

  .sm\:mr-107 {
    margin-right: 26.4rem;
  }

  .sm\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .sm\:ml-107 {
    margin-left: 26.4rem;
  }

  .sm\:mt-110 {
    margin-top: 27.5rem;
  }

  .sm\:mr-110 {
    margin-right: 27.5rem;
  }

  .sm\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .sm\:ml-110 {
    margin-left: 27.5rem;
  }

  .sm\:mt-120 {
    margin-top: 30rem;
  }

  .sm\:mr-120 {
    margin-right: 30rem;
  }

  .sm\:mb-120 {
    margin-bottom: 30rem;
  }

  .sm\:ml-120 {
    margin-left: 30rem;
  }

  .sm\:mt-130 {
    margin-top: 38rem;
  }

  .sm\:mr-130 {
    margin-right: 38rem;
  }

  .sm\:mb-130 {
    margin-bottom: 38rem;
  }

  .sm\:ml-130 {
    margin-left: 38rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:mt-250px {
    margin-top: 250px;
  }

  .sm\:mr-250px {
    margin-right: 250px;
  }

  .sm\:mb-250px {
    margin-bottom: 250px;
  }

  .sm\:ml-250px {
    margin-left: 250px;
  }

  .sm\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .sm\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .sm\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .sm\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .sm\:mt-1\% {
    margin-top: 1%;
  }

  .sm\:mr-1\% {
    margin-right: 1%;
  }

  .sm\:mb-1\% {
    margin-bottom: 1%;
  }

  .sm\:ml-1\% {
    margin-left: 1%;
  }

  .sm\:mt-2\% {
    margin-top: 2%;
  }

  .sm\:mr-2\% {
    margin-right: 2%;
  }

  .sm\:mb-2\% {
    margin-bottom: 2%;
  }

  .sm\:ml-2\% {
    margin-left: 2%;
  }

  .sm\:mt-3\% {
    margin-top: 3%;
  }

  .sm\:mr-3\% {
    margin-right: 3%;
  }

  .sm\:mb-3\% {
    margin-bottom: 3%;
  }

  .sm\:ml-3\% {
    margin-left: 3%;
  }

  .sm\:mt-4\% {
    margin-top: 4%;
  }

  .sm\:mr-4\% {
    margin-right: 4%;
  }

  .sm\:mb-4\% {
    margin-bottom: 4%;
  }

  .sm\:ml-4\% {
    margin-left: 4%;
  }

  .sm\:mt-5\% {
    margin-top: 5%;
  }

  .sm\:mr-5\% {
    margin-right: 5%;
  }

  .sm\:mb-5\% {
    margin-bottom: 5%;
  }

  .sm\:ml-5\% {
    margin-left: 5%;
  }

  .sm\:mt-10\% {
    margin-top: 10%;
  }

  .sm\:mr-10\% {
    margin-right: 10%;
  }

  .sm\:mb-10\% {
    margin-bottom: 10%;
  }

  .sm\:ml-10\% {
    margin-left: 10%;
  }

  .sm\:mt-20\% {
    margin-top: 20%;
  }

  .sm\:mr-20\% {
    margin-right: 20%;
  }

  .sm\:mb-20\% {
    margin-bottom: 20%;
  }

  .sm\:ml-20\% {
    margin-left: 20%;
  }

  .sm\:mt-23\% {
    margin-top: 23%;
  }

  .sm\:mr-23\% {
    margin-right: 23%;
  }

  .sm\:mb-23\% {
    margin-bottom: 23%;
  }

  .sm\:ml-23\% {
    margin-left: 23%;
  }

  .sm\:mt-25\% {
    margin-top: 25%;
  }

  .sm\:mr-25\% {
    margin-right: 25%;
  }

  .sm\:mb-25\% {
    margin-bottom: 25%;
  }

  .sm\:ml-25\% {
    margin-left: 25%;
  }

  .sm\:mt-26\% {
    margin-top: 26%;
  }

  .sm\:mr-26\% {
    margin-right: 26%;
  }

  .sm\:mb-26\% {
    margin-bottom: 26%;
  }

  .sm\:ml-26\% {
    margin-left: 26%;
  }

  .sm\:mt-30\% {
    margin-top: 30%;
  }

  .sm\:mr-30\% {
    margin-right: 30%;
  }

  .sm\:mb-30\% {
    margin-bottom: 30%;
  }

  .sm\:ml-30\% {
    margin-left: 30%;
  }

  .sm\:mt-40\% {
    margin-top: 40%;
  }

  .sm\:mr-40\% {
    margin-right: 40%;
  }

  .sm\:mb-40\% {
    margin-bottom: 40%;
  }

  .sm\:ml-40\% {
    margin-left: 40%;
  }

  .sm\:mt-50\% {
    margin-top: 50%;
  }

  .sm\:mr-50\% {
    margin-right: 50%;
  }

  .sm\:mb-50\% {
    margin-bottom: 50%;
  }

  .sm\:ml-50\% {
    margin-left: 50%;
  }

  .sm\:mt-60\% {
    margin-top: 60%;
  }

  .sm\:mr-60\% {
    margin-right: 60%;
  }

  .sm\:mb-60\% {
    margin-bottom: 60%;
  }

  .sm\:ml-60\% {
    margin-left: 60%;
  }

  .sm\:mt-70\% {
    margin-top: 70%;
  }

  .sm\:mr-70\% {
    margin-right: 70%;
  }

  .sm\:mb-70\% {
    margin-bottom: 70%;
  }

  .sm\:ml-70\% {
    margin-left: 70%;
  }

  .sm\:mt-80\% {
    margin-top: 80%;
  }

  .sm\:mr-80\% {
    margin-right: 80%;
  }

  .sm\:mb-80\% {
    margin-bottom: 80%;
  }

  .sm\:ml-80\% {
    margin-left: 80%;
  }

  .sm\:mt-90\% {
    margin-top: 90%;
  }

  .sm\:mr-90\% {
    margin-right: 90%;
  }

  .sm\:mb-90\% {
    margin-bottom: 90%;
  }

  .sm\:ml-90\% {
    margin-left: 90%;
  }

  .sm\:mt-95\% {
    margin-top: 95%;
  }

  .sm\:mr-95\% {
    margin-right: 95%;
  }

  .sm\:mb-95\% {
    margin-bottom: 95%;
  }

  .sm\:ml-95\% {
    margin-left: 95%;
  }

  .sm\:mt-96\% {
    margin-top: 96%;
  }

  .sm\:mr-96\% {
    margin-right: 96%;
  }

  .sm\:mb-96\% {
    margin-bottom: 96%;
  }

  .sm\:ml-96\% {
    margin-left: 96%;
  }

  .sm\:mt-97\% {
    margin-top: 97%;
  }

  .sm\:mr-97\% {
    margin-right: 97%;
  }

  .sm\:mb-97\% {
    margin-bottom: 97%;
  }

  .sm\:ml-97\% {
    margin-left: 97%;
  }

  .sm\:mt-98\% {
    margin-top: 98%;
  }

  .sm\:mr-98\% {
    margin-right: 98%;
  }

  .sm\:mb-98\% {
    margin-bottom: 98%;
  }

  .sm\:ml-98\% {
    margin-left: 98%;
  }

  .sm\:mt-99\% {
    margin-top: 99%;
  }

  .sm\:mr-99\% {
    margin-right: 99%;
  }

  .sm\:mb-99\% {
    margin-bottom: 99%;
  }

  .sm\:ml-99\% {
    margin-left: 99%;
  }

  .sm\:mt-36vh {
    margin-top: 36vh;
  }

  .sm\:mr-36vh {
    margin-right: 36vh;
  }

  .sm\:mb-36vh {
    margin-bottom: 36vh;
  }

  .sm\:ml-36vh {
    margin-left: 36vh;
  }

  .sm\:mt-75vh {
    margin-top: 75vh;
  }

  .sm\:mr-75vh {
    margin-right: 75vh;
  }

  .sm\:mb-75vh {
    margin-bottom: 75vh;
  }

  .sm\:ml-75vh {
    margin-left: 75vh;
  }

  .sm\:mt-78vh {
    margin-top: 78vh;
  }

  .sm\:mr-78vh {
    margin-right: 78vh;
  }

  .sm\:mb-78vh {
    margin-bottom: 78vh;
  }

  .sm\:ml-78vh {
    margin-left: 78vh;
  }

  .sm\:mt-80vh {
    margin-top: 80vh;
  }

  .sm\:mr-80vh {
    margin-right: 80vh;
  }

  .sm\:mb-80vh {
    margin-bottom: 80vh;
  }

  .sm\:ml-80vh {
    margin-left: 80vh;
  }

  .sm\:mt-82vh {
    margin-top: 82vh;
  }

  .sm\:mr-82vh {
    margin-right: 82vh;
  }

  .sm\:mb-82vh {
    margin-bottom: 82vh;
  }

  .sm\:ml-82vh {
    margin-left: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-15 {
    margin-top: -3.75rem;
  }

  .sm\:-mr-15 {
    margin-right: -3.75rem;
  }

  .sm\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .sm\:-ml-15 {
    margin-left: -3.75rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-18 {
    margin-top: -4.5rem;
  }

  .sm\:-mr-18 {
    margin-right: -4.5rem;
  }

  .sm\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .sm\:-ml-18 {
    margin-left: -4.5rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-mt-21 {
    margin-top: -5.25rem;
  }

  .sm\:-mr-21 {
    margin-right: -5.25rem;
  }

  .sm\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .sm\:-ml-21 {
    margin-left: -5.25rem;
  }

  .sm\:-mt-22 {
    margin-top: -5.5rem;
  }

  .sm\:-mr-22 {
    margin-right: -5.5rem;
  }

  .sm\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .sm\:-ml-22 {
    margin-left: -5.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-26 {
    margin-top: -6.5rem;
  }

  .sm\:-mr-26 {
    margin-right: -6.5rem;
  }

  .sm\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .sm\:-ml-26 {
    margin-left: -6.5rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-mt-30 {
    margin-top: -7.5rem;
  }

  .sm\:-mr-30 {
    margin-right: -7.5rem;
  }

  .sm\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .sm\:-ml-30 {
    margin-left: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
  }

  .sm\:-mr-34 {
    margin-right: -8.5rem;
  }

  .sm\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .sm\:-ml-34 {
    margin-left: -8.5rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-mt-38 {
    margin-top: -9.5rem;
  }

  .sm\:-mr-38 {
    margin-right: -9.5rem;
  }

  .sm\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .sm\:-ml-38 {
    margin-left: -9.5rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:-mt-53 {
    margin-top: -13.25rem;
  }

  .sm\:-mr-53 {
    margin-right: -13.25rem;
  }

  .sm\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .sm\:-ml-53 {
    margin-left: -13.25rem;
  }

  .sm\:-mt-54 {
    margin-top: -13.5rem;
  }

  .sm\:-mr-54 {
    margin-right: -13.5rem;
  }

  .sm\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .sm\:-ml-54 {
    margin-left: -13.5rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:-mt-74 {
    margin-top: -18.5rem;
  }

  .sm\:-mr-74 {
    margin-right: -18.5rem;
  }

  .sm\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .sm\:-ml-74 {
    margin-left: -18.5rem;
  }

  .sm\:-mt-76 {
    margin-top: -19rem;
  }

  .sm\:-mr-76 {
    margin-right: -19rem;
  }

  .sm\:-mb-76 {
    margin-bottom: -19rem;
  }

  .sm\:-ml-76 {
    margin-left: -19rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:-mt-85 {
    margin-top: -21.25rem;
  }

  .sm\:-mr-85 {
    margin-right: -21.25rem;
  }

  .sm\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .sm\:-ml-85 {
    margin-left: -21.25rem;
  }

  .sm\:-mt-100 {
    margin-top: -25rem;
  }

  .sm\:-mr-100 {
    margin-right: -25rem;
  }

  .sm\:-mb-100 {
    margin-bottom: -25rem;
  }

  .sm\:-ml-100 {
    margin-left: -25rem;
  }

  .sm\:-mt-105 {
    margin-top: -26.25rem;
  }

  .sm\:-mr-105 {
    margin-right: -26.25rem;
  }

  .sm\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .sm\:-ml-105 {
    margin-left: -26.25rem;
  }

  .sm\:-mt-107 {
    margin-top: -26.4rem;
  }

  .sm\:-mr-107 {
    margin-right: -26.4rem;
  }

  .sm\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .sm\:-ml-107 {
    margin-left: -26.4rem;
  }

  .sm\:-mt-110 {
    margin-top: -27.5rem;
  }

  .sm\:-mr-110 {
    margin-right: -27.5rem;
  }

  .sm\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .sm\:-ml-110 {
    margin-left: -27.5rem;
  }

  .sm\:-mt-120 {
    margin-top: -30rem;
  }

  .sm\:-mr-120 {
    margin-right: -30rem;
  }

  .sm\:-mb-120 {
    margin-bottom: -30rem;
  }

  .sm\:-ml-120 {
    margin-left: -30rem;
  }

  .sm\:-mt-130 {
    margin-top: -38rem;
  }

  .sm\:-mr-130 {
    margin-right: -38rem;
  }

  .sm\:-mb-130 {
    margin-bottom: -38rem;
  }

  .sm\:-ml-130 {
    margin-left: -38rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-mt-250px {
    margin-top: -250px;
  }

  .sm\:-mr-250px {
    margin-right: -250px;
  }

  .sm\:-mb-250px {
    margin-bottom: -250px;
  }

  .sm\:-ml-250px {
    margin-left: -250px;
  }

  .sm\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .sm\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .sm\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .sm\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .sm\:-mt-1\% {
    margin-top: -1%;
  }

  .sm\:-mr-1\% {
    margin-right: -1%;
  }

  .sm\:-mb-1\% {
    margin-bottom: -1%;
  }

  .sm\:-ml-1\% {
    margin-left: -1%;
  }

  .sm\:-mt-2\% {
    margin-top: -2%;
  }

  .sm\:-mr-2\% {
    margin-right: -2%;
  }

  .sm\:-mb-2\% {
    margin-bottom: -2%;
  }

  .sm\:-ml-2\% {
    margin-left: -2%;
  }

  .sm\:-mt-3\% {
    margin-top: -3%;
  }

  .sm\:-mr-3\% {
    margin-right: -3%;
  }

  .sm\:-mb-3\% {
    margin-bottom: -3%;
  }

  .sm\:-ml-3\% {
    margin-left: -3%;
  }

  .sm\:-mt-4\% {
    margin-top: -4%;
  }

  .sm\:-mr-4\% {
    margin-right: -4%;
  }

  .sm\:-mb-4\% {
    margin-bottom: -4%;
  }

  .sm\:-ml-4\% {
    margin-left: -4%;
  }

  .sm\:-mt-5\% {
    margin-top: -5%;
  }

  .sm\:-mr-5\% {
    margin-right: -5%;
  }

  .sm\:-mb-5\% {
    margin-bottom: -5%;
  }

  .sm\:-ml-5\% {
    margin-left: -5%;
  }

  .sm\:-mt-10\% {
    margin-top: -10%;
  }

  .sm\:-mr-10\% {
    margin-right: -10%;
  }

  .sm\:-mb-10\% {
    margin-bottom: -10%;
  }

  .sm\:-ml-10\% {
    margin-left: -10%;
  }

  .sm\:-mt-20\% {
    margin-top: -20%;
  }

  .sm\:-mr-20\% {
    margin-right: -20%;
  }

  .sm\:-mb-20\% {
    margin-bottom: -20%;
  }

  .sm\:-ml-20\% {
    margin-left: -20%;
  }

  .sm\:-mt-23\% {
    margin-top: -23%;
  }

  .sm\:-mr-23\% {
    margin-right: -23%;
  }

  .sm\:-mb-23\% {
    margin-bottom: -23%;
  }

  .sm\:-ml-23\% {
    margin-left: -23%;
  }

  .sm\:-mt-25\% {
    margin-top: -25%;
  }

  .sm\:-mr-25\% {
    margin-right: -25%;
  }

  .sm\:-mb-25\% {
    margin-bottom: -25%;
  }

  .sm\:-ml-25\% {
    margin-left: -25%;
  }

  .sm\:-mt-26\% {
    margin-top: -26%;
  }

  .sm\:-mr-26\% {
    margin-right: -26%;
  }

  .sm\:-mb-26\% {
    margin-bottom: -26%;
  }

  .sm\:-ml-26\% {
    margin-left: -26%;
  }

  .sm\:-mt-30\% {
    margin-top: -30%;
  }

  .sm\:-mr-30\% {
    margin-right: -30%;
  }

  .sm\:-mb-30\% {
    margin-bottom: -30%;
  }

  .sm\:-ml-30\% {
    margin-left: -30%;
  }

  .sm\:-mt-40\% {
    margin-top: -40%;
  }

  .sm\:-mr-40\% {
    margin-right: -40%;
  }

  .sm\:-mb-40\% {
    margin-bottom: -40%;
  }

  .sm\:-ml-40\% {
    margin-left: -40%;
  }

  .sm\:-mt-50\% {
    margin-top: -50%;
  }

  .sm\:-mr-50\% {
    margin-right: -50%;
  }

  .sm\:-mb-50\% {
    margin-bottom: -50%;
  }

  .sm\:-ml-50\% {
    margin-left: -50%;
  }

  .sm\:-mt-60\% {
    margin-top: -60%;
  }

  .sm\:-mr-60\% {
    margin-right: -60%;
  }

  .sm\:-mb-60\% {
    margin-bottom: -60%;
  }

  .sm\:-ml-60\% {
    margin-left: -60%;
  }

  .sm\:-mt-70\% {
    margin-top: -70%;
  }

  .sm\:-mr-70\% {
    margin-right: -70%;
  }

  .sm\:-mb-70\% {
    margin-bottom: -70%;
  }

  .sm\:-ml-70\% {
    margin-left: -70%;
  }

  .sm\:-mt-80\% {
    margin-top: -80%;
  }

  .sm\:-mr-80\% {
    margin-right: -80%;
  }

  .sm\:-mb-80\% {
    margin-bottom: -80%;
  }

  .sm\:-ml-80\% {
    margin-left: -80%;
  }

  .sm\:-mt-90\% {
    margin-top: -90%;
  }

  .sm\:-mr-90\% {
    margin-right: -90%;
  }

  .sm\:-mb-90\% {
    margin-bottom: -90%;
  }

  .sm\:-ml-90\% {
    margin-left: -90%;
  }

  .sm\:-mt-95\% {
    margin-top: -95%;
  }

  .sm\:-mr-95\% {
    margin-right: -95%;
  }

  .sm\:-mb-95\% {
    margin-bottom: -95%;
  }

  .sm\:-ml-95\% {
    margin-left: -95%;
  }

  .sm\:-mt-96\% {
    margin-top: -96%;
  }

  .sm\:-mr-96\% {
    margin-right: -96%;
  }

  .sm\:-mb-96\% {
    margin-bottom: -96%;
  }

  .sm\:-ml-96\% {
    margin-left: -96%;
  }

  .sm\:-mt-97\% {
    margin-top: -97%;
  }

  .sm\:-mr-97\% {
    margin-right: -97%;
  }

  .sm\:-mb-97\% {
    margin-bottom: -97%;
  }

  .sm\:-ml-97\% {
    margin-left: -97%;
  }

  .sm\:-mt-98\% {
    margin-top: -98%;
  }

  .sm\:-mr-98\% {
    margin-right: -98%;
  }

  .sm\:-mb-98\% {
    margin-bottom: -98%;
  }

  .sm\:-ml-98\% {
    margin-left: -98%;
  }

  .sm\:-mt-99\% {
    margin-top: -99%;
  }

  .sm\:-mr-99\% {
    margin-right: -99%;
  }

  .sm\:-mb-99\% {
    margin-bottom: -99%;
  }

  .sm\:-ml-99\% {
    margin-left: -99%;
  }

  .sm\:-mt-36vh {
    margin-top: -36vh;
  }

  .sm\:-mr-36vh {
    margin-right: -36vh;
  }

  .sm\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .sm\:-ml-36vh {
    margin-left: -36vh;
  }

  .sm\:-mt-75vh {
    margin-top: -75vh;
  }

  .sm\:-mr-75vh {
    margin-right: -75vh;
  }

  .sm\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .sm\:-ml-75vh {
    margin-left: -75vh;
  }

  .sm\:-mt-78vh {
    margin-top: -78vh;
  }

  .sm\:-mr-78vh {
    margin-right: -78vh;
  }

  .sm\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .sm\:-ml-78vh {
    margin-left: -78vh;
  }

  .sm\:-mt-80vh {
    margin-top: -80vh;
  }

  .sm\:-mr-80vh {
    margin-right: -80vh;
  }

  .sm\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .sm\:-ml-80vh {
    margin-left: -80vh;
  }

  .sm\:-mt-82vh {
    margin-top: -82vh;
  }

  .sm\:-mr-82vh {
    margin-right: -82vh;
  }

  .sm\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .sm\:-ml-82vh {
    margin-left: -82vh;
  }

  .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-7:hover {
    margin: 1.75rem;
  }

  .sm\:hover\:m-8:hover {
    margin: 2rem;
  }

  .sm\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .sm\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .sm\:hover\:m-12:hover {
    margin: 3rem;
  }

  .sm\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .sm\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .sm\:hover\:m-16:hover {
    margin: 4rem;
  }

  .sm\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .sm\:hover\:m-20:hover {
    margin: 5rem;
  }

  .sm\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .sm\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .sm\:hover\:m-24:hover {
    margin: 6rem;
  }

  .sm\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .sm\:hover\:m-28:hover {
    margin: 7rem;
  }

  .sm\:hover\:m-30:hover {
    margin: 7.5rem;
  }

  .sm\:hover\:m-32:hover {
    margin: 8rem;
  }

  .sm\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .sm\:hover\:m-36:hover {
    margin: 9rem;
  }

  .sm\:hover\:m-38:hover {
    margin: 9.5rem;
  }

  .sm\:hover\:m-40:hover {
    margin: 10rem;
  }

  .sm\:hover\:m-44:hover {
    margin: 11rem;
  }

  .sm\:hover\:m-48:hover {
    margin: 12rem;
  }

  .sm\:hover\:m-52:hover {
    margin: 13rem;
  }

  .sm\:hover\:m-53:hover {
    margin: 13.25rem;
  }

  .sm\:hover\:m-54:hover {
    margin: 13.5rem;
  }

  .sm\:hover\:m-56:hover {
    margin: 14rem;
  }

  .sm\:hover\:m-64:hover {
    margin: 16rem;
  }

  .sm\:hover\:m-72:hover {
    margin: 18rem;
  }

  .sm\:hover\:m-74:hover {
    margin: 18.5rem;
  }

  .sm\:hover\:m-76:hover {
    margin: 19rem;
  }

  .sm\:hover\:m-80:hover {
    margin: 20rem;
  }

  .sm\:hover\:m-85:hover {
    margin: 21.25rem;
  }

  .sm\:hover\:m-100:hover {
    margin: 25rem;
  }

  .sm\:hover\:m-105:hover {
    margin: 26.25rem;
  }

  .sm\:hover\:m-107:hover {
    margin: 26.4rem;
  }

  .sm\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .sm\:hover\:m-120:hover {
    margin: 30rem;
  }

  .sm\:hover\:m-130:hover {
    margin: 38rem;
  }

  .sm\:hover\:m-auto:hover {
    margin: auto;
  }

  .sm\:hover\:m-px:hover {
    margin: 1px;
  }

  .sm\:hover\:m-250px:hover {
    margin: 250px;
  }

  .sm\:hover\:m-1\/2\%:hover {
    margin: 0.5%;
  }

  .sm\:hover\:m-1\%:hover {
    margin: 1%;
  }

  .sm\:hover\:m-2\%:hover {
    margin: 2%;
  }

  .sm\:hover\:m-3\%:hover {
    margin: 3%;
  }

  .sm\:hover\:m-4\%:hover {
    margin: 4%;
  }

  .sm\:hover\:m-5\%:hover {
    margin: 5%;
  }

  .sm\:hover\:m-10\%:hover {
    margin: 10%;
  }

  .sm\:hover\:m-20\%:hover {
    margin: 20%;
  }

  .sm\:hover\:m-23\%:hover {
    margin: 23%;
  }

  .sm\:hover\:m-25\%:hover {
    margin: 25%;
  }

  .sm\:hover\:m-26\%:hover {
    margin: 26%;
  }

  .sm\:hover\:m-30\%:hover {
    margin: 30%;
  }

  .sm\:hover\:m-40\%:hover {
    margin: 40%;
  }

  .sm\:hover\:m-50\%:hover {
    margin: 50%;
  }

  .sm\:hover\:m-60\%:hover {
    margin: 60%;
  }

  .sm\:hover\:m-70\%:hover {
    margin: 70%;
  }

  .sm\:hover\:m-80\%:hover {
    margin: 80%;
  }

  .sm\:hover\:m-90\%:hover {
    margin: 90%;
  }

  .sm\:hover\:m-95\%:hover {
    margin: 95%;
  }

  .sm\:hover\:m-96\%:hover {
    margin: 96%;
  }

  .sm\:hover\:m-97\%:hover {
    margin: 97%;
  }

  .sm\:hover\:m-98\%:hover {
    margin: 98%;
  }

  .sm\:hover\:m-99\%:hover {
    margin: 99%;
  }

  .sm\:hover\:m-36vh:hover {
    margin: 36vh;
  }

  .sm\:hover\:m-75vh:hover {
    margin: 75vh;
  }

  .sm\:hover\:m-78vh:hover {
    margin: 78vh;
  }

  .sm\:hover\:m-80vh:hover {
    margin: 80vh;
  }

  .sm\:hover\:m-82vh:hover {
    margin: 82vh;
  }

  .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-7:hover {
    margin: -1.75rem;
  }

  .sm\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .sm\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .sm\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .sm\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .sm\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .sm\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .sm\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .sm\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .sm\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .sm\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .sm\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .sm\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .sm\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .sm\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .sm\:hover\:-m-30:hover {
    margin: -7.5rem;
  }

  .sm\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .sm\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .sm\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .sm\:hover\:-m-38:hover {
    margin: -9.5rem;
  }

  .sm\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .sm\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .sm\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .sm\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .sm\:hover\:-m-53:hover {
    margin: -13.25rem;
  }

  .sm\:hover\:-m-54:hover {
    margin: -13.5rem;
  }

  .sm\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .sm\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .sm\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .sm\:hover\:-m-74:hover {
    margin: -18.5rem;
  }

  .sm\:hover\:-m-76:hover {
    margin: -19rem;
  }

  .sm\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .sm\:hover\:-m-85:hover {
    margin: -21.25rem;
  }

  .sm\:hover\:-m-100:hover {
    margin: -25rem;
  }

  .sm\:hover\:-m-105:hover {
    margin: -26.25rem;
  }

  .sm\:hover\:-m-107:hover {
    margin: -26.4rem;
  }

  .sm\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .sm\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .sm\:hover\:-m-130:hover {
    margin: -38rem;
  }

  .sm\:hover\:-m-px:hover {
    margin: -1px;
  }

  .sm\:hover\:-m-250px:hover {
    margin: -250px;
  }

  .sm\:hover\:-m-1\/2\%:hover {
    margin: -0.5%;
  }

  .sm\:hover\:-m-1\%:hover {
    margin: -1%;
  }

  .sm\:hover\:-m-2\%:hover {
    margin: -2%;
  }

  .sm\:hover\:-m-3\%:hover {
    margin: -3%;
  }

  .sm\:hover\:-m-4\%:hover {
    margin: -4%;
  }

  .sm\:hover\:-m-5\%:hover {
    margin: -5%;
  }

  .sm\:hover\:-m-10\%:hover {
    margin: -10%;
  }

  .sm\:hover\:-m-20\%:hover {
    margin: -20%;
  }

  .sm\:hover\:-m-23\%:hover {
    margin: -23%;
  }

  .sm\:hover\:-m-25\%:hover {
    margin: -25%;
  }

  .sm\:hover\:-m-26\%:hover {
    margin: -26%;
  }

  .sm\:hover\:-m-30\%:hover {
    margin: -30%;
  }

  .sm\:hover\:-m-40\%:hover {
    margin: -40%;
  }

  .sm\:hover\:-m-50\%:hover {
    margin: -50%;
  }

  .sm\:hover\:-m-60\%:hover {
    margin: -60%;
  }

  .sm\:hover\:-m-70\%:hover {
    margin: -70%;
  }

  .sm\:hover\:-m-80\%:hover {
    margin: -80%;
  }

  .sm\:hover\:-m-90\%:hover {
    margin: -90%;
  }

  .sm\:hover\:-m-95\%:hover {
    margin: -95%;
  }

  .sm\:hover\:-m-96\%:hover {
    margin: -96%;
  }

  .sm\:hover\:-m-97\%:hover {
    margin: -97%;
  }

  .sm\:hover\:-m-98\%:hover {
    margin: -98%;
  }

  .sm\:hover\:-m-99\%:hover {
    margin: -99%;
  }

  .sm\:hover\:-m-36vh:hover {
    margin: -36vh;
  }

  .sm\:hover\:-m-75vh:hover {
    margin: -75vh;
  }

  .sm\:hover\:-m-78vh:hover {
    margin: -78vh;
  }

  .sm\:hover\:-m-80vh:hover {
    margin: -80vh;
  }

  .sm\:hover\:-m-82vh:hover {
    margin: -82vh;
  }

  .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-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .sm\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .sm\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.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-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:hover\:my-30:hover {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:hover\:mx-30:hover {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:hover\:my-38:hover {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .sm\:hover\:mx-38:hover {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .sm\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:hover\:my-53:hover {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .sm\:hover\:mx-53:hover {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .sm\:hover\:my-54:hover {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .sm\:hover\:mx-54:hover {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .sm\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:hover\:my-74:hover {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .sm\:hover\:mx-74:hover {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .sm\:hover\:my-76:hover {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .sm\:hover\:mx-76:hover {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .sm\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:hover\:my-85:hover {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .sm\:hover\:mx-85:hover {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .sm\:hover\:my-100:hover {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .sm\:hover\:mx-100:hover {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .sm\:hover\:my-105:hover {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .sm\:hover\:mx-105:hover {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .sm\:hover\:my-107:hover {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .sm\:hover\:mx-107:hover {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .sm\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .sm\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .sm\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:hover\:my-130:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sm\:hover\:mx-130:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm\:hover\:mx-250px:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm\:hover\:my-1\/2\%:hover {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .sm\:hover\:mx-1\/2\%:hover {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .sm\:hover\:my-1\%:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm\:hover\:mx-1\%:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm\:hover\:my-2\%:hover {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .sm\:hover\:mx-2\%:hover {
    margin-left: 2%;
    margin-right: 2%;
  }

  .sm\:hover\:my-3\%:hover {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .sm\:hover\:mx-3\%:hover {
    margin-left: 3%;
    margin-right: 3%;
  }

  .sm\:hover\:my-4\%:hover {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .sm\:hover\:mx-4\%:hover {
    margin-left: 4%;
    margin-right: 4%;
  }

  .sm\:hover\:my-5\%:hover {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:hover\:mx-5\%:hover {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:hover\:my-10\%:hover {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:hover\:mx-10\%:hover {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:hover\:my-20\%:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:hover\:mx-20\%:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:hover\:my-23\%:hover {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .sm\:hover\:mx-23\%:hover {
    margin-left: 23%;
    margin-right: 23%;
  }

  .sm\:hover\:my-25\%:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:hover\:mx-25\%:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:hover\:my-26\%:hover {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .sm\:hover\:mx-26\%:hover {
    margin-left: 26%;
    margin-right: 26%;
  }

  .sm\:hover\:my-30\%:hover {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:hover\:mx-30\%:hover {
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:hover\:my-40\%:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:hover\:mx-40\%:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:hover\:my-50\%:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:hover\:mx-50\%:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:hover\:my-60\%:hover {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:hover\:mx-60\%:hover {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:hover\:my-70\%:hover {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .sm\:hover\:mx-70\%:hover {
    margin-left: 70%;
    margin-right: 70%;
  }

  .sm\:hover\:my-80\%:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:hover\:mx-80\%:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:hover\:my-90\%:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm\:hover\:mx-90\%:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm\:hover\:my-95\%:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm\:hover\:mx-95\%:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm\:hover\:my-96\%:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm\:hover\:mx-96\%:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm\:hover\:my-97\%:hover {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .sm\:hover\:mx-97\%:hover {
    margin-left: 97%;
    margin-right: 97%;
  }

  .sm\:hover\:my-98\%:hover {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .sm\:hover\:mx-98\%:hover {
    margin-left: 98%;
    margin-right: 98%;
  }

  .sm\:hover\:my-99\%:hover {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .sm\:hover\:mx-99\%:hover {
    margin-left: 99%;
    margin-right: 99%;
  }

  .sm\:hover\:my-36vh:hover {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .sm\:hover\:mx-36vh:hover {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .sm\:hover\:my-75vh:hover {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .sm\:hover\:mx-75vh:hover {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .sm\:hover\:my-78vh:hover {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .sm\:hover\:mx-78vh:hover {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .sm\:hover\:my-80vh:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm\:hover\:mx-80vh:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm\:hover\:my-82vh:hover {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .sm\:hover\:mx-82vh:hover {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .sm\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .sm\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.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-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:hover\:-my-30:hover {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:hover\:-mx-30:hover {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:hover\:-my-38:hover {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .sm\:hover\:-mx-38:hover {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .sm\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:hover\:-my-53:hover {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .sm\:hover\:-mx-53:hover {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .sm\:hover\:-my-54:hover {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .sm\:hover\:-mx-54:hover {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .sm\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:hover\:-my-74:hover {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .sm\:hover\:-mx-74:hover {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .sm\:hover\:-my-76:hover {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .sm\:hover\:-mx-76:hover {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .sm\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:hover\:-my-85:hover {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .sm\:hover\:-mx-85:hover {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .sm\:hover\:-my-100:hover {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .sm\:hover\:-mx-100:hover {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .sm\:hover\:-my-105:hover {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .sm\:hover\:-mx-105:hover {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .sm\:hover\:-my-107:hover {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .sm\:hover\:-mx-107:hover {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .sm\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .sm\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .sm\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:hover\:-my-130:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sm\:hover\:-mx-130:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sm\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:hover\:-my-250px:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm\:hover\:-mx-250px:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm\:hover\:-my-1\/2\%:hover {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .sm\:hover\:-mx-1\/2\%:hover {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .sm\:hover\:-my-1\%:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm\:hover\:-mx-1\%:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm\:hover\:-my-2\%:hover {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .sm\:hover\:-mx-2\%:hover {
    margin-left: -2%;
    margin-right: -2%;
  }

  .sm\:hover\:-my-3\%:hover {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .sm\:hover\:-mx-3\%:hover {
    margin-left: -3%;
    margin-right: -3%;
  }

  .sm\:hover\:-my-4\%:hover {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .sm\:hover\:-mx-4\%:hover {
    margin-left: -4%;
    margin-right: -4%;
  }

  .sm\:hover\:-my-5\%:hover {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .sm\:hover\:-mx-5\%:hover {
    margin-left: -5%;
    margin-right: -5%;
  }

  .sm\:hover\:-my-10\%:hover {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm\:hover\:-mx-10\%:hover {
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm\:hover\:-my-20\%:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:hover\:-mx-20\%:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:hover\:-my-23\%:hover {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .sm\:hover\:-mx-23\%:hover {
    margin-left: -23%;
    margin-right: -23%;
  }

  .sm\:hover\:-my-25\%:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:hover\:-mx-25\%:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:hover\:-my-26\%:hover {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .sm\:hover\:-mx-26\%:hover {
    margin-left: -26%;
    margin-right: -26%;
  }

  .sm\:hover\:-my-30\%:hover {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .sm\:hover\:-mx-30\%:hover {
    margin-left: -30%;
    margin-right: -30%;
  }

  .sm\:hover\:-my-40\%:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:hover\:-mx-40\%:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:hover\:-my-50\%:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:hover\:-mx-50\%:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:hover\:-my-60\%:hover {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:hover\:-mx-60\%:hover {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:hover\:-my-70\%:hover {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .sm\:hover\:-mx-70\%:hover {
    margin-left: -70%;
    margin-right: -70%;
  }

  .sm\:hover\:-my-80\%:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:hover\:-mx-80\%:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:hover\:-my-90\%:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm\:hover\:-mx-90\%:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm\:hover\:-my-95\%:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm\:hover\:-mx-95\%:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm\:hover\:-my-96\%:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm\:hover\:-mx-96\%:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm\:hover\:-my-97\%:hover {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .sm\:hover\:-mx-97\%:hover {
    margin-left: -97%;
    margin-right: -97%;
  }

  .sm\:hover\:-my-98\%:hover {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .sm\:hover\:-mx-98\%:hover {
    margin-left: -98%;
    margin-right: -98%;
  }

  .sm\:hover\:-my-99\%:hover {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .sm\:hover\:-mx-99\%:hover {
    margin-left: -99%;
    margin-right: -99%;
  }

  .sm\:hover\:-my-36vh:hover {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .sm\:hover\:-mx-36vh:hover {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .sm\:hover\:-my-75vh:hover {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .sm\:hover\:-mx-75vh:hover {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .sm\:hover\:-my-78vh:hover {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .sm\:hover\:-mx-78vh:hover {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .sm\:hover\:-my-80vh:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm\:hover\:-mx-80vh:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm\:hover\:-my-82vh:hover {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .sm\:hover\:-mx-82vh:hover {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:hover {
    margin-top: 1.75rem;
  }

  .sm\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .sm\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .sm\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .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-9:hover {
    margin-top: 2.25rem;
  }

  .sm\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .sm\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .sm\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .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-14:hover {
    margin-top: 3.5rem;
  }

  .sm\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .sm\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .sm\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .sm\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .sm\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .sm\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .sm\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .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-18:hover {
    margin-top: 4.5rem;
  }

  .sm\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .sm\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .sm\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .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-21:hover {
    margin-top: 5.25rem;
  }

  .sm\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .sm\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .sm\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .sm\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .sm\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .sm\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .sm\:hover\:ml-22:hover {
    margin-left: 5.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-26:hover {
    margin-top: 6.5rem;
  }

  .sm\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .sm\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .sm\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .sm\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .sm\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .sm\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .sm\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .sm\:hover\:mt-30:hover {
    margin-top: 7.5rem;
  }

  .sm\:hover\:mr-30:hover {
    margin-right: 7.5rem;
  }

  .sm\:hover\:mb-30:hover {
    margin-bottom: 7.5rem;
  }

  .sm\:hover\:ml-30:hover {
    margin-left: 7.5rem;
  }

  .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-34:hover {
    margin-top: 8.5rem;
  }

  .sm\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .sm\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .sm\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .sm\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .sm\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .sm\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .sm\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .sm\:hover\:mt-38:hover {
    margin-top: 9.5rem;
  }

  .sm\:hover\:mr-38:hover {
    margin-right: 9.5rem;
  }

  .sm\:hover\:mb-38:hover {
    margin-bottom: 9.5rem;
  }

  .sm\:hover\:ml-38:hover {
    margin-left: 9.5rem;
  }

  .sm\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .sm\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .sm\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .sm\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .sm\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .sm\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .sm\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .sm\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .sm\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .sm\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .sm\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .sm\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .sm\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .sm\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .sm\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .sm\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .sm\:hover\:mt-53:hover {
    margin-top: 13.25rem;
  }

  .sm\:hover\:mr-53:hover {
    margin-right: 13.25rem;
  }

  .sm\:hover\:mb-53:hover {
    margin-bottom: 13.25rem;
  }

  .sm\:hover\:ml-53:hover {
    margin-left: 13.25rem;
  }

  .sm\:hover\:mt-54:hover {
    margin-top: 13.5rem;
  }

  .sm\:hover\:mr-54:hover {
    margin-right: 13.5rem;
  }

  .sm\:hover\:mb-54:hover {
    margin-bottom: 13.5rem;
  }

  .sm\:hover\:ml-54:hover {
    margin-left: 13.5rem;
  }

  .sm\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .sm\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .sm\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .sm\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .sm\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .sm\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .sm\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .sm\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .sm\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .sm\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .sm\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .sm\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .sm\:hover\:mt-74:hover {
    margin-top: 18.5rem;
  }

  .sm\:hover\:mr-74:hover {
    margin-right: 18.5rem;
  }

  .sm\:hover\:mb-74:hover {
    margin-bottom: 18.5rem;
  }

  .sm\:hover\:ml-74:hover {
    margin-left: 18.5rem;
  }

  .sm\:hover\:mt-76:hover {
    margin-top: 19rem;
  }

  .sm\:hover\:mr-76:hover {
    margin-right: 19rem;
  }

  .sm\:hover\:mb-76:hover {
    margin-bottom: 19rem;
  }

  .sm\:hover\:ml-76:hover {
    margin-left: 19rem;
  }

  .sm\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .sm\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .sm\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .sm\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .sm\:hover\:mt-85:hover {
    margin-top: 21.25rem;
  }

  .sm\:hover\:mr-85:hover {
    margin-right: 21.25rem;
  }

  .sm\:hover\:mb-85:hover {
    margin-bottom: 21.25rem;
  }

  .sm\:hover\:ml-85:hover {
    margin-left: 21.25rem;
  }

  .sm\:hover\:mt-100:hover {
    margin-top: 25rem;
  }

  .sm\:hover\:mr-100:hover {
    margin-right: 25rem;
  }

  .sm\:hover\:mb-100:hover {
    margin-bottom: 25rem;
  }

  .sm\:hover\:ml-100:hover {
    margin-left: 25rem;
  }

  .sm\:hover\:mt-105:hover {
    margin-top: 26.25rem;
  }

  .sm\:hover\:mr-105:hover {
    margin-right: 26.25rem;
  }

  .sm\:hover\:mb-105:hover {
    margin-bottom: 26.25rem;
  }

  .sm\:hover\:ml-105:hover {
    margin-left: 26.25rem;
  }

  .sm\:hover\:mt-107:hover {
    margin-top: 26.4rem;
  }

  .sm\:hover\:mr-107:hover {
    margin-right: 26.4rem;
  }

  .sm\:hover\:mb-107:hover {
    margin-bottom: 26.4rem;
  }

  .sm\:hover\:ml-107:hover {
    margin-left: 26.4rem;
  }

  .sm\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .sm\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .sm\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .sm\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .sm\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .sm\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .sm\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .sm\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .sm\:hover\:mt-130:hover {
    margin-top: 38rem;
  }

  .sm\:hover\:mr-130:hover {
    margin-right: 38rem;
  }

  .sm\:hover\:mb-130:hover {
    margin-bottom: 38rem;
  }

  .sm\:hover\:ml-130:hover {
    margin-left: 38rem;
  }

  .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\:hover\:mt-250px:hover {
    margin-top: 250px;
  }

  .sm\:hover\:mr-250px:hover {
    margin-right: 250px;
  }

  .sm\:hover\:mb-250px:hover {
    margin-bottom: 250px;
  }

  .sm\:hover\:ml-250px:hover {
    margin-left: 250px;
  }

  .sm\:hover\:mt-1\/2\%:hover {
    margin-top: 0.5%;
  }

  .sm\:hover\:mr-1\/2\%:hover {
    margin-right: 0.5%;
  }

  .sm\:hover\:mb-1\/2\%:hover {
    margin-bottom: 0.5%;
  }

  .sm\:hover\:ml-1\/2\%:hover {
    margin-left: 0.5%;
  }

  .sm\:hover\:mt-1\%:hover {
    margin-top: 1%;
  }

  .sm\:hover\:mr-1\%:hover {
    margin-right: 1%;
  }

  .sm\:hover\:mb-1\%:hover {
    margin-bottom: 1%;
  }

  .sm\:hover\:ml-1\%:hover {
    margin-left: 1%;
  }

  .sm\:hover\:mt-2\%:hover {
    margin-top: 2%;
  }

  .sm\:hover\:mr-2\%:hover {
    margin-right: 2%;
  }

  .sm\:hover\:mb-2\%:hover {
    margin-bottom: 2%;
  }

  .sm\:hover\:ml-2\%:hover {
    margin-left: 2%;
  }

  .sm\:hover\:mt-3\%:hover {
    margin-top: 3%;
  }

  .sm\:hover\:mr-3\%:hover {
    margin-right: 3%;
  }

  .sm\:hover\:mb-3\%:hover {
    margin-bottom: 3%;
  }

  .sm\:hover\:ml-3\%:hover {
    margin-left: 3%;
  }

  .sm\:hover\:mt-4\%:hover {
    margin-top: 4%;
  }

  .sm\:hover\:mr-4\%:hover {
    margin-right: 4%;
  }

  .sm\:hover\:mb-4\%:hover {
    margin-bottom: 4%;
  }

  .sm\:hover\:ml-4\%:hover {
    margin-left: 4%;
  }

  .sm\:hover\:mt-5\%:hover {
    margin-top: 5%;
  }

  .sm\:hover\:mr-5\%:hover {
    margin-right: 5%;
  }

  .sm\:hover\:mb-5\%:hover {
    margin-bottom: 5%;
  }

  .sm\:hover\:ml-5\%:hover {
    margin-left: 5%;
  }

  .sm\:hover\:mt-10\%:hover {
    margin-top: 10%;
  }

  .sm\:hover\:mr-10\%:hover {
    margin-right: 10%;
  }

  .sm\:hover\:mb-10\%:hover {
    margin-bottom: 10%;
  }

  .sm\:hover\:ml-10\%:hover {
    margin-left: 10%;
  }

  .sm\:hover\:mt-20\%:hover {
    margin-top: 20%;
  }

  .sm\:hover\:mr-20\%:hover {
    margin-right: 20%;
  }

  .sm\:hover\:mb-20\%:hover {
    margin-bottom: 20%;
  }

  .sm\:hover\:ml-20\%:hover {
    margin-left: 20%;
  }

  .sm\:hover\:mt-23\%:hover {
    margin-top: 23%;
  }

  .sm\:hover\:mr-23\%:hover {
    margin-right: 23%;
  }

  .sm\:hover\:mb-23\%:hover {
    margin-bottom: 23%;
  }

  .sm\:hover\:ml-23\%:hover {
    margin-left: 23%;
  }

  .sm\:hover\:mt-25\%:hover {
    margin-top: 25%;
  }

  .sm\:hover\:mr-25\%:hover {
    margin-right: 25%;
  }

  .sm\:hover\:mb-25\%:hover {
    margin-bottom: 25%;
  }

  .sm\:hover\:ml-25\%:hover {
    margin-left: 25%;
  }

  .sm\:hover\:mt-26\%:hover {
    margin-top: 26%;
  }

  .sm\:hover\:mr-26\%:hover {
    margin-right: 26%;
  }

  .sm\:hover\:mb-26\%:hover {
    margin-bottom: 26%;
  }

  .sm\:hover\:ml-26\%:hover {
    margin-left: 26%;
  }

  .sm\:hover\:mt-30\%:hover {
    margin-top: 30%;
  }

  .sm\:hover\:mr-30\%:hover {
    margin-right: 30%;
  }

  .sm\:hover\:mb-30\%:hover {
    margin-bottom: 30%;
  }

  .sm\:hover\:ml-30\%:hover {
    margin-left: 30%;
  }

  .sm\:hover\:mt-40\%:hover {
    margin-top: 40%;
  }

  .sm\:hover\:mr-40\%:hover {
    margin-right: 40%;
  }

  .sm\:hover\:mb-40\%:hover {
    margin-bottom: 40%;
  }

  .sm\:hover\:ml-40\%:hover {
    margin-left: 40%;
  }

  .sm\:hover\:mt-50\%:hover {
    margin-top: 50%;
  }

  .sm\:hover\:mr-50\%:hover {
    margin-right: 50%;
  }

  .sm\:hover\:mb-50\%:hover {
    margin-bottom: 50%;
  }

  .sm\:hover\:ml-50\%:hover {
    margin-left: 50%;
  }

  .sm\:hover\:mt-60\%:hover {
    margin-top: 60%;
  }

  .sm\:hover\:mr-60\%:hover {
    margin-right: 60%;
  }

  .sm\:hover\:mb-60\%:hover {
    margin-bottom: 60%;
  }

  .sm\:hover\:ml-60\%:hover {
    margin-left: 60%;
  }

  .sm\:hover\:mt-70\%:hover {
    margin-top: 70%;
  }

  .sm\:hover\:mr-70\%:hover {
    margin-right: 70%;
  }

  .sm\:hover\:mb-70\%:hover {
    margin-bottom: 70%;
  }

  .sm\:hover\:ml-70\%:hover {
    margin-left: 70%;
  }

  .sm\:hover\:mt-80\%:hover {
    margin-top: 80%;
  }

  .sm\:hover\:mr-80\%:hover {
    margin-right: 80%;
  }

  .sm\:hover\:mb-80\%:hover {
    margin-bottom: 80%;
  }

  .sm\:hover\:ml-80\%:hover {
    margin-left: 80%;
  }

  .sm\:hover\:mt-90\%:hover {
    margin-top: 90%;
  }

  .sm\:hover\:mr-90\%:hover {
    margin-right: 90%;
  }

  .sm\:hover\:mb-90\%:hover {
    margin-bottom: 90%;
  }

  .sm\:hover\:ml-90\%:hover {
    margin-left: 90%;
  }

  .sm\:hover\:mt-95\%:hover {
    margin-top: 95%;
  }

  .sm\:hover\:mr-95\%:hover {
    margin-right: 95%;
  }

  .sm\:hover\:mb-95\%:hover {
    margin-bottom: 95%;
  }

  .sm\:hover\:ml-95\%:hover {
    margin-left: 95%;
  }

  .sm\:hover\:mt-96\%:hover {
    margin-top: 96%;
  }

  .sm\:hover\:mr-96\%:hover {
    margin-right: 96%;
  }

  .sm\:hover\:mb-96\%:hover {
    margin-bottom: 96%;
  }

  .sm\:hover\:ml-96\%:hover {
    margin-left: 96%;
  }

  .sm\:hover\:mt-97\%:hover {
    margin-top: 97%;
  }

  .sm\:hover\:mr-97\%:hover {
    margin-right: 97%;
  }

  .sm\:hover\:mb-97\%:hover {
    margin-bottom: 97%;
  }

  .sm\:hover\:ml-97\%:hover {
    margin-left: 97%;
  }

  .sm\:hover\:mt-98\%:hover {
    margin-top: 98%;
  }

  .sm\:hover\:mr-98\%:hover {
    margin-right: 98%;
  }

  .sm\:hover\:mb-98\%:hover {
    margin-bottom: 98%;
  }

  .sm\:hover\:ml-98\%:hover {
    margin-left: 98%;
  }

  .sm\:hover\:mt-99\%:hover {
    margin-top: 99%;
  }

  .sm\:hover\:mr-99\%:hover {
    margin-right: 99%;
  }

  .sm\:hover\:mb-99\%:hover {
    margin-bottom: 99%;
  }

  .sm\:hover\:ml-99\%:hover {
    margin-left: 99%;
  }

  .sm\:hover\:mt-36vh:hover {
    margin-top: 36vh;
  }

  .sm\:hover\:mr-36vh:hover {
    margin-right: 36vh;
  }

  .sm\:hover\:mb-36vh:hover {
    margin-bottom: 36vh;
  }

  .sm\:hover\:ml-36vh:hover {
    margin-left: 36vh;
  }

  .sm\:hover\:mt-75vh:hover {
    margin-top: 75vh;
  }

  .sm\:hover\:mr-75vh:hover {
    margin-right: 75vh;
  }

  .sm\:hover\:mb-75vh:hover {
    margin-bottom: 75vh;
  }

  .sm\:hover\:ml-75vh:hover {
    margin-left: 75vh;
  }

  .sm\:hover\:mt-78vh:hover {
    margin-top: 78vh;
  }

  .sm\:hover\:mr-78vh:hover {
    margin-right: 78vh;
  }

  .sm\:hover\:mb-78vh:hover {
    margin-bottom: 78vh;
  }

  .sm\:hover\:ml-78vh:hover {
    margin-left: 78vh;
  }

  .sm\:hover\:mt-80vh:hover {
    margin-top: 80vh;
  }

  .sm\:hover\:mr-80vh:hover {
    margin-right: 80vh;
  }

  .sm\:hover\:mb-80vh:hover {
    margin-bottom: 80vh;
  }

  .sm\:hover\:ml-80vh:hover {
    margin-left: 80vh;
  }

  .sm\:hover\:mt-82vh:hover {
    margin-top: 82vh;
  }

  .sm\:hover\:mr-82vh:hover {
    margin-right: 82vh;
  }

  .sm\:hover\:mb-82vh:hover {
    margin-bottom: 82vh;
  }

  .sm\:hover\:ml-82vh:hover {
    margin-left: 82vh;
  }

  .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-7:hover {
    margin-top: -1.75rem;
  }

  .sm\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .sm\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .sm\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .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-9:hover {
    margin-top: -2.25rem;
  }

  .sm\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .sm\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .sm\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .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-14:hover {
    margin-top: -3.5rem;
  }

  .sm\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .sm\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .sm\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .sm\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .sm\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .sm\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .sm\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .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-18:hover {
    margin-top: -4.5rem;
  }

  .sm\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .sm\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .sm\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .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-21:hover {
    margin-top: -5.25rem;
  }

  .sm\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .sm\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .sm\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .sm\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .sm\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .sm\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .sm\:hover\:-ml-22:hover {
    margin-left: -5.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-26:hover {
    margin-top: -6.5rem;
  }

  .sm\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .sm\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .sm\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .sm\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .sm\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .sm\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .sm\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .sm\:hover\:-mt-30:hover {
    margin-top: -7.5rem;
  }

  .sm\:hover\:-mr-30:hover {
    margin-right: -7.5rem;
  }

  .sm\:hover\:-mb-30:hover {
    margin-bottom: -7.5rem;
  }

  .sm\:hover\:-ml-30:hover {
    margin-left: -7.5rem;
  }

  .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-34:hover {
    margin-top: -8.5rem;
  }

  .sm\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .sm\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .sm\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .sm\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .sm\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .sm\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .sm\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .sm\:hover\:-mt-38:hover {
    margin-top: -9.5rem;
  }

  .sm\:hover\:-mr-38:hover {
    margin-right: -9.5rem;
  }

  .sm\:hover\:-mb-38:hover {
    margin-bottom: -9.5rem;
  }

  .sm\:hover\:-ml-38:hover {
    margin-left: -9.5rem;
  }

  .sm\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .sm\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .sm\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .sm\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .sm\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .sm\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .sm\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .sm\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .sm\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .sm\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .sm\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .sm\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .sm\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .sm\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .sm\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .sm\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .sm\:hover\:-mt-53:hover {
    margin-top: -13.25rem;
  }

  .sm\:hover\:-mr-53:hover {
    margin-right: -13.25rem;
  }

  .sm\:hover\:-mb-53:hover {
    margin-bottom: -13.25rem;
  }

  .sm\:hover\:-ml-53:hover {
    margin-left: -13.25rem;
  }

  .sm\:hover\:-mt-54:hover {
    margin-top: -13.5rem;
  }

  .sm\:hover\:-mr-54:hover {
    margin-right: -13.5rem;
  }

  .sm\:hover\:-mb-54:hover {
    margin-bottom: -13.5rem;
  }

  .sm\:hover\:-ml-54:hover {
    margin-left: -13.5rem;
  }

  .sm\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .sm\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .sm\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .sm\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .sm\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .sm\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .sm\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .sm\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .sm\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .sm\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .sm\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .sm\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .sm\:hover\:-mt-74:hover {
    margin-top: -18.5rem;
  }

  .sm\:hover\:-mr-74:hover {
    margin-right: -18.5rem;
  }

  .sm\:hover\:-mb-74:hover {
    margin-bottom: -18.5rem;
  }

  .sm\:hover\:-ml-74:hover {
    margin-left: -18.5rem;
  }

  .sm\:hover\:-mt-76:hover {
    margin-top: -19rem;
  }

  .sm\:hover\:-mr-76:hover {
    margin-right: -19rem;
  }

  .sm\:hover\:-mb-76:hover {
    margin-bottom: -19rem;
  }

  .sm\:hover\:-ml-76:hover {
    margin-left: -19rem;
  }

  .sm\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .sm\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .sm\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .sm\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .sm\:hover\:-mt-85:hover {
    margin-top: -21.25rem;
  }

  .sm\:hover\:-mr-85:hover {
    margin-right: -21.25rem;
  }

  .sm\:hover\:-mb-85:hover {
    margin-bottom: -21.25rem;
  }

  .sm\:hover\:-ml-85:hover {
    margin-left: -21.25rem;
  }

  .sm\:hover\:-mt-100:hover {
    margin-top: -25rem;
  }

  .sm\:hover\:-mr-100:hover {
    margin-right: -25rem;
  }

  .sm\:hover\:-mb-100:hover {
    margin-bottom: -25rem;
  }

  .sm\:hover\:-ml-100:hover {
    margin-left: -25rem;
  }

  .sm\:hover\:-mt-105:hover {
    margin-top: -26.25rem;
  }

  .sm\:hover\:-mr-105:hover {
    margin-right: -26.25rem;
  }

  .sm\:hover\:-mb-105:hover {
    margin-bottom: -26.25rem;
  }

  .sm\:hover\:-ml-105:hover {
    margin-left: -26.25rem;
  }

  .sm\:hover\:-mt-107:hover {
    margin-top: -26.4rem;
  }

  .sm\:hover\:-mr-107:hover {
    margin-right: -26.4rem;
  }

  .sm\:hover\:-mb-107:hover {
    margin-bottom: -26.4rem;
  }

  .sm\:hover\:-ml-107:hover {
    margin-left: -26.4rem;
  }

  .sm\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .sm\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .sm\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .sm\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .sm\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .sm\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .sm\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .sm\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .sm\:hover\:-mt-130:hover {
    margin-top: -38rem;
  }

  .sm\:hover\:-mr-130:hover {
    margin-right: -38rem;
  }

  .sm\:hover\:-mb-130:hover {
    margin-bottom: -38rem;
  }

  .sm\:hover\:-ml-130:hover {
    margin-left: -38rem;
  }

  .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\:hover\:-mt-250px:hover {
    margin-top: -250px;
  }

  .sm\:hover\:-mr-250px:hover {
    margin-right: -250px;
  }

  .sm\:hover\:-mb-250px:hover {
    margin-bottom: -250px;
  }

  .sm\:hover\:-ml-250px:hover {
    margin-left: -250px;
  }

  .sm\:hover\:-mt-1\/2\%:hover {
    margin-top: -0.5%;
  }

  .sm\:hover\:-mr-1\/2\%:hover {
    margin-right: -0.5%;
  }

  .sm\:hover\:-mb-1\/2\%:hover {
    margin-bottom: -0.5%;
  }

  .sm\:hover\:-ml-1\/2\%:hover {
    margin-left: -0.5%;
  }

  .sm\:hover\:-mt-1\%:hover {
    margin-top: -1%;
  }

  .sm\:hover\:-mr-1\%:hover {
    margin-right: -1%;
  }

  .sm\:hover\:-mb-1\%:hover {
    margin-bottom: -1%;
  }

  .sm\:hover\:-ml-1\%:hover {
    margin-left: -1%;
  }

  .sm\:hover\:-mt-2\%:hover {
    margin-top: -2%;
  }

  .sm\:hover\:-mr-2\%:hover {
    margin-right: -2%;
  }

  .sm\:hover\:-mb-2\%:hover {
    margin-bottom: -2%;
  }

  .sm\:hover\:-ml-2\%:hover {
    margin-left: -2%;
  }

  .sm\:hover\:-mt-3\%:hover {
    margin-top: -3%;
  }

  .sm\:hover\:-mr-3\%:hover {
    margin-right: -3%;
  }

  .sm\:hover\:-mb-3\%:hover {
    margin-bottom: -3%;
  }

  .sm\:hover\:-ml-3\%:hover {
    margin-left: -3%;
  }

  .sm\:hover\:-mt-4\%:hover {
    margin-top: -4%;
  }

  .sm\:hover\:-mr-4\%:hover {
    margin-right: -4%;
  }

  .sm\:hover\:-mb-4\%:hover {
    margin-bottom: -4%;
  }

  .sm\:hover\:-ml-4\%:hover {
    margin-left: -4%;
  }

  .sm\:hover\:-mt-5\%:hover {
    margin-top: -5%;
  }

  .sm\:hover\:-mr-5\%:hover {
    margin-right: -5%;
  }

  .sm\:hover\:-mb-5\%:hover {
    margin-bottom: -5%;
  }

  .sm\:hover\:-ml-5\%:hover {
    margin-left: -5%;
  }

  .sm\:hover\:-mt-10\%:hover {
    margin-top: -10%;
  }

  .sm\:hover\:-mr-10\%:hover {
    margin-right: -10%;
  }

  .sm\:hover\:-mb-10\%:hover {
    margin-bottom: -10%;
  }

  .sm\:hover\:-ml-10\%:hover {
    margin-left: -10%;
  }

  .sm\:hover\:-mt-20\%:hover {
    margin-top: -20%;
  }

  .sm\:hover\:-mr-20\%:hover {
    margin-right: -20%;
  }

  .sm\:hover\:-mb-20\%:hover {
    margin-bottom: -20%;
  }

  .sm\:hover\:-ml-20\%:hover {
    margin-left: -20%;
  }

  .sm\:hover\:-mt-23\%:hover {
    margin-top: -23%;
  }

  .sm\:hover\:-mr-23\%:hover {
    margin-right: -23%;
  }

  .sm\:hover\:-mb-23\%:hover {
    margin-bottom: -23%;
  }

  .sm\:hover\:-ml-23\%:hover {
    margin-left: -23%;
  }

  .sm\:hover\:-mt-25\%:hover {
    margin-top: -25%;
  }

  .sm\:hover\:-mr-25\%:hover {
    margin-right: -25%;
  }

  .sm\:hover\:-mb-25\%:hover {
    margin-bottom: -25%;
  }

  .sm\:hover\:-ml-25\%:hover {
    margin-left: -25%;
  }

  .sm\:hover\:-mt-26\%:hover {
    margin-top: -26%;
  }

  .sm\:hover\:-mr-26\%:hover {
    margin-right: -26%;
  }

  .sm\:hover\:-mb-26\%:hover {
    margin-bottom: -26%;
  }

  .sm\:hover\:-ml-26\%:hover {
    margin-left: -26%;
  }

  .sm\:hover\:-mt-30\%:hover {
    margin-top: -30%;
  }

  .sm\:hover\:-mr-30\%:hover {
    margin-right: -30%;
  }

  .sm\:hover\:-mb-30\%:hover {
    margin-bottom: -30%;
  }

  .sm\:hover\:-ml-30\%:hover {
    margin-left: -30%;
  }

  .sm\:hover\:-mt-40\%:hover {
    margin-top: -40%;
  }

  .sm\:hover\:-mr-40\%:hover {
    margin-right: -40%;
  }

  .sm\:hover\:-mb-40\%:hover {
    margin-bottom: -40%;
  }

  .sm\:hover\:-ml-40\%:hover {
    margin-left: -40%;
  }

  .sm\:hover\:-mt-50\%:hover {
    margin-top: -50%;
  }

  .sm\:hover\:-mr-50\%:hover {
    margin-right: -50%;
  }

  .sm\:hover\:-mb-50\%:hover {
    margin-bottom: -50%;
  }

  .sm\:hover\:-ml-50\%:hover {
    margin-left: -50%;
  }

  .sm\:hover\:-mt-60\%:hover {
    margin-top: -60%;
  }

  .sm\:hover\:-mr-60\%:hover {
    margin-right: -60%;
  }

  .sm\:hover\:-mb-60\%:hover {
    margin-bottom: -60%;
  }

  .sm\:hover\:-ml-60\%:hover {
    margin-left: -60%;
  }

  .sm\:hover\:-mt-70\%:hover {
    margin-top: -70%;
  }

  .sm\:hover\:-mr-70\%:hover {
    margin-right: -70%;
  }

  .sm\:hover\:-mb-70\%:hover {
    margin-bottom: -70%;
  }

  .sm\:hover\:-ml-70\%:hover {
    margin-left: -70%;
  }

  .sm\:hover\:-mt-80\%:hover {
    margin-top: -80%;
  }

  .sm\:hover\:-mr-80\%:hover {
    margin-right: -80%;
  }

  .sm\:hover\:-mb-80\%:hover {
    margin-bottom: -80%;
  }

  .sm\:hover\:-ml-80\%:hover {
    margin-left: -80%;
  }

  .sm\:hover\:-mt-90\%:hover {
    margin-top: -90%;
  }

  .sm\:hover\:-mr-90\%:hover {
    margin-right: -90%;
  }

  .sm\:hover\:-mb-90\%:hover {
    margin-bottom: -90%;
  }

  .sm\:hover\:-ml-90\%:hover {
    margin-left: -90%;
  }

  .sm\:hover\:-mt-95\%:hover {
    margin-top: -95%;
  }

  .sm\:hover\:-mr-95\%:hover {
    margin-right: -95%;
  }

  .sm\:hover\:-mb-95\%:hover {
    margin-bottom: -95%;
  }

  .sm\:hover\:-ml-95\%:hover {
    margin-left: -95%;
  }

  .sm\:hover\:-mt-96\%:hover {
    margin-top: -96%;
  }

  .sm\:hover\:-mr-96\%:hover {
    margin-right: -96%;
  }

  .sm\:hover\:-mb-96\%:hover {
    margin-bottom: -96%;
  }

  .sm\:hover\:-ml-96\%:hover {
    margin-left: -96%;
  }

  .sm\:hover\:-mt-97\%:hover {
    margin-top: -97%;
  }

  .sm\:hover\:-mr-97\%:hover {
    margin-right: -97%;
  }

  .sm\:hover\:-mb-97\%:hover {
    margin-bottom: -97%;
  }

  .sm\:hover\:-ml-97\%:hover {
    margin-left: -97%;
  }

  .sm\:hover\:-mt-98\%:hover {
    margin-top: -98%;
  }

  .sm\:hover\:-mr-98\%:hover {
    margin-right: -98%;
  }

  .sm\:hover\:-mb-98\%:hover {
    margin-bottom: -98%;
  }

  .sm\:hover\:-ml-98\%:hover {
    margin-left: -98%;
  }

  .sm\:hover\:-mt-99\%:hover {
    margin-top: -99%;
  }

  .sm\:hover\:-mr-99\%:hover {
    margin-right: -99%;
  }

  .sm\:hover\:-mb-99\%:hover {
    margin-bottom: -99%;
  }

  .sm\:hover\:-ml-99\%:hover {
    margin-left: -99%;
  }

  .sm\:hover\:-mt-36vh:hover {
    margin-top: -36vh;
  }

  .sm\:hover\:-mr-36vh:hover {
    margin-right: -36vh;
  }

  .sm\:hover\:-mb-36vh:hover {
    margin-bottom: -36vh;
  }

  .sm\:hover\:-ml-36vh:hover {
    margin-left: -36vh;
  }

  .sm\:hover\:-mt-75vh:hover {
    margin-top: -75vh;
  }

  .sm\:hover\:-mr-75vh:hover {
    margin-right: -75vh;
  }

  .sm\:hover\:-mb-75vh:hover {
    margin-bottom: -75vh;
  }

  .sm\:hover\:-ml-75vh:hover {
    margin-left: -75vh;
  }

  .sm\:hover\:-mt-78vh:hover {
    margin-top: -78vh;
  }

  .sm\:hover\:-mr-78vh:hover {
    margin-right: -78vh;
  }

  .sm\:hover\:-mb-78vh:hover {
    margin-bottom: -78vh;
  }

  .sm\:hover\:-ml-78vh:hover {
    margin-left: -78vh;
  }

  .sm\:hover\:-mt-80vh:hover {
    margin-top: -80vh;
  }

  .sm\:hover\:-mr-80vh:hover {
    margin-right: -80vh;
  }

  .sm\:hover\:-mb-80vh:hover {
    margin-bottom: -80vh;
  }

  .sm\:hover\:-ml-80vh:hover {
    margin-left: -80vh;
  }

  .sm\:hover\:-mt-82vh:hover {
    margin-top: -82vh;
  }

  .sm\:hover\:-mr-82vh:hover {
    margin-right: -82vh;
  }

  .sm\:hover\:-mb-82vh:hover {
    margin-bottom: -82vh;
  }

  .sm\:hover\:-ml-82vh:hover {
    margin-left: -82vh;
  }

  .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-7:focus {
    margin: 1.75rem;
  }

  .sm\:focus\:m-8:focus {
    margin: 2rem;
  }

  .sm\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .sm\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .sm\:focus\:m-12:focus {
    margin: 3rem;
  }

  .sm\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .sm\:focus\:m-15:focus {
    margin: 3.75rem;
  }

  .sm\:focus\:m-16:focus {
    margin: 4rem;
  }

  .sm\:focus\:m-18:focus {
    margin: 4.5rem;
  }

  .sm\:focus\:m-20:focus {
    margin: 5rem;
  }

  .sm\:focus\:m-21:focus {
    margin: 5.25rem;
  }

  .sm\:focus\:m-22:focus {
    margin: 5.5rem;
  }

  .sm\:focus\:m-24:focus {
    margin: 6rem;
  }

  .sm\:focus\:m-26:focus {
    margin: 6.5rem;
  }

  .sm\:focus\:m-28:focus {
    margin: 7rem;
  }

  .sm\:focus\:m-30:focus {
    margin: 7.5rem;
  }

  .sm\:focus\:m-32:focus {
    margin: 8rem;
  }

  .sm\:focus\:m-34:focus {
    margin: 8.5rem;
  }

  .sm\:focus\:m-36:focus {
    margin: 9rem;
  }

  .sm\:focus\:m-38:focus {
    margin: 9.5rem;
  }

  .sm\:focus\:m-40:focus {
    margin: 10rem;
  }

  .sm\:focus\:m-44:focus {
    margin: 11rem;
  }

  .sm\:focus\:m-48:focus {
    margin: 12rem;
  }

  .sm\:focus\:m-52:focus {
    margin: 13rem;
  }

  .sm\:focus\:m-53:focus {
    margin: 13.25rem;
  }

  .sm\:focus\:m-54:focus {
    margin: 13.5rem;
  }

  .sm\:focus\:m-56:focus {
    margin: 14rem;
  }

  .sm\:focus\:m-64:focus {
    margin: 16rem;
  }

  .sm\:focus\:m-72:focus {
    margin: 18rem;
  }

  .sm\:focus\:m-74:focus {
    margin: 18.5rem;
  }

  .sm\:focus\:m-76:focus {
    margin: 19rem;
  }

  .sm\:focus\:m-80:focus {
    margin: 20rem;
  }

  .sm\:focus\:m-85:focus {
    margin: 21.25rem;
  }

  .sm\:focus\:m-100:focus {
    margin: 25rem;
  }

  .sm\:focus\:m-105:focus {
    margin: 26.25rem;
  }

  .sm\:focus\:m-107:focus {
    margin: 26.4rem;
  }

  .sm\:focus\:m-110:focus {
    margin: 27.5rem;
  }

  .sm\:focus\:m-120:focus {
    margin: 30rem;
  }

  .sm\:focus\:m-130:focus {
    margin: 38rem;
  }

  .sm\:focus\:m-auto:focus {
    margin: auto;
  }

  .sm\:focus\:m-px:focus {
    margin: 1px;
  }

  .sm\:focus\:m-250px:focus {
    margin: 250px;
  }

  .sm\:focus\:m-1\/2\%:focus {
    margin: 0.5%;
  }

  .sm\:focus\:m-1\%:focus {
    margin: 1%;
  }

  .sm\:focus\:m-2\%:focus {
    margin: 2%;
  }

  .sm\:focus\:m-3\%:focus {
    margin: 3%;
  }

  .sm\:focus\:m-4\%:focus {
    margin: 4%;
  }

  .sm\:focus\:m-5\%:focus {
    margin: 5%;
  }

  .sm\:focus\:m-10\%:focus {
    margin: 10%;
  }

  .sm\:focus\:m-20\%:focus {
    margin: 20%;
  }

  .sm\:focus\:m-23\%:focus {
    margin: 23%;
  }

  .sm\:focus\:m-25\%:focus {
    margin: 25%;
  }

  .sm\:focus\:m-26\%:focus {
    margin: 26%;
  }

  .sm\:focus\:m-30\%:focus {
    margin: 30%;
  }

  .sm\:focus\:m-40\%:focus {
    margin: 40%;
  }

  .sm\:focus\:m-50\%:focus {
    margin: 50%;
  }

  .sm\:focus\:m-60\%:focus {
    margin: 60%;
  }

  .sm\:focus\:m-70\%:focus {
    margin: 70%;
  }

  .sm\:focus\:m-80\%:focus {
    margin: 80%;
  }

  .sm\:focus\:m-90\%:focus {
    margin: 90%;
  }

  .sm\:focus\:m-95\%:focus {
    margin: 95%;
  }

  .sm\:focus\:m-96\%:focus {
    margin: 96%;
  }

  .sm\:focus\:m-97\%:focus {
    margin: 97%;
  }

  .sm\:focus\:m-98\%:focus {
    margin: 98%;
  }

  .sm\:focus\:m-99\%:focus {
    margin: 99%;
  }

  .sm\:focus\:m-36vh:focus {
    margin: 36vh;
  }

  .sm\:focus\:m-75vh:focus {
    margin: 75vh;
  }

  .sm\:focus\:m-78vh:focus {
    margin: 78vh;
  }

  .sm\:focus\:m-80vh:focus {
    margin: 80vh;
  }

  .sm\:focus\:m-82vh:focus {
    margin: 82vh;
  }

  .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-7:focus {
    margin: -1.75rem;
  }

  .sm\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .sm\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .sm\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .sm\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .sm\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .sm\:focus\:-m-15:focus {
    margin: -3.75rem;
  }

  .sm\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .sm\:focus\:-m-18:focus {
    margin: -4.5rem;
  }

  .sm\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .sm\:focus\:-m-21:focus {
    margin: -5.25rem;
  }

  .sm\:focus\:-m-22:focus {
    margin: -5.5rem;
  }

  .sm\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .sm\:focus\:-m-26:focus {
    margin: -6.5rem;
  }

  .sm\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .sm\:focus\:-m-30:focus {
    margin: -7.5rem;
  }

  .sm\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .sm\:focus\:-m-34:focus {
    margin: -8.5rem;
  }

  .sm\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .sm\:focus\:-m-38:focus {
    margin: -9.5rem;
  }

  .sm\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .sm\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .sm\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .sm\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .sm\:focus\:-m-53:focus {
    margin: -13.25rem;
  }

  .sm\:focus\:-m-54:focus {
    margin: -13.5rem;
  }

  .sm\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .sm\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .sm\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .sm\:focus\:-m-74:focus {
    margin: -18.5rem;
  }

  .sm\:focus\:-m-76:focus {
    margin: -19rem;
  }

  .sm\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .sm\:focus\:-m-85:focus {
    margin: -21.25rem;
  }

  .sm\:focus\:-m-100:focus {
    margin: -25rem;
  }

  .sm\:focus\:-m-105:focus {
    margin: -26.25rem;
  }

  .sm\:focus\:-m-107:focus {
    margin: -26.4rem;
  }

  .sm\:focus\:-m-110:focus {
    margin: -27.5rem;
  }

  .sm\:focus\:-m-120:focus {
    margin: -30rem;
  }

  .sm\:focus\:-m-130:focus {
    margin: -38rem;
  }

  .sm\:focus\:-m-px:focus {
    margin: -1px;
  }

  .sm\:focus\:-m-250px:focus {
    margin: -250px;
  }

  .sm\:focus\:-m-1\/2\%:focus {
    margin: -0.5%;
  }

  .sm\:focus\:-m-1\%:focus {
    margin: -1%;
  }

  .sm\:focus\:-m-2\%:focus {
    margin: -2%;
  }

  .sm\:focus\:-m-3\%:focus {
    margin: -3%;
  }

  .sm\:focus\:-m-4\%:focus {
    margin: -4%;
  }

  .sm\:focus\:-m-5\%:focus {
    margin: -5%;
  }

  .sm\:focus\:-m-10\%:focus {
    margin: -10%;
  }

  .sm\:focus\:-m-20\%:focus {
    margin: -20%;
  }

  .sm\:focus\:-m-23\%:focus {
    margin: -23%;
  }

  .sm\:focus\:-m-25\%:focus {
    margin: -25%;
  }

  .sm\:focus\:-m-26\%:focus {
    margin: -26%;
  }

  .sm\:focus\:-m-30\%:focus {
    margin: -30%;
  }

  .sm\:focus\:-m-40\%:focus {
    margin: -40%;
  }

  .sm\:focus\:-m-50\%:focus {
    margin: -50%;
  }

  .sm\:focus\:-m-60\%:focus {
    margin: -60%;
  }

  .sm\:focus\:-m-70\%:focus {
    margin: -70%;
  }

  .sm\:focus\:-m-80\%:focus {
    margin: -80%;
  }

  .sm\:focus\:-m-90\%:focus {
    margin: -90%;
  }

  .sm\:focus\:-m-95\%:focus {
    margin: -95%;
  }

  .sm\:focus\:-m-96\%:focus {
    margin: -96%;
  }

  .sm\:focus\:-m-97\%:focus {
    margin: -97%;
  }

  .sm\:focus\:-m-98\%:focus {
    margin: -98%;
  }

  .sm\:focus\:-m-99\%:focus {
    margin: -99%;
  }

  .sm\:focus\:-m-36vh:focus {
    margin: -36vh;
  }

  .sm\:focus\:-m-75vh:focus {
    margin: -75vh;
  }

  .sm\:focus\:-m-78vh:focus {
    margin: -78vh;
  }

  .sm\:focus\:-m-80vh:focus {
    margin: -80vh;
  }

  .sm\:focus\:-m-82vh:focus {
    margin: -82vh;
  }

  .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-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:focus\:my-15:focus {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:focus\:mx-15:focus {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:focus {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:focus\:mx-18:focus {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:focus {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .sm\:focus\:mx-21:focus {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .sm\:focus\:my-22:focus {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:focus\:mx-22:focus {
    margin-left: 5.5rem;
    margin-right: 5.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-26:focus {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:focus\:mx-26:focus {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:focus\:my-30:focus {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:focus\:mx-30:focus {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:focus {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:focus\:mx-34:focus {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:focus\:my-38:focus {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .sm\:focus\:mx-38:focus {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .sm\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:focus\:my-53:focus {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .sm\:focus\:mx-53:focus {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .sm\:focus\:my-54:focus {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .sm\:focus\:mx-54:focus {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .sm\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:focus\:my-74:focus {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .sm\:focus\:mx-74:focus {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .sm\:focus\:my-76:focus {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .sm\:focus\:mx-76:focus {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .sm\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:focus\:my-85:focus {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .sm\:focus\:mx-85:focus {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .sm\:focus\:my-100:focus {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .sm\:focus\:mx-100:focus {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .sm\:focus\:my-105:focus {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .sm\:focus\:mx-105:focus {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .sm\:focus\:my-107:focus {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .sm\:focus\:mx-107:focus {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .sm\:focus\:my-110:focus {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .sm\:focus\:mx-110:focus {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .sm\:focus\:my-120:focus {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:focus\:mx-120:focus {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:focus\:my-130:focus {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sm\:focus\:mx-130:focus {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm\:focus\:mx-250px:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm\:focus\:my-1\/2\%:focus {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .sm\:focus\:mx-1\/2\%:focus {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .sm\:focus\:my-1\%:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm\:focus\:mx-1\%:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm\:focus\:my-2\%:focus {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .sm\:focus\:mx-2\%:focus {
    margin-left: 2%;
    margin-right: 2%;
  }

  .sm\:focus\:my-3\%:focus {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .sm\:focus\:mx-3\%:focus {
    margin-left: 3%;
    margin-right: 3%;
  }

  .sm\:focus\:my-4\%:focus {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .sm\:focus\:mx-4\%:focus {
    margin-left: 4%;
    margin-right: 4%;
  }

  .sm\:focus\:my-5\%:focus {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:focus\:mx-5\%:focus {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:focus\:my-10\%:focus {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:focus\:mx-10\%:focus {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:focus\:my-20\%:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:focus\:mx-20\%:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:focus\:my-23\%:focus {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .sm\:focus\:mx-23\%:focus {
    margin-left: 23%;
    margin-right: 23%;
  }

  .sm\:focus\:my-25\%:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:focus\:mx-25\%:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:focus\:my-26\%:focus {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .sm\:focus\:mx-26\%:focus {
    margin-left: 26%;
    margin-right: 26%;
  }

  .sm\:focus\:my-30\%:focus {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:focus\:mx-30\%:focus {
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:focus\:my-40\%:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:focus\:mx-40\%:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:focus\:my-50\%:focus {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:focus\:mx-50\%:focus {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:focus\:my-60\%:focus {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:focus\:mx-60\%:focus {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:focus\:my-70\%:focus {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .sm\:focus\:mx-70\%:focus {
    margin-left: 70%;
    margin-right: 70%;
  }

  .sm\:focus\:my-80\%:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:focus\:mx-80\%:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:focus\:my-90\%:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm\:focus\:mx-90\%:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm\:focus\:my-95\%:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm\:focus\:mx-95\%:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm\:focus\:my-96\%:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm\:focus\:mx-96\%:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm\:focus\:my-97\%:focus {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .sm\:focus\:mx-97\%:focus {
    margin-left: 97%;
    margin-right: 97%;
  }

  .sm\:focus\:my-98\%:focus {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .sm\:focus\:mx-98\%:focus {
    margin-left: 98%;
    margin-right: 98%;
  }

  .sm\:focus\:my-99\%:focus {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .sm\:focus\:mx-99\%:focus {
    margin-left: 99%;
    margin-right: 99%;
  }

  .sm\:focus\:my-36vh:focus {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .sm\:focus\:mx-36vh:focus {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .sm\:focus\:my-75vh:focus {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .sm\:focus\:mx-75vh:focus {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .sm\:focus\:my-78vh:focus {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .sm\:focus\:mx-78vh:focus {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .sm\:focus\:my-80vh:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm\:focus\:mx-80vh:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm\:focus\:my-82vh:focus {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .sm\:focus\:mx-82vh:focus {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:focus\:-my-15:focus {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:focus\:-mx-15:focus {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:focus {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:focus\:-mx-18:focus {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:focus {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .sm\:focus\:-mx-21:focus {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .sm\:focus\:-my-22:focus {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:focus\:-mx-22:focus {
    margin-left: -5.5rem;
    margin-right: -5.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-26:focus {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:focus\:-mx-26:focus {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:focus\:-my-30:focus {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:focus\:-mx-30:focus {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:focus {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:focus\:-mx-34:focus {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:focus\:-my-38:focus {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .sm\:focus\:-mx-38:focus {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .sm\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:focus\:-my-53:focus {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .sm\:focus\:-mx-53:focus {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .sm\:focus\:-my-54:focus {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .sm\:focus\:-mx-54:focus {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .sm\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:focus\:-my-74:focus {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .sm\:focus\:-mx-74:focus {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .sm\:focus\:-my-76:focus {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .sm\:focus\:-mx-76:focus {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .sm\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:focus\:-my-85:focus {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .sm\:focus\:-mx-85:focus {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .sm\:focus\:-my-100:focus {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .sm\:focus\:-mx-100:focus {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .sm\:focus\:-my-105:focus {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .sm\:focus\:-mx-105:focus {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .sm\:focus\:-my-107:focus {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .sm\:focus\:-mx-107:focus {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .sm\:focus\:-my-110:focus {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .sm\:focus\:-mx-110:focus {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .sm\:focus\:-my-120:focus {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:focus\:-mx-120:focus {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:focus\:-my-130:focus {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sm\:focus\:-mx-130:focus {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sm\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:focus\:-my-250px:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm\:focus\:-mx-250px:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm\:focus\:-my-1\/2\%:focus {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .sm\:focus\:-mx-1\/2\%:focus {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .sm\:focus\:-my-1\%:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm\:focus\:-mx-1\%:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm\:focus\:-my-2\%:focus {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .sm\:focus\:-mx-2\%:focus {
    margin-left: -2%;
    margin-right: -2%;
  }

  .sm\:focus\:-my-3\%:focus {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .sm\:focus\:-mx-3\%:focus {
    margin-left: -3%;
    margin-right: -3%;
  }

  .sm\:focus\:-my-4\%:focus {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .sm\:focus\:-mx-4\%:focus {
    margin-left: -4%;
    margin-right: -4%;
  }

  .sm\:focus\:-my-5\%:focus {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .sm\:focus\:-mx-5\%:focus {
    margin-left: -5%;
    margin-right: -5%;
  }

  .sm\:focus\:-my-10\%:focus {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm\:focus\:-mx-10\%:focus {
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm\:focus\:-my-20\%:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:focus\:-mx-20\%:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:focus\:-my-23\%:focus {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .sm\:focus\:-mx-23\%:focus {
    margin-left: -23%;
    margin-right: -23%;
  }

  .sm\:focus\:-my-25\%:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:focus\:-mx-25\%:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:focus\:-my-26\%:focus {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .sm\:focus\:-mx-26\%:focus {
    margin-left: -26%;
    margin-right: -26%;
  }

  .sm\:focus\:-my-30\%:focus {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .sm\:focus\:-mx-30\%:focus {
    margin-left: -30%;
    margin-right: -30%;
  }

  .sm\:focus\:-my-40\%:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:focus\:-mx-40\%:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:focus\:-my-50\%:focus {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:focus\:-mx-50\%:focus {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:focus\:-my-60\%:focus {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:focus\:-mx-60\%:focus {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:focus\:-my-70\%:focus {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .sm\:focus\:-mx-70\%:focus {
    margin-left: -70%;
    margin-right: -70%;
  }

  .sm\:focus\:-my-80\%:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:focus\:-mx-80\%:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:focus\:-my-90\%:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm\:focus\:-mx-90\%:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm\:focus\:-my-95\%:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm\:focus\:-mx-95\%:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm\:focus\:-my-96\%:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm\:focus\:-mx-96\%:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm\:focus\:-my-97\%:focus {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .sm\:focus\:-mx-97\%:focus {
    margin-left: -97%;
    margin-right: -97%;
  }

  .sm\:focus\:-my-98\%:focus {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .sm\:focus\:-mx-98\%:focus {
    margin-left: -98%;
    margin-right: -98%;
  }

  .sm\:focus\:-my-99\%:focus {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .sm\:focus\:-mx-99\%:focus {
    margin-left: -99%;
    margin-right: -99%;
  }

  .sm\:focus\:-my-36vh:focus {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .sm\:focus\:-mx-36vh:focus {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .sm\:focus\:-my-75vh:focus {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .sm\:focus\:-mx-75vh:focus {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .sm\:focus\:-my-78vh:focus {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .sm\:focus\:-mx-78vh:focus {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .sm\:focus\:-my-80vh:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm\:focus\:-mx-80vh:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm\:focus\:-my-82vh:focus {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .sm\:focus\:-mx-82vh:focus {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:focus {
    margin-top: 1.75rem;
  }

  .sm\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .sm\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .sm\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .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-9:focus {
    margin-top: 2.25rem;
  }

  .sm\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .sm\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .sm\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .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-14:focus {
    margin-top: 3.5rem;
  }

  .sm\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .sm\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .sm\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .sm\:focus\:mt-15:focus {
    margin-top: 3.75rem;
  }

  .sm\:focus\:mr-15:focus {
    margin-right: 3.75rem;
  }

  .sm\:focus\:mb-15:focus {
    margin-bottom: 3.75rem;
  }

  .sm\:focus\:ml-15:focus {
    margin-left: 3.75rem;
  }

  .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-18:focus {
    margin-top: 4.5rem;
  }

  .sm\:focus\:mr-18:focus {
    margin-right: 4.5rem;
  }

  .sm\:focus\:mb-18:focus {
    margin-bottom: 4.5rem;
  }

  .sm\:focus\:ml-18:focus {
    margin-left: 4.5rem;
  }

  .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-21:focus {
    margin-top: 5.25rem;
  }

  .sm\:focus\:mr-21:focus {
    margin-right: 5.25rem;
  }

  .sm\:focus\:mb-21:focus {
    margin-bottom: 5.25rem;
  }

  .sm\:focus\:ml-21:focus {
    margin-left: 5.25rem;
  }

  .sm\:focus\:mt-22:focus {
    margin-top: 5.5rem;
  }

  .sm\:focus\:mr-22:focus {
    margin-right: 5.5rem;
  }

  .sm\:focus\:mb-22:focus {
    margin-bottom: 5.5rem;
  }

  .sm\:focus\:ml-22:focus {
    margin-left: 5.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-26:focus {
    margin-top: 6.5rem;
  }

  .sm\:focus\:mr-26:focus {
    margin-right: 6.5rem;
  }

  .sm\:focus\:mb-26:focus {
    margin-bottom: 6.5rem;
  }

  .sm\:focus\:ml-26:focus {
    margin-left: 6.5rem;
  }

  .sm\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .sm\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .sm\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .sm\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .sm\:focus\:mt-30:focus {
    margin-top: 7.5rem;
  }

  .sm\:focus\:mr-30:focus {
    margin-right: 7.5rem;
  }

  .sm\:focus\:mb-30:focus {
    margin-bottom: 7.5rem;
  }

  .sm\:focus\:ml-30:focus {
    margin-left: 7.5rem;
  }

  .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-34:focus {
    margin-top: 8.5rem;
  }

  .sm\:focus\:mr-34:focus {
    margin-right: 8.5rem;
  }

  .sm\:focus\:mb-34:focus {
    margin-bottom: 8.5rem;
  }

  .sm\:focus\:ml-34:focus {
    margin-left: 8.5rem;
  }

  .sm\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .sm\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .sm\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .sm\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .sm\:focus\:mt-38:focus {
    margin-top: 9.5rem;
  }

  .sm\:focus\:mr-38:focus {
    margin-right: 9.5rem;
  }

  .sm\:focus\:mb-38:focus {
    margin-bottom: 9.5rem;
  }

  .sm\:focus\:ml-38:focus {
    margin-left: 9.5rem;
  }

  .sm\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .sm\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .sm\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .sm\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .sm\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .sm\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .sm\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .sm\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .sm\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .sm\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .sm\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .sm\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .sm\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .sm\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .sm\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .sm\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .sm\:focus\:mt-53:focus {
    margin-top: 13.25rem;
  }

  .sm\:focus\:mr-53:focus {
    margin-right: 13.25rem;
  }

  .sm\:focus\:mb-53:focus {
    margin-bottom: 13.25rem;
  }

  .sm\:focus\:ml-53:focus {
    margin-left: 13.25rem;
  }

  .sm\:focus\:mt-54:focus {
    margin-top: 13.5rem;
  }

  .sm\:focus\:mr-54:focus {
    margin-right: 13.5rem;
  }

  .sm\:focus\:mb-54:focus {
    margin-bottom: 13.5rem;
  }

  .sm\:focus\:ml-54:focus {
    margin-left: 13.5rem;
  }

  .sm\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .sm\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .sm\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .sm\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .sm\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .sm\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .sm\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .sm\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .sm\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .sm\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .sm\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .sm\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .sm\:focus\:mt-74:focus {
    margin-top: 18.5rem;
  }

  .sm\:focus\:mr-74:focus {
    margin-right: 18.5rem;
  }

  .sm\:focus\:mb-74:focus {
    margin-bottom: 18.5rem;
  }

  .sm\:focus\:ml-74:focus {
    margin-left: 18.5rem;
  }

  .sm\:focus\:mt-76:focus {
    margin-top: 19rem;
  }

  .sm\:focus\:mr-76:focus {
    margin-right: 19rem;
  }

  .sm\:focus\:mb-76:focus {
    margin-bottom: 19rem;
  }

  .sm\:focus\:ml-76:focus {
    margin-left: 19rem;
  }

  .sm\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .sm\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .sm\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .sm\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .sm\:focus\:mt-85:focus {
    margin-top: 21.25rem;
  }

  .sm\:focus\:mr-85:focus {
    margin-right: 21.25rem;
  }

  .sm\:focus\:mb-85:focus {
    margin-bottom: 21.25rem;
  }

  .sm\:focus\:ml-85:focus {
    margin-left: 21.25rem;
  }

  .sm\:focus\:mt-100:focus {
    margin-top: 25rem;
  }

  .sm\:focus\:mr-100:focus {
    margin-right: 25rem;
  }

  .sm\:focus\:mb-100:focus {
    margin-bottom: 25rem;
  }

  .sm\:focus\:ml-100:focus {
    margin-left: 25rem;
  }

  .sm\:focus\:mt-105:focus {
    margin-top: 26.25rem;
  }

  .sm\:focus\:mr-105:focus {
    margin-right: 26.25rem;
  }

  .sm\:focus\:mb-105:focus {
    margin-bottom: 26.25rem;
  }

  .sm\:focus\:ml-105:focus {
    margin-left: 26.25rem;
  }

  .sm\:focus\:mt-107:focus {
    margin-top: 26.4rem;
  }

  .sm\:focus\:mr-107:focus {
    margin-right: 26.4rem;
  }

  .sm\:focus\:mb-107:focus {
    margin-bottom: 26.4rem;
  }

  .sm\:focus\:ml-107:focus {
    margin-left: 26.4rem;
  }

  .sm\:focus\:mt-110:focus {
    margin-top: 27.5rem;
  }

  .sm\:focus\:mr-110:focus {
    margin-right: 27.5rem;
  }

  .sm\:focus\:mb-110:focus {
    margin-bottom: 27.5rem;
  }

  .sm\:focus\:ml-110:focus {
    margin-left: 27.5rem;
  }

  .sm\:focus\:mt-120:focus {
    margin-top: 30rem;
  }

  .sm\:focus\:mr-120:focus {
    margin-right: 30rem;
  }

  .sm\:focus\:mb-120:focus {
    margin-bottom: 30rem;
  }

  .sm\:focus\:ml-120:focus {
    margin-left: 30rem;
  }

  .sm\:focus\:mt-130:focus {
    margin-top: 38rem;
  }

  .sm\:focus\:mr-130:focus {
    margin-right: 38rem;
  }

  .sm\:focus\:mb-130:focus {
    margin-bottom: 38rem;
  }

  .sm\:focus\:ml-130:focus {
    margin-left: 38rem;
  }

  .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\:focus\:mt-250px:focus {
    margin-top: 250px;
  }

  .sm\:focus\:mr-250px:focus {
    margin-right: 250px;
  }

  .sm\:focus\:mb-250px:focus {
    margin-bottom: 250px;
  }

  .sm\:focus\:ml-250px:focus {
    margin-left: 250px;
  }

  .sm\:focus\:mt-1\/2\%:focus {
    margin-top: 0.5%;
  }

  .sm\:focus\:mr-1\/2\%:focus {
    margin-right: 0.5%;
  }

  .sm\:focus\:mb-1\/2\%:focus {
    margin-bottom: 0.5%;
  }

  .sm\:focus\:ml-1\/2\%:focus {
    margin-left: 0.5%;
  }

  .sm\:focus\:mt-1\%:focus {
    margin-top: 1%;
  }

  .sm\:focus\:mr-1\%:focus {
    margin-right: 1%;
  }

  .sm\:focus\:mb-1\%:focus {
    margin-bottom: 1%;
  }

  .sm\:focus\:ml-1\%:focus {
    margin-left: 1%;
  }

  .sm\:focus\:mt-2\%:focus {
    margin-top: 2%;
  }

  .sm\:focus\:mr-2\%:focus {
    margin-right: 2%;
  }

  .sm\:focus\:mb-2\%:focus {
    margin-bottom: 2%;
  }

  .sm\:focus\:ml-2\%:focus {
    margin-left: 2%;
  }

  .sm\:focus\:mt-3\%:focus {
    margin-top: 3%;
  }

  .sm\:focus\:mr-3\%:focus {
    margin-right: 3%;
  }

  .sm\:focus\:mb-3\%:focus {
    margin-bottom: 3%;
  }

  .sm\:focus\:ml-3\%:focus {
    margin-left: 3%;
  }

  .sm\:focus\:mt-4\%:focus {
    margin-top: 4%;
  }

  .sm\:focus\:mr-4\%:focus {
    margin-right: 4%;
  }

  .sm\:focus\:mb-4\%:focus {
    margin-bottom: 4%;
  }

  .sm\:focus\:ml-4\%:focus {
    margin-left: 4%;
  }

  .sm\:focus\:mt-5\%:focus {
    margin-top: 5%;
  }

  .sm\:focus\:mr-5\%:focus {
    margin-right: 5%;
  }

  .sm\:focus\:mb-5\%:focus {
    margin-bottom: 5%;
  }

  .sm\:focus\:ml-5\%:focus {
    margin-left: 5%;
  }

  .sm\:focus\:mt-10\%:focus {
    margin-top: 10%;
  }

  .sm\:focus\:mr-10\%:focus {
    margin-right: 10%;
  }

  .sm\:focus\:mb-10\%:focus {
    margin-bottom: 10%;
  }

  .sm\:focus\:ml-10\%:focus {
    margin-left: 10%;
  }

  .sm\:focus\:mt-20\%:focus {
    margin-top: 20%;
  }

  .sm\:focus\:mr-20\%:focus {
    margin-right: 20%;
  }

  .sm\:focus\:mb-20\%:focus {
    margin-bottom: 20%;
  }

  .sm\:focus\:ml-20\%:focus {
    margin-left: 20%;
  }

  .sm\:focus\:mt-23\%:focus {
    margin-top: 23%;
  }

  .sm\:focus\:mr-23\%:focus {
    margin-right: 23%;
  }

  .sm\:focus\:mb-23\%:focus {
    margin-bottom: 23%;
  }

  .sm\:focus\:ml-23\%:focus {
    margin-left: 23%;
  }

  .sm\:focus\:mt-25\%:focus {
    margin-top: 25%;
  }

  .sm\:focus\:mr-25\%:focus {
    margin-right: 25%;
  }

  .sm\:focus\:mb-25\%:focus {
    margin-bottom: 25%;
  }

  .sm\:focus\:ml-25\%:focus {
    margin-left: 25%;
  }

  .sm\:focus\:mt-26\%:focus {
    margin-top: 26%;
  }

  .sm\:focus\:mr-26\%:focus {
    margin-right: 26%;
  }

  .sm\:focus\:mb-26\%:focus {
    margin-bottom: 26%;
  }

  .sm\:focus\:ml-26\%:focus {
    margin-left: 26%;
  }

  .sm\:focus\:mt-30\%:focus {
    margin-top: 30%;
  }

  .sm\:focus\:mr-30\%:focus {
    margin-right: 30%;
  }

  .sm\:focus\:mb-30\%:focus {
    margin-bottom: 30%;
  }

  .sm\:focus\:ml-30\%:focus {
    margin-left: 30%;
  }

  .sm\:focus\:mt-40\%:focus {
    margin-top: 40%;
  }

  .sm\:focus\:mr-40\%:focus {
    margin-right: 40%;
  }

  .sm\:focus\:mb-40\%:focus {
    margin-bottom: 40%;
  }

  .sm\:focus\:ml-40\%:focus {
    margin-left: 40%;
  }

  .sm\:focus\:mt-50\%:focus {
    margin-top: 50%;
  }

  .sm\:focus\:mr-50\%:focus {
    margin-right: 50%;
  }

  .sm\:focus\:mb-50\%:focus {
    margin-bottom: 50%;
  }

  .sm\:focus\:ml-50\%:focus {
    margin-left: 50%;
  }

  .sm\:focus\:mt-60\%:focus {
    margin-top: 60%;
  }

  .sm\:focus\:mr-60\%:focus {
    margin-right: 60%;
  }

  .sm\:focus\:mb-60\%:focus {
    margin-bottom: 60%;
  }

  .sm\:focus\:ml-60\%:focus {
    margin-left: 60%;
  }

  .sm\:focus\:mt-70\%:focus {
    margin-top: 70%;
  }

  .sm\:focus\:mr-70\%:focus {
    margin-right: 70%;
  }

  .sm\:focus\:mb-70\%:focus {
    margin-bottom: 70%;
  }

  .sm\:focus\:ml-70\%:focus {
    margin-left: 70%;
  }

  .sm\:focus\:mt-80\%:focus {
    margin-top: 80%;
  }

  .sm\:focus\:mr-80\%:focus {
    margin-right: 80%;
  }

  .sm\:focus\:mb-80\%:focus {
    margin-bottom: 80%;
  }

  .sm\:focus\:ml-80\%:focus {
    margin-left: 80%;
  }

  .sm\:focus\:mt-90\%:focus {
    margin-top: 90%;
  }

  .sm\:focus\:mr-90\%:focus {
    margin-right: 90%;
  }

  .sm\:focus\:mb-90\%:focus {
    margin-bottom: 90%;
  }

  .sm\:focus\:ml-90\%:focus {
    margin-left: 90%;
  }

  .sm\:focus\:mt-95\%:focus {
    margin-top: 95%;
  }

  .sm\:focus\:mr-95\%:focus {
    margin-right: 95%;
  }

  .sm\:focus\:mb-95\%:focus {
    margin-bottom: 95%;
  }

  .sm\:focus\:ml-95\%:focus {
    margin-left: 95%;
  }

  .sm\:focus\:mt-96\%:focus {
    margin-top: 96%;
  }

  .sm\:focus\:mr-96\%:focus {
    margin-right: 96%;
  }

  .sm\:focus\:mb-96\%:focus {
    margin-bottom: 96%;
  }

  .sm\:focus\:ml-96\%:focus {
    margin-left: 96%;
  }

  .sm\:focus\:mt-97\%:focus {
    margin-top: 97%;
  }

  .sm\:focus\:mr-97\%:focus {
    margin-right: 97%;
  }

  .sm\:focus\:mb-97\%:focus {
    margin-bottom: 97%;
  }

  .sm\:focus\:ml-97\%:focus {
    margin-left: 97%;
  }

  .sm\:focus\:mt-98\%:focus {
    margin-top: 98%;
  }

  .sm\:focus\:mr-98\%:focus {
    margin-right: 98%;
  }

  .sm\:focus\:mb-98\%:focus {
    margin-bottom: 98%;
  }

  .sm\:focus\:ml-98\%:focus {
    margin-left: 98%;
  }

  .sm\:focus\:mt-99\%:focus {
    margin-top: 99%;
  }

  .sm\:focus\:mr-99\%:focus {
    margin-right: 99%;
  }

  .sm\:focus\:mb-99\%:focus {
    margin-bottom: 99%;
  }

  .sm\:focus\:ml-99\%:focus {
    margin-left: 99%;
  }

  .sm\:focus\:mt-36vh:focus {
    margin-top: 36vh;
  }

  .sm\:focus\:mr-36vh:focus {
    margin-right: 36vh;
  }

  .sm\:focus\:mb-36vh:focus {
    margin-bottom: 36vh;
  }

  .sm\:focus\:ml-36vh:focus {
    margin-left: 36vh;
  }

  .sm\:focus\:mt-75vh:focus {
    margin-top: 75vh;
  }

  .sm\:focus\:mr-75vh:focus {
    margin-right: 75vh;
  }

  .sm\:focus\:mb-75vh:focus {
    margin-bottom: 75vh;
  }

  .sm\:focus\:ml-75vh:focus {
    margin-left: 75vh;
  }

  .sm\:focus\:mt-78vh:focus {
    margin-top: 78vh;
  }

  .sm\:focus\:mr-78vh:focus {
    margin-right: 78vh;
  }

  .sm\:focus\:mb-78vh:focus {
    margin-bottom: 78vh;
  }

  .sm\:focus\:ml-78vh:focus {
    margin-left: 78vh;
  }

  .sm\:focus\:mt-80vh:focus {
    margin-top: 80vh;
  }

  .sm\:focus\:mr-80vh:focus {
    margin-right: 80vh;
  }

  .sm\:focus\:mb-80vh:focus {
    margin-bottom: 80vh;
  }

  .sm\:focus\:ml-80vh:focus {
    margin-left: 80vh;
  }

  .sm\:focus\:mt-82vh:focus {
    margin-top: 82vh;
  }

  .sm\:focus\:mr-82vh:focus {
    margin-right: 82vh;
  }

  .sm\:focus\:mb-82vh:focus {
    margin-bottom: 82vh;
  }

  .sm\:focus\:ml-82vh:focus {
    margin-left: 82vh;
  }

  .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-7:focus {
    margin-top: -1.75rem;
  }

  .sm\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .sm\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .sm\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .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-9:focus {
    margin-top: -2.25rem;
  }

  .sm\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .sm\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .sm\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .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-14:focus {
    margin-top: -3.5rem;
  }

  .sm\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .sm\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .sm\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .sm\:focus\:-mt-15:focus {
    margin-top: -3.75rem;
  }

  .sm\:focus\:-mr-15:focus {
    margin-right: -3.75rem;
  }

  .sm\:focus\:-mb-15:focus {
    margin-bottom: -3.75rem;
  }

  .sm\:focus\:-ml-15:focus {
    margin-left: -3.75rem;
  }

  .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-18:focus {
    margin-top: -4.5rem;
  }

  .sm\:focus\:-mr-18:focus {
    margin-right: -4.5rem;
  }

  .sm\:focus\:-mb-18:focus {
    margin-bottom: -4.5rem;
  }

  .sm\:focus\:-ml-18:focus {
    margin-left: -4.5rem;
  }

  .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-21:focus {
    margin-top: -5.25rem;
  }

  .sm\:focus\:-mr-21:focus {
    margin-right: -5.25rem;
  }

  .sm\:focus\:-mb-21:focus {
    margin-bottom: -5.25rem;
  }

  .sm\:focus\:-ml-21:focus {
    margin-left: -5.25rem;
  }

  .sm\:focus\:-mt-22:focus {
    margin-top: -5.5rem;
  }

  .sm\:focus\:-mr-22:focus {
    margin-right: -5.5rem;
  }

  .sm\:focus\:-mb-22:focus {
    margin-bottom: -5.5rem;
  }

  .sm\:focus\:-ml-22:focus {
    margin-left: -5.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-26:focus {
    margin-top: -6.5rem;
  }

  .sm\:focus\:-mr-26:focus {
    margin-right: -6.5rem;
  }

  .sm\:focus\:-mb-26:focus {
    margin-bottom: -6.5rem;
  }

  .sm\:focus\:-ml-26:focus {
    margin-left: -6.5rem;
  }

  .sm\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .sm\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .sm\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .sm\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .sm\:focus\:-mt-30:focus {
    margin-top: -7.5rem;
  }

  .sm\:focus\:-mr-30:focus {
    margin-right: -7.5rem;
  }

  .sm\:focus\:-mb-30:focus {
    margin-bottom: -7.5rem;
  }

  .sm\:focus\:-ml-30:focus {
    margin-left: -7.5rem;
  }

  .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-34:focus {
    margin-top: -8.5rem;
  }

  .sm\:focus\:-mr-34:focus {
    margin-right: -8.5rem;
  }

  .sm\:focus\:-mb-34:focus {
    margin-bottom: -8.5rem;
  }

  .sm\:focus\:-ml-34:focus {
    margin-left: -8.5rem;
  }

  .sm\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .sm\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .sm\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .sm\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .sm\:focus\:-mt-38:focus {
    margin-top: -9.5rem;
  }

  .sm\:focus\:-mr-38:focus {
    margin-right: -9.5rem;
  }

  .sm\:focus\:-mb-38:focus {
    margin-bottom: -9.5rem;
  }

  .sm\:focus\:-ml-38:focus {
    margin-left: -9.5rem;
  }

  .sm\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .sm\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .sm\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .sm\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .sm\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .sm\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .sm\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .sm\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .sm\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .sm\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .sm\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .sm\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .sm\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .sm\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .sm\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .sm\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .sm\:focus\:-mt-53:focus {
    margin-top: -13.25rem;
  }

  .sm\:focus\:-mr-53:focus {
    margin-right: -13.25rem;
  }

  .sm\:focus\:-mb-53:focus {
    margin-bottom: -13.25rem;
  }

  .sm\:focus\:-ml-53:focus {
    margin-left: -13.25rem;
  }

  .sm\:focus\:-mt-54:focus {
    margin-top: -13.5rem;
  }

  .sm\:focus\:-mr-54:focus {
    margin-right: -13.5rem;
  }

  .sm\:focus\:-mb-54:focus {
    margin-bottom: -13.5rem;
  }

  .sm\:focus\:-ml-54:focus {
    margin-left: -13.5rem;
  }

  .sm\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .sm\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .sm\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .sm\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .sm\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .sm\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .sm\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .sm\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .sm\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .sm\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .sm\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .sm\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .sm\:focus\:-mt-74:focus {
    margin-top: -18.5rem;
  }

  .sm\:focus\:-mr-74:focus {
    margin-right: -18.5rem;
  }

  .sm\:focus\:-mb-74:focus {
    margin-bottom: -18.5rem;
  }

  .sm\:focus\:-ml-74:focus {
    margin-left: -18.5rem;
  }

  .sm\:focus\:-mt-76:focus {
    margin-top: -19rem;
  }

  .sm\:focus\:-mr-76:focus {
    margin-right: -19rem;
  }

  .sm\:focus\:-mb-76:focus {
    margin-bottom: -19rem;
  }

  .sm\:focus\:-ml-76:focus {
    margin-left: -19rem;
  }

  .sm\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .sm\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .sm\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .sm\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .sm\:focus\:-mt-85:focus {
    margin-top: -21.25rem;
  }

  .sm\:focus\:-mr-85:focus {
    margin-right: -21.25rem;
  }

  .sm\:focus\:-mb-85:focus {
    margin-bottom: -21.25rem;
  }

  .sm\:focus\:-ml-85:focus {
    margin-left: -21.25rem;
  }

  .sm\:focus\:-mt-100:focus {
    margin-top: -25rem;
  }

  .sm\:focus\:-mr-100:focus {
    margin-right: -25rem;
  }

  .sm\:focus\:-mb-100:focus {
    margin-bottom: -25rem;
  }

  .sm\:focus\:-ml-100:focus {
    margin-left: -25rem;
  }

  .sm\:focus\:-mt-105:focus {
    margin-top: -26.25rem;
  }

  .sm\:focus\:-mr-105:focus {
    margin-right: -26.25rem;
  }

  .sm\:focus\:-mb-105:focus {
    margin-bottom: -26.25rem;
  }

  .sm\:focus\:-ml-105:focus {
    margin-left: -26.25rem;
  }

  .sm\:focus\:-mt-107:focus {
    margin-top: -26.4rem;
  }

  .sm\:focus\:-mr-107:focus {
    margin-right: -26.4rem;
  }

  .sm\:focus\:-mb-107:focus {
    margin-bottom: -26.4rem;
  }

  .sm\:focus\:-ml-107:focus {
    margin-left: -26.4rem;
  }

  .sm\:focus\:-mt-110:focus {
    margin-top: -27.5rem;
  }

  .sm\:focus\:-mr-110:focus {
    margin-right: -27.5rem;
  }

  .sm\:focus\:-mb-110:focus {
    margin-bottom: -27.5rem;
  }

  .sm\:focus\:-ml-110:focus {
    margin-left: -27.5rem;
  }

  .sm\:focus\:-mt-120:focus {
    margin-top: -30rem;
  }

  .sm\:focus\:-mr-120:focus {
    margin-right: -30rem;
  }

  .sm\:focus\:-mb-120:focus {
    margin-bottom: -30rem;
  }

  .sm\:focus\:-ml-120:focus {
    margin-left: -30rem;
  }

  .sm\:focus\:-mt-130:focus {
    margin-top: -38rem;
  }

  .sm\:focus\:-mr-130:focus {
    margin-right: -38rem;
  }

  .sm\:focus\:-mb-130:focus {
    margin-bottom: -38rem;
  }

  .sm\:focus\:-ml-130:focus {
    margin-left: -38rem;
  }

  .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\:focus\:-mt-250px:focus {
    margin-top: -250px;
  }

  .sm\:focus\:-mr-250px:focus {
    margin-right: -250px;
  }

  .sm\:focus\:-mb-250px:focus {
    margin-bottom: -250px;
  }

  .sm\:focus\:-ml-250px:focus {
    margin-left: -250px;
  }

  .sm\:focus\:-mt-1\/2\%:focus {
    margin-top: -0.5%;
  }

  .sm\:focus\:-mr-1\/2\%:focus {
    margin-right: -0.5%;
  }

  .sm\:focus\:-mb-1\/2\%:focus {
    margin-bottom: -0.5%;
  }

  .sm\:focus\:-ml-1\/2\%:focus {
    margin-left: -0.5%;
  }

  .sm\:focus\:-mt-1\%:focus {
    margin-top: -1%;
  }

  .sm\:focus\:-mr-1\%:focus {
    margin-right: -1%;
  }

  .sm\:focus\:-mb-1\%:focus {
    margin-bottom: -1%;
  }

  .sm\:focus\:-ml-1\%:focus {
    margin-left: -1%;
  }

  .sm\:focus\:-mt-2\%:focus {
    margin-top: -2%;
  }

  .sm\:focus\:-mr-2\%:focus {
    margin-right: -2%;
  }

  .sm\:focus\:-mb-2\%:focus {
    margin-bottom: -2%;
  }

  .sm\:focus\:-ml-2\%:focus {
    margin-left: -2%;
  }

  .sm\:focus\:-mt-3\%:focus {
    margin-top: -3%;
  }

  .sm\:focus\:-mr-3\%:focus {
    margin-right: -3%;
  }

  .sm\:focus\:-mb-3\%:focus {
    margin-bottom: -3%;
  }

  .sm\:focus\:-ml-3\%:focus {
    margin-left: -3%;
  }

  .sm\:focus\:-mt-4\%:focus {
    margin-top: -4%;
  }

  .sm\:focus\:-mr-4\%:focus {
    margin-right: -4%;
  }

  .sm\:focus\:-mb-4\%:focus {
    margin-bottom: -4%;
  }

  .sm\:focus\:-ml-4\%:focus {
    margin-left: -4%;
  }

  .sm\:focus\:-mt-5\%:focus {
    margin-top: -5%;
  }

  .sm\:focus\:-mr-5\%:focus {
    margin-right: -5%;
  }

  .sm\:focus\:-mb-5\%:focus {
    margin-bottom: -5%;
  }

  .sm\:focus\:-ml-5\%:focus {
    margin-left: -5%;
  }

  .sm\:focus\:-mt-10\%:focus {
    margin-top: -10%;
  }

  .sm\:focus\:-mr-10\%:focus {
    margin-right: -10%;
  }

  .sm\:focus\:-mb-10\%:focus {
    margin-bottom: -10%;
  }

  .sm\:focus\:-ml-10\%:focus {
    margin-left: -10%;
  }

  .sm\:focus\:-mt-20\%:focus {
    margin-top: -20%;
  }

  .sm\:focus\:-mr-20\%:focus {
    margin-right: -20%;
  }

  .sm\:focus\:-mb-20\%:focus {
    margin-bottom: -20%;
  }

  .sm\:focus\:-ml-20\%:focus {
    margin-left: -20%;
  }

  .sm\:focus\:-mt-23\%:focus {
    margin-top: -23%;
  }

  .sm\:focus\:-mr-23\%:focus {
    margin-right: -23%;
  }

  .sm\:focus\:-mb-23\%:focus {
    margin-bottom: -23%;
  }

  .sm\:focus\:-ml-23\%:focus {
    margin-left: -23%;
  }

  .sm\:focus\:-mt-25\%:focus {
    margin-top: -25%;
  }

  .sm\:focus\:-mr-25\%:focus {
    margin-right: -25%;
  }

  .sm\:focus\:-mb-25\%:focus {
    margin-bottom: -25%;
  }

  .sm\:focus\:-ml-25\%:focus {
    margin-left: -25%;
  }

  .sm\:focus\:-mt-26\%:focus {
    margin-top: -26%;
  }

  .sm\:focus\:-mr-26\%:focus {
    margin-right: -26%;
  }

  .sm\:focus\:-mb-26\%:focus {
    margin-bottom: -26%;
  }

  .sm\:focus\:-ml-26\%:focus {
    margin-left: -26%;
  }

  .sm\:focus\:-mt-30\%:focus {
    margin-top: -30%;
  }

  .sm\:focus\:-mr-30\%:focus {
    margin-right: -30%;
  }

  .sm\:focus\:-mb-30\%:focus {
    margin-bottom: -30%;
  }

  .sm\:focus\:-ml-30\%:focus {
    margin-left: -30%;
  }

  .sm\:focus\:-mt-40\%:focus {
    margin-top: -40%;
  }

  .sm\:focus\:-mr-40\%:focus {
    margin-right: -40%;
  }

  .sm\:focus\:-mb-40\%:focus {
    margin-bottom: -40%;
  }

  .sm\:focus\:-ml-40\%:focus {
    margin-left: -40%;
  }

  .sm\:focus\:-mt-50\%:focus {
    margin-top: -50%;
  }

  .sm\:focus\:-mr-50\%:focus {
    margin-right: -50%;
  }

  .sm\:focus\:-mb-50\%:focus {
    margin-bottom: -50%;
  }

  .sm\:focus\:-ml-50\%:focus {
    margin-left: -50%;
  }

  .sm\:focus\:-mt-60\%:focus {
    margin-top: -60%;
  }

  .sm\:focus\:-mr-60\%:focus {
    margin-right: -60%;
  }

  .sm\:focus\:-mb-60\%:focus {
    margin-bottom: -60%;
  }

  .sm\:focus\:-ml-60\%:focus {
    margin-left: -60%;
  }

  .sm\:focus\:-mt-70\%:focus {
    margin-top: -70%;
  }

  .sm\:focus\:-mr-70\%:focus {
    margin-right: -70%;
  }

  .sm\:focus\:-mb-70\%:focus {
    margin-bottom: -70%;
  }

  .sm\:focus\:-ml-70\%:focus {
    margin-left: -70%;
  }

  .sm\:focus\:-mt-80\%:focus {
    margin-top: -80%;
  }

  .sm\:focus\:-mr-80\%:focus {
    margin-right: -80%;
  }

  .sm\:focus\:-mb-80\%:focus {
    margin-bottom: -80%;
  }

  .sm\:focus\:-ml-80\%:focus {
    margin-left: -80%;
  }

  .sm\:focus\:-mt-90\%:focus {
    margin-top: -90%;
  }

  .sm\:focus\:-mr-90\%:focus {
    margin-right: -90%;
  }

  .sm\:focus\:-mb-90\%:focus {
    margin-bottom: -90%;
  }

  .sm\:focus\:-ml-90\%:focus {
    margin-left: -90%;
  }

  .sm\:focus\:-mt-95\%:focus {
    margin-top: -95%;
  }

  .sm\:focus\:-mr-95\%:focus {
    margin-right: -95%;
  }

  .sm\:focus\:-mb-95\%:focus {
    margin-bottom: -95%;
  }

  .sm\:focus\:-ml-95\%:focus {
    margin-left: -95%;
  }

  .sm\:focus\:-mt-96\%:focus {
    margin-top: -96%;
  }

  .sm\:focus\:-mr-96\%:focus {
    margin-right: -96%;
  }

  .sm\:focus\:-mb-96\%:focus {
    margin-bottom: -96%;
  }

  .sm\:focus\:-ml-96\%:focus {
    margin-left: -96%;
  }

  .sm\:focus\:-mt-97\%:focus {
    margin-top: -97%;
  }

  .sm\:focus\:-mr-97\%:focus {
    margin-right: -97%;
  }

  .sm\:focus\:-mb-97\%:focus {
    margin-bottom: -97%;
  }

  .sm\:focus\:-ml-97\%:focus {
    margin-left: -97%;
  }

  .sm\:focus\:-mt-98\%:focus {
    margin-top: -98%;
  }

  .sm\:focus\:-mr-98\%:focus {
    margin-right: -98%;
  }

  .sm\:focus\:-mb-98\%:focus {
    margin-bottom: -98%;
  }

  .sm\:focus\:-ml-98\%:focus {
    margin-left: -98%;
  }

  .sm\:focus\:-mt-99\%:focus {
    margin-top: -99%;
  }

  .sm\:focus\:-mr-99\%:focus {
    margin-right: -99%;
  }

  .sm\:focus\:-mb-99\%:focus {
    margin-bottom: -99%;
  }

  .sm\:focus\:-ml-99\%:focus {
    margin-left: -99%;
  }

  .sm\:focus\:-mt-36vh:focus {
    margin-top: -36vh;
  }

  .sm\:focus\:-mr-36vh:focus {
    margin-right: -36vh;
  }

  .sm\:focus\:-mb-36vh:focus {
    margin-bottom: -36vh;
  }

  .sm\:focus\:-ml-36vh:focus {
    margin-left: -36vh;
  }

  .sm\:focus\:-mt-75vh:focus {
    margin-top: -75vh;
  }

  .sm\:focus\:-mr-75vh:focus {
    margin-right: -75vh;
  }

  .sm\:focus\:-mb-75vh:focus {
    margin-bottom: -75vh;
  }

  .sm\:focus\:-ml-75vh:focus {
    margin-left: -75vh;
  }

  .sm\:focus\:-mt-78vh:focus {
    margin-top: -78vh;
  }

  .sm\:focus\:-mr-78vh:focus {
    margin-right: -78vh;
  }

  .sm\:focus\:-mb-78vh:focus {
    margin-bottom: -78vh;
  }

  .sm\:focus\:-ml-78vh:focus {
    margin-left: -78vh;
  }

  .sm\:focus\:-mt-80vh:focus {
    margin-top: -80vh;
  }

  .sm\:focus\:-mr-80vh:focus {
    margin-right: -80vh;
  }

  .sm\:focus\:-mb-80vh:focus {
    margin-bottom: -80vh;
  }

  .sm\:focus\:-ml-80vh:focus {
    margin-left: -80vh;
  }

  .sm\:focus\:-mt-82vh:focus {
    margin-top: -82vh;
  }

  .sm\:focus\:-mr-82vh:focus {
    margin-right: -82vh;
  }

  .sm\:focus\:-mb-82vh:focus {
    margin-bottom: -82vh;
  }

  .sm\:focus\:-ml-82vh:focus {
    margin-left: -82vh;
  }

  .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-7:focus-within {
    margin: 1.75rem;
  }

  .sm\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .sm\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .sm\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .sm\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .sm\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .sm\:focus-within\:m-15:focus-within {
    margin: 3.75rem;
  }

  .sm\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .sm\:focus-within\:m-18:focus-within {
    margin: 4.5rem;
  }

  .sm\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .sm\:focus-within\:m-21:focus-within {
    margin: 5.25rem;
  }

  .sm\:focus-within\:m-22:focus-within {
    margin: 5.5rem;
  }

  .sm\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .sm\:focus-within\:m-26:focus-within {
    margin: 6.5rem;
  }

  .sm\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .sm\:focus-within\:m-30:focus-within {
    margin: 7.5rem;
  }

  .sm\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .sm\:focus-within\:m-34:focus-within {
    margin: 8.5rem;
  }

  .sm\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .sm\:focus-within\:m-38:focus-within {
    margin: 9.5rem;
  }

  .sm\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .sm\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .sm\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .sm\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .sm\:focus-within\:m-53:focus-within {
    margin: 13.25rem;
  }

  .sm\:focus-within\:m-54:focus-within {
    margin: 13.5rem;
  }

  .sm\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .sm\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .sm\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .sm\:focus-within\:m-74:focus-within {
    margin: 18.5rem;
  }

  .sm\:focus-within\:m-76:focus-within {
    margin: 19rem;
  }

  .sm\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .sm\:focus-within\:m-85:focus-within {
    margin: 21.25rem;
  }

  .sm\:focus-within\:m-100:focus-within {
    margin: 25rem;
  }

  .sm\:focus-within\:m-105:focus-within {
    margin: 26.25rem;
  }

  .sm\:focus-within\:m-107:focus-within {
    margin: 26.4rem;
  }

  .sm\:focus-within\:m-110:focus-within {
    margin: 27.5rem;
  }

  .sm\:focus-within\:m-120:focus-within {
    margin: 30rem;
  }

  .sm\:focus-within\:m-130:focus-within {
    margin: 38rem;
  }

  .sm\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .sm\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .sm\:focus-within\:m-250px:focus-within {
    margin: 250px;
  }

  .sm\:focus-within\:m-1\/2\%:focus-within {
    margin: 0.5%;
  }

  .sm\:focus-within\:m-1\%:focus-within {
    margin: 1%;
  }

  .sm\:focus-within\:m-2\%:focus-within {
    margin: 2%;
  }

  .sm\:focus-within\:m-3\%:focus-within {
    margin: 3%;
  }

  .sm\:focus-within\:m-4\%:focus-within {
    margin: 4%;
  }

  .sm\:focus-within\:m-5\%:focus-within {
    margin: 5%;
  }

  .sm\:focus-within\:m-10\%:focus-within {
    margin: 10%;
  }

  .sm\:focus-within\:m-20\%:focus-within {
    margin: 20%;
  }

  .sm\:focus-within\:m-23\%:focus-within {
    margin: 23%;
  }

  .sm\:focus-within\:m-25\%:focus-within {
    margin: 25%;
  }

  .sm\:focus-within\:m-26\%:focus-within {
    margin: 26%;
  }

  .sm\:focus-within\:m-30\%:focus-within {
    margin: 30%;
  }

  .sm\:focus-within\:m-40\%:focus-within {
    margin: 40%;
  }

  .sm\:focus-within\:m-50\%:focus-within {
    margin: 50%;
  }

  .sm\:focus-within\:m-60\%:focus-within {
    margin: 60%;
  }

  .sm\:focus-within\:m-70\%:focus-within {
    margin: 70%;
  }

  .sm\:focus-within\:m-80\%:focus-within {
    margin: 80%;
  }

  .sm\:focus-within\:m-90\%:focus-within {
    margin: 90%;
  }

  .sm\:focus-within\:m-95\%:focus-within {
    margin: 95%;
  }

  .sm\:focus-within\:m-96\%:focus-within {
    margin: 96%;
  }

  .sm\:focus-within\:m-97\%:focus-within {
    margin: 97%;
  }

  .sm\:focus-within\:m-98\%:focus-within {
    margin: 98%;
  }

  .sm\:focus-within\:m-99\%:focus-within {
    margin: 99%;
  }

  .sm\:focus-within\:m-36vh:focus-within {
    margin: 36vh;
  }

  .sm\:focus-within\:m-75vh:focus-within {
    margin: 75vh;
  }

  .sm\:focus-within\:m-78vh:focus-within {
    margin: 78vh;
  }

  .sm\:focus-within\:m-80vh:focus-within {
    margin: 80vh;
  }

  .sm\:focus-within\:m-82vh:focus-within {
    margin: 82vh;
  }

  .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-7:focus-within {
    margin: -1.75rem;
  }

  .sm\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .sm\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .sm\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .sm\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .sm\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .sm\:focus-within\:-m-15:focus-within {
    margin: -3.75rem;
  }

  .sm\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .sm\:focus-within\:-m-18:focus-within {
    margin: -4.5rem;
  }

  .sm\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .sm\:focus-within\:-m-21:focus-within {
    margin: -5.25rem;
  }

  .sm\:focus-within\:-m-22:focus-within {
    margin: -5.5rem;
  }

  .sm\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .sm\:focus-within\:-m-26:focus-within {
    margin: -6.5rem;
  }

  .sm\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .sm\:focus-within\:-m-30:focus-within {
    margin: -7.5rem;
  }

  .sm\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .sm\:focus-within\:-m-34:focus-within {
    margin: -8.5rem;
  }

  .sm\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .sm\:focus-within\:-m-38:focus-within {
    margin: -9.5rem;
  }

  .sm\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .sm\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .sm\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .sm\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .sm\:focus-within\:-m-53:focus-within {
    margin: -13.25rem;
  }

  .sm\:focus-within\:-m-54:focus-within {
    margin: -13.5rem;
  }

  .sm\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .sm\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .sm\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .sm\:focus-within\:-m-74:focus-within {
    margin: -18.5rem;
  }

  .sm\:focus-within\:-m-76:focus-within {
    margin: -19rem;
  }

  .sm\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .sm\:focus-within\:-m-85:focus-within {
    margin: -21.25rem;
  }

  .sm\:focus-within\:-m-100:focus-within {
    margin: -25rem;
  }

  .sm\:focus-within\:-m-105:focus-within {
    margin: -26.25rem;
  }

  .sm\:focus-within\:-m-107:focus-within {
    margin: -26.4rem;
  }

  .sm\:focus-within\:-m-110:focus-within {
    margin: -27.5rem;
  }

  .sm\:focus-within\:-m-120:focus-within {
    margin: -30rem;
  }

  .sm\:focus-within\:-m-130:focus-within {
    margin: -38rem;
  }

  .sm\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .sm\:focus-within\:-m-250px:focus-within {
    margin: -250px;
  }

  .sm\:focus-within\:-m-1\/2\%:focus-within {
    margin: -0.5%;
  }

  .sm\:focus-within\:-m-1\%:focus-within {
    margin: -1%;
  }

  .sm\:focus-within\:-m-2\%:focus-within {
    margin: -2%;
  }

  .sm\:focus-within\:-m-3\%:focus-within {
    margin: -3%;
  }

  .sm\:focus-within\:-m-4\%:focus-within {
    margin: -4%;
  }

  .sm\:focus-within\:-m-5\%:focus-within {
    margin: -5%;
  }

  .sm\:focus-within\:-m-10\%:focus-within {
    margin: -10%;
  }

  .sm\:focus-within\:-m-20\%:focus-within {
    margin: -20%;
  }

  .sm\:focus-within\:-m-23\%:focus-within {
    margin: -23%;
  }

  .sm\:focus-within\:-m-25\%:focus-within {
    margin: -25%;
  }

  .sm\:focus-within\:-m-26\%:focus-within {
    margin: -26%;
  }

  .sm\:focus-within\:-m-30\%:focus-within {
    margin: -30%;
  }

  .sm\:focus-within\:-m-40\%:focus-within {
    margin: -40%;
  }

  .sm\:focus-within\:-m-50\%:focus-within {
    margin: -50%;
  }

  .sm\:focus-within\:-m-60\%:focus-within {
    margin: -60%;
  }

  .sm\:focus-within\:-m-70\%:focus-within {
    margin: -70%;
  }

  .sm\:focus-within\:-m-80\%:focus-within {
    margin: -80%;
  }

  .sm\:focus-within\:-m-90\%:focus-within {
    margin: -90%;
  }

  .sm\:focus-within\:-m-95\%:focus-within {
    margin: -95%;
  }

  .sm\:focus-within\:-m-96\%:focus-within {
    margin: -96%;
  }

  .sm\:focus-within\:-m-97\%:focus-within {
    margin: -97%;
  }

  .sm\:focus-within\:-m-98\%:focus-within {
    margin: -98%;
  }

  .sm\:focus-within\:-m-99\%:focus-within {
    margin: -99%;
  }

  .sm\:focus-within\:-m-36vh:focus-within {
    margin: -36vh;
  }

  .sm\:focus-within\:-m-75vh:focus-within {
    margin: -75vh;
  }

  .sm\:focus-within\:-m-78vh:focus-within {
    margin: -78vh;
  }

  .sm\:focus-within\:-m-80vh:focus-within {
    margin: -80vh;
  }

  .sm\:focus-within\:-m-82vh:focus-within {
    margin: -82vh;
  }

  .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-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:focus-within\:my-15:focus-within {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:focus-within\:mx-15:focus-within {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:focus-within {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:focus-within\:mx-18:focus-within {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:focus-within {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .sm\:focus-within\:mx-21:focus-within {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .sm\:focus-within\:my-22:focus-within {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:focus-within\:mx-22:focus-within {
    margin-left: 5.5rem;
    margin-right: 5.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-26:focus-within {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:focus-within\:mx-26:focus-within {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:focus-within\:my-30:focus-within {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sm\:focus-within\:mx-30:focus-within {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:focus-within {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:focus-within\:mx-34:focus-within {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:focus-within\:my-38:focus-within {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .sm\:focus-within\:mx-38:focus-within {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .sm\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:focus-within\:my-53:focus-within {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .sm\:focus-within\:mx-53:focus-within {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .sm\:focus-within\:my-54:focus-within {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .sm\:focus-within\:mx-54:focus-within {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .sm\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:focus-within\:my-74:focus-within {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .sm\:focus-within\:mx-74:focus-within {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .sm\:focus-within\:my-76:focus-within {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .sm\:focus-within\:mx-76:focus-within {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .sm\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:focus-within\:my-85:focus-within {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .sm\:focus-within\:mx-85:focus-within {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .sm\:focus-within\:my-100:focus-within {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .sm\:focus-within\:mx-100:focus-within {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .sm\:focus-within\:my-105:focus-within {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .sm\:focus-within\:mx-105:focus-within {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .sm\:focus-within\:my-107:focus-within {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .sm\:focus-within\:mx-107:focus-within {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .sm\:focus-within\:my-110:focus-within {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .sm\:focus-within\:mx-110:focus-within {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .sm\:focus-within\:my-120:focus-within {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:focus-within\:mx-120:focus-within {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:focus-within\:my-130:focus-within {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sm\:focus-within\:mx-130:focus-within {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:focus-within {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .sm\:focus-within\:mx-250px:focus-within {
    margin-left: 250px;
    margin-right: 250px;
  }

  .sm\:focus-within\:my-1\/2\%:focus-within {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .sm\:focus-within\:mx-1\/2\%:focus-within {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .sm\:focus-within\:my-1\%:focus-within {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .sm\:focus-within\:mx-1\%:focus-within {
    margin-left: 1%;
    margin-right: 1%;
  }

  .sm\:focus-within\:my-2\%:focus-within {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .sm\:focus-within\:mx-2\%:focus-within {
    margin-left: 2%;
    margin-right: 2%;
  }

  .sm\:focus-within\:my-3\%:focus-within {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .sm\:focus-within\:mx-3\%:focus-within {
    margin-left: 3%;
    margin-right: 3%;
  }

  .sm\:focus-within\:my-4\%:focus-within {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .sm\:focus-within\:mx-4\%:focus-within {
    margin-left: 4%;
    margin-right: 4%;
  }

  .sm\:focus-within\:my-5\%:focus-within {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .sm\:focus-within\:mx-5\%:focus-within {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sm\:focus-within\:my-10\%:focus-within {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .sm\:focus-within\:mx-10\%:focus-within {
    margin-left: 10%;
    margin-right: 10%;
  }

  .sm\:focus-within\:my-20\%:focus-within {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:focus-within\:mx-20\%:focus-within {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:focus-within\:my-23\%:focus-within {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .sm\:focus-within\:mx-23\%:focus-within {
    margin-left: 23%;
    margin-right: 23%;
  }

  .sm\:focus-within\:my-25\%:focus-within {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:focus-within\:mx-25\%:focus-within {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:focus-within\:my-26\%:focus-within {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .sm\:focus-within\:mx-26\%:focus-within {
    margin-left: 26%;
    margin-right: 26%;
  }

  .sm\:focus-within\:my-30\%:focus-within {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .sm\:focus-within\:mx-30\%:focus-within {
    margin-left: 30%;
    margin-right: 30%;
  }

  .sm\:focus-within\:my-40\%:focus-within {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:focus-within\:mx-40\%:focus-within {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:focus-within\:my-50\%:focus-within {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:focus-within\:mx-50\%:focus-within {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:focus-within\:my-60\%:focus-within {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:focus-within\:mx-60\%:focus-within {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:focus-within\:my-70\%:focus-within {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .sm\:focus-within\:mx-70\%:focus-within {
    margin-left: 70%;
    margin-right: 70%;
  }

  .sm\:focus-within\:my-80\%:focus-within {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:focus-within\:mx-80\%:focus-within {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:focus-within\:my-90\%:focus-within {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .sm\:focus-within\:mx-90\%:focus-within {
    margin-left: 90%;
    margin-right: 90%;
  }

  .sm\:focus-within\:my-95\%:focus-within {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .sm\:focus-within\:mx-95\%:focus-within {
    margin-left: 95%;
    margin-right: 95%;
  }

  .sm\:focus-within\:my-96\%:focus-within {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .sm\:focus-within\:mx-96\%:focus-within {
    margin-left: 96%;
    margin-right: 96%;
  }

  .sm\:focus-within\:my-97\%:focus-within {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .sm\:focus-within\:mx-97\%:focus-within {
    margin-left: 97%;
    margin-right: 97%;
  }

  .sm\:focus-within\:my-98\%:focus-within {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .sm\:focus-within\:mx-98\%:focus-within {
    margin-left: 98%;
    margin-right: 98%;
  }

  .sm\:focus-within\:my-99\%:focus-within {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .sm\:focus-within\:mx-99\%:focus-within {
    margin-left: 99%;
    margin-right: 99%;
  }

  .sm\:focus-within\:my-36vh:focus-within {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .sm\:focus-within\:mx-36vh:focus-within {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .sm\:focus-within\:my-75vh:focus-within {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .sm\:focus-within\:mx-75vh:focus-within {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .sm\:focus-within\:my-78vh:focus-within {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .sm\:focus-within\:mx-78vh:focus-within {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .sm\:focus-within\:my-80vh:focus-within {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm\:focus-within\:mx-80vh:focus-within {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm\:focus-within\:my-82vh:focus-within {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .sm\:focus-within\:mx-82vh:focus-within {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:focus-within\:-my-15:focus-within {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:focus-within\:-mx-15:focus-within {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:focus-within {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:focus-within\:-mx-18:focus-within {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:focus-within {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .sm\:focus-within\:-mx-21:focus-within {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .sm\:focus-within\:-my-22:focus-within {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:focus-within\:-mx-22:focus-within {
    margin-left: -5.5rem;
    margin-right: -5.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-26:focus-within {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:focus-within\:-mx-26:focus-within {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:focus-within\:-my-30:focus-within {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .sm\:focus-within\:-mx-30:focus-within {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:focus-within {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:focus-within\:-mx-34:focus-within {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:focus-within\:-my-38:focus-within {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .sm\:focus-within\:-mx-38:focus-within {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .sm\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:focus-within\:-my-53:focus-within {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .sm\:focus-within\:-mx-53:focus-within {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .sm\:focus-within\:-my-54:focus-within {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .sm\:focus-within\:-mx-54:focus-within {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .sm\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:focus-within\:-my-74:focus-within {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .sm\:focus-within\:-mx-74:focus-within {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .sm\:focus-within\:-my-76:focus-within {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .sm\:focus-within\:-mx-76:focus-within {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .sm\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:focus-within\:-my-85:focus-within {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .sm\:focus-within\:-mx-85:focus-within {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .sm\:focus-within\:-my-100:focus-within {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .sm\:focus-within\:-mx-100:focus-within {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .sm\:focus-within\:-my-105:focus-within {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .sm\:focus-within\:-mx-105:focus-within {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .sm\:focus-within\:-my-107:focus-within {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .sm\:focus-within\:-mx-107:focus-within {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .sm\:focus-within\:-my-110:focus-within {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .sm\:focus-within\:-mx-110:focus-within {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .sm\:focus-within\:-my-120:focus-within {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:focus-within\:-mx-120:focus-within {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:focus-within\:-my-130:focus-within {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sm\:focus-within\:-mx-130:focus-within {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .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\:-my-250px:focus-within {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .sm\:focus-within\:-mx-250px:focus-within {
    margin-left: -250px;
    margin-right: -250px;
  }

  .sm\:focus-within\:-my-1\/2\%:focus-within {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .sm\:focus-within\:-mx-1\/2\%:focus-within {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .sm\:focus-within\:-my-1\%:focus-within {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .sm\:focus-within\:-mx-1\%:focus-within {
    margin-left: -1%;
    margin-right: -1%;
  }

  .sm\:focus-within\:-my-2\%:focus-within {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .sm\:focus-within\:-mx-2\%:focus-within {
    margin-left: -2%;
    margin-right: -2%;
  }

  .sm\:focus-within\:-my-3\%:focus-within {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .sm\:focus-within\:-mx-3\%:focus-within {
    margin-left: -3%;
    margin-right: -3%;
  }

  .sm\:focus-within\:-my-4\%:focus-within {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .sm\:focus-within\:-mx-4\%:focus-within {
    margin-left: -4%;
    margin-right: -4%;
  }

  .sm\:focus-within\:-my-5\%:focus-within {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .sm\:focus-within\:-mx-5\%:focus-within {
    margin-left: -5%;
    margin-right: -5%;
  }

  .sm\:focus-within\:-my-10\%:focus-within {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .sm\:focus-within\:-mx-10\%:focus-within {
    margin-left: -10%;
    margin-right: -10%;
  }

  .sm\:focus-within\:-my-20\%:focus-within {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:focus-within\:-mx-20\%:focus-within {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:focus-within\:-my-23\%:focus-within {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .sm\:focus-within\:-mx-23\%:focus-within {
    margin-left: -23%;
    margin-right: -23%;
  }

  .sm\:focus-within\:-my-25\%:focus-within {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:focus-within\:-mx-25\%:focus-within {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:focus-within\:-my-26\%:focus-within {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .sm\:focus-within\:-mx-26\%:focus-within {
    margin-left: -26%;
    margin-right: -26%;
  }

  .sm\:focus-within\:-my-30\%:focus-within {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .sm\:focus-within\:-mx-30\%:focus-within {
    margin-left: -30%;
    margin-right: -30%;
  }

  .sm\:focus-within\:-my-40\%:focus-within {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:focus-within\:-mx-40\%:focus-within {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:focus-within\:-my-50\%:focus-within {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:focus-within\:-mx-50\%:focus-within {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:focus-within\:-my-60\%:focus-within {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:focus-within\:-mx-60\%:focus-within {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:focus-within\:-my-70\%:focus-within {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .sm\:focus-within\:-mx-70\%:focus-within {
    margin-left: -70%;
    margin-right: -70%;
  }

  .sm\:focus-within\:-my-80\%:focus-within {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:focus-within\:-mx-80\%:focus-within {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:focus-within\:-my-90\%:focus-within {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .sm\:focus-within\:-mx-90\%:focus-within {
    margin-left: -90%;
    margin-right: -90%;
  }

  .sm\:focus-within\:-my-95\%:focus-within {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .sm\:focus-within\:-mx-95\%:focus-within {
    margin-left: -95%;
    margin-right: -95%;
  }

  .sm\:focus-within\:-my-96\%:focus-within {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .sm\:focus-within\:-mx-96\%:focus-within {
    margin-left: -96%;
    margin-right: -96%;
  }

  .sm\:focus-within\:-my-97\%:focus-within {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .sm\:focus-within\:-mx-97\%:focus-within {
    margin-left: -97%;
    margin-right: -97%;
  }

  .sm\:focus-within\:-my-98\%:focus-within {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .sm\:focus-within\:-mx-98\%:focus-within {
    margin-left: -98%;
    margin-right: -98%;
  }

  .sm\:focus-within\:-my-99\%:focus-within {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .sm\:focus-within\:-mx-99\%:focus-within {
    margin-left: -99%;
    margin-right: -99%;
  }

  .sm\:focus-within\:-my-36vh:focus-within {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .sm\:focus-within\:-mx-36vh:focus-within {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .sm\:focus-within\:-my-75vh:focus-within {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .sm\:focus-within\:-mx-75vh:focus-within {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .sm\:focus-within\:-my-78vh:focus-within {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .sm\:focus-within\:-mx-78vh:focus-within {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .sm\:focus-within\:-my-80vh:focus-within {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm\:focus-within\:-mx-80vh:focus-within {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm\:focus-within\:-my-82vh:focus-within {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .sm\:focus-within\:-mx-82vh:focus-within {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:focus-within {
    margin-top: 1.75rem;
  }

  .sm\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .sm\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .sm\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .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-9:focus-within {
    margin-top: 2.25rem;
  }

  .sm\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .sm\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .sm\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .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-14:focus-within {
    margin-top: 3.5rem;
  }

  .sm\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .sm\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .sm\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .sm\:focus-within\:mt-15:focus-within {
    margin-top: 3.75rem;
  }

  .sm\:focus-within\:mr-15:focus-within {
    margin-right: 3.75rem;
  }

  .sm\:focus-within\:mb-15:focus-within {
    margin-bottom: 3.75rem;
  }

  .sm\:focus-within\:ml-15:focus-within {
    margin-left: 3.75rem;
  }

  .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-18:focus-within {
    margin-top: 4.5rem;
  }

  .sm\:focus-within\:mr-18:focus-within {
    margin-right: 4.5rem;
  }

  .sm\:focus-within\:mb-18:focus-within {
    margin-bottom: 4.5rem;
  }

  .sm\:focus-within\:ml-18:focus-within {
    margin-left: 4.5rem;
  }

  .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-21:focus-within {
    margin-top: 5.25rem;
  }

  .sm\:focus-within\:mr-21:focus-within {
    margin-right: 5.25rem;
  }

  .sm\:focus-within\:mb-21:focus-within {
    margin-bottom: 5.25rem;
  }

  .sm\:focus-within\:ml-21:focus-within {
    margin-left: 5.25rem;
  }

  .sm\:focus-within\:mt-22:focus-within {
    margin-top: 5.5rem;
  }

  .sm\:focus-within\:mr-22:focus-within {
    margin-right: 5.5rem;
  }

  .sm\:focus-within\:mb-22:focus-within {
    margin-bottom: 5.5rem;
  }

  .sm\:focus-within\:ml-22:focus-within {
    margin-left: 5.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-26:focus-within {
    margin-top: 6.5rem;
  }

  .sm\:focus-within\:mr-26:focus-within {
    margin-right: 6.5rem;
  }

  .sm\:focus-within\:mb-26:focus-within {
    margin-bottom: 6.5rem;
  }

  .sm\:focus-within\:ml-26:focus-within {
    margin-left: 6.5rem;
  }

  .sm\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .sm\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .sm\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .sm\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .sm\:focus-within\:mt-30:focus-within {
    margin-top: 7.5rem;
  }

  .sm\:focus-within\:mr-30:focus-within {
    margin-right: 7.5rem;
  }

  .sm\:focus-within\:mb-30:focus-within {
    margin-bottom: 7.5rem;
  }

  .sm\:focus-within\:ml-30:focus-within {
    margin-left: 7.5rem;
  }

  .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-34:focus-within {
    margin-top: 8.5rem;
  }

  .sm\:focus-within\:mr-34:focus-within {
    margin-right: 8.5rem;
  }

  .sm\:focus-within\:mb-34:focus-within {
    margin-bottom: 8.5rem;
  }

  .sm\:focus-within\:ml-34:focus-within {
    margin-left: 8.5rem;
  }

  .sm\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .sm\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .sm\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .sm\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .sm\:focus-within\:mt-38:focus-within {
    margin-top: 9.5rem;
  }

  .sm\:focus-within\:mr-38:focus-within {
    margin-right: 9.5rem;
  }

  .sm\:focus-within\:mb-38:focus-within {
    margin-bottom: 9.5rem;
  }

  .sm\:focus-within\:ml-38:focus-within {
    margin-left: 9.5rem;
  }

  .sm\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .sm\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .sm\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .sm\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .sm\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .sm\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .sm\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .sm\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .sm\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .sm\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .sm\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .sm\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .sm\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .sm\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .sm\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .sm\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .sm\:focus-within\:mt-53:focus-within {
    margin-top: 13.25rem;
  }

  .sm\:focus-within\:mr-53:focus-within {
    margin-right: 13.25rem;
  }

  .sm\:focus-within\:mb-53:focus-within {
    margin-bottom: 13.25rem;
  }

  .sm\:focus-within\:ml-53:focus-within {
    margin-left: 13.25rem;
  }

  .sm\:focus-within\:mt-54:focus-within {
    margin-top: 13.5rem;
  }

  .sm\:focus-within\:mr-54:focus-within {
    margin-right: 13.5rem;
  }

  .sm\:focus-within\:mb-54:focus-within {
    margin-bottom: 13.5rem;
  }

  .sm\:focus-within\:ml-54:focus-within {
    margin-left: 13.5rem;
  }

  .sm\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .sm\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .sm\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .sm\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .sm\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .sm\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .sm\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .sm\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .sm\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .sm\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .sm\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .sm\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .sm\:focus-within\:mt-74:focus-within {
    margin-top: 18.5rem;
  }

  .sm\:focus-within\:mr-74:focus-within {
    margin-right: 18.5rem;
  }

  .sm\:focus-within\:mb-74:focus-within {
    margin-bottom: 18.5rem;
  }

  .sm\:focus-within\:ml-74:focus-within {
    margin-left: 18.5rem;
  }

  .sm\:focus-within\:mt-76:focus-within {
    margin-top: 19rem;
  }

  .sm\:focus-within\:mr-76:focus-within {
    margin-right: 19rem;
  }

  .sm\:focus-within\:mb-76:focus-within {
    margin-bottom: 19rem;
  }

  .sm\:focus-within\:ml-76:focus-within {
    margin-left: 19rem;
  }

  .sm\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .sm\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .sm\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .sm\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .sm\:focus-within\:mt-85:focus-within {
    margin-top: 21.25rem;
  }

  .sm\:focus-within\:mr-85:focus-within {
    margin-right: 21.25rem;
  }

  .sm\:focus-within\:mb-85:focus-within {
    margin-bottom: 21.25rem;
  }

  .sm\:focus-within\:ml-85:focus-within {
    margin-left: 21.25rem;
  }

  .sm\:focus-within\:mt-100:focus-within {
    margin-top: 25rem;
  }

  .sm\:focus-within\:mr-100:focus-within {
    margin-right: 25rem;
  }

  .sm\:focus-within\:mb-100:focus-within {
    margin-bottom: 25rem;
  }

  .sm\:focus-within\:ml-100:focus-within {
    margin-left: 25rem;
  }

  .sm\:focus-within\:mt-105:focus-within {
    margin-top: 26.25rem;
  }

  .sm\:focus-within\:mr-105:focus-within {
    margin-right: 26.25rem;
  }

  .sm\:focus-within\:mb-105:focus-within {
    margin-bottom: 26.25rem;
  }

  .sm\:focus-within\:ml-105:focus-within {
    margin-left: 26.25rem;
  }

  .sm\:focus-within\:mt-107:focus-within {
    margin-top: 26.4rem;
  }

  .sm\:focus-within\:mr-107:focus-within {
    margin-right: 26.4rem;
  }

  .sm\:focus-within\:mb-107:focus-within {
    margin-bottom: 26.4rem;
  }

  .sm\:focus-within\:ml-107:focus-within {
    margin-left: 26.4rem;
  }

  .sm\:focus-within\:mt-110:focus-within {
    margin-top: 27.5rem;
  }

  .sm\:focus-within\:mr-110:focus-within {
    margin-right: 27.5rem;
  }

  .sm\:focus-within\:mb-110:focus-within {
    margin-bottom: 27.5rem;
  }

  .sm\:focus-within\:ml-110:focus-within {
    margin-left: 27.5rem;
  }

  .sm\:focus-within\:mt-120:focus-within {
    margin-top: 30rem;
  }

  .sm\:focus-within\:mr-120:focus-within {
    margin-right: 30rem;
  }

  .sm\:focus-within\:mb-120:focus-within {
    margin-bottom: 30rem;
  }

  .sm\:focus-within\:ml-120:focus-within {
    margin-left: 30rem;
  }

  .sm\:focus-within\:mt-130:focus-within {
    margin-top: 38rem;
  }

  .sm\:focus-within\:mr-130:focus-within {
    margin-right: 38rem;
  }

  .sm\:focus-within\:mb-130:focus-within {
    margin-bottom: 38rem;
  }

  .sm\:focus-within\:ml-130:focus-within {
    margin-left: 38rem;
  }

  .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-within\:mt-250px:focus-within {
    margin-top: 250px;
  }

  .sm\:focus-within\:mr-250px:focus-within {
    margin-right: 250px;
  }

  .sm\:focus-within\:mb-250px:focus-within {
    margin-bottom: 250px;
  }

  .sm\:focus-within\:ml-250px:focus-within {
    margin-left: 250px;
  }

  .sm\:focus-within\:mt-1\/2\%:focus-within {
    margin-top: 0.5%;
  }

  .sm\:focus-within\:mr-1\/2\%:focus-within {
    margin-right: 0.5%;
  }

  .sm\:focus-within\:mb-1\/2\%:focus-within {
    margin-bottom: 0.5%;
  }

  .sm\:focus-within\:ml-1\/2\%:focus-within {
    margin-left: 0.5%;
  }

  .sm\:focus-within\:mt-1\%:focus-within {
    margin-top: 1%;
  }

  .sm\:focus-within\:mr-1\%:focus-within {
    margin-right: 1%;
  }

  .sm\:focus-within\:mb-1\%:focus-within {
    margin-bottom: 1%;
  }

  .sm\:focus-within\:ml-1\%:focus-within {
    margin-left: 1%;
  }

  .sm\:focus-within\:mt-2\%:focus-within {
    margin-top: 2%;
  }

  .sm\:focus-within\:mr-2\%:focus-within {
    margin-right: 2%;
  }

  .sm\:focus-within\:mb-2\%:focus-within {
    margin-bottom: 2%;
  }

  .sm\:focus-within\:ml-2\%:focus-within {
    margin-left: 2%;
  }

  .sm\:focus-within\:mt-3\%:focus-within {
    margin-top: 3%;
  }

  .sm\:focus-within\:mr-3\%:focus-within {
    margin-right: 3%;
  }

  .sm\:focus-within\:mb-3\%:focus-within {
    margin-bottom: 3%;
  }

  .sm\:focus-within\:ml-3\%:focus-within {
    margin-left: 3%;
  }

  .sm\:focus-within\:mt-4\%:focus-within {
    margin-top: 4%;
  }

  .sm\:focus-within\:mr-4\%:focus-within {
    margin-right: 4%;
  }

  .sm\:focus-within\:mb-4\%:focus-within {
    margin-bottom: 4%;
  }

  .sm\:focus-within\:ml-4\%:focus-within {
    margin-left: 4%;
  }

  .sm\:focus-within\:mt-5\%:focus-within {
    margin-top: 5%;
  }

  .sm\:focus-within\:mr-5\%:focus-within {
    margin-right: 5%;
  }

  .sm\:focus-within\:mb-5\%:focus-within {
    margin-bottom: 5%;
  }

  .sm\:focus-within\:ml-5\%:focus-within {
    margin-left: 5%;
  }

  .sm\:focus-within\:mt-10\%:focus-within {
    margin-top: 10%;
  }

  .sm\:focus-within\:mr-10\%:focus-within {
    margin-right: 10%;
  }

  .sm\:focus-within\:mb-10\%:focus-within {
    margin-bottom: 10%;
  }

  .sm\:focus-within\:ml-10\%:focus-within {
    margin-left: 10%;
  }

  .sm\:focus-within\:mt-20\%:focus-within {
    margin-top: 20%;
  }

  .sm\:focus-within\:mr-20\%:focus-within {
    margin-right: 20%;
  }

  .sm\:focus-within\:mb-20\%:focus-within {
    margin-bottom: 20%;
  }

  .sm\:focus-within\:ml-20\%:focus-within {
    margin-left: 20%;
  }

  .sm\:focus-within\:mt-23\%:focus-within {
    margin-top: 23%;
  }

  .sm\:focus-within\:mr-23\%:focus-within {
    margin-right: 23%;
  }

  .sm\:focus-within\:mb-23\%:focus-within {
    margin-bottom: 23%;
  }

  .sm\:focus-within\:ml-23\%:focus-within {
    margin-left: 23%;
  }

  .sm\:focus-within\:mt-25\%:focus-within {
    margin-top: 25%;
  }

  .sm\:focus-within\:mr-25\%:focus-within {
    margin-right: 25%;
  }

  .sm\:focus-within\:mb-25\%:focus-within {
    margin-bottom: 25%;
  }

  .sm\:focus-within\:ml-25\%:focus-within {
    margin-left: 25%;
  }

  .sm\:focus-within\:mt-26\%:focus-within {
    margin-top: 26%;
  }

  .sm\:focus-within\:mr-26\%:focus-within {
    margin-right: 26%;
  }

  .sm\:focus-within\:mb-26\%:focus-within {
    margin-bottom: 26%;
  }

  .sm\:focus-within\:ml-26\%:focus-within {
    margin-left: 26%;
  }

  .sm\:focus-within\:mt-30\%:focus-within {
    margin-top: 30%;
  }

  .sm\:focus-within\:mr-30\%:focus-within {
    margin-right: 30%;
  }

  .sm\:focus-within\:mb-30\%:focus-within {
    margin-bottom: 30%;
  }

  .sm\:focus-within\:ml-30\%:focus-within {
    margin-left: 30%;
  }

  .sm\:focus-within\:mt-40\%:focus-within {
    margin-top: 40%;
  }

  .sm\:focus-within\:mr-40\%:focus-within {
    margin-right: 40%;
  }

  .sm\:focus-within\:mb-40\%:focus-within {
    margin-bottom: 40%;
  }

  .sm\:focus-within\:ml-40\%:focus-within {
    margin-left: 40%;
  }

  .sm\:focus-within\:mt-50\%:focus-within {
    margin-top: 50%;
  }

  .sm\:focus-within\:mr-50\%:focus-within {
    margin-right: 50%;
  }

  .sm\:focus-within\:mb-50\%:focus-within {
    margin-bottom: 50%;
  }

  .sm\:focus-within\:ml-50\%:focus-within {
    margin-left: 50%;
  }

  .sm\:focus-within\:mt-60\%:focus-within {
    margin-top: 60%;
  }

  .sm\:focus-within\:mr-60\%:focus-within {
    margin-right: 60%;
  }

  .sm\:focus-within\:mb-60\%:focus-within {
    margin-bottom: 60%;
  }

  .sm\:focus-within\:ml-60\%:focus-within {
    margin-left: 60%;
  }

  .sm\:focus-within\:mt-70\%:focus-within {
    margin-top: 70%;
  }

  .sm\:focus-within\:mr-70\%:focus-within {
    margin-right: 70%;
  }

  .sm\:focus-within\:mb-70\%:focus-within {
    margin-bottom: 70%;
  }

  .sm\:focus-within\:ml-70\%:focus-within {
    margin-left: 70%;
  }

  .sm\:focus-within\:mt-80\%:focus-within {
    margin-top: 80%;
  }

  .sm\:focus-within\:mr-80\%:focus-within {
    margin-right: 80%;
  }

  .sm\:focus-within\:mb-80\%:focus-within {
    margin-bottom: 80%;
  }

  .sm\:focus-within\:ml-80\%:focus-within {
    margin-left: 80%;
  }

  .sm\:focus-within\:mt-90\%:focus-within {
    margin-top: 90%;
  }

  .sm\:focus-within\:mr-90\%:focus-within {
    margin-right: 90%;
  }

  .sm\:focus-within\:mb-90\%:focus-within {
    margin-bottom: 90%;
  }

  .sm\:focus-within\:ml-90\%:focus-within {
    margin-left: 90%;
  }

  .sm\:focus-within\:mt-95\%:focus-within {
    margin-top: 95%;
  }

  .sm\:focus-within\:mr-95\%:focus-within {
    margin-right: 95%;
  }

  .sm\:focus-within\:mb-95\%:focus-within {
    margin-bottom: 95%;
  }

  .sm\:focus-within\:ml-95\%:focus-within {
    margin-left: 95%;
  }

  .sm\:focus-within\:mt-96\%:focus-within {
    margin-top: 96%;
  }

  .sm\:focus-within\:mr-96\%:focus-within {
    margin-right: 96%;
  }

  .sm\:focus-within\:mb-96\%:focus-within {
    margin-bottom: 96%;
  }

  .sm\:focus-within\:ml-96\%:focus-within {
    margin-left: 96%;
  }

  .sm\:focus-within\:mt-97\%:focus-within {
    margin-top: 97%;
  }

  .sm\:focus-within\:mr-97\%:focus-within {
    margin-right: 97%;
  }

  .sm\:focus-within\:mb-97\%:focus-within {
    margin-bottom: 97%;
  }

  .sm\:focus-within\:ml-97\%:focus-within {
    margin-left: 97%;
  }

  .sm\:focus-within\:mt-98\%:focus-within {
    margin-top: 98%;
  }

  .sm\:focus-within\:mr-98\%:focus-within {
    margin-right: 98%;
  }

  .sm\:focus-within\:mb-98\%:focus-within {
    margin-bottom: 98%;
  }

  .sm\:focus-within\:ml-98\%:focus-within {
    margin-left: 98%;
  }

  .sm\:focus-within\:mt-99\%:focus-within {
    margin-top: 99%;
  }

  .sm\:focus-within\:mr-99\%:focus-within {
    margin-right: 99%;
  }

  .sm\:focus-within\:mb-99\%:focus-within {
    margin-bottom: 99%;
  }

  .sm\:focus-within\:ml-99\%:focus-within {
    margin-left: 99%;
  }

  .sm\:focus-within\:mt-36vh:focus-within {
    margin-top: 36vh;
  }

  .sm\:focus-within\:mr-36vh:focus-within {
    margin-right: 36vh;
  }

  .sm\:focus-within\:mb-36vh:focus-within {
    margin-bottom: 36vh;
  }

  .sm\:focus-within\:ml-36vh:focus-within {
    margin-left: 36vh;
  }

  .sm\:focus-within\:mt-75vh:focus-within {
    margin-top: 75vh;
  }

  .sm\:focus-within\:mr-75vh:focus-within {
    margin-right: 75vh;
  }

  .sm\:focus-within\:mb-75vh:focus-within {
    margin-bottom: 75vh;
  }

  .sm\:focus-within\:ml-75vh:focus-within {
    margin-left: 75vh;
  }

  .sm\:focus-within\:mt-78vh:focus-within {
    margin-top: 78vh;
  }

  .sm\:focus-within\:mr-78vh:focus-within {
    margin-right: 78vh;
  }

  .sm\:focus-within\:mb-78vh:focus-within {
    margin-bottom: 78vh;
  }

  .sm\:focus-within\:ml-78vh:focus-within {
    margin-left: 78vh;
  }

  .sm\:focus-within\:mt-80vh:focus-within {
    margin-top: 80vh;
  }

  .sm\:focus-within\:mr-80vh:focus-within {
    margin-right: 80vh;
  }

  .sm\:focus-within\:mb-80vh:focus-within {
    margin-bottom: 80vh;
  }

  .sm\:focus-within\:ml-80vh:focus-within {
    margin-left: 80vh;
  }

  .sm\:focus-within\:mt-82vh:focus-within {
    margin-top: 82vh;
  }

  .sm\:focus-within\:mr-82vh:focus-within {
    margin-right: 82vh;
  }

  .sm\:focus-within\:mb-82vh:focus-within {
    margin-bottom: 82vh;
  }

  .sm\:focus-within\:ml-82vh:focus-within {
    margin-left: 82vh;
  }

  .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-7:focus-within {
    margin-top: -1.75rem;
  }

  .sm\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .sm\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .sm\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .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-9:focus-within {
    margin-top: -2.25rem;
  }

  .sm\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .sm\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .sm\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .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-14:focus-within {
    margin-top: -3.5rem;
  }

  .sm\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .sm\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .sm\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .sm\:focus-within\:-mt-15:focus-within {
    margin-top: -3.75rem;
  }

  .sm\:focus-within\:-mr-15:focus-within {
    margin-right: -3.75rem;
  }

  .sm\:focus-within\:-mb-15:focus-within {
    margin-bottom: -3.75rem;
  }

  .sm\:focus-within\:-ml-15:focus-within {
    margin-left: -3.75rem;
  }

  .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-18:focus-within {
    margin-top: -4.5rem;
  }

  .sm\:focus-within\:-mr-18:focus-within {
    margin-right: -4.5rem;
  }

  .sm\:focus-within\:-mb-18:focus-within {
    margin-bottom: -4.5rem;
  }

  .sm\:focus-within\:-ml-18:focus-within {
    margin-left: -4.5rem;
  }

  .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-21:focus-within {
    margin-top: -5.25rem;
  }

  .sm\:focus-within\:-mr-21:focus-within {
    margin-right: -5.25rem;
  }

  .sm\:focus-within\:-mb-21:focus-within {
    margin-bottom: -5.25rem;
  }

  .sm\:focus-within\:-ml-21:focus-within {
    margin-left: -5.25rem;
  }

  .sm\:focus-within\:-mt-22:focus-within {
    margin-top: -5.5rem;
  }

  .sm\:focus-within\:-mr-22:focus-within {
    margin-right: -5.5rem;
  }

  .sm\:focus-within\:-mb-22:focus-within {
    margin-bottom: -5.5rem;
  }

  .sm\:focus-within\:-ml-22:focus-within {
    margin-left: -5.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-26:focus-within {
    margin-top: -6.5rem;
  }

  .sm\:focus-within\:-mr-26:focus-within {
    margin-right: -6.5rem;
  }

  .sm\:focus-within\:-mb-26:focus-within {
    margin-bottom: -6.5rem;
  }

  .sm\:focus-within\:-ml-26:focus-within {
    margin-left: -6.5rem;
  }

  .sm\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .sm\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .sm\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .sm\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .sm\:focus-within\:-mt-30:focus-within {
    margin-top: -7.5rem;
  }

  .sm\:focus-within\:-mr-30:focus-within {
    margin-right: -7.5rem;
  }

  .sm\:focus-within\:-mb-30:focus-within {
    margin-bottom: -7.5rem;
  }

  .sm\:focus-within\:-ml-30:focus-within {
    margin-left: -7.5rem;
  }

  .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-34:focus-within {
    margin-top: -8.5rem;
  }

  .sm\:focus-within\:-mr-34:focus-within {
    margin-right: -8.5rem;
  }

  .sm\:focus-within\:-mb-34:focus-within {
    margin-bottom: -8.5rem;
  }

  .sm\:focus-within\:-ml-34:focus-within {
    margin-left: -8.5rem;
  }

  .sm\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .sm\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .sm\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .sm\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .sm\:focus-within\:-mt-38:focus-within {
    margin-top: -9.5rem;
  }

  .sm\:focus-within\:-mr-38:focus-within {
    margin-right: -9.5rem;
  }

  .sm\:focus-within\:-mb-38:focus-within {
    margin-bottom: -9.5rem;
  }

  .sm\:focus-within\:-ml-38:focus-within {
    margin-left: -9.5rem;
  }

  .sm\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .sm\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .sm\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .sm\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .sm\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .sm\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .sm\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .sm\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .sm\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .sm\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .sm\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .sm\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .sm\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .sm\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .sm\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .sm\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .sm\:focus-within\:-mt-53:focus-within {
    margin-top: -13.25rem;
  }

  .sm\:focus-within\:-mr-53:focus-within {
    margin-right: -13.25rem;
  }

  .sm\:focus-within\:-mb-53:focus-within {
    margin-bottom: -13.25rem;
  }

  .sm\:focus-within\:-ml-53:focus-within {
    margin-left: -13.25rem;
  }

  .sm\:focus-within\:-mt-54:focus-within {
    margin-top: -13.5rem;
  }

  .sm\:focus-within\:-mr-54:focus-within {
    margin-right: -13.5rem;
  }

  .sm\:focus-within\:-mb-54:focus-within {
    margin-bottom: -13.5rem;
  }

  .sm\:focus-within\:-ml-54:focus-within {
    margin-left: -13.5rem;
  }

  .sm\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .sm\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .sm\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .sm\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .sm\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .sm\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .sm\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .sm\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .sm\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .sm\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .sm\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .sm\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .sm\:focus-within\:-mt-74:focus-within {
    margin-top: -18.5rem;
  }

  .sm\:focus-within\:-mr-74:focus-within {
    margin-right: -18.5rem;
  }

  .sm\:focus-within\:-mb-74:focus-within {
    margin-bottom: -18.5rem;
  }

  .sm\:focus-within\:-ml-74:focus-within {
    margin-left: -18.5rem;
  }

  .sm\:focus-within\:-mt-76:focus-within {
    margin-top: -19rem;
  }

  .sm\:focus-within\:-mr-76:focus-within {
    margin-right: -19rem;
  }

  .sm\:focus-within\:-mb-76:focus-within {
    margin-bottom: -19rem;
  }

  .sm\:focus-within\:-ml-76:focus-within {
    margin-left: -19rem;
  }

  .sm\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .sm\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .sm\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .sm\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .sm\:focus-within\:-mt-85:focus-within {
    margin-top: -21.25rem;
  }

  .sm\:focus-within\:-mr-85:focus-within {
    margin-right: -21.25rem;
  }

  .sm\:focus-within\:-mb-85:focus-within {
    margin-bottom: -21.25rem;
  }

  .sm\:focus-within\:-ml-85:focus-within {
    margin-left: -21.25rem;
  }

  .sm\:focus-within\:-mt-100:focus-within {
    margin-top: -25rem;
  }

  .sm\:focus-within\:-mr-100:focus-within {
    margin-right: -25rem;
  }

  .sm\:focus-within\:-mb-100:focus-within {
    margin-bottom: -25rem;
  }

  .sm\:focus-within\:-ml-100:focus-within {
    margin-left: -25rem;
  }

  .sm\:focus-within\:-mt-105:focus-within {
    margin-top: -26.25rem;
  }

  .sm\:focus-within\:-mr-105:focus-within {
    margin-right: -26.25rem;
  }

  .sm\:focus-within\:-mb-105:focus-within {
    margin-bottom: -26.25rem;
  }

  .sm\:focus-within\:-ml-105:focus-within {
    margin-left: -26.25rem;
  }

  .sm\:focus-within\:-mt-107:focus-within {
    margin-top: -26.4rem;
  }

  .sm\:focus-within\:-mr-107:focus-within {
    margin-right: -26.4rem;
  }

  .sm\:focus-within\:-mb-107:focus-within {
    margin-bottom: -26.4rem;
  }

  .sm\:focus-within\:-ml-107:focus-within {
    margin-left: -26.4rem;
  }

  .sm\:focus-within\:-mt-110:focus-within {
    margin-top: -27.5rem;
  }

  .sm\:focus-within\:-mr-110:focus-within {
    margin-right: -27.5rem;
  }

  .sm\:focus-within\:-mb-110:focus-within {
    margin-bottom: -27.5rem;
  }

  .sm\:focus-within\:-ml-110:focus-within {
    margin-left: -27.5rem;
  }

  .sm\:focus-within\:-mt-120:focus-within {
    margin-top: -30rem;
  }

  .sm\:focus-within\:-mr-120:focus-within {
    margin-right: -30rem;
  }

  .sm\:focus-within\:-mb-120:focus-within {
    margin-bottom: -30rem;
  }

  .sm\:focus-within\:-ml-120:focus-within {
    margin-left: -30rem;
  }

  .sm\:focus-within\:-mt-130:focus-within {
    margin-top: -38rem;
  }

  .sm\:focus-within\:-mr-130:focus-within {
    margin-right: -38rem;
  }

  .sm\:focus-within\:-mb-130:focus-within {
    margin-bottom: -38rem;
  }

  .sm\:focus-within\:-ml-130:focus-within {
    margin-left: -38rem;
  }

  .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-within\:-mt-250px:focus-within {
    margin-top: -250px;
  }

  .sm\:focus-within\:-mr-250px:focus-within {
    margin-right: -250px;
  }

  .sm\:focus-within\:-mb-250px:focus-within {
    margin-bottom: -250px;
  }

  .sm\:focus-within\:-ml-250px:focus-within {
    margin-left: -250px;
  }

  .sm\:focus-within\:-mt-1\/2\%:focus-within {
    margin-top: -0.5%;
  }

  .sm\:focus-within\:-mr-1\/2\%:focus-within {
    margin-right: -0.5%;
  }

  .sm\:focus-within\:-mb-1\/2\%:focus-within {
    margin-bottom: -0.5%;
  }

  .sm\:focus-within\:-ml-1\/2\%:focus-within {
    margin-left: -0.5%;
  }

  .sm\:focus-within\:-mt-1\%:focus-within {
    margin-top: -1%;
  }

  .sm\:focus-within\:-mr-1\%:focus-within {
    margin-right: -1%;
  }

  .sm\:focus-within\:-mb-1\%:focus-within {
    margin-bottom: -1%;
  }

  .sm\:focus-within\:-ml-1\%:focus-within {
    margin-left: -1%;
  }

  .sm\:focus-within\:-mt-2\%:focus-within {
    margin-top: -2%;
  }

  .sm\:focus-within\:-mr-2\%:focus-within {
    margin-right: -2%;
  }

  .sm\:focus-within\:-mb-2\%:focus-within {
    margin-bottom: -2%;
  }

  .sm\:focus-within\:-ml-2\%:focus-within {
    margin-left: -2%;
  }

  .sm\:focus-within\:-mt-3\%:focus-within {
    margin-top: -3%;
  }

  .sm\:focus-within\:-mr-3\%:focus-within {
    margin-right: -3%;
  }

  .sm\:focus-within\:-mb-3\%:focus-within {
    margin-bottom: -3%;
  }

  .sm\:focus-within\:-ml-3\%:focus-within {
    margin-left: -3%;
  }

  .sm\:focus-within\:-mt-4\%:focus-within {
    margin-top: -4%;
  }

  .sm\:focus-within\:-mr-4\%:focus-within {
    margin-right: -4%;
  }

  .sm\:focus-within\:-mb-4\%:focus-within {
    margin-bottom: -4%;
  }

  .sm\:focus-within\:-ml-4\%:focus-within {
    margin-left: -4%;
  }

  .sm\:focus-within\:-mt-5\%:focus-within {
    margin-top: -5%;
  }

  .sm\:focus-within\:-mr-5\%:focus-within {
    margin-right: -5%;
  }

  .sm\:focus-within\:-mb-5\%:focus-within {
    margin-bottom: -5%;
  }

  .sm\:focus-within\:-ml-5\%:focus-within {
    margin-left: -5%;
  }

  .sm\:focus-within\:-mt-10\%:focus-within {
    margin-top: -10%;
  }

  .sm\:focus-within\:-mr-10\%:focus-within {
    margin-right: -10%;
  }

  .sm\:focus-within\:-mb-10\%:focus-within {
    margin-bottom: -10%;
  }

  .sm\:focus-within\:-ml-10\%:focus-within {
    margin-left: -10%;
  }

  .sm\:focus-within\:-mt-20\%:focus-within {
    margin-top: -20%;
  }

  .sm\:focus-within\:-mr-20\%:focus-within {
    margin-right: -20%;
  }

  .sm\:focus-within\:-mb-20\%:focus-within {
    margin-bottom: -20%;
  }

  .sm\:focus-within\:-ml-20\%:focus-within {
    margin-left: -20%;
  }

  .sm\:focus-within\:-mt-23\%:focus-within {
    margin-top: -23%;
  }

  .sm\:focus-within\:-mr-23\%:focus-within {
    margin-right: -23%;
  }

  .sm\:focus-within\:-mb-23\%:focus-within {
    margin-bottom: -23%;
  }

  .sm\:focus-within\:-ml-23\%:focus-within {
    margin-left: -23%;
  }

  .sm\:focus-within\:-mt-25\%:focus-within {
    margin-top: -25%;
  }

  .sm\:focus-within\:-mr-25\%:focus-within {
    margin-right: -25%;
  }

  .sm\:focus-within\:-mb-25\%:focus-within {
    margin-bottom: -25%;
  }

  .sm\:focus-within\:-ml-25\%:focus-within {
    margin-left: -25%;
  }

  .sm\:focus-within\:-mt-26\%:focus-within {
    margin-top: -26%;
  }

  .sm\:focus-within\:-mr-26\%:focus-within {
    margin-right: -26%;
  }

  .sm\:focus-within\:-mb-26\%:focus-within {
    margin-bottom: -26%;
  }

  .sm\:focus-within\:-ml-26\%:focus-within {
    margin-left: -26%;
  }

  .sm\:focus-within\:-mt-30\%:focus-within {
    margin-top: -30%;
  }

  .sm\:focus-within\:-mr-30\%:focus-within {
    margin-right: -30%;
  }

  .sm\:focus-within\:-mb-30\%:focus-within {
    margin-bottom: -30%;
  }

  .sm\:focus-within\:-ml-30\%:focus-within {
    margin-left: -30%;
  }

  .sm\:focus-within\:-mt-40\%:focus-within {
    margin-top: -40%;
  }

  .sm\:focus-within\:-mr-40\%:focus-within {
    margin-right: -40%;
  }

  .sm\:focus-within\:-mb-40\%:focus-within {
    margin-bottom: -40%;
  }

  .sm\:focus-within\:-ml-40\%:focus-within {
    margin-left: -40%;
  }

  .sm\:focus-within\:-mt-50\%:focus-within {
    margin-top: -50%;
  }

  .sm\:focus-within\:-mr-50\%:focus-within {
    margin-right: -50%;
  }

  .sm\:focus-within\:-mb-50\%:focus-within {
    margin-bottom: -50%;
  }

  .sm\:focus-within\:-ml-50\%:focus-within {
    margin-left: -50%;
  }

  .sm\:focus-within\:-mt-60\%:focus-within {
    margin-top: -60%;
  }

  .sm\:focus-within\:-mr-60\%:focus-within {
    margin-right: -60%;
  }

  .sm\:focus-within\:-mb-60\%:focus-within {
    margin-bottom: -60%;
  }

  .sm\:focus-within\:-ml-60\%:focus-within {
    margin-left: -60%;
  }

  .sm\:focus-within\:-mt-70\%:focus-within {
    margin-top: -70%;
  }

  .sm\:focus-within\:-mr-70\%:focus-within {
    margin-right: -70%;
  }

  .sm\:focus-within\:-mb-70\%:focus-within {
    margin-bottom: -70%;
  }

  .sm\:focus-within\:-ml-70\%:focus-within {
    margin-left: -70%;
  }

  .sm\:focus-within\:-mt-80\%:focus-within {
    margin-top: -80%;
  }

  .sm\:focus-within\:-mr-80\%:focus-within {
    margin-right: -80%;
  }

  .sm\:focus-within\:-mb-80\%:focus-within {
    margin-bottom: -80%;
  }

  .sm\:focus-within\:-ml-80\%:focus-within {
    margin-left: -80%;
  }

  .sm\:focus-within\:-mt-90\%:focus-within {
    margin-top: -90%;
  }

  .sm\:focus-within\:-mr-90\%:focus-within {
    margin-right: -90%;
  }

  .sm\:focus-within\:-mb-90\%:focus-within {
    margin-bottom: -90%;
  }

  .sm\:focus-within\:-ml-90\%:focus-within {
    margin-left: -90%;
  }

  .sm\:focus-within\:-mt-95\%:focus-within {
    margin-top: -95%;
  }

  .sm\:focus-within\:-mr-95\%:focus-within {
    margin-right: -95%;
  }

  .sm\:focus-within\:-mb-95\%:focus-within {
    margin-bottom: -95%;
  }

  .sm\:focus-within\:-ml-95\%:focus-within {
    margin-left: -95%;
  }

  .sm\:focus-within\:-mt-96\%:focus-within {
    margin-top: -96%;
  }

  .sm\:focus-within\:-mr-96\%:focus-within {
    margin-right: -96%;
  }

  .sm\:focus-within\:-mb-96\%:focus-within {
    margin-bottom: -96%;
  }

  .sm\:focus-within\:-ml-96\%:focus-within {
    margin-left: -96%;
  }

  .sm\:focus-within\:-mt-97\%:focus-within {
    margin-top: -97%;
  }

  .sm\:focus-within\:-mr-97\%:focus-within {
    margin-right: -97%;
  }

  .sm\:focus-within\:-mb-97\%:focus-within {
    margin-bottom: -97%;
  }

  .sm\:focus-within\:-ml-97\%:focus-within {
    margin-left: -97%;
  }

  .sm\:focus-within\:-mt-98\%:focus-within {
    margin-top: -98%;
  }

  .sm\:focus-within\:-mr-98\%:focus-within {
    margin-right: -98%;
  }

  .sm\:focus-within\:-mb-98\%:focus-within {
    margin-bottom: -98%;
  }

  .sm\:focus-within\:-ml-98\%:focus-within {
    margin-left: -98%;
  }

  .sm\:focus-within\:-mt-99\%:focus-within {
    margin-top: -99%;
  }

  .sm\:focus-within\:-mr-99\%:focus-within {
    margin-right: -99%;
  }

  .sm\:focus-within\:-mb-99\%:focus-within {
    margin-bottom: -99%;
  }

  .sm\:focus-within\:-ml-99\%:focus-within {
    margin-left: -99%;
  }

  .sm\:focus-within\:-mt-36vh:focus-within {
    margin-top: -36vh;
  }

  .sm\:focus-within\:-mr-36vh:focus-within {
    margin-right: -36vh;
  }

  .sm\:focus-within\:-mb-36vh:focus-within {
    margin-bottom: -36vh;
  }

  .sm\:focus-within\:-ml-36vh:focus-within {
    margin-left: -36vh;
  }

  .sm\:focus-within\:-mt-75vh:focus-within {
    margin-top: -75vh;
  }

  .sm\:focus-within\:-mr-75vh:focus-within {
    margin-right: -75vh;
  }

  .sm\:focus-within\:-mb-75vh:focus-within {
    margin-bottom: -75vh;
  }

  .sm\:focus-within\:-ml-75vh:focus-within {
    margin-left: -75vh;
  }

  .sm\:focus-within\:-mt-78vh:focus-within {
    margin-top: -78vh;
  }

  .sm\:focus-within\:-mr-78vh:focus-within {
    margin-right: -78vh;
  }

  .sm\:focus-within\:-mb-78vh:focus-within {
    margin-bottom: -78vh;
  }

  .sm\:focus-within\:-ml-78vh:focus-within {
    margin-left: -78vh;
  }

  .sm\:focus-within\:-mt-80vh:focus-within {
    margin-top: -80vh;
  }

  .sm\:focus-within\:-mr-80vh:focus-within {
    margin-right: -80vh;
  }

  .sm\:focus-within\:-mb-80vh:focus-within {
    margin-bottom: -80vh;
  }

  .sm\:focus-within\:-ml-80vh:focus-within {
    margin-left: -80vh;
  }

  .sm\:focus-within\:-mt-82vh:focus-within {
    margin-top: -82vh;
  }

  .sm\:focus-within\:-mr-82vh:focus-within {
    margin-right: -82vh;
  }

  .sm\:focus-within\:-mb-82vh:focus-within {
    margin-bottom: -82vh;
  }

  .sm\:focus-within\:-ml-82vh:focus-within {
    margin-left: -82vh;
  }

  .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-7 {
    margin: 1.75rem;
  }

  .group:hover .sm\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .sm\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .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-14 {
    margin: 3.5rem;
  }

  .group:hover .sm\:group-hover\:m-15 {
    margin: 3.75rem;
  }

  .group:hover .sm\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .sm\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .sm\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .sm\:group-hover\:m-21 {
    margin: 5.25rem;
  }

  .group:hover .sm\:group-hover\:m-22 {
    margin: 5.5rem;
  }

  .group:hover .sm\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .sm\:group-hover\:m-26 {
    margin: 6.5rem;
  }

  .group:hover .sm\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .sm\:group-hover\:m-30 {
    margin: 7.5rem;
  }

  .group:hover .sm\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .sm\:group-hover\:m-34 {
    margin: 8.5rem;
  }

  .group:hover .sm\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .sm\:group-hover\:m-38 {
    margin: 9.5rem;
  }

  .group:hover .sm\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .sm\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .sm\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .sm\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .sm\:group-hover\:m-53 {
    margin: 13.25rem;
  }

  .group:hover .sm\:group-hover\:m-54 {
    margin: 13.5rem;
  }

  .group:hover .sm\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .sm\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .sm\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .sm\:group-hover\:m-74 {
    margin: 18.5rem;
  }

  .group:hover .sm\:group-hover\:m-76 {
    margin: 19rem;
  }

  .group:hover .sm\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .sm\:group-hover\:m-85 {
    margin: 21.25rem;
  }

  .group:hover .sm\:group-hover\:m-100 {
    margin: 25rem;
  }

  .group:hover .sm\:group-hover\:m-105 {
    margin: 26.25rem;
  }

  .group:hover .sm\:group-hover\:m-107 {
    margin: 26.4rem;
  }

  .group:hover .sm\:group-hover\:m-110 {
    margin: 27.5rem;
  }

  .group:hover .sm\:group-hover\:m-120 {
    margin: 30rem;
  }

  .group:hover .sm\:group-hover\:m-130 {
    margin: 38rem;
  }

  .group:hover .sm\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .sm\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .sm\:group-hover\:m-250px {
    margin: 250px;
  }

  .group:hover .sm\:group-hover\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:hover .sm\:group-hover\:m-1\% {
    margin: 1%;
  }

  .group:hover .sm\:group-hover\:m-2\% {
    margin: 2%;
  }

  .group:hover .sm\:group-hover\:m-3\% {
    margin: 3%;
  }

  .group:hover .sm\:group-hover\:m-4\% {
    margin: 4%;
  }

  .group:hover .sm\:group-hover\:m-5\% {
    margin: 5%;
  }

  .group:hover .sm\:group-hover\:m-10\% {
    margin: 10%;
  }

  .group:hover .sm\:group-hover\:m-20\% {
    margin: 20%;
  }

  .group:hover .sm\:group-hover\:m-23\% {
    margin: 23%;
  }

  .group:hover .sm\:group-hover\:m-25\% {
    margin: 25%;
  }

  .group:hover .sm\:group-hover\:m-26\% {
    margin: 26%;
  }

  .group:hover .sm\:group-hover\:m-30\% {
    margin: 30%;
  }

  .group:hover .sm\:group-hover\:m-40\% {
    margin: 40%;
  }

  .group:hover .sm\:group-hover\:m-50\% {
    margin: 50%;
  }

  .group:hover .sm\:group-hover\:m-60\% {
    margin: 60%;
  }

  .group:hover .sm\:group-hover\:m-70\% {
    margin: 70%;
  }

  .group:hover .sm\:group-hover\:m-80\% {
    margin: 80%;
  }

  .group:hover .sm\:group-hover\:m-90\% {
    margin: 90%;
  }

  .group:hover .sm\:group-hover\:m-95\% {
    margin: 95%;
  }

  .group:hover .sm\:group-hover\:m-96\% {
    margin: 96%;
  }

  .group:hover .sm\:group-hover\:m-97\% {
    margin: 97%;
  }

  .group:hover .sm\:group-hover\:m-98\% {
    margin: 98%;
  }

  .group:hover .sm\:group-hover\:m-99\% {
    margin: 99%;
  }

  .group:hover .sm\:group-hover\:m-36vh {
    margin: 36vh;
  }

  .group:hover .sm\:group-hover\:m-75vh {
    margin: 75vh;
  }

  .group:hover .sm\:group-hover\:m-78vh {
    margin: 78vh;
  }

  .group:hover .sm\:group-hover\:m-80vh {
    margin: 80vh;
  }

  .group:hover .sm\:group-hover\:m-82vh {
    margin: 82vh;
  }

  .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-7 {
    margin: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .sm\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .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-14 {
    margin: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-m-15 {
    margin: -3.75rem;
  }

  .group:hover .sm\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .sm\:group-hover\:-m-18 {
    margin: -4.5rem;
  }

  .group:hover .sm\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .sm\:group-hover\:-m-21 {
    margin: -5.25rem;
  }

  .group:hover .sm\:group-hover\:-m-22 {
    margin: -5.5rem;
  }

  .group:hover .sm\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .sm\:group-hover\:-m-26 {
    margin: -6.5rem;
  }

  .group:hover .sm\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .sm\:group-hover\:-m-30 {
    margin: -7.5rem;
  }

  .group:hover .sm\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .sm\:group-hover\:-m-34 {
    margin: -8.5rem;
  }

  .group:hover .sm\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .sm\:group-hover\:-m-38 {
    margin: -9.5rem;
  }

  .group:hover .sm\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .sm\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .sm\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .sm\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .sm\:group-hover\:-m-53 {
    margin: -13.25rem;
  }

  .group:hover .sm\:group-hover\:-m-54 {
    margin: -13.5rem;
  }

  .group:hover .sm\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .sm\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .sm\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .sm\:group-hover\:-m-74 {
    margin: -18.5rem;
  }

  .group:hover .sm\:group-hover\:-m-76 {
    margin: -19rem;
  }

  .group:hover .sm\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .sm\:group-hover\:-m-85 {
    margin: -21.25rem;
  }

  .group:hover .sm\:group-hover\:-m-100 {
    margin: -25rem;
  }

  .group:hover .sm\:group-hover\:-m-105 {
    margin: -26.25rem;
  }

  .group:hover .sm\:group-hover\:-m-107 {
    margin: -26.4rem;
  }

  .group:hover .sm\:group-hover\:-m-110 {
    margin: -27.5rem;
  }

  .group:hover .sm\:group-hover\:-m-120 {
    margin: -30rem;
  }

  .group:hover .sm\:group-hover\:-m-130 {
    margin: -38rem;
  }

  .group:hover .sm\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .sm\:group-hover\:-m-250px {
    margin: -250px;
  }

  .group:hover .sm\:group-hover\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:hover .sm\:group-hover\:-m-1\% {
    margin: -1%;
  }

  .group:hover .sm\:group-hover\:-m-2\% {
    margin: -2%;
  }

  .group:hover .sm\:group-hover\:-m-3\% {
    margin: -3%;
  }

  .group:hover .sm\:group-hover\:-m-4\% {
    margin: -4%;
  }

  .group:hover .sm\:group-hover\:-m-5\% {
    margin: -5%;
  }

  .group:hover .sm\:group-hover\:-m-10\% {
    margin: -10%;
  }

  .group:hover .sm\:group-hover\:-m-20\% {
    margin: -20%;
  }

  .group:hover .sm\:group-hover\:-m-23\% {
    margin: -23%;
  }

  .group:hover .sm\:group-hover\:-m-25\% {
    margin: -25%;
  }

  .group:hover .sm\:group-hover\:-m-26\% {
    margin: -26%;
  }

  .group:hover .sm\:group-hover\:-m-30\% {
    margin: -30%;
  }

  .group:hover .sm\:group-hover\:-m-40\% {
    margin: -40%;
  }

  .group:hover .sm\:group-hover\:-m-50\% {
    margin: -50%;
  }

  .group:hover .sm\:group-hover\:-m-60\% {
    margin: -60%;
  }

  .group:hover .sm\:group-hover\:-m-70\% {
    margin: -70%;
  }

  .group:hover .sm\:group-hover\:-m-80\% {
    margin: -80%;
  }

  .group:hover .sm\:group-hover\:-m-90\% {
    margin: -90%;
  }

  .group:hover .sm\:group-hover\:-m-95\% {
    margin: -95%;
  }

  .group:hover .sm\:group-hover\:-m-96\% {
    margin: -96%;
  }

  .group:hover .sm\:group-hover\:-m-97\% {
    margin: -97%;
  }

  .group:hover .sm\:group-hover\:-m-98\% {
    margin: -98%;
  }

  .group:hover .sm\:group-hover\:-m-99\% {
    margin: -99%;
  }

  .group:hover .sm\:group-hover\:-m-36vh {
    margin: -36vh;
  }

  .group:hover .sm\:group-hover\:-m-75vh {
    margin: -75vh;
  }

  .group:hover .sm\:group-hover\:-m-78vh {
    margin: -78vh;
  }

  .group:hover .sm\:group-hover\:-m-80vh {
    margin: -80vh;
  }

  .group:hover .sm\:group-hover\:-m-82vh {
    margin: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:hover .sm\:group-hover\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:hover .sm\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .sm\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .sm\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .sm\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .sm\:group-hover\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:hover .sm\:group-hover\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:hover .sm\:group-hover\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:hover .sm\:group-hover\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.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-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:hover .sm\:group-hover\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:hover .sm\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .sm\:group-hover\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:hover .sm\:group-hover\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:hover .sm\:group-hover\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:hover .sm\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .sm\:group-hover\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:hover .sm\:group-hover\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:hover .sm\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .sm\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .sm\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .sm\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .sm\:group-hover\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:hover .sm\:group-hover\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:hover .sm\:group-hover\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:hover .sm\:group-hover\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:hover .sm\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .sm\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .sm\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .sm\:group-hover\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:hover .sm\:group-hover\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:hover .sm\:group-hover\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:hover .sm\:group-hover\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:hover .sm\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .sm\:group-hover\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:hover .sm\:group-hover\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:hover .sm\:group-hover\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:hover .sm\:group-hover\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:hover .sm\:group-hover\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:hover .sm\:group-hover\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:hover .sm\:group-hover\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:hover .sm\:group-hover\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:hover .sm\:group-hover\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:hover .sm\:group-hover\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:hover .sm\:group-hover\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:hover .sm\:group-hover\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:hover .sm\:group-hover\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:hover .sm\:group-hover\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .sm\:group-hover\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .sm\:group-hover\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:hover .sm\:group-hover\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:hover .sm\:group-hover\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .sm\:group-hover\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .sm\:group-hover\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:hover .sm\:group-hover\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:hover .sm\:group-hover\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:hover .sm\:group-hover\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:hover .sm\:group-hover\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:hover .sm\:group-hover\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:hover .sm\:group-hover\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:hover .sm\:group-hover\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:hover .sm\:group-hover\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:hover .sm\:group-hover\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:hover .sm\:group-hover\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .sm\:group-hover\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .sm\:group-hover\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:hover .sm\:group-hover\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:hover .sm\:group-hover\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .sm\:group-hover\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .sm\:group-hover\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:hover .sm\:group-hover\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:hover .sm\:group-hover\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:hover .sm\:group-hover\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:hover .sm\:group-hover\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .sm\:group-hover\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .sm\:group-hover\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:hover .sm\:group-hover\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:hover .sm\:group-hover\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:hover .sm\:group-hover\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:hover .sm\:group-hover\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:hover .sm\:group-hover\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:hover .sm\:group-hover\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .sm\:group-hover\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .sm\:group-hover\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .sm\:group-hover\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .sm\:group-hover\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .sm\:group-hover\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .sm\:group-hover\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .sm\:group-hover\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .sm\:group-hover\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:hover .sm\:group-hover\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:hover .sm\:group-hover\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:hover .sm\:group-hover\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:hover .sm\:group-hover\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:hover .sm\:group-hover\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:hover .sm\:group-hover\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:hover .sm\:group-hover\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:hover .sm\:group-hover\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:hover .sm\:group-hover\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:hover .sm\:group-hover\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:hover .sm\:group-hover\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:hover .sm\:group-hover\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .sm\:group-hover\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .sm\:group-hover\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:hover .sm\:group-hover\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:hover .sm\:group-hover\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:hover .sm\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .sm\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .sm\:group-hover\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:hover .sm\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .sm\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .sm\:group-hover\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:hover .sm\:group-hover\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.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-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:hover .sm\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .sm\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .sm\:group-hover\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:hover .sm\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .sm\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .sm\:group-hover\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:hover .sm\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .sm\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .sm\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .sm\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .sm\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .sm\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .sm\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .sm\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .sm\:group-hover\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:hover .sm\:group-hover\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:hover .sm\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .sm\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .sm\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .sm\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .sm\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .sm\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .sm\:group-hover\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:hover .sm\:group-hover\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:hover .sm\:group-hover\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:hover .sm\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .sm\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .sm\:group-hover\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:hover .sm\:group-hover\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:hover .sm\:group-hover\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:hover .sm\:group-hover\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:hover .sm\:group-hover\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:hover .sm\:group-hover\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:hover .sm\:group-hover\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:hover .sm\:group-hover\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:hover .sm\:group-hover\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:hover .sm\:group-hover\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:hover .sm\:group-hover\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:hover .sm\:group-hover\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:hover .sm\:group-hover\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .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\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .sm\:group-hover\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .sm\:group-hover\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:hover .sm\:group-hover\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:hover .sm\:group-hover\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .sm\:group-hover\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .sm\:group-hover\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:hover .sm\:group-hover\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:hover .sm\:group-hover\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:hover .sm\:group-hover\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:hover .sm\:group-hover\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:hover .sm\:group-hover\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:hover .sm\:group-hover\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:hover .sm\:group-hover\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:hover .sm\:group-hover\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:hover .sm\:group-hover\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:hover .sm\:group-hover\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .sm\:group-hover\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .sm\:group-hover\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:hover .sm\:group-hover\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:hover .sm\:group-hover\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .sm\:group-hover\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .sm\:group-hover\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:hover .sm\:group-hover\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:hover .sm\:group-hover\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:hover .sm\:group-hover\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:hover .sm\:group-hover\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .sm\:group-hover\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .sm\:group-hover\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:hover .sm\:group-hover\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:hover .sm\:group-hover\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:hover .sm\:group-hover\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:hover .sm\:group-hover\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:hover .sm\:group-hover\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:hover .sm\:group-hover\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .sm\:group-hover\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .sm\:group-hover\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .sm\:group-hover\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .sm\:group-hover\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .sm\:group-hover\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .sm\:group-hover\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .sm\:group-hover\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .sm\:group-hover\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:hover .sm\:group-hover\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:hover .sm\:group-hover\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:hover .sm\:group-hover\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:hover .sm\:group-hover\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:hover .sm\:group-hover\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:hover .sm\:group-hover\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:hover .sm\:group-hover\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:hover .sm\:group-hover\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:hover .sm\:group-hover\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:hover .sm\:group-hover\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:hover .sm\:group-hover\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:hover .sm\:group-hover\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .sm\:group-hover\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .sm\:group-hover\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:hover .sm\:group-hover\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
  }

  .group:hover .sm\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .sm\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
  }

  .group:hover .sm\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .sm\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
  }

  .group:hover .sm\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .sm\:group-hover\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:hover .sm\:group-hover\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:hover .sm\:group-hover\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:hover .sm\:group-hover\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:hover .sm\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .sm\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .sm\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .sm\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .sm\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .sm\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .sm\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .sm\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .sm\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .sm\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .sm\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .sm\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .sm\:group-hover\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:hover .sm\:group-hover\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:hover .sm\:group-hover\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:hover .sm\:group-hover\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:hover .sm\:group-hover\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:hover .sm\:group-hover\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:hover .sm\:group-hover\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:hover .sm\:group-hover\:ml-22 {
    margin-left: 5.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-26 {
    margin-top: 6.5rem;
  }

  .group:hover .sm\:group-hover\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:hover .sm\:group-hover\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:hover .sm\:group-hover\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:hover .sm\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .sm\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .sm\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .sm\:group-hover\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:hover .sm\:group-hover\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:hover .sm\:group-hover\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:hover .sm\:group-hover\:ml-30 {
    margin-left: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
  }

  .group:hover .sm\:group-hover\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:hover .sm\:group-hover\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:hover .sm\:group-hover\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:hover .sm\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .sm\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .sm\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .sm\:group-hover\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:hover .sm\:group-hover\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:hover .sm\:group-hover\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:hover .sm\:group-hover\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:hover .sm\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .sm\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .sm\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .sm\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .sm\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .sm\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .sm\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .sm\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .sm\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .sm\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .sm\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .sm\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .sm\:group-hover\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:hover .sm\:group-hover\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:hover .sm\:group-hover\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:hover .sm\:group-hover\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:hover .sm\:group-hover\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:hover .sm\:group-hover\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:hover .sm\:group-hover\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:hover .sm\:group-hover\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:hover .sm\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .sm\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .sm\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .sm\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .sm\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .sm\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .sm\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .sm\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .sm\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .sm\:group-hover\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:hover .sm\:group-hover\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:hover .sm\:group-hover\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:hover .sm\:group-hover\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:hover .sm\:group-hover\:mt-76 {
    margin-top: 19rem;
  }

  .group:hover .sm\:group-hover\:mr-76 {
    margin-right: 19rem;
  }

  .group:hover .sm\:group-hover\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:hover .sm\:group-hover\:ml-76 {
    margin-left: 19rem;
  }

  .group:hover .sm\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .sm\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .sm\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .sm\:group-hover\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:hover .sm\:group-hover\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:hover .sm\:group-hover\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:hover .sm\:group-hover\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:hover .sm\:group-hover\:mt-100 {
    margin-top: 25rem;
  }

  .group:hover .sm\:group-hover\:mr-100 {
    margin-right: 25rem;
  }

  .group:hover .sm\:group-hover\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:hover .sm\:group-hover\:ml-100 {
    margin-left: 25rem;
  }

  .group:hover .sm\:group-hover\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:hover .sm\:group-hover\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:hover .sm\:group-hover\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:hover .sm\:group-hover\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:hover .sm\:group-hover\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:hover .sm\:group-hover\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:hover .sm\:group-hover\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:hover .sm\:group-hover\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:hover .sm\:group-hover\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:hover .sm\:group-hover\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:hover .sm\:group-hover\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:hover .sm\:group-hover\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:hover .sm\:group-hover\:mt-120 {
    margin-top: 30rem;
  }

  .group:hover .sm\:group-hover\:mr-120 {
    margin-right: 30rem;
  }

  .group:hover .sm\:group-hover\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:hover .sm\:group-hover\:ml-120 {
    margin-left: 30rem;
  }

  .group:hover .sm\:group-hover\:mt-130 {
    margin-top: 38rem;
  }

  .group:hover .sm\:group-hover\:mr-130 {
    margin-right: 38rem;
  }

  .group:hover .sm\:group-hover\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:hover .sm\:group-hover\:ml-130 {
    margin-left: 38rem;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:mt-250px {
    margin-top: 250px;
  }

  .group:hover .sm\:group-hover\:mr-250px {
    margin-right: 250px;
  }

  .group:hover .sm\:group-hover\:mb-250px {
    margin-bottom: 250px;
  }

  .group:hover .sm\:group-hover\:ml-250px {
    margin-left: 250px;
  }

  .group:hover .sm\:group-hover\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:hover .sm\:group-hover\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:hover .sm\:group-hover\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:hover .sm\:group-hover\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:hover .sm\:group-hover\:mt-1\% {
    margin-top: 1%;
  }

  .group:hover .sm\:group-hover\:mr-1\% {
    margin-right: 1%;
  }

  .group:hover .sm\:group-hover\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:hover .sm\:group-hover\:ml-1\% {
    margin-left: 1%;
  }

  .group:hover .sm\:group-hover\:mt-2\% {
    margin-top: 2%;
  }

  .group:hover .sm\:group-hover\:mr-2\% {
    margin-right: 2%;
  }

  .group:hover .sm\:group-hover\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:hover .sm\:group-hover\:ml-2\% {
    margin-left: 2%;
  }

  .group:hover .sm\:group-hover\:mt-3\% {
    margin-top: 3%;
  }

  .group:hover .sm\:group-hover\:mr-3\% {
    margin-right: 3%;
  }

  .group:hover .sm\:group-hover\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:hover .sm\:group-hover\:ml-3\% {
    margin-left: 3%;
  }

  .group:hover .sm\:group-hover\:mt-4\% {
    margin-top: 4%;
  }

  .group:hover .sm\:group-hover\:mr-4\% {
    margin-right: 4%;
  }

  .group:hover .sm\:group-hover\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:hover .sm\:group-hover\:ml-4\% {
    margin-left: 4%;
  }

  .group:hover .sm\:group-hover\:mt-5\% {
    margin-top: 5%;
  }

  .group:hover .sm\:group-hover\:mr-5\% {
    margin-right: 5%;
  }

  .group:hover .sm\:group-hover\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:hover .sm\:group-hover\:ml-5\% {
    margin-left: 5%;
  }

  .group:hover .sm\:group-hover\:mt-10\% {
    margin-top: 10%;
  }

  .group:hover .sm\:group-hover\:mr-10\% {
    margin-right: 10%;
  }

  .group:hover .sm\:group-hover\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:hover .sm\:group-hover\:ml-10\% {
    margin-left: 10%;
  }

  .group:hover .sm\:group-hover\:mt-20\% {
    margin-top: 20%;
  }

  .group:hover .sm\:group-hover\:mr-20\% {
    margin-right: 20%;
  }

  .group:hover .sm\:group-hover\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:hover .sm\:group-hover\:ml-20\% {
    margin-left: 20%;
  }

  .group:hover .sm\:group-hover\:mt-23\% {
    margin-top: 23%;
  }

  .group:hover .sm\:group-hover\:mr-23\% {
    margin-right: 23%;
  }

  .group:hover .sm\:group-hover\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:hover .sm\:group-hover\:ml-23\% {
    margin-left: 23%;
  }

  .group:hover .sm\:group-hover\:mt-25\% {
    margin-top: 25%;
  }

  .group:hover .sm\:group-hover\:mr-25\% {
    margin-right: 25%;
  }

  .group:hover .sm\:group-hover\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:hover .sm\:group-hover\:ml-25\% {
    margin-left: 25%;
  }

  .group:hover .sm\:group-hover\:mt-26\% {
    margin-top: 26%;
  }

  .group:hover .sm\:group-hover\:mr-26\% {
    margin-right: 26%;
  }

  .group:hover .sm\:group-hover\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:hover .sm\:group-hover\:ml-26\% {
    margin-left: 26%;
  }

  .group:hover .sm\:group-hover\:mt-30\% {
    margin-top: 30%;
  }

  .group:hover .sm\:group-hover\:mr-30\% {
    margin-right: 30%;
  }

  .group:hover .sm\:group-hover\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:hover .sm\:group-hover\:ml-30\% {
    margin-left: 30%;
  }

  .group:hover .sm\:group-hover\:mt-40\% {
    margin-top: 40%;
  }

  .group:hover .sm\:group-hover\:mr-40\% {
    margin-right: 40%;
  }

  .group:hover .sm\:group-hover\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:hover .sm\:group-hover\:ml-40\% {
    margin-left: 40%;
  }

  .group:hover .sm\:group-hover\:mt-50\% {
    margin-top: 50%;
  }

  .group:hover .sm\:group-hover\:mr-50\% {
    margin-right: 50%;
  }

  .group:hover .sm\:group-hover\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:hover .sm\:group-hover\:ml-50\% {
    margin-left: 50%;
  }

  .group:hover .sm\:group-hover\:mt-60\% {
    margin-top: 60%;
  }

  .group:hover .sm\:group-hover\:mr-60\% {
    margin-right: 60%;
  }

  .group:hover .sm\:group-hover\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:hover .sm\:group-hover\:ml-60\% {
    margin-left: 60%;
  }

  .group:hover .sm\:group-hover\:mt-70\% {
    margin-top: 70%;
  }

  .group:hover .sm\:group-hover\:mr-70\% {
    margin-right: 70%;
  }

  .group:hover .sm\:group-hover\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:hover .sm\:group-hover\:ml-70\% {
    margin-left: 70%;
  }

  .group:hover .sm\:group-hover\:mt-80\% {
    margin-top: 80%;
  }

  .group:hover .sm\:group-hover\:mr-80\% {
    margin-right: 80%;
  }

  .group:hover .sm\:group-hover\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:hover .sm\:group-hover\:ml-80\% {
    margin-left: 80%;
  }

  .group:hover .sm\:group-hover\:mt-90\% {
    margin-top: 90%;
  }

  .group:hover .sm\:group-hover\:mr-90\% {
    margin-right: 90%;
  }

  .group:hover .sm\:group-hover\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:hover .sm\:group-hover\:ml-90\% {
    margin-left: 90%;
  }

  .group:hover .sm\:group-hover\:mt-95\% {
    margin-top: 95%;
  }

  .group:hover .sm\:group-hover\:mr-95\% {
    margin-right: 95%;
  }

  .group:hover .sm\:group-hover\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:hover .sm\:group-hover\:ml-95\% {
    margin-left: 95%;
  }

  .group:hover .sm\:group-hover\:mt-96\% {
    margin-top: 96%;
  }

  .group:hover .sm\:group-hover\:mr-96\% {
    margin-right: 96%;
  }

  .group:hover .sm\:group-hover\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:hover .sm\:group-hover\:ml-96\% {
    margin-left: 96%;
  }

  .group:hover .sm\:group-hover\:mt-97\% {
    margin-top: 97%;
  }

  .group:hover .sm\:group-hover\:mr-97\% {
    margin-right: 97%;
  }

  .group:hover .sm\:group-hover\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:hover .sm\:group-hover\:ml-97\% {
    margin-left: 97%;
  }

  .group:hover .sm\:group-hover\:mt-98\% {
    margin-top: 98%;
  }

  .group:hover .sm\:group-hover\:mr-98\% {
    margin-right: 98%;
  }

  .group:hover .sm\:group-hover\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:hover .sm\:group-hover\:ml-98\% {
    margin-left: 98%;
  }

  .group:hover .sm\:group-hover\:mt-99\% {
    margin-top: 99%;
  }

  .group:hover .sm\:group-hover\:mr-99\% {
    margin-right: 99%;
  }

  .group:hover .sm\:group-hover\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:hover .sm\:group-hover\:ml-99\% {
    margin-left: 99%;
  }

  .group:hover .sm\:group-hover\:mt-36vh {
    margin-top: 36vh;
  }

  .group:hover .sm\:group-hover\:mr-36vh {
    margin-right: 36vh;
  }

  .group:hover .sm\:group-hover\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:hover .sm\:group-hover\:ml-36vh {
    margin-left: 36vh;
  }

  .group:hover .sm\:group-hover\:mt-75vh {
    margin-top: 75vh;
  }

  .group:hover .sm\:group-hover\:mr-75vh {
    margin-right: 75vh;
  }

  .group:hover .sm\:group-hover\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:hover .sm\:group-hover\:ml-75vh {
    margin-left: 75vh;
  }

  .group:hover .sm\:group-hover\:mt-78vh {
    margin-top: 78vh;
  }

  .group:hover .sm\:group-hover\:mr-78vh {
    margin-right: 78vh;
  }

  .group:hover .sm\:group-hover\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:hover .sm\:group-hover\:ml-78vh {
    margin-left: 78vh;
  }

  .group:hover .sm\:group-hover\:mt-80vh {
    margin-top: 80vh;
  }

  .group:hover .sm\:group-hover\:mr-80vh {
    margin-right: 80vh;
  }

  .group:hover .sm\:group-hover\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:hover .sm\:group-hover\:ml-80vh {
    margin-left: 80vh;
  }

  .group:hover .sm\:group-hover\:mt-82vh {
    margin-top: 82vh;
  }

  .group:hover .sm\:group-hover\:mr-82vh {
    margin-right: 82vh;
  }

  .group:hover .sm\:group-hover\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:hover .sm\:group-hover\:ml-82vh {
    margin-left: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .sm\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:hover .sm\:group-hover\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:hover .sm\:group-hover\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:hover .sm\:group-hover\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:hover .sm\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .sm\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .sm\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .sm\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .sm\:group-hover\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .sm\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .sm\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .sm\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .sm\:group-hover\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-22 {
    margin-left: -5.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-26 {
    margin-top: -6.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .sm\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .sm\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .sm\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .sm\:group-hover\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-30 {
    margin-left: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .sm\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .sm\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .sm\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .sm\:group-hover\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .sm\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .sm\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .sm\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .sm\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .sm\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .sm\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .sm\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .sm\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .sm\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .sm\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .sm\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .sm\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .sm\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .sm\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .sm\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .sm\:group-hover\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .sm\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .sm\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .sm\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .sm\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .sm\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .sm\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .sm\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .sm\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .sm\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .sm\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .sm\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .sm\:group-hover\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-76 {
    margin-top: -19rem;
  }

  .group:hover .sm\:group-hover\:-mr-76 {
    margin-right: -19rem;
  }

  .group:hover .sm\:group-hover\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:hover .sm\:group-hover\:-ml-76 {
    margin-left: -19rem;
  }

  .group:hover .sm\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .sm\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .sm\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .sm\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .sm\:group-hover\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-100 {
    margin-top: -25rem;
  }

  .group:hover .sm\:group-hover\:-mr-100 {
    margin-right: -25rem;
  }

  .group:hover .sm\:group-hover\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:hover .sm\:group-hover\:-ml-100 {
    margin-left: -25rem;
  }

  .group:hover .sm\:group-hover\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:hover .sm\:group-hover\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:hover .sm\:group-hover\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:hover .sm\:group-hover\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:hover .sm\:group-hover\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:hover .sm\:group-hover\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:hover .sm\:group-hover\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:hover .sm\:group-hover\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:hover .sm\:group-hover\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:hover .sm\:group-hover\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:hover .sm\:group-hover\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:hover .sm\:group-hover\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:hover .sm\:group-hover\:-mt-120 {
    margin-top: -30rem;
  }

  .group:hover .sm\:group-hover\:-mr-120 {
    margin-right: -30rem;
  }

  .group:hover .sm\:group-hover\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:hover .sm\:group-hover\:-ml-120 {
    margin-left: -30rem;
  }

  .group:hover .sm\:group-hover\:-mt-130 {
    margin-top: -38rem;
  }

  .group:hover .sm\:group-hover\:-mr-130 {
    margin-right: -38rem;
  }

  .group:hover .sm\:group-hover\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:hover .sm\:group-hover\:-ml-130 {
    margin-left: -38rem;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:-mt-250px {
    margin-top: -250px;
  }

  .group:hover .sm\:group-hover\:-mr-250px {
    margin-right: -250px;
  }

  .group:hover .sm\:group-hover\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:hover .sm\:group-hover\:-ml-250px {
    margin-left: -250px;
  }

  .group:hover .sm\:group-hover\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:hover .sm\:group-hover\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:hover .sm\:group-hover\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:hover .sm\:group-hover\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:hover .sm\:group-hover\:-mt-1\% {
    margin-top: -1%;
  }

  .group:hover .sm\:group-hover\:-mr-1\% {
    margin-right: -1%;
  }

  .group:hover .sm\:group-hover\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:hover .sm\:group-hover\:-ml-1\% {
    margin-left: -1%;
  }

  .group:hover .sm\:group-hover\:-mt-2\% {
    margin-top: -2%;
  }

  .group:hover .sm\:group-hover\:-mr-2\% {
    margin-right: -2%;
  }

  .group:hover .sm\:group-hover\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:hover .sm\:group-hover\:-ml-2\% {
    margin-left: -2%;
  }

  .group:hover .sm\:group-hover\:-mt-3\% {
    margin-top: -3%;
  }

  .group:hover .sm\:group-hover\:-mr-3\% {
    margin-right: -3%;
  }

  .group:hover .sm\:group-hover\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:hover .sm\:group-hover\:-ml-3\% {
    margin-left: -3%;
  }

  .group:hover .sm\:group-hover\:-mt-4\% {
    margin-top: -4%;
  }

  .group:hover .sm\:group-hover\:-mr-4\% {
    margin-right: -4%;
  }

  .group:hover .sm\:group-hover\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:hover .sm\:group-hover\:-ml-4\% {
    margin-left: -4%;
  }

  .group:hover .sm\:group-hover\:-mt-5\% {
    margin-top: -5%;
  }

  .group:hover .sm\:group-hover\:-mr-5\% {
    margin-right: -5%;
  }

  .group:hover .sm\:group-hover\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:hover .sm\:group-hover\:-ml-5\% {
    margin-left: -5%;
  }

  .group:hover .sm\:group-hover\:-mt-10\% {
    margin-top: -10%;
  }

  .group:hover .sm\:group-hover\:-mr-10\% {
    margin-right: -10%;
  }

  .group:hover .sm\:group-hover\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:hover .sm\:group-hover\:-ml-10\% {
    margin-left: -10%;
  }

  .group:hover .sm\:group-hover\:-mt-20\% {
    margin-top: -20%;
  }

  .group:hover .sm\:group-hover\:-mr-20\% {
    margin-right: -20%;
  }

  .group:hover .sm\:group-hover\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:hover .sm\:group-hover\:-ml-20\% {
    margin-left: -20%;
  }

  .group:hover .sm\:group-hover\:-mt-23\% {
    margin-top: -23%;
  }

  .group:hover .sm\:group-hover\:-mr-23\% {
    margin-right: -23%;
  }

  .group:hover .sm\:group-hover\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:hover .sm\:group-hover\:-ml-23\% {
    margin-left: -23%;
  }

  .group:hover .sm\:group-hover\:-mt-25\% {
    margin-top: -25%;
  }

  .group:hover .sm\:group-hover\:-mr-25\% {
    margin-right: -25%;
  }

  .group:hover .sm\:group-hover\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:hover .sm\:group-hover\:-ml-25\% {
    margin-left: -25%;
  }

  .group:hover .sm\:group-hover\:-mt-26\% {
    margin-top: -26%;
  }

  .group:hover .sm\:group-hover\:-mr-26\% {
    margin-right: -26%;
  }

  .group:hover .sm\:group-hover\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:hover .sm\:group-hover\:-ml-26\% {
    margin-left: -26%;
  }

  .group:hover .sm\:group-hover\:-mt-30\% {
    margin-top: -30%;
  }

  .group:hover .sm\:group-hover\:-mr-30\% {
    margin-right: -30%;
  }

  .group:hover .sm\:group-hover\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:hover .sm\:group-hover\:-ml-30\% {
    margin-left: -30%;
  }

  .group:hover .sm\:group-hover\:-mt-40\% {
    margin-top: -40%;
  }

  .group:hover .sm\:group-hover\:-mr-40\% {
    margin-right: -40%;
  }

  .group:hover .sm\:group-hover\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:hover .sm\:group-hover\:-ml-40\% {
    margin-left: -40%;
  }

  .group:hover .sm\:group-hover\:-mt-50\% {
    margin-top: -50%;
  }

  .group:hover .sm\:group-hover\:-mr-50\% {
    margin-right: -50%;
  }

  .group:hover .sm\:group-hover\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:hover .sm\:group-hover\:-ml-50\% {
    margin-left: -50%;
  }

  .group:hover .sm\:group-hover\:-mt-60\% {
    margin-top: -60%;
  }

  .group:hover .sm\:group-hover\:-mr-60\% {
    margin-right: -60%;
  }

  .group:hover .sm\:group-hover\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:hover .sm\:group-hover\:-ml-60\% {
    margin-left: -60%;
  }

  .group:hover .sm\:group-hover\:-mt-70\% {
    margin-top: -70%;
  }

  .group:hover .sm\:group-hover\:-mr-70\% {
    margin-right: -70%;
  }

  .group:hover .sm\:group-hover\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:hover .sm\:group-hover\:-ml-70\% {
    margin-left: -70%;
  }

  .group:hover .sm\:group-hover\:-mt-80\% {
    margin-top: -80%;
  }

  .group:hover .sm\:group-hover\:-mr-80\% {
    margin-right: -80%;
  }

  .group:hover .sm\:group-hover\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:hover .sm\:group-hover\:-ml-80\% {
    margin-left: -80%;
  }

  .group:hover .sm\:group-hover\:-mt-90\% {
    margin-top: -90%;
  }

  .group:hover .sm\:group-hover\:-mr-90\% {
    margin-right: -90%;
  }

  .group:hover .sm\:group-hover\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:hover .sm\:group-hover\:-ml-90\% {
    margin-left: -90%;
  }

  .group:hover .sm\:group-hover\:-mt-95\% {
    margin-top: -95%;
  }

  .group:hover .sm\:group-hover\:-mr-95\% {
    margin-right: -95%;
  }

  .group:hover .sm\:group-hover\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:hover .sm\:group-hover\:-ml-95\% {
    margin-left: -95%;
  }

  .group:hover .sm\:group-hover\:-mt-96\% {
    margin-top: -96%;
  }

  .group:hover .sm\:group-hover\:-mr-96\% {
    margin-right: -96%;
  }

  .group:hover .sm\:group-hover\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:hover .sm\:group-hover\:-ml-96\% {
    margin-left: -96%;
  }

  .group:hover .sm\:group-hover\:-mt-97\% {
    margin-top: -97%;
  }

  .group:hover .sm\:group-hover\:-mr-97\% {
    margin-right: -97%;
  }

  .group:hover .sm\:group-hover\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:hover .sm\:group-hover\:-ml-97\% {
    margin-left: -97%;
  }

  .group:hover .sm\:group-hover\:-mt-98\% {
    margin-top: -98%;
  }

  .group:hover .sm\:group-hover\:-mr-98\% {
    margin-right: -98%;
  }

  .group:hover .sm\:group-hover\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:hover .sm\:group-hover\:-ml-98\% {
    margin-left: -98%;
  }

  .group:hover .sm\:group-hover\:-mt-99\% {
    margin-top: -99%;
  }

  .group:hover .sm\:group-hover\:-mr-99\% {
    margin-right: -99%;
  }

  .group:hover .sm\:group-hover\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:hover .sm\:group-hover\:-ml-99\% {
    margin-left: -99%;
  }

  .group:hover .sm\:group-hover\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:hover .sm\:group-hover\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:hover .sm\:group-hover\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:hover .sm\:group-hover\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:hover .sm\:group-hover\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:hover .sm\:group-hover\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:hover .sm\:group-hover\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:hover .sm\:group-hover\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:hover .sm\:group-hover\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:hover .sm\:group-hover\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:hover .sm\:group-hover\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:hover .sm\:group-hover\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:hover .sm\:group-hover\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:hover .sm\:group-hover\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:hover .sm\:group-hover\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:hover .sm\:group-hover\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:hover .sm\:group-hover\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:hover .sm\:group-hover\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:hover .sm\:group-hover\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:hover .sm\:group-hover\:-ml-82vh {
    margin-left: -82vh;
  }

  .group:focus .sm\:group-focus\:m-0 {
    margin: 0;
  }

  .group:focus .sm\:group-focus\:m-1 {
    margin: 0.25rem;
  }

  .group:focus .sm\:group-focus\:m-2 {
    margin: 0.5rem;
  }

  .group:focus .sm\:group-focus\:m-3 {
    margin: 0.75rem;
  }

  .group:focus .sm\:group-focus\:m-4 {
    margin: 1rem;
  }

  .group:focus .sm\:group-focus\:m-5 {
    margin: 1.25rem;
  }

  .group:focus .sm\:group-focus\:m-6 {
    margin: 1.5rem;
  }

  .group:focus .sm\:group-focus\:m-7 {
    margin: 1.75rem;
  }

  .group:focus .sm\:group-focus\:m-8 {
    margin: 2rem;
  }

  .group:focus .sm\:group-focus\:m-9 {
    margin: 2.25rem;
  }

  .group:focus .sm\:group-focus\:m-10 {
    margin: 2.5rem;
  }

  .group:focus .sm\:group-focus\:m-12 {
    margin: 3rem;
  }

  .group:focus .sm\:group-focus\:m-14 {
    margin: 3.5rem;
  }

  .group:focus .sm\:group-focus\:m-15 {
    margin: 3.75rem;
  }

  .group:focus .sm\:group-focus\:m-16 {
    margin: 4rem;
  }

  .group:focus .sm\:group-focus\:m-18 {
    margin: 4.5rem;
  }

  .group:focus .sm\:group-focus\:m-20 {
    margin: 5rem;
  }

  .group:focus .sm\:group-focus\:m-21 {
    margin: 5.25rem;
  }

  .group:focus .sm\:group-focus\:m-22 {
    margin: 5.5rem;
  }

  .group:focus .sm\:group-focus\:m-24 {
    margin: 6rem;
  }

  .group:focus .sm\:group-focus\:m-26 {
    margin: 6.5rem;
  }

  .group:focus .sm\:group-focus\:m-28 {
    margin: 7rem;
  }

  .group:focus .sm\:group-focus\:m-30 {
    margin: 7.5rem;
  }

  .group:focus .sm\:group-focus\:m-32 {
    margin: 8rem;
  }

  .group:focus .sm\:group-focus\:m-34 {
    margin: 8.5rem;
  }

  .group:focus .sm\:group-focus\:m-36 {
    margin: 9rem;
  }

  .group:focus .sm\:group-focus\:m-38 {
    margin: 9.5rem;
  }

  .group:focus .sm\:group-focus\:m-40 {
    margin: 10rem;
  }

  .group:focus .sm\:group-focus\:m-44 {
    margin: 11rem;
  }

  .group:focus .sm\:group-focus\:m-48 {
    margin: 12rem;
  }

  .group:focus .sm\:group-focus\:m-52 {
    margin: 13rem;
  }

  .group:focus .sm\:group-focus\:m-53 {
    margin: 13.25rem;
  }

  .group:focus .sm\:group-focus\:m-54 {
    margin: 13.5rem;
  }

  .group:focus .sm\:group-focus\:m-56 {
    margin: 14rem;
  }

  .group:focus .sm\:group-focus\:m-64 {
    margin: 16rem;
  }

  .group:focus .sm\:group-focus\:m-72 {
    margin: 18rem;
  }

  .group:focus .sm\:group-focus\:m-74 {
    margin: 18.5rem;
  }

  .group:focus .sm\:group-focus\:m-76 {
    margin: 19rem;
  }

  .group:focus .sm\:group-focus\:m-80 {
    margin: 20rem;
  }

  .group:focus .sm\:group-focus\:m-85 {
    margin: 21.25rem;
  }

  .group:focus .sm\:group-focus\:m-100 {
    margin: 25rem;
  }

  .group:focus .sm\:group-focus\:m-105 {
    margin: 26.25rem;
  }

  .group:focus .sm\:group-focus\:m-107 {
    margin: 26.4rem;
  }

  .group:focus .sm\:group-focus\:m-110 {
    margin: 27.5rem;
  }

  .group:focus .sm\:group-focus\:m-120 {
    margin: 30rem;
  }

  .group:focus .sm\:group-focus\:m-130 {
    margin: 38rem;
  }

  .group:focus .sm\:group-focus\:m-auto {
    margin: auto;
  }

  .group:focus .sm\:group-focus\:m-px {
    margin: 1px;
  }

  .group:focus .sm\:group-focus\:m-250px {
    margin: 250px;
  }

  .group:focus .sm\:group-focus\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:focus .sm\:group-focus\:m-1\% {
    margin: 1%;
  }

  .group:focus .sm\:group-focus\:m-2\% {
    margin: 2%;
  }

  .group:focus .sm\:group-focus\:m-3\% {
    margin: 3%;
  }

  .group:focus .sm\:group-focus\:m-4\% {
    margin: 4%;
  }

  .group:focus .sm\:group-focus\:m-5\% {
    margin: 5%;
  }

  .group:focus .sm\:group-focus\:m-10\% {
    margin: 10%;
  }

  .group:focus .sm\:group-focus\:m-20\% {
    margin: 20%;
  }

  .group:focus .sm\:group-focus\:m-23\% {
    margin: 23%;
  }

  .group:focus .sm\:group-focus\:m-25\% {
    margin: 25%;
  }

  .group:focus .sm\:group-focus\:m-26\% {
    margin: 26%;
  }

  .group:focus .sm\:group-focus\:m-30\% {
    margin: 30%;
  }

  .group:focus .sm\:group-focus\:m-40\% {
    margin: 40%;
  }

  .group:focus .sm\:group-focus\:m-50\% {
    margin: 50%;
  }

  .group:focus .sm\:group-focus\:m-60\% {
    margin: 60%;
  }

  .group:focus .sm\:group-focus\:m-70\% {
    margin: 70%;
  }

  .group:focus .sm\:group-focus\:m-80\% {
    margin: 80%;
  }

  .group:focus .sm\:group-focus\:m-90\% {
    margin: 90%;
  }

  .group:focus .sm\:group-focus\:m-95\% {
    margin: 95%;
  }

  .group:focus .sm\:group-focus\:m-96\% {
    margin: 96%;
  }

  .group:focus .sm\:group-focus\:m-97\% {
    margin: 97%;
  }

  .group:focus .sm\:group-focus\:m-98\% {
    margin: 98%;
  }

  .group:focus .sm\:group-focus\:m-99\% {
    margin: 99%;
  }

  .group:focus .sm\:group-focus\:m-36vh {
    margin: 36vh;
  }

  .group:focus .sm\:group-focus\:m-75vh {
    margin: 75vh;
  }

  .group:focus .sm\:group-focus\:m-78vh {
    margin: 78vh;
  }

  .group:focus .sm\:group-focus\:m-80vh {
    margin: 80vh;
  }

  .group:focus .sm\:group-focus\:m-82vh {
    margin: 82vh;
  }

  .group:focus .sm\:group-focus\:-m-1 {
    margin: -0.25rem;
  }

  .group:focus .sm\:group-focus\:-m-2 {
    margin: -0.5rem;
  }

  .group:focus .sm\:group-focus\:-m-3 {
    margin: -0.75rem;
  }

  .group:focus .sm\:group-focus\:-m-4 {
    margin: -1rem;
  }

  .group:focus .sm\:group-focus\:-m-5 {
    margin: -1.25rem;
  }

  .group:focus .sm\:group-focus\:-m-6 {
    margin: -1.5rem;
  }

  .group:focus .sm\:group-focus\:-m-7 {
    margin: -1.75rem;
  }

  .group:focus .sm\:group-focus\:-m-8 {
    margin: -2rem;
  }

  .group:focus .sm\:group-focus\:-m-9 {
    margin: -2.25rem;
  }

  .group:focus .sm\:group-focus\:-m-10 {
    margin: -2.5rem;
  }

  .group:focus .sm\:group-focus\:-m-12 {
    margin: -3rem;
  }

  .group:focus .sm\:group-focus\:-m-14 {
    margin: -3.5rem;
  }

  .group:focus .sm\:group-focus\:-m-15 {
    margin: -3.75rem;
  }

  .group:focus .sm\:group-focus\:-m-16 {
    margin: -4rem;
  }

  .group:focus .sm\:group-focus\:-m-18 {
    margin: -4.5rem;
  }

  .group:focus .sm\:group-focus\:-m-20 {
    margin: -5rem;
  }

  .group:focus .sm\:group-focus\:-m-21 {
    margin: -5.25rem;
  }

  .group:focus .sm\:group-focus\:-m-22 {
    margin: -5.5rem;
  }

  .group:focus .sm\:group-focus\:-m-24 {
    margin: -6rem;
  }

  .group:focus .sm\:group-focus\:-m-26 {
    margin: -6.5rem;
  }

  .group:focus .sm\:group-focus\:-m-28 {
    margin: -7rem;
  }

  .group:focus .sm\:group-focus\:-m-30 {
    margin: -7.5rem;
  }

  .group:focus .sm\:group-focus\:-m-32 {
    margin: -8rem;
  }

  .group:focus .sm\:group-focus\:-m-34 {
    margin: -8.5rem;
  }

  .group:focus .sm\:group-focus\:-m-36 {
    margin: -9rem;
  }

  .group:focus .sm\:group-focus\:-m-38 {
    margin: -9.5rem;
  }

  .group:focus .sm\:group-focus\:-m-40 {
    margin: -10rem;
  }

  .group:focus .sm\:group-focus\:-m-44 {
    margin: -11rem;
  }

  .group:focus .sm\:group-focus\:-m-48 {
    margin: -12rem;
  }

  .group:focus .sm\:group-focus\:-m-52 {
    margin: -13rem;
  }

  .group:focus .sm\:group-focus\:-m-53 {
    margin: -13.25rem;
  }

  .group:focus .sm\:group-focus\:-m-54 {
    margin: -13.5rem;
  }

  .group:focus .sm\:group-focus\:-m-56 {
    margin: -14rem;
  }

  .group:focus .sm\:group-focus\:-m-64 {
    margin: -16rem;
  }

  .group:focus .sm\:group-focus\:-m-72 {
    margin: -18rem;
  }

  .group:focus .sm\:group-focus\:-m-74 {
    margin: -18.5rem;
  }

  .group:focus .sm\:group-focus\:-m-76 {
    margin: -19rem;
  }

  .group:focus .sm\:group-focus\:-m-80 {
    margin: -20rem;
  }

  .group:focus .sm\:group-focus\:-m-85 {
    margin: -21.25rem;
  }

  .group:focus .sm\:group-focus\:-m-100 {
    margin: -25rem;
  }

  .group:focus .sm\:group-focus\:-m-105 {
    margin: -26.25rem;
  }

  .group:focus .sm\:group-focus\:-m-107 {
    margin: -26.4rem;
  }

  .group:focus .sm\:group-focus\:-m-110 {
    margin: -27.5rem;
  }

  .group:focus .sm\:group-focus\:-m-120 {
    margin: -30rem;
  }

  .group:focus .sm\:group-focus\:-m-130 {
    margin: -38rem;
  }

  .group:focus .sm\:group-focus\:-m-px {
    margin: -1px;
  }

  .group:focus .sm\:group-focus\:-m-250px {
    margin: -250px;
  }

  .group:focus .sm\:group-focus\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:focus .sm\:group-focus\:-m-1\% {
    margin: -1%;
  }

  .group:focus .sm\:group-focus\:-m-2\% {
    margin: -2%;
  }

  .group:focus .sm\:group-focus\:-m-3\% {
    margin: -3%;
  }

  .group:focus .sm\:group-focus\:-m-4\% {
    margin: -4%;
  }

  .group:focus .sm\:group-focus\:-m-5\% {
    margin: -5%;
  }

  .group:focus .sm\:group-focus\:-m-10\% {
    margin: -10%;
  }

  .group:focus .sm\:group-focus\:-m-20\% {
    margin: -20%;
  }

  .group:focus .sm\:group-focus\:-m-23\% {
    margin: -23%;
  }

  .group:focus .sm\:group-focus\:-m-25\% {
    margin: -25%;
  }

  .group:focus .sm\:group-focus\:-m-26\% {
    margin: -26%;
  }

  .group:focus .sm\:group-focus\:-m-30\% {
    margin: -30%;
  }

  .group:focus .sm\:group-focus\:-m-40\% {
    margin: -40%;
  }

  .group:focus .sm\:group-focus\:-m-50\% {
    margin: -50%;
  }

  .group:focus .sm\:group-focus\:-m-60\% {
    margin: -60%;
  }

  .group:focus .sm\:group-focus\:-m-70\% {
    margin: -70%;
  }

  .group:focus .sm\:group-focus\:-m-80\% {
    margin: -80%;
  }

  .group:focus .sm\:group-focus\:-m-90\% {
    margin: -90%;
  }

  .group:focus .sm\:group-focus\:-m-95\% {
    margin: -95%;
  }

  .group:focus .sm\:group-focus\:-m-96\% {
    margin: -96%;
  }

  .group:focus .sm\:group-focus\:-m-97\% {
    margin: -97%;
  }

  .group:focus .sm\:group-focus\:-m-98\% {
    margin: -98%;
  }

  .group:focus .sm\:group-focus\:-m-99\% {
    margin: -99%;
  }

  .group:focus .sm\:group-focus\:-m-36vh {
    margin: -36vh;
  }

  .group:focus .sm\:group-focus\:-m-75vh {
    margin: -75vh;
  }

  .group:focus .sm\:group-focus\:-m-78vh {
    margin: -78vh;
  }

  .group:focus .sm\:group-focus\:-m-80vh {
    margin: -80vh;
  }

  .group:focus .sm\:group-focus\:-m-82vh {
    margin: -82vh;
  }

  .group:focus .sm\:group-focus\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:focus .sm\:group-focus\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:focus .sm\:group-focus\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:focus .sm\:group-focus\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:focus .sm\:group-focus\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:focus .sm\:group-focus\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:focus .sm\:group-focus\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:focus .sm\:group-focus\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:focus .sm\:group-focus\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:focus .sm\:group-focus\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:focus .sm\:group-focus\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:focus .sm\:group-focus\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:focus .sm\:group-focus\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:focus .sm\:group-focus\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:focus .sm\:group-focus\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:focus .sm\:group-focus\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:focus .sm\:group-focus\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:focus .sm\:group-focus\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:focus .sm\:group-focus\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:focus .sm\:group-focus\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:focus .sm\:group-focus\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:focus .sm\:group-focus\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:focus .sm\:group-focus\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:focus .sm\:group-focus\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:focus .sm\:group-focus\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:focus .sm\:group-focus\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:focus .sm\:group-focus\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:focus .sm\:group-focus\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:focus .sm\:group-focus\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:focus .sm\:group-focus\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:focus .sm\:group-focus\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:focus .sm\:group-focus\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:focus .sm\:group-focus\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:focus .sm\:group-focus\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:focus .sm\:group-focus\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:focus .sm\:group-focus\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:focus .sm\:group-focus\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:focus .sm\:group-focus\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .group:focus .sm\:group-focus\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:focus .sm\:group-focus\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:focus .sm\:group-focus\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:focus .sm\:group-focus\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:focus .sm\:group-focus\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:focus .sm\:group-focus\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:focus .sm\:group-focus\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:focus .sm\:group-focus\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .group:focus .sm\:group-focus\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:focus .sm\:group-focus\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:focus .sm\:group-focus\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:focus .sm\:group-focus\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:focus .sm\:group-focus\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:focus .sm\:group-focus\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:focus .sm\:group-focus\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:focus .sm\:group-focus\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:focus .sm\:group-focus\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:focus .sm\:group-focus\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:focus .sm\:group-focus\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:focus .sm\:group-focus\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:focus .sm\:group-focus\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:focus .sm\:group-focus\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:focus .sm\:group-focus\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:focus .sm\:group-focus\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:focus .sm\:group-focus\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:focus .sm\:group-focus\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:focus .sm\:group-focus\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:focus .sm\:group-focus\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:focus .sm\:group-focus\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:focus .sm\:group-focus\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:focus .sm\:group-focus\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:focus .sm\:group-focus\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:focus .sm\:group-focus\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:focus .sm\:group-focus\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:focus .sm\:group-focus\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:focus .sm\:group-focus\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:focus .sm\:group-focus\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:focus .sm\:group-focus\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:focus .sm\:group-focus\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:focus .sm\:group-focus\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:focus .sm\:group-focus\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:focus .sm\:group-focus\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:focus .sm\:group-focus\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:focus .sm\:group-focus\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:focus .sm\:group-focus\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:focus .sm\:group-focus\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:focus .sm\:group-focus\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:focus .sm\:group-focus\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:focus .sm\:group-focus\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:focus .sm\:group-focus\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:focus .sm\:group-focus\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:focus .sm\:group-focus\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:focus .sm\:group-focus\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:focus .sm\:group-focus\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .group:focus .sm\:group-focus\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:focus .sm\:group-focus\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:focus .sm\:group-focus\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:focus .sm\:group-focus\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:focus .sm\:group-focus\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:focus .sm\:group-focus\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:focus .sm\:group-focus\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:focus .sm\:group-focus\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:focus .sm\:group-focus\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:focus .sm\:group-focus\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:focus .sm\:group-focus\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:focus .sm\:group-focus\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:focus .sm\:group-focus\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:focus .sm\:group-focus\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:focus .sm\:group-focus\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:focus .sm\:group-focus\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:focus .sm\:group-focus\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:focus .sm\:group-focus\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:focus .sm\:group-focus\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:focus .sm\:group-focus\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:focus .sm\:group-focus\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:focus .sm\:group-focus\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:focus .sm\:group-focus\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:focus .sm\:group-focus\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:focus .sm\:group-focus\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:focus .sm\:group-focus\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:focus .sm\:group-focus\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:focus .sm\:group-focus\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:focus .sm\:group-focus\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:focus .sm\:group-focus\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:focus .sm\:group-focus\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:focus .sm\:group-focus\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:focus .sm\:group-focus\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:focus .sm\:group-focus\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:focus .sm\:group-focus\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:focus .sm\:group-focus\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:focus .sm\:group-focus\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:focus .sm\:group-focus\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:focus .sm\:group-focus\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:focus .sm\:group-focus\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:focus .sm\:group-focus\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:focus .sm\:group-focus\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:focus .sm\:group-focus\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:focus .sm\:group-focus\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:focus .sm\:group-focus\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:focus .sm\:group-focus\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:focus .sm\:group-focus\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:focus .sm\:group-focus\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:focus .sm\:group-focus\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:focus .sm\:group-focus\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:focus .sm\:group-focus\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:focus .sm\:group-focus\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:focus .sm\:group-focus\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:focus .sm\:group-focus\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:focus .sm\:group-focus\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:focus .sm\:group-focus\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:focus .sm\:group-focus\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:focus .sm\:group-focus\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:focus .sm\:group-focus\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:focus .sm\:group-focus\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:focus .sm\:group-focus\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:focus .sm\:group-focus\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .group:focus .sm\:group-focus\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:focus .sm\:group-focus\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:focus .sm\:group-focus\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:focus .sm\:group-focus\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:focus .sm\:group-focus\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:focus .sm\:group-focus\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:focus .sm\:group-focus\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:focus .sm\:group-focus\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:focus .sm\:group-focus\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:focus .sm\:group-focus\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:focus .sm\:group-focus\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:focus .sm\:group-focus\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:focus .sm\:group-focus\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:focus .sm\:group-focus\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:focus .sm\:group-focus\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:focus .sm\:group-focus\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:focus .sm\:group-focus\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:focus .sm\:group-focus\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:focus .sm\:group-focus\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:focus .sm\:group-focus\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:focus .sm\:group-focus\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:focus .sm\:group-focus\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:focus .sm\:group-focus\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:focus .sm\:group-focus\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:focus .sm\:group-focus\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:focus .sm\:group-focus\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:focus .sm\:group-focus\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:focus .sm\:group-focus\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:focus .sm\:group-focus\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:focus .sm\:group-focus\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .group:focus .sm\:group-focus\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:focus .sm\:group-focus\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:focus .sm\:group-focus\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:focus .sm\:group-focus\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:focus .sm\:group-focus\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:focus .sm\:group-focus\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .group:focus .sm\:group-focus\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:focus .sm\:group-focus\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:focus .sm\:group-focus\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:focus .sm\:group-focus\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:focus .sm\:group-focus\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:focus .sm\:group-focus\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:focus .sm\:group-focus\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:focus .sm\:group-focus\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:focus .sm\:group-focus\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:focus .sm\:group-focus\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:focus .sm\:group-focus\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:focus .sm\:group-focus\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:focus .sm\:group-focus\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:focus .sm\:group-focus\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:focus .sm\:group-focus\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:focus .sm\:group-focus\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:focus .sm\:group-focus\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:focus .sm\:group-focus\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:focus .sm\:group-focus\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:focus .sm\:group-focus\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:focus .sm\:group-focus\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:focus .sm\:group-focus\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:focus .sm\:group-focus\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:focus .sm\:group-focus\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:focus .sm\:group-focus\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:focus .sm\:group-focus\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:focus .sm\:group-focus\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:focus .sm\:group-focus\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:focus .sm\:group-focus\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:focus .sm\:group-focus\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:focus .sm\:group-focus\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:focus .sm\:group-focus\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:focus .sm\:group-focus\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:focus .sm\:group-focus\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:focus .sm\:group-focus\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:focus .sm\:group-focus\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:focus .sm\:group-focus\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:focus .sm\:group-focus\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:focus .sm\:group-focus\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:focus .sm\:group-focus\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:focus .sm\:group-focus\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:focus .sm\:group-focus\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .group:focus .sm\:group-focus\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:focus .sm\:group-focus\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:focus .sm\:group-focus\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:focus .sm\:group-focus\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:focus .sm\:group-focus\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:focus .sm\:group-focus\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:focus .sm\:group-focus\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:focus .sm\:group-focus\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:focus .sm\:group-focus\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:focus .sm\:group-focus\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:focus .sm\:group-focus\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:focus .sm\:group-focus\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:focus .sm\:group-focus\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:focus .sm\:group-focus\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:focus .sm\:group-focus\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:focus .sm\:group-focus\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:focus .sm\:group-focus\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:focus .sm\:group-focus\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:focus .sm\:group-focus\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:focus .sm\:group-focus\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:focus .sm\:group-focus\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:focus .sm\:group-focus\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:focus .sm\:group-focus\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:focus .sm\:group-focus\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:focus .sm\:group-focus\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:focus .sm\:group-focus\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:focus .sm\:group-focus\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:focus .sm\:group-focus\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:focus .sm\:group-focus\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:focus .sm\:group-focus\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:focus .sm\:group-focus\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:focus .sm\:group-focus\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:focus .sm\:group-focus\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:focus .sm\:group-focus\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:focus .sm\:group-focus\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:focus .sm\:group-focus\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:focus .sm\:group-focus\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:focus .sm\:group-focus\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:focus .sm\:group-focus\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:focus .sm\:group-focus\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:focus .sm\:group-focus\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:focus .sm\:group-focus\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:focus .sm\:group-focus\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:focus .sm\:group-focus\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:focus .sm\:group-focus\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:focus .sm\:group-focus\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:focus .sm\:group-focus\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:focus .sm\:group-focus\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:focus .sm\:group-focus\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:focus .sm\:group-focus\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:focus .sm\:group-focus\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:focus .sm\:group-focus\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:focus .sm\:group-focus\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:focus .sm\:group-focus\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:focus .sm\:group-focus\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:focus .sm\:group-focus\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:focus .sm\:group-focus\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:focus .sm\:group-focus\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:focus .sm\:group-focus\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:focus .sm\:group-focus\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .group:focus .sm\:group-focus\:mt-0 {
    margin-top: 0;
  }

  .group:focus .sm\:group-focus\:mr-0 {
    margin-right: 0;
  }

  .group:focus .sm\:group-focus\:mb-0 {
    margin-bottom: 0;
  }

  .group:focus .sm\:group-focus\:ml-0 {
    margin-left: 0;
  }

  .group:focus .sm\:group-focus\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:focus .sm\:group-focus\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:focus .sm\:group-focus\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:focus .sm\:group-focus\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:focus .sm\:group-focus\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:focus .sm\:group-focus\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:focus .sm\:group-focus\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:focus .sm\:group-focus\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:focus .sm\:group-focus\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:focus .sm\:group-focus\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:focus .sm\:group-focus\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:focus .sm\:group-focus\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:focus .sm\:group-focus\:mt-4 {
    margin-top: 1rem;
  }

  .group:focus .sm\:group-focus\:mr-4 {
    margin-right: 1rem;
  }

  .group:focus .sm\:group-focus\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:focus .sm\:group-focus\:ml-4 {
    margin-left: 1rem;
  }

  .group:focus .sm\:group-focus\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:focus .sm\:group-focus\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:focus .sm\:group-focus\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:focus .sm\:group-focus\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:focus .sm\:group-focus\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:focus .sm\:group-focus\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:focus .sm\:group-focus\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:focus .sm\:group-focus\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:focus .sm\:group-focus\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:focus .sm\:group-focus\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:focus .sm\:group-focus\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:focus .sm\:group-focus\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:focus .sm\:group-focus\:mt-8 {
    margin-top: 2rem;
  }

  .group:focus .sm\:group-focus\:mr-8 {
    margin-right: 2rem;
  }

  .group:focus .sm\:group-focus\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:focus .sm\:group-focus\:ml-8 {
    margin-left: 2rem;
  }

  .group:focus .sm\:group-focus\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:focus .sm\:group-focus\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:focus .sm\:group-focus\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:focus .sm\:group-focus\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:focus .sm\:group-focus\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:focus .sm\:group-focus\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:focus .sm\:group-focus\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:focus .sm\:group-focus\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:focus .sm\:group-focus\:mt-12 {
    margin-top: 3rem;
  }

  .group:focus .sm\:group-focus\:mr-12 {
    margin-right: 3rem;
  }

  .group:focus .sm\:group-focus\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:focus .sm\:group-focus\:ml-12 {
    margin-left: 3rem;
  }

  .group:focus .sm\:group-focus\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:focus .sm\:group-focus\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:focus .sm\:group-focus\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:focus .sm\:group-focus\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:focus .sm\:group-focus\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:focus .sm\:group-focus\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:focus .sm\:group-focus\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:focus .sm\:group-focus\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:focus .sm\:group-focus\:mt-16 {
    margin-top: 4rem;
  }

  .group:focus .sm\:group-focus\:mr-16 {
    margin-right: 4rem;
  }

  .group:focus .sm\:group-focus\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:focus .sm\:group-focus\:ml-16 {
    margin-left: 4rem;
  }

  .group:focus .sm\:group-focus\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:focus .sm\:group-focus\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:focus .sm\:group-focus\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:focus .sm\:group-focus\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:focus .sm\:group-focus\:mt-20 {
    margin-top: 5rem;
  }

  .group:focus .sm\:group-focus\:mr-20 {
    margin-right: 5rem;
  }

  .group:focus .sm\:group-focus\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:focus .sm\:group-focus\:ml-20 {
    margin-left: 5rem;
  }

  .group:focus .sm\:group-focus\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:focus .sm\:group-focus\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:focus .sm\:group-focus\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:focus .sm\:group-focus\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:focus .sm\:group-focus\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:focus .sm\:group-focus\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:focus .sm\:group-focus\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:focus .sm\:group-focus\:ml-22 {
    margin-left: 5.5rem;
  }

  .group:focus .sm\:group-focus\:mt-24 {
    margin-top: 6rem;
  }

  .group:focus .sm\:group-focus\:mr-24 {
    margin-right: 6rem;
  }

  .group:focus .sm\:group-focus\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:focus .sm\:group-focus\:ml-24 {
    margin-left: 6rem;
  }

  .group:focus .sm\:group-focus\:mt-26 {
    margin-top: 6.5rem;
  }

  .group:focus .sm\:group-focus\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:focus .sm\:group-focus\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:focus .sm\:group-focus\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:focus .sm\:group-focus\:mt-28 {
    margin-top: 7rem;
  }

  .group:focus .sm\:group-focus\:mr-28 {
    margin-right: 7rem;
  }

  .group:focus .sm\:group-focus\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:focus .sm\:group-focus\:ml-28 {
    margin-left: 7rem;
  }

  .group:focus .sm\:group-focus\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:focus .sm\:group-focus\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:focus .sm\:group-focus\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:focus .sm\:group-focus\:ml-30 {
    margin-left: 7.5rem;
  }

  .group:focus .sm\:group-focus\:mt-32 {
    margin-top: 8rem;
  }

  .group:focus .sm\:group-focus\:mr-32 {
    margin-right: 8rem;
  }

  .group:focus .sm\:group-focus\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:focus .sm\:group-focus\:ml-32 {
    margin-left: 8rem;
  }

  .group:focus .sm\:group-focus\:mt-34 {
    margin-top: 8.5rem;
  }

  .group:focus .sm\:group-focus\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:focus .sm\:group-focus\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:focus .sm\:group-focus\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:focus .sm\:group-focus\:mt-36 {
    margin-top: 9rem;
  }

  .group:focus .sm\:group-focus\:mr-36 {
    margin-right: 9rem;
  }

  .group:focus .sm\:group-focus\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:focus .sm\:group-focus\:ml-36 {
    margin-left: 9rem;
  }

  .group:focus .sm\:group-focus\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:focus .sm\:group-focus\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:focus .sm\:group-focus\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:focus .sm\:group-focus\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:focus .sm\:group-focus\:mt-40 {
    margin-top: 10rem;
  }

  .group:focus .sm\:group-focus\:mr-40 {
    margin-right: 10rem;
  }

  .group:focus .sm\:group-focus\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:focus .sm\:group-focus\:ml-40 {
    margin-left: 10rem;
  }

  .group:focus .sm\:group-focus\:mt-44 {
    margin-top: 11rem;
  }

  .group:focus .sm\:group-focus\:mr-44 {
    margin-right: 11rem;
  }

  .group:focus .sm\:group-focus\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:focus .sm\:group-focus\:ml-44 {
    margin-left: 11rem;
  }

  .group:focus .sm\:group-focus\:mt-48 {
    margin-top: 12rem;
  }

  .group:focus .sm\:group-focus\:mr-48 {
    margin-right: 12rem;
  }

  .group:focus .sm\:group-focus\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:focus .sm\:group-focus\:ml-48 {
    margin-left: 12rem;
  }

  .group:focus .sm\:group-focus\:mt-52 {
    margin-top: 13rem;
  }

  .group:focus .sm\:group-focus\:mr-52 {
    margin-right: 13rem;
  }

  .group:focus .sm\:group-focus\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:focus .sm\:group-focus\:ml-52 {
    margin-left: 13rem;
  }

  .group:focus .sm\:group-focus\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:focus .sm\:group-focus\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:focus .sm\:group-focus\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:focus .sm\:group-focus\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:focus .sm\:group-focus\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:focus .sm\:group-focus\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:focus .sm\:group-focus\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:focus .sm\:group-focus\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:focus .sm\:group-focus\:mt-56 {
    margin-top: 14rem;
  }

  .group:focus .sm\:group-focus\:mr-56 {
    margin-right: 14rem;
  }

  .group:focus .sm\:group-focus\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:focus .sm\:group-focus\:ml-56 {
    margin-left: 14rem;
  }

  .group:focus .sm\:group-focus\:mt-64 {
    margin-top: 16rem;
  }

  .group:focus .sm\:group-focus\:mr-64 {
    margin-right: 16rem;
  }

  .group:focus .sm\:group-focus\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:focus .sm\:group-focus\:ml-64 {
    margin-left: 16rem;
  }

  .group:focus .sm\:group-focus\:mt-72 {
    margin-top: 18rem;
  }

  .group:focus .sm\:group-focus\:mr-72 {
    margin-right: 18rem;
  }

  .group:focus .sm\:group-focus\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:focus .sm\:group-focus\:ml-72 {
    margin-left: 18rem;
  }

  .group:focus .sm\:group-focus\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:focus .sm\:group-focus\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:focus .sm\:group-focus\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:focus .sm\:group-focus\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:focus .sm\:group-focus\:mt-76 {
    margin-top: 19rem;
  }

  .group:focus .sm\:group-focus\:mr-76 {
    margin-right: 19rem;
  }

  .group:focus .sm\:group-focus\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:focus .sm\:group-focus\:ml-76 {
    margin-left: 19rem;
  }

  .group:focus .sm\:group-focus\:mt-80 {
    margin-top: 20rem;
  }

  .group:focus .sm\:group-focus\:mr-80 {
    margin-right: 20rem;
  }

  .group:focus .sm\:group-focus\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:focus .sm\:group-focus\:ml-80 {
    margin-left: 20rem;
  }

  .group:focus .sm\:group-focus\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:focus .sm\:group-focus\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:focus .sm\:group-focus\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:focus .sm\:group-focus\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:focus .sm\:group-focus\:mt-100 {
    margin-top: 25rem;
  }

  .group:focus .sm\:group-focus\:mr-100 {
    margin-right: 25rem;
  }

  .group:focus .sm\:group-focus\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:focus .sm\:group-focus\:ml-100 {
    margin-left: 25rem;
  }

  .group:focus .sm\:group-focus\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:focus .sm\:group-focus\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:focus .sm\:group-focus\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:focus .sm\:group-focus\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:focus .sm\:group-focus\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:focus .sm\:group-focus\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:focus .sm\:group-focus\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:focus .sm\:group-focus\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:focus .sm\:group-focus\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:focus .sm\:group-focus\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:focus .sm\:group-focus\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:focus .sm\:group-focus\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:focus .sm\:group-focus\:mt-120 {
    margin-top: 30rem;
  }

  .group:focus .sm\:group-focus\:mr-120 {
    margin-right: 30rem;
  }

  .group:focus .sm\:group-focus\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:focus .sm\:group-focus\:ml-120 {
    margin-left: 30rem;
  }

  .group:focus .sm\:group-focus\:mt-130 {
    margin-top: 38rem;
  }

  .group:focus .sm\:group-focus\:mr-130 {
    margin-right: 38rem;
  }

  .group:focus .sm\:group-focus\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:focus .sm\:group-focus\:ml-130 {
    margin-left: 38rem;
  }

  .group:focus .sm\:group-focus\:mt-auto {
    margin-top: auto;
  }

  .group:focus .sm\:group-focus\:mr-auto {
    margin-right: auto;
  }

  .group:focus .sm\:group-focus\:mb-auto {
    margin-bottom: auto;
  }

  .group:focus .sm\:group-focus\:ml-auto {
    margin-left: auto;
  }

  .group:focus .sm\:group-focus\:mt-px {
    margin-top: 1px;
  }

  .group:focus .sm\:group-focus\:mr-px {
    margin-right: 1px;
  }

  .group:focus .sm\:group-focus\:mb-px {
    margin-bottom: 1px;
  }

  .group:focus .sm\:group-focus\:ml-px {
    margin-left: 1px;
  }

  .group:focus .sm\:group-focus\:mt-250px {
    margin-top: 250px;
  }

  .group:focus .sm\:group-focus\:mr-250px {
    margin-right: 250px;
  }

  .group:focus .sm\:group-focus\:mb-250px {
    margin-bottom: 250px;
  }

  .group:focus .sm\:group-focus\:ml-250px {
    margin-left: 250px;
  }

  .group:focus .sm\:group-focus\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:focus .sm\:group-focus\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:focus .sm\:group-focus\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:focus .sm\:group-focus\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:focus .sm\:group-focus\:mt-1\% {
    margin-top: 1%;
  }

  .group:focus .sm\:group-focus\:mr-1\% {
    margin-right: 1%;
  }

  .group:focus .sm\:group-focus\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:focus .sm\:group-focus\:ml-1\% {
    margin-left: 1%;
  }

  .group:focus .sm\:group-focus\:mt-2\% {
    margin-top: 2%;
  }

  .group:focus .sm\:group-focus\:mr-2\% {
    margin-right: 2%;
  }

  .group:focus .sm\:group-focus\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:focus .sm\:group-focus\:ml-2\% {
    margin-left: 2%;
  }

  .group:focus .sm\:group-focus\:mt-3\% {
    margin-top: 3%;
  }

  .group:focus .sm\:group-focus\:mr-3\% {
    margin-right: 3%;
  }

  .group:focus .sm\:group-focus\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:focus .sm\:group-focus\:ml-3\% {
    margin-left: 3%;
  }

  .group:focus .sm\:group-focus\:mt-4\% {
    margin-top: 4%;
  }

  .group:focus .sm\:group-focus\:mr-4\% {
    margin-right: 4%;
  }

  .group:focus .sm\:group-focus\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:focus .sm\:group-focus\:ml-4\% {
    margin-left: 4%;
  }

  .group:focus .sm\:group-focus\:mt-5\% {
    margin-top: 5%;
  }

  .group:focus .sm\:group-focus\:mr-5\% {
    margin-right: 5%;
  }

  .group:focus .sm\:group-focus\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:focus .sm\:group-focus\:ml-5\% {
    margin-left: 5%;
  }

  .group:focus .sm\:group-focus\:mt-10\% {
    margin-top: 10%;
  }

  .group:focus .sm\:group-focus\:mr-10\% {
    margin-right: 10%;
  }

  .group:focus .sm\:group-focus\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:focus .sm\:group-focus\:ml-10\% {
    margin-left: 10%;
  }

  .group:focus .sm\:group-focus\:mt-20\% {
    margin-top: 20%;
  }

  .group:focus .sm\:group-focus\:mr-20\% {
    margin-right: 20%;
  }

  .group:focus .sm\:group-focus\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:focus .sm\:group-focus\:ml-20\% {
    margin-left: 20%;
  }

  .group:focus .sm\:group-focus\:mt-23\% {
    margin-top: 23%;
  }

  .group:focus .sm\:group-focus\:mr-23\% {
    margin-right: 23%;
  }

  .group:focus .sm\:group-focus\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:focus .sm\:group-focus\:ml-23\% {
    margin-left: 23%;
  }

  .group:focus .sm\:group-focus\:mt-25\% {
    margin-top: 25%;
  }

  .group:focus .sm\:group-focus\:mr-25\% {
    margin-right: 25%;
  }

  .group:focus .sm\:group-focus\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:focus .sm\:group-focus\:ml-25\% {
    margin-left: 25%;
  }

  .group:focus .sm\:group-focus\:mt-26\% {
    margin-top: 26%;
  }

  .group:focus .sm\:group-focus\:mr-26\% {
    margin-right: 26%;
  }

  .group:focus .sm\:group-focus\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:focus .sm\:group-focus\:ml-26\% {
    margin-left: 26%;
  }

  .group:focus .sm\:group-focus\:mt-30\% {
    margin-top: 30%;
  }

  .group:focus .sm\:group-focus\:mr-30\% {
    margin-right: 30%;
  }

  .group:focus .sm\:group-focus\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:focus .sm\:group-focus\:ml-30\% {
    margin-left: 30%;
  }

  .group:focus .sm\:group-focus\:mt-40\% {
    margin-top: 40%;
  }

  .group:focus .sm\:group-focus\:mr-40\% {
    margin-right: 40%;
  }

  .group:focus .sm\:group-focus\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:focus .sm\:group-focus\:ml-40\% {
    margin-left: 40%;
  }

  .group:focus .sm\:group-focus\:mt-50\% {
    margin-top: 50%;
  }

  .group:focus .sm\:group-focus\:mr-50\% {
    margin-right: 50%;
  }

  .group:focus .sm\:group-focus\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:focus .sm\:group-focus\:ml-50\% {
    margin-left: 50%;
  }

  .group:focus .sm\:group-focus\:mt-60\% {
    margin-top: 60%;
  }

  .group:focus .sm\:group-focus\:mr-60\% {
    margin-right: 60%;
  }

  .group:focus .sm\:group-focus\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:focus .sm\:group-focus\:ml-60\% {
    margin-left: 60%;
  }

  .group:focus .sm\:group-focus\:mt-70\% {
    margin-top: 70%;
  }

  .group:focus .sm\:group-focus\:mr-70\% {
    margin-right: 70%;
  }

  .group:focus .sm\:group-focus\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:focus .sm\:group-focus\:ml-70\% {
    margin-left: 70%;
  }

  .group:focus .sm\:group-focus\:mt-80\% {
    margin-top: 80%;
  }

  .group:focus .sm\:group-focus\:mr-80\% {
    margin-right: 80%;
  }

  .group:focus .sm\:group-focus\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:focus .sm\:group-focus\:ml-80\% {
    margin-left: 80%;
  }

  .group:focus .sm\:group-focus\:mt-90\% {
    margin-top: 90%;
  }

  .group:focus .sm\:group-focus\:mr-90\% {
    margin-right: 90%;
  }

  .group:focus .sm\:group-focus\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:focus .sm\:group-focus\:ml-90\% {
    margin-left: 90%;
  }

  .group:focus .sm\:group-focus\:mt-95\% {
    margin-top: 95%;
  }

  .group:focus .sm\:group-focus\:mr-95\% {
    margin-right: 95%;
  }

  .group:focus .sm\:group-focus\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:focus .sm\:group-focus\:ml-95\% {
    margin-left: 95%;
  }

  .group:focus .sm\:group-focus\:mt-96\% {
    margin-top: 96%;
  }

  .group:focus .sm\:group-focus\:mr-96\% {
    margin-right: 96%;
  }

  .group:focus .sm\:group-focus\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:focus .sm\:group-focus\:ml-96\% {
    margin-left: 96%;
  }

  .group:focus .sm\:group-focus\:mt-97\% {
    margin-top: 97%;
  }

  .group:focus .sm\:group-focus\:mr-97\% {
    margin-right: 97%;
  }

  .group:focus .sm\:group-focus\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:focus .sm\:group-focus\:ml-97\% {
    margin-left: 97%;
  }

  .group:focus .sm\:group-focus\:mt-98\% {
    margin-top: 98%;
  }

  .group:focus .sm\:group-focus\:mr-98\% {
    margin-right: 98%;
  }

  .group:focus .sm\:group-focus\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:focus .sm\:group-focus\:ml-98\% {
    margin-left: 98%;
  }

  .group:focus .sm\:group-focus\:mt-99\% {
    margin-top: 99%;
  }

  .group:focus .sm\:group-focus\:mr-99\% {
    margin-right: 99%;
  }

  .group:focus .sm\:group-focus\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:focus .sm\:group-focus\:ml-99\% {
    margin-left: 99%;
  }

  .group:focus .sm\:group-focus\:mt-36vh {
    margin-top: 36vh;
  }

  .group:focus .sm\:group-focus\:mr-36vh {
    margin-right: 36vh;
  }

  .group:focus .sm\:group-focus\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:focus .sm\:group-focus\:ml-36vh {
    margin-left: 36vh;
  }

  .group:focus .sm\:group-focus\:mt-75vh {
    margin-top: 75vh;
  }

  .group:focus .sm\:group-focus\:mr-75vh {
    margin-right: 75vh;
  }

  .group:focus .sm\:group-focus\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:focus .sm\:group-focus\:ml-75vh {
    margin-left: 75vh;
  }

  .group:focus .sm\:group-focus\:mt-78vh {
    margin-top: 78vh;
  }

  .group:focus .sm\:group-focus\:mr-78vh {
    margin-right: 78vh;
  }

  .group:focus .sm\:group-focus\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:focus .sm\:group-focus\:ml-78vh {
    margin-left: 78vh;
  }

  .group:focus .sm\:group-focus\:mt-80vh {
    margin-top: 80vh;
  }

  .group:focus .sm\:group-focus\:mr-80vh {
    margin-right: 80vh;
  }

  .group:focus .sm\:group-focus\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:focus .sm\:group-focus\:ml-80vh {
    margin-left: 80vh;
  }

  .group:focus .sm\:group-focus\:mt-82vh {
    margin-top: 82vh;
  }

  .group:focus .sm\:group-focus\:mr-82vh {
    margin-right: 82vh;
  }

  .group:focus .sm\:group-focus\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:focus .sm\:group-focus\:ml-82vh {
    margin-left: 82vh;
  }

  .group:focus .sm\:group-focus\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:focus .sm\:group-focus\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:focus .sm\:group-focus\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:focus .sm\:group-focus\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:focus .sm\:group-focus\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:focus .sm\:group-focus\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:focus .sm\:group-focus\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:focus .sm\:group-focus\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:focus .sm\:group-focus\:-mt-4 {
    margin-top: -1rem;
  }

  .group:focus .sm\:group-focus\:-mr-4 {
    margin-right: -1rem;
  }

  .group:focus .sm\:group-focus\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:focus .sm\:group-focus\:-ml-4 {
    margin-left: -1rem;
  }

  .group:focus .sm\:group-focus\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:focus .sm\:group-focus\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:focus .sm\:group-focus\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:focus .sm\:group-focus\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:focus .sm\:group-focus\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:focus .sm\:group-focus\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:focus .sm\:group-focus\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:focus .sm\:group-focus\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:focus .sm\:group-focus\:-mt-8 {
    margin-top: -2rem;
  }

  .group:focus .sm\:group-focus\:-mr-8 {
    margin-right: -2rem;
  }

  .group:focus .sm\:group-focus\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:focus .sm\:group-focus\:-ml-8 {
    margin-left: -2rem;
  }

  .group:focus .sm\:group-focus\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:focus .sm\:group-focus\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:focus .sm\:group-focus\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:focus .sm\:group-focus\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:focus .sm\:group-focus\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-12 {
    margin-top: -3rem;
  }

  .group:focus .sm\:group-focus\:-mr-12 {
    margin-right: -3rem;
  }

  .group:focus .sm\:group-focus\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:focus .sm\:group-focus\:-ml-12 {
    margin-left: -3rem;
  }

  .group:focus .sm\:group-focus\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:focus .sm\:group-focus\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:focus .sm\:group-focus\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:focus .sm\:group-focus\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:focus .sm\:group-focus\:-mt-16 {
    margin-top: -4rem;
  }

  .group:focus .sm\:group-focus\:-mr-16 {
    margin-right: -4rem;
  }

  .group:focus .sm\:group-focus\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:focus .sm\:group-focus\:-ml-16 {
    margin-left: -4rem;
  }

  .group:focus .sm\:group-focus\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-20 {
    margin-top: -5rem;
  }

  .group:focus .sm\:group-focus\:-mr-20 {
    margin-right: -5rem;
  }

  .group:focus .sm\:group-focus\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:focus .sm\:group-focus\:-ml-20 {
    margin-left: -5rem;
  }

  .group:focus .sm\:group-focus\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:focus .sm\:group-focus\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:focus .sm\:group-focus\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:focus .sm\:group-focus\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:focus .sm\:group-focus\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-22 {
    margin-left: -5.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-24 {
    margin-top: -6rem;
  }

  .group:focus .sm\:group-focus\:-mr-24 {
    margin-right: -6rem;
  }

  .group:focus .sm\:group-focus\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:focus .sm\:group-focus\:-ml-24 {
    margin-left: -6rem;
  }

  .group:focus .sm\:group-focus\:-mt-26 {
    margin-top: -6.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-28 {
    margin-top: -7rem;
  }

  .group:focus .sm\:group-focus\:-mr-28 {
    margin-right: -7rem;
  }

  .group:focus .sm\:group-focus\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:focus .sm\:group-focus\:-ml-28 {
    margin-left: -7rem;
  }

  .group:focus .sm\:group-focus\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-30 {
    margin-left: -7.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-32 {
    margin-top: -8rem;
  }

  .group:focus .sm\:group-focus\:-mr-32 {
    margin-right: -8rem;
  }

  .group:focus .sm\:group-focus\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:focus .sm\:group-focus\:-ml-32 {
    margin-left: -8rem;
  }

  .group:focus .sm\:group-focus\:-mt-34 {
    margin-top: -8.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-36 {
    margin-top: -9rem;
  }

  .group:focus .sm\:group-focus\:-mr-36 {
    margin-right: -9rem;
  }

  .group:focus .sm\:group-focus\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:focus .sm\:group-focus\:-ml-36 {
    margin-left: -9rem;
  }

  .group:focus .sm\:group-focus\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-40 {
    margin-top: -10rem;
  }

  .group:focus .sm\:group-focus\:-mr-40 {
    margin-right: -10rem;
  }

  .group:focus .sm\:group-focus\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:focus .sm\:group-focus\:-ml-40 {
    margin-left: -10rem;
  }

  .group:focus .sm\:group-focus\:-mt-44 {
    margin-top: -11rem;
  }

  .group:focus .sm\:group-focus\:-mr-44 {
    margin-right: -11rem;
  }

  .group:focus .sm\:group-focus\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:focus .sm\:group-focus\:-ml-44 {
    margin-left: -11rem;
  }

  .group:focus .sm\:group-focus\:-mt-48 {
    margin-top: -12rem;
  }

  .group:focus .sm\:group-focus\:-mr-48 {
    margin-right: -12rem;
  }

  .group:focus .sm\:group-focus\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:focus .sm\:group-focus\:-ml-48 {
    margin-left: -12rem;
  }

  .group:focus .sm\:group-focus\:-mt-52 {
    margin-top: -13rem;
  }

  .group:focus .sm\:group-focus\:-mr-52 {
    margin-right: -13rem;
  }

  .group:focus .sm\:group-focus\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:focus .sm\:group-focus\:-ml-52 {
    margin-left: -13rem;
  }

  .group:focus .sm\:group-focus\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:focus .sm\:group-focus\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:focus .sm\:group-focus\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:focus .sm\:group-focus\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:focus .sm\:group-focus\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-56 {
    margin-top: -14rem;
  }

  .group:focus .sm\:group-focus\:-mr-56 {
    margin-right: -14rem;
  }

  .group:focus .sm\:group-focus\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:focus .sm\:group-focus\:-ml-56 {
    margin-left: -14rem;
  }

  .group:focus .sm\:group-focus\:-mt-64 {
    margin-top: -16rem;
  }

  .group:focus .sm\:group-focus\:-mr-64 {
    margin-right: -16rem;
  }

  .group:focus .sm\:group-focus\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:focus .sm\:group-focus\:-ml-64 {
    margin-left: -16rem;
  }

  .group:focus .sm\:group-focus\:-mt-72 {
    margin-top: -18rem;
  }

  .group:focus .sm\:group-focus\:-mr-72 {
    margin-right: -18rem;
  }

  .group:focus .sm\:group-focus\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:focus .sm\:group-focus\:-ml-72 {
    margin-left: -18rem;
  }

  .group:focus .sm\:group-focus\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-76 {
    margin-top: -19rem;
  }

  .group:focus .sm\:group-focus\:-mr-76 {
    margin-right: -19rem;
  }

  .group:focus .sm\:group-focus\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:focus .sm\:group-focus\:-ml-76 {
    margin-left: -19rem;
  }

  .group:focus .sm\:group-focus\:-mt-80 {
    margin-top: -20rem;
  }

  .group:focus .sm\:group-focus\:-mr-80 {
    margin-right: -20rem;
  }

  .group:focus .sm\:group-focus\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:focus .sm\:group-focus\:-ml-80 {
    margin-left: -20rem;
  }

  .group:focus .sm\:group-focus\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:focus .sm\:group-focus\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:focus .sm\:group-focus\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:focus .sm\:group-focus\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:focus .sm\:group-focus\:-mt-100 {
    margin-top: -25rem;
  }

  .group:focus .sm\:group-focus\:-mr-100 {
    margin-right: -25rem;
  }

  .group:focus .sm\:group-focus\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:focus .sm\:group-focus\:-ml-100 {
    margin-left: -25rem;
  }

  .group:focus .sm\:group-focus\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:focus .sm\:group-focus\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:focus .sm\:group-focus\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:focus .sm\:group-focus\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:focus .sm\:group-focus\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:focus .sm\:group-focus\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:focus .sm\:group-focus\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:focus .sm\:group-focus\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:focus .sm\:group-focus\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:focus .sm\:group-focus\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:focus .sm\:group-focus\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:focus .sm\:group-focus\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:focus .sm\:group-focus\:-mt-120 {
    margin-top: -30rem;
  }

  .group:focus .sm\:group-focus\:-mr-120 {
    margin-right: -30rem;
  }

  .group:focus .sm\:group-focus\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:focus .sm\:group-focus\:-ml-120 {
    margin-left: -30rem;
  }

  .group:focus .sm\:group-focus\:-mt-130 {
    margin-top: -38rem;
  }

  .group:focus .sm\:group-focus\:-mr-130 {
    margin-right: -38rem;
  }

  .group:focus .sm\:group-focus\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:focus .sm\:group-focus\:-ml-130 {
    margin-left: -38rem;
  }

  .group:focus .sm\:group-focus\:-mt-px {
    margin-top: -1px;
  }

  .group:focus .sm\:group-focus\:-mr-px {
    margin-right: -1px;
  }

  .group:focus .sm\:group-focus\:-mb-px {
    margin-bottom: -1px;
  }

  .group:focus .sm\:group-focus\:-ml-px {
    margin-left: -1px;
  }

  .group:focus .sm\:group-focus\:-mt-250px {
    margin-top: -250px;
  }

  .group:focus .sm\:group-focus\:-mr-250px {
    margin-right: -250px;
  }

  .group:focus .sm\:group-focus\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:focus .sm\:group-focus\:-ml-250px {
    margin-left: -250px;
  }

  .group:focus .sm\:group-focus\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:focus .sm\:group-focus\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:focus .sm\:group-focus\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:focus .sm\:group-focus\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:focus .sm\:group-focus\:-mt-1\% {
    margin-top: -1%;
  }

  .group:focus .sm\:group-focus\:-mr-1\% {
    margin-right: -1%;
  }

  .group:focus .sm\:group-focus\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:focus .sm\:group-focus\:-ml-1\% {
    margin-left: -1%;
  }

  .group:focus .sm\:group-focus\:-mt-2\% {
    margin-top: -2%;
  }

  .group:focus .sm\:group-focus\:-mr-2\% {
    margin-right: -2%;
  }

  .group:focus .sm\:group-focus\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:focus .sm\:group-focus\:-ml-2\% {
    margin-left: -2%;
  }

  .group:focus .sm\:group-focus\:-mt-3\% {
    margin-top: -3%;
  }

  .group:focus .sm\:group-focus\:-mr-3\% {
    margin-right: -3%;
  }

  .group:focus .sm\:group-focus\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:focus .sm\:group-focus\:-ml-3\% {
    margin-left: -3%;
  }

  .group:focus .sm\:group-focus\:-mt-4\% {
    margin-top: -4%;
  }

  .group:focus .sm\:group-focus\:-mr-4\% {
    margin-right: -4%;
  }

  .group:focus .sm\:group-focus\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:focus .sm\:group-focus\:-ml-4\% {
    margin-left: -4%;
  }

  .group:focus .sm\:group-focus\:-mt-5\% {
    margin-top: -5%;
  }

  .group:focus .sm\:group-focus\:-mr-5\% {
    margin-right: -5%;
  }

  .group:focus .sm\:group-focus\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:focus .sm\:group-focus\:-ml-5\% {
    margin-left: -5%;
  }

  .group:focus .sm\:group-focus\:-mt-10\% {
    margin-top: -10%;
  }

  .group:focus .sm\:group-focus\:-mr-10\% {
    margin-right: -10%;
  }

  .group:focus .sm\:group-focus\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:focus .sm\:group-focus\:-ml-10\% {
    margin-left: -10%;
  }

  .group:focus .sm\:group-focus\:-mt-20\% {
    margin-top: -20%;
  }

  .group:focus .sm\:group-focus\:-mr-20\% {
    margin-right: -20%;
  }

  .group:focus .sm\:group-focus\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:focus .sm\:group-focus\:-ml-20\% {
    margin-left: -20%;
  }

  .group:focus .sm\:group-focus\:-mt-23\% {
    margin-top: -23%;
  }

  .group:focus .sm\:group-focus\:-mr-23\% {
    margin-right: -23%;
  }

  .group:focus .sm\:group-focus\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:focus .sm\:group-focus\:-ml-23\% {
    margin-left: -23%;
  }

  .group:focus .sm\:group-focus\:-mt-25\% {
    margin-top: -25%;
  }

  .group:focus .sm\:group-focus\:-mr-25\% {
    margin-right: -25%;
  }

  .group:focus .sm\:group-focus\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:focus .sm\:group-focus\:-ml-25\% {
    margin-left: -25%;
  }

  .group:focus .sm\:group-focus\:-mt-26\% {
    margin-top: -26%;
  }

  .group:focus .sm\:group-focus\:-mr-26\% {
    margin-right: -26%;
  }

  .group:focus .sm\:group-focus\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:focus .sm\:group-focus\:-ml-26\% {
    margin-left: -26%;
  }

  .group:focus .sm\:group-focus\:-mt-30\% {
    margin-top: -30%;
  }

  .group:focus .sm\:group-focus\:-mr-30\% {
    margin-right: -30%;
  }

  .group:focus .sm\:group-focus\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:focus .sm\:group-focus\:-ml-30\% {
    margin-left: -30%;
  }

  .group:focus .sm\:group-focus\:-mt-40\% {
    margin-top: -40%;
  }

  .group:focus .sm\:group-focus\:-mr-40\% {
    margin-right: -40%;
  }

  .group:focus .sm\:group-focus\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:focus .sm\:group-focus\:-ml-40\% {
    margin-left: -40%;
  }

  .group:focus .sm\:group-focus\:-mt-50\% {
    margin-top: -50%;
  }

  .group:focus .sm\:group-focus\:-mr-50\% {
    margin-right: -50%;
  }

  .group:focus .sm\:group-focus\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:focus .sm\:group-focus\:-ml-50\% {
    margin-left: -50%;
  }

  .group:focus .sm\:group-focus\:-mt-60\% {
    margin-top: -60%;
  }

  .group:focus .sm\:group-focus\:-mr-60\% {
    margin-right: -60%;
  }

  .group:focus .sm\:group-focus\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:focus .sm\:group-focus\:-ml-60\% {
    margin-left: -60%;
  }

  .group:focus .sm\:group-focus\:-mt-70\% {
    margin-top: -70%;
  }

  .group:focus .sm\:group-focus\:-mr-70\% {
    margin-right: -70%;
  }

  .group:focus .sm\:group-focus\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:focus .sm\:group-focus\:-ml-70\% {
    margin-left: -70%;
  }

  .group:focus .sm\:group-focus\:-mt-80\% {
    margin-top: -80%;
  }

  .group:focus .sm\:group-focus\:-mr-80\% {
    margin-right: -80%;
  }

  .group:focus .sm\:group-focus\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:focus .sm\:group-focus\:-ml-80\% {
    margin-left: -80%;
  }

  .group:focus .sm\:group-focus\:-mt-90\% {
    margin-top: -90%;
  }

  .group:focus .sm\:group-focus\:-mr-90\% {
    margin-right: -90%;
  }

  .group:focus .sm\:group-focus\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:focus .sm\:group-focus\:-ml-90\% {
    margin-left: -90%;
  }

  .group:focus .sm\:group-focus\:-mt-95\% {
    margin-top: -95%;
  }

  .group:focus .sm\:group-focus\:-mr-95\% {
    margin-right: -95%;
  }

  .group:focus .sm\:group-focus\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:focus .sm\:group-focus\:-ml-95\% {
    margin-left: -95%;
  }

  .group:focus .sm\:group-focus\:-mt-96\% {
    margin-top: -96%;
  }

  .group:focus .sm\:group-focus\:-mr-96\% {
    margin-right: -96%;
  }

  .group:focus .sm\:group-focus\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:focus .sm\:group-focus\:-ml-96\% {
    margin-left: -96%;
  }

  .group:focus .sm\:group-focus\:-mt-97\% {
    margin-top: -97%;
  }

  .group:focus .sm\:group-focus\:-mr-97\% {
    margin-right: -97%;
  }

  .group:focus .sm\:group-focus\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:focus .sm\:group-focus\:-ml-97\% {
    margin-left: -97%;
  }

  .group:focus .sm\:group-focus\:-mt-98\% {
    margin-top: -98%;
  }

  .group:focus .sm\:group-focus\:-mr-98\% {
    margin-right: -98%;
  }

  .group:focus .sm\:group-focus\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:focus .sm\:group-focus\:-ml-98\% {
    margin-left: -98%;
  }

  .group:focus .sm\:group-focus\:-mt-99\% {
    margin-top: -99%;
  }

  .group:focus .sm\:group-focus\:-mr-99\% {
    margin-right: -99%;
  }

  .group:focus .sm\:group-focus\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:focus .sm\:group-focus\:-ml-99\% {
    margin-left: -99%;
  }

  .group:focus .sm\:group-focus\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:focus .sm\:group-focus\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:focus .sm\:group-focus\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:focus .sm\:group-focus\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:focus .sm\:group-focus\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:focus .sm\:group-focus\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:focus .sm\:group-focus\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:focus .sm\:group-focus\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:focus .sm\:group-focus\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:focus .sm\:group-focus\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:focus .sm\:group-focus\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:focus .sm\:group-focus\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:focus .sm\:group-focus\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:focus .sm\:group-focus\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:focus .sm\:group-focus\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:focus .sm\:group-focus\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:focus .sm\:group-focus\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:focus .sm\:group-focus\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:focus .sm\:group-focus\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:focus .sm\:group-focus\:-ml-82vh {
    margin-left: -82vh;
  }

  .sm\:max-h-0 {
    max-height: 0;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem;
  }

  .sm\:max-h-2 {
    max-height: 0.5rem;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem;
  }

  .sm\:max-h-4 {
    max-height: 1rem;
  }

  .sm\:max-h-5 {
    max-height: 1.25rem;
  }

  .sm\:max-h-6 {
    max-height: 1.5rem;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem;
  }

  .sm\:max-h-8 {
    max-height: 2rem;
  }

  .sm\:max-h-9 {
    max-height: 2.25rem;
  }

  .sm\:max-h-10 {
    max-height: 2.5rem;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:max-h-14 {
    max-height: 3.5rem;
  }

  .sm\:max-h-15 {
    max-height: 3.75rem;
  }

  .sm\:max-h-16 {
    max-height: 4rem;
  }

  .sm\:max-h-18 {
    max-height: 4.5rem;
  }

  .sm\:max-h-20 {
    max-height: 5rem;
  }

  .sm\:max-h-21 {
    max-height: 5.25rem;
  }

  .sm\:max-h-22 {
    max-height: 5.5rem;
  }

  .sm\:max-h-24 {
    max-height: 6rem;
  }

  .sm\:max-h-26 {
    max-height: 6.5rem;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .sm\:max-h-30 {
    max-height: 7.5rem;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-34 {
    max-height: 8.5rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-38 {
    max-height: 9.5rem;
  }

  .sm\:max-h-40 {
    max-height: 10rem;
  }

  .sm\:max-h-44 {
    max-height: 11rem;
  }

  .sm\:max-h-48 {
    max-height: 12rem;
  }

  .sm\:max-h-52 {
    max-height: 13rem;
  }

  .sm\:max-h-53 {
    max-height: 13.25rem;
  }

  .sm\:max-h-54 {
    max-height: 13.5rem;
  }

  .sm\:max-h-56 {
    max-height: 14rem;
  }

  .sm\:max-h-64 {
    max-height: 16rem;
  }

  .sm\:max-h-72 {
    max-height: 18rem;
  }

  .sm\:max-h-74 {
    max-height: 18.5rem;
  }

  .sm\:max-h-76 {
    max-height: 19rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-85 {
    max-height: 21.25rem;
  }

  .sm\:max-h-100 {
    max-height: 25rem;
  }

  .sm\:max-h-105 {
    max-height: 26.25rem;
  }

  .sm\:max-h-107 {
    max-height: 26.4rem;
  }

  .sm\:max-h-110 {
    max-height: 27.5rem;
  }

  .sm\:max-h-120 {
    max-height: 30rem;
  }

  .sm\:max-h-130 {
    max-height: 38rem;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:max-h-250px {
    max-height: 250px;
  }

  .sm\:max-h-1\/2\% {
    max-height: 0.5%;
  }

  .sm\:max-h-1\% {
    max-height: 1%;
  }

  .sm\:max-h-2\% {
    max-height: 2%;
  }

  .sm\:max-h-3\% {
    max-height: 3%;
  }

  .sm\:max-h-4\% {
    max-height: 4%;
  }

  .sm\:max-h-5\% {
    max-height: 5%;
  }

  .sm\:max-h-10\% {
    max-height: 10%;
  }

  .sm\:max-h-20\% {
    max-height: 20%;
  }

  .sm\:max-h-23\% {
    max-height: 23%;
  }

  .sm\:max-h-25\% {
    max-height: 25%;
  }

  .sm\:max-h-26\% {
    max-height: 26%;
  }

  .sm\:max-h-30\% {
    max-height: 30%;
  }

  .sm\:max-h-40\% {
    max-height: 40%;
  }

  .sm\:max-h-50\% {
    max-height: 50%;
  }

  .sm\:max-h-60\% {
    max-height: 60%;
  }

  .sm\:max-h-70\% {
    max-height: 70%;
  }

  .sm\:max-h-80\% {
    max-height: 80%;
  }

  .sm\:max-h-90\% {
    max-height: 90%;
  }

  .sm\:max-h-95\% {
    max-height: 95%;
  }

  .sm\:max-h-96\% {
    max-height: 96%;
  }

  .sm\:max-h-97\% {
    max-height: 97%;
  }

  .sm\:max-h-98\% {
    max-height: 98%;
  }

  .sm\:max-h-99\% {
    max-height: 99%;
  }

  .sm\:max-h-36vh {
    max-height: 36vh;
  }

  .sm\:max-h-75vh {
    max-height: 75vh;
  }

  .sm\:max-h-78vh {
    max-height: 78vh;
  }

  .sm\:max-h-80vh {
    max-height: 80vh;
  }

  .sm\:max-h-82vh {
    max-height: 82vh;
  }

  .sm\:max-w-0 {
    max-width: 0;
  }

  .sm\:max-w-1 {
    max-width: 0.25rem;
  }

  .sm\:max-w-2 {
    max-width: 0.5rem;
  }

  .sm\:max-w-3 {
    max-width: 0.75rem;
  }

  .sm\:max-w-4 {
    max-width: 1rem;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem;
  }

  .sm\:max-w-6 {
    max-width: 1.5rem;
  }

  .sm\:max-w-7 {
    max-width: 1.75rem;
  }

  .sm\:max-w-8 {
    max-width: 2rem;
  }

  .sm\:max-w-9 {
    max-width: 2.25rem;
  }

  .sm\:max-w-10 {
    max-width: 2.5rem;
  }

  .sm\:max-w-12 {
    max-width: 3rem;
  }

  .sm\:max-w-14 {
    max-width: 3.5rem;
  }

  .sm\:max-w-15 {
    max-width: 3.75rem;
  }

  .sm\:max-w-16 {
    max-width: 4rem;
  }

  .sm\:max-w-18 {
    max-width: 4.5rem;
  }

  .sm\:max-w-20 {
    max-width: 5rem;
  }

  .sm\:max-w-21 {
    max-width: 5.25rem;
  }

  .sm\:max-w-22 {
    max-width: 5.5rem;
  }

  .sm\:max-w-24 {
    max-width: 6rem;
  }

  .sm\:max-w-26 {
    max-width: 6.5rem;
  }

  .sm\:max-w-28 {
    max-width: 7rem;
  }

  .sm\:max-w-30 {
    max-width: 7.5rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-34 {
    max-width: 8.5rem;
  }

  .sm\:max-w-36 {
    max-width: 9rem;
  }

  .sm\:max-w-38 {
    max-width: 9.5rem;
  }

  .sm\:max-w-40 {
    max-width: 10rem;
  }

  .sm\:max-w-44 {
    max-width: 11rem;
  }

  .sm\:max-w-48 {
    max-width: 12rem;
  }

  .sm\:max-w-52 {
    max-width: 13rem;
  }

  .sm\:max-w-53 {
    max-width: 13.25rem;
  }

  .sm\:max-w-54 {
    max-width: 13.5rem;
  }

  .sm\:max-w-56 {
    max-width: 14rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-72 {
    max-width: 18rem;
  }

  .sm\:max-w-74 {
    max-width: 18.5rem;
  }

  .sm\:max-w-76 {
    max-width: 19rem;
  }

  .sm\:max-w-80 {
    max-width: 20rem;
  }

  .sm\:max-w-85 {
    max-width: 21.25rem;
  }

  .sm\:max-w-100 {
    max-width: 25rem;
  }

  .sm\:max-w-105 {
    max-width: 26.25rem;
  }

  .sm\:max-w-107 {
    max-width: 26.4rem;
  }

  .sm\:max-w-110 {
    max-width: 27.5rem;
  }

  .sm\:max-w-120 {
    max-width: 30rem;
  }

  .sm\:max-w-130 {
    max-width: 38rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-screen {
    max-width: 100vh;
  }

  .sm\:max-w-px {
    max-width: 1px;
  }

  .sm\:max-w-250px {
    max-width: 250px;
  }

  .sm\:max-w-1\/2\% {
    max-width: 0.5%;
  }

  .sm\:max-w-1\% {
    max-width: 1%;
  }

  .sm\:max-w-2\% {
    max-width: 2%;
  }

  .sm\:max-w-3\% {
    max-width: 3%;
  }

  .sm\:max-w-4\% {
    max-width: 4%;
  }

  .sm\:max-w-5\% {
    max-width: 5%;
  }

  .sm\:max-w-10\% {
    max-width: 10%;
  }

  .sm\:max-w-20\% {
    max-width: 20%;
  }

  .sm\:max-w-23\% {
    max-width: 23%;
  }

  .sm\:max-w-25\% {
    max-width: 25%;
  }

  .sm\:max-w-26\% {
    max-width: 26%;
  }

  .sm\:max-w-30\% {
    max-width: 30%;
  }

  .sm\:max-w-40\% {
    max-width: 40%;
  }

  .sm\:max-w-50\% {
    max-width: 50%;
  }

  .sm\:max-w-60\% {
    max-width: 60%;
  }

  .sm\:max-w-70\% {
    max-width: 70%;
  }

  .sm\:max-w-80\% {
    max-width: 80%;
  }

  .sm\:max-w-90\% {
    max-width: 90%;
  }

  .sm\:max-w-95\% {
    max-width: 95%;
  }

  .sm\:max-w-96\% {
    max-width: 96%;
  }

  .sm\:max-w-97\% {
    max-width: 97%;
  }

  .sm\:max-w-98\% {
    max-width: 98%;
  }

  .sm\:max-w-99\% {
    max-width: 99%;
  }

  .sm\:max-w-36vh {
    max-width: 36vh;
  }

  .sm\:max-w-75vh {
    max-width: 75vh;
  }

  .sm\:max-w-78vh {
    max-width: 78vh;
  }

  .sm\:max-w-80vh {
    max-width: 80vh;
  }

  .sm\:max-w-82vh {
    max-width: 82vh;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-1 {
    min-height: 0.25rem;
  }

  .sm\:min-h-2 {
    min-height: 0.5rem;
  }

  .sm\:min-h-3 {
    min-height: 0.75rem;
  }

  .sm\:min-h-4 {
    min-height: 1rem;
  }

  .sm\:min-h-5 {
    min-height: 1.25rem;
  }

  .sm\:min-h-6 {
    min-height: 1.5rem;
  }

  .sm\:min-h-7 {
    min-height: 1.75rem;
  }

  .sm\:min-h-8 {
    min-height: 2rem;
  }

  .sm\:min-h-9 {
    min-height: 2.25rem;
  }

  .sm\:min-h-10 {
    min-height: 2.5rem;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-14 {
    min-height: 3.5rem;
  }

  .sm\:min-h-15 {
    min-height: 3.75rem;
  }

  .sm\:min-h-16 {
    min-height: 4rem;
  }

  .sm\:min-h-18 {
    min-height: 4.5rem;
  }

  .sm\:min-h-20 {
    min-height: 5rem;
  }

  .sm\:min-h-21 {
    min-height: 5.25rem;
  }

  .sm\:min-h-22 {
    min-height: 5.5rem;
  }

  .sm\:min-h-24 {
    min-height: 6rem;
  }

  .sm\:min-h-26 {
    min-height: 6.5rem;
  }

  .sm\:min-h-28 {
    min-height: 7rem;
  }

  .sm\:min-h-30 {
    min-height: 7.5rem;
  }

  .sm\:min-h-32 {
    min-height: 8rem;
  }

  .sm\:min-h-34 {
    min-height: 8.5rem;
  }

  .sm\:min-h-36 {
    min-height: 9rem;
  }

  .sm\:min-h-38 {
    min-height: 9.5rem;
  }

  .sm\:min-h-40 {
    min-height: 10rem;
  }

  .sm\:min-h-44 {
    min-height: 11rem;
  }

  .sm\:min-h-48 {
    min-height: 12rem;
  }

  .sm\:min-h-52 {
    min-height: 13rem;
  }

  .sm\:min-h-53 {
    min-height: 13.25rem;
  }

  .sm\:min-h-54 {
    min-height: 13.5rem;
  }

  .sm\:min-h-56 {
    min-height: 14rem;
  }

  .sm\:min-h-64 {
    min-height: 16rem;
  }

  .sm\:min-h-72 {
    min-height: 18rem;
  }

  .sm\:min-h-74 {
    min-height: 18.5rem;
  }

  .sm\:min-h-76 {
    min-height: 19rem;
  }

  .sm\:min-h-80 {
    min-height: 20rem;
  }

  .sm\:min-h-85 {
    min-height: 21.25rem;
  }

  .sm\:min-h-100 {
    min-height: 25rem;
  }

  .sm\:min-h-105 {
    min-height: 26.25rem;
  }

  .sm\:min-h-107 {
    min-height: 26.4rem;
  }

  .sm\:min-h-110 {
    min-height: 27.5rem;
  }

  .sm\:min-h-120 {
    min-height: 30rem;
  }

  .sm\:min-h-130 {
    min-height: 38rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-h-px {
    min-height: 1px;
  }

  .sm\:min-h-250px {
    min-height: 250px;
  }

  .sm\:min-h-1\/2\% {
    min-height: 0.5%;
  }

  .sm\:min-h-1\% {
    min-height: 1%;
  }

  .sm\:min-h-2\% {
    min-height: 2%;
  }

  .sm\:min-h-3\% {
    min-height: 3%;
  }

  .sm\:min-h-4\% {
    min-height: 4%;
  }

  .sm\:min-h-5\% {
    min-height: 5%;
  }

  .sm\:min-h-10\% {
    min-height: 10%;
  }

  .sm\:min-h-20\% {
    min-height: 20%;
  }

  .sm\:min-h-23\% {
    min-height: 23%;
  }

  .sm\:min-h-25\% {
    min-height: 25%;
  }

  .sm\:min-h-26\% {
    min-height: 26%;
  }

  .sm\:min-h-30\% {
    min-height: 30%;
  }

  .sm\:min-h-40\% {
    min-height: 40%;
  }

  .sm\:min-h-50\% {
    min-height: 50%;
  }

  .sm\:min-h-60\% {
    min-height: 60%;
  }

  .sm\:min-h-70\% {
    min-height: 70%;
  }

  .sm\:min-h-80\% {
    min-height: 80%;
  }

  .sm\:min-h-90\% {
    min-height: 90%;
  }

  .sm\:min-h-95\% {
    min-height: 95%;
  }

  .sm\:min-h-96\% {
    min-height: 96%;
  }

  .sm\:min-h-97\% {
    min-height: 97%;
  }

  .sm\:min-h-98\% {
    min-height: 98%;
  }

  .sm\:min-h-99\% {
    min-height: 99%;
  }

  .sm\:min-h-36vh {
    min-height: 36vh;
  }

  .sm\:min-h-75vh {
    min-height: 75vh;
  }

  .sm\:min-h-78vh {
    min-height: 78vh;
  }

  .sm\:min-h-80vh {
    min-height: 80vh;
  }

  .sm\:min-h-82vh {
    min-height: 82vh;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-1 {
    min-width: 0.25rem;
  }

  .sm\:min-w-2 {
    min-width: 0.5rem;
  }

  .sm\:min-w-3 {
    min-width: 0.75rem;
  }

  .sm\:min-w-4 {
    min-width: 1rem;
  }

  .sm\:min-w-5 {
    min-width: 1.25rem;
  }

  .sm\:min-w-6 {
    min-width: 1.5rem;
  }

  .sm\:min-w-7 {
    min-width: 1.75rem;
  }

  .sm\:min-w-8 {
    min-width: 2rem;
  }

  .sm\:min-w-9 {
    min-width: 2.25rem;
  }

  .sm\:min-w-10 {
    min-width: 2.5rem;
  }

  .sm\:min-w-12 {
    min-width: 3rem;
  }

  .sm\:min-w-14 {
    min-width: 3.5rem;
  }

  .sm\:min-w-15 {
    min-width: 3.75rem;
  }

  .sm\:min-w-16 {
    min-width: 4rem;
  }

  .sm\:min-w-18 {
    min-width: 4.5rem;
  }

  .sm\:min-w-20 {
    min-width: 5rem;
  }

  .sm\:min-w-21 {
    min-width: 5.25rem;
  }

  .sm\:min-w-22 {
    min-width: 5.5rem;
  }

  .sm\:min-w-24 {
    min-width: 6rem;
  }

  .sm\:min-w-26 {
    min-width: 6.5rem;
  }

  .sm\:min-w-28 {
    min-width: 7rem;
  }

  .sm\:min-w-30 {
    min-width: 7.5rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-34 {
    min-width: 8.5rem;
  }

  .sm\:min-w-36 {
    min-width: 9rem;
  }

  .sm\:min-w-38 {
    min-width: 9.5rem;
  }

  .sm\:min-w-40 {
    min-width: 10rem;
  }

  .sm\:min-w-44 {
    min-width: 11rem;
  }

  .sm\:min-w-48 {
    min-width: 12rem;
  }

  .sm\:min-w-52 {
    min-width: 13rem;
  }

  .sm\:min-w-53 {
    min-width: 13.25rem;
  }

  .sm\:min-w-54 {
    min-width: 13.5rem;
  }

  .sm\:min-w-56 {
    min-width: 14rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-72 {
    min-width: 18rem;
  }

  .sm\:min-w-74 {
    min-width: 18.5rem;
  }

  .sm\:min-w-76 {
    min-width: 19rem;
  }

  .sm\:min-w-80 {
    min-width: 20rem;
  }

  .sm\:min-w-85 {
    min-width: 21.25rem;
  }

  .sm\:min-w-100 {
    min-width: 25rem;
  }

  .sm\:min-w-105 {
    min-width: 26.25rem;
  }

  .sm\:min-w-107 {
    min-width: 26.4rem;
  }

  .sm\:min-w-110 {
    min-width: 27.5rem;
  }

  .sm\:min-w-120 {
    min-width: 30rem;
  }

  .sm\:min-w-130 {
    min-width: 38rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-screen {
    min-width: 100vh;
  }

  .sm\:min-w-px {
    min-width: 1px;
  }

  .sm\:min-w-250px {
    min-width: 250px;
  }

  .sm\:min-w-1\/2\% {
    min-width: 0.5%;
  }

  .sm\:min-w-1\% {
    min-width: 1%;
  }

  .sm\:min-w-2\% {
    min-width: 2%;
  }

  .sm\:min-w-3\% {
    min-width: 3%;
  }

  .sm\:min-w-4\% {
    min-width: 4%;
  }

  .sm\:min-w-5\% {
    min-width: 5%;
  }

  .sm\:min-w-10\% {
    min-width: 10%;
  }

  .sm\:min-w-20\% {
    min-width: 20%;
  }

  .sm\:min-w-23\% {
    min-width: 23%;
  }

  .sm\:min-w-25\% {
    min-width: 25%;
  }

  .sm\:min-w-26\% {
    min-width: 26%;
  }

  .sm\:min-w-30\% {
    min-width: 30%;
  }

  .sm\:min-w-40\% {
    min-width: 40%;
  }

  .sm\:min-w-50\% {
    min-width: 50%;
  }

  .sm\:min-w-60\% {
    min-width: 60%;
  }

  .sm\:min-w-70\% {
    min-width: 70%;
  }

  .sm\:min-w-80\% {
    min-width: 80%;
  }

  .sm\:min-w-90\% {
    min-width: 90%;
  }

  .sm\:min-w-95\% {
    min-width: 95%;
  }

  .sm\:min-w-96\% {
    min-width: 96%;
  }

  .sm\:min-w-97\% {
    min-width: 97%;
  }

  .sm\:min-w-98\% {
    min-width: 98%;
  }

  .sm\:min-w-99\% {
    min-width: 99%;
  }

  .sm\:min-w-36vh {
    min-width: 36vh;
  }

  .sm\:min-w-75vh {
    min-width: 75vh;
  }

  .sm\:min-w-78vh {
    min-width: 78vh;
  }

  .sm\:min-w-80vh {
    min-width: 80vh;
  }

  .sm\:min-w-82vh {
    min-width: 82vh;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-5 {
    opacity: 0.05;
  }

  .sm\:opacity-10 {
    opacity: 0.1;
  }

  .sm\:opacity-20 {
    opacity: 0.2;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-30 {
    opacity: 0.3;
  }

  .sm\:opacity-40 {
    opacity: 0.4;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-60 {
    opacity: 0.6;
  }

  .sm\:opacity-70 {
    opacity: 0.7;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-80 {
    opacity: 0.8;
  }

  .sm\:opacity-90 {
    opacity: 0.9;
  }

  .sm\:opacity-95 {
    opacity: 0.95;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:focus .sm\:group-focus\:opacity-0 {
    opacity: 0;
  }

  .group:focus .sm\:group-focus\:opacity-5 {
    opacity: 0.05;
  }

  .group:focus .sm\:group-focus\:opacity-10 {
    opacity: 0.1;
  }

  .group:focus .sm\:group-focus\:opacity-20 {
    opacity: 0.2;
  }

  .group:focus .sm\:group-focus\:opacity-25 {
    opacity: 0.25;
  }

  .group:focus .sm\:group-focus\:opacity-30 {
    opacity: 0.3;
  }

  .group:focus .sm\:group-focus\:opacity-40 {
    opacity: 0.4;
  }

  .group:focus .sm\:group-focus\:opacity-50 {
    opacity: 0.5;
  }

  .group:focus .sm\:group-focus\:opacity-60 {
    opacity: 0.6;
  }

  .group:focus .sm\:group-focus\:opacity-70 {
    opacity: 0.7;
  }

  .group:focus .sm\:group-focus\:opacity-75 {
    opacity: 0.75;
  }

  .group:focus .sm\:group-focus\:opacity-80 {
    opacity: 0.8;
  }

  .group:focus .sm\:group-focus\:opacity-90 {
    opacity: 0.9;
  }

  .group:focus .sm\:group-focus\:opacity-95 {
    opacity: 0.95;
  }

  .group:focus .sm\:group-focus\:opacity-100 {
    opacity: 1;
  }

  .sm\:active\:opacity-0:active {
    opacity: 0;
  }

  .sm\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .sm\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .sm\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .sm\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .sm\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .sm\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .sm\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .sm\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .sm\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .sm\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .sm\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .sm\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .sm\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .sm\:active\:opacity-100:active {
    opacity: 1;
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-15 {
    padding: 3.75rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-18 {
    padding: 4.5rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-21 {
    padding: 5.25rem;
  }

  .sm\:p-22 {
    padding: 5.5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-26 {
    padding: 6.5rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-30 {
    padding: 7.5rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-34 {
    padding: 8.5rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-38 {
    padding: 9.5rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-53 {
    padding: 13.25rem;
  }

  .sm\:p-54 {
    padding: 13.5rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-74 {
    padding: 18.5rem;
  }

  .sm\:p-76 {
    padding: 19rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-85 {
    padding: 21.25rem;
  }

  .sm\:p-100 {
    padding: 25rem;
  }

  .sm\:p-105 {
    padding: 26.25rem;
  }

  .sm\:p-107 {
    padding: 26.4rem;
  }

  .sm\:p-110 {
    padding: 27.5rem;
  }

  .sm\:p-120 {
    padding: 30rem;
  }

  .sm\:p-130 {
    padding: 38rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-250px {
    padding: 250px;
  }

  .sm\:p-1\/2\% {
    padding: 0.5%;
  }

  .sm\:p-1\% {
    padding: 1%;
  }

  .sm\:p-2\% {
    padding: 2%;
  }

  .sm\:p-3\% {
    padding: 3%;
  }

  .sm\:p-4\% {
    padding: 4%;
  }

  .sm\:p-5\% {
    padding: 5%;
  }

  .sm\:p-10\% {
    padding: 10%;
  }

  .sm\:p-20\% {
    padding: 20%;
  }

  .sm\:p-23\% {
    padding: 23%;
  }

  .sm\:p-25\% {
    padding: 25%;
  }

  .sm\:p-26\% {
    padding: 26%;
  }

  .sm\:p-30\% {
    padding: 30%;
  }

  .sm\:p-40\% {
    padding: 40%;
  }

  .sm\:p-50\% {
    padding: 50%;
  }

  .sm\:p-60\% {
    padding: 60%;
  }

  .sm\:p-70\% {
    padding: 70%;
  }

  .sm\:p-80\% {
    padding: 80%;
  }

  .sm\:p-90\% {
    padding: 90%;
  }

  .sm\:p-95\% {
    padding: 95%;
  }

  .sm\:p-96\% {
    padding: 96%;
  }

  .sm\:p-97\% {
    padding: 97%;
  }

  .sm\:p-98\% {
    padding: 98%;
  }

  .sm\:p-99\% {
    padding: 99%;
  }

  .sm\:p-36vh {
    padding: 36vh;
  }

  .sm\:p-75vh {
    padding: 75vh;
  }

  .sm\:p-78vh {
    padding: 78vh;
  }

  .sm\:p-80vh {
    padding: 80vh;
  }

  .sm\:p-82vh {
    padding: 82vh;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .sm\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .sm\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .sm\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .sm\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .sm\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .sm\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .sm\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .sm\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .sm\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .sm\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .sm\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .sm\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .sm\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sm\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sm\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sm\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sm\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sm\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .sm\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .sm\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .sm\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .sm\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .sm\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .sm\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .sm\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .sm\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .sm\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .sm\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .sm\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .sm\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .sm\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .sm\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .sm\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .sm\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .sm\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.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-7 {
    padding-top: 1.75rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-15 {
    padding-top: 3.75rem;
  }

  .sm\:pr-15 {
    padding-right: 3.75rem;
  }

  .sm\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .sm\:pl-15 {
    padding-left: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
  }

  .sm\:pr-18 {
    padding-right: 4.5rem;
  }

  .sm\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .sm\:pl-18 {
    padding-left: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
  }

  .sm\:pr-21 {
    padding-right: 5.25rem;
  }

  .sm\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .sm\:pl-21 {
    padding-left: 5.25rem;
  }

  .sm\:pt-22 {
    padding-top: 5.5rem;
  }

  .sm\:pr-22 {
    padding-right: 5.5rem;
  }

  .sm\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .sm\:pl-22 {
    padding-left: 5.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-26 {
    padding-top: 6.5rem;
  }

  .sm\:pr-26 {
    padding-right: 6.5rem;
  }

  .sm\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .sm\:pl-26 {
    padding-left: 6.5rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pt-30 {
    padding-top: 7.5rem;
  }

  .sm\:pr-30 {
    padding-right: 7.5rem;
  }

  .sm\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .sm\:pl-30 {
    padding-left: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
  }

  .sm\:pr-34 {
    padding-right: 8.5rem;
  }

  .sm\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .sm\:pl-34 {
    padding-left: 8.5rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pt-38 {
    padding-top: 9.5rem;
  }

  .sm\:pr-38 {
    padding-right: 9.5rem;
  }

  .sm\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .sm\:pl-38 {
    padding-left: 9.5rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pt-53 {
    padding-top: 13.25rem;
  }

  .sm\:pr-53 {
    padding-right: 13.25rem;
  }

  .sm\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .sm\:pl-53 {
    padding-left: 13.25rem;
  }

  .sm\:pt-54 {
    padding-top: 13.5rem;
  }

  .sm\:pr-54 {
    padding-right: 13.5rem;
  }

  .sm\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .sm\:pl-54 {
    padding-left: 13.5rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pt-74 {
    padding-top: 18.5rem;
  }

  .sm\:pr-74 {
    padding-right: 18.5rem;
  }

  .sm\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .sm\:pl-74 {
    padding-left: 18.5rem;
  }

  .sm\:pt-76 {
    padding-top: 19rem;
  }

  .sm\:pr-76 {
    padding-right: 19rem;
  }

  .sm\:pb-76 {
    padding-bottom: 19rem;
  }

  .sm\:pl-76 {
    padding-left: 19rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pt-85 {
    padding-top: 21.25rem;
  }

  .sm\:pr-85 {
    padding-right: 21.25rem;
  }

  .sm\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .sm\:pl-85 {
    padding-left: 21.25rem;
  }

  .sm\:pt-100 {
    padding-top: 25rem;
  }

  .sm\:pr-100 {
    padding-right: 25rem;
  }

  .sm\:pb-100 {
    padding-bottom: 25rem;
  }

  .sm\:pl-100 {
    padding-left: 25rem;
  }

  .sm\:pt-105 {
    padding-top: 26.25rem;
  }

  .sm\:pr-105 {
    padding-right: 26.25rem;
  }

  .sm\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .sm\:pl-105 {
    padding-left: 26.25rem;
  }

  .sm\:pt-107 {
    padding-top: 26.4rem;
  }

  .sm\:pr-107 {
    padding-right: 26.4rem;
  }

  .sm\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .sm\:pl-107 {
    padding-left: 26.4rem;
  }

  .sm\:pt-110 {
    padding-top: 27.5rem;
  }

  .sm\:pr-110 {
    padding-right: 27.5rem;
  }

  .sm\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .sm\:pl-110 {
    padding-left: 27.5rem;
  }

  .sm\:pt-120 {
    padding-top: 30rem;
  }

  .sm\:pr-120 {
    padding-right: 30rem;
  }

  .sm\:pb-120 {
    padding-bottom: 30rem;
  }

  .sm\:pl-120 {
    padding-left: 30rem;
  }

  .sm\:pt-130 {
    padding-top: 38rem;
  }

  .sm\:pr-130 {
    padding-right: 38rem;
  }

  .sm\:pb-130 {
    padding-bottom: 38rem;
  }

  .sm\:pl-130 {
    padding-left: 38rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pt-250px {
    padding-top: 250px;
  }

  .sm\:pr-250px {
    padding-right: 250px;
  }

  .sm\:pb-250px {
    padding-bottom: 250px;
  }

  .sm\:pl-250px {
    padding-left: 250px;
  }

  .sm\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .sm\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .sm\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .sm\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .sm\:pt-1\% {
    padding-top: 1%;
  }

  .sm\:pr-1\% {
    padding-right: 1%;
  }

  .sm\:pb-1\% {
    padding-bottom: 1%;
  }

  .sm\:pl-1\% {
    padding-left: 1%;
  }

  .sm\:pt-2\% {
    padding-top: 2%;
  }

  .sm\:pr-2\% {
    padding-right: 2%;
  }

  .sm\:pb-2\% {
    padding-bottom: 2%;
  }

  .sm\:pl-2\% {
    padding-left: 2%;
  }

  .sm\:pt-3\% {
    padding-top: 3%;
  }

  .sm\:pr-3\% {
    padding-right: 3%;
  }

  .sm\:pb-3\% {
    padding-bottom: 3%;
  }

  .sm\:pl-3\% {
    padding-left: 3%;
  }

  .sm\:pt-4\% {
    padding-top: 4%;
  }

  .sm\:pr-4\% {
    padding-right: 4%;
  }

  .sm\:pb-4\% {
    padding-bottom: 4%;
  }

  .sm\:pl-4\% {
    padding-left: 4%;
  }

  .sm\:pt-5\% {
    padding-top: 5%;
  }

  .sm\:pr-5\% {
    padding-right: 5%;
  }

  .sm\:pb-5\% {
    padding-bottom: 5%;
  }

  .sm\:pl-5\% {
    padding-left: 5%;
  }

  .sm\:pt-10\% {
    padding-top: 10%;
  }

  .sm\:pr-10\% {
    padding-right: 10%;
  }

  .sm\:pb-10\% {
    padding-bottom: 10%;
  }

  .sm\:pl-10\% {
    padding-left: 10%;
  }

  .sm\:pt-20\% {
    padding-top: 20%;
  }

  .sm\:pr-20\% {
    padding-right: 20%;
  }

  .sm\:pb-20\% {
    padding-bottom: 20%;
  }

  .sm\:pl-20\% {
    padding-left: 20%;
  }

  .sm\:pt-23\% {
    padding-top: 23%;
  }

  .sm\:pr-23\% {
    padding-right: 23%;
  }

  .sm\:pb-23\% {
    padding-bottom: 23%;
  }

  .sm\:pl-23\% {
    padding-left: 23%;
  }

  .sm\:pt-25\% {
    padding-top: 25%;
  }

  .sm\:pr-25\% {
    padding-right: 25%;
  }

  .sm\:pb-25\% {
    padding-bottom: 25%;
  }

  .sm\:pl-25\% {
    padding-left: 25%;
  }

  .sm\:pt-26\% {
    padding-top: 26%;
  }

  .sm\:pr-26\% {
    padding-right: 26%;
  }

  .sm\:pb-26\% {
    padding-bottom: 26%;
  }

  .sm\:pl-26\% {
    padding-left: 26%;
  }

  .sm\:pt-30\% {
    padding-top: 30%;
  }

  .sm\:pr-30\% {
    padding-right: 30%;
  }

  .sm\:pb-30\% {
    padding-bottom: 30%;
  }

  .sm\:pl-30\% {
    padding-left: 30%;
  }

  .sm\:pt-40\% {
    padding-top: 40%;
  }

  .sm\:pr-40\% {
    padding-right: 40%;
  }

  .sm\:pb-40\% {
    padding-bottom: 40%;
  }

  .sm\:pl-40\% {
    padding-left: 40%;
  }

  .sm\:pt-50\% {
    padding-top: 50%;
  }

  .sm\:pr-50\% {
    padding-right: 50%;
  }

  .sm\:pb-50\% {
    padding-bottom: 50%;
  }

  .sm\:pl-50\% {
    padding-left: 50%;
  }

  .sm\:pt-60\% {
    padding-top: 60%;
  }

  .sm\:pr-60\% {
    padding-right: 60%;
  }

  .sm\:pb-60\% {
    padding-bottom: 60%;
  }

  .sm\:pl-60\% {
    padding-left: 60%;
  }

  .sm\:pt-70\% {
    padding-top: 70%;
  }

  .sm\:pr-70\% {
    padding-right: 70%;
  }

  .sm\:pb-70\% {
    padding-bottom: 70%;
  }

  .sm\:pl-70\% {
    padding-left: 70%;
  }

  .sm\:pt-80\% {
    padding-top: 80%;
  }

  .sm\:pr-80\% {
    padding-right: 80%;
  }

  .sm\:pb-80\% {
    padding-bottom: 80%;
  }

  .sm\:pl-80\% {
    padding-left: 80%;
  }

  .sm\:pt-90\% {
    padding-top: 90%;
  }

  .sm\:pr-90\% {
    padding-right: 90%;
  }

  .sm\:pb-90\% {
    padding-bottom: 90%;
  }

  .sm\:pl-90\% {
    padding-left: 90%;
  }

  .sm\:pt-95\% {
    padding-top: 95%;
  }

  .sm\:pr-95\% {
    padding-right: 95%;
  }

  .sm\:pb-95\% {
    padding-bottom: 95%;
  }

  .sm\:pl-95\% {
    padding-left: 95%;
  }

  .sm\:pt-96\% {
    padding-top: 96%;
  }

  .sm\:pr-96\% {
    padding-right: 96%;
  }

  .sm\:pb-96\% {
    padding-bottom: 96%;
  }

  .sm\:pl-96\% {
    padding-left: 96%;
  }

  .sm\:pt-97\% {
    padding-top: 97%;
  }

  .sm\:pr-97\% {
    padding-right: 97%;
  }

  .sm\:pb-97\% {
    padding-bottom: 97%;
  }

  .sm\:pl-97\% {
    padding-left: 97%;
  }

  .sm\:pt-98\% {
    padding-top: 98%;
  }

  .sm\:pr-98\% {
    padding-right: 98%;
  }

  .sm\:pb-98\% {
    padding-bottom: 98%;
  }

  .sm\:pl-98\% {
    padding-left: 98%;
  }

  .sm\:pt-99\% {
    padding-top: 99%;
  }

  .sm\:pr-99\% {
    padding-right: 99%;
  }

  .sm\:pb-99\% {
    padding-bottom: 99%;
  }

  .sm\:pl-99\% {
    padding-left: 99%;
  }

  .sm\:pt-36vh {
    padding-top: 36vh;
  }

  .sm\:pr-36vh {
    padding-right: 36vh;
  }

  .sm\:pb-36vh {
    padding-bottom: 36vh;
  }

  .sm\:pl-36vh {
    padding-left: 36vh;
  }

  .sm\:pt-75vh {
    padding-top: 75vh;
  }

  .sm\:pr-75vh {
    padding-right: 75vh;
  }

  .sm\:pb-75vh {
    padding-bottom: 75vh;
  }

  .sm\:pl-75vh {
    padding-left: 75vh;
  }

  .sm\:pt-78vh {
    padding-top: 78vh;
  }

  .sm\:pr-78vh {
    padding-right: 78vh;
  }

  .sm\:pb-78vh {
    padding-bottom: 78vh;
  }

  .sm\:pl-78vh {
    padding-left: 78vh;
  }

  .sm\:pt-80vh {
    padding-top: 80vh;
  }

  .sm\:pr-80vh {
    padding-right: 80vh;
  }

  .sm\:pb-80vh {
    padding-bottom: 80vh;
  }

  .sm\:pl-80vh {
    padding-left: 80vh;
  }

  .sm\:pt-82vh {
    padding-top: 82vh;
  }

  .sm\:pr-82vh {
    padding-right: 82vh;
  }

  .sm\:pb-82vh {
    padding-bottom: 82vh;
  }

  .sm\:pl-82vh {
    padding-left: 82vh;
  }

  .sm\:hover\:p-0:hover {
    padding: 0;
  }

  .sm\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .sm\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .sm\:hover\:p-3:hover {
    padding: 0.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-7:hover {
    padding: 1.75rem;
  }

  .sm\:hover\:p-8:hover {
    padding: 2rem;
  }

  .sm\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .sm\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .sm\:hover\:p-12:hover {
    padding: 3rem;
  }

  .sm\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .sm\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .sm\:hover\:p-16:hover {
    padding: 4rem;
  }

  .sm\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .sm\:hover\:p-20:hover {
    padding: 5rem;
  }

  .sm\:hover\:p-21:hover {
    padding: 5.25rem;
  }

  .sm\:hover\:p-22:hover {
    padding: 5.5rem;
  }

  .sm\:hover\:p-24:hover {
    padding: 6rem;
  }

  .sm\:hover\:p-26:hover {
    padding: 6.5rem;
  }

  .sm\:hover\:p-28:hover {
    padding: 7rem;
  }

  .sm\:hover\:p-30:hover {
    padding: 7.5rem;
  }

  .sm\:hover\:p-32:hover {
    padding: 8rem;
  }

  .sm\:hover\:p-34:hover {
    padding: 8.5rem;
  }

  .sm\:hover\:p-36:hover {
    padding: 9rem;
  }

  .sm\:hover\:p-38:hover {
    padding: 9.5rem;
  }

  .sm\:hover\:p-40:hover {
    padding: 10rem;
  }

  .sm\:hover\:p-44:hover {
    padding: 11rem;
  }

  .sm\:hover\:p-48:hover {
    padding: 12rem;
  }

  .sm\:hover\:p-52:hover {
    padding: 13rem;
  }

  .sm\:hover\:p-53:hover {
    padding: 13.25rem;
  }

  .sm\:hover\:p-54:hover {
    padding: 13.5rem;
  }

  .sm\:hover\:p-56:hover {
    padding: 14rem;
  }

  .sm\:hover\:p-64:hover {
    padding: 16rem;
  }

  .sm\:hover\:p-72:hover {
    padding: 18rem;
  }

  .sm\:hover\:p-74:hover {
    padding: 18.5rem;
  }

  .sm\:hover\:p-76:hover {
    padding: 19rem;
  }

  .sm\:hover\:p-80:hover {
    padding: 20rem;
  }

  .sm\:hover\:p-85:hover {
    padding: 21.25rem;
  }

  .sm\:hover\:p-100:hover {
    padding: 25rem;
  }

  .sm\:hover\:p-105:hover {
    padding: 26.25rem;
  }

  .sm\:hover\:p-107:hover {
    padding: 26.4rem;
  }

  .sm\:hover\:p-110:hover {
    padding: 27.5rem;
  }

  .sm\:hover\:p-120:hover {
    padding: 30rem;
  }

  .sm\:hover\:p-130:hover {
    padding: 38rem;
  }

  .sm\:hover\:p-px:hover {
    padding: 1px;
  }

  .sm\:hover\:p-250px:hover {
    padding: 250px;
  }

  .sm\:hover\:p-1\/2\%:hover {
    padding: 0.5%;
  }

  .sm\:hover\:p-1\%:hover {
    padding: 1%;
  }

  .sm\:hover\:p-2\%:hover {
    padding: 2%;
  }

  .sm\:hover\:p-3\%:hover {
    padding: 3%;
  }

  .sm\:hover\:p-4\%:hover {
    padding: 4%;
  }

  .sm\:hover\:p-5\%:hover {
    padding: 5%;
  }

  .sm\:hover\:p-10\%:hover {
    padding: 10%;
  }

  .sm\:hover\:p-20\%:hover {
    padding: 20%;
  }

  .sm\:hover\:p-23\%:hover {
    padding: 23%;
  }

  .sm\:hover\:p-25\%:hover {
    padding: 25%;
  }

  .sm\:hover\:p-26\%:hover {
    padding: 26%;
  }

  .sm\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .sm\:hover\:p-40\%:hover {
    padding: 40%;
  }

  .sm\:hover\:p-50\%:hover {
    padding: 50%;
  }

  .sm\:hover\:p-60\%:hover {
    padding: 60%;
  }

  .sm\:hover\:p-70\%:hover {
    padding: 70%;
  }

  .sm\:hover\:p-80\%:hover {
    padding: 80%;
  }

  .sm\:hover\:p-90\%:hover {
    padding: 90%;
  }

  .sm\:hover\:p-95\%:hover {
    padding: 95%;
  }

  .sm\:hover\:p-96\%:hover {
    padding: 96%;
  }

  .sm\:hover\:p-97\%:hover {
    padding: 97%;
  }

  .sm\:hover\:p-98\%:hover {
    padding: 98%;
  }

  .sm\:hover\:p-99\%:hover {
    padding: 99%;
  }

  .sm\:hover\:p-36vh:hover {
    padding: 36vh;
  }

  .sm\:hover\:p-75vh:hover {
    padding: 75vh;
  }

  .sm\:hover\:p-78vh:hover {
    padding: 78vh;
  }

  .sm\:hover\:p-80vh:hover {
    padding: 80vh;
  }

  .sm\:hover\:p-82vh:hover {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.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-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:hover {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:hover\:px-21:hover {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:hover\:py-22:hover {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:hover\:px-22:hover {
    padding-left: 5.5rem;
    padding-right: 5.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-26:hover {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:hover\:px-26:hover {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:hover\:py-30:hover {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:hover\:px-30:hover {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:hover {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:hover\:px-34:hover {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:hover\:py-38:hover {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:hover\:px-38:hover {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:hover\:py-53:hover {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .sm\:hover\:px-53:hover {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .sm\:hover\:py-54:hover {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:hover\:px-54:hover {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:hover\:py-74:hover {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .sm\:hover\:px-74:hover {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .sm\:hover\:py-76:hover {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .sm\:hover\:px-76:hover {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .sm\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:hover\:py-85:hover {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .sm\:hover\:px-85:hover {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .sm\:hover\:py-100:hover {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:hover\:px-100:hover {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:hover\:py-105:hover {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .sm\:hover\:px-105:hover {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .sm\:hover\:py-107:hover {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .sm\:hover\:px-107:hover {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .sm\:hover\:py-110:hover {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:hover\:px-110:hover {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:hover\:py-120:hover {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:hover\:px-120:hover {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:hover\:py-130:hover {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:hover\:px-130:hover {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:hover\:py-250px:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:hover\:px-250px:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:hover\:py-1\/2\%:hover {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .sm\:hover\:px-1\/2\%:hover {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .sm\:hover\:py-1\%:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:hover\:px-1\%:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:hover\:py-2\%:hover {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:hover\:px-2\%:hover {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sm\:hover\:py-3\%:hover {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sm\:hover\:px-3\%:hover {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sm\:hover\:py-4\%:hover {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sm\:hover\:px-4\%:hover {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sm\:hover\:py-5\%:hover {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:hover\:px-5\%:hover {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:hover\:py-10\%:hover {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:hover\:px-10\%:hover {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:hover\:py-20\%:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:hover\:px-20\%:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:hover\:py-23\%:hover {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .sm\:hover\:px-23\%:hover {
    padding-left: 23%;
    padding-right: 23%;
  }

  .sm\:hover\:py-25\%:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:hover\:px-25\%:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:hover\:py-26\%:hover {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .sm\:hover\:px-26\%:hover {
    padding-left: 26%;
    padding-right: 26%;
  }

  .sm\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:hover\:py-40\%:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:hover\:px-40\%:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:hover\:py-50\%:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:hover\:px-50\%:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:hover\:py-60\%:hover {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:hover\:px-60\%:hover {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:hover\:py-70\%:hover {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:hover\:px-70\%:hover {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:hover\:py-80\%:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:hover\:px-80\%:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:hover\:py-90\%:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:hover\:px-90\%:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:hover\:py-95\%:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:hover\:px-95\%:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:hover\:py-96\%:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:hover\:px-96\%:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:hover\:py-97\%:hover {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .sm\:hover\:px-97\%:hover {
    padding-left: 97%;
    padding-right: 97%;
  }

  .sm\:hover\:py-98\%:hover {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .sm\:hover\:px-98\%:hover {
    padding-left: 98%;
    padding-right: 98%;
  }

  .sm\:hover\:py-99\%:hover {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .sm\:hover\:px-99\%:hover {
    padding-left: 99%;
    padding-right: 99%;
  }

  .sm\:hover\:py-36vh:hover {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .sm\:hover\:px-36vh:hover {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .sm\:hover\:py-75vh:hover {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .sm\:hover\:px-75vh:hover {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .sm\:hover\:py-78vh:hover {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .sm\:hover\:px-78vh:hover {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .sm\:hover\:py-80vh:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:hover\:px-80vh:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:hover\:py-82vh:hover {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .sm\:hover\:px-82vh:hover {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .sm\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .sm\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .sm\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .sm\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .sm\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .sm\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .sm\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .sm\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .sm\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .sm\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .sm\:hover\:pl-3:hover {
    padding-left: 0.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-7:hover {
    padding-top: 1.75rem;
  }

  .sm\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .sm\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .sm\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .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-9:hover {
    padding-top: 2.25rem;
  }

  .sm\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .sm\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .sm\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .sm\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .sm\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .sm\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .sm\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .sm\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .sm\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .sm\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .sm\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .sm\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .sm\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .sm\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .sm\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .sm\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .sm\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .sm\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .sm\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .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-18:hover {
    padding-top: 4.5rem;
  }

  .sm\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .sm\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .sm\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .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-21:hover {
    padding-top: 5.25rem;
  }

  .sm\:hover\:pr-21:hover {
    padding-right: 5.25rem;
  }

  .sm\:hover\:pb-21:hover {
    padding-bottom: 5.25rem;
  }

  .sm\:hover\:pl-21:hover {
    padding-left: 5.25rem;
  }

  .sm\:hover\:pt-22:hover {
    padding-top: 5.5rem;
  }

  .sm\:hover\:pr-22:hover {
    padding-right: 5.5rem;
  }

  .sm\:hover\:pb-22:hover {
    padding-bottom: 5.5rem;
  }

  .sm\:hover\:pl-22:hover {
    padding-left: 5.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-26:hover {
    padding-top: 6.5rem;
  }

  .sm\:hover\:pr-26:hover {
    padding-right: 6.5rem;
  }

  .sm\:hover\:pb-26:hover {
    padding-bottom: 6.5rem;
  }

  .sm\:hover\:pl-26:hover {
    padding-left: 6.5rem;
  }

  .sm\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .sm\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .sm\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .sm\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .sm\:hover\:pt-30:hover {
    padding-top: 7.5rem;
  }

  .sm\:hover\:pr-30:hover {
    padding-right: 7.5rem;
  }

  .sm\:hover\:pb-30:hover {
    padding-bottom: 7.5rem;
  }

  .sm\:hover\:pl-30:hover {
    padding-left: 7.5rem;
  }

  .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-34:hover {
    padding-top: 8.5rem;
  }

  .sm\:hover\:pr-34:hover {
    padding-right: 8.5rem;
  }

  .sm\:hover\:pb-34:hover {
    padding-bottom: 8.5rem;
  }

  .sm\:hover\:pl-34:hover {
    padding-left: 8.5rem;
  }

  .sm\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .sm\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .sm\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .sm\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .sm\:hover\:pt-38:hover {
    padding-top: 9.5rem;
  }

  .sm\:hover\:pr-38:hover {
    padding-right: 9.5rem;
  }

  .sm\:hover\:pb-38:hover {
    padding-bottom: 9.5rem;
  }

  .sm\:hover\:pl-38:hover {
    padding-left: 9.5rem;
  }

  .sm\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .sm\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .sm\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .sm\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .sm\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .sm\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .sm\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .sm\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .sm\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .sm\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .sm\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .sm\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .sm\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .sm\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .sm\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .sm\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .sm\:hover\:pt-53:hover {
    padding-top: 13.25rem;
  }

  .sm\:hover\:pr-53:hover {
    padding-right: 13.25rem;
  }

  .sm\:hover\:pb-53:hover {
    padding-bottom: 13.25rem;
  }

  .sm\:hover\:pl-53:hover {
    padding-left: 13.25rem;
  }

  .sm\:hover\:pt-54:hover {
    padding-top: 13.5rem;
  }

  .sm\:hover\:pr-54:hover {
    padding-right: 13.5rem;
  }

  .sm\:hover\:pb-54:hover {
    padding-bottom: 13.5rem;
  }

  .sm\:hover\:pl-54:hover {
    padding-left: 13.5rem;
  }

  .sm\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .sm\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .sm\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .sm\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .sm\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .sm\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .sm\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .sm\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .sm\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .sm\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .sm\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .sm\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .sm\:hover\:pt-74:hover {
    padding-top: 18.5rem;
  }

  .sm\:hover\:pr-74:hover {
    padding-right: 18.5rem;
  }

  .sm\:hover\:pb-74:hover {
    padding-bottom: 18.5rem;
  }

  .sm\:hover\:pl-74:hover {
    padding-left: 18.5rem;
  }

  .sm\:hover\:pt-76:hover {
    padding-top: 19rem;
  }

  .sm\:hover\:pr-76:hover {
    padding-right: 19rem;
  }

  .sm\:hover\:pb-76:hover {
    padding-bottom: 19rem;
  }

  .sm\:hover\:pl-76:hover {
    padding-left: 19rem;
  }

  .sm\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .sm\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .sm\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .sm\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .sm\:hover\:pt-85:hover {
    padding-top: 21.25rem;
  }

  .sm\:hover\:pr-85:hover {
    padding-right: 21.25rem;
  }

  .sm\:hover\:pb-85:hover {
    padding-bottom: 21.25rem;
  }

  .sm\:hover\:pl-85:hover {
    padding-left: 21.25rem;
  }

  .sm\:hover\:pt-100:hover {
    padding-top: 25rem;
  }

  .sm\:hover\:pr-100:hover {
    padding-right: 25rem;
  }

  .sm\:hover\:pb-100:hover {
    padding-bottom: 25rem;
  }

  .sm\:hover\:pl-100:hover {
    padding-left: 25rem;
  }

  .sm\:hover\:pt-105:hover {
    padding-top: 26.25rem;
  }

  .sm\:hover\:pr-105:hover {
    padding-right: 26.25rem;
  }

  .sm\:hover\:pb-105:hover {
    padding-bottom: 26.25rem;
  }

  .sm\:hover\:pl-105:hover {
    padding-left: 26.25rem;
  }

  .sm\:hover\:pt-107:hover {
    padding-top: 26.4rem;
  }

  .sm\:hover\:pr-107:hover {
    padding-right: 26.4rem;
  }

  .sm\:hover\:pb-107:hover {
    padding-bottom: 26.4rem;
  }

  .sm\:hover\:pl-107:hover {
    padding-left: 26.4rem;
  }

  .sm\:hover\:pt-110:hover {
    padding-top: 27.5rem;
  }

  .sm\:hover\:pr-110:hover {
    padding-right: 27.5rem;
  }

  .sm\:hover\:pb-110:hover {
    padding-bottom: 27.5rem;
  }

  .sm\:hover\:pl-110:hover {
    padding-left: 27.5rem;
  }

  .sm\:hover\:pt-120:hover {
    padding-top: 30rem;
  }

  .sm\:hover\:pr-120:hover {
    padding-right: 30rem;
  }

  .sm\:hover\:pb-120:hover {
    padding-bottom: 30rem;
  }

  .sm\:hover\:pl-120:hover {
    padding-left: 30rem;
  }

  .sm\:hover\:pt-130:hover {
    padding-top: 38rem;
  }

  .sm\:hover\:pr-130:hover {
    padding-right: 38rem;
  }

  .sm\:hover\:pb-130:hover {
    padding-bottom: 38rem;
  }

  .sm\:hover\:pl-130:hover {
    padding-left: 38rem;
  }

  .sm\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .sm\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .sm\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .sm\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .sm\:hover\:pt-250px:hover {
    padding-top: 250px;
  }

  .sm\:hover\:pr-250px:hover {
    padding-right: 250px;
  }

  .sm\:hover\:pb-250px:hover {
    padding-bottom: 250px;
  }

  .sm\:hover\:pl-250px:hover {
    padding-left: 250px;
  }

  .sm\:hover\:pt-1\/2\%:hover {
    padding-top: 0.5%;
  }

  .sm\:hover\:pr-1\/2\%:hover {
    padding-right: 0.5%;
  }

  .sm\:hover\:pb-1\/2\%:hover {
    padding-bottom: 0.5%;
  }

  .sm\:hover\:pl-1\/2\%:hover {
    padding-left: 0.5%;
  }

  .sm\:hover\:pt-1\%:hover {
    padding-top: 1%;
  }

  .sm\:hover\:pr-1\%:hover {
    padding-right: 1%;
  }

  .sm\:hover\:pb-1\%:hover {
    padding-bottom: 1%;
  }

  .sm\:hover\:pl-1\%:hover {
    padding-left: 1%;
  }

  .sm\:hover\:pt-2\%:hover {
    padding-top: 2%;
  }

  .sm\:hover\:pr-2\%:hover {
    padding-right: 2%;
  }

  .sm\:hover\:pb-2\%:hover {
    padding-bottom: 2%;
  }

  .sm\:hover\:pl-2\%:hover {
    padding-left: 2%;
  }

  .sm\:hover\:pt-3\%:hover {
    padding-top: 3%;
  }

  .sm\:hover\:pr-3\%:hover {
    padding-right: 3%;
  }

  .sm\:hover\:pb-3\%:hover {
    padding-bottom: 3%;
  }

  .sm\:hover\:pl-3\%:hover {
    padding-left: 3%;
  }

  .sm\:hover\:pt-4\%:hover {
    padding-top: 4%;
  }

  .sm\:hover\:pr-4\%:hover {
    padding-right: 4%;
  }

  .sm\:hover\:pb-4\%:hover {
    padding-bottom: 4%;
  }

  .sm\:hover\:pl-4\%:hover {
    padding-left: 4%;
  }

  .sm\:hover\:pt-5\%:hover {
    padding-top: 5%;
  }

  .sm\:hover\:pr-5\%:hover {
    padding-right: 5%;
  }

  .sm\:hover\:pb-5\%:hover {
    padding-bottom: 5%;
  }

  .sm\:hover\:pl-5\%:hover {
    padding-left: 5%;
  }

  .sm\:hover\:pt-10\%:hover {
    padding-top: 10%;
  }

  .sm\:hover\:pr-10\%:hover {
    padding-right: 10%;
  }

  .sm\:hover\:pb-10\%:hover {
    padding-bottom: 10%;
  }

  .sm\:hover\:pl-10\%:hover {
    padding-left: 10%;
  }

  .sm\:hover\:pt-20\%:hover {
    padding-top: 20%;
  }

  .sm\:hover\:pr-20\%:hover {
    padding-right: 20%;
  }

  .sm\:hover\:pb-20\%:hover {
    padding-bottom: 20%;
  }

  .sm\:hover\:pl-20\%:hover {
    padding-left: 20%;
  }

  .sm\:hover\:pt-23\%:hover {
    padding-top: 23%;
  }

  .sm\:hover\:pr-23\%:hover {
    padding-right: 23%;
  }

  .sm\:hover\:pb-23\%:hover {
    padding-bottom: 23%;
  }

  .sm\:hover\:pl-23\%:hover {
    padding-left: 23%;
  }

  .sm\:hover\:pt-25\%:hover {
    padding-top: 25%;
  }

  .sm\:hover\:pr-25\%:hover {
    padding-right: 25%;
  }

  .sm\:hover\:pb-25\%:hover {
    padding-bottom: 25%;
  }

  .sm\:hover\:pl-25\%:hover {
    padding-left: 25%;
  }

  .sm\:hover\:pt-26\%:hover {
    padding-top: 26%;
  }

  .sm\:hover\:pr-26\%:hover {
    padding-right: 26%;
  }

  .sm\:hover\:pb-26\%:hover {
    padding-bottom: 26%;
  }

  .sm\:hover\:pl-26\%:hover {
    padding-left: 26%;
  }

  .sm\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .sm\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .sm\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .sm\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .sm\:hover\:pt-40\%:hover {
    padding-top: 40%;
  }

  .sm\:hover\:pr-40\%:hover {
    padding-right: 40%;
  }

  .sm\:hover\:pb-40\%:hover {
    padding-bottom: 40%;
  }

  .sm\:hover\:pl-40\%:hover {
    padding-left: 40%;
  }

  .sm\:hover\:pt-50\%:hover {
    padding-top: 50%;
  }

  .sm\:hover\:pr-50\%:hover {
    padding-right: 50%;
  }

  .sm\:hover\:pb-50\%:hover {
    padding-bottom: 50%;
  }

  .sm\:hover\:pl-50\%:hover {
    padding-left: 50%;
  }

  .sm\:hover\:pt-60\%:hover {
    padding-top: 60%;
  }

  .sm\:hover\:pr-60\%:hover {
    padding-right: 60%;
  }

  .sm\:hover\:pb-60\%:hover {
    padding-bottom: 60%;
  }

  .sm\:hover\:pl-60\%:hover {
    padding-left: 60%;
  }

  .sm\:hover\:pt-70\%:hover {
    padding-top: 70%;
  }

  .sm\:hover\:pr-70\%:hover {
    padding-right: 70%;
  }

  .sm\:hover\:pb-70\%:hover {
    padding-bottom: 70%;
  }

  .sm\:hover\:pl-70\%:hover {
    padding-left: 70%;
  }

  .sm\:hover\:pt-80\%:hover {
    padding-top: 80%;
  }

  .sm\:hover\:pr-80\%:hover {
    padding-right: 80%;
  }

  .sm\:hover\:pb-80\%:hover {
    padding-bottom: 80%;
  }

  .sm\:hover\:pl-80\%:hover {
    padding-left: 80%;
  }

  .sm\:hover\:pt-90\%:hover {
    padding-top: 90%;
  }

  .sm\:hover\:pr-90\%:hover {
    padding-right: 90%;
  }

  .sm\:hover\:pb-90\%:hover {
    padding-bottom: 90%;
  }

  .sm\:hover\:pl-90\%:hover {
    padding-left: 90%;
  }

  .sm\:hover\:pt-95\%:hover {
    padding-top: 95%;
  }

  .sm\:hover\:pr-95\%:hover {
    padding-right: 95%;
  }

  .sm\:hover\:pb-95\%:hover {
    padding-bottom: 95%;
  }

  .sm\:hover\:pl-95\%:hover {
    padding-left: 95%;
  }

  .sm\:hover\:pt-96\%:hover {
    padding-top: 96%;
  }

  .sm\:hover\:pr-96\%:hover {
    padding-right: 96%;
  }

  .sm\:hover\:pb-96\%:hover {
    padding-bottom: 96%;
  }

  .sm\:hover\:pl-96\%:hover {
    padding-left: 96%;
  }

  .sm\:hover\:pt-97\%:hover {
    padding-top: 97%;
  }

  .sm\:hover\:pr-97\%:hover {
    padding-right: 97%;
  }

  .sm\:hover\:pb-97\%:hover {
    padding-bottom: 97%;
  }

  .sm\:hover\:pl-97\%:hover {
    padding-left: 97%;
  }

  .sm\:hover\:pt-98\%:hover {
    padding-top: 98%;
  }

  .sm\:hover\:pr-98\%:hover {
    padding-right: 98%;
  }

  .sm\:hover\:pb-98\%:hover {
    padding-bottom: 98%;
  }

  .sm\:hover\:pl-98\%:hover {
    padding-left: 98%;
  }

  .sm\:hover\:pt-99\%:hover {
    padding-top: 99%;
  }

  .sm\:hover\:pr-99\%:hover {
    padding-right: 99%;
  }

  .sm\:hover\:pb-99\%:hover {
    padding-bottom: 99%;
  }

  .sm\:hover\:pl-99\%:hover {
    padding-left: 99%;
  }

  .sm\:hover\:pt-36vh:hover {
    padding-top: 36vh;
  }

  .sm\:hover\:pr-36vh:hover {
    padding-right: 36vh;
  }

  .sm\:hover\:pb-36vh:hover {
    padding-bottom: 36vh;
  }

  .sm\:hover\:pl-36vh:hover {
    padding-left: 36vh;
  }

  .sm\:hover\:pt-75vh:hover {
    padding-top: 75vh;
  }

  .sm\:hover\:pr-75vh:hover {
    padding-right: 75vh;
  }

  .sm\:hover\:pb-75vh:hover {
    padding-bottom: 75vh;
  }

  .sm\:hover\:pl-75vh:hover {
    padding-left: 75vh;
  }

  .sm\:hover\:pt-78vh:hover {
    padding-top: 78vh;
  }

  .sm\:hover\:pr-78vh:hover {
    padding-right: 78vh;
  }

  .sm\:hover\:pb-78vh:hover {
    padding-bottom: 78vh;
  }

  .sm\:hover\:pl-78vh:hover {
    padding-left: 78vh;
  }

  .sm\:hover\:pt-80vh:hover {
    padding-top: 80vh;
  }

  .sm\:hover\:pr-80vh:hover {
    padding-right: 80vh;
  }

  .sm\:hover\:pb-80vh:hover {
    padding-bottom: 80vh;
  }

  .sm\:hover\:pl-80vh:hover {
    padding-left: 80vh;
  }

  .sm\:hover\:pt-82vh:hover {
    padding-top: 82vh;
  }

  .sm\:hover\:pr-82vh:hover {
    padding-right: 82vh;
  }

  .sm\:hover\:pb-82vh:hover {
    padding-bottom: 82vh;
  }

  .sm\:hover\:pl-82vh:hover {
    padding-left: 82vh;
  }

  .sm\:focus\:p-0:focus {
    padding: 0;
  }

  .sm\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .sm\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .sm\:focus\:p-3:focus {
    padding: 0.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-7:focus {
    padding: 1.75rem;
  }

  .sm\:focus\:p-8:focus {
    padding: 2rem;
  }

  .sm\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .sm\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .sm\:focus\:p-12:focus {
    padding: 3rem;
  }

  .sm\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .sm\:focus\:p-15:focus {
    padding: 3.75rem;
  }

  .sm\:focus\:p-16:focus {
    padding: 4rem;
  }

  .sm\:focus\:p-18:focus {
    padding: 4.5rem;
  }

  .sm\:focus\:p-20:focus {
    padding: 5rem;
  }

  .sm\:focus\:p-21:focus {
    padding: 5.25rem;
  }

  .sm\:focus\:p-22:focus {
    padding: 5.5rem;
  }

  .sm\:focus\:p-24:focus {
    padding: 6rem;
  }

  .sm\:focus\:p-26:focus {
    padding: 6.5rem;
  }

  .sm\:focus\:p-28:focus {
    padding: 7rem;
  }

  .sm\:focus\:p-30:focus {
    padding: 7.5rem;
  }

  .sm\:focus\:p-32:focus {
    padding: 8rem;
  }

  .sm\:focus\:p-34:focus {
    padding: 8.5rem;
  }

  .sm\:focus\:p-36:focus {
    padding: 9rem;
  }

  .sm\:focus\:p-38:focus {
    padding: 9.5rem;
  }

  .sm\:focus\:p-40:focus {
    padding: 10rem;
  }

  .sm\:focus\:p-44:focus {
    padding: 11rem;
  }

  .sm\:focus\:p-48:focus {
    padding: 12rem;
  }

  .sm\:focus\:p-52:focus {
    padding: 13rem;
  }

  .sm\:focus\:p-53:focus {
    padding: 13.25rem;
  }

  .sm\:focus\:p-54:focus {
    padding: 13.5rem;
  }

  .sm\:focus\:p-56:focus {
    padding: 14rem;
  }

  .sm\:focus\:p-64:focus {
    padding: 16rem;
  }

  .sm\:focus\:p-72:focus {
    padding: 18rem;
  }

  .sm\:focus\:p-74:focus {
    padding: 18.5rem;
  }

  .sm\:focus\:p-76:focus {
    padding: 19rem;
  }

  .sm\:focus\:p-80:focus {
    padding: 20rem;
  }

  .sm\:focus\:p-85:focus {
    padding: 21.25rem;
  }

  .sm\:focus\:p-100:focus {
    padding: 25rem;
  }

  .sm\:focus\:p-105:focus {
    padding: 26.25rem;
  }

  .sm\:focus\:p-107:focus {
    padding: 26.4rem;
  }

  .sm\:focus\:p-110:focus {
    padding: 27.5rem;
  }

  .sm\:focus\:p-120:focus {
    padding: 30rem;
  }

  .sm\:focus\:p-130:focus {
    padding: 38rem;
  }

  .sm\:focus\:p-px:focus {
    padding: 1px;
  }

  .sm\:focus\:p-250px:focus {
    padding: 250px;
  }

  .sm\:focus\:p-1\/2\%:focus {
    padding: 0.5%;
  }

  .sm\:focus\:p-1\%:focus {
    padding: 1%;
  }

  .sm\:focus\:p-2\%:focus {
    padding: 2%;
  }

  .sm\:focus\:p-3\%:focus {
    padding: 3%;
  }

  .sm\:focus\:p-4\%:focus {
    padding: 4%;
  }

  .sm\:focus\:p-5\%:focus {
    padding: 5%;
  }

  .sm\:focus\:p-10\%:focus {
    padding: 10%;
  }

  .sm\:focus\:p-20\%:focus {
    padding: 20%;
  }

  .sm\:focus\:p-23\%:focus {
    padding: 23%;
  }

  .sm\:focus\:p-25\%:focus {
    padding: 25%;
  }

  .sm\:focus\:p-26\%:focus {
    padding: 26%;
  }

  .sm\:focus\:p-30\%:focus {
    padding: 30%;
  }

  .sm\:focus\:p-40\%:focus {
    padding: 40%;
  }

  .sm\:focus\:p-50\%:focus {
    padding: 50%;
  }

  .sm\:focus\:p-60\%:focus {
    padding: 60%;
  }

  .sm\:focus\:p-70\%:focus {
    padding: 70%;
  }

  .sm\:focus\:p-80\%:focus {
    padding: 80%;
  }

  .sm\:focus\:p-90\%:focus {
    padding: 90%;
  }

  .sm\:focus\:p-95\%:focus {
    padding: 95%;
  }

  .sm\:focus\:p-96\%:focus {
    padding: 96%;
  }

  .sm\:focus\:p-97\%:focus {
    padding: 97%;
  }

  .sm\:focus\:p-98\%:focus {
    padding: 98%;
  }

  .sm\:focus\:p-99\%:focus {
    padding: 99%;
  }

  .sm\:focus\:p-36vh:focus {
    padding: 36vh;
  }

  .sm\:focus\:p-75vh:focus {
    padding: 75vh;
  }

  .sm\:focus\:p-78vh:focus {
    padding: 78vh;
  }

  .sm\:focus\:p-80vh:focus {
    padding: 80vh;
  }

  .sm\:focus\:p-82vh:focus {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.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-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:focus\:py-15:focus {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:focus\:px-15:focus {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:focus {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:focus\:px-18:focus {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:focus {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:focus\:px-21:focus {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:focus\:py-22:focus {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:focus\:px-22:focus {
    padding-left: 5.5rem;
    padding-right: 5.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-26:focus {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:focus\:px-26:focus {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:focus\:py-30:focus {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:focus\:px-30:focus {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:focus {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:focus\:px-34:focus {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:focus\:py-38:focus {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:focus\:px-38:focus {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:focus\:py-53:focus {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .sm\:focus\:px-53:focus {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .sm\:focus\:py-54:focus {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:focus\:px-54:focus {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:focus\:py-74:focus {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .sm\:focus\:px-74:focus {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .sm\:focus\:py-76:focus {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .sm\:focus\:px-76:focus {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .sm\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:focus\:py-85:focus {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .sm\:focus\:px-85:focus {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .sm\:focus\:py-100:focus {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:focus\:px-100:focus {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:focus\:py-105:focus {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .sm\:focus\:px-105:focus {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .sm\:focus\:py-107:focus {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .sm\:focus\:px-107:focus {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .sm\:focus\:py-110:focus {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:focus\:px-110:focus {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:focus\:py-120:focus {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:focus\:px-120:focus {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:focus\:py-130:focus {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:focus\:px-130:focus {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:focus\:py-250px:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:focus\:px-250px:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:focus\:py-1\/2\%:focus {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .sm\:focus\:px-1\/2\%:focus {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .sm\:focus\:py-1\%:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:focus\:px-1\%:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:focus\:py-2\%:focus {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:focus\:px-2\%:focus {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sm\:focus\:py-3\%:focus {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sm\:focus\:px-3\%:focus {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sm\:focus\:py-4\%:focus {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sm\:focus\:px-4\%:focus {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sm\:focus\:py-5\%:focus {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:focus\:px-5\%:focus {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:focus\:py-10\%:focus {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:focus\:px-10\%:focus {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:focus\:py-20\%:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:focus\:px-20\%:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:focus\:py-23\%:focus {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .sm\:focus\:px-23\%:focus {
    padding-left: 23%;
    padding-right: 23%;
  }

  .sm\:focus\:py-25\%:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:focus\:px-25\%:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:focus\:py-26\%:focus {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .sm\:focus\:px-26\%:focus {
    padding-left: 26%;
    padding-right: 26%;
  }

  .sm\:focus\:py-30\%:focus {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:focus\:px-30\%:focus {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:focus\:py-40\%:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:focus\:px-40\%:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:focus\:py-50\%:focus {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:focus\:px-50\%:focus {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:focus\:py-60\%:focus {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:focus\:px-60\%:focus {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:focus\:py-70\%:focus {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:focus\:px-70\%:focus {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:focus\:py-80\%:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:focus\:px-80\%:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:focus\:py-90\%:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:focus\:px-90\%:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:focus\:py-95\%:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:focus\:px-95\%:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:focus\:py-96\%:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:focus\:px-96\%:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:focus\:py-97\%:focus {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .sm\:focus\:px-97\%:focus {
    padding-left: 97%;
    padding-right: 97%;
  }

  .sm\:focus\:py-98\%:focus {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .sm\:focus\:px-98\%:focus {
    padding-left: 98%;
    padding-right: 98%;
  }

  .sm\:focus\:py-99\%:focus {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .sm\:focus\:px-99\%:focus {
    padding-left: 99%;
    padding-right: 99%;
  }

  .sm\:focus\:py-36vh:focus {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .sm\:focus\:px-36vh:focus {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .sm\:focus\:py-75vh:focus {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .sm\:focus\:px-75vh:focus {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .sm\:focus\:py-78vh:focus {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .sm\:focus\:px-78vh:focus {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .sm\:focus\:py-80vh:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:focus\:px-80vh:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:focus\:py-82vh:focus {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .sm\:focus\:px-82vh:focus {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .sm\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .sm\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .sm\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .sm\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .sm\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .sm\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .sm\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .sm\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .sm\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .sm\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .sm\:focus\:pl-3:focus {
    padding-left: 0.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-7:focus {
    padding-top: 1.75rem;
  }

  .sm\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .sm\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .sm\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .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-9:focus {
    padding-top: 2.25rem;
  }

  .sm\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .sm\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .sm\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .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-14:focus {
    padding-top: 3.5rem;
  }

  .sm\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .sm\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .sm\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .sm\:focus\:pt-15:focus {
    padding-top: 3.75rem;
  }

  .sm\:focus\:pr-15:focus {
    padding-right: 3.75rem;
  }

  .sm\:focus\:pb-15:focus {
    padding-bottom: 3.75rem;
  }

  .sm\:focus\:pl-15:focus {
    padding-left: 3.75rem;
  }

  .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-18:focus {
    padding-top: 4.5rem;
  }

  .sm\:focus\:pr-18:focus {
    padding-right: 4.5rem;
  }

  .sm\:focus\:pb-18:focus {
    padding-bottom: 4.5rem;
  }

  .sm\:focus\:pl-18:focus {
    padding-left: 4.5rem;
  }

  .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-21:focus {
    padding-top: 5.25rem;
  }

  .sm\:focus\:pr-21:focus {
    padding-right: 5.25rem;
  }

  .sm\:focus\:pb-21:focus {
    padding-bottom: 5.25rem;
  }

  .sm\:focus\:pl-21:focus {
    padding-left: 5.25rem;
  }

  .sm\:focus\:pt-22:focus {
    padding-top: 5.5rem;
  }

  .sm\:focus\:pr-22:focus {
    padding-right: 5.5rem;
  }

  .sm\:focus\:pb-22:focus {
    padding-bottom: 5.5rem;
  }

  .sm\:focus\:pl-22:focus {
    padding-left: 5.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-26:focus {
    padding-top: 6.5rem;
  }

  .sm\:focus\:pr-26:focus {
    padding-right: 6.5rem;
  }

  .sm\:focus\:pb-26:focus {
    padding-bottom: 6.5rem;
  }

  .sm\:focus\:pl-26:focus {
    padding-left: 6.5rem;
  }

  .sm\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .sm\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .sm\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .sm\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .sm\:focus\:pt-30:focus {
    padding-top: 7.5rem;
  }

  .sm\:focus\:pr-30:focus {
    padding-right: 7.5rem;
  }

  .sm\:focus\:pb-30:focus {
    padding-bottom: 7.5rem;
  }

  .sm\:focus\:pl-30:focus {
    padding-left: 7.5rem;
  }

  .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-34:focus {
    padding-top: 8.5rem;
  }

  .sm\:focus\:pr-34:focus {
    padding-right: 8.5rem;
  }

  .sm\:focus\:pb-34:focus {
    padding-bottom: 8.5rem;
  }

  .sm\:focus\:pl-34:focus {
    padding-left: 8.5rem;
  }

  .sm\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .sm\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .sm\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .sm\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .sm\:focus\:pt-38:focus {
    padding-top: 9.5rem;
  }

  .sm\:focus\:pr-38:focus {
    padding-right: 9.5rem;
  }

  .sm\:focus\:pb-38:focus {
    padding-bottom: 9.5rem;
  }

  .sm\:focus\:pl-38:focus {
    padding-left: 9.5rem;
  }

  .sm\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .sm\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .sm\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .sm\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .sm\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .sm\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .sm\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .sm\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .sm\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .sm\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .sm\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .sm\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .sm\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .sm\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .sm\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .sm\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .sm\:focus\:pt-53:focus {
    padding-top: 13.25rem;
  }

  .sm\:focus\:pr-53:focus {
    padding-right: 13.25rem;
  }

  .sm\:focus\:pb-53:focus {
    padding-bottom: 13.25rem;
  }

  .sm\:focus\:pl-53:focus {
    padding-left: 13.25rem;
  }

  .sm\:focus\:pt-54:focus {
    padding-top: 13.5rem;
  }

  .sm\:focus\:pr-54:focus {
    padding-right: 13.5rem;
  }

  .sm\:focus\:pb-54:focus {
    padding-bottom: 13.5rem;
  }

  .sm\:focus\:pl-54:focus {
    padding-left: 13.5rem;
  }

  .sm\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .sm\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .sm\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .sm\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .sm\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .sm\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .sm\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .sm\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .sm\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .sm\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .sm\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .sm\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .sm\:focus\:pt-74:focus {
    padding-top: 18.5rem;
  }

  .sm\:focus\:pr-74:focus {
    padding-right: 18.5rem;
  }

  .sm\:focus\:pb-74:focus {
    padding-bottom: 18.5rem;
  }

  .sm\:focus\:pl-74:focus {
    padding-left: 18.5rem;
  }

  .sm\:focus\:pt-76:focus {
    padding-top: 19rem;
  }

  .sm\:focus\:pr-76:focus {
    padding-right: 19rem;
  }

  .sm\:focus\:pb-76:focus {
    padding-bottom: 19rem;
  }

  .sm\:focus\:pl-76:focus {
    padding-left: 19rem;
  }

  .sm\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .sm\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .sm\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .sm\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .sm\:focus\:pt-85:focus {
    padding-top: 21.25rem;
  }

  .sm\:focus\:pr-85:focus {
    padding-right: 21.25rem;
  }

  .sm\:focus\:pb-85:focus {
    padding-bottom: 21.25rem;
  }

  .sm\:focus\:pl-85:focus {
    padding-left: 21.25rem;
  }

  .sm\:focus\:pt-100:focus {
    padding-top: 25rem;
  }

  .sm\:focus\:pr-100:focus {
    padding-right: 25rem;
  }

  .sm\:focus\:pb-100:focus {
    padding-bottom: 25rem;
  }

  .sm\:focus\:pl-100:focus {
    padding-left: 25rem;
  }

  .sm\:focus\:pt-105:focus {
    padding-top: 26.25rem;
  }

  .sm\:focus\:pr-105:focus {
    padding-right: 26.25rem;
  }

  .sm\:focus\:pb-105:focus {
    padding-bottom: 26.25rem;
  }

  .sm\:focus\:pl-105:focus {
    padding-left: 26.25rem;
  }

  .sm\:focus\:pt-107:focus {
    padding-top: 26.4rem;
  }

  .sm\:focus\:pr-107:focus {
    padding-right: 26.4rem;
  }

  .sm\:focus\:pb-107:focus {
    padding-bottom: 26.4rem;
  }

  .sm\:focus\:pl-107:focus {
    padding-left: 26.4rem;
  }

  .sm\:focus\:pt-110:focus {
    padding-top: 27.5rem;
  }

  .sm\:focus\:pr-110:focus {
    padding-right: 27.5rem;
  }

  .sm\:focus\:pb-110:focus {
    padding-bottom: 27.5rem;
  }

  .sm\:focus\:pl-110:focus {
    padding-left: 27.5rem;
  }

  .sm\:focus\:pt-120:focus {
    padding-top: 30rem;
  }

  .sm\:focus\:pr-120:focus {
    padding-right: 30rem;
  }

  .sm\:focus\:pb-120:focus {
    padding-bottom: 30rem;
  }

  .sm\:focus\:pl-120:focus {
    padding-left: 30rem;
  }

  .sm\:focus\:pt-130:focus {
    padding-top: 38rem;
  }

  .sm\:focus\:pr-130:focus {
    padding-right: 38rem;
  }

  .sm\:focus\:pb-130:focus {
    padding-bottom: 38rem;
  }

  .sm\:focus\:pl-130:focus {
    padding-left: 38rem;
  }

  .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\:focus\:pt-250px:focus {
    padding-top: 250px;
  }

  .sm\:focus\:pr-250px:focus {
    padding-right: 250px;
  }

  .sm\:focus\:pb-250px:focus {
    padding-bottom: 250px;
  }

  .sm\:focus\:pl-250px:focus {
    padding-left: 250px;
  }

  .sm\:focus\:pt-1\/2\%:focus {
    padding-top: 0.5%;
  }

  .sm\:focus\:pr-1\/2\%:focus {
    padding-right: 0.5%;
  }

  .sm\:focus\:pb-1\/2\%:focus {
    padding-bottom: 0.5%;
  }

  .sm\:focus\:pl-1\/2\%:focus {
    padding-left: 0.5%;
  }

  .sm\:focus\:pt-1\%:focus {
    padding-top: 1%;
  }

  .sm\:focus\:pr-1\%:focus {
    padding-right: 1%;
  }

  .sm\:focus\:pb-1\%:focus {
    padding-bottom: 1%;
  }

  .sm\:focus\:pl-1\%:focus {
    padding-left: 1%;
  }

  .sm\:focus\:pt-2\%:focus {
    padding-top: 2%;
  }

  .sm\:focus\:pr-2\%:focus {
    padding-right: 2%;
  }

  .sm\:focus\:pb-2\%:focus {
    padding-bottom: 2%;
  }

  .sm\:focus\:pl-2\%:focus {
    padding-left: 2%;
  }

  .sm\:focus\:pt-3\%:focus {
    padding-top: 3%;
  }

  .sm\:focus\:pr-3\%:focus {
    padding-right: 3%;
  }

  .sm\:focus\:pb-3\%:focus {
    padding-bottom: 3%;
  }

  .sm\:focus\:pl-3\%:focus {
    padding-left: 3%;
  }

  .sm\:focus\:pt-4\%:focus {
    padding-top: 4%;
  }

  .sm\:focus\:pr-4\%:focus {
    padding-right: 4%;
  }

  .sm\:focus\:pb-4\%:focus {
    padding-bottom: 4%;
  }

  .sm\:focus\:pl-4\%:focus {
    padding-left: 4%;
  }

  .sm\:focus\:pt-5\%:focus {
    padding-top: 5%;
  }

  .sm\:focus\:pr-5\%:focus {
    padding-right: 5%;
  }

  .sm\:focus\:pb-5\%:focus {
    padding-bottom: 5%;
  }

  .sm\:focus\:pl-5\%:focus {
    padding-left: 5%;
  }

  .sm\:focus\:pt-10\%:focus {
    padding-top: 10%;
  }

  .sm\:focus\:pr-10\%:focus {
    padding-right: 10%;
  }

  .sm\:focus\:pb-10\%:focus {
    padding-bottom: 10%;
  }

  .sm\:focus\:pl-10\%:focus {
    padding-left: 10%;
  }

  .sm\:focus\:pt-20\%:focus {
    padding-top: 20%;
  }

  .sm\:focus\:pr-20\%:focus {
    padding-right: 20%;
  }

  .sm\:focus\:pb-20\%:focus {
    padding-bottom: 20%;
  }

  .sm\:focus\:pl-20\%:focus {
    padding-left: 20%;
  }

  .sm\:focus\:pt-23\%:focus {
    padding-top: 23%;
  }

  .sm\:focus\:pr-23\%:focus {
    padding-right: 23%;
  }

  .sm\:focus\:pb-23\%:focus {
    padding-bottom: 23%;
  }

  .sm\:focus\:pl-23\%:focus {
    padding-left: 23%;
  }

  .sm\:focus\:pt-25\%:focus {
    padding-top: 25%;
  }

  .sm\:focus\:pr-25\%:focus {
    padding-right: 25%;
  }

  .sm\:focus\:pb-25\%:focus {
    padding-bottom: 25%;
  }

  .sm\:focus\:pl-25\%:focus {
    padding-left: 25%;
  }

  .sm\:focus\:pt-26\%:focus {
    padding-top: 26%;
  }

  .sm\:focus\:pr-26\%:focus {
    padding-right: 26%;
  }

  .sm\:focus\:pb-26\%:focus {
    padding-bottom: 26%;
  }

  .sm\:focus\:pl-26\%:focus {
    padding-left: 26%;
  }

  .sm\:focus\:pt-30\%:focus {
    padding-top: 30%;
  }

  .sm\:focus\:pr-30\%:focus {
    padding-right: 30%;
  }

  .sm\:focus\:pb-30\%:focus {
    padding-bottom: 30%;
  }

  .sm\:focus\:pl-30\%:focus {
    padding-left: 30%;
  }

  .sm\:focus\:pt-40\%:focus {
    padding-top: 40%;
  }

  .sm\:focus\:pr-40\%:focus {
    padding-right: 40%;
  }

  .sm\:focus\:pb-40\%:focus {
    padding-bottom: 40%;
  }

  .sm\:focus\:pl-40\%:focus {
    padding-left: 40%;
  }

  .sm\:focus\:pt-50\%:focus {
    padding-top: 50%;
  }

  .sm\:focus\:pr-50\%:focus {
    padding-right: 50%;
  }

  .sm\:focus\:pb-50\%:focus {
    padding-bottom: 50%;
  }

  .sm\:focus\:pl-50\%:focus {
    padding-left: 50%;
  }

  .sm\:focus\:pt-60\%:focus {
    padding-top: 60%;
  }

  .sm\:focus\:pr-60\%:focus {
    padding-right: 60%;
  }

  .sm\:focus\:pb-60\%:focus {
    padding-bottom: 60%;
  }

  .sm\:focus\:pl-60\%:focus {
    padding-left: 60%;
  }

  .sm\:focus\:pt-70\%:focus {
    padding-top: 70%;
  }

  .sm\:focus\:pr-70\%:focus {
    padding-right: 70%;
  }

  .sm\:focus\:pb-70\%:focus {
    padding-bottom: 70%;
  }

  .sm\:focus\:pl-70\%:focus {
    padding-left: 70%;
  }

  .sm\:focus\:pt-80\%:focus {
    padding-top: 80%;
  }

  .sm\:focus\:pr-80\%:focus {
    padding-right: 80%;
  }

  .sm\:focus\:pb-80\%:focus {
    padding-bottom: 80%;
  }

  .sm\:focus\:pl-80\%:focus {
    padding-left: 80%;
  }

  .sm\:focus\:pt-90\%:focus {
    padding-top: 90%;
  }

  .sm\:focus\:pr-90\%:focus {
    padding-right: 90%;
  }

  .sm\:focus\:pb-90\%:focus {
    padding-bottom: 90%;
  }

  .sm\:focus\:pl-90\%:focus {
    padding-left: 90%;
  }

  .sm\:focus\:pt-95\%:focus {
    padding-top: 95%;
  }

  .sm\:focus\:pr-95\%:focus {
    padding-right: 95%;
  }

  .sm\:focus\:pb-95\%:focus {
    padding-bottom: 95%;
  }

  .sm\:focus\:pl-95\%:focus {
    padding-left: 95%;
  }

  .sm\:focus\:pt-96\%:focus {
    padding-top: 96%;
  }

  .sm\:focus\:pr-96\%:focus {
    padding-right: 96%;
  }

  .sm\:focus\:pb-96\%:focus {
    padding-bottom: 96%;
  }

  .sm\:focus\:pl-96\%:focus {
    padding-left: 96%;
  }

  .sm\:focus\:pt-97\%:focus {
    padding-top: 97%;
  }

  .sm\:focus\:pr-97\%:focus {
    padding-right: 97%;
  }

  .sm\:focus\:pb-97\%:focus {
    padding-bottom: 97%;
  }

  .sm\:focus\:pl-97\%:focus {
    padding-left: 97%;
  }

  .sm\:focus\:pt-98\%:focus {
    padding-top: 98%;
  }

  .sm\:focus\:pr-98\%:focus {
    padding-right: 98%;
  }

  .sm\:focus\:pb-98\%:focus {
    padding-bottom: 98%;
  }

  .sm\:focus\:pl-98\%:focus {
    padding-left: 98%;
  }

  .sm\:focus\:pt-99\%:focus {
    padding-top: 99%;
  }

  .sm\:focus\:pr-99\%:focus {
    padding-right: 99%;
  }

  .sm\:focus\:pb-99\%:focus {
    padding-bottom: 99%;
  }

  .sm\:focus\:pl-99\%:focus {
    padding-left: 99%;
  }

  .sm\:focus\:pt-36vh:focus {
    padding-top: 36vh;
  }

  .sm\:focus\:pr-36vh:focus {
    padding-right: 36vh;
  }

  .sm\:focus\:pb-36vh:focus {
    padding-bottom: 36vh;
  }

  .sm\:focus\:pl-36vh:focus {
    padding-left: 36vh;
  }

  .sm\:focus\:pt-75vh:focus {
    padding-top: 75vh;
  }

  .sm\:focus\:pr-75vh:focus {
    padding-right: 75vh;
  }

  .sm\:focus\:pb-75vh:focus {
    padding-bottom: 75vh;
  }

  .sm\:focus\:pl-75vh:focus {
    padding-left: 75vh;
  }

  .sm\:focus\:pt-78vh:focus {
    padding-top: 78vh;
  }

  .sm\:focus\:pr-78vh:focus {
    padding-right: 78vh;
  }

  .sm\:focus\:pb-78vh:focus {
    padding-bottom: 78vh;
  }

  .sm\:focus\:pl-78vh:focus {
    padding-left: 78vh;
  }

  .sm\:focus\:pt-80vh:focus {
    padding-top: 80vh;
  }

  .sm\:focus\:pr-80vh:focus {
    padding-right: 80vh;
  }

  .sm\:focus\:pb-80vh:focus {
    padding-bottom: 80vh;
  }

  .sm\:focus\:pl-80vh:focus {
    padding-left: 80vh;
  }

  .sm\:focus\:pt-82vh:focus {
    padding-top: 82vh;
  }

  .sm\:focus\:pr-82vh:focus {
    padding-right: 82vh;
  }

  .sm\:focus\:pb-82vh:focus {
    padding-bottom: 82vh;
  }

  .sm\:focus\:pl-82vh:focus {
    padding-left: 82vh;
  }

  .sm\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .sm\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .sm\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .sm\:focus-within\:p-3:focus-within {
    padding: 0.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-7:focus-within {
    padding: 1.75rem;
  }

  .sm\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .sm\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .sm\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .sm\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .sm\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .sm\:focus-within\:p-15:focus-within {
    padding: 3.75rem;
  }

  .sm\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .sm\:focus-within\:p-18:focus-within {
    padding: 4.5rem;
  }

  .sm\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .sm\:focus-within\:p-21:focus-within {
    padding: 5.25rem;
  }

  .sm\:focus-within\:p-22:focus-within {
    padding: 5.5rem;
  }

  .sm\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .sm\:focus-within\:p-26:focus-within {
    padding: 6.5rem;
  }

  .sm\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .sm\:focus-within\:p-30:focus-within {
    padding: 7.5rem;
  }

  .sm\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .sm\:focus-within\:p-34:focus-within {
    padding: 8.5rem;
  }

  .sm\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .sm\:focus-within\:p-38:focus-within {
    padding: 9.5rem;
  }

  .sm\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .sm\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .sm\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .sm\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .sm\:focus-within\:p-53:focus-within {
    padding: 13.25rem;
  }

  .sm\:focus-within\:p-54:focus-within {
    padding: 13.5rem;
  }

  .sm\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .sm\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .sm\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .sm\:focus-within\:p-74:focus-within {
    padding: 18.5rem;
  }

  .sm\:focus-within\:p-76:focus-within {
    padding: 19rem;
  }

  .sm\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .sm\:focus-within\:p-85:focus-within {
    padding: 21.25rem;
  }

  .sm\:focus-within\:p-100:focus-within {
    padding: 25rem;
  }

  .sm\:focus-within\:p-105:focus-within {
    padding: 26.25rem;
  }

  .sm\:focus-within\:p-107:focus-within {
    padding: 26.4rem;
  }

  .sm\:focus-within\:p-110:focus-within {
    padding: 27.5rem;
  }

  .sm\:focus-within\:p-120:focus-within {
    padding: 30rem;
  }

  .sm\:focus-within\:p-130:focus-within {
    padding: 38rem;
  }

  .sm\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .sm\:focus-within\:p-250px:focus-within {
    padding: 250px;
  }

  .sm\:focus-within\:p-1\/2\%:focus-within {
    padding: 0.5%;
  }

  .sm\:focus-within\:p-1\%:focus-within {
    padding: 1%;
  }

  .sm\:focus-within\:p-2\%:focus-within {
    padding: 2%;
  }

  .sm\:focus-within\:p-3\%:focus-within {
    padding: 3%;
  }

  .sm\:focus-within\:p-4\%:focus-within {
    padding: 4%;
  }

  .sm\:focus-within\:p-5\%:focus-within {
    padding: 5%;
  }

  .sm\:focus-within\:p-10\%:focus-within {
    padding: 10%;
  }

  .sm\:focus-within\:p-20\%:focus-within {
    padding: 20%;
  }

  .sm\:focus-within\:p-23\%:focus-within {
    padding: 23%;
  }

  .sm\:focus-within\:p-25\%:focus-within {
    padding: 25%;
  }

  .sm\:focus-within\:p-26\%:focus-within {
    padding: 26%;
  }

  .sm\:focus-within\:p-30\%:focus-within {
    padding: 30%;
  }

  .sm\:focus-within\:p-40\%:focus-within {
    padding: 40%;
  }

  .sm\:focus-within\:p-50\%:focus-within {
    padding: 50%;
  }

  .sm\:focus-within\:p-60\%:focus-within {
    padding: 60%;
  }

  .sm\:focus-within\:p-70\%:focus-within {
    padding: 70%;
  }

  .sm\:focus-within\:p-80\%:focus-within {
    padding: 80%;
  }

  .sm\:focus-within\:p-90\%:focus-within {
    padding: 90%;
  }

  .sm\:focus-within\:p-95\%:focus-within {
    padding: 95%;
  }

  .sm\:focus-within\:p-96\%:focus-within {
    padding: 96%;
  }

  .sm\:focus-within\:p-97\%:focus-within {
    padding: 97%;
  }

  .sm\:focus-within\:p-98\%:focus-within {
    padding: 98%;
  }

  .sm\:focus-within\:p-99\%:focus-within {
    padding: 99%;
  }

  .sm\:focus-within\:p-36vh:focus-within {
    padding: 36vh;
  }

  .sm\:focus-within\:p-75vh:focus-within {
    padding: 75vh;
  }

  .sm\:focus-within\:p-78vh:focus-within {
    padding: 78vh;
  }

  .sm\:focus-within\:p-80vh:focus-within {
    padding: 80vh;
  }

  .sm\:focus-within\:p-82vh:focus-within {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.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-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:focus-within\:py-15:focus-within {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:focus-within\:px-15:focus-within {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:focus-within {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:focus-within\:px-18:focus-within {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:focus-within {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:focus-within\:px-21:focus-within {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:focus-within\:py-22:focus-within {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:focus-within\:px-22:focus-within {
    padding-left: 5.5rem;
    padding-right: 5.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-26:focus-within {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:focus-within\:px-26:focus-within {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:focus-within\:py-30:focus-within {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:focus-within\:px-30:focus-within {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:focus-within {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:focus-within\:px-34:focus-within {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:focus-within\:py-38:focus-within {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:focus-within\:px-38:focus-within {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:focus-within\:py-53:focus-within {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .sm\:focus-within\:px-53:focus-within {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .sm\:focus-within\:py-54:focus-within {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:focus-within\:px-54:focus-within {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:focus-within\:py-74:focus-within {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .sm\:focus-within\:px-74:focus-within {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .sm\:focus-within\:py-76:focus-within {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .sm\:focus-within\:px-76:focus-within {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .sm\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:focus-within\:py-85:focus-within {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .sm\:focus-within\:px-85:focus-within {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .sm\:focus-within\:py-100:focus-within {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:focus-within\:px-100:focus-within {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:focus-within\:py-105:focus-within {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .sm\:focus-within\:px-105:focus-within {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .sm\:focus-within\:py-107:focus-within {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .sm\:focus-within\:px-107:focus-within {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .sm\:focus-within\:py-110:focus-within {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:focus-within\:px-110:focus-within {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:focus-within\:py-120:focus-within {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:focus-within\:px-120:focus-within {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:focus-within\:py-130:focus-within {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:focus-within\:px-130:focus-within {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .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\:py-250px:focus-within {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:focus-within\:px-250px:focus-within {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:focus-within\:py-1\/2\%:focus-within {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .sm\:focus-within\:px-1\/2\%:focus-within {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .sm\:focus-within\:py-1\%:focus-within {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:focus-within\:px-1\%:focus-within {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:focus-within\:py-2\%:focus-within {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:focus-within\:px-2\%:focus-within {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sm\:focus-within\:py-3\%:focus-within {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sm\:focus-within\:px-3\%:focus-within {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sm\:focus-within\:py-4\%:focus-within {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sm\:focus-within\:px-4\%:focus-within {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sm\:focus-within\:py-5\%:focus-within {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:focus-within\:px-5\%:focus-within {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:focus-within\:py-10\%:focus-within {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:focus-within\:px-10\%:focus-within {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:focus-within\:py-20\%:focus-within {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:focus-within\:px-20\%:focus-within {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:focus-within\:py-23\%:focus-within {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .sm\:focus-within\:px-23\%:focus-within {
    padding-left: 23%;
    padding-right: 23%;
  }

  .sm\:focus-within\:py-25\%:focus-within {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:focus-within\:px-25\%:focus-within {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:focus-within\:py-26\%:focus-within {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .sm\:focus-within\:px-26\%:focus-within {
    padding-left: 26%;
    padding-right: 26%;
  }

  .sm\:focus-within\:py-30\%:focus-within {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:focus-within\:px-30\%:focus-within {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:focus-within\:py-40\%:focus-within {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:focus-within\:px-40\%:focus-within {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:focus-within\:py-50\%:focus-within {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:focus-within\:px-50\%:focus-within {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:focus-within\:py-60\%:focus-within {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:focus-within\:px-60\%:focus-within {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:focus-within\:py-70\%:focus-within {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:focus-within\:px-70\%:focus-within {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:focus-within\:py-80\%:focus-within {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:focus-within\:px-80\%:focus-within {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:focus-within\:py-90\%:focus-within {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:focus-within\:px-90\%:focus-within {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:focus-within\:py-95\%:focus-within {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:focus-within\:px-95\%:focus-within {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:focus-within\:py-96\%:focus-within {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:focus-within\:px-96\%:focus-within {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:focus-within\:py-97\%:focus-within {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .sm\:focus-within\:px-97\%:focus-within {
    padding-left: 97%;
    padding-right: 97%;
  }

  .sm\:focus-within\:py-98\%:focus-within {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .sm\:focus-within\:px-98\%:focus-within {
    padding-left: 98%;
    padding-right: 98%;
  }

  .sm\:focus-within\:py-99\%:focus-within {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .sm\:focus-within\:px-99\%:focus-within {
    padding-left: 99%;
    padding-right: 99%;
  }

  .sm\:focus-within\:py-36vh:focus-within {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .sm\:focus-within\:px-36vh:focus-within {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .sm\:focus-within\:py-75vh:focus-within {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .sm\:focus-within\:px-75vh:focus-within {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .sm\:focus-within\:py-78vh:focus-within {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .sm\:focus-within\:px-78vh:focus-within {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .sm\:focus-within\:py-80vh:focus-within {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:focus-within\:px-80vh:focus-within {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:focus-within\:py-82vh:focus-within {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .sm\:focus-within\:px-82vh:focus-within {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .sm\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .sm\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .sm\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .sm\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .sm\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .sm\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .sm\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .sm\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .sm\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .sm\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .sm\:focus-within\:pl-3:focus-within {
    padding-left: 0.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-7:focus-within {
    padding-top: 1.75rem;
  }

  .sm\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .sm\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .sm\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .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-9:focus-within {
    padding-top: 2.25rem;
  }

  .sm\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .sm\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .sm\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .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-14:focus-within {
    padding-top: 3.5rem;
  }

  .sm\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .sm\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .sm\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .sm\:focus-within\:pt-15:focus-within {
    padding-top: 3.75rem;
  }

  .sm\:focus-within\:pr-15:focus-within {
    padding-right: 3.75rem;
  }

  .sm\:focus-within\:pb-15:focus-within {
    padding-bottom: 3.75rem;
  }

  .sm\:focus-within\:pl-15:focus-within {
    padding-left: 3.75rem;
  }

  .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-18:focus-within {
    padding-top: 4.5rem;
  }

  .sm\:focus-within\:pr-18:focus-within {
    padding-right: 4.5rem;
  }

  .sm\:focus-within\:pb-18:focus-within {
    padding-bottom: 4.5rem;
  }

  .sm\:focus-within\:pl-18:focus-within {
    padding-left: 4.5rem;
  }

  .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-21:focus-within {
    padding-top: 5.25rem;
  }

  .sm\:focus-within\:pr-21:focus-within {
    padding-right: 5.25rem;
  }

  .sm\:focus-within\:pb-21:focus-within {
    padding-bottom: 5.25rem;
  }

  .sm\:focus-within\:pl-21:focus-within {
    padding-left: 5.25rem;
  }

  .sm\:focus-within\:pt-22:focus-within {
    padding-top: 5.5rem;
  }

  .sm\:focus-within\:pr-22:focus-within {
    padding-right: 5.5rem;
  }

  .sm\:focus-within\:pb-22:focus-within {
    padding-bottom: 5.5rem;
  }

  .sm\:focus-within\:pl-22:focus-within {
    padding-left: 5.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-26:focus-within {
    padding-top: 6.5rem;
  }

  .sm\:focus-within\:pr-26:focus-within {
    padding-right: 6.5rem;
  }

  .sm\:focus-within\:pb-26:focus-within {
    padding-bottom: 6.5rem;
  }

  .sm\:focus-within\:pl-26:focus-within {
    padding-left: 6.5rem;
  }

  .sm\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .sm\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .sm\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .sm\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .sm\:focus-within\:pt-30:focus-within {
    padding-top: 7.5rem;
  }

  .sm\:focus-within\:pr-30:focus-within {
    padding-right: 7.5rem;
  }

  .sm\:focus-within\:pb-30:focus-within {
    padding-bottom: 7.5rem;
  }

  .sm\:focus-within\:pl-30:focus-within {
    padding-left: 7.5rem;
  }

  .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-34:focus-within {
    padding-top: 8.5rem;
  }

  .sm\:focus-within\:pr-34:focus-within {
    padding-right: 8.5rem;
  }

  .sm\:focus-within\:pb-34:focus-within {
    padding-bottom: 8.5rem;
  }

  .sm\:focus-within\:pl-34:focus-within {
    padding-left: 8.5rem;
  }

  .sm\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .sm\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .sm\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .sm\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .sm\:focus-within\:pt-38:focus-within {
    padding-top: 9.5rem;
  }

  .sm\:focus-within\:pr-38:focus-within {
    padding-right: 9.5rem;
  }

  .sm\:focus-within\:pb-38:focus-within {
    padding-bottom: 9.5rem;
  }

  .sm\:focus-within\:pl-38:focus-within {
    padding-left: 9.5rem;
  }

  .sm\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .sm\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .sm\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .sm\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .sm\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .sm\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .sm\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .sm\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .sm\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .sm\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .sm\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .sm\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .sm\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .sm\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .sm\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .sm\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .sm\:focus-within\:pt-53:focus-within {
    padding-top: 13.25rem;
  }

  .sm\:focus-within\:pr-53:focus-within {
    padding-right: 13.25rem;
  }

  .sm\:focus-within\:pb-53:focus-within {
    padding-bottom: 13.25rem;
  }

  .sm\:focus-within\:pl-53:focus-within {
    padding-left: 13.25rem;
  }

  .sm\:focus-within\:pt-54:focus-within {
    padding-top: 13.5rem;
  }

  .sm\:focus-within\:pr-54:focus-within {
    padding-right: 13.5rem;
  }

  .sm\:focus-within\:pb-54:focus-within {
    padding-bottom: 13.5rem;
  }

  .sm\:focus-within\:pl-54:focus-within {
    padding-left: 13.5rem;
  }

  .sm\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .sm\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .sm\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .sm\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .sm\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .sm\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .sm\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .sm\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .sm\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .sm\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .sm\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .sm\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .sm\:focus-within\:pt-74:focus-within {
    padding-top: 18.5rem;
  }

  .sm\:focus-within\:pr-74:focus-within {
    padding-right: 18.5rem;
  }

  .sm\:focus-within\:pb-74:focus-within {
    padding-bottom: 18.5rem;
  }

  .sm\:focus-within\:pl-74:focus-within {
    padding-left: 18.5rem;
  }

  .sm\:focus-within\:pt-76:focus-within {
    padding-top: 19rem;
  }

  .sm\:focus-within\:pr-76:focus-within {
    padding-right: 19rem;
  }

  .sm\:focus-within\:pb-76:focus-within {
    padding-bottom: 19rem;
  }

  .sm\:focus-within\:pl-76:focus-within {
    padding-left: 19rem;
  }

  .sm\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .sm\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .sm\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .sm\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .sm\:focus-within\:pt-85:focus-within {
    padding-top: 21.25rem;
  }

  .sm\:focus-within\:pr-85:focus-within {
    padding-right: 21.25rem;
  }

  .sm\:focus-within\:pb-85:focus-within {
    padding-bottom: 21.25rem;
  }

  .sm\:focus-within\:pl-85:focus-within {
    padding-left: 21.25rem;
  }

  .sm\:focus-within\:pt-100:focus-within {
    padding-top: 25rem;
  }

  .sm\:focus-within\:pr-100:focus-within {
    padding-right: 25rem;
  }

  .sm\:focus-within\:pb-100:focus-within {
    padding-bottom: 25rem;
  }

  .sm\:focus-within\:pl-100:focus-within {
    padding-left: 25rem;
  }

  .sm\:focus-within\:pt-105:focus-within {
    padding-top: 26.25rem;
  }

  .sm\:focus-within\:pr-105:focus-within {
    padding-right: 26.25rem;
  }

  .sm\:focus-within\:pb-105:focus-within {
    padding-bottom: 26.25rem;
  }

  .sm\:focus-within\:pl-105:focus-within {
    padding-left: 26.25rem;
  }

  .sm\:focus-within\:pt-107:focus-within {
    padding-top: 26.4rem;
  }

  .sm\:focus-within\:pr-107:focus-within {
    padding-right: 26.4rem;
  }

  .sm\:focus-within\:pb-107:focus-within {
    padding-bottom: 26.4rem;
  }

  .sm\:focus-within\:pl-107:focus-within {
    padding-left: 26.4rem;
  }

  .sm\:focus-within\:pt-110:focus-within {
    padding-top: 27.5rem;
  }

  .sm\:focus-within\:pr-110:focus-within {
    padding-right: 27.5rem;
  }

  .sm\:focus-within\:pb-110:focus-within {
    padding-bottom: 27.5rem;
  }

  .sm\:focus-within\:pl-110:focus-within {
    padding-left: 27.5rem;
  }

  .sm\:focus-within\:pt-120:focus-within {
    padding-top: 30rem;
  }

  .sm\:focus-within\:pr-120:focus-within {
    padding-right: 30rem;
  }

  .sm\:focus-within\:pb-120:focus-within {
    padding-bottom: 30rem;
  }

  .sm\:focus-within\:pl-120:focus-within {
    padding-left: 30rem;
  }

  .sm\:focus-within\:pt-130:focus-within {
    padding-top: 38rem;
  }

  .sm\:focus-within\:pr-130:focus-within {
    padding-right: 38rem;
  }

  .sm\:focus-within\:pb-130:focus-within {
    padding-bottom: 38rem;
  }

  .sm\:focus-within\:pl-130:focus-within {
    padding-left: 38rem;
  }

  .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-within\:pt-250px:focus-within {
    padding-top: 250px;
  }

  .sm\:focus-within\:pr-250px:focus-within {
    padding-right: 250px;
  }

  .sm\:focus-within\:pb-250px:focus-within {
    padding-bottom: 250px;
  }

  .sm\:focus-within\:pl-250px:focus-within {
    padding-left: 250px;
  }

  .sm\:focus-within\:pt-1\/2\%:focus-within {
    padding-top: 0.5%;
  }

  .sm\:focus-within\:pr-1\/2\%:focus-within {
    padding-right: 0.5%;
  }

  .sm\:focus-within\:pb-1\/2\%:focus-within {
    padding-bottom: 0.5%;
  }

  .sm\:focus-within\:pl-1\/2\%:focus-within {
    padding-left: 0.5%;
  }

  .sm\:focus-within\:pt-1\%:focus-within {
    padding-top: 1%;
  }

  .sm\:focus-within\:pr-1\%:focus-within {
    padding-right: 1%;
  }

  .sm\:focus-within\:pb-1\%:focus-within {
    padding-bottom: 1%;
  }

  .sm\:focus-within\:pl-1\%:focus-within {
    padding-left: 1%;
  }

  .sm\:focus-within\:pt-2\%:focus-within {
    padding-top: 2%;
  }

  .sm\:focus-within\:pr-2\%:focus-within {
    padding-right: 2%;
  }

  .sm\:focus-within\:pb-2\%:focus-within {
    padding-bottom: 2%;
  }

  .sm\:focus-within\:pl-2\%:focus-within {
    padding-left: 2%;
  }

  .sm\:focus-within\:pt-3\%:focus-within {
    padding-top: 3%;
  }

  .sm\:focus-within\:pr-3\%:focus-within {
    padding-right: 3%;
  }

  .sm\:focus-within\:pb-3\%:focus-within {
    padding-bottom: 3%;
  }

  .sm\:focus-within\:pl-3\%:focus-within {
    padding-left: 3%;
  }

  .sm\:focus-within\:pt-4\%:focus-within {
    padding-top: 4%;
  }

  .sm\:focus-within\:pr-4\%:focus-within {
    padding-right: 4%;
  }

  .sm\:focus-within\:pb-4\%:focus-within {
    padding-bottom: 4%;
  }

  .sm\:focus-within\:pl-4\%:focus-within {
    padding-left: 4%;
  }

  .sm\:focus-within\:pt-5\%:focus-within {
    padding-top: 5%;
  }

  .sm\:focus-within\:pr-5\%:focus-within {
    padding-right: 5%;
  }

  .sm\:focus-within\:pb-5\%:focus-within {
    padding-bottom: 5%;
  }

  .sm\:focus-within\:pl-5\%:focus-within {
    padding-left: 5%;
  }

  .sm\:focus-within\:pt-10\%:focus-within {
    padding-top: 10%;
  }

  .sm\:focus-within\:pr-10\%:focus-within {
    padding-right: 10%;
  }

  .sm\:focus-within\:pb-10\%:focus-within {
    padding-bottom: 10%;
  }

  .sm\:focus-within\:pl-10\%:focus-within {
    padding-left: 10%;
  }

  .sm\:focus-within\:pt-20\%:focus-within {
    padding-top: 20%;
  }

  .sm\:focus-within\:pr-20\%:focus-within {
    padding-right: 20%;
  }

  .sm\:focus-within\:pb-20\%:focus-within {
    padding-bottom: 20%;
  }

  .sm\:focus-within\:pl-20\%:focus-within {
    padding-left: 20%;
  }

  .sm\:focus-within\:pt-23\%:focus-within {
    padding-top: 23%;
  }

  .sm\:focus-within\:pr-23\%:focus-within {
    padding-right: 23%;
  }

  .sm\:focus-within\:pb-23\%:focus-within {
    padding-bottom: 23%;
  }

  .sm\:focus-within\:pl-23\%:focus-within {
    padding-left: 23%;
  }

  .sm\:focus-within\:pt-25\%:focus-within {
    padding-top: 25%;
  }

  .sm\:focus-within\:pr-25\%:focus-within {
    padding-right: 25%;
  }

  .sm\:focus-within\:pb-25\%:focus-within {
    padding-bottom: 25%;
  }

  .sm\:focus-within\:pl-25\%:focus-within {
    padding-left: 25%;
  }

  .sm\:focus-within\:pt-26\%:focus-within {
    padding-top: 26%;
  }

  .sm\:focus-within\:pr-26\%:focus-within {
    padding-right: 26%;
  }

  .sm\:focus-within\:pb-26\%:focus-within {
    padding-bottom: 26%;
  }

  .sm\:focus-within\:pl-26\%:focus-within {
    padding-left: 26%;
  }

  .sm\:focus-within\:pt-30\%:focus-within {
    padding-top: 30%;
  }

  .sm\:focus-within\:pr-30\%:focus-within {
    padding-right: 30%;
  }

  .sm\:focus-within\:pb-30\%:focus-within {
    padding-bottom: 30%;
  }

  .sm\:focus-within\:pl-30\%:focus-within {
    padding-left: 30%;
  }

  .sm\:focus-within\:pt-40\%:focus-within {
    padding-top: 40%;
  }

  .sm\:focus-within\:pr-40\%:focus-within {
    padding-right: 40%;
  }

  .sm\:focus-within\:pb-40\%:focus-within {
    padding-bottom: 40%;
  }

  .sm\:focus-within\:pl-40\%:focus-within {
    padding-left: 40%;
  }

  .sm\:focus-within\:pt-50\%:focus-within {
    padding-top: 50%;
  }

  .sm\:focus-within\:pr-50\%:focus-within {
    padding-right: 50%;
  }

  .sm\:focus-within\:pb-50\%:focus-within {
    padding-bottom: 50%;
  }

  .sm\:focus-within\:pl-50\%:focus-within {
    padding-left: 50%;
  }

  .sm\:focus-within\:pt-60\%:focus-within {
    padding-top: 60%;
  }

  .sm\:focus-within\:pr-60\%:focus-within {
    padding-right: 60%;
  }

  .sm\:focus-within\:pb-60\%:focus-within {
    padding-bottom: 60%;
  }

  .sm\:focus-within\:pl-60\%:focus-within {
    padding-left: 60%;
  }

  .sm\:focus-within\:pt-70\%:focus-within {
    padding-top: 70%;
  }

  .sm\:focus-within\:pr-70\%:focus-within {
    padding-right: 70%;
  }

  .sm\:focus-within\:pb-70\%:focus-within {
    padding-bottom: 70%;
  }

  .sm\:focus-within\:pl-70\%:focus-within {
    padding-left: 70%;
  }

  .sm\:focus-within\:pt-80\%:focus-within {
    padding-top: 80%;
  }

  .sm\:focus-within\:pr-80\%:focus-within {
    padding-right: 80%;
  }

  .sm\:focus-within\:pb-80\%:focus-within {
    padding-bottom: 80%;
  }

  .sm\:focus-within\:pl-80\%:focus-within {
    padding-left: 80%;
  }

  .sm\:focus-within\:pt-90\%:focus-within {
    padding-top: 90%;
  }

  .sm\:focus-within\:pr-90\%:focus-within {
    padding-right: 90%;
  }

  .sm\:focus-within\:pb-90\%:focus-within {
    padding-bottom: 90%;
  }

  .sm\:focus-within\:pl-90\%:focus-within {
    padding-left: 90%;
  }

  .sm\:focus-within\:pt-95\%:focus-within {
    padding-top: 95%;
  }

  .sm\:focus-within\:pr-95\%:focus-within {
    padding-right: 95%;
  }

  .sm\:focus-within\:pb-95\%:focus-within {
    padding-bottom: 95%;
  }

  .sm\:focus-within\:pl-95\%:focus-within {
    padding-left: 95%;
  }

  .sm\:focus-within\:pt-96\%:focus-within {
    padding-top: 96%;
  }

  .sm\:focus-within\:pr-96\%:focus-within {
    padding-right: 96%;
  }

  .sm\:focus-within\:pb-96\%:focus-within {
    padding-bottom: 96%;
  }

  .sm\:focus-within\:pl-96\%:focus-within {
    padding-left: 96%;
  }

  .sm\:focus-within\:pt-97\%:focus-within {
    padding-top: 97%;
  }

  .sm\:focus-within\:pr-97\%:focus-within {
    padding-right: 97%;
  }

  .sm\:focus-within\:pb-97\%:focus-within {
    padding-bottom: 97%;
  }

  .sm\:focus-within\:pl-97\%:focus-within {
    padding-left: 97%;
  }

  .sm\:focus-within\:pt-98\%:focus-within {
    padding-top: 98%;
  }

  .sm\:focus-within\:pr-98\%:focus-within {
    padding-right: 98%;
  }

  .sm\:focus-within\:pb-98\%:focus-within {
    padding-bottom: 98%;
  }

  .sm\:focus-within\:pl-98\%:focus-within {
    padding-left: 98%;
  }

  .sm\:focus-within\:pt-99\%:focus-within {
    padding-top: 99%;
  }

  .sm\:focus-within\:pr-99\%:focus-within {
    padding-right: 99%;
  }

  .sm\:focus-within\:pb-99\%:focus-within {
    padding-bottom: 99%;
  }

  .sm\:focus-within\:pl-99\%:focus-within {
    padding-left: 99%;
  }

  .sm\:focus-within\:pt-36vh:focus-within {
    padding-top: 36vh;
  }

  .sm\:focus-within\:pr-36vh:focus-within {
    padding-right: 36vh;
  }

  .sm\:focus-within\:pb-36vh:focus-within {
    padding-bottom: 36vh;
  }

  .sm\:focus-within\:pl-36vh:focus-within {
    padding-left: 36vh;
  }

  .sm\:focus-within\:pt-75vh:focus-within {
    padding-top: 75vh;
  }

  .sm\:focus-within\:pr-75vh:focus-within {
    padding-right: 75vh;
  }

  .sm\:focus-within\:pb-75vh:focus-within {
    padding-bottom: 75vh;
  }

  .sm\:focus-within\:pl-75vh:focus-within {
    padding-left: 75vh;
  }

  .sm\:focus-within\:pt-78vh:focus-within {
    padding-top: 78vh;
  }

  .sm\:focus-within\:pr-78vh:focus-within {
    padding-right: 78vh;
  }

  .sm\:focus-within\:pb-78vh:focus-within {
    padding-bottom: 78vh;
  }

  .sm\:focus-within\:pl-78vh:focus-within {
    padding-left: 78vh;
  }

  .sm\:focus-within\:pt-80vh:focus-within {
    padding-top: 80vh;
  }

  .sm\:focus-within\:pr-80vh:focus-within {
    padding-right: 80vh;
  }

  .sm\:focus-within\:pb-80vh:focus-within {
    padding-bottom: 80vh;
  }

  .sm\:focus-within\:pl-80vh:focus-within {
    padding-left: 80vh;
  }

  .sm\:focus-within\:pt-82vh:focus-within {
    padding-top: 82vh;
  }

  .sm\:focus-within\:pr-82vh:focus-within {
    padding-right: 82vh;
  }

  .sm\:focus-within\:pb-82vh:focus-within {
    padding-bottom: 82vh;
  }

  .sm\:focus-within\:pl-82vh:focus-within {
    padding-left: 82vh;
  }

  .group:hover .sm\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .sm\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .sm\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .sm\:group-hover\:p-3 {
    padding: 0.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-7 {
    padding: 1.75rem;
  }

  .group:hover .sm\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .sm\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .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-14 {
    padding: 3.5rem;
  }

  .group:hover .sm\:group-hover\:p-15 {
    padding: 3.75rem;
  }

  .group:hover .sm\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .sm\:group-hover\:p-18 {
    padding: 4.5rem;
  }

  .group:hover .sm\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .sm\:group-hover\:p-21 {
    padding: 5.25rem;
  }

  .group:hover .sm\:group-hover\:p-22 {
    padding: 5.5rem;
  }

  .group:hover .sm\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .sm\:group-hover\:p-26 {
    padding: 6.5rem;
  }

  .group:hover .sm\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .sm\:group-hover\:p-30 {
    padding: 7.5rem;
  }

  .group:hover .sm\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .sm\:group-hover\:p-34 {
    padding: 8.5rem;
  }

  .group:hover .sm\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .sm\:group-hover\:p-38 {
    padding: 9.5rem;
  }

  .group:hover .sm\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .sm\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .sm\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .sm\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .sm\:group-hover\:p-53 {
    padding: 13.25rem;
  }

  .group:hover .sm\:group-hover\:p-54 {
    padding: 13.5rem;
  }

  .group:hover .sm\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .sm\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .sm\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .sm\:group-hover\:p-74 {
    padding: 18.5rem;
  }

  .group:hover .sm\:group-hover\:p-76 {
    padding: 19rem;
  }

  .group:hover .sm\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .sm\:group-hover\:p-85 {
    padding: 21.25rem;
  }

  .group:hover .sm\:group-hover\:p-100 {
    padding: 25rem;
  }

  .group:hover .sm\:group-hover\:p-105 {
    padding: 26.25rem;
  }

  .group:hover .sm\:group-hover\:p-107 {
    padding: 26.4rem;
  }

  .group:hover .sm\:group-hover\:p-110 {
    padding: 27.5rem;
  }

  .group:hover .sm\:group-hover\:p-120 {
    padding: 30rem;
  }

  .group:hover .sm\:group-hover\:p-130 {
    padding: 38rem;
  }

  .group:hover .sm\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .sm\:group-hover\:p-250px {
    padding: 250px;
  }

  .group:hover .sm\:group-hover\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:hover .sm\:group-hover\:p-1\% {
    padding: 1%;
  }

  .group:hover .sm\:group-hover\:p-2\% {
    padding: 2%;
  }

  .group:hover .sm\:group-hover\:p-3\% {
    padding: 3%;
  }

  .group:hover .sm\:group-hover\:p-4\% {
    padding: 4%;
  }

  .group:hover .sm\:group-hover\:p-5\% {
    padding: 5%;
  }

  .group:hover .sm\:group-hover\:p-10\% {
    padding: 10%;
  }

  .group:hover .sm\:group-hover\:p-20\% {
    padding: 20%;
  }

  .group:hover .sm\:group-hover\:p-23\% {
    padding: 23%;
  }

  .group:hover .sm\:group-hover\:p-25\% {
    padding: 25%;
  }

  .group:hover .sm\:group-hover\:p-26\% {
    padding: 26%;
  }

  .group:hover .sm\:group-hover\:p-30\% {
    padding: 30%;
  }

  .group:hover .sm\:group-hover\:p-40\% {
    padding: 40%;
  }

  .group:hover .sm\:group-hover\:p-50\% {
    padding: 50%;
  }

  .group:hover .sm\:group-hover\:p-60\% {
    padding: 60%;
  }

  .group:hover .sm\:group-hover\:p-70\% {
    padding: 70%;
  }

  .group:hover .sm\:group-hover\:p-80\% {
    padding: 80%;
  }

  .group:hover .sm\:group-hover\:p-90\% {
    padding: 90%;
  }

  .group:hover .sm\:group-hover\:p-95\% {
    padding: 95%;
  }

  .group:hover .sm\:group-hover\:p-96\% {
    padding: 96%;
  }

  .group:hover .sm\:group-hover\:p-97\% {
    padding: 97%;
  }

  .group:hover .sm\:group-hover\:p-98\% {
    padding: 98%;
  }

  .group:hover .sm\:group-hover\:p-99\% {
    padding: 99%;
  }

  .group:hover .sm\:group-hover\:p-36vh {
    padding: 36vh;
  }

  .group:hover .sm\:group-hover\:p-75vh {
    padding: 75vh;
  }

  .group:hover .sm\:group-hover\:p-78vh {
    padding: 78vh;
  }

  .group:hover .sm\:group-hover\:p-80vh {
    padding: 80vh;
  }

  .group:hover .sm\:group-hover\:p-82vh {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:hover .sm\:group-hover\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:hover .sm\:group-hover\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:hover .sm\:group-hover\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:hover .sm\:group-hover\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:hover .sm\:group-hover\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.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-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:hover .sm\:group-hover\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:hover .sm\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .sm\:group-hover\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:hover .sm\:group-hover\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:hover .sm\:group-hover\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:hover .sm\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .sm\:group-hover\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:hover .sm\:group-hover\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:hover .sm\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .sm\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .sm\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .sm\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .sm\:group-hover\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:hover .sm\:group-hover\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:hover .sm\:group-hover\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:hover .sm\:group-hover\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:hover .sm\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .sm\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .sm\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .sm\:group-hover\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:hover .sm\:group-hover\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:hover .sm\:group-hover\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:hover .sm\:group-hover\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:hover .sm\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .sm\:group-hover\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:hover .sm\:group-hover\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:hover .sm\:group-hover\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:hover .sm\:group-hover\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:hover .sm\:group-hover\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:hover .sm\:group-hover\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:hover .sm\:group-hover\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:hover .sm\:group-hover\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:hover .sm\:group-hover\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:hover .sm\:group-hover\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:hover .sm\:group-hover\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:hover .sm\:group-hover\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:hover .sm\:group-hover\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:hover .sm\:group-hover\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .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\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .sm\:group-hover\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .sm\:group-hover\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:hover .sm\:group-hover\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:hover .sm\:group-hover\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .sm\:group-hover\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .sm\:group-hover\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:hover .sm\:group-hover\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:hover .sm\:group-hover\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:hover .sm\:group-hover\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:hover .sm\:group-hover\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:hover .sm\:group-hover\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:hover .sm\:group-hover\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:hover .sm\:group-hover\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:hover .sm\:group-hover\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:hover .sm\:group-hover\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:hover .sm\:group-hover\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .sm\:group-hover\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .sm\:group-hover\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:hover .sm\:group-hover\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:hover .sm\:group-hover\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .sm\:group-hover\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .sm\:group-hover\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:hover .sm\:group-hover\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:hover .sm\:group-hover\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:hover .sm\:group-hover\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:hover .sm\:group-hover\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .sm\:group-hover\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .sm\:group-hover\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:hover .sm\:group-hover\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:hover .sm\:group-hover\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:hover .sm\:group-hover\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:hover .sm\:group-hover\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:hover .sm\:group-hover\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:hover .sm\:group-hover\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .sm\:group-hover\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .sm\:group-hover\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .sm\:group-hover\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .sm\:group-hover\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .sm\:group-hover\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .sm\:group-hover\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .sm\:group-hover\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .sm\:group-hover\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:hover .sm\:group-hover\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:hover .sm\:group-hover\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:hover .sm\:group-hover\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:hover .sm\:group-hover\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:hover .sm\:group-hover\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:hover .sm\:group-hover\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:hover .sm\:group-hover\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:hover .sm\:group-hover\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:hover .sm\:group-hover\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:hover .sm\:group-hover\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:hover .sm\:group-hover\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:hover .sm\:group-hover\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .sm\:group-hover\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .sm\:group-hover\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:hover .sm\:group-hover\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .sm\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .sm\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .sm\:group-hover\:pl-3 {
    padding-left: 0.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-7 {
    padding-top: 1.75rem;
  }

  .group:hover .sm\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .sm\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .sm\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
  }

  .group:hover .sm\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .sm\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .sm\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .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-14 {
    padding-top: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .sm\:group-hover\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:hover .sm\:group-hover\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:hover .sm\:group-hover\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:hover .sm\:group-hover\:pl-15 {
    padding-left: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
  }

  .group:hover .sm\:group-hover\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:hover .sm\:group-hover\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:hover .sm\:group-hover\:pl-18 {
    padding-left: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
  }

  .group:hover .sm\:group-hover\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:hover .sm\:group-hover\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:hover .sm\:group-hover\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:hover .sm\:group-hover\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:hover .sm\:group-hover\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:hover .sm\:group-hover\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:hover .sm\:group-hover\:pl-22 {
    padding-left: 5.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-26 {
    padding-top: 6.5rem;
  }

  .group:hover .sm\:group-hover\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:hover .sm\:group-hover\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:hover .sm\:group-hover\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:hover .sm\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .sm\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .sm\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .sm\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .sm\:group-hover\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:hover .sm\:group-hover\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:hover .sm\:group-hover\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:hover .sm\:group-hover\:pl-30 {
    padding-left: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
  }

  .group:hover .sm\:group-hover\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:hover .sm\:group-hover\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:hover .sm\:group-hover\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:hover .sm\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .sm\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .sm\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .sm\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .sm\:group-hover\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:hover .sm\:group-hover\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:hover .sm\:group-hover\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:hover .sm\:group-hover\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:hover .sm\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .sm\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .sm\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .sm\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .sm\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .sm\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .sm\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .sm\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .sm\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .sm\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .sm\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .sm\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .sm\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .sm\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .sm\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .sm\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .sm\:group-hover\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:hover .sm\:group-hover\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:hover .sm\:group-hover\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:hover .sm\:group-hover\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:hover .sm\:group-hover\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:hover .sm\:group-hover\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:hover .sm\:group-hover\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:hover .sm\:group-hover\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:hover .sm\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .sm\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .sm\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .sm\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .sm\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .sm\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .sm\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .sm\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .sm\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .sm\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .sm\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .sm\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .sm\:group-hover\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:hover .sm\:group-hover\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:hover .sm\:group-hover\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:hover .sm\:group-hover\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:hover .sm\:group-hover\:pt-76 {
    padding-top: 19rem;
  }

  .group:hover .sm\:group-hover\:pr-76 {
    padding-right: 19rem;
  }

  .group:hover .sm\:group-hover\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:hover .sm\:group-hover\:pl-76 {
    padding-left: 19rem;
  }

  .group:hover .sm\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .sm\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .sm\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .sm\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .sm\:group-hover\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:hover .sm\:group-hover\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:hover .sm\:group-hover\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:hover .sm\:group-hover\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:hover .sm\:group-hover\:pt-100 {
    padding-top: 25rem;
  }

  .group:hover .sm\:group-hover\:pr-100 {
    padding-right: 25rem;
  }

  .group:hover .sm\:group-hover\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:hover .sm\:group-hover\:pl-100 {
    padding-left: 25rem;
  }

  .group:hover .sm\:group-hover\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:hover .sm\:group-hover\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:hover .sm\:group-hover\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:hover .sm\:group-hover\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:hover .sm\:group-hover\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:hover .sm\:group-hover\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:hover .sm\:group-hover\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:hover .sm\:group-hover\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:hover .sm\:group-hover\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:hover .sm\:group-hover\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:hover .sm\:group-hover\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:hover .sm\:group-hover\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:hover .sm\:group-hover\:pt-120 {
    padding-top: 30rem;
  }

  .group:hover .sm\:group-hover\:pr-120 {
    padding-right: 30rem;
  }

  .group:hover .sm\:group-hover\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:hover .sm\:group-hover\:pl-120 {
    padding-left: 30rem;
  }

  .group:hover .sm\:group-hover\:pt-130 {
    padding-top: 38rem;
  }

  .group:hover .sm\:group-hover\:pr-130 {
    padding-right: 38rem;
  }

  .group:hover .sm\:group-hover\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:hover .sm\:group-hover\:pl-130 {
    padding-left: 38rem;
  }

  .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;
  }

  .group:hover .sm\:group-hover\:pt-250px {
    padding-top: 250px;
  }

  .group:hover .sm\:group-hover\:pr-250px {
    padding-right: 250px;
  }

  .group:hover .sm\:group-hover\:pb-250px {
    padding-bottom: 250px;
  }

  .group:hover .sm\:group-hover\:pl-250px {
    padding-left: 250px;
  }

  .group:hover .sm\:group-hover\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:hover .sm\:group-hover\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:hover .sm\:group-hover\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:hover .sm\:group-hover\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:hover .sm\:group-hover\:pt-1\% {
    padding-top: 1%;
  }

  .group:hover .sm\:group-hover\:pr-1\% {
    padding-right: 1%;
  }

  .group:hover .sm\:group-hover\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:hover .sm\:group-hover\:pl-1\% {
    padding-left: 1%;
  }

  .group:hover .sm\:group-hover\:pt-2\% {
    padding-top: 2%;
  }

  .group:hover .sm\:group-hover\:pr-2\% {
    padding-right: 2%;
  }

  .group:hover .sm\:group-hover\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:hover .sm\:group-hover\:pl-2\% {
    padding-left: 2%;
  }

  .group:hover .sm\:group-hover\:pt-3\% {
    padding-top: 3%;
  }

  .group:hover .sm\:group-hover\:pr-3\% {
    padding-right: 3%;
  }

  .group:hover .sm\:group-hover\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:hover .sm\:group-hover\:pl-3\% {
    padding-left: 3%;
  }

  .group:hover .sm\:group-hover\:pt-4\% {
    padding-top: 4%;
  }

  .group:hover .sm\:group-hover\:pr-4\% {
    padding-right: 4%;
  }

  .group:hover .sm\:group-hover\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:hover .sm\:group-hover\:pl-4\% {
    padding-left: 4%;
  }

  .group:hover .sm\:group-hover\:pt-5\% {
    padding-top: 5%;
  }

  .group:hover .sm\:group-hover\:pr-5\% {
    padding-right: 5%;
  }

  .group:hover .sm\:group-hover\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:hover .sm\:group-hover\:pl-5\% {
    padding-left: 5%;
  }

  .group:hover .sm\:group-hover\:pt-10\% {
    padding-top: 10%;
  }

  .group:hover .sm\:group-hover\:pr-10\% {
    padding-right: 10%;
  }

  .group:hover .sm\:group-hover\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:hover .sm\:group-hover\:pl-10\% {
    padding-left: 10%;
  }

  .group:hover .sm\:group-hover\:pt-20\% {
    padding-top: 20%;
  }

  .group:hover .sm\:group-hover\:pr-20\% {
    padding-right: 20%;
  }

  .group:hover .sm\:group-hover\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:hover .sm\:group-hover\:pl-20\% {
    padding-left: 20%;
  }

  .group:hover .sm\:group-hover\:pt-23\% {
    padding-top: 23%;
  }

  .group:hover .sm\:group-hover\:pr-23\% {
    padding-right: 23%;
  }

  .group:hover .sm\:group-hover\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:hover .sm\:group-hover\:pl-23\% {
    padding-left: 23%;
  }

  .group:hover .sm\:group-hover\:pt-25\% {
    padding-top: 25%;
  }

  .group:hover .sm\:group-hover\:pr-25\% {
    padding-right: 25%;
  }

  .group:hover .sm\:group-hover\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:hover .sm\:group-hover\:pl-25\% {
    padding-left: 25%;
  }

  .group:hover .sm\:group-hover\:pt-26\% {
    padding-top: 26%;
  }

  .group:hover .sm\:group-hover\:pr-26\% {
    padding-right: 26%;
  }

  .group:hover .sm\:group-hover\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:hover .sm\:group-hover\:pl-26\% {
    padding-left: 26%;
  }

  .group:hover .sm\:group-hover\:pt-30\% {
    padding-top: 30%;
  }

  .group:hover .sm\:group-hover\:pr-30\% {
    padding-right: 30%;
  }

  .group:hover .sm\:group-hover\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:hover .sm\:group-hover\:pl-30\% {
    padding-left: 30%;
  }

  .group:hover .sm\:group-hover\:pt-40\% {
    padding-top: 40%;
  }

  .group:hover .sm\:group-hover\:pr-40\% {
    padding-right: 40%;
  }

  .group:hover .sm\:group-hover\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:hover .sm\:group-hover\:pl-40\% {
    padding-left: 40%;
  }

  .group:hover .sm\:group-hover\:pt-50\% {
    padding-top: 50%;
  }

  .group:hover .sm\:group-hover\:pr-50\% {
    padding-right: 50%;
  }

  .group:hover .sm\:group-hover\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:hover .sm\:group-hover\:pl-50\% {
    padding-left: 50%;
  }

  .group:hover .sm\:group-hover\:pt-60\% {
    padding-top: 60%;
  }

  .group:hover .sm\:group-hover\:pr-60\% {
    padding-right: 60%;
  }

  .group:hover .sm\:group-hover\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:hover .sm\:group-hover\:pl-60\% {
    padding-left: 60%;
  }

  .group:hover .sm\:group-hover\:pt-70\% {
    padding-top: 70%;
  }

  .group:hover .sm\:group-hover\:pr-70\% {
    padding-right: 70%;
  }

  .group:hover .sm\:group-hover\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:hover .sm\:group-hover\:pl-70\% {
    padding-left: 70%;
  }

  .group:hover .sm\:group-hover\:pt-80\% {
    padding-top: 80%;
  }

  .group:hover .sm\:group-hover\:pr-80\% {
    padding-right: 80%;
  }

  .group:hover .sm\:group-hover\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:hover .sm\:group-hover\:pl-80\% {
    padding-left: 80%;
  }

  .group:hover .sm\:group-hover\:pt-90\% {
    padding-top: 90%;
  }

  .group:hover .sm\:group-hover\:pr-90\% {
    padding-right: 90%;
  }

  .group:hover .sm\:group-hover\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:hover .sm\:group-hover\:pl-90\% {
    padding-left: 90%;
  }

  .group:hover .sm\:group-hover\:pt-95\% {
    padding-top: 95%;
  }

  .group:hover .sm\:group-hover\:pr-95\% {
    padding-right: 95%;
  }

  .group:hover .sm\:group-hover\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:hover .sm\:group-hover\:pl-95\% {
    padding-left: 95%;
  }

  .group:hover .sm\:group-hover\:pt-96\% {
    padding-top: 96%;
  }

  .group:hover .sm\:group-hover\:pr-96\% {
    padding-right: 96%;
  }

  .group:hover .sm\:group-hover\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:hover .sm\:group-hover\:pl-96\% {
    padding-left: 96%;
  }

  .group:hover .sm\:group-hover\:pt-97\% {
    padding-top: 97%;
  }

  .group:hover .sm\:group-hover\:pr-97\% {
    padding-right: 97%;
  }

  .group:hover .sm\:group-hover\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:hover .sm\:group-hover\:pl-97\% {
    padding-left: 97%;
  }

  .group:hover .sm\:group-hover\:pt-98\% {
    padding-top: 98%;
  }

  .group:hover .sm\:group-hover\:pr-98\% {
    padding-right: 98%;
  }

  .group:hover .sm\:group-hover\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:hover .sm\:group-hover\:pl-98\% {
    padding-left: 98%;
  }

  .group:hover .sm\:group-hover\:pt-99\% {
    padding-top: 99%;
  }

  .group:hover .sm\:group-hover\:pr-99\% {
    padding-right: 99%;
  }

  .group:hover .sm\:group-hover\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:hover .sm\:group-hover\:pl-99\% {
    padding-left: 99%;
  }

  .group:hover .sm\:group-hover\:pt-36vh {
    padding-top: 36vh;
  }

  .group:hover .sm\:group-hover\:pr-36vh {
    padding-right: 36vh;
  }

  .group:hover .sm\:group-hover\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:hover .sm\:group-hover\:pl-36vh {
    padding-left: 36vh;
  }

  .group:hover .sm\:group-hover\:pt-75vh {
    padding-top: 75vh;
  }

  .group:hover .sm\:group-hover\:pr-75vh {
    padding-right: 75vh;
  }

  .group:hover .sm\:group-hover\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:hover .sm\:group-hover\:pl-75vh {
    padding-left: 75vh;
  }

  .group:hover .sm\:group-hover\:pt-78vh {
    padding-top: 78vh;
  }

  .group:hover .sm\:group-hover\:pr-78vh {
    padding-right: 78vh;
  }

  .group:hover .sm\:group-hover\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:hover .sm\:group-hover\:pl-78vh {
    padding-left: 78vh;
  }

  .group:hover .sm\:group-hover\:pt-80vh {
    padding-top: 80vh;
  }

  .group:hover .sm\:group-hover\:pr-80vh {
    padding-right: 80vh;
  }

  .group:hover .sm\:group-hover\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:hover .sm\:group-hover\:pl-80vh {
    padding-left: 80vh;
  }

  .group:hover .sm\:group-hover\:pt-82vh {
    padding-top: 82vh;
  }

  .group:hover .sm\:group-hover\:pr-82vh {
    padding-right: 82vh;
  }

  .group:hover .sm\:group-hover\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:hover .sm\:group-hover\:pl-82vh {
    padding-left: 82vh;
  }

  .group:focus .sm\:group-focus\:p-0 {
    padding: 0;
  }

  .group:focus .sm\:group-focus\:p-1 {
    padding: 0.25rem;
  }

  .group:focus .sm\:group-focus\:p-2 {
    padding: 0.5rem;
  }

  .group:focus .sm\:group-focus\:p-3 {
    padding: 0.75rem;
  }

  .group:focus .sm\:group-focus\:p-4 {
    padding: 1rem;
  }

  .group:focus .sm\:group-focus\:p-5 {
    padding: 1.25rem;
  }

  .group:focus .sm\:group-focus\:p-6 {
    padding: 1.5rem;
  }

  .group:focus .sm\:group-focus\:p-7 {
    padding: 1.75rem;
  }

  .group:focus .sm\:group-focus\:p-8 {
    padding: 2rem;
  }

  .group:focus .sm\:group-focus\:p-9 {
    padding: 2.25rem;
  }

  .group:focus .sm\:group-focus\:p-10 {
    padding: 2.5rem;
  }

  .group:focus .sm\:group-focus\:p-12 {
    padding: 3rem;
  }

  .group:focus .sm\:group-focus\:p-14 {
    padding: 3.5rem;
  }

  .group:focus .sm\:group-focus\:p-15 {
    padding: 3.75rem;
  }

  .group:focus .sm\:group-focus\:p-16 {
    padding: 4rem;
  }

  .group:focus .sm\:group-focus\:p-18 {
    padding: 4.5rem;
  }

  .group:focus .sm\:group-focus\:p-20 {
    padding: 5rem;
  }

  .group:focus .sm\:group-focus\:p-21 {
    padding: 5.25rem;
  }

  .group:focus .sm\:group-focus\:p-22 {
    padding: 5.5rem;
  }

  .group:focus .sm\:group-focus\:p-24 {
    padding: 6rem;
  }

  .group:focus .sm\:group-focus\:p-26 {
    padding: 6.5rem;
  }

  .group:focus .sm\:group-focus\:p-28 {
    padding: 7rem;
  }

  .group:focus .sm\:group-focus\:p-30 {
    padding: 7.5rem;
  }

  .group:focus .sm\:group-focus\:p-32 {
    padding: 8rem;
  }

  .group:focus .sm\:group-focus\:p-34 {
    padding: 8.5rem;
  }

  .group:focus .sm\:group-focus\:p-36 {
    padding: 9rem;
  }

  .group:focus .sm\:group-focus\:p-38 {
    padding: 9.5rem;
  }

  .group:focus .sm\:group-focus\:p-40 {
    padding: 10rem;
  }

  .group:focus .sm\:group-focus\:p-44 {
    padding: 11rem;
  }

  .group:focus .sm\:group-focus\:p-48 {
    padding: 12rem;
  }

  .group:focus .sm\:group-focus\:p-52 {
    padding: 13rem;
  }

  .group:focus .sm\:group-focus\:p-53 {
    padding: 13.25rem;
  }

  .group:focus .sm\:group-focus\:p-54 {
    padding: 13.5rem;
  }

  .group:focus .sm\:group-focus\:p-56 {
    padding: 14rem;
  }

  .group:focus .sm\:group-focus\:p-64 {
    padding: 16rem;
  }

  .group:focus .sm\:group-focus\:p-72 {
    padding: 18rem;
  }

  .group:focus .sm\:group-focus\:p-74 {
    padding: 18.5rem;
  }

  .group:focus .sm\:group-focus\:p-76 {
    padding: 19rem;
  }

  .group:focus .sm\:group-focus\:p-80 {
    padding: 20rem;
  }

  .group:focus .sm\:group-focus\:p-85 {
    padding: 21.25rem;
  }

  .group:focus .sm\:group-focus\:p-100 {
    padding: 25rem;
  }

  .group:focus .sm\:group-focus\:p-105 {
    padding: 26.25rem;
  }

  .group:focus .sm\:group-focus\:p-107 {
    padding: 26.4rem;
  }

  .group:focus .sm\:group-focus\:p-110 {
    padding: 27.5rem;
  }

  .group:focus .sm\:group-focus\:p-120 {
    padding: 30rem;
  }

  .group:focus .sm\:group-focus\:p-130 {
    padding: 38rem;
  }

  .group:focus .sm\:group-focus\:p-px {
    padding: 1px;
  }

  .group:focus .sm\:group-focus\:p-250px {
    padding: 250px;
  }

  .group:focus .sm\:group-focus\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:focus .sm\:group-focus\:p-1\% {
    padding: 1%;
  }

  .group:focus .sm\:group-focus\:p-2\% {
    padding: 2%;
  }

  .group:focus .sm\:group-focus\:p-3\% {
    padding: 3%;
  }

  .group:focus .sm\:group-focus\:p-4\% {
    padding: 4%;
  }

  .group:focus .sm\:group-focus\:p-5\% {
    padding: 5%;
  }

  .group:focus .sm\:group-focus\:p-10\% {
    padding: 10%;
  }

  .group:focus .sm\:group-focus\:p-20\% {
    padding: 20%;
  }

  .group:focus .sm\:group-focus\:p-23\% {
    padding: 23%;
  }

  .group:focus .sm\:group-focus\:p-25\% {
    padding: 25%;
  }

  .group:focus .sm\:group-focus\:p-26\% {
    padding: 26%;
  }

  .group:focus .sm\:group-focus\:p-30\% {
    padding: 30%;
  }

  .group:focus .sm\:group-focus\:p-40\% {
    padding: 40%;
  }

  .group:focus .sm\:group-focus\:p-50\% {
    padding: 50%;
  }

  .group:focus .sm\:group-focus\:p-60\% {
    padding: 60%;
  }

  .group:focus .sm\:group-focus\:p-70\% {
    padding: 70%;
  }

  .group:focus .sm\:group-focus\:p-80\% {
    padding: 80%;
  }

  .group:focus .sm\:group-focus\:p-90\% {
    padding: 90%;
  }

  .group:focus .sm\:group-focus\:p-95\% {
    padding: 95%;
  }

  .group:focus .sm\:group-focus\:p-96\% {
    padding: 96%;
  }

  .group:focus .sm\:group-focus\:p-97\% {
    padding: 97%;
  }

  .group:focus .sm\:group-focus\:p-98\% {
    padding: 98%;
  }

  .group:focus .sm\:group-focus\:p-99\% {
    padding: 99%;
  }

  .group:focus .sm\:group-focus\:p-36vh {
    padding: 36vh;
  }

  .group:focus .sm\:group-focus\:p-75vh {
    padding: 75vh;
  }

  .group:focus .sm\:group-focus\:p-78vh {
    padding: 78vh;
  }

  .group:focus .sm\:group-focus\:p-80vh {
    padding: 80vh;
  }

  .group:focus .sm\:group-focus\:p-82vh {
    padding: 82vh;
  }

  .group:focus .sm\:group-focus\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:focus .sm\:group-focus\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:focus .sm\:group-focus\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:focus .sm\:group-focus\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:focus .sm\:group-focus\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:focus .sm\:group-focus\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:focus .sm\:group-focus\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:focus .sm\:group-focus\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:focus .sm\:group-focus\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:focus .sm\:group-focus\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:focus .sm\:group-focus\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:focus .sm\:group-focus\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:focus .sm\:group-focus\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:focus .sm\:group-focus\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:focus .sm\:group-focus\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:focus .sm\:group-focus\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:focus .sm\:group-focus\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:focus .sm\:group-focus\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:focus .sm\:group-focus\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:focus .sm\:group-focus\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:focus .sm\:group-focus\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:focus .sm\:group-focus\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:focus .sm\:group-focus\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:focus .sm\:group-focus\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:focus .sm\:group-focus\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:focus .sm\:group-focus\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:focus .sm\:group-focus\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:focus .sm\:group-focus\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .group:focus .sm\:group-focus\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:focus .sm\:group-focus\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:focus .sm\:group-focus\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:focus .sm\:group-focus\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .group:focus .sm\:group-focus\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:focus .sm\:group-focus\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:focus .sm\:group-focus\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:focus .sm\:group-focus\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:focus .sm\:group-focus\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:focus .sm\:group-focus\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .group:focus .sm\:group-focus\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:focus .sm\:group-focus\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:focus .sm\:group-focus\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:focus .sm\:group-focus\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:focus .sm\:group-focus\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:focus .sm\:group-focus\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:focus .sm\:group-focus\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:focus .sm\:group-focus\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .group:focus .sm\:group-focus\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:focus .sm\:group-focus\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:focus .sm\:group-focus\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:focus .sm\:group-focus\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:focus .sm\:group-focus\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:focus .sm\:group-focus\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:focus .sm\:group-focus\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:focus .sm\:group-focus\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:focus .sm\:group-focus\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:focus .sm\:group-focus\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:focus .sm\:group-focus\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:focus .sm\:group-focus\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:focus .sm\:group-focus\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:focus .sm\:group-focus\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:focus .sm\:group-focus\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:focus .sm\:group-focus\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:focus .sm\:group-focus\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:focus .sm\:group-focus\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:focus .sm\:group-focus\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:focus .sm\:group-focus\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:focus .sm\:group-focus\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:focus .sm\:group-focus\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:focus .sm\:group-focus\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:focus .sm\:group-focus\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:focus .sm\:group-focus\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:focus .sm\:group-focus\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:focus .sm\:group-focus\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:focus .sm\:group-focus\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:focus .sm\:group-focus\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:focus .sm\:group-focus\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:focus .sm\:group-focus\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:focus .sm\:group-focus\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:focus .sm\:group-focus\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:focus .sm\:group-focus\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:focus .sm\:group-focus\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:focus .sm\:group-focus\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:focus .sm\:group-focus\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:focus .sm\:group-focus\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:focus .sm\:group-focus\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:focus .sm\:group-focus\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:focus .sm\:group-focus\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:focus .sm\:group-focus\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:focus .sm\:group-focus\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:focus .sm\:group-focus\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:focus .sm\:group-focus\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:focus .sm\:group-focus\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .group:focus .sm\:group-focus\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:focus .sm\:group-focus\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:focus .sm\:group-focus\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:focus .sm\:group-focus\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:focus .sm\:group-focus\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:focus .sm\:group-focus\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:focus .sm\:group-focus\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:focus .sm\:group-focus\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:focus .sm\:group-focus\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:focus .sm\:group-focus\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:focus .sm\:group-focus\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:focus .sm\:group-focus\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:focus .sm\:group-focus\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:focus .sm\:group-focus\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:focus .sm\:group-focus\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:focus .sm\:group-focus\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:focus .sm\:group-focus\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:focus .sm\:group-focus\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:focus .sm\:group-focus\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:focus .sm\:group-focus\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:focus .sm\:group-focus\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:focus .sm\:group-focus\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:focus .sm\:group-focus\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:focus .sm\:group-focus\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:focus .sm\:group-focus\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:focus .sm\:group-focus\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:focus .sm\:group-focus\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:focus .sm\:group-focus\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:focus .sm\:group-focus\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:focus .sm\:group-focus\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:focus .sm\:group-focus\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:focus .sm\:group-focus\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:focus .sm\:group-focus\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:focus .sm\:group-focus\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:focus .sm\:group-focus\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:focus .sm\:group-focus\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:focus .sm\:group-focus\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:focus .sm\:group-focus\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:focus .sm\:group-focus\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:focus .sm\:group-focus\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:focus .sm\:group-focus\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:focus .sm\:group-focus\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:focus .sm\:group-focus\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:focus .sm\:group-focus\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:focus .sm\:group-focus\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:focus .sm\:group-focus\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:focus .sm\:group-focus\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:focus .sm\:group-focus\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:focus .sm\:group-focus\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:focus .sm\:group-focus\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:focus .sm\:group-focus\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:focus .sm\:group-focus\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:focus .sm\:group-focus\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:focus .sm\:group-focus\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:focus .sm\:group-focus\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:focus .sm\:group-focus\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:focus .sm\:group-focus\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:focus .sm\:group-focus\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:focus .sm\:group-focus\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:focus .sm\:group-focus\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .group:focus .sm\:group-focus\:pt-0 {
    padding-top: 0;
  }

  .group:focus .sm\:group-focus\:pr-0 {
    padding-right: 0;
  }

  .group:focus .sm\:group-focus\:pb-0 {
    padding-bottom: 0;
  }

  .group:focus .sm\:group-focus\:pl-0 {
    padding-left: 0;
  }

  .group:focus .sm\:group-focus\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:focus .sm\:group-focus\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:focus .sm\:group-focus\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:focus .sm\:group-focus\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:focus .sm\:group-focus\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:focus .sm\:group-focus\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:focus .sm\:group-focus\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:focus .sm\:group-focus\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:focus .sm\:group-focus\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:focus .sm\:group-focus\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:focus .sm\:group-focus\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:focus .sm\:group-focus\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:focus .sm\:group-focus\:pt-4 {
    padding-top: 1rem;
  }

  .group:focus .sm\:group-focus\:pr-4 {
    padding-right: 1rem;
  }

  .group:focus .sm\:group-focus\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:focus .sm\:group-focus\:pl-4 {
    padding-left: 1rem;
  }

  .group:focus .sm\:group-focus\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:focus .sm\:group-focus\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:focus .sm\:group-focus\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:focus .sm\:group-focus\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:focus .sm\:group-focus\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:focus .sm\:group-focus\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:focus .sm\:group-focus\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:focus .sm\:group-focus\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:focus .sm\:group-focus\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:focus .sm\:group-focus\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:focus .sm\:group-focus\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:focus .sm\:group-focus\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:focus .sm\:group-focus\:pt-8 {
    padding-top: 2rem;
  }

  .group:focus .sm\:group-focus\:pr-8 {
    padding-right: 2rem;
  }

  .group:focus .sm\:group-focus\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:focus .sm\:group-focus\:pl-8 {
    padding-left: 2rem;
  }

  .group:focus .sm\:group-focus\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:focus .sm\:group-focus\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:focus .sm\:group-focus\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:focus .sm\:group-focus\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:focus .sm\:group-focus\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:focus .sm\:group-focus\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:focus .sm\:group-focus\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:focus .sm\:group-focus\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:focus .sm\:group-focus\:pt-12 {
    padding-top: 3rem;
  }

  .group:focus .sm\:group-focus\:pr-12 {
    padding-right: 3rem;
  }

  .group:focus .sm\:group-focus\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:focus .sm\:group-focus\:pl-12 {
    padding-left: 3rem;
  }

  .group:focus .sm\:group-focus\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:focus .sm\:group-focus\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:focus .sm\:group-focus\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:focus .sm\:group-focus\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:focus .sm\:group-focus\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:focus .sm\:group-focus\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:focus .sm\:group-focus\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:focus .sm\:group-focus\:pl-15 {
    padding-left: 3.75rem;
  }

  .group:focus .sm\:group-focus\:pt-16 {
    padding-top: 4rem;
  }

  .group:focus .sm\:group-focus\:pr-16 {
    padding-right: 4rem;
  }

  .group:focus .sm\:group-focus\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:focus .sm\:group-focus\:pl-16 {
    padding-left: 4rem;
  }

  .group:focus .sm\:group-focus\:pt-18 {
    padding-top: 4.5rem;
  }

  .group:focus .sm\:group-focus\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:focus .sm\:group-focus\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:focus .sm\:group-focus\:pl-18 {
    padding-left: 4.5rem;
  }

  .group:focus .sm\:group-focus\:pt-20 {
    padding-top: 5rem;
  }

  .group:focus .sm\:group-focus\:pr-20 {
    padding-right: 5rem;
  }

  .group:focus .sm\:group-focus\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:focus .sm\:group-focus\:pl-20 {
    padding-left: 5rem;
  }

  .group:focus .sm\:group-focus\:pt-21 {
    padding-top: 5.25rem;
  }

  .group:focus .sm\:group-focus\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:focus .sm\:group-focus\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:focus .sm\:group-focus\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:focus .sm\:group-focus\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:focus .sm\:group-focus\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:focus .sm\:group-focus\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:focus .sm\:group-focus\:pl-22 {
    padding-left: 5.5rem;
  }

  .group:focus .sm\:group-focus\:pt-24 {
    padding-top: 6rem;
  }

  .group:focus .sm\:group-focus\:pr-24 {
    padding-right: 6rem;
  }

  .group:focus .sm\:group-focus\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:focus .sm\:group-focus\:pl-24 {
    padding-left: 6rem;
  }

  .group:focus .sm\:group-focus\:pt-26 {
    padding-top: 6.5rem;
  }

  .group:focus .sm\:group-focus\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:focus .sm\:group-focus\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:focus .sm\:group-focus\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:focus .sm\:group-focus\:pt-28 {
    padding-top: 7rem;
  }

  .group:focus .sm\:group-focus\:pr-28 {
    padding-right: 7rem;
  }

  .group:focus .sm\:group-focus\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:focus .sm\:group-focus\:pl-28 {
    padding-left: 7rem;
  }

  .group:focus .sm\:group-focus\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:focus .sm\:group-focus\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:focus .sm\:group-focus\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:focus .sm\:group-focus\:pl-30 {
    padding-left: 7.5rem;
  }

  .group:focus .sm\:group-focus\:pt-32 {
    padding-top: 8rem;
  }

  .group:focus .sm\:group-focus\:pr-32 {
    padding-right: 8rem;
  }

  .group:focus .sm\:group-focus\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:focus .sm\:group-focus\:pl-32 {
    padding-left: 8rem;
  }

  .group:focus .sm\:group-focus\:pt-34 {
    padding-top: 8.5rem;
  }

  .group:focus .sm\:group-focus\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:focus .sm\:group-focus\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:focus .sm\:group-focus\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:focus .sm\:group-focus\:pt-36 {
    padding-top: 9rem;
  }

  .group:focus .sm\:group-focus\:pr-36 {
    padding-right: 9rem;
  }

  .group:focus .sm\:group-focus\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:focus .sm\:group-focus\:pl-36 {
    padding-left: 9rem;
  }

  .group:focus .sm\:group-focus\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:focus .sm\:group-focus\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:focus .sm\:group-focus\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:focus .sm\:group-focus\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:focus .sm\:group-focus\:pt-40 {
    padding-top: 10rem;
  }

  .group:focus .sm\:group-focus\:pr-40 {
    padding-right: 10rem;
  }

  .group:focus .sm\:group-focus\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:focus .sm\:group-focus\:pl-40 {
    padding-left: 10rem;
  }

  .group:focus .sm\:group-focus\:pt-44 {
    padding-top: 11rem;
  }

  .group:focus .sm\:group-focus\:pr-44 {
    padding-right: 11rem;
  }

  .group:focus .sm\:group-focus\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:focus .sm\:group-focus\:pl-44 {
    padding-left: 11rem;
  }

  .group:focus .sm\:group-focus\:pt-48 {
    padding-top: 12rem;
  }

  .group:focus .sm\:group-focus\:pr-48 {
    padding-right: 12rem;
  }

  .group:focus .sm\:group-focus\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:focus .sm\:group-focus\:pl-48 {
    padding-left: 12rem;
  }

  .group:focus .sm\:group-focus\:pt-52 {
    padding-top: 13rem;
  }

  .group:focus .sm\:group-focus\:pr-52 {
    padding-right: 13rem;
  }

  .group:focus .sm\:group-focus\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:focus .sm\:group-focus\:pl-52 {
    padding-left: 13rem;
  }

  .group:focus .sm\:group-focus\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:focus .sm\:group-focus\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:focus .sm\:group-focus\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:focus .sm\:group-focus\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:focus .sm\:group-focus\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:focus .sm\:group-focus\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:focus .sm\:group-focus\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:focus .sm\:group-focus\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:focus .sm\:group-focus\:pt-56 {
    padding-top: 14rem;
  }

  .group:focus .sm\:group-focus\:pr-56 {
    padding-right: 14rem;
  }

  .group:focus .sm\:group-focus\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:focus .sm\:group-focus\:pl-56 {
    padding-left: 14rem;
  }

  .group:focus .sm\:group-focus\:pt-64 {
    padding-top: 16rem;
  }

  .group:focus .sm\:group-focus\:pr-64 {
    padding-right: 16rem;
  }

  .group:focus .sm\:group-focus\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:focus .sm\:group-focus\:pl-64 {
    padding-left: 16rem;
  }

  .group:focus .sm\:group-focus\:pt-72 {
    padding-top: 18rem;
  }

  .group:focus .sm\:group-focus\:pr-72 {
    padding-right: 18rem;
  }

  .group:focus .sm\:group-focus\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:focus .sm\:group-focus\:pl-72 {
    padding-left: 18rem;
  }

  .group:focus .sm\:group-focus\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:focus .sm\:group-focus\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:focus .sm\:group-focus\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:focus .sm\:group-focus\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:focus .sm\:group-focus\:pt-76 {
    padding-top: 19rem;
  }

  .group:focus .sm\:group-focus\:pr-76 {
    padding-right: 19rem;
  }

  .group:focus .sm\:group-focus\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:focus .sm\:group-focus\:pl-76 {
    padding-left: 19rem;
  }

  .group:focus .sm\:group-focus\:pt-80 {
    padding-top: 20rem;
  }

  .group:focus .sm\:group-focus\:pr-80 {
    padding-right: 20rem;
  }

  .group:focus .sm\:group-focus\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:focus .sm\:group-focus\:pl-80 {
    padding-left: 20rem;
  }

  .group:focus .sm\:group-focus\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:focus .sm\:group-focus\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:focus .sm\:group-focus\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:focus .sm\:group-focus\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:focus .sm\:group-focus\:pt-100 {
    padding-top: 25rem;
  }

  .group:focus .sm\:group-focus\:pr-100 {
    padding-right: 25rem;
  }

  .group:focus .sm\:group-focus\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:focus .sm\:group-focus\:pl-100 {
    padding-left: 25rem;
  }

  .group:focus .sm\:group-focus\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:focus .sm\:group-focus\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:focus .sm\:group-focus\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:focus .sm\:group-focus\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:focus .sm\:group-focus\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:focus .sm\:group-focus\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:focus .sm\:group-focus\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:focus .sm\:group-focus\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:focus .sm\:group-focus\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:focus .sm\:group-focus\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:focus .sm\:group-focus\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:focus .sm\:group-focus\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:focus .sm\:group-focus\:pt-120 {
    padding-top: 30rem;
  }

  .group:focus .sm\:group-focus\:pr-120 {
    padding-right: 30rem;
  }

  .group:focus .sm\:group-focus\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:focus .sm\:group-focus\:pl-120 {
    padding-left: 30rem;
  }

  .group:focus .sm\:group-focus\:pt-130 {
    padding-top: 38rem;
  }

  .group:focus .sm\:group-focus\:pr-130 {
    padding-right: 38rem;
  }

  .group:focus .sm\:group-focus\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:focus .sm\:group-focus\:pl-130 {
    padding-left: 38rem;
  }

  .group:focus .sm\:group-focus\:pt-px {
    padding-top: 1px;
  }

  .group:focus .sm\:group-focus\:pr-px {
    padding-right: 1px;
  }

  .group:focus .sm\:group-focus\:pb-px {
    padding-bottom: 1px;
  }

  .group:focus .sm\:group-focus\:pl-px {
    padding-left: 1px;
  }

  .group:focus .sm\:group-focus\:pt-250px {
    padding-top: 250px;
  }

  .group:focus .sm\:group-focus\:pr-250px {
    padding-right: 250px;
  }

  .group:focus .sm\:group-focus\:pb-250px {
    padding-bottom: 250px;
  }

  .group:focus .sm\:group-focus\:pl-250px {
    padding-left: 250px;
  }

  .group:focus .sm\:group-focus\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:focus .sm\:group-focus\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:focus .sm\:group-focus\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:focus .sm\:group-focus\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:focus .sm\:group-focus\:pt-1\% {
    padding-top: 1%;
  }

  .group:focus .sm\:group-focus\:pr-1\% {
    padding-right: 1%;
  }

  .group:focus .sm\:group-focus\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:focus .sm\:group-focus\:pl-1\% {
    padding-left: 1%;
  }

  .group:focus .sm\:group-focus\:pt-2\% {
    padding-top: 2%;
  }

  .group:focus .sm\:group-focus\:pr-2\% {
    padding-right: 2%;
  }

  .group:focus .sm\:group-focus\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:focus .sm\:group-focus\:pl-2\% {
    padding-left: 2%;
  }

  .group:focus .sm\:group-focus\:pt-3\% {
    padding-top: 3%;
  }

  .group:focus .sm\:group-focus\:pr-3\% {
    padding-right: 3%;
  }

  .group:focus .sm\:group-focus\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:focus .sm\:group-focus\:pl-3\% {
    padding-left: 3%;
  }

  .group:focus .sm\:group-focus\:pt-4\% {
    padding-top: 4%;
  }

  .group:focus .sm\:group-focus\:pr-4\% {
    padding-right: 4%;
  }

  .group:focus .sm\:group-focus\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:focus .sm\:group-focus\:pl-4\% {
    padding-left: 4%;
  }

  .group:focus .sm\:group-focus\:pt-5\% {
    padding-top: 5%;
  }

  .group:focus .sm\:group-focus\:pr-5\% {
    padding-right: 5%;
  }

  .group:focus .sm\:group-focus\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:focus .sm\:group-focus\:pl-5\% {
    padding-left: 5%;
  }

  .group:focus .sm\:group-focus\:pt-10\% {
    padding-top: 10%;
  }

  .group:focus .sm\:group-focus\:pr-10\% {
    padding-right: 10%;
  }

  .group:focus .sm\:group-focus\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:focus .sm\:group-focus\:pl-10\% {
    padding-left: 10%;
  }

  .group:focus .sm\:group-focus\:pt-20\% {
    padding-top: 20%;
  }

  .group:focus .sm\:group-focus\:pr-20\% {
    padding-right: 20%;
  }

  .group:focus .sm\:group-focus\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:focus .sm\:group-focus\:pl-20\% {
    padding-left: 20%;
  }

  .group:focus .sm\:group-focus\:pt-23\% {
    padding-top: 23%;
  }

  .group:focus .sm\:group-focus\:pr-23\% {
    padding-right: 23%;
  }

  .group:focus .sm\:group-focus\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:focus .sm\:group-focus\:pl-23\% {
    padding-left: 23%;
  }

  .group:focus .sm\:group-focus\:pt-25\% {
    padding-top: 25%;
  }

  .group:focus .sm\:group-focus\:pr-25\% {
    padding-right: 25%;
  }

  .group:focus .sm\:group-focus\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:focus .sm\:group-focus\:pl-25\% {
    padding-left: 25%;
  }

  .group:focus .sm\:group-focus\:pt-26\% {
    padding-top: 26%;
  }

  .group:focus .sm\:group-focus\:pr-26\% {
    padding-right: 26%;
  }

  .group:focus .sm\:group-focus\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:focus .sm\:group-focus\:pl-26\% {
    padding-left: 26%;
  }

  .group:focus .sm\:group-focus\:pt-30\% {
    padding-top: 30%;
  }

  .group:focus .sm\:group-focus\:pr-30\% {
    padding-right: 30%;
  }

  .group:focus .sm\:group-focus\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:focus .sm\:group-focus\:pl-30\% {
    padding-left: 30%;
  }

  .group:focus .sm\:group-focus\:pt-40\% {
    padding-top: 40%;
  }

  .group:focus .sm\:group-focus\:pr-40\% {
    padding-right: 40%;
  }

  .group:focus .sm\:group-focus\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:focus .sm\:group-focus\:pl-40\% {
    padding-left: 40%;
  }

  .group:focus .sm\:group-focus\:pt-50\% {
    padding-top: 50%;
  }

  .group:focus .sm\:group-focus\:pr-50\% {
    padding-right: 50%;
  }

  .group:focus .sm\:group-focus\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:focus .sm\:group-focus\:pl-50\% {
    padding-left: 50%;
  }

  .group:focus .sm\:group-focus\:pt-60\% {
    padding-top: 60%;
  }

  .group:focus .sm\:group-focus\:pr-60\% {
    padding-right: 60%;
  }

  .group:focus .sm\:group-focus\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:focus .sm\:group-focus\:pl-60\% {
    padding-left: 60%;
  }

  .group:focus .sm\:group-focus\:pt-70\% {
    padding-top: 70%;
  }

  .group:focus .sm\:group-focus\:pr-70\% {
    padding-right: 70%;
  }

  .group:focus .sm\:group-focus\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:focus .sm\:group-focus\:pl-70\% {
    padding-left: 70%;
  }

  .group:focus .sm\:group-focus\:pt-80\% {
    padding-top: 80%;
  }

  .group:focus .sm\:group-focus\:pr-80\% {
    padding-right: 80%;
  }

  .group:focus .sm\:group-focus\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:focus .sm\:group-focus\:pl-80\% {
    padding-left: 80%;
  }

  .group:focus .sm\:group-focus\:pt-90\% {
    padding-top: 90%;
  }

  .group:focus .sm\:group-focus\:pr-90\% {
    padding-right: 90%;
  }

  .group:focus .sm\:group-focus\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:focus .sm\:group-focus\:pl-90\% {
    padding-left: 90%;
  }

  .group:focus .sm\:group-focus\:pt-95\% {
    padding-top: 95%;
  }

  .group:focus .sm\:group-focus\:pr-95\% {
    padding-right: 95%;
  }

  .group:focus .sm\:group-focus\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:focus .sm\:group-focus\:pl-95\% {
    padding-left: 95%;
  }

  .group:focus .sm\:group-focus\:pt-96\% {
    padding-top: 96%;
  }

  .group:focus .sm\:group-focus\:pr-96\% {
    padding-right: 96%;
  }

  .group:focus .sm\:group-focus\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:focus .sm\:group-focus\:pl-96\% {
    padding-left: 96%;
  }

  .group:focus .sm\:group-focus\:pt-97\% {
    padding-top: 97%;
  }

  .group:focus .sm\:group-focus\:pr-97\% {
    padding-right: 97%;
  }

  .group:focus .sm\:group-focus\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:focus .sm\:group-focus\:pl-97\% {
    padding-left: 97%;
  }

  .group:focus .sm\:group-focus\:pt-98\% {
    padding-top: 98%;
  }

  .group:focus .sm\:group-focus\:pr-98\% {
    padding-right: 98%;
  }

  .group:focus .sm\:group-focus\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:focus .sm\:group-focus\:pl-98\% {
    padding-left: 98%;
  }

  .group:focus .sm\:group-focus\:pt-99\% {
    padding-top: 99%;
  }

  .group:focus .sm\:group-focus\:pr-99\% {
    padding-right: 99%;
  }

  .group:focus .sm\:group-focus\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:focus .sm\:group-focus\:pl-99\% {
    padding-left: 99%;
  }

  .group:focus .sm\:group-focus\:pt-36vh {
    padding-top: 36vh;
  }

  .group:focus .sm\:group-focus\:pr-36vh {
    padding-right: 36vh;
  }

  .group:focus .sm\:group-focus\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:focus .sm\:group-focus\:pl-36vh {
    padding-left: 36vh;
  }

  .group:focus .sm\:group-focus\:pt-75vh {
    padding-top: 75vh;
  }

  .group:focus .sm\:group-focus\:pr-75vh {
    padding-right: 75vh;
  }

  .group:focus .sm\:group-focus\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:focus .sm\:group-focus\:pl-75vh {
    padding-left: 75vh;
  }

  .group:focus .sm\:group-focus\:pt-78vh {
    padding-top: 78vh;
  }

  .group:focus .sm\:group-focus\:pr-78vh {
    padding-right: 78vh;
  }

  .group:focus .sm\:group-focus\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:focus .sm\:group-focus\:pl-78vh {
    padding-left: 78vh;
  }

  .group:focus .sm\:group-focus\:pt-80vh {
    padding-top: 80vh;
  }

  .group:focus .sm\:group-focus\:pr-80vh {
    padding-right: 80vh;
  }

  .group:focus .sm\:group-focus\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:focus .sm\:group-focus\:pl-80vh {
    padding-left: 80vh;
  }

  .group:focus .sm\:group-focus\:pt-82vh {
    padding-top: 82vh;
  }

  .group:focus .sm\:group-focus\:pr-82vh {
    padding-right: 82vh;
  }

  .group:focus .sm\:group-focus\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:focus .sm\:group-focus\:pl-82vh {
    padding-left: 82vh;
  }

  .sm\:first\:p-0:first-child {
    padding: 0;
  }

  .sm\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .sm\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .sm\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .sm\:first\:p-4:first-child {
    padding: 1rem;
  }

  .sm\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .sm\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .sm\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .sm\:first\:p-8:first-child {
    padding: 2rem;
  }

  .sm\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .sm\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .sm\:first\:p-12:first-child {
    padding: 3rem;
  }

  .sm\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .sm\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .sm\:first\:p-16:first-child {
    padding: 4rem;
  }

  .sm\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .sm\:first\:p-20:first-child {
    padding: 5rem;
  }

  .sm\:first\:p-21:first-child {
    padding: 5.25rem;
  }

  .sm\:first\:p-22:first-child {
    padding: 5.5rem;
  }

  .sm\:first\:p-24:first-child {
    padding: 6rem;
  }

  .sm\:first\:p-26:first-child {
    padding: 6.5rem;
  }

  .sm\:first\:p-28:first-child {
    padding: 7rem;
  }

  .sm\:first\:p-30:first-child {
    padding: 7.5rem;
  }

  .sm\:first\:p-32:first-child {
    padding: 8rem;
  }

  .sm\:first\:p-34:first-child {
    padding: 8.5rem;
  }

  .sm\:first\:p-36:first-child {
    padding: 9rem;
  }

  .sm\:first\:p-38:first-child {
    padding: 9.5rem;
  }

  .sm\:first\:p-40:first-child {
    padding: 10rem;
  }

  .sm\:first\:p-44:first-child {
    padding: 11rem;
  }

  .sm\:first\:p-48:first-child {
    padding: 12rem;
  }

  .sm\:first\:p-52:first-child {
    padding: 13rem;
  }

  .sm\:first\:p-53:first-child {
    padding: 13.25rem;
  }

  .sm\:first\:p-54:first-child {
    padding: 13.5rem;
  }

  .sm\:first\:p-56:first-child {
    padding: 14rem;
  }

  .sm\:first\:p-64:first-child {
    padding: 16rem;
  }

  .sm\:first\:p-72:first-child {
    padding: 18rem;
  }

  .sm\:first\:p-74:first-child {
    padding: 18.5rem;
  }

  .sm\:first\:p-76:first-child {
    padding: 19rem;
  }

  .sm\:first\:p-80:first-child {
    padding: 20rem;
  }

  .sm\:first\:p-85:first-child {
    padding: 21.25rem;
  }

  .sm\:first\:p-100:first-child {
    padding: 25rem;
  }

  .sm\:first\:p-105:first-child {
    padding: 26.25rem;
  }

  .sm\:first\:p-107:first-child {
    padding: 26.4rem;
  }

  .sm\:first\:p-110:first-child {
    padding: 27.5rem;
  }

  .sm\:first\:p-120:first-child {
    padding: 30rem;
  }

  .sm\:first\:p-130:first-child {
    padding: 38rem;
  }

  .sm\:first\:p-px:first-child {
    padding: 1px;
  }

  .sm\:first\:p-250px:first-child {
    padding: 250px;
  }

  .sm\:first\:p-1\/2\%:first-child {
    padding: 0.5%;
  }

  .sm\:first\:p-1\%:first-child {
    padding: 1%;
  }

  .sm\:first\:p-2\%:first-child {
    padding: 2%;
  }

  .sm\:first\:p-3\%:first-child {
    padding: 3%;
  }

  .sm\:first\:p-4\%:first-child {
    padding: 4%;
  }

  .sm\:first\:p-5\%:first-child {
    padding: 5%;
  }

  .sm\:first\:p-10\%:first-child {
    padding: 10%;
  }

  .sm\:first\:p-20\%:first-child {
    padding: 20%;
  }

  .sm\:first\:p-23\%:first-child {
    padding: 23%;
  }

  .sm\:first\:p-25\%:first-child {
    padding: 25%;
  }

  .sm\:first\:p-26\%:first-child {
    padding: 26%;
  }

  .sm\:first\:p-30\%:first-child {
    padding: 30%;
  }

  .sm\:first\:p-40\%:first-child {
    padding: 40%;
  }

  .sm\:first\:p-50\%:first-child {
    padding: 50%;
  }

  .sm\:first\:p-60\%:first-child {
    padding: 60%;
  }

  .sm\:first\:p-70\%:first-child {
    padding: 70%;
  }

  .sm\:first\:p-80\%:first-child {
    padding: 80%;
  }

  .sm\:first\:p-90\%:first-child {
    padding: 90%;
  }

  .sm\:first\:p-95\%:first-child {
    padding: 95%;
  }

  .sm\:first\:p-96\%:first-child {
    padding: 96%;
  }

  .sm\:first\:p-97\%:first-child {
    padding: 97%;
  }

  .sm\:first\:p-98\%:first-child {
    padding: 98%;
  }

  .sm\:first\:p-99\%:first-child {
    padding: 99%;
  }

  .sm\:first\:p-36vh:first-child {
    padding: 36vh;
  }

  .sm\:first\:p-75vh:first-child {
    padding: 75vh;
  }

  .sm\:first\:p-78vh:first-child {
    padding: 78vh;
  }

  .sm\:first\:p-80vh:first-child {
    padding: 80vh;
  }

  .sm\:first\:p-82vh:first-child {
    padding: 82vh;
  }

  .sm\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:first\:py-21:first-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:first\:px-21:first-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:first\:py-22:first-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:first\:px-22:first-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:first\:py-26:first-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:first\:px-26:first-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:first\:py-30:first-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:first\:px-30:first-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:first\:py-34:first-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:first\:px-34:first-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:first\:py-38:first-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:first\:px-38:first-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:first\:py-53:first-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .sm\:first\:px-53:first-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .sm\:first\:py-54:first-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:first\:px-54:first-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:first\:py-74:first-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .sm\:first\:px-74:first-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .sm\:first\:py-76:first-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .sm\:first\:px-76:first-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .sm\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:first\:py-85:first-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .sm\:first\:px-85:first-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .sm\:first\:py-100:first-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:first\:px-100:first-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:first\:py-105:first-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .sm\:first\:px-105:first-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .sm\:first\:py-107:first-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .sm\:first\:px-107:first-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .sm\:first\:py-110:first-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:first\:px-110:first-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:first\:py-120:first-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:first\:px-120:first-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:first\:py-130:first-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:first\:px-130:first-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:first\:py-250px:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:first\:px-250px:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:first\:py-1\/2\%:first-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .sm\:first\:px-1\/2\%:first-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .sm\:first\:py-1\%:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:first\:px-1\%:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:first\:py-2\%:first-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:first\:px-2\%:first-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sm\:first\:py-3\%:first-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sm\:first\:px-3\%:first-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sm\:first\:py-4\%:first-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sm\:first\:px-4\%:first-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sm\:first\:py-5\%:first-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:first\:px-5\%:first-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:first\:py-10\%:first-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:first\:px-10\%:first-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:first\:py-20\%:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:first\:px-20\%:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:first\:py-23\%:first-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .sm\:first\:px-23\%:first-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .sm\:first\:py-25\%:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:first\:px-25\%:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:first\:py-26\%:first-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .sm\:first\:px-26\%:first-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .sm\:first\:py-30\%:first-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:first\:px-30\%:first-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:first\:py-40\%:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:first\:px-40\%:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:first\:py-50\%:first-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:first\:px-50\%:first-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:first\:py-60\%:first-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:first\:px-60\%:first-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:first\:py-70\%:first-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:first\:px-70\%:first-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:first\:py-80\%:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:first\:px-80\%:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:first\:py-90\%:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:first\:px-90\%:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:first\:py-95\%:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:first\:px-95\%:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:first\:py-96\%:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:first\:px-96\%:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:first\:py-97\%:first-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .sm\:first\:px-97\%:first-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .sm\:first\:py-98\%:first-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .sm\:first\:px-98\%:first-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .sm\:first\:py-99\%:first-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .sm\:first\:px-99\%:first-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .sm\:first\:py-36vh:first-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .sm\:first\:px-36vh:first-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .sm\:first\:py-75vh:first-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .sm\:first\:px-75vh:first-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .sm\:first\:py-78vh:first-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .sm\:first\:px-78vh:first-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .sm\:first\:py-80vh:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:first\:px-80vh:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:first\:py-82vh:first-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .sm\:first\:px-82vh:first-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .sm\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .sm\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .sm\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .sm\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .sm\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .sm\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .sm\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .sm\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .sm\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .sm\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .sm\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .sm\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .sm\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .sm\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .sm\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .sm\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .sm\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .sm\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .sm\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .sm\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .sm\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .sm\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .sm\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .sm\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .sm\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .sm\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .sm\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .sm\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .sm\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .sm\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .sm\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .sm\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .sm\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .sm\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .sm\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .sm\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .sm\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .sm\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .sm\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .sm\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .sm\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .sm\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .sm\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .sm\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .sm\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .sm\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .sm\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .sm\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .sm\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .sm\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .sm\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .sm\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .sm\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .sm\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .sm\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .sm\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .sm\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .sm\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .sm\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .sm\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .sm\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .sm\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .sm\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .sm\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .sm\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .sm\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .sm\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .sm\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .sm\:first\:pt-21:first-child {
    padding-top: 5.25rem;
  }

  .sm\:first\:pr-21:first-child {
    padding-right: 5.25rem;
  }

  .sm\:first\:pb-21:first-child {
    padding-bottom: 5.25rem;
  }

  .sm\:first\:pl-21:first-child {
    padding-left: 5.25rem;
  }

  .sm\:first\:pt-22:first-child {
    padding-top: 5.5rem;
  }

  .sm\:first\:pr-22:first-child {
    padding-right: 5.5rem;
  }

  .sm\:first\:pb-22:first-child {
    padding-bottom: 5.5rem;
  }

  .sm\:first\:pl-22:first-child {
    padding-left: 5.5rem;
  }

  .sm\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .sm\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .sm\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .sm\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .sm\:first\:pt-26:first-child {
    padding-top: 6.5rem;
  }

  .sm\:first\:pr-26:first-child {
    padding-right: 6.5rem;
  }

  .sm\:first\:pb-26:first-child {
    padding-bottom: 6.5rem;
  }

  .sm\:first\:pl-26:first-child {
    padding-left: 6.5rem;
  }

  .sm\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .sm\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .sm\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .sm\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .sm\:first\:pt-30:first-child {
    padding-top: 7.5rem;
  }

  .sm\:first\:pr-30:first-child {
    padding-right: 7.5rem;
  }

  .sm\:first\:pb-30:first-child {
    padding-bottom: 7.5rem;
  }

  .sm\:first\:pl-30:first-child {
    padding-left: 7.5rem;
  }

  .sm\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .sm\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .sm\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .sm\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .sm\:first\:pt-34:first-child {
    padding-top: 8.5rem;
  }

  .sm\:first\:pr-34:first-child {
    padding-right: 8.5rem;
  }

  .sm\:first\:pb-34:first-child {
    padding-bottom: 8.5rem;
  }

  .sm\:first\:pl-34:first-child {
    padding-left: 8.5rem;
  }

  .sm\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .sm\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .sm\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .sm\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .sm\:first\:pt-38:first-child {
    padding-top: 9.5rem;
  }

  .sm\:first\:pr-38:first-child {
    padding-right: 9.5rem;
  }

  .sm\:first\:pb-38:first-child {
    padding-bottom: 9.5rem;
  }

  .sm\:first\:pl-38:first-child {
    padding-left: 9.5rem;
  }

  .sm\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .sm\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .sm\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .sm\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .sm\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .sm\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .sm\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .sm\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .sm\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .sm\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .sm\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .sm\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .sm\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .sm\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .sm\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .sm\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .sm\:first\:pt-53:first-child {
    padding-top: 13.25rem;
  }

  .sm\:first\:pr-53:first-child {
    padding-right: 13.25rem;
  }

  .sm\:first\:pb-53:first-child {
    padding-bottom: 13.25rem;
  }

  .sm\:first\:pl-53:first-child {
    padding-left: 13.25rem;
  }

  .sm\:first\:pt-54:first-child {
    padding-top: 13.5rem;
  }

  .sm\:first\:pr-54:first-child {
    padding-right: 13.5rem;
  }

  .sm\:first\:pb-54:first-child {
    padding-bottom: 13.5rem;
  }

  .sm\:first\:pl-54:first-child {
    padding-left: 13.5rem;
  }

  .sm\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .sm\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .sm\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .sm\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .sm\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .sm\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .sm\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .sm\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .sm\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .sm\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .sm\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .sm\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .sm\:first\:pt-74:first-child {
    padding-top: 18.5rem;
  }

  .sm\:first\:pr-74:first-child {
    padding-right: 18.5rem;
  }

  .sm\:first\:pb-74:first-child {
    padding-bottom: 18.5rem;
  }

  .sm\:first\:pl-74:first-child {
    padding-left: 18.5rem;
  }

  .sm\:first\:pt-76:first-child {
    padding-top: 19rem;
  }

  .sm\:first\:pr-76:first-child {
    padding-right: 19rem;
  }

  .sm\:first\:pb-76:first-child {
    padding-bottom: 19rem;
  }

  .sm\:first\:pl-76:first-child {
    padding-left: 19rem;
  }

  .sm\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .sm\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .sm\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .sm\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .sm\:first\:pt-85:first-child {
    padding-top: 21.25rem;
  }

  .sm\:first\:pr-85:first-child {
    padding-right: 21.25rem;
  }

  .sm\:first\:pb-85:first-child {
    padding-bottom: 21.25rem;
  }

  .sm\:first\:pl-85:first-child {
    padding-left: 21.25rem;
  }

  .sm\:first\:pt-100:first-child {
    padding-top: 25rem;
  }

  .sm\:first\:pr-100:first-child {
    padding-right: 25rem;
  }

  .sm\:first\:pb-100:first-child {
    padding-bottom: 25rem;
  }

  .sm\:first\:pl-100:first-child {
    padding-left: 25rem;
  }

  .sm\:first\:pt-105:first-child {
    padding-top: 26.25rem;
  }

  .sm\:first\:pr-105:first-child {
    padding-right: 26.25rem;
  }

  .sm\:first\:pb-105:first-child {
    padding-bottom: 26.25rem;
  }

  .sm\:first\:pl-105:first-child {
    padding-left: 26.25rem;
  }

  .sm\:first\:pt-107:first-child {
    padding-top: 26.4rem;
  }

  .sm\:first\:pr-107:first-child {
    padding-right: 26.4rem;
  }

  .sm\:first\:pb-107:first-child {
    padding-bottom: 26.4rem;
  }

  .sm\:first\:pl-107:first-child {
    padding-left: 26.4rem;
  }

  .sm\:first\:pt-110:first-child {
    padding-top: 27.5rem;
  }

  .sm\:first\:pr-110:first-child {
    padding-right: 27.5rem;
  }

  .sm\:first\:pb-110:first-child {
    padding-bottom: 27.5rem;
  }

  .sm\:first\:pl-110:first-child {
    padding-left: 27.5rem;
  }

  .sm\:first\:pt-120:first-child {
    padding-top: 30rem;
  }

  .sm\:first\:pr-120:first-child {
    padding-right: 30rem;
  }

  .sm\:first\:pb-120:first-child {
    padding-bottom: 30rem;
  }

  .sm\:first\:pl-120:first-child {
    padding-left: 30rem;
  }

  .sm\:first\:pt-130:first-child {
    padding-top: 38rem;
  }

  .sm\:first\:pr-130:first-child {
    padding-right: 38rem;
  }

  .sm\:first\:pb-130:first-child {
    padding-bottom: 38rem;
  }

  .sm\:first\:pl-130:first-child {
    padding-left: 38rem;
  }

  .sm\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .sm\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .sm\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .sm\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .sm\:first\:pt-250px:first-child {
    padding-top: 250px;
  }

  .sm\:first\:pr-250px:first-child {
    padding-right: 250px;
  }

  .sm\:first\:pb-250px:first-child {
    padding-bottom: 250px;
  }

  .sm\:first\:pl-250px:first-child {
    padding-left: 250px;
  }

  .sm\:first\:pt-1\/2\%:first-child {
    padding-top: 0.5%;
  }

  .sm\:first\:pr-1\/2\%:first-child {
    padding-right: 0.5%;
  }

  .sm\:first\:pb-1\/2\%:first-child {
    padding-bottom: 0.5%;
  }

  .sm\:first\:pl-1\/2\%:first-child {
    padding-left: 0.5%;
  }

  .sm\:first\:pt-1\%:first-child {
    padding-top: 1%;
  }

  .sm\:first\:pr-1\%:first-child {
    padding-right: 1%;
  }

  .sm\:first\:pb-1\%:first-child {
    padding-bottom: 1%;
  }

  .sm\:first\:pl-1\%:first-child {
    padding-left: 1%;
  }

  .sm\:first\:pt-2\%:first-child {
    padding-top: 2%;
  }

  .sm\:first\:pr-2\%:first-child {
    padding-right: 2%;
  }

  .sm\:first\:pb-2\%:first-child {
    padding-bottom: 2%;
  }

  .sm\:first\:pl-2\%:first-child {
    padding-left: 2%;
  }

  .sm\:first\:pt-3\%:first-child {
    padding-top: 3%;
  }

  .sm\:first\:pr-3\%:first-child {
    padding-right: 3%;
  }

  .sm\:first\:pb-3\%:first-child {
    padding-bottom: 3%;
  }

  .sm\:first\:pl-3\%:first-child {
    padding-left: 3%;
  }

  .sm\:first\:pt-4\%:first-child {
    padding-top: 4%;
  }

  .sm\:first\:pr-4\%:first-child {
    padding-right: 4%;
  }

  .sm\:first\:pb-4\%:first-child {
    padding-bottom: 4%;
  }

  .sm\:first\:pl-4\%:first-child {
    padding-left: 4%;
  }

  .sm\:first\:pt-5\%:first-child {
    padding-top: 5%;
  }

  .sm\:first\:pr-5\%:first-child {
    padding-right: 5%;
  }

  .sm\:first\:pb-5\%:first-child {
    padding-bottom: 5%;
  }

  .sm\:first\:pl-5\%:first-child {
    padding-left: 5%;
  }

  .sm\:first\:pt-10\%:first-child {
    padding-top: 10%;
  }

  .sm\:first\:pr-10\%:first-child {
    padding-right: 10%;
  }

  .sm\:first\:pb-10\%:first-child {
    padding-bottom: 10%;
  }

  .sm\:first\:pl-10\%:first-child {
    padding-left: 10%;
  }

  .sm\:first\:pt-20\%:first-child {
    padding-top: 20%;
  }

  .sm\:first\:pr-20\%:first-child {
    padding-right: 20%;
  }

  .sm\:first\:pb-20\%:first-child {
    padding-bottom: 20%;
  }

  .sm\:first\:pl-20\%:first-child {
    padding-left: 20%;
  }

  .sm\:first\:pt-23\%:first-child {
    padding-top: 23%;
  }

  .sm\:first\:pr-23\%:first-child {
    padding-right: 23%;
  }

  .sm\:first\:pb-23\%:first-child {
    padding-bottom: 23%;
  }

  .sm\:first\:pl-23\%:first-child {
    padding-left: 23%;
  }

  .sm\:first\:pt-25\%:first-child {
    padding-top: 25%;
  }

  .sm\:first\:pr-25\%:first-child {
    padding-right: 25%;
  }

  .sm\:first\:pb-25\%:first-child {
    padding-bottom: 25%;
  }

  .sm\:first\:pl-25\%:first-child {
    padding-left: 25%;
  }

  .sm\:first\:pt-26\%:first-child {
    padding-top: 26%;
  }

  .sm\:first\:pr-26\%:first-child {
    padding-right: 26%;
  }

  .sm\:first\:pb-26\%:first-child {
    padding-bottom: 26%;
  }

  .sm\:first\:pl-26\%:first-child {
    padding-left: 26%;
  }

  .sm\:first\:pt-30\%:first-child {
    padding-top: 30%;
  }

  .sm\:first\:pr-30\%:first-child {
    padding-right: 30%;
  }

  .sm\:first\:pb-30\%:first-child {
    padding-bottom: 30%;
  }

  .sm\:first\:pl-30\%:first-child {
    padding-left: 30%;
  }

  .sm\:first\:pt-40\%:first-child {
    padding-top: 40%;
  }

  .sm\:first\:pr-40\%:first-child {
    padding-right: 40%;
  }

  .sm\:first\:pb-40\%:first-child {
    padding-bottom: 40%;
  }

  .sm\:first\:pl-40\%:first-child {
    padding-left: 40%;
  }

  .sm\:first\:pt-50\%:first-child {
    padding-top: 50%;
  }

  .sm\:first\:pr-50\%:first-child {
    padding-right: 50%;
  }

  .sm\:first\:pb-50\%:first-child {
    padding-bottom: 50%;
  }

  .sm\:first\:pl-50\%:first-child {
    padding-left: 50%;
  }

  .sm\:first\:pt-60\%:first-child {
    padding-top: 60%;
  }

  .sm\:first\:pr-60\%:first-child {
    padding-right: 60%;
  }

  .sm\:first\:pb-60\%:first-child {
    padding-bottom: 60%;
  }

  .sm\:first\:pl-60\%:first-child {
    padding-left: 60%;
  }

  .sm\:first\:pt-70\%:first-child {
    padding-top: 70%;
  }

  .sm\:first\:pr-70\%:first-child {
    padding-right: 70%;
  }

  .sm\:first\:pb-70\%:first-child {
    padding-bottom: 70%;
  }

  .sm\:first\:pl-70\%:first-child {
    padding-left: 70%;
  }

  .sm\:first\:pt-80\%:first-child {
    padding-top: 80%;
  }

  .sm\:first\:pr-80\%:first-child {
    padding-right: 80%;
  }

  .sm\:first\:pb-80\%:first-child {
    padding-bottom: 80%;
  }

  .sm\:first\:pl-80\%:first-child {
    padding-left: 80%;
  }

  .sm\:first\:pt-90\%:first-child {
    padding-top: 90%;
  }

  .sm\:first\:pr-90\%:first-child {
    padding-right: 90%;
  }

  .sm\:first\:pb-90\%:first-child {
    padding-bottom: 90%;
  }

  .sm\:first\:pl-90\%:first-child {
    padding-left: 90%;
  }

  .sm\:first\:pt-95\%:first-child {
    padding-top: 95%;
  }

  .sm\:first\:pr-95\%:first-child {
    padding-right: 95%;
  }

  .sm\:first\:pb-95\%:first-child {
    padding-bottom: 95%;
  }

  .sm\:first\:pl-95\%:first-child {
    padding-left: 95%;
  }

  .sm\:first\:pt-96\%:first-child {
    padding-top: 96%;
  }

  .sm\:first\:pr-96\%:first-child {
    padding-right: 96%;
  }

  .sm\:first\:pb-96\%:first-child {
    padding-bottom: 96%;
  }

  .sm\:first\:pl-96\%:first-child {
    padding-left: 96%;
  }

  .sm\:first\:pt-97\%:first-child {
    padding-top: 97%;
  }

  .sm\:first\:pr-97\%:first-child {
    padding-right: 97%;
  }

  .sm\:first\:pb-97\%:first-child {
    padding-bottom: 97%;
  }

  .sm\:first\:pl-97\%:first-child {
    padding-left: 97%;
  }

  .sm\:first\:pt-98\%:first-child {
    padding-top: 98%;
  }

  .sm\:first\:pr-98\%:first-child {
    padding-right: 98%;
  }

  .sm\:first\:pb-98\%:first-child {
    padding-bottom: 98%;
  }

  .sm\:first\:pl-98\%:first-child {
    padding-left: 98%;
  }

  .sm\:first\:pt-99\%:first-child {
    padding-top: 99%;
  }

  .sm\:first\:pr-99\%:first-child {
    padding-right: 99%;
  }

  .sm\:first\:pb-99\%:first-child {
    padding-bottom: 99%;
  }

  .sm\:first\:pl-99\%:first-child {
    padding-left: 99%;
  }

  .sm\:first\:pt-36vh:first-child {
    padding-top: 36vh;
  }

  .sm\:first\:pr-36vh:first-child {
    padding-right: 36vh;
  }

  .sm\:first\:pb-36vh:first-child {
    padding-bottom: 36vh;
  }

  .sm\:first\:pl-36vh:first-child {
    padding-left: 36vh;
  }

  .sm\:first\:pt-75vh:first-child {
    padding-top: 75vh;
  }

  .sm\:first\:pr-75vh:first-child {
    padding-right: 75vh;
  }

  .sm\:first\:pb-75vh:first-child {
    padding-bottom: 75vh;
  }

  .sm\:first\:pl-75vh:first-child {
    padding-left: 75vh;
  }

  .sm\:first\:pt-78vh:first-child {
    padding-top: 78vh;
  }

  .sm\:first\:pr-78vh:first-child {
    padding-right: 78vh;
  }

  .sm\:first\:pb-78vh:first-child {
    padding-bottom: 78vh;
  }

  .sm\:first\:pl-78vh:first-child {
    padding-left: 78vh;
  }

  .sm\:first\:pt-80vh:first-child {
    padding-top: 80vh;
  }

  .sm\:first\:pr-80vh:first-child {
    padding-right: 80vh;
  }

  .sm\:first\:pb-80vh:first-child {
    padding-bottom: 80vh;
  }

  .sm\:first\:pl-80vh:first-child {
    padding-left: 80vh;
  }

  .sm\:first\:pt-82vh:first-child {
    padding-top: 82vh;
  }

  .sm\:first\:pr-82vh:first-child {
    padding-right: 82vh;
  }

  .sm\:first\:pb-82vh:first-child {
    padding-bottom: 82vh;
  }

  .sm\:first\:pl-82vh:first-child {
    padding-left: 82vh;
  }

  .sm\:last\:p-0:last-child {
    padding: 0;
  }

  .sm\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .sm\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .sm\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .sm\:last\:p-4:last-child {
    padding: 1rem;
  }

  .sm\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .sm\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .sm\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .sm\:last\:p-8:last-child {
    padding: 2rem;
  }

  .sm\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .sm\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .sm\:last\:p-12:last-child {
    padding: 3rem;
  }

  .sm\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .sm\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .sm\:last\:p-16:last-child {
    padding: 4rem;
  }

  .sm\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .sm\:last\:p-20:last-child {
    padding: 5rem;
  }

  .sm\:last\:p-21:last-child {
    padding: 5.25rem;
  }

  .sm\:last\:p-22:last-child {
    padding: 5.5rem;
  }

  .sm\:last\:p-24:last-child {
    padding: 6rem;
  }

  .sm\:last\:p-26:last-child {
    padding: 6.5rem;
  }

  .sm\:last\:p-28:last-child {
    padding: 7rem;
  }

  .sm\:last\:p-30:last-child {
    padding: 7.5rem;
  }

  .sm\:last\:p-32:last-child {
    padding: 8rem;
  }

  .sm\:last\:p-34:last-child {
    padding: 8.5rem;
  }

  .sm\:last\:p-36:last-child {
    padding: 9rem;
  }

  .sm\:last\:p-38:last-child {
    padding: 9.5rem;
  }

  .sm\:last\:p-40:last-child {
    padding: 10rem;
  }

  .sm\:last\:p-44:last-child {
    padding: 11rem;
  }

  .sm\:last\:p-48:last-child {
    padding: 12rem;
  }

  .sm\:last\:p-52:last-child {
    padding: 13rem;
  }

  .sm\:last\:p-53:last-child {
    padding: 13.25rem;
  }

  .sm\:last\:p-54:last-child {
    padding: 13.5rem;
  }

  .sm\:last\:p-56:last-child {
    padding: 14rem;
  }

  .sm\:last\:p-64:last-child {
    padding: 16rem;
  }

  .sm\:last\:p-72:last-child {
    padding: 18rem;
  }

  .sm\:last\:p-74:last-child {
    padding: 18.5rem;
  }

  .sm\:last\:p-76:last-child {
    padding: 19rem;
  }

  .sm\:last\:p-80:last-child {
    padding: 20rem;
  }

  .sm\:last\:p-85:last-child {
    padding: 21.25rem;
  }

  .sm\:last\:p-100:last-child {
    padding: 25rem;
  }

  .sm\:last\:p-105:last-child {
    padding: 26.25rem;
  }

  .sm\:last\:p-107:last-child {
    padding: 26.4rem;
  }

  .sm\:last\:p-110:last-child {
    padding: 27.5rem;
  }

  .sm\:last\:p-120:last-child {
    padding: 30rem;
  }

  .sm\:last\:p-130:last-child {
    padding: 38rem;
  }

  .sm\:last\:p-px:last-child {
    padding: 1px;
  }

  .sm\:last\:p-250px:last-child {
    padding: 250px;
  }

  .sm\:last\:p-1\/2\%:last-child {
    padding: 0.5%;
  }

  .sm\:last\:p-1\%:last-child {
    padding: 1%;
  }

  .sm\:last\:p-2\%:last-child {
    padding: 2%;
  }

  .sm\:last\:p-3\%:last-child {
    padding: 3%;
  }

  .sm\:last\:p-4\%:last-child {
    padding: 4%;
  }

  .sm\:last\:p-5\%:last-child {
    padding: 5%;
  }

  .sm\:last\:p-10\%:last-child {
    padding: 10%;
  }

  .sm\:last\:p-20\%:last-child {
    padding: 20%;
  }

  .sm\:last\:p-23\%:last-child {
    padding: 23%;
  }

  .sm\:last\:p-25\%:last-child {
    padding: 25%;
  }

  .sm\:last\:p-26\%:last-child {
    padding: 26%;
  }

  .sm\:last\:p-30\%:last-child {
    padding: 30%;
  }

  .sm\:last\:p-40\%:last-child {
    padding: 40%;
  }

  .sm\:last\:p-50\%:last-child {
    padding: 50%;
  }

  .sm\:last\:p-60\%:last-child {
    padding: 60%;
  }

  .sm\:last\:p-70\%:last-child {
    padding: 70%;
  }

  .sm\:last\:p-80\%:last-child {
    padding: 80%;
  }

  .sm\:last\:p-90\%:last-child {
    padding: 90%;
  }

  .sm\:last\:p-95\%:last-child {
    padding: 95%;
  }

  .sm\:last\:p-96\%:last-child {
    padding: 96%;
  }

  .sm\:last\:p-97\%:last-child {
    padding: 97%;
  }

  .sm\:last\:p-98\%:last-child {
    padding: 98%;
  }

  .sm\:last\:p-99\%:last-child {
    padding: 99%;
  }

  .sm\:last\:p-36vh:last-child {
    padding: 36vh;
  }

  .sm\:last\:p-75vh:last-child {
    padding: 75vh;
  }

  .sm\:last\:p-78vh:last-child {
    padding: 78vh;
  }

  .sm\:last\:p-80vh:last-child {
    padding: 80vh;
  }

  .sm\:last\:p-82vh:last-child {
    padding: 82vh;
  }

  .sm\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:last\:py-21:last-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:last\:px-21:last-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:last\:py-22:last-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:last\:px-22:last-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:last\:py-26:last-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:last\:px-26:last-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:last\:py-30:last-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:last\:px-30:last-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:last\:py-34:last-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:last\:px-34:last-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:last\:py-38:last-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:last\:px-38:last-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:last\:py-53:last-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .sm\:last\:px-53:last-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .sm\:last\:py-54:last-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:last\:px-54:last-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:last\:py-74:last-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .sm\:last\:px-74:last-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .sm\:last\:py-76:last-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .sm\:last\:px-76:last-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .sm\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:last\:py-85:last-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .sm\:last\:px-85:last-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .sm\:last\:py-100:last-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:last\:px-100:last-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:last\:py-105:last-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .sm\:last\:px-105:last-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .sm\:last\:py-107:last-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .sm\:last\:px-107:last-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .sm\:last\:py-110:last-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:last\:px-110:last-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:last\:py-120:last-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:last\:px-120:last-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:last\:py-130:last-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:last\:px-130:last-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:last\:py-250px:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:last\:px-250px:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:last\:py-1\/2\%:last-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .sm\:last\:px-1\/2\%:last-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .sm\:last\:py-1\%:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:last\:px-1\%:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:last\:py-2\%:last-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:last\:px-2\%:last-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sm\:last\:py-3\%:last-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sm\:last\:px-3\%:last-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sm\:last\:py-4\%:last-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sm\:last\:px-4\%:last-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sm\:last\:py-5\%:last-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:last\:px-5\%:last-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:last\:py-10\%:last-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:last\:px-10\%:last-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:last\:py-20\%:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:last\:px-20\%:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:last\:py-23\%:last-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .sm\:last\:px-23\%:last-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .sm\:last\:py-25\%:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:last\:px-25\%:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:last\:py-26\%:last-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .sm\:last\:px-26\%:last-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .sm\:last\:py-30\%:last-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:last\:px-30\%:last-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:last\:py-40\%:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:last\:px-40\%:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:last\:py-50\%:last-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:last\:px-50\%:last-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:last\:py-60\%:last-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:last\:px-60\%:last-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:last\:py-70\%:last-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:last\:px-70\%:last-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:last\:py-80\%:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:last\:px-80\%:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:last\:py-90\%:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:last\:px-90\%:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:last\:py-95\%:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:last\:px-95\%:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:last\:py-96\%:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:last\:px-96\%:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:last\:py-97\%:last-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .sm\:last\:px-97\%:last-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .sm\:last\:py-98\%:last-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .sm\:last\:px-98\%:last-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .sm\:last\:py-99\%:last-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .sm\:last\:px-99\%:last-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .sm\:last\:py-36vh:last-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .sm\:last\:px-36vh:last-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .sm\:last\:py-75vh:last-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .sm\:last\:px-75vh:last-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .sm\:last\:py-78vh:last-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .sm\:last\:px-78vh:last-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .sm\:last\:py-80vh:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:last\:px-80vh:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:last\:py-82vh:last-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .sm\:last\:px-82vh:last-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .sm\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .sm\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .sm\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .sm\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .sm\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .sm\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .sm\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .sm\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .sm\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .sm\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .sm\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .sm\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .sm\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .sm\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .sm\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .sm\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .sm\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .sm\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .sm\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .sm\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .sm\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .sm\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .sm\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .sm\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .sm\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .sm\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .sm\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .sm\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .sm\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .sm\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .sm\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .sm\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .sm\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .sm\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .sm\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .sm\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .sm\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .sm\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .sm\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .sm\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .sm\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .sm\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .sm\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .sm\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .sm\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .sm\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .sm\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .sm\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .sm\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .sm\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .sm\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .sm\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .sm\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .sm\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .sm\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .sm\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .sm\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .sm\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .sm\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .sm\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .sm\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .sm\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .sm\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .sm\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .sm\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .sm\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .sm\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .sm\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .sm\:last\:pt-21:last-child {
    padding-top: 5.25rem;
  }

  .sm\:last\:pr-21:last-child {
    padding-right: 5.25rem;
  }

  .sm\:last\:pb-21:last-child {
    padding-bottom: 5.25rem;
  }

  .sm\:last\:pl-21:last-child {
    padding-left: 5.25rem;
  }

  .sm\:last\:pt-22:last-child {
    padding-top: 5.5rem;
  }

  .sm\:last\:pr-22:last-child {
    padding-right: 5.5rem;
  }

  .sm\:last\:pb-22:last-child {
    padding-bottom: 5.5rem;
  }

  .sm\:last\:pl-22:last-child {
    padding-left: 5.5rem;
  }

  .sm\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .sm\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .sm\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .sm\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .sm\:last\:pt-26:last-child {
    padding-top: 6.5rem;
  }

  .sm\:last\:pr-26:last-child {
    padding-right: 6.5rem;
  }

  .sm\:last\:pb-26:last-child {
    padding-bottom: 6.5rem;
  }

  .sm\:last\:pl-26:last-child {
    padding-left: 6.5rem;
  }

  .sm\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .sm\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .sm\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .sm\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .sm\:last\:pt-30:last-child {
    padding-top: 7.5rem;
  }

  .sm\:last\:pr-30:last-child {
    padding-right: 7.5rem;
  }

  .sm\:last\:pb-30:last-child {
    padding-bottom: 7.5rem;
  }

  .sm\:last\:pl-30:last-child {
    padding-left: 7.5rem;
  }

  .sm\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .sm\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .sm\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .sm\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .sm\:last\:pt-34:last-child {
    padding-top: 8.5rem;
  }

  .sm\:last\:pr-34:last-child {
    padding-right: 8.5rem;
  }

  .sm\:last\:pb-34:last-child {
    padding-bottom: 8.5rem;
  }

  .sm\:last\:pl-34:last-child {
    padding-left: 8.5rem;
  }

  .sm\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .sm\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .sm\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .sm\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .sm\:last\:pt-38:last-child {
    padding-top: 9.5rem;
  }

  .sm\:last\:pr-38:last-child {
    padding-right: 9.5rem;
  }

  .sm\:last\:pb-38:last-child {
    padding-bottom: 9.5rem;
  }

  .sm\:last\:pl-38:last-child {
    padding-left: 9.5rem;
  }

  .sm\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .sm\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .sm\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .sm\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .sm\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .sm\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .sm\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .sm\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .sm\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .sm\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .sm\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .sm\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .sm\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .sm\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .sm\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .sm\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .sm\:last\:pt-53:last-child {
    padding-top: 13.25rem;
  }

  .sm\:last\:pr-53:last-child {
    padding-right: 13.25rem;
  }

  .sm\:last\:pb-53:last-child {
    padding-bottom: 13.25rem;
  }

  .sm\:last\:pl-53:last-child {
    padding-left: 13.25rem;
  }

  .sm\:last\:pt-54:last-child {
    padding-top: 13.5rem;
  }

  .sm\:last\:pr-54:last-child {
    padding-right: 13.5rem;
  }

  .sm\:last\:pb-54:last-child {
    padding-bottom: 13.5rem;
  }

  .sm\:last\:pl-54:last-child {
    padding-left: 13.5rem;
  }

  .sm\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .sm\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .sm\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .sm\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .sm\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .sm\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .sm\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .sm\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .sm\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .sm\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .sm\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .sm\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .sm\:last\:pt-74:last-child {
    padding-top: 18.5rem;
  }

  .sm\:last\:pr-74:last-child {
    padding-right: 18.5rem;
  }

  .sm\:last\:pb-74:last-child {
    padding-bottom: 18.5rem;
  }

  .sm\:last\:pl-74:last-child {
    padding-left: 18.5rem;
  }

  .sm\:last\:pt-76:last-child {
    padding-top: 19rem;
  }

  .sm\:last\:pr-76:last-child {
    padding-right: 19rem;
  }

  .sm\:last\:pb-76:last-child {
    padding-bottom: 19rem;
  }

  .sm\:last\:pl-76:last-child {
    padding-left: 19rem;
  }

  .sm\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .sm\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .sm\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .sm\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .sm\:last\:pt-85:last-child {
    padding-top: 21.25rem;
  }

  .sm\:last\:pr-85:last-child {
    padding-right: 21.25rem;
  }

  .sm\:last\:pb-85:last-child {
    padding-bottom: 21.25rem;
  }

  .sm\:last\:pl-85:last-child {
    padding-left: 21.25rem;
  }

  .sm\:last\:pt-100:last-child {
    padding-top: 25rem;
  }

  .sm\:last\:pr-100:last-child {
    padding-right: 25rem;
  }

  .sm\:last\:pb-100:last-child {
    padding-bottom: 25rem;
  }

  .sm\:last\:pl-100:last-child {
    padding-left: 25rem;
  }

  .sm\:last\:pt-105:last-child {
    padding-top: 26.25rem;
  }

  .sm\:last\:pr-105:last-child {
    padding-right: 26.25rem;
  }

  .sm\:last\:pb-105:last-child {
    padding-bottom: 26.25rem;
  }

  .sm\:last\:pl-105:last-child {
    padding-left: 26.25rem;
  }

  .sm\:last\:pt-107:last-child {
    padding-top: 26.4rem;
  }

  .sm\:last\:pr-107:last-child {
    padding-right: 26.4rem;
  }

  .sm\:last\:pb-107:last-child {
    padding-bottom: 26.4rem;
  }

  .sm\:last\:pl-107:last-child {
    padding-left: 26.4rem;
  }

  .sm\:last\:pt-110:last-child {
    padding-top: 27.5rem;
  }

  .sm\:last\:pr-110:last-child {
    padding-right: 27.5rem;
  }

  .sm\:last\:pb-110:last-child {
    padding-bottom: 27.5rem;
  }

  .sm\:last\:pl-110:last-child {
    padding-left: 27.5rem;
  }

  .sm\:last\:pt-120:last-child {
    padding-top: 30rem;
  }

  .sm\:last\:pr-120:last-child {
    padding-right: 30rem;
  }

  .sm\:last\:pb-120:last-child {
    padding-bottom: 30rem;
  }

  .sm\:last\:pl-120:last-child {
    padding-left: 30rem;
  }

  .sm\:last\:pt-130:last-child {
    padding-top: 38rem;
  }

  .sm\:last\:pr-130:last-child {
    padding-right: 38rem;
  }

  .sm\:last\:pb-130:last-child {
    padding-bottom: 38rem;
  }

  .sm\:last\:pl-130:last-child {
    padding-left: 38rem;
  }

  .sm\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .sm\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .sm\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .sm\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .sm\:last\:pt-250px:last-child {
    padding-top: 250px;
  }

  .sm\:last\:pr-250px:last-child {
    padding-right: 250px;
  }

  .sm\:last\:pb-250px:last-child {
    padding-bottom: 250px;
  }

  .sm\:last\:pl-250px:last-child {
    padding-left: 250px;
  }

  .sm\:last\:pt-1\/2\%:last-child {
    padding-top: 0.5%;
  }

  .sm\:last\:pr-1\/2\%:last-child {
    padding-right: 0.5%;
  }

  .sm\:last\:pb-1\/2\%:last-child {
    padding-bottom: 0.5%;
  }

  .sm\:last\:pl-1\/2\%:last-child {
    padding-left: 0.5%;
  }

  .sm\:last\:pt-1\%:last-child {
    padding-top: 1%;
  }

  .sm\:last\:pr-1\%:last-child {
    padding-right: 1%;
  }

  .sm\:last\:pb-1\%:last-child {
    padding-bottom: 1%;
  }

  .sm\:last\:pl-1\%:last-child {
    padding-left: 1%;
  }

  .sm\:last\:pt-2\%:last-child {
    padding-top: 2%;
  }

  .sm\:last\:pr-2\%:last-child {
    padding-right: 2%;
  }

  .sm\:last\:pb-2\%:last-child {
    padding-bottom: 2%;
  }

  .sm\:last\:pl-2\%:last-child {
    padding-left: 2%;
  }

  .sm\:last\:pt-3\%:last-child {
    padding-top: 3%;
  }

  .sm\:last\:pr-3\%:last-child {
    padding-right: 3%;
  }

  .sm\:last\:pb-3\%:last-child {
    padding-bottom: 3%;
  }

  .sm\:last\:pl-3\%:last-child {
    padding-left: 3%;
  }

  .sm\:last\:pt-4\%:last-child {
    padding-top: 4%;
  }

  .sm\:last\:pr-4\%:last-child {
    padding-right: 4%;
  }

  .sm\:last\:pb-4\%:last-child {
    padding-bottom: 4%;
  }

  .sm\:last\:pl-4\%:last-child {
    padding-left: 4%;
  }

  .sm\:last\:pt-5\%:last-child {
    padding-top: 5%;
  }

  .sm\:last\:pr-5\%:last-child {
    padding-right: 5%;
  }

  .sm\:last\:pb-5\%:last-child {
    padding-bottom: 5%;
  }

  .sm\:last\:pl-5\%:last-child {
    padding-left: 5%;
  }

  .sm\:last\:pt-10\%:last-child {
    padding-top: 10%;
  }

  .sm\:last\:pr-10\%:last-child {
    padding-right: 10%;
  }

  .sm\:last\:pb-10\%:last-child {
    padding-bottom: 10%;
  }

  .sm\:last\:pl-10\%:last-child {
    padding-left: 10%;
  }

  .sm\:last\:pt-20\%:last-child {
    padding-top: 20%;
  }

  .sm\:last\:pr-20\%:last-child {
    padding-right: 20%;
  }

  .sm\:last\:pb-20\%:last-child {
    padding-bottom: 20%;
  }

  .sm\:last\:pl-20\%:last-child {
    padding-left: 20%;
  }

  .sm\:last\:pt-23\%:last-child {
    padding-top: 23%;
  }

  .sm\:last\:pr-23\%:last-child {
    padding-right: 23%;
  }

  .sm\:last\:pb-23\%:last-child {
    padding-bottom: 23%;
  }

  .sm\:last\:pl-23\%:last-child {
    padding-left: 23%;
  }

  .sm\:last\:pt-25\%:last-child {
    padding-top: 25%;
  }

  .sm\:last\:pr-25\%:last-child {
    padding-right: 25%;
  }

  .sm\:last\:pb-25\%:last-child {
    padding-bottom: 25%;
  }

  .sm\:last\:pl-25\%:last-child {
    padding-left: 25%;
  }

  .sm\:last\:pt-26\%:last-child {
    padding-top: 26%;
  }

  .sm\:last\:pr-26\%:last-child {
    padding-right: 26%;
  }

  .sm\:last\:pb-26\%:last-child {
    padding-bottom: 26%;
  }

  .sm\:last\:pl-26\%:last-child {
    padding-left: 26%;
  }

  .sm\:last\:pt-30\%:last-child {
    padding-top: 30%;
  }

  .sm\:last\:pr-30\%:last-child {
    padding-right: 30%;
  }

  .sm\:last\:pb-30\%:last-child {
    padding-bottom: 30%;
  }

  .sm\:last\:pl-30\%:last-child {
    padding-left: 30%;
  }

  .sm\:last\:pt-40\%:last-child {
    padding-top: 40%;
  }

  .sm\:last\:pr-40\%:last-child {
    padding-right: 40%;
  }

  .sm\:last\:pb-40\%:last-child {
    padding-bottom: 40%;
  }

  .sm\:last\:pl-40\%:last-child {
    padding-left: 40%;
  }

  .sm\:last\:pt-50\%:last-child {
    padding-top: 50%;
  }

  .sm\:last\:pr-50\%:last-child {
    padding-right: 50%;
  }

  .sm\:last\:pb-50\%:last-child {
    padding-bottom: 50%;
  }

  .sm\:last\:pl-50\%:last-child {
    padding-left: 50%;
  }

  .sm\:last\:pt-60\%:last-child {
    padding-top: 60%;
  }

  .sm\:last\:pr-60\%:last-child {
    padding-right: 60%;
  }

  .sm\:last\:pb-60\%:last-child {
    padding-bottom: 60%;
  }

  .sm\:last\:pl-60\%:last-child {
    padding-left: 60%;
  }

  .sm\:last\:pt-70\%:last-child {
    padding-top: 70%;
  }

  .sm\:last\:pr-70\%:last-child {
    padding-right: 70%;
  }

  .sm\:last\:pb-70\%:last-child {
    padding-bottom: 70%;
  }

  .sm\:last\:pl-70\%:last-child {
    padding-left: 70%;
  }

  .sm\:last\:pt-80\%:last-child {
    padding-top: 80%;
  }

  .sm\:last\:pr-80\%:last-child {
    padding-right: 80%;
  }

  .sm\:last\:pb-80\%:last-child {
    padding-bottom: 80%;
  }

  .sm\:last\:pl-80\%:last-child {
    padding-left: 80%;
  }

  .sm\:last\:pt-90\%:last-child {
    padding-top: 90%;
  }

  .sm\:last\:pr-90\%:last-child {
    padding-right: 90%;
  }

  .sm\:last\:pb-90\%:last-child {
    padding-bottom: 90%;
  }

  .sm\:last\:pl-90\%:last-child {
    padding-left: 90%;
  }

  .sm\:last\:pt-95\%:last-child {
    padding-top: 95%;
  }

  .sm\:last\:pr-95\%:last-child {
    padding-right: 95%;
  }

  .sm\:last\:pb-95\%:last-child {
    padding-bottom: 95%;
  }

  .sm\:last\:pl-95\%:last-child {
    padding-left: 95%;
  }

  .sm\:last\:pt-96\%:last-child {
    padding-top: 96%;
  }

  .sm\:last\:pr-96\%:last-child {
    padding-right: 96%;
  }

  .sm\:last\:pb-96\%:last-child {
    padding-bottom: 96%;
  }

  .sm\:last\:pl-96\%:last-child {
    padding-left: 96%;
  }

  .sm\:last\:pt-97\%:last-child {
    padding-top: 97%;
  }

  .sm\:last\:pr-97\%:last-child {
    padding-right: 97%;
  }

  .sm\:last\:pb-97\%:last-child {
    padding-bottom: 97%;
  }

  .sm\:last\:pl-97\%:last-child {
    padding-left: 97%;
  }

  .sm\:last\:pt-98\%:last-child {
    padding-top: 98%;
  }

  .sm\:last\:pr-98\%:last-child {
    padding-right: 98%;
  }

  .sm\:last\:pb-98\%:last-child {
    padding-bottom: 98%;
  }

  .sm\:last\:pl-98\%:last-child {
    padding-left: 98%;
  }

  .sm\:last\:pt-99\%:last-child {
    padding-top: 99%;
  }

  .sm\:last\:pr-99\%:last-child {
    padding-right: 99%;
  }

  .sm\:last\:pb-99\%:last-child {
    padding-bottom: 99%;
  }

  .sm\:last\:pl-99\%:last-child {
    padding-left: 99%;
  }

  .sm\:last\:pt-36vh:last-child {
    padding-top: 36vh;
  }

  .sm\:last\:pr-36vh:last-child {
    padding-right: 36vh;
  }

  .sm\:last\:pb-36vh:last-child {
    padding-bottom: 36vh;
  }

  .sm\:last\:pl-36vh:last-child {
    padding-left: 36vh;
  }

  .sm\:last\:pt-75vh:last-child {
    padding-top: 75vh;
  }

  .sm\:last\:pr-75vh:last-child {
    padding-right: 75vh;
  }

  .sm\:last\:pb-75vh:last-child {
    padding-bottom: 75vh;
  }

  .sm\:last\:pl-75vh:last-child {
    padding-left: 75vh;
  }

  .sm\:last\:pt-78vh:last-child {
    padding-top: 78vh;
  }

  .sm\:last\:pr-78vh:last-child {
    padding-right: 78vh;
  }

  .sm\:last\:pb-78vh:last-child {
    padding-bottom: 78vh;
  }

  .sm\:last\:pl-78vh:last-child {
    padding-left: 78vh;
  }

  .sm\:last\:pt-80vh:last-child {
    padding-top: 80vh;
  }

  .sm\:last\:pr-80vh:last-child {
    padding-right: 80vh;
  }

  .sm\:last\:pb-80vh:last-child {
    padding-bottom: 80vh;
  }

  .sm\:last\:pl-80vh:last-child {
    padding-left: 80vh;
  }

  .sm\:last\:pt-82vh:last-child {
    padding-top: 82vh;
  }

  .sm\:last\:pr-82vh:last-child {
    padding-right: 82vh;
  }

  .sm\:last\:pb-82vh:last-child {
    padding-bottom: 82vh;
  }

  .sm\:last\:pl-82vh:last-child {
    padding-left: 82vh;
  }

  .sm\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .sm\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .sm\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .sm\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .sm\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .sm\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .sm\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .sm\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .sm\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .sm\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .sm\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .sm\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .sm\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .sm\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .sm\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .sm\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .sm\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .sm\:even\:p-21:nth-child(even) {
    padding: 5.25rem;
  }

  .sm\:even\:p-22:nth-child(even) {
    padding: 5.5rem;
  }

  .sm\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .sm\:even\:p-26:nth-child(even) {
    padding: 6.5rem;
  }

  .sm\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .sm\:even\:p-30:nth-child(even) {
    padding: 7.5rem;
  }

  .sm\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .sm\:even\:p-34:nth-child(even) {
    padding: 8.5rem;
  }

  .sm\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .sm\:even\:p-38:nth-child(even) {
    padding: 9.5rem;
  }

  .sm\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .sm\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .sm\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .sm\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .sm\:even\:p-53:nth-child(even) {
    padding: 13.25rem;
  }

  .sm\:even\:p-54:nth-child(even) {
    padding: 13.5rem;
  }

  .sm\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .sm\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .sm\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .sm\:even\:p-74:nth-child(even) {
    padding: 18.5rem;
  }

  .sm\:even\:p-76:nth-child(even) {
    padding: 19rem;
  }

  .sm\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .sm\:even\:p-85:nth-child(even) {
    padding: 21.25rem;
  }

  .sm\:even\:p-100:nth-child(even) {
    padding: 25rem;
  }

  .sm\:even\:p-105:nth-child(even) {
    padding: 26.25rem;
  }

  .sm\:even\:p-107:nth-child(even) {
    padding: 26.4rem;
  }

  .sm\:even\:p-110:nth-child(even) {
    padding: 27.5rem;
  }

  .sm\:even\:p-120:nth-child(even) {
    padding: 30rem;
  }

  .sm\:even\:p-130:nth-child(even) {
    padding: 38rem;
  }

  .sm\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .sm\:even\:p-250px:nth-child(even) {
    padding: 250px;
  }

  .sm\:even\:p-1\/2\%:nth-child(even) {
    padding: 0.5%;
  }

  .sm\:even\:p-1\%:nth-child(even) {
    padding: 1%;
  }

  .sm\:even\:p-2\%:nth-child(even) {
    padding: 2%;
  }

  .sm\:even\:p-3\%:nth-child(even) {
    padding: 3%;
  }

  .sm\:even\:p-4\%:nth-child(even) {
    padding: 4%;
  }

  .sm\:even\:p-5\%:nth-child(even) {
    padding: 5%;
  }

  .sm\:even\:p-10\%:nth-child(even) {
    padding: 10%;
  }

  .sm\:even\:p-20\%:nth-child(even) {
    padding: 20%;
  }

  .sm\:even\:p-23\%:nth-child(even) {
    padding: 23%;
  }

  .sm\:even\:p-25\%:nth-child(even) {
    padding: 25%;
  }

  .sm\:even\:p-26\%:nth-child(even) {
    padding: 26%;
  }

  .sm\:even\:p-30\%:nth-child(even) {
    padding: 30%;
  }

  .sm\:even\:p-40\%:nth-child(even) {
    padding: 40%;
  }

  .sm\:even\:p-50\%:nth-child(even) {
    padding: 50%;
  }

  .sm\:even\:p-60\%:nth-child(even) {
    padding: 60%;
  }

  .sm\:even\:p-70\%:nth-child(even) {
    padding: 70%;
  }

  .sm\:even\:p-80\%:nth-child(even) {
    padding: 80%;
  }

  .sm\:even\:p-90\%:nth-child(even) {
    padding: 90%;
  }

  .sm\:even\:p-95\%:nth-child(even) {
    padding: 95%;
  }

  .sm\:even\:p-96\%:nth-child(even) {
    padding: 96%;
  }

  .sm\:even\:p-97\%:nth-child(even) {
    padding: 97%;
  }

  .sm\:even\:p-98\%:nth-child(even) {
    padding: 98%;
  }

  .sm\:even\:p-99\%:nth-child(even) {
    padding: 99%;
  }

  .sm\:even\:p-36vh:nth-child(even) {
    padding: 36vh;
  }

  .sm\:even\:p-75vh:nth-child(even) {
    padding: 75vh;
  }

  .sm\:even\:p-78vh:nth-child(even) {
    padding: 78vh;
  }

  .sm\:even\:p-80vh:nth-child(even) {
    padding: 80vh;
  }

  .sm\:even\:p-82vh:nth-child(even) {
    padding: 82vh;
  }

  .sm\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:even\:py-21:nth-child(even) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:even\:px-21:nth-child(even) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:even\:py-22:nth-child(even) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:even\:px-22:nth-child(even) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:even\:py-26:nth-child(even) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:even\:px-26:nth-child(even) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:even\:py-30:nth-child(even) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:even\:px-30:nth-child(even) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:even\:py-34:nth-child(even) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:even\:px-34:nth-child(even) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:even\:py-38:nth-child(even) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:even\:px-38:nth-child(even) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:even\:py-53:nth-child(even) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .sm\:even\:px-53:nth-child(even) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .sm\:even\:py-54:nth-child(even) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:even\:px-54:nth-child(even) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:even\:py-74:nth-child(even) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .sm\:even\:px-74:nth-child(even) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .sm\:even\:py-76:nth-child(even) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .sm\:even\:px-76:nth-child(even) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .sm\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:even\:py-85:nth-child(even) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .sm\:even\:px-85:nth-child(even) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .sm\:even\:py-100:nth-child(even) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:even\:px-100:nth-child(even) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:even\:py-105:nth-child(even) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .sm\:even\:px-105:nth-child(even) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .sm\:even\:py-107:nth-child(even) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .sm\:even\:px-107:nth-child(even) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .sm\:even\:py-110:nth-child(even) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:even\:px-110:nth-child(even) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:even\:py-120:nth-child(even) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:even\:px-120:nth-child(even) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:even\:py-130:nth-child(even) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:even\:px-130:nth-child(even) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:even\:py-250px:nth-child(even) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:even\:px-250px:nth-child(even) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:even\:py-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .sm\:even\:px-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .sm\:even\:py-1\%:nth-child(even) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:even\:px-1\%:nth-child(even) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:even\:py-2\%:nth-child(even) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:even\:px-2\%:nth-child(even) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sm\:even\:py-3\%:nth-child(even) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sm\:even\:px-3\%:nth-child(even) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sm\:even\:py-4\%:nth-child(even) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sm\:even\:px-4\%:nth-child(even) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sm\:even\:py-5\%:nth-child(even) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:even\:px-5\%:nth-child(even) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:even\:py-10\%:nth-child(even) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:even\:px-10\%:nth-child(even) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:even\:py-20\%:nth-child(even) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:even\:px-20\%:nth-child(even) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:even\:py-23\%:nth-child(even) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .sm\:even\:px-23\%:nth-child(even) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .sm\:even\:py-25\%:nth-child(even) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:even\:px-25\%:nth-child(even) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:even\:py-26\%:nth-child(even) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .sm\:even\:px-26\%:nth-child(even) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .sm\:even\:py-30\%:nth-child(even) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:even\:px-30\%:nth-child(even) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:even\:py-40\%:nth-child(even) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:even\:px-40\%:nth-child(even) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:even\:py-50\%:nth-child(even) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:even\:px-50\%:nth-child(even) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:even\:py-60\%:nth-child(even) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:even\:px-60\%:nth-child(even) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:even\:py-70\%:nth-child(even) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:even\:px-70\%:nth-child(even) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:even\:py-80\%:nth-child(even) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:even\:px-80\%:nth-child(even) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:even\:py-90\%:nth-child(even) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:even\:px-90\%:nth-child(even) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:even\:py-95\%:nth-child(even) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:even\:px-95\%:nth-child(even) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:even\:py-96\%:nth-child(even) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:even\:px-96\%:nth-child(even) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:even\:py-97\%:nth-child(even) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .sm\:even\:px-97\%:nth-child(even) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .sm\:even\:py-98\%:nth-child(even) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .sm\:even\:px-98\%:nth-child(even) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .sm\:even\:py-99\%:nth-child(even) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .sm\:even\:px-99\%:nth-child(even) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .sm\:even\:py-36vh:nth-child(even) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .sm\:even\:px-36vh:nth-child(even) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .sm\:even\:py-75vh:nth-child(even) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .sm\:even\:px-75vh:nth-child(even) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .sm\:even\:py-78vh:nth-child(even) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .sm\:even\:px-78vh:nth-child(even) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .sm\:even\:py-80vh:nth-child(even) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:even\:px-80vh:nth-child(even) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:even\:py-82vh:nth-child(even) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .sm\:even\:px-82vh:nth-child(even) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .sm\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .sm\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .sm\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .sm\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .sm\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .sm\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .sm\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .sm\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .sm\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .sm\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .sm\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .sm\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .sm\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .sm\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .sm\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .sm\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .sm\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .sm\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .sm\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .sm\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .sm\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .sm\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .sm\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .sm\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .sm\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .sm\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .sm\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .sm\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .sm\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .sm\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .sm\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .sm\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .sm\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .sm\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .sm\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .sm\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .sm\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .sm\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .sm\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .sm\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .sm\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .sm\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .sm\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .sm\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .sm\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .sm\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .sm\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .sm\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .sm\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .sm\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .sm\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .sm\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .sm\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .sm\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .sm\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .sm\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .sm\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .sm\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .sm\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .sm\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .sm\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .sm\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .sm\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .sm\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .sm\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .sm\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .sm\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .sm\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .sm\:even\:pt-21:nth-child(even) {
    padding-top: 5.25rem;
  }

  .sm\:even\:pr-21:nth-child(even) {
    padding-right: 5.25rem;
  }

  .sm\:even\:pb-21:nth-child(even) {
    padding-bottom: 5.25rem;
  }

  .sm\:even\:pl-21:nth-child(even) {
    padding-left: 5.25rem;
  }

  .sm\:even\:pt-22:nth-child(even) {
    padding-top: 5.5rem;
  }

  .sm\:even\:pr-22:nth-child(even) {
    padding-right: 5.5rem;
  }

  .sm\:even\:pb-22:nth-child(even) {
    padding-bottom: 5.5rem;
  }

  .sm\:even\:pl-22:nth-child(even) {
    padding-left: 5.5rem;
  }

  .sm\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .sm\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .sm\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .sm\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .sm\:even\:pt-26:nth-child(even) {
    padding-top: 6.5rem;
  }

  .sm\:even\:pr-26:nth-child(even) {
    padding-right: 6.5rem;
  }

  .sm\:even\:pb-26:nth-child(even) {
    padding-bottom: 6.5rem;
  }

  .sm\:even\:pl-26:nth-child(even) {
    padding-left: 6.5rem;
  }

  .sm\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .sm\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .sm\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .sm\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .sm\:even\:pt-30:nth-child(even) {
    padding-top: 7.5rem;
  }

  .sm\:even\:pr-30:nth-child(even) {
    padding-right: 7.5rem;
  }

  .sm\:even\:pb-30:nth-child(even) {
    padding-bottom: 7.5rem;
  }

  .sm\:even\:pl-30:nth-child(even) {
    padding-left: 7.5rem;
  }

  .sm\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .sm\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .sm\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .sm\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .sm\:even\:pt-34:nth-child(even) {
    padding-top: 8.5rem;
  }

  .sm\:even\:pr-34:nth-child(even) {
    padding-right: 8.5rem;
  }

  .sm\:even\:pb-34:nth-child(even) {
    padding-bottom: 8.5rem;
  }

  .sm\:even\:pl-34:nth-child(even) {
    padding-left: 8.5rem;
  }

  .sm\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .sm\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .sm\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .sm\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .sm\:even\:pt-38:nth-child(even) {
    padding-top: 9.5rem;
  }

  .sm\:even\:pr-38:nth-child(even) {
    padding-right: 9.5rem;
  }

  .sm\:even\:pb-38:nth-child(even) {
    padding-bottom: 9.5rem;
  }

  .sm\:even\:pl-38:nth-child(even) {
    padding-left: 9.5rem;
  }

  .sm\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .sm\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .sm\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .sm\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .sm\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .sm\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .sm\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .sm\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .sm\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .sm\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .sm\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .sm\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .sm\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .sm\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .sm\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .sm\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .sm\:even\:pt-53:nth-child(even) {
    padding-top: 13.25rem;
  }

  .sm\:even\:pr-53:nth-child(even) {
    padding-right: 13.25rem;
  }

  .sm\:even\:pb-53:nth-child(even) {
    padding-bottom: 13.25rem;
  }

  .sm\:even\:pl-53:nth-child(even) {
    padding-left: 13.25rem;
  }

  .sm\:even\:pt-54:nth-child(even) {
    padding-top: 13.5rem;
  }

  .sm\:even\:pr-54:nth-child(even) {
    padding-right: 13.5rem;
  }

  .sm\:even\:pb-54:nth-child(even) {
    padding-bottom: 13.5rem;
  }

  .sm\:even\:pl-54:nth-child(even) {
    padding-left: 13.5rem;
  }

  .sm\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .sm\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .sm\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .sm\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .sm\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .sm\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .sm\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .sm\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .sm\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .sm\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .sm\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .sm\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .sm\:even\:pt-74:nth-child(even) {
    padding-top: 18.5rem;
  }

  .sm\:even\:pr-74:nth-child(even) {
    padding-right: 18.5rem;
  }

  .sm\:even\:pb-74:nth-child(even) {
    padding-bottom: 18.5rem;
  }

  .sm\:even\:pl-74:nth-child(even) {
    padding-left: 18.5rem;
  }

  .sm\:even\:pt-76:nth-child(even) {
    padding-top: 19rem;
  }

  .sm\:even\:pr-76:nth-child(even) {
    padding-right: 19rem;
  }

  .sm\:even\:pb-76:nth-child(even) {
    padding-bottom: 19rem;
  }

  .sm\:even\:pl-76:nth-child(even) {
    padding-left: 19rem;
  }

  .sm\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .sm\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .sm\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .sm\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .sm\:even\:pt-85:nth-child(even) {
    padding-top: 21.25rem;
  }

  .sm\:even\:pr-85:nth-child(even) {
    padding-right: 21.25rem;
  }

  .sm\:even\:pb-85:nth-child(even) {
    padding-bottom: 21.25rem;
  }

  .sm\:even\:pl-85:nth-child(even) {
    padding-left: 21.25rem;
  }

  .sm\:even\:pt-100:nth-child(even) {
    padding-top: 25rem;
  }

  .sm\:even\:pr-100:nth-child(even) {
    padding-right: 25rem;
  }

  .sm\:even\:pb-100:nth-child(even) {
    padding-bottom: 25rem;
  }

  .sm\:even\:pl-100:nth-child(even) {
    padding-left: 25rem;
  }

  .sm\:even\:pt-105:nth-child(even) {
    padding-top: 26.25rem;
  }

  .sm\:even\:pr-105:nth-child(even) {
    padding-right: 26.25rem;
  }

  .sm\:even\:pb-105:nth-child(even) {
    padding-bottom: 26.25rem;
  }

  .sm\:even\:pl-105:nth-child(even) {
    padding-left: 26.25rem;
  }

  .sm\:even\:pt-107:nth-child(even) {
    padding-top: 26.4rem;
  }

  .sm\:even\:pr-107:nth-child(even) {
    padding-right: 26.4rem;
  }

  .sm\:even\:pb-107:nth-child(even) {
    padding-bottom: 26.4rem;
  }

  .sm\:even\:pl-107:nth-child(even) {
    padding-left: 26.4rem;
  }

  .sm\:even\:pt-110:nth-child(even) {
    padding-top: 27.5rem;
  }

  .sm\:even\:pr-110:nth-child(even) {
    padding-right: 27.5rem;
  }

  .sm\:even\:pb-110:nth-child(even) {
    padding-bottom: 27.5rem;
  }

  .sm\:even\:pl-110:nth-child(even) {
    padding-left: 27.5rem;
  }

  .sm\:even\:pt-120:nth-child(even) {
    padding-top: 30rem;
  }

  .sm\:even\:pr-120:nth-child(even) {
    padding-right: 30rem;
  }

  .sm\:even\:pb-120:nth-child(even) {
    padding-bottom: 30rem;
  }

  .sm\:even\:pl-120:nth-child(even) {
    padding-left: 30rem;
  }

  .sm\:even\:pt-130:nth-child(even) {
    padding-top: 38rem;
  }

  .sm\:even\:pr-130:nth-child(even) {
    padding-right: 38rem;
  }

  .sm\:even\:pb-130:nth-child(even) {
    padding-bottom: 38rem;
  }

  .sm\:even\:pl-130:nth-child(even) {
    padding-left: 38rem;
  }

  .sm\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .sm\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .sm\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .sm\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .sm\:even\:pt-250px:nth-child(even) {
    padding-top: 250px;
  }

  .sm\:even\:pr-250px:nth-child(even) {
    padding-right: 250px;
  }

  .sm\:even\:pb-250px:nth-child(even) {
    padding-bottom: 250px;
  }

  .sm\:even\:pl-250px:nth-child(even) {
    padding-left: 250px;
  }

  .sm\:even\:pt-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
  }

  .sm\:even\:pr-1\/2\%:nth-child(even) {
    padding-right: 0.5%;
  }

  .sm\:even\:pb-1\/2\%:nth-child(even) {
    padding-bottom: 0.5%;
  }

  .sm\:even\:pl-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
  }

  .sm\:even\:pt-1\%:nth-child(even) {
    padding-top: 1%;
  }

  .sm\:even\:pr-1\%:nth-child(even) {
    padding-right: 1%;
  }

  .sm\:even\:pb-1\%:nth-child(even) {
    padding-bottom: 1%;
  }

  .sm\:even\:pl-1\%:nth-child(even) {
    padding-left: 1%;
  }

  .sm\:even\:pt-2\%:nth-child(even) {
    padding-top: 2%;
  }

  .sm\:even\:pr-2\%:nth-child(even) {
    padding-right: 2%;
  }

  .sm\:even\:pb-2\%:nth-child(even) {
    padding-bottom: 2%;
  }

  .sm\:even\:pl-2\%:nth-child(even) {
    padding-left: 2%;
  }

  .sm\:even\:pt-3\%:nth-child(even) {
    padding-top: 3%;
  }

  .sm\:even\:pr-3\%:nth-child(even) {
    padding-right: 3%;
  }

  .sm\:even\:pb-3\%:nth-child(even) {
    padding-bottom: 3%;
  }

  .sm\:even\:pl-3\%:nth-child(even) {
    padding-left: 3%;
  }

  .sm\:even\:pt-4\%:nth-child(even) {
    padding-top: 4%;
  }

  .sm\:even\:pr-4\%:nth-child(even) {
    padding-right: 4%;
  }

  .sm\:even\:pb-4\%:nth-child(even) {
    padding-bottom: 4%;
  }

  .sm\:even\:pl-4\%:nth-child(even) {
    padding-left: 4%;
  }

  .sm\:even\:pt-5\%:nth-child(even) {
    padding-top: 5%;
  }

  .sm\:even\:pr-5\%:nth-child(even) {
    padding-right: 5%;
  }

  .sm\:even\:pb-5\%:nth-child(even) {
    padding-bottom: 5%;
  }

  .sm\:even\:pl-5\%:nth-child(even) {
    padding-left: 5%;
  }

  .sm\:even\:pt-10\%:nth-child(even) {
    padding-top: 10%;
  }

  .sm\:even\:pr-10\%:nth-child(even) {
    padding-right: 10%;
  }

  .sm\:even\:pb-10\%:nth-child(even) {
    padding-bottom: 10%;
  }

  .sm\:even\:pl-10\%:nth-child(even) {
    padding-left: 10%;
  }

  .sm\:even\:pt-20\%:nth-child(even) {
    padding-top: 20%;
  }

  .sm\:even\:pr-20\%:nth-child(even) {
    padding-right: 20%;
  }

  .sm\:even\:pb-20\%:nth-child(even) {
    padding-bottom: 20%;
  }

  .sm\:even\:pl-20\%:nth-child(even) {
    padding-left: 20%;
  }

  .sm\:even\:pt-23\%:nth-child(even) {
    padding-top: 23%;
  }

  .sm\:even\:pr-23\%:nth-child(even) {
    padding-right: 23%;
  }

  .sm\:even\:pb-23\%:nth-child(even) {
    padding-bottom: 23%;
  }

  .sm\:even\:pl-23\%:nth-child(even) {
    padding-left: 23%;
  }

  .sm\:even\:pt-25\%:nth-child(even) {
    padding-top: 25%;
  }

  .sm\:even\:pr-25\%:nth-child(even) {
    padding-right: 25%;
  }

  .sm\:even\:pb-25\%:nth-child(even) {
    padding-bottom: 25%;
  }

  .sm\:even\:pl-25\%:nth-child(even) {
    padding-left: 25%;
  }

  .sm\:even\:pt-26\%:nth-child(even) {
    padding-top: 26%;
  }

  .sm\:even\:pr-26\%:nth-child(even) {
    padding-right: 26%;
  }

  .sm\:even\:pb-26\%:nth-child(even) {
    padding-bottom: 26%;
  }

  .sm\:even\:pl-26\%:nth-child(even) {
    padding-left: 26%;
  }

  .sm\:even\:pt-30\%:nth-child(even) {
    padding-top: 30%;
  }

  .sm\:even\:pr-30\%:nth-child(even) {
    padding-right: 30%;
  }

  .sm\:even\:pb-30\%:nth-child(even) {
    padding-bottom: 30%;
  }

  .sm\:even\:pl-30\%:nth-child(even) {
    padding-left: 30%;
  }

  .sm\:even\:pt-40\%:nth-child(even) {
    padding-top: 40%;
  }

  .sm\:even\:pr-40\%:nth-child(even) {
    padding-right: 40%;
  }

  .sm\:even\:pb-40\%:nth-child(even) {
    padding-bottom: 40%;
  }

  .sm\:even\:pl-40\%:nth-child(even) {
    padding-left: 40%;
  }

  .sm\:even\:pt-50\%:nth-child(even) {
    padding-top: 50%;
  }

  .sm\:even\:pr-50\%:nth-child(even) {
    padding-right: 50%;
  }

  .sm\:even\:pb-50\%:nth-child(even) {
    padding-bottom: 50%;
  }

  .sm\:even\:pl-50\%:nth-child(even) {
    padding-left: 50%;
  }

  .sm\:even\:pt-60\%:nth-child(even) {
    padding-top: 60%;
  }

  .sm\:even\:pr-60\%:nth-child(even) {
    padding-right: 60%;
  }

  .sm\:even\:pb-60\%:nth-child(even) {
    padding-bottom: 60%;
  }

  .sm\:even\:pl-60\%:nth-child(even) {
    padding-left: 60%;
  }

  .sm\:even\:pt-70\%:nth-child(even) {
    padding-top: 70%;
  }

  .sm\:even\:pr-70\%:nth-child(even) {
    padding-right: 70%;
  }

  .sm\:even\:pb-70\%:nth-child(even) {
    padding-bottom: 70%;
  }

  .sm\:even\:pl-70\%:nth-child(even) {
    padding-left: 70%;
  }

  .sm\:even\:pt-80\%:nth-child(even) {
    padding-top: 80%;
  }

  .sm\:even\:pr-80\%:nth-child(even) {
    padding-right: 80%;
  }

  .sm\:even\:pb-80\%:nth-child(even) {
    padding-bottom: 80%;
  }

  .sm\:even\:pl-80\%:nth-child(even) {
    padding-left: 80%;
  }

  .sm\:even\:pt-90\%:nth-child(even) {
    padding-top: 90%;
  }

  .sm\:even\:pr-90\%:nth-child(even) {
    padding-right: 90%;
  }

  .sm\:even\:pb-90\%:nth-child(even) {
    padding-bottom: 90%;
  }

  .sm\:even\:pl-90\%:nth-child(even) {
    padding-left: 90%;
  }

  .sm\:even\:pt-95\%:nth-child(even) {
    padding-top: 95%;
  }

  .sm\:even\:pr-95\%:nth-child(even) {
    padding-right: 95%;
  }

  .sm\:even\:pb-95\%:nth-child(even) {
    padding-bottom: 95%;
  }

  .sm\:even\:pl-95\%:nth-child(even) {
    padding-left: 95%;
  }

  .sm\:even\:pt-96\%:nth-child(even) {
    padding-top: 96%;
  }

  .sm\:even\:pr-96\%:nth-child(even) {
    padding-right: 96%;
  }

  .sm\:even\:pb-96\%:nth-child(even) {
    padding-bottom: 96%;
  }

  .sm\:even\:pl-96\%:nth-child(even) {
    padding-left: 96%;
  }

  .sm\:even\:pt-97\%:nth-child(even) {
    padding-top: 97%;
  }

  .sm\:even\:pr-97\%:nth-child(even) {
    padding-right: 97%;
  }

  .sm\:even\:pb-97\%:nth-child(even) {
    padding-bottom: 97%;
  }

  .sm\:even\:pl-97\%:nth-child(even) {
    padding-left: 97%;
  }

  .sm\:even\:pt-98\%:nth-child(even) {
    padding-top: 98%;
  }

  .sm\:even\:pr-98\%:nth-child(even) {
    padding-right: 98%;
  }

  .sm\:even\:pb-98\%:nth-child(even) {
    padding-bottom: 98%;
  }

  .sm\:even\:pl-98\%:nth-child(even) {
    padding-left: 98%;
  }

  .sm\:even\:pt-99\%:nth-child(even) {
    padding-top: 99%;
  }

  .sm\:even\:pr-99\%:nth-child(even) {
    padding-right: 99%;
  }

  .sm\:even\:pb-99\%:nth-child(even) {
    padding-bottom: 99%;
  }

  .sm\:even\:pl-99\%:nth-child(even) {
    padding-left: 99%;
  }

  .sm\:even\:pt-36vh:nth-child(even) {
    padding-top: 36vh;
  }

  .sm\:even\:pr-36vh:nth-child(even) {
    padding-right: 36vh;
  }

  .sm\:even\:pb-36vh:nth-child(even) {
    padding-bottom: 36vh;
  }

  .sm\:even\:pl-36vh:nth-child(even) {
    padding-left: 36vh;
  }

  .sm\:even\:pt-75vh:nth-child(even) {
    padding-top: 75vh;
  }

  .sm\:even\:pr-75vh:nth-child(even) {
    padding-right: 75vh;
  }

  .sm\:even\:pb-75vh:nth-child(even) {
    padding-bottom: 75vh;
  }

  .sm\:even\:pl-75vh:nth-child(even) {
    padding-left: 75vh;
  }

  .sm\:even\:pt-78vh:nth-child(even) {
    padding-top: 78vh;
  }

  .sm\:even\:pr-78vh:nth-child(even) {
    padding-right: 78vh;
  }

  .sm\:even\:pb-78vh:nth-child(even) {
    padding-bottom: 78vh;
  }

  .sm\:even\:pl-78vh:nth-child(even) {
    padding-left: 78vh;
  }

  .sm\:even\:pt-80vh:nth-child(even) {
    padding-top: 80vh;
  }

  .sm\:even\:pr-80vh:nth-child(even) {
    padding-right: 80vh;
  }

  .sm\:even\:pb-80vh:nth-child(even) {
    padding-bottom: 80vh;
  }

  .sm\:even\:pl-80vh:nth-child(even) {
    padding-left: 80vh;
  }

  .sm\:even\:pt-82vh:nth-child(even) {
    padding-top: 82vh;
  }

  .sm\:even\:pr-82vh:nth-child(even) {
    padding-right: 82vh;
  }

  .sm\:even\:pb-82vh:nth-child(even) {
    padding-bottom: 82vh;
  }

  .sm\:even\:pl-82vh:nth-child(even) {
    padding-left: 82vh;
  }

  .sm\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .sm\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .sm\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .sm\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .sm\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .sm\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .sm\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .sm\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .sm\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .sm\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .sm\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .sm\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .sm\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .sm\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .sm\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .sm\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .sm\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .sm\:odd\:p-21:nth-child(odd) {
    padding: 5.25rem;
  }

  .sm\:odd\:p-22:nth-child(odd) {
    padding: 5.5rem;
  }

  .sm\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .sm\:odd\:p-26:nth-child(odd) {
    padding: 6.5rem;
  }

  .sm\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .sm\:odd\:p-30:nth-child(odd) {
    padding: 7.5rem;
  }

  .sm\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .sm\:odd\:p-34:nth-child(odd) {
    padding: 8.5rem;
  }

  .sm\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .sm\:odd\:p-38:nth-child(odd) {
    padding: 9.5rem;
  }

  .sm\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .sm\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .sm\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .sm\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .sm\:odd\:p-53:nth-child(odd) {
    padding: 13.25rem;
  }

  .sm\:odd\:p-54:nth-child(odd) {
    padding: 13.5rem;
  }

  .sm\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .sm\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .sm\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .sm\:odd\:p-74:nth-child(odd) {
    padding: 18.5rem;
  }

  .sm\:odd\:p-76:nth-child(odd) {
    padding: 19rem;
  }

  .sm\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .sm\:odd\:p-85:nth-child(odd) {
    padding: 21.25rem;
  }

  .sm\:odd\:p-100:nth-child(odd) {
    padding: 25rem;
  }

  .sm\:odd\:p-105:nth-child(odd) {
    padding: 26.25rem;
  }

  .sm\:odd\:p-107:nth-child(odd) {
    padding: 26.4rem;
  }

  .sm\:odd\:p-110:nth-child(odd) {
    padding: 27.5rem;
  }

  .sm\:odd\:p-120:nth-child(odd) {
    padding: 30rem;
  }

  .sm\:odd\:p-130:nth-child(odd) {
    padding: 38rem;
  }

  .sm\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .sm\:odd\:p-250px:nth-child(odd) {
    padding: 250px;
  }

  .sm\:odd\:p-1\/2\%:nth-child(odd) {
    padding: 0.5%;
  }

  .sm\:odd\:p-1\%:nth-child(odd) {
    padding: 1%;
  }

  .sm\:odd\:p-2\%:nth-child(odd) {
    padding: 2%;
  }

  .sm\:odd\:p-3\%:nth-child(odd) {
    padding: 3%;
  }

  .sm\:odd\:p-4\%:nth-child(odd) {
    padding: 4%;
  }

  .sm\:odd\:p-5\%:nth-child(odd) {
    padding: 5%;
  }

  .sm\:odd\:p-10\%:nth-child(odd) {
    padding: 10%;
  }

  .sm\:odd\:p-20\%:nth-child(odd) {
    padding: 20%;
  }

  .sm\:odd\:p-23\%:nth-child(odd) {
    padding: 23%;
  }

  .sm\:odd\:p-25\%:nth-child(odd) {
    padding: 25%;
  }

  .sm\:odd\:p-26\%:nth-child(odd) {
    padding: 26%;
  }

  .sm\:odd\:p-30\%:nth-child(odd) {
    padding: 30%;
  }

  .sm\:odd\:p-40\%:nth-child(odd) {
    padding: 40%;
  }

  .sm\:odd\:p-50\%:nth-child(odd) {
    padding: 50%;
  }

  .sm\:odd\:p-60\%:nth-child(odd) {
    padding: 60%;
  }

  .sm\:odd\:p-70\%:nth-child(odd) {
    padding: 70%;
  }

  .sm\:odd\:p-80\%:nth-child(odd) {
    padding: 80%;
  }

  .sm\:odd\:p-90\%:nth-child(odd) {
    padding: 90%;
  }

  .sm\:odd\:p-95\%:nth-child(odd) {
    padding: 95%;
  }

  .sm\:odd\:p-96\%:nth-child(odd) {
    padding: 96%;
  }

  .sm\:odd\:p-97\%:nth-child(odd) {
    padding: 97%;
  }

  .sm\:odd\:p-98\%:nth-child(odd) {
    padding: 98%;
  }

  .sm\:odd\:p-99\%:nth-child(odd) {
    padding: 99%;
  }

  .sm\:odd\:p-36vh:nth-child(odd) {
    padding: 36vh;
  }

  .sm\:odd\:p-75vh:nth-child(odd) {
    padding: 75vh;
  }

  .sm\:odd\:p-78vh:nth-child(odd) {
    padding: 78vh;
  }

  .sm\:odd\:p-80vh:nth-child(odd) {
    padding: 80vh;
  }

  .sm\:odd\:p-82vh:nth-child(odd) {
    padding: 82vh;
  }

  .sm\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:odd\:py-21:nth-child(odd) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:odd\:px-21:nth-child(odd) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:odd\:py-22:nth-child(odd) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:odd\:px-22:nth-child(odd) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:odd\:py-26:nth-child(odd) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:odd\:px-26:nth-child(odd) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:odd\:py-30:nth-child(odd) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sm\:odd\:px-30:nth-child(odd) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sm\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:odd\:py-34:nth-child(odd) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:odd\:px-34:nth-child(odd) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:odd\:py-38:nth-child(odd) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .sm\:odd\:px-38:nth-child(odd) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .sm\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:odd\:py-53:nth-child(odd) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .sm\:odd\:px-53:nth-child(odd) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .sm\:odd\:py-54:nth-child(odd) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .sm\:odd\:px-54:nth-child(odd) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .sm\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:odd\:py-74:nth-child(odd) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .sm\:odd\:px-74:nth-child(odd) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .sm\:odd\:py-76:nth-child(odd) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .sm\:odd\:px-76:nth-child(odd) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .sm\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:odd\:py-85:nth-child(odd) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .sm\:odd\:px-85:nth-child(odd) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .sm\:odd\:py-100:nth-child(odd) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .sm\:odd\:px-100:nth-child(odd) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .sm\:odd\:py-105:nth-child(odd) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .sm\:odd\:px-105:nth-child(odd) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .sm\:odd\:py-107:nth-child(odd) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .sm\:odd\:px-107:nth-child(odd) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .sm\:odd\:py-110:nth-child(odd) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:odd\:px-110:nth-child(odd) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:odd\:py-120:nth-child(odd) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:odd\:px-120:nth-child(odd) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:odd\:py-130:nth-child(odd) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:odd\:px-130:nth-child(odd) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:odd\:py-250px:nth-child(odd) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .sm\:odd\:px-250px:nth-child(odd) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .sm\:odd\:py-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .sm\:odd\:px-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .sm\:odd\:py-1\%:nth-child(odd) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .sm\:odd\:px-1\%:nth-child(odd) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .sm\:odd\:py-2\%:nth-child(odd) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .sm\:odd\:px-2\%:nth-child(odd) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .sm\:odd\:py-3\%:nth-child(odd) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .sm\:odd\:px-3\%:nth-child(odd) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .sm\:odd\:py-4\%:nth-child(odd) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .sm\:odd\:px-4\%:nth-child(odd) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sm\:odd\:py-5\%:nth-child(odd) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .sm\:odd\:px-5\%:nth-child(odd) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sm\:odd\:py-10\%:nth-child(odd) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .sm\:odd\:px-10\%:nth-child(odd) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .sm\:odd\:py-20\%:nth-child(odd) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:odd\:px-20\%:nth-child(odd) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:odd\:py-23\%:nth-child(odd) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .sm\:odd\:px-23\%:nth-child(odd) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .sm\:odd\:py-25\%:nth-child(odd) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:odd\:px-25\%:nth-child(odd) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:odd\:py-26\%:nth-child(odd) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .sm\:odd\:px-26\%:nth-child(odd) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .sm\:odd\:py-30\%:nth-child(odd) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .sm\:odd\:px-30\%:nth-child(odd) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .sm\:odd\:py-40\%:nth-child(odd) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:odd\:px-40\%:nth-child(odd) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:odd\:py-50\%:nth-child(odd) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:odd\:px-50\%:nth-child(odd) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:odd\:py-60\%:nth-child(odd) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:odd\:px-60\%:nth-child(odd) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:odd\:py-70\%:nth-child(odd) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .sm\:odd\:px-70\%:nth-child(odd) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .sm\:odd\:py-80\%:nth-child(odd) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:odd\:px-80\%:nth-child(odd) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:odd\:py-90\%:nth-child(odd) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .sm\:odd\:px-90\%:nth-child(odd) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .sm\:odd\:py-95\%:nth-child(odd) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .sm\:odd\:px-95\%:nth-child(odd) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .sm\:odd\:py-96\%:nth-child(odd) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .sm\:odd\:px-96\%:nth-child(odd) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .sm\:odd\:py-97\%:nth-child(odd) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .sm\:odd\:px-97\%:nth-child(odd) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .sm\:odd\:py-98\%:nth-child(odd) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .sm\:odd\:px-98\%:nth-child(odd) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .sm\:odd\:py-99\%:nth-child(odd) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .sm\:odd\:px-99\%:nth-child(odd) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .sm\:odd\:py-36vh:nth-child(odd) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .sm\:odd\:px-36vh:nth-child(odd) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .sm\:odd\:py-75vh:nth-child(odd) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .sm\:odd\:px-75vh:nth-child(odd) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .sm\:odd\:py-78vh:nth-child(odd) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .sm\:odd\:px-78vh:nth-child(odd) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .sm\:odd\:py-80vh:nth-child(odd) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:odd\:px-80vh:nth-child(odd) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:odd\:py-82vh:nth-child(odd) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .sm\:odd\:px-82vh:nth-child(odd) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .sm\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .sm\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .sm\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .sm\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .sm\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .sm\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .sm\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .sm\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .sm\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .sm\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .sm\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .sm\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .sm\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .sm\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .sm\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .sm\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .sm\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .sm\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .sm\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .sm\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .sm\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .sm\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .sm\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .sm\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .sm\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .sm\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .sm\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .sm\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .sm\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .sm\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .sm\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .sm\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .sm\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .sm\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .sm\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .sm\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .sm\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .sm\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .sm\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .sm\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .sm\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .sm\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .sm\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .sm\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .sm\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .sm\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .sm\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .sm\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .sm\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .sm\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .sm\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .sm\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .sm\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .sm\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .sm\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .sm\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .sm\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .sm\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .sm\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .sm\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .sm\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .sm\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .sm\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .sm\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .sm\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .sm\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .sm\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .sm\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .sm\:odd\:pt-21:nth-child(odd) {
    padding-top: 5.25rem;
  }

  .sm\:odd\:pr-21:nth-child(odd) {
    padding-right: 5.25rem;
  }

  .sm\:odd\:pb-21:nth-child(odd) {
    padding-bottom: 5.25rem;
  }

  .sm\:odd\:pl-21:nth-child(odd) {
    padding-left: 5.25rem;
  }

  .sm\:odd\:pt-22:nth-child(odd) {
    padding-top: 5.5rem;
  }

  .sm\:odd\:pr-22:nth-child(odd) {
    padding-right: 5.5rem;
  }

  .sm\:odd\:pb-22:nth-child(odd) {
    padding-bottom: 5.5rem;
  }

  .sm\:odd\:pl-22:nth-child(odd) {
    padding-left: 5.5rem;
  }

  .sm\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .sm\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .sm\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .sm\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .sm\:odd\:pt-26:nth-child(odd) {
    padding-top: 6.5rem;
  }

  .sm\:odd\:pr-26:nth-child(odd) {
    padding-right: 6.5rem;
  }

  .sm\:odd\:pb-26:nth-child(odd) {
    padding-bottom: 6.5rem;
  }

  .sm\:odd\:pl-26:nth-child(odd) {
    padding-left: 6.5rem;
  }

  .sm\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .sm\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .sm\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .sm\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .sm\:odd\:pt-30:nth-child(odd) {
    padding-top: 7.5rem;
  }

  .sm\:odd\:pr-30:nth-child(odd) {
    padding-right: 7.5rem;
  }

  .sm\:odd\:pb-30:nth-child(odd) {
    padding-bottom: 7.5rem;
  }

  .sm\:odd\:pl-30:nth-child(odd) {
    padding-left: 7.5rem;
  }

  .sm\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .sm\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .sm\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .sm\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .sm\:odd\:pt-34:nth-child(odd) {
    padding-top: 8.5rem;
  }

  .sm\:odd\:pr-34:nth-child(odd) {
    padding-right: 8.5rem;
  }

  .sm\:odd\:pb-34:nth-child(odd) {
    padding-bottom: 8.5rem;
  }

  .sm\:odd\:pl-34:nth-child(odd) {
    padding-left: 8.5rem;
  }

  .sm\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .sm\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .sm\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .sm\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .sm\:odd\:pt-38:nth-child(odd) {
    padding-top: 9.5rem;
  }

  .sm\:odd\:pr-38:nth-child(odd) {
    padding-right: 9.5rem;
  }

  .sm\:odd\:pb-38:nth-child(odd) {
    padding-bottom: 9.5rem;
  }

  .sm\:odd\:pl-38:nth-child(odd) {
    padding-left: 9.5rem;
  }

  .sm\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .sm\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .sm\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .sm\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .sm\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .sm\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .sm\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .sm\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .sm\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .sm\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .sm\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .sm\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .sm\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .sm\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .sm\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .sm\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .sm\:odd\:pt-53:nth-child(odd) {
    padding-top: 13.25rem;
  }

  .sm\:odd\:pr-53:nth-child(odd) {
    padding-right: 13.25rem;
  }

  .sm\:odd\:pb-53:nth-child(odd) {
    padding-bottom: 13.25rem;
  }

  .sm\:odd\:pl-53:nth-child(odd) {
    padding-left: 13.25rem;
  }

  .sm\:odd\:pt-54:nth-child(odd) {
    padding-top: 13.5rem;
  }

  .sm\:odd\:pr-54:nth-child(odd) {
    padding-right: 13.5rem;
  }

  .sm\:odd\:pb-54:nth-child(odd) {
    padding-bottom: 13.5rem;
  }

  .sm\:odd\:pl-54:nth-child(odd) {
    padding-left: 13.5rem;
  }

  .sm\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .sm\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .sm\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .sm\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .sm\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .sm\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .sm\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .sm\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .sm\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .sm\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .sm\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .sm\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .sm\:odd\:pt-74:nth-child(odd) {
    padding-top: 18.5rem;
  }

  .sm\:odd\:pr-74:nth-child(odd) {
    padding-right: 18.5rem;
  }

  .sm\:odd\:pb-74:nth-child(odd) {
    padding-bottom: 18.5rem;
  }

  .sm\:odd\:pl-74:nth-child(odd) {
    padding-left: 18.5rem;
  }

  .sm\:odd\:pt-76:nth-child(odd) {
    padding-top: 19rem;
  }

  .sm\:odd\:pr-76:nth-child(odd) {
    padding-right: 19rem;
  }

  .sm\:odd\:pb-76:nth-child(odd) {
    padding-bottom: 19rem;
  }

  .sm\:odd\:pl-76:nth-child(odd) {
    padding-left: 19rem;
  }

  .sm\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .sm\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .sm\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .sm\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .sm\:odd\:pt-85:nth-child(odd) {
    padding-top: 21.25rem;
  }

  .sm\:odd\:pr-85:nth-child(odd) {
    padding-right: 21.25rem;
  }

  .sm\:odd\:pb-85:nth-child(odd) {
    padding-bottom: 21.25rem;
  }

  .sm\:odd\:pl-85:nth-child(odd) {
    padding-left: 21.25rem;
  }

  .sm\:odd\:pt-100:nth-child(odd) {
    padding-top: 25rem;
  }

  .sm\:odd\:pr-100:nth-child(odd) {
    padding-right: 25rem;
  }

  .sm\:odd\:pb-100:nth-child(odd) {
    padding-bottom: 25rem;
  }

  .sm\:odd\:pl-100:nth-child(odd) {
    padding-left: 25rem;
  }

  .sm\:odd\:pt-105:nth-child(odd) {
    padding-top: 26.25rem;
  }

  .sm\:odd\:pr-105:nth-child(odd) {
    padding-right: 26.25rem;
  }

  .sm\:odd\:pb-105:nth-child(odd) {
    padding-bottom: 26.25rem;
  }

  .sm\:odd\:pl-105:nth-child(odd) {
    padding-left: 26.25rem;
  }

  .sm\:odd\:pt-107:nth-child(odd) {
    padding-top: 26.4rem;
  }

  .sm\:odd\:pr-107:nth-child(odd) {
    padding-right: 26.4rem;
  }

  .sm\:odd\:pb-107:nth-child(odd) {
    padding-bottom: 26.4rem;
  }

  .sm\:odd\:pl-107:nth-child(odd) {
    padding-left: 26.4rem;
  }

  .sm\:odd\:pt-110:nth-child(odd) {
    padding-top: 27.5rem;
  }

  .sm\:odd\:pr-110:nth-child(odd) {
    padding-right: 27.5rem;
  }

  .sm\:odd\:pb-110:nth-child(odd) {
    padding-bottom: 27.5rem;
  }

  .sm\:odd\:pl-110:nth-child(odd) {
    padding-left: 27.5rem;
  }

  .sm\:odd\:pt-120:nth-child(odd) {
    padding-top: 30rem;
  }

  .sm\:odd\:pr-120:nth-child(odd) {
    padding-right: 30rem;
  }

  .sm\:odd\:pb-120:nth-child(odd) {
    padding-bottom: 30rem;
  }

  .sm\:odd\:pl-120:nth-child(odd) {
    padding-left: 30rem;
  }

  .sm\:odd\:pt-130:nth-child(odd) {
    padding-top: 38rem;
  }

  .sm\:odd\:pr-130:nth-child(odd) {
    padding-right: 38rem;
  }

  .sm\:odd\:pb-130:nth-child(odd) {
    padding-bottom: 38rem;
  }

  .sm\:odd\:pl-130:nth-child(odd) {
    padding-left: 38rem;
  }

  .sm\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .sm\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .sm\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .sm\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .sm\:odd\:pt-250px:nth-child(odd) {
    padding-top: 250px;
  }

  .sm\:odd\:pr-250px:nth-child(odd) {
    padding-right: 250px;
  }

  .sm\:odd\:pb-250px:nth-child(odd) {
    padding-bottom: 250px;
  }

  .sm\:odd\:pl-250px:nth-child(odd) {
    padding-left: 250px;
  }

  .sm\:odd\:pt-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
  }

  .sm\:odd\:pr-1\/2\%:nth-child(odd) {
    padding-right: 0.5%;
  }

  .sm\:odd\:pb-1\/2\%:nth-child(odd) {
    padding-bottom: 0.5%;
  }

  .sm\:odd\:pl-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
  }

  .sm\:odd\:pt-1\%:nth-child(odd) {
    padding-top: 1%;
  }

  .sm\:odd\:pr-1\%:nth-child(odd) {
    padding-right: 1%;
  }

  .sm\:odd\:pb-1\%:nth-child(odd) {
    padding-bottom: 1%;
  }

  .sm\:odd\:pl-1\%:nth-child(odd) {
    padding-left: 1%;
  }

  .sm\:odd\:pt-2\%:nth-child(odd) {
    padding-top: 2%;
  }

  .sm\:odd\:pr-2\%:nth-child(odd) {
    padding-right: 2%;
  }

  .sm\:odd\:pb-2\%:nth-child(odd) {
    padding-bottom: 2%;
  }

  .sm\:odd\:pl-2\%:nth-child(odd) {
    padding-left: 2%;
  }

  .sm\:odd\:pt-3\%:nth-child(odd) {
    padding-top: 3%;
  }

  .sm\:odd\:pr-3\%:nth-child(odd) {
    padding-right: 3%;
  }

  .sm\:odd\:pb-3\%:nth-child(odd) {
    padding-bottom: 3%;
  }

  .sm\:odd\:pl-3\%:nth-child(odd) {
    padding-left: 3%;
  }

  .sm\:odd\:pt-4\%:nth-child(odd) {
    padding-top: 4%;
  }

  .sm\:odd\:pr-4\%:nth-child(odd) {
    padding-right: 4%;
  }

  .sm\:odd\:pb-4\%:nth-child(odd) {
    padding-bottom: 4%;
  }

  .sm\:odd\:pl-4\%:nth-child(odd) {
    padding-left: 4%;
  }

  .sm\:odd\:pt-5\%:nth-child(odd) {
    padding-top: 5%;
  }

  .sm\:odd\:pr-5\%:nth-child(odd) {
    padding-right: 5%;
  }

  .sm\:odd\:pb-5\%:nth-child(odd) {
    padding-bottom: 5%;
  }

  .sm\:odd\:pl-5\%:nth-child(odd) {
    padding-left: 5%;
  }

  .sm\:odd\:pt-10\%:nth-child(odd) {
    padding-top: 10%;
  }

  .sm\:odd\:pr-10\%:nth-child(odd) {
    padding-right: 10%;
  }

  .sm\:odd\:pb-10\%:nth-child(odd) {
    padding-bottom: 10%;
  }

  .sm\:odd\:pl-10\%:nth-child(odd) {
    padding-left: 10%;
  }

  .sm\:odd\:pt-20\%:nth-child(odd) {
    padding-top: 20%;
  }

  .sm\:odd\:pr-20\%:nth-child(odd) {
    padding-right: 20%;
  }

  .sm\:odd\:pb-20\%:nth-child(odd) {
    padding-bottom: 20%;
  }

  .sm\:odd\:pl-20\%:nth-child(odd) {
    padding-left: 20%;
  }

  .sm\:odd\:pt-23\%:nth-child(odd) {
    padding-top: 23%;
  }

  .sm\:odd\:pr-23\%:nth-child(odd) {
    padding-right: 23%;
  }

  .sm\:odd\:pb-23\%:nth-child(odd) {
    padding-bottom: 23%;
  }

  .sm\:odd\:pl-23\%:nth-child(odd) {
    padding-left: 23%;
  }

  .sm\:odd\:pt-25\%:nth-child(odd) {
    padding-top: 25%;
  }

  .sm\:odd\:pr-25\%:nth-child(odd) {
    padding-right: 25%;
  }

  .sm\:odd\:pb-25\%:nth-child(odd) {
    padding-bottom: 25%;
  }

  .sm\:odd\:pl-25\%:nth-child(odd) {
    padding-left: 25%;
  }

  .sm\:odd\:pt-26\%:nth-child(odd) {
    padding-top: 26%;
  }

  .sm\:odd\:pr-26\%:nth-child(odd) {
    padding-right: 26%;
  }

  .sm\:odd\:pb-26\%:nth-child(odd) {
    padding-bottom: 26%;
  }

  .sm\:odd\:pl-26\%:nth-child(odd) {
    padding-left: 26%;
  }

  .sm\:odd\:pt-30\%:nth-child(odd) {
    padding-top: 30%;
  }

  .sm\:odd\:pr-30\%:nth-child(odd) {
    padding-right: 30%;
  }

  .sm\:odd\:pb-30\%:nth-child(odd) {
    padding-bottom: 30%;
  }

  .sm\:odd\:pl-30\%:nth-child(odd) {
    padding-left: 30%;
  }

  .sm\:odd\:pt-40\%:nth-child(odd) {
    padding-top: 40%;
  }

  .sm\:odd\:pr-40\%:nth-child(odd) {
    padding-right: 40%;
  }

  .sm\:odd\:pb-40\%:nth-child(odd) {
    padding-bottom: 40%;
  }

  .sm\:odd\:pl-40\%:nth-child(odd) {
    padding-left: 40%;
  }

  .sm\:odd\:pt-50\%:nth-child(odd) {
    padding-top: 50%;
  }

  .sm\:odd\:pr-50\%:nth-child(odd) {
    padding-right: 50%;
  }

  .sm\:odd\:pb-50\%:nth-child(odd) {
    padding-bottom: 50%;
  }

  .sm\:odd\:pl-50\%:nth-child(odd) {
    padding-left: 50%;
  }

  .sm\:odd\:pt-60\%:nth-child(odd) {
    padding-top: 60%;
  }

  .sm\:odd\:pr-60\%:nth-child(odd) {
    padding-right: 60%;
  }

  .sm\:odd\:pb-60\%:nth-child(odd) {
    padding-bottom: 60%;
  }

  .sm\:odd\:pl-60\%:nth-child(odd) {
    padding-left: 60%;
  }

  .sm\:odd\:pt-70\%:nth-child(odd) {
    padding-top: 70%;
  }

  .sm\:odd\:pr-70\%:nth-child(odd) {
    padding-right: 70%;
  }

  .sm\:odd\:pb-70\%:nth-child(odd) {
    padding-bottom: 70%;
  }

  .sm\:odd\:pl-70\%:nth-child(odd) {
    padding-left: 70%;
  }

  .sm\:odd\:pt-80\%:nth-child(odd) {
    padding-top: 80%;
  }

  .sm\:odd\:pr-80\%:nth-child(odd) {
    padding-right: 80%;
  }

  .sm\:odd\:pb-80\%:nth-child(odd) {
    padding-bottom: 80%;
  }

  .sm\:odd\:pl-80\%:nth-child(odd) {
    padding-left: 80%;
  }

  .sm\:odd\:pt-90\%:nth-child(odd) {
    padding-top: 90%;
  }

  .sm\:odd\:pr-90\%:nth-child(odd) {
    padding-right: 90%;
  }

  .sm\:odd\:pb-90\%:nth-child(odd) {
    padding-bottom: 90%;
  }

  .sm\:odd\:pl-90\%:nth-child(odd) {
    padding-left: 90%;
  }

  .sm\:odd\:pt-95\%:nth-child(odd) {
    padding-top: 95%;
  }

  .sm\:odd\:pr-95\%:nth-child(odd) {
    padding-right: 95%;
  }

  .sm\:odd\:pb-95\%:nth-child(odd) {
    padding-bottom: 95%;
  }

  .sm\:odd\:pl-95\%:nth-child(odd) {
    padding-left: 95%;
  }

  .sm\:odd\:pt-96\%:nth-child(odd) {
    padding-top: 96%;
  }

  .sm\:odd\:pr-96\%:nth-child(odd) {
    padding-right: 96%;
  }

  .sm\:odd\:pb-96\%:nth-child(odd) {
    padding-bottom: 96%;
  }

  .sm\:odd\:pl-96\%:nth-child(odd) {
    padding-left: 96%;
  }

  .sm\:odd\:pt-97\%:nth-child(odd) {
    padding-top: 97%;
  }

  .sm\:odd\:pr-97\%:nth-child(odd) {
    padding-right: 97%;
  }

  .sm\:odd\:pb-97\%:nth-child(odd) {
    padding-bottom: 97%;
  }

  .sm\:odd\:pl-97\%:nth-child(odd) {
    padding-left: 97%;
  }

  .sm\:odd\:pt-98\%:nth-child(odd) {
    padding-top: 98%;
  }

  .sm\:odd\:pr-98\%:nth-child(odd) {
    padding-right: 98%;
  }

  .sm\:odd\:pb-98\%:nth-child(odd) {
    padding-bottom: 98%;
  }

  .sm\:odd\:pl-98\%:nth-child(odd) {
    padding-left: 98%;
  }

  .sm\:odd\:pt-99\%:nth-child(odd) {
    padding-top: 99%;
  }

  .sm\:odd\:pr-99\%:nth-child(odd) {
    padding-right: 99%;
  }

  .sm\:odd\:pb-99\%:nth-child(odd) {
    padding-bottom: 99%;
  }

  .sm\:odd\:pl-99\%:nth-child(odd) {
    padding-left: 99%;
  }

  .sm\:odd\:pt-36vh:nth-child(odd) {
    padding-top: 36vh;
  }

  .sm\:odd\:pr-36vh:nth-child(odd) {
    padding-right: 36vh;
  }

  .sm\:odd\:pb-36vh:nth-child(odd) {
    padding-bottom: 36vh;
  }

  .sm\:odd\:pl-36vh:nth-child(odd) {
    padding-left: 36vh;
  }

  .sm\:odd\:pt-75vh:nth-child(odd) {
    padding-top: 75vh;
  }

  .sm\:odd\:pr-75vh:nth-child(odd) {
    padding-right: 75vh;
  }

  .sm\:odd\:pb-75vh:nth-child(odd) {
    padding-bottom: 75vh;
  }

  .sm\:odd\:pl-75vh:nth-child(odd) {
    padding-left: 75vh;
  }

  .sm\:odd\:pt-78vh:nth-child(odd) {
    padding-top: 78vh;
  }

  .sm\:odd\:pr-78vh:nth-child(odd) {
    padding-right: 78vh;
  }

  .sm\:odd\:pb-78vh:nth-child(odd) {
    padding-bottom: 78vh;
  }

  .sm\:odd\:pl-78vh:nth-child(odd) {
    padding-left: 78vh;
  }

  .sm\:odd\:pt-80vh:nth-child(odd) {
    padding-top: 80vh;
  }

  .sm\:odd\:pr-80vh:nth-child(odd) {
    padding-right: 80vh;
  }

  .sm\:odd\:pb-80vh:nth-child(odd) {
    padding-bottom: 80vh;
  }

  .sm\:odd\:pl-80vh:nth-child(odd) {
    padding-left: 80vh;
  }

  .sm\:odd\:pt-82vh:nth-child(odd) {
    padding-top: 82vh;
  }

  .sm\:odd\:pr-82vh:nth-child(odd) {
    padding-right: 82vh;
  }

  .sm\:odd\:pb-82vh:nth-child(odd) {
    padding-bottom: 82vh;
  }

  .sm\:odd\:pl-82vh:nth-child(odd) {
    padding-left: 82vh;
  }

  .sm\:placeholder-epic-off-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-off-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-off-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-pale-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-pale-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-pale-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-dark-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-light-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-light-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-light-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-purple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-epic-purple::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .sm\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-off-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-off-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-off-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-pale-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-pale-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-pale-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-dark-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-light-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-light-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-light-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-purple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-epic-purple:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-15 {
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .sm\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .sm\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .sm\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .sm\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .sm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .sm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .sm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-38 {
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .sm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-53 {
    top: 13.25rem;
    right: 13.25rem;
    bottom: 13.25rem;
    left: 13.25rem;
  }

  .sm\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .sm\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-74 {
    top: 18.5rem;
    right: 18.5rem;
    bottom: 18.5rem;
    left: 18.5rem;
  }

  .sm\:inset-76 {
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .sm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-85 {
    top: 21.25rem;
    right: 21.25rem;
    bottom: 21.25rem;
    left: 21.25rem;
  }

  .sm\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .sm\:inset-105 {
    top: 26.25rem;
    right: 26.25rem;
    bottom: 26.25rem;
    left: 26.25rem;
  }

  .sm\:inset-107 {
    top: 26.4rem;
    right: 26.4rem;
    bottom: 26.4rem;
    left: 26.4rem;
  }

  .sm\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .sm\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .sm\:inset-130 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-250px {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .sm\:inset-1\/2\% {
    top: 0.5%;
    right: 0.5%;
    bottom: 0.5%;
    left: 0.5%;
  }

  .sm\:inset-1\% {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .sm\:inset-2\% {
    top: 2%;
    right: 2%;
    bottom: 2%;
    left: 2%;
  }

  .sm\:inset-3\% {
    top: 3%;
    right: 3%;
    bottom: 3%;
    left: 3%;
  }

  .sm\:inset-4\% {
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
  }

  .sm\:inset-5\% {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .sm\:inset-10\% {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .sm\:inset-20\% {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .sm\:inset-23\% {
    top: 23%;
    right: 23%;
    bottom: 23%;
    left: 23%;
  }

  .sm\:inset-25\% {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-26\% {
    top: 26%;
    right: 26%;
    bottom: 26%;
    left: 26%;
  }

  .sm\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .sm\:inset-40\% {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .sm\:inset-50\% {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-60\% {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .sm\:inset-70\% {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .sm\:inset-80\% {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .sm\:inset-90\% {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .sm\:inset-95\% {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .sm\:inset-96\% {
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .sm\:inset-97\% {
    top: 97%;
    right: 97%;
    bottom: 97%;
    left: 97%;
  }

  .sm\:inset-98\% {
    top: 98%;
    right: 98%;
    bottom: 98%;
    left: 98%;
  }

  .sm\:inset-99\% {
    top: 99%;
    right: 99%;
    bottom: 99%;
    left: 99%;
  }

  .sm\:inset-36vh {
    top: 36vh;
    right: 36vh;
    bottom: 36vh;
    left: 36vh;
  }

  .sm\:inset-75vh {
    top: 75vh;
    right: 75vh;
    bottom: 75vh;
    left: 75vh;
  }

  .sm\:inset-78vh {
    top: 78vh;
    right: 78vh;
    bottom: 78vh;
    left: 78vh;
  }

  .sm\:inset-80vh {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .sm\:inset-82vh {
    top: 82vh;
    right: 82vh;
    bottom: 82vh;
    left: 82vh;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-y-15 {
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .sm\:inset-x-15 {
    right: 3.75rem;
    left: 3.75rem;
  }

  .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .sm\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .sm\:inset-x-18 {
    right: 4.5rem;
    left: 4.5rem;
  }

  .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .sm\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .sm\:inset-x-21 {
    right: 5.25rem;
    left: 5.25rem;
  }

  .sm\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .sm\:inset-x-22 {
    right: 5.5rem;
    left: 5.5rem;
  }

  .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .sm\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .sm\:inset-x-26 {
    right: 6.5rem;
    left: 6.5rem;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .sm\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .sm\:inset-x-30 {
    right: 7.5rem;
    left: 7.5rem;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .sm\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .sm\:inset-x-34 {
    right: 8.5rem;
    left: 8.5rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .sm\:inset-y-38 {
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .sm\:inset-x-38 {
    right: 9.5rem;
    left: 9.5rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .sm\:inset-y-53 {
    top: 13.25rem;
    bottom: 13.25rem;
  }

  .sm\:inset-x-53 {
    right: 13.25rem;
    left: 13.25rem;
  }

  .sm\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .sm\:inset-x-54 {
    right: 13.5rem;
    left: 13.5rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .sm\:inset-y-74 {
    top: 18.5rem;
    bottom: 18.5rem;
  }

  .sm\:inset-x-74 {
    right: 18.5rem;
    left: 18.5rem;
  }

  .sm\:inset-y-76 {
    top: 19rem;
    bottom: 19rem;
  }

  .sm\:inset-x-76 {
    right: 19rem;
    left: 19rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .sm\:inset-y-85 {
    top: 21.25rem;
    bottom: 21.25rem;
  }

  .sm\:inset-x-85 {
    right: 21.25rem;
    left: 21.25rem;
  }

  .sm\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .sm\:inset-x-100 {
    right: 25rem;
    left: 25rem;
  }

  .sm\:inset-y-105 {
    top: 26.25rem;
    bottom: 26.25rem;
  }

  .sm\:inset-x-105 {
    right: 26.25rem;
    left: 26.25rem;
  }

  .sm\:inset-y-107 {
    top: 26.4rem;
    bottom: 26.4rem;
  }

  .sm\:inset-x-107 {
    right: 26.4rem;
    left: 26.4rem;
  }

  .sm\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .sm\:inset-x-110 {
    right: 27.5rem;
    left: 27.5rem;
  }

  .sm\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .sm\:inset-x-120 {
    right: 30rem;
    left: 30rem;
  }

  .sm\:inset-y-130 {
    top: 38rem;
    bottom: 38rem;
  }

  .sm\:inset-x-130 {
    right: 38rem;
    left: 38rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .sm\:inset-y-250px {
    top: 250px;
    bottom: 250px;
  }

  .sm\:inset-x-250px {
    right: 250px;
    left: 250px;
  }

  .sm\:inset-y-1\/2\% {
    top: 0.5%;
    bottom: 0.5%;
  }

  .sm\:inset-x-1\/2\% {
    right: 0.5%;
    left: 0.5%;
  }

  .sm\:inset-y-1\% {
    top: 1%;
    bottom: 1%;
  }

  .sm\:inset-x-1\% {
    right: 1%;
    left: 1%;
  }

  .sm\:inset-y-2\% {
    top: 2%;
    bottom: 2%;
  }

  .sm\:inset-x-2\% {
    right: 2%;
    left: 2%;
  }

  .sm\:inset-y-3\% {
    top: 3%;
    bottom: 3%;
  }

  .sm\:inset-x-3\% {
    right: 3%;
    left: 3%;
  }

  .sm\:inset-y-4\% {
    top: 4%;
    bottom: 4%;
  }

  .sm\:inset-x-4\% {
    right: 4%;
    left: 4%;
  }

  .sm\:inset-y-5\% {
    top: 5%;
    bottom: 5%;
  }

  .sm\:inset-x-5\% {
    right: 5%;
    left: 5%;
  }

  .sm\:inset-y-10\% {
    top: 10%;
    bottom: 10%;
  }

  .sm\:inset-x-10\% {
    right: 10%;
    left: 10%;
  }

  .sm\:inset-y-20\% {
    top: 20%;
    bottom: 20%;
  }

  .sm\:inset-x-20\% {
    right: 20%;
    left: 20%;
  }

  .sm\:inset-y-23\% {
    top: 23%;
    bottom: 23%;
  }

  .sm\:inset-x-23\% {
    right: 23%;
    left: 23%;
  }

  .sm\:inset-y-25\% {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-x-25\% {
    right: 25%;
    left: 25%;
  }

  .sm\:inset-y-26\% {
    top: 26%;
    bottom: 26%;
  }

  .sm\:inset-x-26\% {
    right: 26%;
    left: 26%;
  }

  .sm\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .sm\:inset-x-30\% {
    right: 30%;
    left: 30%;
  }

  .sm\:inset-y-40\% {
    top: 40%;
    bottom: 40%;
  }

  .sm\:inset-x-40\% {
    right: 40%;
    left: 40%;
  }

  .sm\:inset-y-50\% {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-x-50\% {
    right: 50%;
    left: 50%;
  }

  .sm\:inset-y-60\% {
    top: 60%;
    bottom: 60%;
  }

  .sm\:inset-x-60\% {
    right: 60%;
    left: 60%;
  }

  .sm\:inset-y-70\% {
    top: 70%;
    bottom: 70%;
  }

  .sm\:inset-x-70\% {
    right: 70%;
    left: 70%;
  }

  .sm\:inset-y-80\% {
    top: 80%;
    bottom: 80%;
  }

  .sm\:inset-x-80\% {
    right: 80%;
    left: 80%;
  }

  .sm\:inset-y-90\% {
    top: 90%;
    bottom: 90%;
  }

  .sm\:inset-x-90\% {
    right: 90%;
    left: 90%;
  }

  .sm\:inset-y-95\% {
    top: 95%;
    bottom: 95%;
  }

  .sm\:inset-x-95\% {
    right: 95%;
    left: 95%;
  }

  .sm\:inset-y-96\% {
    top: 96%;
    bottom: 96%;
  }

  .sm\:inset-x-96\% {
    right: 96%;
    left: 96%;
  }

  .sm\:inset-y-97\% {
    top: 97%;
    bottom: 97%;
  }

  .sm\:inset-x-97\% {
    right: 97%;
    left: 97%;
  }

  .sm\:inset-y-98\% {
    top: 98%;
    bottom: 98%;
  }

  .sm\:inset-x-98\% {
    right: 98%;
    left: 98%;
  }

  .sm\:inset-y-99\% {
    top: 99%;
    bottom: 99%;
  }

  .sm\:inset-x-99\% {
    right: 99%;
    left: 99%;
  }

  .sm\:inset-y-36vh {
    top: 36vh;
    bottom: 36vh;
  }

  .sm\:inset-x-36vh {
    right: 36vh;
    left: 36vh;
  }

  .sm\:inset-y-75vh {
    top: 75vh;
    bottom: 75vh;
  }

  .sm\:inset-x-75vh {
    right: 75vh;
    left: 75vh;
  }

  .sm\:inset-y-78vh {
    top: 78vh;
    bottom: 78vh;
  }

  .sm\:inset-x-78vh {
    right: 78vh;
    left: 78vh;
  }

  .sm\:inset-y-80vh {
    top: 80vh;
    bottom: 80vh;
  }

  .sm\:inset-x-80vh {
    right: 80vh;
    left: 80vh;
  }

  .sm\:inset-y-82vh {
    top: 82vh;
    bottom: 82vh;
  }

  .sm\:inset-x-82vh {
    right: 82vh;
    left: 82vh;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:top-14 {
    top: 3.5rem;
  }

  .sm\:right-14 {
    right: 3.5rem;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:top-15 {
    top: 3.75rem;
  }

  .sm\:right-15 {
    right: 3.75rem;
  }

  .sm\:bottom-15 {
    bottom: 3.75rem;
  }

  .sm\:left-15 {
    left: 3.75rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:top-18 {
    top: 4.5rem;
  }

  .sm\:right-18 {
    right: 4.5rem;
  }

  .sm\:bottom-18 {
    bottom: 4.5rem;
  }

  .sm\:left-18 {
    left: 4.5rem;
  }

  .sm\:top-20 {
    top: 5rem;
  }

  .sm\:right-20 {
    right: 5rem;
  }

  .sm\:bottom-20 {
    bottom: 5rem;
  }

  .sm\:left-20 {
    left: 5rem;
  }

  .sm\:top-21 {
    top: 5.25rem;
  }

  .sm\:right-21 {
    right: 5.25rem;
  }

  .sm\:bottom-21 {
    bottom: 5.25rem;
  }

  .sm\:left-21 {
    left: 5.25rem;
  }

  .sm\:top-22 {
    top: 5.5rem;
  }

  .sm\:right-22 {
    right: 5.5rem;
  }

  .sm\:bottom-22 {
    bottom: 5.5rem;
  }

  .sm\:left-22 {
    left: 5.5rem;
  }

  .sm\:top-24 {
    top: 6rem;
  }

  .sm\:right-24 {
    right: 6rem;
  }

  .sm\:bottom-24 {
    bottom: 6rem;
  }

  .sm\:left-24 {
    left: 6rem;
  }

  .sm\:top-26 {
    top: 6.5rem;
  }

  .sm\:right-26 {
    right: 6.5rem;
  }

  .sm\:bottom-26 {
    bottom: 6.5rem;
  }

  .sm\:left-26 {
    left: 6.5rem;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:bottom-28 {
    bottom: 7rem;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:top-30 {
    top: 7.5rem;
  }

  .sm\:right-30 {
    right: 7.5rem;
  }

  .sm\:bottom-30 {
    bottom: 7.5rem;
  }

  .sm\:left-30 {
    left: 7.5rem;
  }

  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:bottom-32 {
    bottom: 8rem;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:top-34 {
    top: 8.5rem;
  }

  .sm\:right-34 {
    right: 8.5rem;
  }

  .sm\:bottom-34 {
    bottom: 8.5rem;
  }

  .sm\:left-34 {
    left: 8.5rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:top-38 {
    top: 9.5rem;
  }

  .sm\:right-38 {
    right: 9.5rem;
  }

  .sm\:bottom-38 {
    bottom: 9.5rem;
  }

  .sm\:left-38 {
    left: 9.5rem;
  }

  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:bottom-40 {
    bottom: 10rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:top-44 {
    top: 11rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:bottom-48 {
    bottom: 12rem;
  }

  .sm\:left-48 {
    left: 12rem;
  }

  .sm\:top-52 {
    top: 13rem;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:bottom-52 {
    bottom: 13rem;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:top-53 {
    top: 13.25rem;
  }

  .sm\:right-53 {
    right: 13.25rem;
  }

  .sm\:bottom-53 {
    bottom: 13.25rem;
  }

  .sm\:left-53 {
    left: 13.25rem;
  }

  .sm\:top-54 {
    top: 13.5rem;
  }

  .sm\:right-54 {
    right: 13.5rem;
  }

  .sm\:bottom-54 {
    bottom: 13.5rem;
  }

  .sm\:left-54 {
    left: 13.5rem;
  }

  .sm\:top-56 {
    top: 14rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:bottom-56 {
    bottom: 14rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:bottom-64 {
    bottom: 16rem;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:right-72 {
    right: 18rem;
  }

  .sm\:bottom-72 {
    bottom: 18rem;
  }

  .sm\:left-72 {
    left: 18rem;
  }

  .sm\:top-74 {
    top: 18.5rem;
  }

  .sm\:right-74 {
    right: 18.5rem;
  }

  .sm\:bottom-74 {
    bottom: 18.5rem;
  }

  .sm\:left-74 {
    left: 18.5rem;
  }

  .sm\:top-76 {
    top: 19rem;
  }

  .sm\:right-76 {
    right: 19rem;
  }

  .sm\:bottom-76 {
    bottom: 19rem;
  }

  .sm\:left-76 {
    left: 19rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:top-85 {
    top: 21.25rem;
  }

  .sm\:right-85 {
    right: 21.25rem;
  }

  .sm\:bottom-85 {
    bottom: 21.25rem;
  }

  .sm\:left-85 {
    left: 21.25rem;
  }

  .sm\:top-100 {
    top: 25rem;
  }

  .sm\:right-100 {
    right: 25rem;
  }

  .sm\:bottom-100 {
    bottom: 25rem;
  }

  .sm\:left-100 {
    left: 25rem;
  }

  .sm\:top-105 {
    top: 26.25rem;
  }

  .sm\:right-105 {
    right: 26.25rem;
  }

  .sm\:bottom-105 {
    bottom: 26.25rem;
  }

  .sm\:left-105 {
    left: 26.25rem;
  }

  .sm\:top-107 {
    top: 26.4rem;
  }

  .sm\:right-107 {
    right: 26.4rem;
  }

  .sm\:bottom-107 {
    bottom: 26.4rem;
  }

  .sm\:left-107 {
    left: 26.4rem;
  }

  .sm\:top-110 {
    top: 27.5rem;
  }

  .sm\:right-110 {
    right: 27.5rem;
  }

  .sm\:bottom-110 {
    bottom: 27.5rem;
  }

  .sm\:left-110 {
    left: 27.5rem;
  }

  .sm\:top-120 {
    top: 30rem;
  }

  .sm\:right-120 {
    right: 30rem;
  }

  .sm\:bottom-120 {
    bottom: 30rem;
  }

  .sm\:left-120 {
    left: 30rem;
  }

  .sm\:top-130 {
    top: 38rem;
  }

  .sm\:right-130 {
    right: 38rem;
  }

  .sm\:bottom-130 {
    bottom: 38rem;
  }

  .sm\:left-130 {
    left: 38rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:top-250px {
    top: 250px;
  }

  .sm\:right-250px {
    right: 250px;
  }

  .sm\:bottom-250px {
    bottom: 250px;
  }

  .sm\:left-250px {
    left: 250px;
  }

  .sm\:top-1\/2\% {
    top: 0.5%;
  }

  .sm\:right-1\/2\% {
    right: 0.5%;
  }

  .sm\:bottom-1\/2\% {
    bottom: 0.5%;
  }

  .sm\:left-1\/2\% {
    left: 0.5%;
  }

  .sm\:top-1\% {
    top: 1%;
  }

  .sm\:right-1\% {
    right: 1%;
  }

  .sm\:bottom-1\% {
    bottom: 1%;
  }

  .sm\:left-1\% {
    left: 1%;
  }

  .sm\:top-2\% {
    top: 2%;
  }

  .sm\:right-2\% {
    right: 2%;
  }

  .sm\:bottom-2\% {
    bottom: 2%;
  }

  .sm\:left-2\% {
    left: 2%;
  }

  .sm\:top-3\% {
    top: 3%;
  }

  .sm\:right-3\% {
    right: 3%;
  }

  .sm\:bottom-3\% {
    bottom: 3%;
  }

  .sm\:left-3\% {
    left: 3%;
  }

  .sm\:top-4\% {
    top: 4%;
  }

  .sm\:right-4\% {
    right: 4%;
  }

  .sm\:bottom-4\% {
    bottom: 4%;
  }

  .sm\:left-4\% {
    left: 4%;
  }

  .sm\:top-5\% {
    top: 5%;
  }

  .sm\:right-5\% {
    right: 5%;
  }

  .sm\:bottom-5\% {
    bottom: 5%;
  }

  .sm\:left-5\% {
    left: 5%;
  }

  .sm\:top-10\% {
    top: 10%;
  }

  .sm\:right-10\% {
    right: 10%;
  }

  .sm\:bottom-10\% {
    bottom: 10%;
  }

  .sm\:left-10\% {
    left: 10%;
  }

  .sm\:top-20\% {
    top: 20%;
  }

  .sm\:right-20\% {
    right: 20%;
  }

  .sm\:bottom-20\% {
    bottom: 20%;
  }

  .sm\:left-20\% {
    left: 20%;
  }

  .sm\:top-23\% {
    top: 23%;
  }

  .sm\:right-23\% {
    right: 23%;
  }

  .sm\:bottom-23\% {
    bottom: 23%;
  }

  .sm\:left-23\% {
    left: 23%;
  }

  .sm\:top-25\% {
    top: 25%;
  }

  .sm\:right-25\% {
    right: 25%;
  }

  .sm\:bottom-25\% {
    bottom: 25%;
  }

  .sm\:left-25\% {
    left: 25%;
  }

  .sm\:top-26\% {
    top: 26%;
  }

  .sm\:right-26\% {
    right: 26%;
  }

  .sm\:bottom-26\% {
    bottom: 26%;
  }

  .sm\:left-26\% {
    left: 26%;
  }

  .sm\:top-30\% {
    top: 30%;
  }

  .sm\:right-30\% {
    right: 30%;
  }

  .sm\:bottom-30\% {
    bottom: 30%;
  }

  .sm\:left-30\% {
    left: 30%;
  }

  .sm\:top-40\% {
    top: 40%;
  }

  .sm\:right-40\% {
    right: 40%;
  }

  .sm\:bottom-40\% {
    bottom: 40%;
  }

  .sm\:left-40\% {
    left: 40%;
  }

  .sm\:top-50\% {
    top: 50%;
  }

  .sm\:right-50\% {
    right: 50%;
  }

  .sm\:bottom-50\% {
    bottom: 50%;
  }

  .sm\:left-50\% {
    left: 50%;
  }

  .sm\:top-60\% {
    top: 60%;
  }

  .sm\:right-60\% {
    right: 60%;
  }

  .sm\:bottom-60\% {
    bottom: 60%;
  }

  .sm\:left-60\% {
    left: 60%;
  }

  .sm\:top-70\% {
    top: 70%;
  }

  .sm\:right-70\% {
    right: 70%;
  }

  .sm\:bottom-70\% {
    bottom: 70%;
  }

  .sm\:left-70\% {
    left: 70%;
  }

  .sm\:top-80\% {
    top: 80%;
  }

  .sm\:right-80\% {
    right: 80%;
  }

  .sm\:bottom-80\% {
    bottom: 80%;
  }

  .sm\:left-80\% {
    left: 80%;
  }

  .sm\:top-90\% {
    top: 90%;
  }

  .sm\:right-90\% {
    right: 90%;
  }

  .sm\:bottom-90\% {
    bottom: 90%;
  }

  .sm\:left-90\% {
    left: 90%;
  }

  .sm\:top-95\% {
    top: 95%;
  }

  .sm\:right-95\% {
    right: 95%;
  }

  .sm\:bottom-95\% {
    bottom: 95%;
  }

  .sm\:left-95\% {
    left: 95%;
  }

  .sm\:top-96\% {
    top: 96%;
  }

  .sm\:right-96\% {
    right: 96%;
  }

  .sm\:bottom-96\% {
    bottom: 96%;
  }

  .sm\:left-96\% {
    left: 96%;
  }

  .sm\:top-97\% {
    top: 97%;
  }

  .sm\:right-97\% {
    right: 97%;
  }

  .sm\:bottom-97\% {
    bottom: 97%;
  }

  .sm\:left-97\% {
    left: 97%;
  }

  .sm\:top-98\% {
    top: 98%;
  }

  .sm\:right-98\% {
    right: 98%;
  }

  .sm\:bottom-98\% {
    bottom: 98%;
  }

  .sm\:left-98\% {
    left: 98%;
  }

  .sm\:top-99\% {
    top: 99%;
  }

  .sm\:right-99\% {
    right: 99%;
  }

  .sm\:bottom-99\% {
    bottom: 99%;
  }

  .sm\:left-99\% {
    left: 99%;
  }

  .sm\:top-36vh {
    top: 36vh;
  }

  .sm\:right-36vh {
    right: 36vh;
  }

  .sm\:bottom-36vh {
    bottom: 36vh;
  }

  .sm\:left-36vh {
    left: 36vh;
  }

  .sm\:top-75vh {
    top: 75vh;
  }

  .sm\:right-75vh {
    right: 75vh;
  }

  .sm\:bottom-75vh {
    bottom: 75vh;
  }

  .sm\:left-75vh {
    left: 75vh;
  }

  .sm\:top-78vh {
    top: 78vh;
  }

  .sm\:right-78vh {
    right: 78vh;
  }

  .sm\:bottom-78vh {
    bottom: 78vh;
  }

  .sm\:left-78vh {
    left: 78vh;
  }

  .sm\:top-80vh {
    top: 80vh;
  }

  .sm\:right-80vh {
    right: 80vh;
  }

  .sm\:bottom-80vh {
    bottom: 80vh;
  }

  .sm\:left-80vh {
    left: 80vh;
  }

  .sm\:top-82vh {
    top: 82vh;
  }

  .sm\:right-82vh {
    right: 82vh;
  }

  .sm\:bottom-82vh {
    bottom: 82vh;
  }

  .sm\:left-82vh {
    left: 82vh;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm\:ring-offset-epic-off-white {
    --tw-ring-offset-color: #C5E7FF;
  }

  .sm\:ring-offset-epic-pale-blue {
    --tw-ring-offset-color: #B1DEFF;
  }

  .sm\:ring-offset-epic-dark-blue {
    --tw-ring-offset-color: #193B54;
  }

  .sm\:ring-offset-epic-light-blue {
    --tw-ring-offset-color: #00bff3;
  }

  .sm\:ring-offset-epic-purple {
    --tw-ring-offset-color: #7570b3;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f8f8f8;
  }

  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #f2f2f2;
  }

  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #e8e8e8;
  }

  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #d6d6d6;
  }

  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #b9b9b9;
  }

  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #858585;
  }

  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #676767;
  }

  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #3b3b3b;
  }

  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #333333;
  }

  .sm\:ring-offset-red-100 {
    --tw-ring-offset-color: #ffb6b6;
  }

  .sm\:ring-offset-red-200 {
    --tw-ring-offset-color: #ff7a7a;
  }

  .sm\:ring-offset-red-300 {
    --tw-ring-offset-color: #ff6060;
  }

  .sm\:ring-offset-red-400 {
    --tw-ring-offset-color: #ff4747;
  }

  .sm\:ring-offset-red-500 {
    --tw-ring-offset-color: #ff2d2d;
  }

  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #ff1414;
  }

  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #f90000;
  }

  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #e00000;
  }

  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #ca0000;
  }

  .sm\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffeac7;
  }

  .sm\:ring-offset-orange-200 {
    --tw-ring-offset-color: #ffce7a;
  }

  .sm\:ring-offset-orange-300 {
    --tw-ring-offset-color: #ffc560;
  }

  .sm\:ring-offset-orange-400 {
    --tw-ring-offset-color: #ffbb47;
  }

  .sm\:ring-offset-orange-500 {
    --tw-ring-offset-color: #FFB22D;
  }

  .sm\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ffa914;
  }

  .sm\:ring-offset-orange-700 {
    --tw-ring-offset-color: #f99e00;
  }

  .sm\:ring-offset-orange-800 {
    --tw-ring-offset-color: #e08e00;
  }

  .sm\:ring-offset-orange-900 {
    --tw-ring-offset-color: #945e00;
  }

  .sm\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fffff0;
  }

  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fefcbf;
  }

  .sm\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #faf089;
  }

  .sm\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #f6e05e;
  }

  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #ecc94b;
  }

  .sm\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d69e2e;
  }

  .sm\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b7791f;
  }

  .sm\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #975a16;
  }

  .sm\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #744210;
  }

  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #d0ff57;
  }

  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbff0a;
  }

  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #adef00;
  }

  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #9ad600;
  }

  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #88BC00;
  }

  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #76a300;
  }

  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #638900;
  }

  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #517000;
  }

  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #1a2400;
  }

  .sm\:ring-offset-teal-100 {
    --tw-ring-offset-color: #e6fffa;
  }

  .sm\:ring-offset-teal-200 {
    --tw-ring-offset-color: #b2f5ea;
  }

  .sm\:ring-offset-teal-300 {
    --tw-ring-offset-color: #81e6d9;
  }

  .sm\:ring-offset-teal-400 {
    --tw-ring-offset-color: #4fd1c5;
  }

  .sm\:ring-offset-teal-500 {
    --tw-ring-offset-color: #38b2ac;
  }

  .sm\:ring-offset-teal-600 {
    --tw-ring-offset-color: #319795;
  }

  .sm\:ring-offset-teal-700 {
    --tw-ring-offset-color: #2c7a7b;
  }

  .sm\:ring-offset-teal-800 {
    --tw-ring-offset-color: #285e61;
  }

  .sm\:ring-offset-teal-900 {
    --tw-ring-offset-color: #234e52;
  }

  .sm\:ring-offset-blue-100 {
    --tw-ring-offset-color: #d1eafd;
  }

  .sm\:ring-offset-blue-200 {
    --tw-ring-offset-color: #88caf9;
  }

  .sm\:ring-offset-blue-300 {
    --tw-ring-offset-color: #6fbff8;
  }

  .sm\:ring-offset-blue-400 {
    --tw-ring-offset-color: #57b4f6;
  }

  .sm\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3fa9f5;
  }

  .sm\:ring-offset-blue-600 {
    --tw-ring-offset-color: #279ef4;
  }

  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #0f93f2;
  }

  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #0b85dc;
  }

  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #075993;
  }

  .sm\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #ebf4ff;
  }

  .sm\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c3dafe;
  }

  .sm\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a3bffa;
  }

  .sm\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #7f9cf5;
  }

  .sm\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #667eea;
  }

  .sm\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #5a67d8;
  }

  .sm\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4c51bf;
  }

  .sm\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #434190;
  }

  .sm\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #3c366b;
  }

  .sm\:ring-offset-purple-100 {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d8fd;
  }

  .sm\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d6bcfa;
  }

  .sm\:ring-offset-purple-400 {
    --tw-ring-offset-color: #b794f4;
  }

  .sm\:ring-offset-purple-500 {
    --tw-ring-offset-color: #9f7aea;
  }

  .sm\:ring-offset-purple-600 {
    --tw-ring-offset-color: #805ad5;
  }

  .sm\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6b46c1;
  }

  .sm\:ring-offset-purple-800 {
    --tw-ring-offset-color: #553c9a;
  }

  .sm\:ring-offset-purple-900 {
    --tw-ring-offset-color: #44337a;
  }

  .sm\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fff5f7;
  }

  .sm\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fed7e2;
  }

  .sm\:ring-offset-pink-300 {
    --tw-ring-offset-color: #fbb6ce;
  }

  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f687b3;
  }

  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ed64a6;
  }

  .sm\:ring-offset-pink-600 {
    --tw-ring-offset-color: #d53f8c;
  }

  .sm\:ring-offset-pink-700 {
    --tw-ring-offset-color: #b83280;
  }

  .sm\:ring-offset-pink-800 {
    --tw-ring-offset-color: #97266d;
  }

  .sm\:ring-offset-pink-900 {
    --tw-ring-offset-color: #702459;
  }

  .sm\:focus-within\:ring-offset-epic-off-white:focus-within {
    --tw-ring-offset-color: #C5E7FF;
  }

  .sm\:focus-within\:ring-offset-epic-pale-blue:focus-within {
    --tw-ring-offset-color: #B1DEFF;
  }

  .sm\:focus-within\:ring-offset-epic-dark-blue:focus-within {
    --tw-ring-offset-color: #193B54;
  }

  .sm\:focus-within\:ring-offset-epic-light-blue:focus-within {
    --tw-ring-offset-color: #00bff3;
  }

  .sm\:focus-within\:ring-offset-epic-purple:focus-within {
    --tw-ring-offset-color: #7570b3;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f8f8f8;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #f2f2f2;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #e8e8e8;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #d6d6d6;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #b9b9b9;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #858585;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #676767;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #3b3b3b;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #333333;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #ffb6b6;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #ff7a7a;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #ff6060;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #ff4747;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ff2d2d;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ff1414;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #f90000;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #e00000;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #ca0000;
  }

  .sm\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffeac7;
  }

  .sm\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #ffce7a;
  }

  .sm\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #ffc560;
  }

  .sm\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #ffbb47;
  }

  .sm\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #FFB22D;
  }

  .sm\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ffa914;
  }

  .sm\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #f99e00;
  }

  .sm\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #e08e00;
  }

  .sm\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #945e00;
  }

  .sm\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fffff0;
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fefcbf;
  }

  .sm\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #faf089;
  }

  .sm\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #f6e05e;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #ecc94b;
  }

  .sm\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d69e2e;
  }

  .sm\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b7791f;
  }

  .sm\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #975a16;
  }

  .sm\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #744210;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d0ff57;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbff0a;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #adef00;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #9ad600;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #88BC00;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #76a300;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #638900;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #517000;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #1a2400;
  }

  .sm\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #e6fffa;
  }

  .sm\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #b2f5ea;
  }

  .sm\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #81e6d9;
  }

  .sm\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #4fd1c5;
  }

  .sm\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #38b2ac;
  }

  .sm\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #319795;
  }

  .sm\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #2c7a7b;
  }

  .sm\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #285e61;
  }

  .sm\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #234e52;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #d1eafd;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #88caf9;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #6fbff8;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #57b4f6;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3fa9f5;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #279ef4;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #0f93f2;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #0b85dc;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #075993;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #ebf4ff;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c3dafe;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a3bffa;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #7f9cf5;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #667eea;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #5a67d8;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4c51bf;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #434190;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #3c366b;
  }

  .sm\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d8fd;
  }

  .sm\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d6bcfa;
  }

  .sm\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #b794f4;
  }

  .sm\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #9f7aea;
  }

  .sm\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #805ad5;
  }

  .sm\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6b46c1;
  }

  .sm\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #553c9a;
  }

  .sm\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #44337a;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fff5f7;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fed7e2;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #fbb6ce;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f687b3;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ed64a6;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #d53f8c;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #b83280;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #97266d;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #702459;
  }

  .sm\:focus\:ring-offset-epic-off-white:focus {
    --tw-ring-offset-color: #C5E7FF;
  }

  .sm\:focus\:ring-offset-epic-pale-blue:focus {
    --tw-ring-offset-color: #B1DEFF;
  }

  .sm\:focus\:ring-offset-epic-dark-blue:focus {
    --tw-ring-offset-color: #193B54;
  }

  .sm\:focus\:ring-offset-epic-light-blue:focus {
    --tw-ring-offset-color: #00bff3;
  }

  .sm\:focus\:ring-offset-epic-purple:focus {
    --tw-ring-offset-color: #7570b3;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f8f8f8;
  }

  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #f2f2f2;
  }

  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #e8e8e8;
  }

  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #d6d6d6;
  }

  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #b9b9b9;
  }

  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #858585;
  }

  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #676767;
  }

  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #3b3b3b;
  }

  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #333333;
  }

  .sm\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #ffb6b6;
  }

  .sm\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #ff7a7a;
  }

  .sm\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #ff6060;
  }

  .sm\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #ff4747;
  }

  .sm\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ff2d2d;
  }

  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ff1414;
  }

  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #f90000;
  }

  .sm\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #e00000;
  }

  .sm\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #ca0000;
  }

  .sm\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffeac7;
  }

  .sm\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #ffce7a;
  }

  .sm\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #ffc560;
  }

  .sm\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #ffbb47;
  }

  .sm\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #FFB22D;
  }

  .sm\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ffa914;
  }

  .sm\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #f99e00;
  }

  .sm\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #e08e00;
  }

  .sm\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #945e00;
  }

  .sm\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fffff0;
  }

  .sm\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fefcbf;
  }

  .sm\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #faf089;
  }

  .sm\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #f6e05e;
  }

  .sm\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #ecc94b;
  }

  .sm\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d69e2e;
  }

  .sm\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b7791f;
  }

  .sm\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #975a16;
  }

  .sm\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #744210;
  }

  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d0ff57;
  }

  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbff0a;
  }

  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #adef00;
  }

  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #9ad600;
  }

  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #88BC00;
  }

  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #76a300;
  }

  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #638900;
  }

  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #517000;
  }

  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #1a2400;
  }

  .sm\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #e6fffa;
  }

  .sm\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #b2f5ea;
  }

  .sm\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #81e6d9;
  }

  .sm\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #4fd1c5;
  }

  .sm\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #38b2ac;
  }

  .sm\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #319795;
  }

  .sm\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #2c7a7b;
  }

  .sm\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #285e61;
  }

  .sm\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #234e52;
  }

  .sm\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #d1eafd;
  }

  .sm\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #88caf9;
  }

  .sm\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #6fbff8;
  }

  .sm\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #57b4f6;
  }

  .sm\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3fa9f5;
  }

  .sm\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #279ef4;
  }

  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #0f93f2;
  }

  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #0b85dc;
  }

  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #075993;
  }

  .sm\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #ebf4ff;
  }

  .sm\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c3dafe;
  }

  .sm\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a3bffa;
  }

  .sm\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #7f9cf5;
  }

  .sm\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #667eea;
  }

  .sm\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #5a67d8;
  }

  .sm\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4c51bf;
  }

  .sm\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #434190;
  }

  .sm\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #3c366b;
  }

  .sm\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .sm\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d8fd;
  }

  .sm\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d6bcfa;
  }

  .sm\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #b794f4;
  }

  .sm\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #9f7aea;
  }

  .sm\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #805ad5;
  }

  .sm\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6b46c1;
  }

  .sm\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #553c9a;
  }

  .sm\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #44337a;
  }

  .sm\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fff5f7;
  }

  .sm\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fed7e2;
  }

  .sm\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #fbb6ce;
  }

  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f687b3;
  }

  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ed64a6;
  }

  .sm\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #d53f8c;
  }

  .sm\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #b83280;
  }

  .sm\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #97266d;
  }

  .sm\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #702459;
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-epic-off-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-epic-pale-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-epic-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .sm\:ring-epic-light-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-epic-purple {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm\:ring-current {
    --tw-ring-color: currentColor;
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .sm\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .sm\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .sm\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .sm\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .sm\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .sm\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .sm\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .sm\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .sm\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .sm\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .sm\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .sm\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .sm\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .sm\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .sm\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .sm\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-epic-off-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-epic-pale-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-epic-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-epic-light-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-epic-purple:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-epic-off-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-epic-pale-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-epic-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-epic-light-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-epic-purple:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .sm\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .sm\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .sm\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .sm\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-current {
    color: currentColor;
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .sm\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .sm\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .sm\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .sm\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .sm\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .sm\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .sm\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .sm\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .sm\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .sm\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .sm\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .sm\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .sm\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .sm\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .sm\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .sm\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .sm\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .sm\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .sm\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .sm\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .sm\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .sm\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .sm\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .sm\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .sm\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .sm\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .sm\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .sm\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .sm\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .sm\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .sm\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .sm\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .sm\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .sm\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .sm\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .sm\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .sm\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .sm\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .sm\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .sm\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .sm\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .sm\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .sm\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .sm\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .sm\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .sm\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .sm\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .sm\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .sm\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .sm\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .sm\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .sm\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .sm\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .sm\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .sm\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .sm\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .sm\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .sm\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .sm\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .sm\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .sm\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .sm\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .sm\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .sm\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .sm\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .sm\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .sm\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .sm\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .sm\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .sm\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .sm\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .sm\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .sm\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .sm\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .sm\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .sm\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .sm\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .sm\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .sm\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .sm\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .sm\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .sm\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .sm\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .sm\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .sm\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .sm\:hover\:text-epic-off-white:hover {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-epic-pale-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-epic-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .sm\:hover\:text-epic-light-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-epic-purple:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor;
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .sm\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .sm\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .sm\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .sm\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .sm\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .sm\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .sm\:focus\:text-epic-off-white:focus {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-epic-pale-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-epic-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .sm\:focus\:text-epic-light-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-epic-purple:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor;
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .sm\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .sm\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .sm\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .sm\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .sm\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .sm\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-epic-off-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-epic-pale-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-epic-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-epic-light-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-epic-purple:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-transparent {
    color: transparent;
  }

  .group:focus .sm\:group-focus\:text-current {
    color: currentColor;
  }

  .group:focus .sm\:group-focus\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:focus .sm\:group-focus\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip {
    text-overflow: clip;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    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;
  }

  .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;
  }

  .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\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: 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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sm\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-nowrap {
    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-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-15 {
    width: 3.75rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-18 {
    width: 4.5rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-21 {
    width: 5.25rem;
  }

  .sm\:w-22 {
    width: 5.5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-26 {
    width: 6.5rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-30 {
    width: 7.5rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-34 {
    width: 8.5rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-38 {
    width: 9.5rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-53 {
    width: 13.25rem;
  }

  .sm\:w-54 {
    width: 13.5rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-74 {
    width: 18.5rem;
  }

  .sm\:w-76 {
    width: 19rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-85 {
    width: 21.25rem;
  }

  .sm\:w-100 {
    width: 25rem;
  }

  .sm\:w-105 {
    width: 26.25rem;
  }

  .sm\:w-107 {
    width: 26.4rem;
  }

  .sm\:w-110 {
    width: 27.5rem;
  }

  .sm\:w-120 {
    width: 30rem;
  }

  .sm\:w-130 {
    width: 38rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-250px {
    width: 250px;
  }

  .sm\:w-1\/2\% {
    width: 0.5%;
  }

  .sm\:w-1\% {
    width: 1%;
  }

  .sm\:w-2\% {
    width: 2%;
  }

  .sm\:w-3\% {
    width: 3%;
  }

  .sm\:w-4\% {
    width: 4%;
  }

  .sm\:w-5\% {
    width: 5%;
  }

  .sm\:w-10\% {
    width: 10%;
  }

  .sm\:w-20\% {
    width: 20%;
  }

  .sm\:w-23\% {
    width: 23%;
  }

  .sm\:w-25\% {
    width: 25%;
  }

  .sm\:w-26\% {
    width: 26%;
  }

  .sm\:w-30\% {
    width: 30%;
  }

  .sm\:w-40\% {
    width: 40%;
  }

  .sm\:w-50\% {
    width: 50%;
  }

  .sm\:w-60\% {
    width: 60%;
  }

  .sm\:w-70\% {
    width: 70%;
  }

  .sm\:w-80\% {
    width: 80%;
  }

  .sm\:w-90\% {
    width: 90%;
  }

  .sm\:w-95\% {
    width: 95%;
  }

  .sm\:w-96\% {
    width: 96%;
  }

  .sm\:w-97\% {
    width: 97%;
  }

  .sm\:w-98\% {
    width: 98%;
  }

  .sm\:w-99\% {
    width: 99%;
  }

  .sm\:w-36vh {
    width: 36vh;
  }

  .sm\:w-75vh {
    width: 75vh;
  }

  .sm\:w-78vh {
    width: 78vh;
  }

  .sm\:w-80vh {
    width: 80vh;
  }

  .sm\:w-82vh {
    width: 82vh;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .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.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:hover\:w-0:hover {
    width: 0;
  }

  .sm\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .sm\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .sm\:hover\:w-3:hover {
    width: 0.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-7:hover {
    width: 1.75rem;
  }

  .sm\:hover\:w-8:hover {
    width: 2rem;
  }

  .sm\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .sm\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .sm\:hover\:w-12:hover {
    width: 3rem;
  }

  .sm\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .sm\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .sm\:hover\:w-16:hover {
    width: 4rem;
  }

  .sm\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .sm\:hover\:w-20:hover {
    width: 5rem;
  }

  .sm\:hover\:w-21:hover {
    width: 5.25rem;
  }

  .sm\:hover\:w-22:hover {
    width: 5.5rem;
  }

  .sm\:hover\:w-24:hover {
    width: 6rem;
  }

  .sm\:hover\:w-26:hover {
    width: 6.5rem;
  }

  .sm\:hover\:w-28:hover {
    width: 7rem;
  }

  .sm\:hover\:w-30:hover {
    width: 7.5rem;
  }

  .sm\:hover\:w-32:hover {
    width: 8rem;
  }

  .sm\:hover\:w-34:hover {
    width: 8.5rem;
  }

  .sm\:hover\:w-36:hover {
    width: 9rem;
  }

  .sm\:hover\:w-38:hover {
    width: 9.5rem;
  }

  .sm\:hover\:w-40:hover {
    width: 10rem;
  }

  .sm\:hover\:w-44:hover {
    width: 11rem;
  }

  .sm\:hover\:w-48:hover {
    width: 12rem;
  }

  .sm\:hover\:w-52:hover {
    width: 13rem;
  }

  .sm\:hover\:w-53:hover {
    width: 13.25rem;
  }

  .sm\:hover\:w-54:hover {
    width: 13.5rem;
  }

  .sm\:hover\:w-56:hover {
    width: 14rem;
  }

  .sm\:hover\:w-64:hover {
    width: 16rem;
  }

  .sm\:hover\:w-72:hover {
    width: 18rem;
  }

  .sm\:hover\:w-74:hover {
    width: 18.5rem;
  }

  .sm\:hover\:w-76:hover {
    width: 19rem;
  }

  .sm\:hover\:w-80:hover {
    width: 20rem;
  }

  .sm\:hover\:w-85:hover {
    width: 21.25rem;
  }

  .sm\:hover\:w-100:hover {
    width: 25rem;
  }

  .sm\:hover\:w-105:hover {
    width: 26.25rem;
  }

  .sm\:hover\:w-107:hover {
    width: 26.4rem;
  }

  .sm\:hover\:w-110:hover {
    width: 27.5rem;
  }

  .sm\:hover\:w-120:hover {
    width: 30rem;
  }

  .sm\:hover\:w-130:hover {
    width: 38rem;
  }

  .sm\:hover\:w-auto:hover {
    width: auto;
  }

  .sm\:hover\:w-px:hover {
    width: 1px;
  }

  .sm\:hover\:w-250px:hover {
    width: 250px;
  }

  .sm\:hover\:w-1\/2\%:hover {
    width: 0.5%;
  }

  .sm\:hover\:w-1\%:hover {
    width: 1%;
  }

  .sm\:hover\:w-2\%:hover {
    width: 2%;
  }

  .sm\:hover\:w-3\%:hover {
    width: 3%;
  }

  .sm\:hover\:w-4\%:hover {
    width: 4%;
  }

  .sm\:hover\:w-5\%:hover {
    width: 5%;
  }

  .sm\:hover\:w-10\%:hover {
    width: 10%;
  }

  .sm\:hover\:w-20\%:hover {
    width: 20%;
  }

  .sm\:hover\:w-23\%:hover {
    width: 23%;
  }

  .sm\:hover\:w-25\%:hover {
    width: 25%;
  }

  .sm\:hover\:w-26\%:hover {
    width: 26%;
  }

  .sm\:hover\:w-30\%:hover {
    width: 30%;
  }

  .sm\:hover\:w-40\%:hover {
    width: 40%;
  }

  .sm\:hover\:w-50\%:hover {
    width: 50%;
  }

  .sm\:hover\:w-60\%:hover {
    width: 60%;
  }

  .sm\:hover\:w-70\%:hover {
    width: 70%;
  }

  .sm\:hover\:w-80\%:hover {
    width: 80%;
  }

  .sm\:hover\:w-90\%:hover {
    width: 90%;
  }

  .sm\:hover\:w-95\%:hover {
    width: 95%;
  }

  .sm\:hover\:w-96\%:hover {
    width: 96%;
  }

  .sm\:hover\:w-97\%:hover {
    width: 97%;
  }

  .sm\:hover\:w-98\%:hover {
    width: 98%;
  }

  .sm\:hover\:w-99\%:hover {
    width: 99%;
  }

  .sm\:hover\:w-36vh:hover {
    width: 36vh;
  }

  .sm\:hover\:w-75vh:hover {
    width: 75vh;
  }

  .sm\:hover\:w-78vh:hover {
    width: 78vh;
  }

  .sm\:hover\:w-80vh:hover {
    width: 80vh;
  }

  .sm\:hover\:w-82vh:hover {
    width: 82vh;
  }

  .sm\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .sm\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .sm\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .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.666667%;
  }

  .sm\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .sm\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .sm\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .sm\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .sm\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .sm\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .sm\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .sm\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .sm\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .sm\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .sm\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .sm\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .sm\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .sm\:hover\:w-full:hover {
    width: 100%;
  }

  .sm\:hover\:w-screen:hover {
    width: 100vw;
  }

  .sm\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:focus\:w-0:focus {
    width: 0;
  }

  .sm\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .sm\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .sm\:focus\:w-3:focus {
    width: 0.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-7:focus {
    width: 1.75rem;
  }

  .sm\:focus\:w-8:focus {
    width: 2rem;
  }

  .sm\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .sm\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .sm\:focus\:w-12:focus {
    width: 3rem;
  }

  .sm\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .sm\:focus\:w-15:focus {
    width: 3.75rem;
  }

  .sm\:focus\:w-16:focus {
    width: 4rem;
  }

  .sm\:focus\:w-18:focus {
    width: 4.5rem;
  }

  .sm\:focus\:w-20:focus {
    width: 5rem;
  }

  .sm\:focus\:w-21:focus {
    width: 5.25rem;
  }

  .sm\:focus\:w-22:focus {
    width: 5.5rem;
  }

  .sm\:focus\:w-24:focus {
    width: 6rem;
  }

  .sm\:focus\:w-26:focus {
    width: 6.5rem;
  }

  .sm\:focus\:w-28:focus {
    width: 7rem;
  }

  .sm\:focus\:w-30:focus {
    width: 7.5rem;
  }

  .sm\:focus\:w-32:focus {
    width: 8rem;
  }

  .sm\:focus\:w-34:focus {
    width: 8.5rem;
  }

  .sm\:focus\:w-36:focus {
    width: 9rem;
  }

  .sm\:focus\:w-38:focus {
    width: 9.5rem;
  }

  .sm\:focus\:w-40:focus {
    width: 10rem;
  }

  .sm\:focus\:w-44:focus {
    width: 11rem;
  }

  .sm\:focus\:w-48:focus {
    width: 12rem;
  }

  .sm\:focus\:w-52:focus {
    width: 13rem;
  }

  .sm\:focus\:w-53:focus {
    width: 13.25rem;
  }

  .sm\:focus\:w-54:focus {
    width: 13.5rem;
  }

  .sm\:focus\:w-56:focus {
    width: 14rem;
  }

  .sm\:focus\:w-64:focus {
    width: 16rem;
  }

  .sm\:focus\:w-72:focus {
    width: 18rem;
  }

  .sm\:focus\:w-74:focus {
    width: 18.5rem;
  }

  .sm\:focus\:w-76:focus {
    width: 19rem;
  }

  .sm\:focus\:w-80:focus {
    width: 20rem;
  }

  .sm\:focus\:w-85:focus {
    width: 21.25rem;
  }

  .sm\:focus\:w-100:focus {
    width: 25rem;
  }

  .sm\:focus\:w-105:focus {
    width: 26.25rem;
  }

  .sm\:focus\:w-107:focus {
    width: 26.4rem;
  }

  .sm\:focus\:w-110:focus {
    width: 27.5rem;
  }

  .sm\:focus\:w-120:focus {
    width: 30rem;
  }

  .sm\:focus\:w-130:focus {
    width: 38rem;
  }

  .sm\:focus\:w-auto:focus {
    width: auto;
  }

  .sm\:focus\:w-px:focus {
    width: 1px;
  }

  .sm\:focus\:w-250px:focus {
    width: 250px;
  }

  .sm\:focus\:w-1\/2\%:focus {
    width: 0.5%;
  }

  .sm\:focus\:w-1\%:focus {
    width: 1%;
  }

  .sm\:focus\:w-2\%:focus {
    width: 2%;
  }

  .sm\:focus\:w-3\%:focus {
    width: 3%;
  }

  .sm\:focus\:w-4\%:focus {
    width: 4%;
  }

  .sm\:focus\:w-5\%:focus {
    width: 5%;
  }

  .sm\:focus\:w-10\%:focus {
    width: 10%;
  }

  .sm\:focus\:w-20\%:focus {
    width: 20%;
  }

  .sm\:focus\:w-23\%:focus {
    width: 23%;
  }

  .sm\:focus\:w-25\%:focus {
    width: 25%;
  }

  .sm\:focus\:w-26\%:focus {
    width: 26%;
  }

  .sm\:focus\:w-30\%:focus {
    width: 30%;
  }

  .sm\:focus\:w-40\%:focus {
    width: 40%;
  }

  .sm\:focus\:w-50\%:focus {
    width: 50%;
  }

  .sm\:focus\:w-60\%:focus {
    width: 60%;
  }

  .sm\:focus\:w-70\%:focus {
    width: 70%;
  }

  .sm\:focus\:w-80\%:focus {
    width: 80%;
  }

  .sm\:focus\:w-90\%:focus {
    width: 90%;
  }

  .sm\:focus\:w-95\%:focus {
    width: 95%;
  }

  .sm\:focus\:w-96\%:focus {
    width: 96%;
  }

  .sm\:focus\:w-97\%:focus {
    width: 97%;
  }

  .sm\:focus\:w-98\%:focus {
    width: 98%;
  }

  .sm\:focus\:w-99\%:focus {
    width: 99%;
  }

  .sm\:focus\:w-36vh:focus {
    width: 36vh;
  }

  .sm\:focus\:w-75vh:focus {
    width: 75vh;
  }

  .sm\:focus\:w-78vh:focus {
    width: 78vh;
  }

  .sm\:focus\:w-80vh:focus {
    width: 80vh;
  }

  .sm\:focus\:w-82vh:focus {
    width: 82vh;
  }

  .sm\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .sm\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .sm\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .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.666667%;
  }

  .sm\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .sm\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .sm\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .sm\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .sm\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .sm\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .sm\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .sm\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .sm\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .sm\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .sm\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .sm\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .sm\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .sm\:focus\:w-full:focus {
    width: 100%;
  }

  .sm\:focus\:w-screen:focus {
    width: 100vw;
  }

  .sm\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .sm\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .sm\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .sm\:focus-within\:w-3:focus-within {
    width: 0.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-7:focus-within {
    width: 1.75rem;
  }

  .sm\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .sm\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .sm\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .sm\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .sm\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .sm\:focus-within\:w-15:focus-within {
    width: 3.75rem;
  }

  .sm\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .sm\:focus-within\:w-18:focus-within {
    width: 4.5rem;
  }

  .sm\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .sm\:focus-within\:w-21:focus-within {
    width: 5.25rem;
  }

  .sm\:focus-within\:w-22:focus-within {
    width: 5.5rem;
  }

  .sm\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .sm\:focus-within\:w-26:focus-within {
    width: 6.5rem;
  }

  .sm\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .sm\:focus-within\:w-30:focus-within {
    width: 7.5rem;
  }

  .sm\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .sm\:focus-within\:w-34:focus-within {
    width: 8.5rem;
  }

  .sm\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .sm\:focus-within\:w-38:focus-within {
    width: 9.5rem;
  }

  .sm\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .sm\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .sm\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .sm\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .sm\:focus-within\:w-53:focus-within {
    width: 13.25rem;
  }

  .sm\:focus-within\:w-54:focus-within {
    width: 13.5rem;
  }

  .sm\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .sm\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .sm\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .sm\:focus-within\:w-74:focus-within {
    width: 18.5rem;
  }

  .sm\:focus-within\:w-76:focus-within {
    width: 19rem;
  }

  .sm\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .sm\:focus-within\:w-85:focus-within {
    width: 21.25rem;
  }

  .sm\:focus-within\:w-100:focus-within {
    width: 25rem;
  }

  .sm\:focus-within\:w-105:focus-within {
    width: 26.25rem;
  }

  .sm\:focus-within\:w-107:focus-within {
    width: 26.4rem;
  }

  .sm\:focus-within\:w-110:focus-within {
    width: 27.5rem;
  }

  .sm\:focus-within\:w-120:focus-within {
    width: 30rem;
  }

  .sm\:focus-within\:w-130:focus-within {
    width: 38rem;
  }

  .sm\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .sm\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .sm\:focus-within\:w-250px:focus-within {
    width: 250px;
  }

  .sm\:focus-within\:w-1\/2\%:focus-within {
    width: 0.5%;
  }

  .sm\:focus-within\:w-1\%:focus-within {
    width: 1%;
  }

  .sm\:focus-within\:w-2\%:focus-within {
    width: 2%;
  }

  .sm\:focus-within\:w-3\%:focus-within {
    width: 3%;
  }

  .sm\:focus-within\:w-4\%:focus-within {
    width: 4%;
  }

  .sm\:focus-within\:w-5\%:focus-within {
    width: 5%;
  }

  .sm\:focus-within\:w-10\%:focus-within {
    width: 10%;
  }

  .sm\:focus-within\:w-20\%:focus-within {
    width: 20%;
  }

  .sm\:focus-within\:w-23\%:focus-within {
    width: 23%;
  }

  .sm\:focus-within\:w-25\%:focus-within {
    width: 25%;
  }

  .sm\:focus-within\:w-26\%:focus-within {
    width: 26%;
  }

  .sm\:focus-within\:w-30\%:focus-within {
    width: 30%;
  }

  .sm\:focus-within\:w-40\%:focus-within {
    width: 40%;
  }

  .sm\:focus-within\:w-50\%:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-60\%:focus-within {
    width: 60%;
  }

  .sm\:focus-within\:w-70\%:focus-within {
    width: 70%;
  }

  .sm\:focus-within\:w-80\%:focus-within {
    width: 80%;
  }

  .sm\:focus-within\:w-90\%:focus-within {
    width: 90%;
  }

  .sm\:focus-within\:w-95\%:focus-within {
    width: 95%;
  }

  .sm\:focus-within\:w-96\%:focus-within {
    width: 96%;
  }

  .sm\:focus-within\:w-97\%:focus-within {
    width: 97%;
  }

  .sm\:focus-within\:w-98\%:focus-within {
    width: 98%;
  }

  .sm\:focus-within\:w-99\%:focus-within {
    width: 99%;
  }

  .sm\:focus-within\:w-36vh:focus-within {
    width: 36vh;
  }

  .sm\:focus-within\:w-75vh:focus-within {
    width: 75vh;
  }

  .sm\:focus-within\:w-78vh:focus-within {
    width: 78vh;
  }

  .sm\:focus-within\:w-80vh:focus-within {
    width: 80vh;
  }

  .sm\:focus-within\:w-82vh:focus-within {
    width: 82vh;
  }

  .sm\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .sm\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .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.666667%;
  }

  .sm\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .sm\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .sm\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .sm\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .sm\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .sm\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .sm\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .sm\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .sm\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .sm\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .sm\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .sm\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .sm\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .sm\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .sm\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .sm\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .sm\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .sm\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .sm\:group-hover\:w-3 {
    width: 0.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-7 {
    width: 1.75rem;
  }

  .group:hover .sm\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .sm\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .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-14 {
    width: 3.5rem;
  }

  .group:hover .sm\:group-hover\:w-15 {
    width: 3.75rem;
  }

  .group:hover .sm\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .sm\:group-hover\:w-18 {
    width: 4.5rem;
  }

  .group:hover .sm\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .sm\:group-hover\:w-21 {
    width: 5.25rem;
  }

  .group:hover .sm\:group-hover\:w-22 {
    width: 5.5rem;
  }

  .group:hover .sm\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .sm\:group-hover\:w-26 {
    width: 6.5rem;
  }

  .group:hover .sm\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .sm\:group-hover\:w-30 {
    width: 7.5rem;
  }

  .group:hover .sm\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .sm\:group-hover\:w-34 {
    width: 8.5rem;
  }

  .group:hover .sm\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .sm\:group-hover\:w-38 {
    width: 9.5rem;
  }

  .group:hover .sm\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .sm\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .sm\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .sm\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .sm\:group-hover\:w-53 {
    width: 13.25rem;
  }

  .group:hover .sm\:group-hover\:w-54 {
    width: 13.5rem;
  }

  .group:hover .sm\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .sm\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .sm\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .sm\:group-hover\:w-74 {
    width: 18.5rem;
  }

  .group:hover .sm\:group-hover\:w-76 {
    width: 19rem;
  }

  .group:hover .sm\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .sm\:group-hover\:w-85 {
    width: 21.25rem;
  }

  .group:hover .sm\:group-hover\:w-100 {
    width: 25rem;
  }

  .group:hover .sm\:group-hover\:w-105 {
    width: 26.25rem;
  }

  .group:hover .sm\:group-hover\:w-107 {
    width: 26.4rem;
  }

  .group:hover .sm\:group-hover\:w-110 {
    width: 27.5rem;
  }

  .group:hover .sm\:group-hover\:w-120 {
    width: 30rem;
  }

  .group:hover .sm\:group-hover\:w-130 {
    width: 38rem;
  }

  .group:hover .sm\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .sm\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .sm\:group-hover\:w-250px {
    width: 250px;
  }

  .group:hover .sm\:group-hover\:w-1\/2\% {
    width: 0.5%;
  }

  .group:hover .sm\:group-hover\:w-1\% {
    width: 1%;
  }

  .group:hover .sm\:group-hover\:w-2\% {
    width: 2%;
  }

  .group:hover .sm\:group-hover\:w-3\% {
    width: 3%;
  }

  .group:hover .sm\:group-hover\:w-4\% {
    width: 4%;
  }

  .group:hover .sm\:group-hover\:w-5\% {
    width: 5%;
  }

  .group:hover .sm\:group-hover\:w-10\% {
    width: 10%;
  }

  .group:hover .sm\:group-hover\:w-20\% {
    width: 20%;
  }

  .group:hover .sm\:group-hover\:w-23\% {
    width: 23%;
  }

  .group:hover .sm\:group-hover\:w-25\% {
    width: 25%;
  }

  .group:hover .sm\:group-hover\:w-26\% {
    width: 26%;
  }

  .group:hover .sm\:group-hover\:w-30\% {
    width: 30%;
  }

  .group:hover .sm\:group-hover\:w-40\% {
    width: 40%;
  }

  .group:hover .sm\:group-hover\:w-50\% {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-60\% {
    width: 60%;
  }

  .group:hover .sm\:group-hover\:w-70\% {
    width: 70%;
  }

  .group:hover .sm\:group-hover\:w-80\% {
    width: 80%;
  }

  .group:hover .sm\:group-hover\:w-90\% {
    width: 90%;
  }

  .group:hover .sm\:group-hover\:w-95\% {
    width: 95%;
  }

  .group:hover .sm\:group-hover\:w-96\% {
    width: 96%;
  }

  .group:hover .sm\:group-hover\:w-97\% {
    width: 97%;
  }

  .group:hover .sm\:group-hover\:w-98\% {
    width: 98%;
  }

  .group:hover .sm\:group-hover\:w-99\% {
    width: 99%;
  }

  .group:hover .sm\:group-hover\:w-36vh {
    width: 36vh;
  }

  .group:hover .sm\:group-hover\:w-75vh {
    width: 75vh;
  }

  .group:hover .sm\:group-hover\:w-78vh {
    width: 78vh;
  }

  .group:hover .sm\:group-hover\:w-80vh {
    width: 80vh;
  }

  .group:hover .sm\:group-hover\:w-82vh {
    width: 82vh;
  }

  .group:hover .sm\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .sm\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .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.666667%;
  }

  .group:hover .sm\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .sm\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .sm\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .sm\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .sm\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .sm\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .sm\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .sm\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .sm\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .sm\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .sm\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .sm\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .sm\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .sm\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .sm\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .sm\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:focus .sm\:group-focus\:w-0 {
    width: 0;
  }

  .group:focus .sm\:group-focus\:w-1 {
    width: 0.25rem;
  }

  .group:focus .sm\:group-focus\:w-2 {
    width: 0.5rem;
  }

  .group:focus .sm\:group-focus\:w-3 {
    width: 0.75rem;
  }

  .group:focus .sm\:group-focus\:w-4 {
    width: 1rem;
  }

  .group:focus .sm\:group-focus\:w-5 {
    width: 1.25rem;
  }

  .group:focus .sm\:group-focus\:w-6 {
    width: 1.5rem;
  }

  .group:focus .sm\:group-focus\:w-7 {
    width: 1.75rem;
  }

  .group:focus .sm\:group-focus\:w-8 {
    width: 2rem;
  }

  .group:focus .sm\:group-focus\:w-9 {
    width: 2.25rem;
  }

  .group:focus .sm\:group-focus\:w-10 {
    width: 2.5rem;
  }

  .group:focus .sm\:group-focus\:w-12 {
    width: 3rem;
  }

  .group:focus .sm\:group-focus\:w-14 {
    width: 3.5rem;
  }

  .group:focus .sm\:group-focus\:w-15 {
    width: 3.75rem;
  }

  .group:focus .sm\:group-focus\:w-16 {
    width: 4rem;
  }

  .group:focus .sm\:group-focus\:w-18 {
    width: 4.5rem;
  }

  .group:focus .sm\:group-focus\:w-20 {
    width: 5rem;
  }

  .group:focus .sm\:group-focus\:w-21 {
    width: 5.25rem;
  }

  .group:focus .sm\:group-focus\:w-22 {
    width: 5.5rem;
  }

  .group:focus .sm\:group-focus\:w-24 {
    width: 6rem;
  }

  .group:focus .sm\:group-focus\:w-26 {
    width: 6.5rem;
  }

  .group:focus .sm\:group-focus\:w-28 {
    width: 7rem;
  }

  .group:focus .sm\:group-focus\:w-30 {
    width: 7.5rem;
  }

  .group:focus .sm\:group-focus\:w-32 {
    width: 8rem;
  }

  .group:focus .sm\:group-focus\:w-34 {
    width: 8.5rem;
  }

  .group:focus .sm\:group-focus\:w-36 {
    width: 9rem;
  }

  .group:focus .sm\:group-focus\:w-38 {
    width: 9.5rem;
  }

  .group:focus .sm\:group-focus\:w-40 {
    width: 10rem;
  }

  .group:focus .sm\:group-focus\:w-44 {
    width: 11rem;
  }

  .group:focus .sm\:group-focus\:w-48 {
    width: 12rem;
  }

  .group:focus .sm\:group-focus\:w-52 {
    width: 13rem;
  }

  .group:focus .sm\:group-focus\:w-53 {
    width: 13.25rem;
  }

  .group:focus .sm\:group-focus\:w-54 {
    width: 13.5rem;
  }

  .group:focus .sm\:group-focus\:w-56 {
    width: 14rem;
  }

  .group:focus .sm\:group-focus\:w-64 {
    width: 16rem;
  }

  .group:focus .sm\:group-focus\:w-72 {
    width: 18rem;
  }

  .group:focus .sm\:group-focus\:w-74 {
    width: 18.5rem;
  }

  .group:focus .sm\:group-focus\:w-76 {
    width: 19rem;
  }

  .group:focus .sm\:group-focus\:w-80 {
    width: 20rem;
  }

  .group:focus .sm\:group-focus\:w-85 {
    width: 21.25rem;
  }

  .group:focus .sm\:group-focus\:w-100 {
    width: 25rem;
  }

  .group:focus .sm\:group-focus\:w-105 {
    width: 26.25rem;
  }

  .group:focus .sm\:group-focus\:w-107 {
    width: 26.4rem;
  }

  .group:focus .sm\:group-focus\:w-110 {
    width: 27.5rem;
  }

  .group:focus .sm\:group-focus\:w-120 {
    width: 30rem;
  }

  .group:focus .sm\:group-focus\:w-130 {
    width: 38rem;
  }

  .group:focus .sm\:group-focus\:w-auto {
    width: auto;
  }

  .group:focus .sm\:group-focus\:w-px {
    width: 1px;
  }

  .group:focus .sm\:group-focus\:w-250px {
    width: 250px;
  }

  .group:focus .sm\:group-focus\:w-1\/2\% {
    width: 0.5%;
  }

  .group:focus .sm\:group-focus\:w-1\% {
    width: 1%;
  }

  .group:focus .sm\:group-focus\:w-2\% {
    width: 2%;
  }

  .group:focus .sm\:group-focus\:w-3\% {
    width: 3%;
  }

  .group:focus .sm\:group-focus\:w-4\% {
    width: 4%;
  }

  .group:focus .sm\:group-focus\:w-5\% {
    width: 5%;
  }

  .group:focus .sm\:group-focus\:w-10\% {
    width: 10%;
  }

  .group:focus .sm\:group-focus\:w-20\% {
    width: 20%;
  }

  .group:focus .sm\:group-focus\:w-23\% {
    width: 23%;
  }

  .group:focus .sm\:group-focus\:w-25\% {
    width: 25%;
  }

  .group:focus .sm\:group-focus\:w-26\% {
    width: 26%;
  }

  .group:focus .sm\:group-focus\:w-30\% {
    width: 30%;
  }

  .group:focus .sm\:group-focus\:w-40\% {
    width: 40%;
  }

  .group:focus .sm\:group-focus\:w-50\% {
    width: 50%;
  }

  .group:focus .sm\:group-focus\:w-60\% {
    width: 60%;
  }

  .group:focus .sm\:group-focus\:w-70\% {
    width: 70%;
  }

  .group:focus .sm\:group-focus\:w-80\% {
    width: 80%;
  }

  .group:focus .sm\:group-focus\:w-90\% {
    width: 90%;
  }

  .group:focus .sm\:group-focus\:w-95\% {
    width: 95%;
  }

  .group:focus .sm\:group-focus\:w-96\% {
    width: 96%;
  }

  .group:focus .sm\:group-focus\:w-97\% {
    width: 97%;
  }

  .group:focus .sm\:group-focus\:w-98\% {
    width: 98%;
  }

  .group:focus .sm\:group-focus\:w-99\% {
    width: 99%;
  }

  .group:focus .sm\:group-focus\:w-36vh {
    width: 36vh;
  }

  .group:focus .sm\:group-focus\:w-75vh {
    width: 75vh;
  }

  .group:focus .sm\:group-focus\:w-78vh {
    width: 78vh;
  }

  .group:focus .sm\:group-focus\:w-80vh {
    width: 80vh;
  }

  .group:focus .sm\:group-focus\:w-82vh {
    width: 82vh;
  }

  .group:focus .sm\:group-focus\:w-1\/2 {
    width: 50%;
  }

  .group:focus .sm\:group-focus\:w-1\/3 {
    width: 33.333333%;
  }

  .group:focus .sm\:group-focus\:w-2\/3 {
    width: 66.666667%;
  }

  .group:focus .sm\:group-focus\:w-1\/4 {
    width: 25%;
  }

  .group:focus .sm\:group-focus\:w-2\/4 {
    width: 50%;
  }

  .group:focus .sm\:group-focus\:w-3\/4 {
    width: 75%;
  }

  .group:focus .sm\:group-focus\:w-1\/5 {
    width: 20%;
  }

  .group:focus .sm\:group-focus\:w-2\/5 {
    width: 40%;
  }

  .group:focus .sm\:group-focus\:w-3\/5 {
    width: 60%;
  }

  .group:focus .sm\:group-focus\:w-4\/5 {
    width: 80%;
  }

  .group:focus .sm\:group-focus\:w-1\/6 {
    width: 16.666667%;
  }

  .group:focus .sm\:group-focus\:w-2\/6 {
    width: 33.333333%;
  }

  .group:focus .sm\:group-focus\:w-3\/6 {
    width: 50%;
  }

  .group:focus .sm\:group-focus\:w-4\/6 {
    width: 66.666667%;
  }

  .group:focus .sm\:group-focus\:w-5\/6 {
    width: 83.333333%;
  }

  .group:focus .sm\:group-focus\:w-1\/12 {
    width: 8.333333%;
  }

  .group:focus .sm\:group-focus\:w-2\/12 {
    width: 16.666667%;
  }

  .group:focus .sm\:group-focus\:w-3\/12 {
    width: 25%;
  }

  .group:focus .sm\:group-focus\:w-4\/12 {
    width: 33.333333%;
  }

  .group:focus .sm\:group-focus\:w-5\/12 {
    width: 41.666667%;
  }

  .group:focus .sm\:group-focus\:w-6\/12 {
    width: 50%;
  }

  .group:focus .sm\:group-focus\:w-7\/12 {
    width: 58.333333%;
  }

  .group:focus .sm\:group-focus\:w-8\/12 {
    width: 66.666667%;
  }

  .group:focus .sm\:group-focus\:w-9\/12 {
    width: 75%;
  }

  .group:focus .sm\:group-focus\:w-10\/12 {
    width: 83.333333%;
  }

  .group:focus .sm\:group-focus\:w-11\/12 {
    width: 91.666667%;
  }

  .group:focus .sm\:group-focus\:w-full {
    width: 100%;
  }

  .group:focus .sm\:group-focus\:w-screen {
    width: 100vw;
  }

  .group:focus .sm\:group-focus\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:focus .sm\:group-focus\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\: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\:isolate {
    isolation: isolate;
  }

  .sm\:isolation-auto {
    isolation: auto;
  }

  .sm\:gap-0 {
    gap: 0;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-15 {
    gap: 3.75rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-18 {
    gap: 4.5rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-21 {
    gap: 5.25rem;
  }

  .sm\:gap-22 {
    gap: 5.5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-26 {
    gap: 6.5rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-30 {
    gap: 7.5rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-34 {
    gap: 8.5rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-38 {
    gap: 9.5rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-53 {
    gap: 13.25rem;
  }

  .sm\:gap-54 {
    gap: 13.5rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-74 {
    gap: 18.5rem;
  }

  .sm\:gap-76 {
    gap: 19rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:gap-85 {
    gap: 21.25rem;
  }

  .sm\:gap-100 {
    gap: 25rem;
  }

  .sm\:gap-105 {
    gap: 26.25rem;
  }

  .sm\:gap-107 {
    gap: 26.4rem;
  }

  .sm\:gap-110 {
    gap: 27.5rem;
  }

  .sm\:gap-120 {
    gap: 30rem;
  }

  .sm\:gap-130 {
    gap: 38rem;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\:gap-250px {
    gap: 250px;
  }

  .sm\:gap-1\/2\% {
    gap: 0.5%;
  }

  .sm\:gap-1\% {
    gap: 1%;
  }

  .sm\:gap-2\% {
    gap: 2%;
  }

  .sm\:gap-3\% {
    gap: 3%;
  }

  .sm\:gap-4\% {
    gap: 4%;
  }

  .sm\:gap-5\% {
    gap: 5%;
  }

  .sm\:gap-10\% {
    gap: 10%;
  }

  .sm\:gap-20\% {
    gap: 20%;
  }

  .sm\:gap-23\% {
    gap: 23%;
  }

  .sm\:gap-25\% {
    gap: 25%;
  }

  .sm\:gap-26\% {
    gap: 26%;
  }

  .sm\:gap-30\% {
    gap: 30%;
  }

  .sm\:gap-40\% {
    gap: 40%;
  }

  .sm\:gap-50\% {
    gap: 50%;
  }

  .sm\:gap-60\% {
    gap: 60%;
  }

  .sm\:gap-70\% {
    gap: 70%;
  }

  .sm\:gap-80\% {
    gap: 80%;
  }

  .sm\:gap-90\% {
    gap: 90%;
  }

  .sm\:gap-95\% {
    gap: 95%;
  }

  .sm\:gap-96\% {
    gap: 96%;
  }

  .sm\:gap-97\% {
    gap: 97%;
  }

  .sm\:gap-98\% {
    gap: 98%;
  }

  .sm\:gap-99\% {
    gap: 99%;
  }

  .sm\:gap-36vh {
    gap: 36vh;
  }

  .sm\:gap-75vh {
    gap: 75vh;
  }

  .sm\:gap-78vh {
    gap: 78vh;
  }

  .sm\:gap-80vh {
    gap: 80vh;
  }

  .sm\:gap-82vh {
    gap: 82vh;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-15 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .sm\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-38 {
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-53 {
    -moz-column-gap: 13.25rem;
         column-gap: 13.25rem;
  }

  .sm\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-74 {
    -moz-column-gap: 18.5rem;
         column-gap: 18.5rem;
  }

  .sm\:gap-x-76 {
    -moz-column-gap: 19rem;
         column-gap: 19rem;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-85 {
    -moz-column-gap: 21.25rem;
         column-gap: 21.25rem;
  }

  .sm\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .sm\:gap-x-105 {
    -moz-column-gap: 26.25rem;
         column-gap: 26.25rem;
  }

  .sm\:gap-x-107 {
    -moz-column-gap: 26.4rem;
         column-gap: 26.4rem;
  }

  .sm\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .sm\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sm\:gap-x-130 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-250px {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm\:gap-x-1\/2\% {
    -moz-column-gap: 0.5%;
         column-gap: 0.5%;
  }

  .sm\:gap-x-1\% {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .sm\:gap-x-2\% {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }

  .sm\:gap-x-3\% {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }

  .sm\:gap-x-4\% {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }

  .sm\:gap-x-5\% {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .sm\:gap-x-10\% {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .sm\:gap-x-20\% {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .sm\:gap-x-23\% {
    -moz-column-gap: 23%;
         column-gap: 23%;
  }

  .sm\:gap-x-25\% {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm\:gap-x-26\% {
    -moz-column-gap: 26%;
         column-gap: 26%;
  }

  .sm\:gap-x-30\% {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .sm\:gap-x-40\% {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .sm\:gap-x-50\% {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:gap-x-60\% {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .sm\:gap-x-70\% {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .sm\:gap-x-80\% {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .sm\:gap-x-90\% {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .sm\:gap-x-95\% {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .sm\:gap-x-96\% {
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .sm\:gap-x-97\% {
    -moz-column-gap: 97%;
         column-gap: 97%;
  }

  .sm\:gap-x-98\% {
    -moz-column-gap: 98%;
         column-gap: 98%;
  }

  .sm\:gap-x-99\% {
    -moz-column-gap: 99%;
         column-gap: 99%;
  }

  .sm\:gap-x-36vh {
    -moz-column-gap: 36vh;
         column-gap: 36vh;
  }

  .sm\:gap-x-75vh {
    -moz-column-gap: 75vh;
         column-gap: 75vh;
  }

  .sm\:gap-x-78vh {
    -moz-column-gap: 78vh;
         column-gap: 78vh;
  }

  .sm\:gap-x-80vh {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .sm\:gap-x-82vh {
    -moz-column-gap: 82vh;
         column-gap: 82vh;
  }

  .sm\:gap-y-0 {
    row-gap: 0;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:gap-y-15 {
    row-gap: 3.75rem;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .sm\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem;
  }

  .sm\:gap-y-38 {
    row-gap: 9.5rem;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm\:gap-y-53 {
    row-gap: 13.25rem;
  }

  .sm\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem;
  }

  .sm\:gap-y-74 {
    row-gap: 18.5rem;
  }

  .sm\:gap-y-76 {
    row-gap: 19rem;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem;
  }

  .sm\:gap-y-85 {
    row-gap: 21.25rem;
  }

  .sm\:gap-y-100 {
    row-gap: 25rem;
  }

  .sm\:gap-y-105 {
    row-gap: 26.25rem;
  }

  .sm\:gap-y-107 {
    row-gap: 26.4rem;
  }

  .sm\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .sm\:gap-y-120 {
    row-gap: 30rem;
  }

  .sm\:gap-y-130 {
    row-gap: 38rem;
  }

  .sm\:gap-y-px {
    row-gap: 1px;
  }

  .sm\:gap-y-250px {
    row-gap: 250px;
  }

  .sm\:gap-y-1\/2\% {
    row-gap: 0.5%;
  }

  .sm\:gap-y-1\% {
    row-gap: 1%;
  }

  .sm\:gap-y-2\% {
    row-gap: 2%;
  }

  .sm\:gap-y-3\% {
    row-gap: 3%;
  }

  .sm\:gap-y-4\% {
    row-gap: 4%;
  }

  .sm\:gap-y-5\% {
    row-gap: 5%;
  }

  .sm\:gap-y-10\% {
    row-gap: 10%;
  }

  .sm\:gap-y-20\% {
    row-gap: 20%;
  }

  .sm\:gap-y-23\% {
    row-gap: 23%;
  }

  .sm\:gap-y-25\% {
    row-gap: 25%;
  }

  .sm\:gap-y-26\% {
    row-gap: 26%;
  }

  .sm\:gap-y-30\% {
    row-gap: 30%;
  }

  .sm\:gap-y-40\% {
    row-gap: 40%;
  }

  .sm\:gap-y-50\% {
    row-gap: 50%;
  }

  .sm\:gap-y-60\% {
    row-gap: 60%;
  }

  .sm\:gap-y-70\% {
    row-gap: 70%;
  }

  .sm\:gap-y-80\% {
    row-gap: 80%;
  }

  .sm\:gap-y-90\% {
    row-gap: 90%;
  }

  .sm\:gap-y-95\% {
    row-gap: 95%;
  }

  .sm\:gap-y-96\% {
    row-gap: 96%;
  }

  .sm\:gap-y-97\% {
    row-gap: 97%;
  }

  .sm\:gap-y-98\% {
    row-gap: 98%;
  }

  .sm\:gap-y-99\% {
    row-gap: 99%;
  }

  .sm\:gap-y-36vh {
    row-gap: 36vh;
  }

  .sm\:gap-y-75vh {
    row-gap: 75vh;
  }

  .sm\:gap-y-78vh {
    row-gap: 78vh;
  }

  .sm\:gap-y-80vh {
    row-gap: 80vh;
  }

  .sm\:gap-y-82vh {
    row-gap: 82vh;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-15 {
    --tw-translate-x: 3.75rem;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .sm\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-38 {
    --tw-translate-x: 9.5rem;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-53 {
    --tw-translate-x: 13.25rem;
  }

  .sm\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-74 {
    --tw-translate-x: 18.5rem;
  }

  .sm\:translate-x-76 {
    --tw-translate-x: 19rem;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-85 {
    --tw-translate-x: 21.25rem;
  }

  .sm\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .sm\:translate-x-105 {
    --tw-translate-x: 26.25rem;
  }

  .sm\:translate-x-107 {
    --tw-translate-x: 26.4rem;
  }

  .sm\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .sm\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .sm\:translate-x-130 {
    --tw-translate-x: 38rem;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-250px {
    --tw-translate-x: 250px;
  }

  .sm\:translate-x-1\/2\% {
    --tw-translate-x: 0.5%;
  }

  .sm\:translate-x-1\% {
    --tw-translate-x: 1%;
  }

  .sm\:translate-x-2\% {
    --tw-translate-x: 2%;
  }

  .sm\:translate-x-3\% {
    --tw-translate-x: 3%;
  }

  .sm\:translate-x-4\% {
    --tw-translate-x: 4%;
  }

  .sm\:translate-x-5\% {
    --tw-translate-x: 5%;
  }

  .sm\:translate-x-10\% {
    --tw-translate-x: 10%;
  }

  .sm\:translate-x-20\% {
    --tw-translate-x: 20%;
  }

  .sm\:translate-x-23\% {
    --tw-translate-x: 23%;
  }

  .sm\:translate-x-25\% {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-26\% {
    --tw-translate-x: 26%;
  }

  .sm\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .sm\:translate-x-40\% {
    --tw-translate-x: 40%;
  }

  .sm\:translate-x-50\% {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-60\% {
    --tw-translate-x: 60%;
  }

  .sm\:translate-x-70\% {
    --tw-translate-x: 70%;
  }

  .sm\:translate-x-80\% {
    --tw-translate-x: 80%;
  }

  .sm\:translate-x-90\% {
    --tw-translate-x: 90%;
  }

  .sm\:translate-x-95\% {
    --tw-translate-x: 95%;
  }

  .sm\:translate-x-96\% {
    --tw-translate-x: 96%;
  }

  .sm\:translate-x-97\% {
    --tw-translate-x: 97%;
  }

  .sm\:translate-x-98\% {
    --tw-translate-x: 98%;
  }

  .sm\:translate-x-99\% {
    --tw-translate-x: 99%;
  }

  .sm\:translate-x-36vh {
    --tw-translate-x: 36vh;
  }

  .sm\:translate-x-75vh {
    --tw-translate-x: 75vh;
  }

  .sm\:translate-x-78vh {
    --tw-translate-x: 78vh;
  }

  .sm\:translate-x-80vh {
    --tw-translate-x: 80vh;
  }

  .sm\:translate-x-82vh {
    --tw-translate-x: 82vh;
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-15 {
    --tw-translate-x: -3.75rem;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .sm\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-38 {
    --tw-translate-x: -9.5rem;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-53 {
    --tw-translate-x: -13.25rem;
  }

  .sm\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-74 {
    --tw-translate-x: -18.5rem;
  }

  .sm\:-translate-x-76 {
    --tw-translate-x: -19rem;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-85 {
    --tw-translate-x: -21.25rem;
  }

  .sm\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .sm\:-translate-x-105 {
    --tw-translate-x: -26.25rem;
  }

  .sm\:-translate-x-107 {
    --tw-translate-x: -26.4rem;
  }

  .sm\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .sm\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .sm\:-translate-x-130 {
    --tw-translate-x: -38rem;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-250px {
    --tw-translate-x: -250px;
  }

  .sm\:-translate-x-1\/2\% {
    --tw-translate-x: -0.5%;
  }

  .sm\:-translate-x-1\% {
    --tw-translate-x: -1%;
  }

  .sm\:-translate-x-2\% {
    --tw-translate-x: -2%;
  }

  .sm\:-translate-x-3\% {
    --tw-translate-x: -3%;
  }

  .sm\:-translate-x-4\% {
    --tw-translate-x: -4%;
  }

  .sm\:-translate-x-5\% {
    --tw-translate-x: -5%;
  }

  .sm\:-translate-x-10\% {
    --tw-translate-x: -10%;
  }

  .sm\:-translate-x-20\% {
    --tw-translate-x: -20%;
  }

  .sm\:-translate-x-23\% {
    --tw-translate-x: -23%;
  }

  .sm\:-translate-x-25\% {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-26\% {
    --tw-translate-x: -26%;
  }

  .sm\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .sm\:-translate-x-40\% {
    --tw-translate-x: -40%;
  }

  .sm\:-translate-x-50\% {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-60\% {
    --tw-translate-x: -60%;
  }

  .sm\:-translate-x-70\% {
    --tw-translate-x: -70%;
  }

  .sm\:-translate-x-80\% {
    --tw-translate-x: -80%;
  }

  .sm\:-translate-x-90\% {
    --tw-translate-x: -90%;
  }

  .sm\:-translate-x-95\% {
    --tw-translate-x: -95%;
  }

  .sm\:-translate-x-96\% {
    --tw-translate-x: -96%;
  }

  .sm\:-translate-x-97\% {
    --tw-translate-x: -97%;
  }

  .sm\:-translate-x-98\% {
    --tw-translate-x: -98%;
  }

  .sm\:-translate-x-99\% {
    --tw-translate-x: -99%;
  }

  .sm\:-translate-x-36vh {
    --tw-translate-x: -36vh;
  }

  .sm\:-translate-x-75vh {
    --tw-translate-x: -75vh;
  }

  .sm\:-translate-x-78vh {
    --tw-translate-x: -78vh;
  }

  .sm\:-translate-x-80vh {
    --tw-translate-x: -80vh;
  }

  .sm\:-translate-x-82vh {
    --tw-translate-x: -82vh;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-15 {
    --tw-translate-y: 3.75rem;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .sm\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-38 {
    --tw-translate-y: 9.5rem;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-53 {
    --tw-translate-y: 13.25rem;
  }

  .sm\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-74 {
    --tw-translate-y: 18.5rem;
  }

  .sm\:translate-y-76 {
    --tw-translate-y: 19rem;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-85 {
    --tw-translate-y: 21.25rem;
  }

  .sm\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .sm\:translate-y-105 {
    --tw-translate-y: 26.25rem;
  }

  .sm\:translate-y-107 {
    --tw-translate-y: 26.4rem;
  }

  .sm\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .sm\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .sm\:translate-y-130 {
    --tw-translate-y: 38rem;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-250px {
    --tw-translate-y: 250px;
  }

  .sm\:translate-y-1\/2\% {
    --tw-translate-y: 0.5%;
  }

  .sm\:translate-y-1\% {
    --tw-translate-y: 1%;
  }

  .sm\:translate-y-2\% {
    --tw-translate-y: 2%;
  }

  .sm\:translate-y-3\% {
    --tw-translate-y: 3%;
  }

  .sm\:translate-y-4\% {
    --tw-translate-y: 4%;
  }

  .sm\:translate-y-5\% {
    --tw-translate-y: 5%;
  }

  .sm\:translate-y-10\% {
    --tw-translate-y: 10%;
  }

  .sm\:translate-y-20\% {
    --tw-translate-y: 20%;
  }

  .sm\:translate-y-23\% {
    --tw-translate-y: 23%;
  }

  .sm\:translate-y-25\% {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-26\% {
    --tw-translate-y: 26%;
  }

  .sm\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .sm\:translate-y-40\% {
    --tw-translate-y: 40%;
  }

  .sm\:translate-y-50\% {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-60\% {
    --tw-translate-y: 60%;
  }

  .sm\:translate-y-70\% {
    --tw-translate-y: 70%;
  }

  .sm\:translate-y-80\% {
    --tw-translate-y: 80%;
  }

  .sm\:translate-y-90\% {
    --tw-translate-y: 90%;
  }

  .sm\:translate-y-95\% {
    --tw-translate-y: 95%;
  }

  .sm\:translate-y-96\% {
    --tw-translate-y: 96%;
  }

  .sm\:translate-y-97\% {
    --tw-translate-y: 97%;
  }

  .sm\:translate-y-98\% {
    --tw-translate-y: 98%;
  }

  .sm\:translate-y-99\% {
    --tw-translate-y: 99%;
  }

  .sm\:translate-y-36vh {
    --tw-translate-y: 36vh;
  }

  .sm\:translate-y-75vh {
    --tw-translate-y: 75vh;
  }

  .sm\:translate-y-78vh {
    --tw-translate-y: 78vh;
  }

  .sm\:translate-y-80vh {
    --tw-translate-y: 80vh;
  }

  .sm\:translate-y-82vh {
    --tw-translate-y: 82vh;
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-15 {
    --tw-translate-y: -3.75rem;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .sm\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-38 {
    --tw-translate-y: -9.5rem;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-53 {
    --tw-translate-y: -13.25rem;
  }

  .sm\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-74 {
    --tw-translate-y: -18.5rem;
  }

  .sm\:-translate-y-76 {
    --tw-translate-y: -19rem;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-85 {
    --tw-translate-y: -21.25rem;
  }

  .sm\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .sm\:-translate-y-105 {
    --tw-translate-y: -26.25rem;
  }

  .sm\:-translate-y-107 {
    --tw-translate-y: -26.4rem;
  }

  .sm\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .sm\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .sm\:-translate-y-130 {
    --tw-translate-y: -38rem;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-250px {
    --tw-translate-y: -250px;
  }

  .sm\:-translate-y-1\/2\% {
    --tw-translate-y: -0.5%;
  }

  .sm\:-translate-y-1\% {
    --tw-translate-y: -1%;
  }

  .sm\:-translate-y-2\% {
    --tw-translate-y: -2%;
  }

  .sm\:-translate-y-3\% {
    --tw-translate-y: -3%;
  }

  .sm\:-translate-y-4\% {
    --tw-translate-y: -4%;
  }

  .sm\:-translate-y-5\% {
    --tw-translate-y: -5%;
  }

  .sm\:-translate-y-10\% {
    --tw-translate-y: -10%;
  }

  .sm\:-translate-y-20\% {
    --tw-translate-y: -20%;
  }

  .sm\:-translate-y-23\% {
    --tw-translate-y: -23%;
  }

  .sm\:-translate-y-25\% {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-26\% {
    --tw-translate-y: -26%;
  }

  .sm\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .sm\:-translate-y-40\% {
    --tw-translate-y: -40%;
  }

  .sm\:-translate-y-50\% {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-60\% {
    --tw-translate-y: -60%;
  }

  .sm\:-translate-y-70\% {
    --tw-translate-y: -70%;
  }

  .sm\:-translate-y-80\% {
    --tw-translate-y: -80%;
  }

  .sm\:-translate-y-90\% {
    --tw-translate-y: -90%;
  }

  .sm\:-translate-y-95\% {
    --tw-translate-y: -95%;
  }

  .sm\:-translate-y-96\% {
    --tw-translate-y: -96%;
  }

  .sm\:-translate-y-97\% {
    --tw-translate-y: -97%;
  }

  .sm\:-translate-y-98\% {
    --tw-translate-y: -98%;
  }

  .sm\:-translate-y-99\% {
    --tw-translate-y: -99%;
  }

  .sm\:-translate-y-36vh {
    --tw-translate-y: -36vh;
  }

  .sm\:-translate-y-75vh {
    --tw-translate-y: -75vh;
  }

  .sm\:-translate-y-78vh {
    --tw-translate-y: -78vh;
  }

  .sm\:-translate-y-80vh {
    --tw-translate-y: -80vh;
  }

  .sm\:-translate-y-82vh {
    --tw-translate-y: -82vh;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-15:hover {
    --tw-translate-x: 3.75rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .sm\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-38:hover {
    --tw-translate-x: 9.5rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-53:hover {
    --tw-translate-x: 13.25rem;
  }

  .sm\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-74:hover {
    --tw-translate-x: 18.5rem;
  }

  .sm\:hover\:translate-x-76:hover {
    --tw-translate-x: 19rem;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-85:hover {
    --tw-translate-x: 21.25rem;
  }

  .sm\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .sm\:hover\:translate-x-105:hover {
    --tw-translate-x: 26.25rem;
  }

  .sm\:hover\:translate-x-107:hover {
    --tw-translate-x: 26.4rem;
  }

  .sm\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .sm\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .sm\:hover\:translate-x-130:hover {
    --tw-translate-x: 38rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-250px:hover {
    --tw-translate-x: 250px;
  }

  .sm\:hover\:translate-x-1\/2\%:hover {
    --tw-translate-x: 0.5%;
  }

  .sm\:hover\:translate-x-1\%:hover {
    --tw-translate-x: 1%;
  }

  .sm\:hover\:translate-x-2\%:hover {
    --tw-translate-x: 2%;
  }

  .sm\:hover\:translate-x-3\%:hover {
    --tw-translate-x: 3%;
  }

  .sm\:hover\:translate-x-4\%:hover {
    --tw-translate-x: 4%;
  }

  .sm\:hover\:translate-x-5\%:hover {
    --tw-translate-x: 5%;
  }

  .sm\:hover\:translate-x-10\%:hover {
    --tw-translate-x: 10%;
  }

  .sm\:hover\:translate-x-20\%:hover {
    --tw-translate-x: 20%;
  }

  .sm\:hover\:translate-x-23\%:hover {
    --tw-translate-x: 23%;
  }

  .sm\:hover\:translate-x-25\%:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-26\%:hover {
    --tw-translate-x: 26%;
  }

  .sm\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .sm\:hover\:translate-x-40\%:hover {
    --tw-translate-x: 40%;
  }

  .sm\:hover\:translate-x-50\%:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-60\%:hover {
    --tw-translate-x: 60%;
  }

  .sm\:hover\:translate-x-70\%:hover {
    --tw-translate-x: 70%;
  }

  .sm\:hover\:translate-x-80\%:hover {
    --tw-translate-x: 80%;
  }

  .sm\:hover\:translate-x-90\%:hover {
    --tw-translate-x: 90%;
  }

  .sm\:hover\:translate-x-95\%:hover {
    --tw-translate-x: 95%;
  }

  .sm\:hover\:translate-x-96\%:hover {
    --tw-translate-x: 96%;
  }

  .sm\:hover\:translate-x-97\%:hover {
    --tw-translate-x: 97%;
  }

  .sm\:hover\:translate-x-98\%:hover {
    --tw-translate-x: 98%;
  }

  .sm\:hover\:translate-x-99\%:hover {
    --tw-translate-x: 99%;
  }

  .sm\:hover\:translate-x-36vh:hover {
    --tw-translate-x: 36vh;
  }

  .sm\:hover\:translate-x-75vh:hover {
    --tw-translate-x: 75vh;
  }

  .sm\:hover\:translate-x-78vh:hover {
    --tw-translate-x: 78vh;
  }

  .sm\:hover\:translate-x-80vh:hover {
    --tw-translate-x: 80vh;
  }

  .sm\:hover\:translate-x-82vh:hover {
    --tw-translate-x: 82vh;
  }

  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-15:hover {
    --tw-translate-x: -3.75rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .sm\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-38:hover {
    --tw-translate-x: -9.5rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-53:hover {
    --tw-translate-x: -13.25rem;
  }

  .sm\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-74:hover {
    --tw-translate-x: -18.5rem;
  }

  .sm\:hover\:-translate-x-76:hover {
    --tw-translate-x: -19rem;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-85:hover {
    --tw-translate-x: -21.25rem;
  }

  .sm\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .sm\:hover\:-translate-x-105:hover {
    --tw-translate-x: -26.25rem;
  }

  .sm\:hover\:-translate-x-107:hover {
    --tw-translate-x: -26.4rem;
  }

  .sm\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .sm\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .sm\:hover\:-translate-x-130:hover {
    --tw-translate-x: -38rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-250px:hover {
    --tw-translate-x: -250px;
  }

  .sm\:hover\:-translate-x-1\/2\%:hover {
    --tw-translate-x: -0.5%;
  }

  .sm\:hover\:-translate-x-1\%:hover {
    --tw-translate-x: -1%;
  }

  .sm\:hover\:-translate-x-2\%:hover {
    --tw-translate-x: -2%;
  }

  .sm\:hover\:-translate-x-3\%:hover {
    --tw-translate-x: -3%;
  }

  .sm\:hover\:-translate-x-4\%:hover {
    --tw-translate-x: -4%;
  }

  .sm\:hover\:-translate-x-5\%:hover {
    --tw-translate-x: -5%;
  }

  .sm\:hover\:-translate-x-10\%:hover {
    --tw-translate-x: -10%;
  }

  .sm\:hover\:-translate-x-20\%:hover {
    --tw-translate-x: -20%;
  }

  .sm\:hover\:-translate-x-23\%:hover {
    --tw-translate-x: -23%;
  }

  .sm\:hover\:-translate-x-25\%:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-26\%:hover {
    --tw-translate-x: -26%;
  }

  .sm\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .sm\:hover\:-translate-x-40\%:hover {
    --tw-translate-x: -40%;
  }

  .sm\:hover\:-translate-x-50\%:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-60\%:hover {
    --tw-translate-x: -60%;
  }

  .sm\:hover\:-translate-x-70\%:hover {
    --tw-translate-x: -70%;
  }

  .sm\:hover\:-translate-x-80\%:hover {
    --tw-translate-x: -80%;
  }

  .sm\:hover\:-translate-x-90\%:hover {
    --tw-translate-x: -90%;
  }

  .sm\:hover\:-translate-x-95\%:hover {
    --tw-translate-x: -95%;
  }

  .sm\:hover\:-translate-x-96\%:hover {
    --tw-translate-x: -96%;
  }

  .sm\:hover\:-translate-x-97\%:hover {
    --tw-translate-x: -97%;
  }

  .sm\:hover\:-translate-x-98\%:hover {
    --tw-translate-x: -98%;
  }

  .sm\:hover\:-translate-x-99\%:hover {
    --tw-translate-x: -99%;
  }

  .sm\:hover\:-translate-x-36vh:hover {
    --tw-translate-x: -36vh;
  }

  .sm\:hover\:-translate-x-75vh:hover {
    --tw-translate-x: -75vh;
  }

  .sm\:hover\:-translate-x-78vh:hover {
    --tw-translate-x: -78vh;
  }

  .sm\:hover\:-translate-x-80vh:hover {
    --tw-translate-x: -80vh;
  }

  .sm\:hover\:-translate-x-82vh:hover {
    --tw-translate-x: -82vh;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-15:hover {
    --tw-translate-y: 3.75rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .sm\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-38:hover {
    --tw-translate-y: 9.5rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-53:hover {
    --tw-translate-y: 13.25rem;
  }

  .sm\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-74:hover {
    --tw-translate-y: 18.5rem;
  }

  .sm\:hover\:translate-y-76:hover {
    --tw-translate-y: 19rem;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-85:hover {
    --tw-translate-y: 21.25rem;
  }

  .sm\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .sm\:hover\:translate-y-105:hover {
    --tw-translate-y: 26.25rem;
  }

  .sm\:hover\:translate-y-107:hover {
    --tw-translate-y: 26.4rem;
  }

  .sm\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .sm\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .sm\:hover\:translate-y-130:hover {
    --tw-translate-y: 38rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-250px:hover {
    --tw-translate-y: 250px;
  }

  .sm\:hover\:translate-y-1\/2\%:hover {
    --tw-translate-y: 0.5%;
  }

  .sm\:hover\:translate-y-1\%:hover {
    --tw-translate-y: 1%;
  }

  .sm\:hover\:translate-y-2\%:hover {
    --tw-translate-y: 2%;
  }

  .sm\:hover\:translate-y-3\%:hover {
    --tw-translate-y: 3%;
  }

  .sm\:hover\:translate-y-4\%:hover {
    --tw-translate-y: 4%;
  }

  .sm\:hover\:translate-y-5\%:hover {
    --tw-translate-y: 5%;
  }

  .sm\:hover\:translate-y-10\%:hover {
    --tw-translate-y: 10%;
  }

  .sm\:hover\:translate-y-20\%:hover {
    --tw-translate-y: 20%;
  }

  .sm\:hover\:translate-y-23\%:hover {
    --tw-translate-y: 23%;
  }

  .sm\:hover\:translate-y-25\%:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-26\%:hover {
    --tw-translate-y: 26%;
  }

  .sm\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .sm\:hover\:translate-y-40\%:hover {
    --tw-translate-y: 40%;
  }

  .sm\:hover\:translate-y-50\%:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-60\%:hover {
    --tw-translate-y: 60%;
  }

  .sm\:hover\:translate-y-70\%:hover {
    --tw-translate-y: 70%;
  }

  .sm\:hover\:translate-y-80\%:hover {
    --tw-translate-y: 80%;
  }

  .sm\:hover\:translate-y-90\%:hover {
    --tw-translate-y: 90%;
  }

  .sm\:hover\:translate-y-95\%:hover {
    --tw-translate-y: 95%;
  }

  .sm\:hover\:translate-y-96\%:hover {
    --tw-translate-y: 96%;
  }

  .sm\:hover\:translate-y-97\%:hover {
    --tw-translate-y: 97%;
  }

  .sm\:hover\:translate-y-98\%:hover {
    --tw-translate-y: 98%;
  }

  .sm\:hover\:translate-y-99\%:hover {
    --tw-translate-y: 99%;
  }

  .sm\:hover\:translate-y-36vh:hover {
    --tw-translate-y: 36vh;
  }

  .sm\:hover\:translate-y-75vh:hover {
    --tw-translate-y: 75vh;
  }

  .sm\:hover\:translate-y-78vh:hover {
    --tw-translate-y: 78vh;
  }

  .sm\:hover\:translate-y-80vh:hover {
    --tw-translate-y: 80vh;
  }

  .sm\:hover\:translate-y-82vh:hover {
    --tw-translate-y: 82vh;
  }

  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-15:hover {
    --tw-translate-y: -3.75rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .sm\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-38:hover {
    --tw-translate-y: -9.5rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-53:hover {
    --tw-translate-y: -13.25rem;
  }

  .sm\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-74:hover {
    --tw-translate-y: -18.5rem;
  }

  .sm\:hover\:-translate-y-76:hover {
    --tw-translate-y: -19rem;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-85:hover {
    --tw-translate-y: -21.25rem;
  }

  .sm\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .sm\:hover\:-translate-y-105:hover {
    --tw-translate-y: -26.25rem;
  }

  .sm\:hover\:-translate-y-107:hover {
    --tw-translate-y: -26.4rem;
  }

  .sm\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .sm\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .sm\:hover\:-translate-y-130:hover {
    --tw-translate-y: -38rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-250px:hover {
    --tw-translate-y: -250px;
  }

  .sm\:hover\:-translate-y-1\/2\%:hover {
    --tw-translate-y: -0.5%;
  }

  .sm\:hover\:-translate-y-1\%:hover {
    --tw-translate-y: -1%;
  }

  .sm\:hover\:-translate-y-2\%:hover {
    --tw-translate-y: -2%;
  }

  .sm\:hover\:-translate-y-3\%:hover {
    --tw-translate-y: -3%;
  }

  .sm\:hover\:-translate-y-4\%:hover {
    --tw-translate-y: -4%;
  }

  .sm\:hover\:-translate-y-5\%:hover {
    --tw-translate-y: -5%;
  }

  .sm\:hover\:-translate-y-10\%:hover {
    --tw-translate-y: -10%;
  }

  .sm\:hover\:-translate-y-20\%:hover {
    --tw-translate-y: -20%;
  }

  .sm\:hover\:-translate-y-23\%:hover {
    --tw-translate-y: -23%;
  }

  .sm\:hover\:-translate-y-25\%:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-26\%:hover {
    --tw-translate-y: -26%;
  }

  .sm\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .sm\:hover\:-translate-y-40\%:hover {
    --tw-translate-y: -40%;
  }

  .sm\:hover\:-translate-y-50\%:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-60\%:hover {
    --tw-translate-y: -60%;
  }

  .sm\:hover\:-translate-y-70\%:hover {
    --tw-translate-y: -70%;
  }

  .sm\:hover\:-translate-y-80\%:hover {
    --tw-translate-y: -80%;
  }

  .sm\:hover\:-translate-y-90\%:hover {
    --tw-translate-y: -90%;
  }

  .sm\:hover\:-translate-y-95\%:hover {
    --tw-translate-y: -95%;
  }

  .sm\:hover\:-translate-y-96\%:hover {
    --tw-translate-y: -96%;
  }

  .sm\:hover\:-translate-y-97\%:hover {
    --tw-translate-y: -97%;
  }

  .sm\:hover\:-translate-y-98\%:hover {
    --tw-translate-y: -98%;
  }

  .sm\:hover\:-translate-y-99\%:hover {
    --tw-translate-y: -99%;
  }

  .sm\:hover\:-translate-y-36vh:hover {
    --tw-translate-y: -36vh;
  }

  .sm\:hover\:-translate-y-75vh:hover {
    --tw-translate-y: -75vh;
  }

  .sm\:hover\:-translate-y-78vh:hover {
    --tw-translate-y: -78vh;
  }

  .sm\:hover\:-translate-y-80vh:hover {
    --tw-translate-y: -80vh;
  }

  .sm\:hover\:-translate-y-82vh:hover {
    --tw-translate-y: -82vh;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-15:focus {
    --tw-translate-x: 3.75rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .sm\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-38:focus {
    --tw-translate-x: 9.5rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-53:focus {
    --tw-translate-x: 13.25rem;
  }

  .sm\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-74:focus {
    --tw-translate-x: 18.5rem;
  }

  .sm\:focus\:translate-x-76:focus {
    --tw-translate-x: 19rem;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-85:focus {
    --tw-translate-x: 21.25rem;
  }

  .sm\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .sm\:focus\:translate-x-105:focus {
    --tw-translate-x: 26.25rem;
  }

  .sm\:focus\:translate-x-107:focus {
    --tw-translate-x: 26.4rem;
  }

  .sm\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .sm\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .sm\:focus\:translate-x-130:focus {
    --tw-translate-x: 38rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-250px:focus {
    --tw-translate-x: 250px;
  }

  .sm\:focus\:translate-x-1\/2\%:focus {
    --tw-translate-x: 0.5%;
  }

  .sm\:focus\:translate-x-1\%:focus {
    --tw-translate-x: 1%;
  }

  .sm\:focus\:translate-x-2\%:focus {
    --tw-translate-x: 2%;
  }

  .sm\:focus\:translate-x-3\%:focus {
    --tw-translate-x: 3%;
  }

  .sm\:focus\:translate-x-4\%:focus {
    --tw-translate-x: 4%;
  }

  .sm\:focus\:translate-x-5\%:focus {
    --tw-translate-x: 5%;
  }

  .sm\:focus\:translate-x-10\%:focus {
    --tw-translate-x: 10%;
  }

  .sm\:focus\:translate-x-20\%:focus {
    --tw-translate-x: 20%;
  }

  .sm\:focus\:translate-x-23\%:focus {
    --tw-translate-x: 23%;
  }

  .sm\:focus\:translate-x-25\%:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-26\%:focus {
    --tw-translate-x: 26%;
  }

  .sm\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .sm\:focus\:translate-x-40\%:focus {
    --tw-translate-x: 40%;
  }

  .sm\:focus\:translate-x-50\%:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-60\%:focus {
    --tw-translate-x: 60%;
  }

  .sm\:focus\:translate-x-70\%:focus {
    --tw-translate-x: 70%;
  }

  .sm\:focus\:translate-x-80\%:focus {
    --tw-translate-x: 80%;
  }

  .sm\:focus\:translate-x-90\%:focus {
    --tw-translate-x: 90%;
  }

  .sm\:focus\:translate-x-95\%:focus {
    --tw-translate-x: 95%;
  }

  .sm\:focus\:translate-x-96\%:focus {
    --tw-translate-x: 96%;
  }

  .sm\:focus\:translate-x-97\%:focus {
    --tw-translate-x: 97%;
  }

  .sm\:focus\:translate-x-98\%:focus {
    --tw-translate-x: 98%;
  }

  .sm\:focus\:translate-x-99\%:focus {
    --tw-translate-x: 99%;
  }

  .sm\:focus\:translate-x-36vh:focus {
    --tw-translate-x: 36vh;
  }

  .sm\:focus\:translate-x-75vh:focus {
    --tw-translate-x: 75vh;
  }

  .sm\:focus\:translate-x-78vh:focus {
    --tw-translate-x: 78vh;
  }

  .sm\:focus\:translate-x-80vh:focus {
    --tw-translate-x: 80vh;
  }

  .sm\:focus\:translate-x-82vh:focus {
    --tw-translate-x: 82vh;
  }

  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-15:focus {
    --tw-translate-x: -3.75rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .sm\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-38:focus {
    --tw-translate-x: -9.5rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-53:focus {
    --tw-translate-x: -13.25rem;
  }

  .sm\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-74:focus {
    --tw-translate-x: -18.5rem;
  }

  .sm\:focus\:-translate-x-76:focus {
    --tw-translate-x: -19rem;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-85:focus {
    --tw-translate-x: -21.25rem;
  }

  .sm\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .sm\:focus\:-translate-x-105:focus {
    --tw-translate-x: -26.25rem;
  }

  .sm\:focus\:-translate-x-107:focus {
    --tw-translate-x: -26.4rem;
  }

  .sm\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .sm\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .sm\:focus\:-translate-x-130:focus {
    --tw-translate-x: -38rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-250px:focus {
    --tw-translate-x: -250px;
  }

  .sm\:focus\:-translate-x-1\/2\%:focus {
    --tw-translate-x: -0.5%;
  }

  .sm\:focus\:-translate-x-1\%:focus {
    --tw-translate-x: -1%;
  }

  .sm\:focus\:-translate-x-2\%:focus {
    --tw-translate-x: -2%;
  }

  .sm\:focus\:-translate-x-3\%:focus {
    --tw-translate-x: -3%;
  }

  .sm\:focus\:-translate-x-4\%:focus {
    --tw-translate-x: -4%;
  }

  .sm\:focus\:-translate-x-5\%:focus {
    --tw-translate-x: -5%;
  }

  .sm\:focus\:-translate-x-10\%:focus {
    --tw-translate-x: -10%;
  }

  .sm\:focus\:-translate-x-20\%:focus {
    --tw-translate-x: -20%;
  }

  .sm\:focus\:-translate-x-23\%:focus {
    --tw-translate-x: -23%;
  }

  .sm\:focus\:-translate-x-25\%:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-26\%:focus {
    --tw-translate-x: -26%;
  }

  .sm\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .sm\:focus\:-translate-x-40\%:focus {
    --tw-translate-x: -40%;
  }

  .sm\:focus\:-translate-x-50\%:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-60\%:focus {
    --tw-translate-x: -60%;
  }

  .sm\:focus\:-translate-x-70\%:focus {
    --tw-translate-x: -70%;
  }

  .sm\:focus\:-translate-x-80\%:focus {
    --tw-translate-x: -80%;
  }

  .sm\:focus\:-translate-x-90\%:focus {
    --tw-translate-x: -90%;
  }

  .sm\:focus\:-translate-x-95\%:focus {
    --tw-translate-x: -95%;
  }

  .sm\:focus\:-translate-x-96\%:focus {
    --tw-translate-x: -96%;
  }

  .sm\:focus\:-translate-x-97\%:focus {
    --tw-translate-x: -97%;
  }

  .sm\:focus\:-translate-x-98\%:focus {
    --tw-translate-x: -98%;
  }

  .sm\:focus\:-translate-x-99\%:focus {
    --tw-translate-x: -99%;
  }

  .sm\:focus\:-translate-x-36vh:focus {
    --tw-translate-x: -36vh;
  }

  .sm\:focus\:-translate-x-75vh:focus {
    --tw-translate-x: -75vh;
  }

  .sm\:focus\:-translate-x-78vh:focus {
    --tw-translate-x: -78vh;
  }

  .sm\:focus\:-translate-x-80vh:focus {
    --tw-translate-x: -80vh;
  }

  .sm\:focus\:-translate-x-82vh:focus {
    --tw-translate-x: -82vh;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-15:focus {
    --tw-translate-y: 3.75rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .sm\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-38:focus {
    --tw-translate-y: 9.5rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-53:focus {
    --tw-translate-y: 13.25rem;
  }

  .sm\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-74:focus {
    --tw-translate-y: 18.5rem;
  }

  .sm\:focus\:translate-y-76:focus {
    --tw-translate-y: 19rem;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-85:focus {
    --tw-translate-y: 21.25rem;
  }

  .sm\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .sm\:focus\:translate-y-105:focus {
    --tw-translate-y: 26.25rem;
  }

  .sm\:focus\:translate-y-107:focus {
    --tw-translate-y: 26.4rem;
  }

  .sm\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .sm\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .sm\:focus\:translate-y-130:focus {
    --tw-translate-y: 38rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-250px:focus {
    --tw-translate-y: 250px;
  }

  .sm\:focus\:translate-y-1\/2\%:focus {
    --tw-translate-y: 0.5%;
  }

  .sm\:focus\:translate-y-1\%:focus {
    --tw-translate-y: 1%;
  }

  .sm\:focus\:translate-y-2\%:focus {
    --tw-translate-y: 2%;
  }

  .sm\:focus\:translate-y-3\%:focus {
    --tw-translate-y: 3%;
  }

  .sm\:focus\:translate-y-4\%:focus {
    --tw-translate-y: 4%;
  }

  .sm\:focus\:translate-y-5\%:focus {
    --tw-translate-y: 5%;
  }

  .sm\:focus\:translate-y-10\%:focus {
    --tw-translate-y: 10%;
  }

  .sm\:focus\:translate-y-20\%:focus {
    --tw-translate-y: 20%;
  }

  .sm\:focus\:translate-y-23\%:focus {
    --tw-translate-y: 23%;
  }

  .sm\:focus\:translate-y-25\%:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-26\%:focus {
    --tw-translate-y: 26%;
  }

  .sm\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .sm\:focus\:translate-y-40\%:focus {
    --tw-translate-y: 40%;
  }

  .sm\:focus\:translate-y-50\%:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-60\%:focus {
    --tw-translate-y: 60%;
  }

  .sm\:focus\:translate-y-70\%:focus {
    --tw-translate-y: 70%;
  }

  .sm\:focus\:translate-y-80\%:focus {
    --tw-translate-y: 80%;
  }

  .sm\:focus\:translate-y-90\%:focus {
    --tw-translate-y: 90%;
  }

  .sm\:focus\:translate-y-95\%:focus {
    --tw-translate-y: 95%;
  }

  .sm\:focus\:translate-y-96\%:focus {
    --tw-translate-y: 96%;
  }

  .sm\:focus\:translate-y-97\%:focus {
    --tw-translate-y: 97%;
  }

  .sm\:focus\:translate-y-98\%:focus {
    --tw-translate-y: 98%;
  }

  .sm\:focus\:translate-y-99\%:focus {
    --tw-translate-y: 99%;
  }

  .sm\:focus\:translate-y-36vh:focus {
    --tw-translate-y: 36vh;
  }

  .sm\:focus\:translate-y-75vh:focus {
    --tw-translate-y: 75vh;
  }

  .sm\:focus\:translate-y-78vh:focus {
    --tw-translate-y: 78vh;
  }

  .sm\:focus\:translate-y-80vh:focus {
    --tw-translate-y: 80vh;
  }

  .sm\:focus\:translate-y-82vh:focus {
    --tw-translate-y: 82vh;
  }

  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-15:focus {
    --tw-translate-y: -3.75rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .sm\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-38:focus {
    --tw-translate-y: -9.5rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-53:focus {
    --tw-translate-y: -13.25rem;
  }

  .sm\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-74:focus {
    --tw-translate-y: -18.5rem;
  }

  .sm\:focus\:-translate-y-76:focus {
    --tw-translate-y: -19rem;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-85:focus {
    --tw-translate-y: -21.25rem;
  }

  .sm\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .sm\:focus\:-translate-y-105:focus {
    --tw-translate-y: -26.25rem;
  }

  .sm\:focus\:-translate-y-107:focus {
    --tw-translate-y: -26.4rem;
  }

  .sm\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .sm\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .sm\:focus\:-translate-y-130:focus {
    --tw-translate-y: -38rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-250px:focus {
    --tw-translate-y: -250px;
  }

  .sm\:focus\:-translate-y-1\/2\%:focus {
    --tw-translate-y: -0.5%;
  }

  .sm\:focus\:-translate-y-1\%:focus {
    --tw-translate-y: -1%;
  }

  .sm\:focus\:-translate-y-2\%:focus {
    --tw-translate-y: -2%;
  }

  .sm\:focus\:-translate-y-3\%:focus {
    --tw-translate-y: -3%;
  }

  .sm\:focus\:-translate-y-4\%:focus {
    --tw-translate-y: -4%;
  }

  .sm\:focus\:-translate-y-5\%:focus {
    --tw-translate-y: -5%;
  }

  .sm\:focus\:-translate-y-10\%:focus {
    --tw-translate-y: -10%;
  }

  .sm\:focus\:-translate-y-20\%:focus {
    --tw-translate-y: -20%;
  }

  .sm\:focus\:-translate-y-23\%:focus {
    --tw-translate-y: -23%;
  }

  .sm\:focus\:-translate-y-25\%:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-26\%:focus {
    --tw-translate-y: -26%;
  }

  .sm\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .sm\:focus\:-translate-y-40\%:focus {
    --tw-translate-y: -40%;
  }

  .sm\:focus\:-translate-y-50\%:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-60\%:focus {
    --tw-translate-y: -60%;
  }

  .sm\:focus\:-translate-y-70\%:focus {
    --tw-translate-y: -70%;
  }

  .sm\:focus\:-translate-y-80\%:focus {
    --tw-translate-y: -80%;
  }

  .sm\:focus\:-translate-y-90\%:focus {
    --tw-translate-y: -90%;
  }

  .sm\:focus\:-translate-y-95\%:focus {
    --tw-translate-y: -95%;
  }

  .sm\:focus\:-translate-y-96\%:focus {
    --tw-translate-y: -96%;
  }

  .sm\:focus\:-translate-y-97\%:focus {
    --tw-translate-y: -97%;
  }

  .sm\:focus\:-translate-y-98\%:focus {
    --tw-translate-y: -98%;
  }

  .sm\:focus\:-translate-y-99\%:focus {
    --tw-translate-y: -99%;
  }

  .sm\:focus\:-translate-y-36vh:focus {
    --tw-translate-y: -36vh;
  }

  .sm\:focus\:-translate-y-75vh:focus {
    --tw-translate-y: -75vh;
  }

  .sm\:focus\:-translate-y-78vh:focus {
    --tw-translate-y: -78vh;
  }

  .sm\:focus\:-translate-y-80vh:focus {
    --tw-translate-y: -80vh;
  }

  .sm\:focus\:-translate-y-82vh:focus {
    --tw-translate-y: -82vh;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:filter-none {
    filter: none;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0);
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px);
  }

  .sm\:blur {
    --tw-blur: blur(8px);
  }

  .sm\:blur-md {
    --tw-blur: blur(12px);
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px);
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px);
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:invert-0 {
    --tw-invert: invert(0);
  }

  .sm\:invert {
    --tw-invert: invert(100%);
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%);
  }

  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 0px) {
    .md\:container {
      max-width: 0px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.4rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .md\:space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5% * var(--tw-space-y-reverse));
  }

  .md\:space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5% * var(--tw-space-x-reverse));
    margin-left: calc(0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .md\:space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2% * var(--tw-space-y-reverse));
  }

  .md\:space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2% * var(--tw-space-x-reverse));
    margin-left: calc(2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3% * var(--tw-space-y-reverse));
  }

  .md\:space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3% * var(--tw-space-x-reverse));
    margin-left: calc(3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4% * var(--tw-space-y-reverse));
  }

  .md\:space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4% * var(--tw-space-x-reverse));
    margin-left: calc(4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .md\:space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .md\:space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .md\:space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23% * var(--tw-space-y-reverse));
  }

  .md\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23% * var(--tw-space-x-reverse));
    margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .md\:space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26% * var(--tw-space-y-reverse));
  }

  .md\:space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26% * var(--tw-space-x-reverse));
    margin-left: calc(26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .md\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .md\:space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .md\:space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .md\:space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .md\:space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .md\:space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .md\:space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .md\:space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .md\:space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97% * var(--tw-space-y-reverse));
  }

  .md\:space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97% * var(--tw-space-x-reverse));
    margin-left: calc(97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98% * var(--tw-space-y-reverse));
  }

  .md\:space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98% * var(--tw-space-x-reverse));
    margin-left: calc(98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99% * var(--tw-space-y-reverse));
  }

  .md\:space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99% * var(--tw-space-x-reverse));
    margin-left: calc(99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36vh * var(--tw-space-y-reverse));
  }

  .md\:space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36vh * var(--tw-space-x-reverse));
    margin-left: calc(36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75vh * var(--tw-space-y-reverse));
  }

  .md\:space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75vh * var(--tw-space-x-reverse));
    margin-left: calc(75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78vh * var(--tw-space-y-reverse));
  }

  .md\:space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78vh * var(--tw-space-x-reverse));
    margin-left: calc(78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .md\:space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82vh * var(--tw-space-y-reverse));
  }

  .md\:space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82vh * var(--tw-space-x-reverse));
    margin-left: calc(82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.4rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .md\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .md\:-space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5% * var(--tw-space-x-reverse));
    margin-left: calc(-0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2% * var(--tw-space-x-reverse));
    margin-left: calc(-2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3% * var(--tw-space-x-reverse));
    margin-left: calc(-3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4% * var(--tw-space-x-reverse));
    margin-left: calc(-4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23% * var(--tw-space-x-reverse));
    margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26% * var(--tw-space-x-reverse));
    margin-left: calc(-26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97% * var(--tw-space-x-reverse));
    margin-left: calc(-97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98% * var(--tw-space-x-reverse));
    margin-left: calc(-98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99% * var(--tw-space-y-reverse));
  }

  .md\:-space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99% * var(--tw-space-x-reverse));
    margin-left: calc(-99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36vh * var(--tw-space-y-reverse));
  }

  .md\:-space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36vh * var(--tw-space-x-reverse));
    margin-left: calc(-36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75vh * var(--tw-space-y-reverse));
  }

  .md\:-space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75vh * var(--tw-space-x-reverse));
    margin-left: calc(-75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78vh * var(--tw-space-y-reverse));
  }

  .md\:-space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78vh * var(--tw-space-x-reverse));
    margin-left: calc(-78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .md\:-space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82vh * var(--tw-space-y-reverse));
  }

  .md\:-space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82vh * var(--tw-space-x-reverse));
    margin-left: calc(-82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-epic-off-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-divide-opacity));
  }

  .md\:divide-epic-pale-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-divide-opacity));
  }

  .md\:divide-epic-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-divide-opacity));
  }

  .md\:divide-epic-light-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-divide-opacity));
  }

  .md\:divide-epic-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-divide-opacity));
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-divide-opacity));
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-divide-opacity));
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-divide-opacity));
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity));
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-divide-opacity));
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-divide-opacity));
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-divide-opacity));
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-divide-opacity));
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-divide-opacity));
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-divide-opacity));
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-divide-opacity));
  }

  .md\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-divide-opacity));
  }

  .md\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-divide-opacity));
  }

  .md\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-divide-opacity));
  }

  .md\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-divide-opacity));
  }

  .md\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-divide-opacity));
  }

  .md\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-divide-opacity));
  }

  .md\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-divide-opacity));
  }

  .md\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity));
  }

  .md\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity));
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-divide-opacity));
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-divide-opacity));
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-divide-opacity));
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-divide-opacity));
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-divide-opacity));
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-divide-opacity));
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-divide-opacity));
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-divide-opacity));
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-divide-opacity));
  }

  .md\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity));
  }

  .md\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity));
  }

  .md\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity));
  }

  .md\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity));
  }

  .md\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity));
  }

  .md\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity));
  }

  .md\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity));
  }

  .md\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity));
  }

  .md\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity));
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-divide-opacity));
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-divide-opacity));
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-divide-opacity));
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-divide-opacity));
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-divide-opacity));
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-divide-opacity));
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-divide-opacity));
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-divide-opacity));
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity));
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity));
  }

  .md\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .md\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity));
  }

  .md\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity));
  }

  .md\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity));
  }

  .md\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity));
  }

  .md\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity));
  }

  .md\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity));
  }

  .md\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity));
  }

  .md\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity));
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity));
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity));
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity));
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity));
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity));
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity));
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity));
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity));
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity));
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-clip-border {
    background-clip: border-box;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bg-clip-content {
    background-clip: content-box;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .md\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .md\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .md\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .md\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-current {
    background-color: currentColor;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .md\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .md\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .md\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .md\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .md\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .md\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .md\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .md\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .md\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .md\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .md\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .md\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .md\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .md\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .md\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .md\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .md\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .md\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .md\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .md\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .md\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .md\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .md\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .md\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .md\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .md\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .md\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .md\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .md\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .md\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .md\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .md\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .md\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .md\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .md\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .md\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .md\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .md\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .md\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .md\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .md\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .md\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .md\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .md\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .md\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .md\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .md\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .md\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .md\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .md\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .md\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .md\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .md\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .md\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .md\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .md\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .md\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .md\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .md\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .md\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .md\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .md\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .md\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-epic-off-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-epic-pale-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-epic-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-epic-light-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-epic-purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-epic-off-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-epic-pale-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-epic-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-epic-light-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-epic-purple:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-transparent {
    background-color: transparent;
  }

  .group:focus .md\:group-focus\:bg-current {
    background-color: currentColor;
  }

  .group:focus .md\:group-focus\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:focus .md\:group-focus\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:from-epic-off-white {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .md\:from-epic-pale-blue {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .md\:from-epic-dark-blue {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .md\:from-epic-light-blue {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .md\:from-epic-purple {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-gray-100 {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:from-gray-200 {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .md\:from-gray-300 {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .md\:from-gray-400 {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:from-gray-500 {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .md\:from-gray-600 {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .md\:from-gray-700 {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .md\:from-gray-800 {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .md\:from-gray-900 {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .md\:from-red-100 {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .md\:from-red-200 {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .md\:from-red-300 {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .md\:from-red-400 {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .md\:from-red-500 {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .md\:from-red-600 {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .md\:from-red-700 {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .md\:from-red-800 {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .md\:from-red-900 {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .md\:from-orange-100 {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .md\:from-orange-200 {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .md\:from-orange-300 {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .md\:from-orange-400 {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .md\:from-orange-500 {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .md\:from-orange-600 {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .md\:from-orange-700 {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .md\:from-orange-800 {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .md\:from-orange-900 {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .md\:from-yellow-100 {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .md\:from-yellow-300 {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .md\:from-yellow-400 {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .md\:from-yellow-500 {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .md\:from-yellow-600 {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .md\:from-yellow-700 {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .md\:from-yellow-800 {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .md\:from-yellow-900 {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .md\:from-green-100 {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .md\:from-green-200 {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .md\:from-green-300 {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .md\:from-green-400 {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .md\:from-green-500 {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .md\:from-green-600 {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .md\:from-green-700 {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .md\:from-green-800 {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .md\:from-green-900 {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .md\:from-teal-100 {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .md\:from-teal-200 {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .md\:from-teal-300 {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .md\:from-teal-400 {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .md\:from-teal-500 {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .md\:from-teal-600 {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .md\:from-teal-700 {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .md\:from-teal-800 {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .md\:from-teal-900 {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .md\:from-blue-100 {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .md\:from-blue-200 {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .md\:from-blue-300 {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .md\:from-blue-400 {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .md\:from-blue-500 {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .md\:from-blue-600 {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .md\:from-blue-700 {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .md\:from-blue-800 {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .md\:from-blue-900 {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .md\:from-indigo-100 {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .md\:from-indigo-200 {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .md\:from-indigo-300 {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .md\:from-indigo-400 {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .md\:from-indigo-500 {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .md\:from-indigo-600 {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .md\:from-indigo-700 {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .md\:from-indigo-800 {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .md\:from-indigo-900 {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .md\:from-purple-100 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:from-purple-200 {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .md\:from-purple-300 {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .md\:from-purple-400 {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .md\:from-purple-500 {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .md\:from-purple-600 {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .md\:from-purple-700 {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .md\:from-purple-800 {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .md\:from-purple-900 {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .md\:from-pink-100 {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .md\:from-pink-200 {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .md\:from-pink-300 {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .md\:from-pink-400 {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .md\:from-pink-500 {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .md\:from-pink-600 {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .md\:from-pink-700 {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .md\:from-pink-800 {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .md\:from-pink-900 {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .md\:via-epic-off-white {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .md\:via-epic-pale-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .md\:via-epic-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .md\:via-epic-light-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .md\:via-epic-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .md\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .md\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .md\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .md\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .md\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .md\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .md\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .md\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .md\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .md\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .md\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .md\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .md\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .md\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .md\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .md\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .md\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .md\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .md\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .md\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .md\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .md\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .md\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .md\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .md\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .md\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .md\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .md\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .md\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .md\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .md\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .md\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .md\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .md\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .md\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .md\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .md\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .md\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .md\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .md\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .md\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .md\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .md\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .md\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .md\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .md\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .md\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .md\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .md\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .md\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .md\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .md\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .md\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .md\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .md\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .md\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .md\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .md\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .md\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .md\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .md\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .md\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .md\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .md\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .md\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .md\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .md\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .md\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .md\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .md\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .md\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .md\:to-epic-off-white {
    --tw-gradient-to: #C5E7FF;
  }

  .md\:to-epic-pale-blue {
    --tw-gradient-to: #B1DEFF;
  }

  .md\:to-epic-dark-blue {
    --tw-gradient-to: #193B54;
  }

  .md\:to-epic-light-blue {
    --tw-gradient-to: #00bff3;
  }

  .md\:to-epic-purple {
    --tw-gradient-to: #7570b3;
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor;
  }

  .md\:to-black {
    --tw-gradient-to: #000;
  }

  .md\:to-white {
    --tw-gradient-to: #fff;
  }

  .md\:to-gray-100 {
    --tw-gradient-to: #f8f8f8;
  }

  .md\:to-gray-200 {
    --tw-gradient-to: #f2f2f2;
  }

  .md\:to-gray-300 {
    --tw-gradient-to: #e8e8e8;
  }

  .md\:to-gray-400 {
    --tw-gradient-to: #d6d6d6;
  }

  .md\:to-gray-500 {
    --tw-gradient-to: #b9b9b9;
  }

  .md\:to-gray-600 {
    --tw-gradient-to: #858585;
  }

  .md\:to-gray-700 {
    --tw-gradient-to: #676767;
  }

  .md\:to-gray-800 {
    --tw-gradient-to: #3b3b3b;
  }

  .md\:to-gray-900 {
    --tw-gradient-to: #333333;
  }

  .md\:to-red-100 {
    --tw-gradient-to: #ffb6b6;
  }

  .md\:to-red-200 {
    --tw-gradient-to: #ff7a7a;
  }

  .md\:to-red-300 {
    --tw-gradient-to: #ff6060;
  }

  .md\:to-red-400 {
    --tw-gradient-to: #ff4747;
  }

  .md\:to-red-500 {
    --tw-gradient-to: #ff2d2d;
  }

  .md\:to-red-600 {
    --tw-gradient-to: #ff1414;
  }

  .md\:to-red-700 {
    --tw-gradient-to: #f90000;
  }

  .md\:to-red-800 {
    --tw-gradient-to: #e00000;
  }

  .md\:to-red-900 {
    --tw-gradient-to: #ca0000;
  }

  .md\:to-orange-100 {
    --tw-gradient-to: #ffeac7;
  }

  .md\:to-orange-200 {
    --tw-gradient-to: #ffce7a;
  }

  .md\:to-orange-300 {
    --tw-gradient-to: #ffc560;
  }

  .md\:to-orange-400 {
    --tw-gradient-to: #ffbb47;
  }

  .md\:to-orange-500 {
    --tw-gradient-to: #FFB22D;
  }

  .md\:to-orange-600 {
    --tw-gradient-to: #ffa914;
  }

  .md\:to-orange-700 {
    --tw-gradient-to: #f99e00;
  }

  .md\:to-orange-800 {
    --tw-gradient-to: #e08e00;
  }

  .md\:to-orange-900 {
    --tw-gradient-to: #945e00;
  }

  .md\:to-yellow-100 {
    --tw-gradient-to: #fffff0;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fefcbf;
  }

  .md\:to-yellow-300 {
    --tw-gradient-to: #faf089;
  }

  .md\:to-yellow-400 {
    --tw-gradient-to: #f6e05e;
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #ecc94b;
  }

  .md\:to-yellow-600 {
    --tw-gradient-to: #d69e2e;
  }

  .md\:to-yellow-700 {
    --tw-gradient-to: #b7791f;
  }

  .md\:to-yellow-800 {
    --tw-gradient-to: #975a16;
  }

  .md\:to-yellow-900 {
    --tw-gradient-to: #744210;
  }

  .md\:to-green-100 {
    --tw-gradient-to: #d0ff57;
  }

  .md\:to-green-200 {
    --tw-gradient-to: #bbff0a;
  }

  .md\:to-green-300 {
    --tw-gradient-to: #adef00;
  }

  .md\:to-green-400 {
    --tw-gradient-to: #9ad600;
  }

  .md\:to-green-500 {
    --tw-gradient-to: #88BC00;
  }

  .md\:to-green-600 {
    --tw-gradient-to: #76a300;
  }

  .md\:to-green-700 {
    --tw-gradient-to: #638900;
  }

  .md\:to-green-800 {
    --tw-gradient-to: #517000;
  }

  .md\:to-green-900 {
    --tw-gradient-to: #1a2400;
  }

  .md\:to-teal-100 {
    --tw-gradient-to: #e6fffa;
  }

  .md\:to-teal-200 {
    --tw-gradient-to: #b2f5ea;
  }

  .md\:to-teal-300 {
    --tw-gradient-to: #81e6d9;
  }

  .md\:to-teal-400 {
    --tw-gradient-to: #4fd1c5;
  }

  .md\:to-teal-500 {
    --tw-gradient-to: #38b2ac;
  }

  .md\:to-teal-600 {
    --tw-gradient-to: #319795;
  }

  .md\:to-teal-700 {
    --tw-gradient-to: #2c7a7b;
  }

  .md\:to-teal-800 {
    --tw-gradient-to: #285e61;
  }

  .md\:to-teal-900 {
    --tw-gradient-to: #234e52;
  }

  .md\:to-blue-100 {
    --tw-gradient-to: #d1eafd;
  }

  .md\:to-blue-200 {
    --tw-gradient-to: #88caf9;
  }

  .md\:to-blue-300 {
    --tw-gradient-to: #6fbff8;
  }

  .md\:to-blue-400 {
    --tw-gradient-to: #57b4f6;
  }

  .md\:to-blue-500 {
    --tw-gradient-to: #3fa9f5;
  }

  .md\:to-blue-600 {
    --tw-gradient-to: #279ef4;
  }

  .md\:to-blue-700 {
    --tw-gradient-to: #0f93f2;
  }

  .md\:to-blue-800 {
    --tw-gradient-to: #0b85dc;
  }

  .md\:to-blue-900 {
    --tw-gradient-to: #075993;
  }

  .md\:to-indigo-100 {
    --tw-gradient-to: #ebf4ff;
  }

  .md\:to-indigo-200 {
    --tw-gradient-to: #c3dafe;
  }

  .md\:to-indigo-300 {
    --tw-gradient-to: #a3bffa;
  }

  .md\:to-indigo-400 {
    --tw-gradient-to: #7f9cf5;
  }

  .md\:to-indigo-500 {
    --tw-gradient-to: #667eea;
  }

  .md\:to-indigo-600 {
    --tw-gradient-to: #5a67d8;
  }

  .md\:to-indigo-700 {
    --tw-gradient-to: #4c51bf;
  }

  .md\:to-indigo-800 {
    --tw-gradient-to: #434190;
  }

  .md\:to-indigo-900 {
    --tw-gradient-to: #3c366b;
  }

  .md\:to-purple-100 {
    --tw-gradient-to: #faf5ff;
  }

  .md\:to-purple-200 {
    --tw-gradient-to: #e9d8fd;
  }

  .md\:to-purple-300 {
    --tw-gradient-to: #d6bcfa;
  }

  .md\:to-purple-400 {
    --tw-gradient-to: #b794f4;
  }

  .md\:to-purple-500 {
    --tw-gradient-to: #9f7aea;
  }

  .md\:to-purple-600 {
    --tw-gradient-to: #805ad5;
  }

  .md\:to-purple-700 {
    --tw-gradient-to: #6b46c1;
  }

  .md\:to-purple-800 {
    --tw-gradient-to: #553c9a;
  }

  .md\:to-purple-900 {
    --tw-gradient-to: #44337a;
  }

  .md\:to-pink-100 {
    --tw-gradient-to: #fff5f7;
  }

  .md\:to-pink-200 {
    --tw-gradient-to: #fed7e2;
  }

  .md\:to-pink-300 {
    --tw-gradient-to: #fbb6ce;
  }

  .md\:to-pink-400 {
    --tw-gradient-to: #f687b3;
  }

  .md\:to-pink-500 {
    --tw-gradient-to: #ed64a6;
  }

  .md\:to-pink-600 {
    --tw-gradient-to: #d53f8c;
  }

  .md\:to-pink-700 {
    --tw-gradient-to: #b83280;
  }

  .md\:to-pink-800 {
    --tw-gradient-to: #97266d;
  }

  .md\:to-pink-900 {
    --tw-gradient-to: #702459;
  }

  .md\:hover\:from-epic-off-white:hover {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .md\:hover\:from-epic-pale-blue:hover {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .md\:hover\:from-epic-dark-blue:hover {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .md\:hover\:from-epic-light-blue:hover {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .md\:hover\:from-epic-purple:hover {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:hover\:from-gray-200:hover {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .md\:hover\:from-gray-300:hover {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .md\:hover\:from-gray-400:hover {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:hover\:from-gray-500:hover {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .md\:hover\:from-gray-600:hover {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .md\:hover\:from-gray-700:hover {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .md\:hover\:from-gray-800:hover {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .md\:hover\:from-gray-900:hover {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .md\:hover\:from-red-100:hover {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .md\:hover\:from-red-200:hover {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .md\:hover\:from-red-300:hover {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .md\:hover\:from-red-400:hover {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .md\:hover\:from-red-500:hover {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .md\:hover\:from-red-600:hover {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .md\:hover\:from-red-700:hover {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .md\:hover\:from-red-800:hover {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .md\:hover\:from-red-900:hover {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .md\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .md\:hover\:from-orange-200:hover {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .md\:hover\:from-orange-300:hover {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .md\:hover\:from-orange-400:hover {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .md\:hover\:from-orange-500:hover {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .md\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .md\:hover\:from-orange-700:hover {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .md\:hover\:from-orange-800:hover {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .md\:hover\:from-orange-900:hover {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .md\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .md\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .md\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .md\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .md\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .md\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .md\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .md\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .md\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .md\:hover\:from-green-100:hover {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .md\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .md\:hover\:from-green-300:hover {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .md\:hover\:from-green-400:hover {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .md\:hover\:from-green-500:hover {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .md\:hover\:from-green-600:hover {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .md\:hover\:from-green-700:hover {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .md\:hover\:from-green-800:hover {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .md\:hover\:from-green-900:hover {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .md\:hover\:from-teal-100:hover {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .md\:hover\:from-teal-200:hover {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .md\:hover\:from-teal-300:hover {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .md\:hover\:from-teal-400:hover {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .md\:hover\:from-teal-500:hover {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .md\:hover\:from-teal-600:hover {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .md\:hover\:from-teal-700:hover {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .md\:hover\:from-teal-800:hover {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .md\:hover\:from-teal-900:hover {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .md\:hover\:from-blue-100:hover {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .md\:hover\:from-blue-200:hover {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .md\:hover\:from-blue-300:hover {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .md\:hover\:from-blue-400:hover {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .md\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .md\:hover\:from-blue-600:hover {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .md\:hover\:from-blue-700:hover {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .md\:hover\:from-blue-800:hover {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .md\:hover\:from-blue-900:hover {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .md\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .md\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .md\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .md\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .md\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .md\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .md\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .md\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .md\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .md\:hover\:from-purple-100:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .md\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .md\:hover\:from-purple-400:hover {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .md\:hover\:from-purple-500:hover {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .md\:hover\:from-purple-600:hover {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .md\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .md\:hover\:from-purple-800:hover {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .md\:hover\:from-purple-900:hover {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .md\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .md\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .md\:hover\:from-pink-300:hover {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .md\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .md\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .md\:hover\:from-pink-600:hover {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .md\:hover\:from-pink-700:hover {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .md\:hover\:from-pink-800:hover {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .md\:hover\:from-pink-900:hover {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .md\:hover\:via-epic-off-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .md\:hover\:via-epic-pale-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .md\:hover\:via-epic-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .md\:hover\:via-epic-light-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .md\:hover\:via-epic-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .md\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .md\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .md\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .md\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .md\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .md\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .md\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .md\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .md\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .md\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .md\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .md\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .md\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .md\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .md\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .md\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .md\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .md\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .md\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .md\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .md\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .md\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .md\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .md\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .md\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .md\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .md\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .md\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .md\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .md\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .md\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .md\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .md\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .md\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .md\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .md\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .md\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .md\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .md\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .md\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .md\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .md\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .md\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .md\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .md\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .md\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .md\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .md\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .md\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .md\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .md\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .md\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .md\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .md\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .md\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .md\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .md\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .md\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .md\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .md\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .md\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .md\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .md\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .md\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .md\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .md\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .md\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .md\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .md\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .md\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .md\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .md\:hover\:to-epic-off-white:hover {
    --tw-gradient-to: #C5E7FF;
  }

  .md\:hover\:to-epic-pale-blue:hover {
    --tw-gradient-to: #B1DEFF;
  }

  .md\:hover\:to-epic-dark-blue:hover {
    --tw-gradient-to: #193B54;
  }

  .md\:hover\:to-epic-light-blue:hover {
    --tw-gradient-to: #00bff3;
  }

  .md\:hover\:to-epic-purple:hover {
    --tw-gradient-to: #7570b3;
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f8f8f8;
  }

  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #f2f2f2;
  }

  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #e8e8e8;
  }

  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #d6d6d6;
  }

  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #b9b9b9;
  }

  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #858585;
  }

  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #676767;
  }

  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #3b3b3b;
  }

  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #333333;
  }

  .md\:hover\:to-red-100:hover {
    --tw-gradient-to: #ffb6b6;
  }

  .md\:hover\:to-red-200:hover {
    --tw-gradient-to: #ff7a7a;
  }

  .md\:hover\:to-red-300:hover {
    --tw-gradient-to: #ff6060;
  }

  .md\:hover\:to-red-400:hover {
    --tw-gradient-to: #ff4747;
  }

  .md\:hover\:to-red-500:hover {
    --tw-gradient-to: #ff2d2d;
  }

  .md\:hover\:to-red-600:hover {
    --tw-gradient-to: #ff1414;
  }

  .md\:hover\:to-red-700:hover {
    --tw-gradient-to: #f90000;
  }

  .md\:hover\:to-red-800:hover {
    --tw-gradient-to: #e00000;
  }

  .md\:hover\:to-red-900:hover {
    --tw-gradient-to: #ca0000;
  }

  .md\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffeac7;
  }

  .md\:hover\:to-orange-200:hover {
    --tw-gradient-to: #ffce7a;
  }

  .md\:hover\:to-orange-300:hover {
    --tw-gradient-to: #ffc560;
  }

  .md\:hover\:to-orange-400:hover {
    --tw-gradient-to: #ffbb47;
  }

  .md\:hover\:to-orange-500:hover {
    --tw-gradient-to: #FFB22D;
  }

  .md\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ffa914;
  }

  .md\:hover\:to-orange-700:hover {
    --tw-gradient-to: #f99e00;
  }

  .md\:hover\:to-orange-800:hover {
    --tw-gradient-to: #e08e00;
  }

  .md\:hover\:to-orange-900:hover {
    --tw-gradient-to: #945e00;
  }

  .md\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fffff0;
  }

  .md\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fefcbf;
  }

  .md\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #faf089;
  }

  .md\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #f6e05e;
  }

  .md\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #ecc94b;
  }

  .md\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d69e2e;
  }

  .md\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b7791f;
  }

  .md\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #975a16;
  }

  .md\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #744210;
  }

  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #d0ff57;
  }

  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbff0a;
  }

  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #adef00;
  }

  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #9ad600;
  }

  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #88BC00;
  }

  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #76a300;
  }

  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #638900;
  }

  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #517000;
  }

  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #1a2400;
  }

  .md\:hover\:to-teal-100:hover {
    --tw-gradient-to: #e6fffa;
  }

  .md\:hover\:to-teal-200:hover {
    --tw-gradient-to: #b2f5ea;
  }

  .md\:hover\:to-teal-300:hover {
    --tw-gradient-to: #81e6d9;
  }

  .md\:hover\:to-teal-400:hover {
    --tw-gradient-to: #4fd1c5;
  }

  .md\:hover\:to-teal-500:hover {
    --tw-gradient-to: #38b2ac;
  }

  .md\:hover\:to-teal-600:hover {
    --tw-gradient-to: #319795;
  }

  .md\:hover\:to-teal-700:hover {
    --tw-gradient-to: #2c7a7b;
  }

  .md\:hover\:to-teal-800:hover {
    --tw-gradient-to: #285e61;
  }

  .md\:hover\:to-teal-900:hover {
    --tw-gradient-to: #234e52;
  }

  .md\:hover\:to-blue-100:hover {
    --tw-gradient-to: #d1eafd;
  }

  .md\:hover\:to-blue-200:hover {
    --tw-gradient-to: #88caf9;
  }

  .md\:hover\:to-blue-300:hover {
    --tw-gradient-to: #6fbff8;
  }

  .md\:hover\:to-blue-400:hover {
    --tw-gradient-to: #57b4f6;
  }

  .md\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3fa9f5;
  }

  .md\:hover\:to-blue-600:hover {
    --tw-gradient-to: #279ef4;
  }

  .md\:hover\:to-blue-700:hover {
    --tw-gradient-to: #0f93f2;
  }

  .md\:hover\:to-blue-800:hover {
    --tw-gradient-to: #0b85dc;
  }

  .md\:hover\:to-blue-900:hover {
    --tw-gradient-to: #075993;
  }

  .md\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #ebf4ff;
  }

  .md\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c3dafe;
  }

  .md\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a3bffa;
  }

  .md\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #7f9cf5;
  }

  .md\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #667eea;
  }

  .md\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #5a67d8;
  }

  .md\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4c51bf;
  }

  .md\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #434190;
  }

  .md\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #3c366b;
  }

  .md\:hover\:to-purple-100:hover {
    --tw-gradient-to: #faf5ff;
  }

  .md\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d8fd;
  }

  .md\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d6bcfa;
  }

  .md\:hover\:to-purple-400:hover {
    --tw-gradient-to: #b794f4;
  }

  .md\:hover\:to-purple-500:hover {
    --tw-gradient-to: #9f7aea;
  }

  .md\:hover\:to-purple-600:hover {
    --tw-gradient-to: #805ad5;
  }

  .md\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6b46c1;
  }

  .md\:hover\:to-purple-800:hover {
    --tw-gradient-to: #553c9a;
  }

  .md\:hover\:to-purple-900:hover {
    --tw-gradient-to: #44337a;
  }

  .md\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fff5f7;
  }

  .md\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fed7e2;
  }

  .md\:hover\:to-pink-300:hover {
    --tw-gradient-to: #fbb6ce;
  }

  .md\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f687b3;
  }

  .md\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ed64a6;
  }

  .md\:hover\:to-pink-600:hover {
    --tw-gradient-to: #d53f8c;
  }

  .md\:hover\:to-pink-700:hover {
    --tw-gradient-to: #b83280;
  }

  .md\:hover\:to-pink-800:hover {
    --tw-gradient-to: #97266d;
  }

  .md\:hover\:to-pink-900:hover {
    --tw-gradient-to: #702459;
  }

  .md\:focus\:from-epic-off-white:focus {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .md\:focus\:from-epic-pale-blue:focus {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .md\:focus\:from-epic-dark-blue:focus {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .md\:focus\:from-epic-light-blue:focus {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .md\:focus\:from-epic-purple:focus {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:focus\:from-gray-200:focus {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .md\:focus\:from-gray-300:focus {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .md\:focus\:from-gray-400:focus {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:focus\:from-gray-500:focus {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .md\:focus\:from-gray-600:focus {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .md\:focus\:from-gray-700:focus {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .md\:focus\:from-gray-800:focus {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .md\:focus\:from-gray-900:focus {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .md\:focus\:from-red-100:focus {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .md\:focus\:from-red-200:focus {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .md\:focus\:from-red-300:focus {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .md\:focus\:from-red-400:focus {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .md\:focus\:from-red-500:focus {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .md\:focus\:from-red-600:focus {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .md\:focus\:from-red-700:focus {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .md\:focus\:from-red-800:focus {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .md\:focus\:from-red-900:focus {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .md\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .md\:focus\:from-orange-200:focus {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .md\:focus\:from-orange-300:focus {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .md\:focus\:from-orange-400:focus {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .md\:focus\:from-orange-500:focus {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .md\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .md\:focus\:from-orange-700:focus {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .md\:focus\:from-orange-800:focus {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .md\:focus\:from-orange-900:focus {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .md\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .md\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .md\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .md\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .md\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .md\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .md\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .md\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .md\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .md\:focus\:from-green-100:focus {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .md\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .md\:focus\:from-green-300:focus {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .md\:focus\:from-green-400:focus {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .md\:focus\:from-green-500:focus {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .md\:focus\:from-green-600:focus {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .md\:focus\:from-green-700:focus {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .md\:focus\:from-green-800:focus {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .md\:focus\:from-green-900:focus {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .md\:focus\:from-teal-100:focus {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .md\:focus\:from-teal-200:focus {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .md\:focus\:from-teal-300:focus {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .md\:focus\:from-teal-400:focus {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .md\:focus\:from-teal-500:focus {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .md\:focus\:from-teal-600:focus {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .md\:focus\:from-teal-700:focus {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .md\:focus\:from-teal-800:focus {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .md\:focus\:from-teal-900:focus {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .md\:focus\:from-blue-100:focus {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .md\:focus\:from-blue-200:focus {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .md\:focus\:from-blue-300:focus {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .md\:focus\:from-blue-400:focus {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .md\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .md\:focus\:from-blue-600:focus {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .md\:focus\:from-blue-700:focus {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .md\:focus\:from-blue-800:focus {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .md\:focus\:from-blue-900:focus {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .md\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .md\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .md\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .md\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .md\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .md\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .md\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .md\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .md\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .md\:focus\:from-purple-100:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .md\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .md\:focus\:from-purple-400:focus {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .md\:focus\:from-purple-500:focus {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .md\:focus\:from-purple-600:focus {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .md\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .md\:focus\:from-purple-800:focus {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .md\:focus\:from-purple-900:focus {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .md\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .md\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .md\:focus\:from-pink-300:focus {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .md\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .md\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .md\:focus\:from-pink-600:focus {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .md\:focus\:from-pink-700:focus {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .md\:focus\:from-pink-800:focus {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .md\:focus\:from-pink-900:focus {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .md\:focus\:via-epic-off-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .md\:focus\:via-epic-pale-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .md\:focus\:via-epic-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .md\:focus\:via-epic-light-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .md\:focus\:via-epic-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .md\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .md\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .md\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .md\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .md\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .md\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .md\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .md\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .md\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .md\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .md\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .md\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .md\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .md\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .md\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .md\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .md\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .md\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .md\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .md\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .md\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .md\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .md\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .md\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .md\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .md\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .md\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .md\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .md\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .md\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .md\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .md\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .md\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .md\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .md\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .md\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .md\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .md\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .md\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .md\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .md\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .md\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .md\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .md\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .md\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .md\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .md\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .md\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .md\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .md\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .md\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .md\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .md\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .md\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .md\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .md\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .md\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .md\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .md\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .md\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .md\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .md\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .md\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .md\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .md\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .md\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .md\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .md\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .md\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .md\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .md\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .md\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .md\:focus\:to-epic-off-white:focus {
    --tw-gradient-to: #C5E7FF;
  }

  .md\:focus\:to-epic-pale-blue:focus {
    --tw-gradient-to: #B1DEFF;
  }

  .md\:focus\:to-epic-dark-blue:focus {
    --tw-gradient-to: #193B54;
  }

  .md\:focus\:to-epic-light-blue:focus {
    --tw-gradient-to: #00bff3;
  }

  .md\:focus\:to-epic-purple:focus {
    --tw-gradient-to: #7570b3;
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f8f8f8;
  }

  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #f2f2f2;
  }

  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #e8e8e8;
  }

  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #d6d6d6;
  }

  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #b9b9b9;
  }

  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #858585;
  }

  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #676767;
  }

  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #3b3b3b;
  }

  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #333333;
  }

  .md\:focus\:to-red-100:focus {
    --tw-gradient-to: #ffb6b6;
  }

  .md\:focus\:to-red-200:focus {
    --tw-gradient-to: #ff7a7a;
  }

  .md\:focus\:to-red-300:focus {
    --tw-gradient-to: #ff6060;
  }

  .md\:focus\:to-red-400:focus {
    --tw-gradient-to: #ff4747;
  }

  .md\:focus\:to-red-500:focus {
    --tw-gradient-to: #ff2d2d;
  }

  .md\:focus\:to-red-600:focus {
    --tw-gradient-to: #ff1414;
  }

  .md\:focus\:to-red-700:focus {
    --tw-gradient-to: #f90000;
  }

  .md\:focus\:to-red-800:focus {
    --tw-gradient-to: #e00000;
  }

  .md\:focus\:to-red-900:focus {
    --tw-gradient-to: #ca0000;
  }

  .md\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffeac7;
  }

  .md\:focus\:to-orange-200:focus {
    --tw-gradient-to: #ffce7a;
  }

  .md\:focus\:to-orange-300:focus {
    --tw-gradient-to: #ffc560;
  }

  .md\:focus\:to-orange-400:focus {
    --tw-gradient-to: #ffbb47;
  }

  .md\:focus\:to-orange-500:focus {
    --tw-gradient-to: #FFB22D;
  }

  .md\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ffa914;
  }

  .md\:focus\:to-orange-700:focus {
    --tw-gradient-to: #f99e00;
  }

  .md\:focus\:to-orange-800:focus {
    --tw-gradient-to: #e08e00;
  }

  .md\:focus\:to-orange-900:focus {
    --tw-gradient-to: #945e00;
  }

  .md\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fffff0;
  }

  .md\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fefcbf;
  }

  .md\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #faf089;
  }

  .md\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #f6e05e;
  }

  .md\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #ecc94b;
  }

  .md\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d69e2e;
  }

  .md\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b7791f;
  }

  .md\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #975a16;
  }

  .md\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #744210;
  }

  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #d0ff57;
  }

  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbff0a;
  }

  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #adef00;
  }

  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #9ad600;
  }

  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #88BC00;
  }

  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #76a300;
  }

  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #638900;
  }

  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #517000;
  }

  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #1a2400;
  }

  .md\:focus\:to-teal-100:focus {
    --tw-gradient-to: #e6fffa;
  }

  .md\:focus\:to-teal-200:focus {
    --tw-gradient-to: #b2f5ea;
  }

  .md\:focus\:to-teal-300:focus {
    --tw-gradient-to: #81e6d9;
  }

  .md\:focus\:to-teal-400:focus {
    --tw-gradient-to: #4fd1c5;
  }

  .md\:focus\:to-teal-500:focus {
    --tw-gradient-to: #38b2ac;
  }

  .md\:focus\:to-teal-600:focus {
    --tw-gradient-to: #319795;
  }

  .md\:focus\:to-teal-700:focus {
    --tw-gradient-to: #2c7a7b;
  }

  .md\:focus\:to-teal-800:focus {
    --tw-gradient-to: #285e61;
  }

  .md\:focus\:to-teal-900:focus {
    --tw-gradient-to: #234e52;
  }

  .md\:focus\:to-blue-100:focus {
    --tw-gradient-to: #d1eafd;
  }

  .md\:focus\:to-blue-200:focus {
    --tw-gradient-to: #88caf9;
  }

  .md\:focus\:to-blue-300:focus {
    --tw-gradient-to: #6fbff8;
  }

  .md\:focus\:to-blue-400:focus {
    --tw-gradient-to: #57b4f6;
  }

  .md\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3fa9f5;
  }

  .md\:focus\:to-blue-600:focus {
    --tw-gradient-to: #279ef4;
  }

  .md\:focus\:to-blue-700:focus {
    --tw-gradient-to: #0f93f2;
  }

  .md\:focus\:to-blue-800:focus {
    --tw-gradient-to: #0b85dc;
  }

  .md\:focus\:to-blue-900:focus {
    --tw-gradient-to: #075993;
  }

  .md\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #ebf4ff;
  }

  .md\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c3dafe;
  }

  .md\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a3bffa;
  }

  .md\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #7f9cf5;
  }

  .md\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #667eea;
  }

  .md\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #5a67d8;
  }

  .md\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4c51bf;
  }

  .md\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #434190;
  }

  .md\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #3c366b;
  }

  .md\:focus\:to-purple-100:focus {
    --tw-gradient-to: #faf5ff;
  }

  .md\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d8fd;
  }

  .md\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d6bcfa;
  }

  .md\:focus\:to-purple-400:focus {
    --tw-gradient-to: #b794f4;
  }

  .md\:focus\:to-purple-500:focus {
    --tw-gradient-to: #9f7aea;
  }

  .md\:focus\:to-purple-600:focus {
    --tw-gradient-to: #805ad5;
  }

  .md\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6b46c1;
  }

  .md\:focus\:to-purple-800:focus {
    --tw-gradient-to: #553c9a;
  }

  .md\:focus\:to-purple-900:focus {
    --tw-gradient-to: #44337a;
  }

  .md\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fff5f7;
  }

  .md\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fed7e2;
  }

  .md\:focus\:to-pink-300:focus {
    --tw-gradient-to: #fbb6ce;
  }

  .md\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f687b3;
  }

  .md\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ed64a6;
  }

  .md\:focus\:to-pink-600:focus {
    --tw-gradient-to: #d53f8c;
  }

  .md\:focus\:to-pink-700:focus {
    --tw-gradient-to: #b83280;
  }

  .md\:focus\:to-pink-800:focus {
    --tw-gradient-to: #97266d;
  }

  .md\:focus\:to-pink-900:focus {
    --tw-gradient-to: #702459;
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .md\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .md\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .md\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .md\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-current {
    border-color: currentColor;
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .md\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .md\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .md\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .md\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .md\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .md\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .md\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .md\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .md\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .md\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .md\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .md\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .md\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .md\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .md\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .md\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .md\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .md\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .md\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .md\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .md\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .md\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .md\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .md\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .md\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .md\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .md\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .md\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .md\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .md\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .md\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .md\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .md\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .md\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .md\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .md\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .md\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .md\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .md\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .md\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .md\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .md\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .md\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .md\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .md\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .md\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .md\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .md\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .md\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .md\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .md\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .md\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .md\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .md\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .md\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .md\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .md\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .md\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .md\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .md\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .md\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .md\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .md\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .md\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .md\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .md\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .md\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .md\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .md\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .md\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .md\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .md\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .md\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .md\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .md\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .md\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .md\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-epic-off-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-epic-pale-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-epic-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-epic-light-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-epic-purple:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .md\:hover\:border-epic-off-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-epic-pale-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-epic-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .md\:hover\:border-epic-light-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-epic-purple:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .md\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .md\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .md\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .md\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .md\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .md\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .md\:focus\:border-epic-off-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-epic-pale-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-epic-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .md\:focus\:border-epic-light-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-epic-purple:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .md\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .md\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .md\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .md\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .md\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .md\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.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: 0px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .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: 0px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .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;
  }

  .md\:first\:border-0:first-child {
    border-width: 0px;
  }

  .md\:first\:border-2:first-child {
    border-width: 2px;
  }

  .md\:first\:border-4:first-child {
    border-width: 4px;
  }

  .md\:first\:border-8:first-child {
    border-width: 8px;
  }

  .md\:first\:border:first-child {
    border-width: 1px;
  }

  .md\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .md\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .md\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .md\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .md\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .md\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .md\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .md\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .md\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .md\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .md\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .md\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .md\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .md\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .md\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .md\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .md\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .md\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .md\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .md\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child {
    border-width: 0px;
  }

  .md\:last\:border-2:last-child {
    border-width: 2px;
  }

  .md\:last\:border-4:last-child {
    border-width: 4px;
  }

  .md\:last\:border-8:last-child {
    border-width: 8px;
  }

  .md\:last\:border:last-child {
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .md\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .md\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .md\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .md\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .md\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .md\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .md\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .md\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .md\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .md\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .md\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .md\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .md\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .md\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .md\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .md\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .md\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .md\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .md\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .md\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .md\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .md\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .md\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .md\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .md\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .md\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .md\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .md\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .md\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .md\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .md\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .md\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .md\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .md\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .md\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .md\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .md\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .md\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .md\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .md\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .md\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .md\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .md\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .md\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .md\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .md\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .md\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .md\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .md\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .md\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .md\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .md\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .md\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .md\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .md\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .md\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .md\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .md\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .md\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .md\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .md\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .md\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .md\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .md\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .md\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .md\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-help {
    cursor: help;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:list-item {
    display: list-item;
  }

  .md\:hover\:block:hover {
    display: block;
  }

  .md\:hover\:inline-block:hover {
    display: inline-block;
  }

  .md\:hover\:inline:hover {
    display: inline;
  }

  .md\:hover\:flex:hover {
    display: flex;
  }

  .md\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .md\:hover\:table:hover {
    display: table;
  }

  .md\:hover\:inline-table:hover {
    display: inline-table;
  }

  .md\:hover\:table-caption:hover {
    display: table-caption;
  }

  .md\:hover\:table-cell:hover {
    display: table-cell;
  }

  .md\:hover\:table-column:hover {
    display: table-column;
  }

  .md\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .md\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .md\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .md\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .md\:hover\:table-row:hover {
    display: table-row;
  }

  .md\:hover\:flow-root:hover {
    display: flow-root;
  }

  .md\:hover\:grid:hover {
    display: grid;
  }

  .md\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .md\:hover\:contents:hover {
    display: contents;
  }

  .md\:hover\:list-item:hover {
    display: list-item;
  }

  .md\:focus\:block:focus {
    display: block;
  }

  .md\:focus\:inline-block:focus {
    display: inline-block;
  }

  .md\:focus\:inline:focus {
    display: inline;
  }

  .md\:focus\:flex:focus {
    display: flex;
  }

  .md\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .md\:focus\:table:focus {
    display: table;
  }

  .md\:focus\:inline-table:focus {
    display: inline-table;
  }

  .md\:focus\:table-caption:focus {
    display: table-caption;
  }

  .md\:focus\:table-cell:focus {
    display: table-cell;
  }

  .md\:focus\:table-column:focus {
    display: table-column;
  }

  .md\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .md\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .md\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .md\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .md\:focus\:table-row:focus {
    display: table-row;
  }

  .md\:focus\:flow-root:focus {
    display: flow-root;
  }

  .md\:focus\:grid:focus {
    display: grid;
  }

  .md\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .md\:focus\:contents:focus {
    display: contents;
  }

  .md\:focus\:list-item:focus {
    display: list-item;
  }

  .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\:flex:focus-within {
    display: flex;
  }

  .md\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .md\:focus-within\:table:focus-within {
    display: table;
  }

  .md\:focus-within\:inline-table:focus-within {
    display: inline-table;
  }

  .md\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .md\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .md\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .md\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .md\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .md\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .md\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .md\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .md\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .md\:focus-within\:grid:focus-within {
    display: grid;
  }

  .md\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .md\:focus-within\:contents:focus-within {
    display: contents;
  }

  .md\:focus-within\:list-item:focus-within {
    display: list-item;
  }

  .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\:flex {
    display: flex;
  }

  .group:hover .md\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .md\:group-hover\:table {
    display: table;
  }

  .group:hover .md\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .md\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .md\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .md\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .md\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .md\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .md\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .md\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .md\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .md\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .md\:group-hover\:grid {
    display: grid;
  }

  .group:hover .md\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .md\:group-hover\:contents {
    display: contents;
  }

  .group:hover .md\:group-hover\:list-item {
    display: list-item;
  }

  .group:focus .md\:group-focus\:block {
    display: block;
  }

  .group:focus .md\:group-focus\:inline-block {
    display: inline-block;
  }

  .group:focus .md\:group-focus\:inline {
    display: inline;
  }

  .group:focus .md\:group-focus\:flex {
    display: flex;
  }

  .group:focus .md\:group-focus\:inline-flex {
    display: inline-flex;
  }

  .group:focus .md\:group-focus\:table {
    display: table;
  }

  .group:focus .md\:group-focus\:inline-table {
    display: inline-table;
  }

  .group:focus .md\:group-focus\:table-caption {
    display: table-caption;
  }

  .group:focus .md\:group-focus\:table-cell {
    display: table-cell;
  }

  .group:focus .md\:group-focus\:table-column {
    display: table-column;
  }

  .group:focus .md\:group-focus\:table-column-group {
    display: table-column-group;
  }

  .group:focus .md\:group-focus\:table-footer-group {
    display: table-footer-group;
  }

  .group:focus .md\:group-focus\:table-header-group {
    display: table-header-group;
  }

  .group:focus .md\:group-focus\:table-row-group {
    display: table-row-group;
  }

  .group:focus .md\:group-focus\:table-row {
    display: table-row;
  }

  .group:focus .md\:group-focus\:flow-root {
    display: flow-root;
  }

  .group:focus .md\:group-focus\:grid {
    display: grid;
  }

  .group:focus .md\:group-focus\:inline-grid {
    display: inline-grid;
  }

  .group:focus .md\:group-focus\:contents {
    display: contents;
  }

  .group:focus .md\:group-focus\:list-item {
    display: list-item;
  }

  .md\:hidden {
    display: none;
  }

  .md\:hover\:hidden:hover {
    display: none;
  }

  .md\:focus\:hidden:focus {
    display: none;
  }

  .md\:focus-within\:hidden:focus-within {
    display: none;
  }

  .group:hover .md\:group-hover\:hidden {
    display: none;
  }

  .group:focus .md\:group-focus\:hidden {
    display: none;
  }

  .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-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .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\: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\:content-evenly {
    align-content: space-evenly;
  }

  .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-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: 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\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-half {
    flex: 1 1 50%;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:font-thin {
    font-weight: 100;
  }

  .md\:font-extralight {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-18 {
    height: 4.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-21 {
    height: 5.25rem;
  }

  .md\:h-22 {
    height: 5.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-26 {
    height: 6.5rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-30 {
    height: 7.5rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-34 {
    height: 8.5rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-38 {
    height: 9.5rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-53 {
    height: 13.25rem;
  }

  .md\:h-54 {
    height: 13.5rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-74 {
    height: 18.5rem;
  }

  .md\:h-76 {
    height: 19rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-85 {
    height: 21.25rem;
  }

  .md\:h-100 {
    height: 25rem;
  }

  .md\:h-105 {
    height: 26.25rem;
  }

  .md\:h-107 {
    height: 26.4rem;
  }

  .md\:h-110 {
    height: 27.5rem;
  }

  .md\:h-120 {
    height: 30rem;
  }

  .md\:h-130 {
    height: 38rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-250px {
    height: 250px;
  }

  .md\:h-1\/2\% {
    height: 0.5%;
  }

  .md\:h-1\% {
    height: 1%;
  }

  .md\:h-2\% {
    height: 2%;
  }

  .md\:h-3\% {
    height: 3%;
  }

  .md\:h-4\% {
    height: 4%;
  }

  .md\:h-5\% {
    height: 5%;
  }

  .md\:h-10\% {
    height: 10%;
  }

  .md\:h-20\% {
    height: 20%;
  }

  .md\:h-23\% {
    height: 23%;
  }

  .md\:h-25\% {
    height: 25%;
  }

  .md\:h-26\% {
    height: 26%;
  }

  .md\:h-30\% {
    height: 30%;
  }

  .md\:h-40\% {
    height: 40%;
  }

  .md\:h-50\% {
    height: 50%;
  }

  .md\:h-60\% {
    height: 60%;
  }

  .md\:h-70\% {
    height: 70%;
  }

  .md\:h-80\% {
    height: 80%;
  }

  .md\:h-90\% {
    height: 90%;
  }

  .md\:h-95\% {
    height: 95%;
  }

  .md\:h-96\% {
    height: 96%;
  }

  .md\:h-97\% {
    height: 97%;
  }

  .md\:h-98\% {
    height: 98%;
  }

  .md\:h-99\% {
    height: 99%;
  }

  .md\:h-36vh {
    height: 36vh;
  }

  .md\:h-75vh {
    height: 75vh;
  }

  .md\:h-78vh {
    height: 78vh;
  }

  .md\:h-80vh {
    height: 80vh;
  }

  .md\:h-82vh {
    height: 82vh;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:hover\:h-0:hover {
    height: 0;
  }

  .md\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .md\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .md\:hover\:h-3:hover {
    height: 0.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-7:hover {
    height: 1.75rem;
  }

  .md\:hover\:h-8:hover {
    height: 2rem;
  }

  .md\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .md\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .md\:hover\:h-12:hover {
    height: 3rem;
  }

  .md\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .md\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .md\:hover\:h-16:hover {
    height: 4rem;
  }

  .md\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .md\:hover\:h-20:hover {
    height: 5rem;
  }

  .md\:hover\:h-21:hover {
    height: 5.25rem;
  }

  .md\:hover\:h-22:hover {
    height: 5.5rem;
  }

  .md\:hover\:h-24:hover {
    height: 6rem;
  }

  .md\:hover\:h-26:hover {
    height: 6.5rem;
  }

  .md\:hover\:h-28:hover {
    height: 7rem;
  }

  .md\:hover\:h-30:hover {
    height: 7.5rem;
  }

  .md\:hover\:h-32:hover {
    height: 8rem;
  }

  .md\:hover\:h-34:hover {
    height: 8.5rem;
  }

  .md\:hover\:h-36:hover {
    height: 9rem;
  }

  .md\:hover\:h-38:hover {
    height: 9.5rem;
  }

  .md\:hover\:h-40:hover {
    height: 10rem;
  }

  .md\:hover\:h-44:hover {
    height: 11rem;
  }

  .md\:hover\:h-48:hover {
    height: 12rem;
  }

  .md\:hover\:h-52:hover {
    height: 13rem;
  }

  .md\:hover\:h-53:hover {
    height: 13.25rem;
  }

  .md\:hover\:h-54:hover {
    height: 13.5rem;
  }

  .md\:hover\:h-56:hover {
    height: 14rem;
  }

  .md\:hover\:h-64:hover {
    height: 16rem;
  }

  .md\:hover\:h-72:hover {
    height: 18rem;
  }

  .md\:hover\:h-74:hover {
    height: 18.5rem;
  }

  .md\:hover\:h-76:hover {
    height: 19rem;
  }

  .md\:hover\:h-80:hover {
    height: 20rem;
  }

  .md\:hover\:h-85:hover {
    height: 21.25rem;
  }

  .md\:hover\:h-100:hover {
    height: 25rem;
  }

  .md\:hover\:h-105:hover {
    height: 26.25rem;
  }

  .md\:hover\:h-107:hover {
    height: 26.4rem;
  }

  .md\:hover\:h-110:hover {
    height: 27.5rem;
  }

  .md\:hover\:h-120:hover {
    height: 30rem;
  }

  .md\:hover\:h-130:hover {
    height: 38rem;
  }

  .md\:hover\:h-auto:hover {
    height: auto;
  }

  .md\:hover\:h-px:hover {
    height: 1px;
  }

  .md\:hover\:h-250px:hover {
    height: 250px;
  }

  .md\:hover\:h-1\/2\%:hover {
    height: 0.5%;
  }

  .md\:hover\:h-1\%:hover {
    height: 1%;
  }

  .md\:hover\:h-2\%:hover {
    height: 2%;
  }

  .md\:hover\:h-3\%:hover {
    height: 3%;
  }

  .md\:hover\:h-4\%:hover {
    height: 4%;
  }

  .md\:hover\:h-5\%:hover {
    height: 5%;
  }

  .md\:hover\:h-10\%:hover {
    height: 10%;
  }

  .md\:hover\:h-20\%:hover {
    height: 20%;
  }

  .md\:hover\:h-23\%:hover {
    height: 23%;
  }

  .md\:hover\:h-25\%:hover {
    height: 25%;
  }

  .md\:hover\:h-26\%:hover {
    height: 26%;
  }

  .md\:hover\:h-30\%:hover {
    height: 30%;
  }

  .md\:hover\:h-40\%:hover {
    height: 40%;
  }

  .md\:hover\:h-50\%:hover {
    height: 50%;
  }

  .md\:hover\:h-60\%:hover {
    height: 60%;
  }

  .md\:hover\:h-70\%:hover {
    height: 70%;
  }

  .md\:hover\:h-80\%:hover {
    height: 80%;
  }

  .md\:hover\:h-90\%:hover {
    height: 90%;
  }

  .md\:hover\:h-95\%:hover {
    height: 95%;
  }

  .md\:hover\:h-96\%:hover {
    height: 96%;
  }

  .md\:hover\:h-97\%:hover {
    height: 97%;
  }

  .md\:hover\:h-98\%:hover {
    height: 98%;
  }

  .md\:hover\:h-99\%:hover {
    height: 99%;
  }

  .md\:hover\:h-36vh:hover {
    height: 36vh;
  }

  .md\:hover\:h-75vh:hover {
    height: 75vh;
  }

  .md\:hover\:h-78vh:hover {
    height: 78vh;
  }

  .md\:hover\:h-80vh:hover {
    height: 80vh;
  }

  .md\:hover\:h-82vh:hover {
    height: 82vh;
  }

  .md\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .md\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .md\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .md\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .md\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .md\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .md\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .md\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .md\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .md\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .md\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .md\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .md\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .md\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .md\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .md\:hover\:h-full:hover {
    height: 100%;
  }

  .md\:hover\:h-screen:hover {
    height: 100vh;
  }

  .md\:focus\:h-0:focus {
    height: 0;
  }

  .md\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .md\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .md\:focus\:h-3:focus {
    height: 0.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-7:focus {
    height: 1.75rem;
  }

  .md\:focus\:h-8:focus {
    height: 2rem;
  }

  .md\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .md\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .md\:focus\:h-12:focus {
    height: 3rem;
  }

  .md\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .md\:focus\:h-15:focus {
    height: 3.75rem;
  }

  .md\:focus\:h-16:focus {
    height: 4rem;
  }

  .md\:focus\:h-18:focus {
    height: 4.5rem;
  }

  .md\:focus\:h-20:focus {
    height: 5rem;
  }

  .md\:focus\:h-21:focus {
    height: 5.25rem;
  }

  .md\:focus\:h-22:focus {
    height: 5.5rem;
  }

  .md\:focus\:h-24:focus {
    height: 6rem;
  }

  .md\:focus\:h-26:focus {
    height: 6.5rem;
  }

  .md\:focus\:h-28:focus {
    height: 7rem;
  }

  .md\:focus\:h-30:focus {
    height: 7.5rem;
  }

  .md\:focus\:h-32:focus {
    height: 8rem;
  }

  .md\:focus\:h-34:focus {
    height: 8.5rem;
  }

  .md\:focus\:h-36:focus {
    height: 9rem;
  }

  .md\:focus\:h-38:focus {
    height: 9.5rem;
  }

  .md\:focus\:h-40:focus {
    height: 10rem;
  }

  .md\:focus\:h-44:focus {
    height: 11rem;
  }

  .md\:focus\:h-48:focus {
    height: 12rem;
  }

  .md\:focus\:h-52:focus {
    height: 13rem;
  }

  .md\:focus\:h-53:focus {
    height: 13.25rem;
  }

  .md\:focus\:h-54:focus {
    height: 13.5rem;
  }

  .md\:focus\:h-56:focus {
    height: 14rem;
  }

  .md\:focus\:h-64:focus {
    height: 16rem;
  }

  .md\:focus\:h-72:focus {
    height: 18rem;
  }

  .md\:focus\:h-74:focus {
    height: 18.5rem;
  }

  .md\:focus\:h-76:focus {
    height: 19rem;
  }

  .md\:focus\:h-80:focus {
    height: 20rem;
  }

  .md\:focus\:h-85:focus {
    height: 21.25rem;
  }

  .md\:focus\:h-100:focus {
    height: 25rem;
  }

  .md\:focus\:h-105:focus {
    height: 26.25rem;
  }

  .md\:focus\:h-107:focus {
    height: 26.4rem;
  }

  .md\:focus\:h-110:focus {
    height: 27.5rem;
  }

  .md\:focus\:h-120:focus {
    height: 30rem;
  }

  .md\:focus\:h-130:focus {
    height: 38rem;
  }

  .md\:focus\:h-auto:focus {
    height: auto;
  }

  .md\:focus\:h-px:focus {
    height: 1px;
  }

  .md\:focus\:h-250px:focus {
    height: 250px;
  }

  .md\:focus\:h-1\/2\%:focus {
    height: 0.5%;
  }

  .md\:focus\:h-1\%:focus {
    height: 1%;
  }

  .md\:focus\:h-2\%:focus {
    height: 2%;
  }

  .md\:focus\:h-3\%:focus {
    height: 3%;
  }

  .md\:focus\:h-4\%:focus {
    height: 4%;
  }

  .md\:focus\:h-5\%:focus {
    height: 5%;
  }

  .md\:focus\:h-10\%:focus {
    height: 10%;
  }

  .md\:focus\:h-20\%:focus {
    height: 20%;
  }

  .md\:focus\:h-23\%:focus {
    height: 23%;
  }

  .md\:focus\:h-25\%:focus {
    height: 25%;
  }

  .md\:focus\:h-26\%:focus {
    height: 26%;
  }

  .md\:focus\:h-30\%:focus {
    height: 30%;
  }

  .md\:focus\:h-40\%:focus {
    height: 40%;
  }

  .md\:focus\:h-50\%:focus {
    height: 50%;
  }

  .md\:focus\:h-60\%:focus {
    height: 60%;
  }

  .md\:focus\:h-70\%:focus {
    height: 70%;
  }

  .md\:focus\:h-80\%:focus {
    height: 80%;
  }

  .md\:focus\:h-90\%:focus {
    height: 90%;
  }

  .md\:focus\:h-95\%:focus {
    height: 95%;
  }

  .md\:focus\:h-96\%:focus {
    height: 96%;
  }

  .md\:focus\:h-97\%:focus {
    height: 97%;
  }

  .md\:focus\:h-98\%:focus {
    height: 98%;
  }

  .md\:focus\:h-99\%:focus {
    height: 99%;
  }

  .md\:focus\:h-36vh:focus {
    height: 36vh;
  }

  .md\:focus\:h-75vh:focus {
    height: 75vh;
  }

  .md\:focus\:h-78vh:focus {
    height: 78vh;
  }

  .md\:focus\:h-80vh:focus {
    height: 80vh;
  }

  .md\:focus\:h-82vh:focus {
    height: 82vh;
  }

  .md\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .md\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .md\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .md\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .md\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .md\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .md\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .md\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .md\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .md\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .md\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .md\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .md\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .md\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .md\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .md\:focus\:h-full:focus {
    height: 100%;
  }

  .md\:focus\:h-screen:focus {
    height: 100vh;
  }

  .md\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .md\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .md\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .md\:focus-within\:h-3:focus-within {
    height: 0.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-7:focus-within {
    height: 1.75rem;
  }

  .md\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .md\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .md\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .md\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .md\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .md\:focus-within\:h-15:focus-within {
    height: 3.75rem;
  }

  .md\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .md\:focus-within\:h-18:focus-within {
    height: 4.5rem;
  }

  .md\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .md\:focus-within\:h-21:focus-within {
    height: 5.25rem;
  }

  .md\:focus-within\:h-22:focus-within {
    height: 5.5rem;
  }

  .md\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .md\:focus-within\:h-26:focus-within {
    height: 6.5rem;
  }

  .md\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .md\:focus-within\:h-30:focus-within {
    height: 7.5rem;
  }

  .md\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .md\:focus-within\:h-34:focus-within {
    height: 8.5rem;
  }

  .md\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .md\:focus-within\:h-38:focus-within {
    height: 9.5rem;
  }

  .md\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .md\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .md\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .md\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .md\:focus-within\:h-53:focus-within {
    height: 13.25rem;
  }

  .md\:focus-within\:h-54:focus-within {
    height: 13.5rem;
  }

  .md\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .md\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .md\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .md\:focus-within\:h-74:focus-within {
    height: 18.5rem;
  }

  .md\:focus-within\:h-76:focus-within {
    height: 19rem;
  }

  .md\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .md\:focus-within\:h-85:focus-within {
    height: 21.25rem;
  }

  .md\:focus-within\:h-100:focus-within {
    height: 25rem;
  }

  .md\:focus-within\:h-105:focus-within {
    height: 26.25rem;
  }

  .md\:focus-within\:h-107:focus-within {
    height: 26.4rem;
  }

  .md\:focus-within\:h-110:focus-within {
    height: 27.5rem;
  }

  .md\:focus-within\:h-120:focus-within {
    height: 30rem;
  }

  .md\:focus-within\:h-130:focus-within {
    height: 38rem;
  }

  .md\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .md\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .md\:focus-within\:h-250px:focus-within {
    height: 250px;
  }

  .md\:focus-within\:h-1\/2\%:focus-within {
    height: 0.5%;
  }

  .md\:focus-within\:h-1\%:focus-within {
    height: 1%;
  }

  .md\:focus-within\:h-2\%:focus-within {
    height: 2%;
  }

  .md\:focus-within\:h-3\%:focus-within {
    height: 3%;
  }

  .md\:focus-within\:h-4\%:focus-within {
    height: 4%;
  }

  .md\:focus-within\:h-5\%:focus-within {
    height: 5%;
  }

  .md\:focus-within\:h-10\%:focus-within {
    height: 10%;
  }

  .md\:focus-within\:h-20\%:focus-within {
    height: 20%;
  }

  .md\:focus-within\:h-23\%:focus-within {
    height: 23%;
  }

  .md\:focus-within\:h-25\%:focus-within {
    height: 25%;
  }

  .md\:focus-within\:h-26\%:focus-within {
    height: 26%;
  }

  .md\:focus-within\:h-30\%:focus-within {
    height: 30%;
  }

  .md\:focus-within\:h-40\%:focus-within {
    height: 40%;
  }

  .md\:focus-within\:h-50\%:focus-within {
    height: 50%;
  }

  .md\:focus-within\:h-60\%:focus-within {
    height: 60%;
  }

  .md\:focus-within\:h-70\%:focus-within {
    height: 70%;
  }

  .md\:focus-within\:h-80\%:focus-within {
    height: 80%;
  }

  .md\:focus-within\:h-90\%:focus-within {
    height: 90%;
  }

  .md\:focus-within\:h-95\%:focus-within {
    height: 95%;
  }

  .md\:focus-within\:h-96\%:focus-within {
    height: 96%;
  }

  .md\:focus-within\:h-97\%:focus-within {
    height: 97%;
  }

  .md\:focus-within\:h-98\%:focus-within {
    height: 98%;
  }

  .md\:focus-within\:h-99\%:focus-within {
    height: 99%;
  }

  .md\:focus-within\:h-36vh:focus-within {
    height: 36vh;
  }

  .md\:focus-within\:h-75vh:focus-within {
    height: 75vh;
  }

  .md\:focus-within\:h-78vh:focus-within {
    height: 78vh;
  }

  .md\:focus-within\:h-80vh:focus-within {
    height: 80vh;
  }

  .md\:focus-within\:h-82vh:focus-within {
    height: 82vh;
  }

  .md\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .md\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .md\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .md\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .md\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .md\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .md\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .md\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .md\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .md\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .md\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .md\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .md\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .md\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .md\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .md\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .md\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .group:hover .md\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .md\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .md\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .md\:group-hover\:h-3 {
    height: 0.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-7 {
    height: 1.75rem;
  }

  .group:hover .md\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .md\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .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-14 {
    height: 3.5rem;
  }

  .group:hover .md\:group-hover\:h-15 {
    height: 3.75rem;
  }

  .group:hover .md\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .md\:group-hover\:h-18 {
    height: 4.5rem;
  }

  .group:hover .md\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .md\:group-hover\:h-21 {
    height: 5.25rem;
  }

  .group:hover .md\:group-hover\:h-22 {
    height: 5.5rem;
  }

  .group:hover .md\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .md\:group-hover\:h-26 {
    height: 6.5rem;
  }

  .group:hover .md\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .md\:group-hover\:h-30 {
    height: 7.5rem;
  }

  .group:hover .md\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .md\:group-hover\:h-34 {
    height: 8.5rem;
  }

  .group:hover .md\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .md\:group-hover\:h-38 {
    height: 9.5rem;
  }

  .group:hover .md\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .md\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .md\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .md\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .md\:group-hover\:h-53 {
    height: 13.25rem;
  }

  .group:hover .md\:group-hover\:h-54 {
    height: 13.5rem;
  }

  .group:hover .md\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .md\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .md\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .md\:group-hover\:h-74 {
    height: 18.5rem;
  }

  .group:hover .md\:group-hover\:h-76 {
    height: 19rem;
  }

  .group:hover .md\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .md\:group-hover\:h-85 {
    height: 21.25rem;
  }

  .group:hover .md\:group-hover\:h-100 {
    height: 25rem;
  }

  .group:hover .md\:group-hover\:h-105 {
    height: 26.25rem;
  }

  .group:hover .md\:group-hover\:h-107 {
    height: 26.4rem;
  }

  .group:hover .md\:group-hover\:h-110 {
    height: 27.5rem;
  }

  .group:hover .md\:group-hover\:h-120 {
    height: 30rem;
  }

  .group:hover .md\:group-hover\:h-130 {
    height: 38rem;
  }

  .group:hover .md\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .md\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .md\:group-hover\:h-250px {
    height: 250px;
  }

  .group:hover .md\:group-hover\:h-1\/2\% {
    height: 0.5%;
  }

  .group:hover .md\:group-hover\:h-1\% {
    height: 1%;
  }

  .group:hover .md\:group-hover\:h-2\% {
    height: 2%;
  }

  .group:hover .md\:group-hover\:h-3\% {
    height: 3%;
  }

  .group:hover .md\:group-hover\:h-4\% {
    height: 4%;
  }

  .group:hover .md\:group-hover\:h-5\% {
    height: 5%;
  }

  .group:hover .md\:group-hover\:h-10\% {
    height: 10%;
  }

  .group:hover .md\:group-hover\:h-20\% {
    height: 20%;
  }

  .group:hover .md\:group-hover\:h-23\% {
    height: 23%;
  }

  .group:hover .md\:group-hover\:h-25\% {
    height: 25%;
  }

  .group:hover .md\:group-hover\:h-26\% {
    height: 26%;
  }

  .group:hover .md\:group-hover\:h-30\% {
    height: 30%;
  }

  .group:hover .md\:group-hover\:h-40\% {
    height: 40%;
  }

  .group:hover .md\:group-hover\:h-50\% {
    height: 50%;
  }

  .group:hover .md\:group-hover\:h-60\% {
    height: 60%;
  }

  .group:hover .md\:group-hover\:h-70\% {
    height: 70%;
  }

  .group:hover .md\:group-hover\:h-80\% {
    height: 80%;
  }

  .group:hover .md\:group-hover\:h-90\% {
    height: 90%;
  }

  .group:hover .md\:group-hover\:h-95\% {
    height: 95%;
  }

  .group:hover .md\:group-hover\:h-96\% {
    height: 96%;
  }

  .group:hover .md\:group-hover\:h-97\% {
    height: 97%;
  }

  .group:hover .md\:group-hover\:h-98\% {
    height: 98%;
  }

  .group:hover .md\:group-hover\:h-99\% {
    height: 99%;
  }

  .group:hover .md\:group-hover\:h-36vh {
    height: 36vh;
  }

  .group:hover .md\:group-hover\:h-75vh {
    height: 75vh;
  }

  .group:hover .md\:group-hover\:h-78vh {
    height: 78vh;
  }

  .group:hover .md\:group-hover\:h-80vh {
    height: 80vh;
  }

  .group:hover .md\:group-hover\:h-82vh {
    height: 82vh;
  }

  .group:hover .md\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .md\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .md\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .md\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .md\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .md\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .md\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .md\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .md\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .md\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .md\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .md\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .md\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .md\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .md\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .md\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .md\:group-hover\:h-screen {
    height: 100vh;
  }

  .group:focus .md\:group-focus\:h-0 {
    height: 0;
  }

  .group:focus .md\:group-focus\:h-1 {
    height: 0.25rem;
  }

  .group:focus .md\:group-focus\:h-2 {
    height: 0.5rem;
  }

  .group:focus .md\:group-focus\:h-3 {
    height: 0.75rem;
  }

  .group:focus .md\:group-focus\:h-4 {
    height: 1rem;
  }

  .group:focus .md\:group-focus\:h-5 {
    height: 1.25rem;
  }

  .group:focus .md\:group-focus\:h-6 {
    height: 1.5rem;
  }

  .group:focus .md\:group-focus\:h-7 {
    height: 1.75rem;
  }

  .group:focus .md\:group-focus\:h-8 {
    height: 2rem;
  }

  .group:focus .md\:group-focus\:h-9 {
    height: 2.25rem;
  }

  .group:focus .md\:group-focus\:h-10 {
    height: 2.5rem;
  }

  .group:focus .md\:group-focus\:h-12 {
    height: 3rem;
  }

  .group:focus .md\:group-focus\:h-14 {
    height: 3.5rem;
  }

  .group:focus .md\:group-focus\:h-15 {
    height: 3.75rem;
  }

  .group:focus .md\:group-focus\:h-16 {
    height: 4rem;
  }

  .group:focus .md\:group-focus\:h-18 {
    height: 4.5rem;
  }

  .group:focus .md\:group-focus\:h-20 {
    height: 5rem;
  }

  .group:focus .md\:group-focus\:h-21 {
    height: 5.25rem;
  }

  .group:focus .md\:group-focus\:h-22 {
    height: 5.5rem;
  }

  .group:focus .md\:group-focus\:h-24 {
    height: 6rem;
  }

  .group:focus .md\:group-focus\:h-26 {
    height: 6.5rem;
  }

  .group:focus .md\:group-focus\:h-28 {
    height: 7rem;
  }

  .group:focus .md\:group-focus\:h-30 {
    height: 7.5rem;
  }

  .group:focus .md\:group-focus\:h-32 {
    height: 8rem;
  }

  .group:focus .md\:group-focus\:h-34 {
    height: 8.5rem;
  }

  .group:focus .md\:group-focus\:h-36 {
    height: 9rem;
  }

  .group:focus .md\:group-focus\:h-38 {
    height: 9.5rem;
  }

  .group:focus .md\:group-focus\:h-40 {
    height: 10rem;
  }

  .group:focus .md\:group-focus\:h-44 {
    height: 11rem;
  }

  .group:focus .md\:group-focus\:h-48 {
    height: 12rem;
  }

  .group:focus .md\:group-focus\:h-52 {
    height: 13rem;
  }

  .group:focus .md\:group-focus\:h-53 {
    height: 13.25rem;
  }

  .group:focus .md\:group-focus\:h-54 {
    height: 13.5rem;
  }

  .group:focus .md\:group-focus\:h-56 {
    height: 14rem;
  }

  .group:focus .md\:group-focus\:h-64 {
    height: 16rem;
  }

  .group:focus .md\:group-focus\:h-72 {
    height: 18rem;
  }

  .group:focus .md\:group-focus\:h-74 {
    height: 18.5rem;
  }

  .group:focus .md\:group-focus\:h-76 {
    height: 19rem;
  }

  .group:focus .md\:group-focus\:h-80 {
    height: 20rem;
  }

  .group:focus .md\:group-focus\:h-85 {
    height: 21.25rem;
  }

  .group:focus .md\:group-focus\:h-100 {
    height: 25rem;
  }

  .group:focus .md\:group-focus\:h-105 {
    height: 26.25rem;
  }

  .group:focus .md\:group-focus\:h-107 {
    height: 26.4rem;
  }

  .group:focus .md\:group-focus\:h-110 {
    height: 27.5rem;
  }

  .group:focus .md\:group-focus\:h-120 {
    height: 30rem;
  }

  .group:focus .md\:group-focus\:h-130 {
    height: 38rem;
  }

  .group:focus .md\:group-focus\:h-auto {
    height: auto;
  }

  .group:focus .md\:group-focus\:h-px {
    height: 1px;
  }

  .group:focus .md\:group-focus\:h-250px {
    height: 250px;
  }

  .group:focus .md\:group-focus\:h-1\/2\% {
    height: 0.5%;
  }

  .group:focus .md\:group-focus\:h-1\% {
    height: 1%;
  }

  .group:focus .md\:group-focus\:h-2\% {
    height: 2%;
  }

  .group:focus .md\:group-focus\:h-3\% {
    height: 3%;
  }

  .group:focus .md\:group-focus\:h-4\% {
    height: 4%;
  }

  .group:focus .md\:group-focus\:h-5\% {
    height: 5%;
  }

  .group:focus .md\:group-focus\:h-10\% {
    height: 10%;
  }

  .group:focus .md\:group-focus\:h-20\% {
    height: 20%;
  }

  .group:focus .md\:group-focus\:h-23\% {
    height: 23%;
  }

  .group:focus .md\:group-focus\:h-25\% {
    height: 25%;
  }

  .group:focus .md\:group-focus\:h-26\% {
    height: 26%;
  }

  .group:focus .md\:group-focus\:h-30\% {
    height: 30%;
  }

  .group:focus .md\:group-focus\:h-40\% {
    height: 40%;
  }

  .group:focus .md\:group-focus\:h-50\% {
    height: 50%;
  }

  .group:focus .md\:group-focus\:h-60\% {
    height: 60%;
  }

  .group:focus .md\:group-focus\:h-70\% {
    height: 70%;
  }

  .group:focus .md\:group-focus\:h-80\% {
    height: 80%;
  }

  .group:focus .md\:group-focus\:h-90\% {
    height: 90%;
  }

  .group:focus .md\:group-focus\:h-95\% {
    height: 95%;
  }

  .group:focus .md\:group-focus\:h-96\% {
    height: 96%;
  }

  .group:focus .md\:group-focus\:h-97\% {
    height: 97%;
  }

  .group:focus .md\:group-focus\:h-98\% {
    height: 98%;
  }

  .group:focus .md\:group-focus\:h-99\% {
    height: 99%;
  }

  .group:focus .md\:group-focus\:h-36vh {
    height: 36vh;
  }

  .group:focus .md\:group-focus\:h-75vh {
    height: 75vh;
  }

  .group:focus .md\:group-focus\:h-78vh {
    height: 78vh;
  }

  .group:focus .md\:group-focus\:h-80vh {
    height: 80vh;
  }

  .group:focus .md\:group-focus\:h-82vh {
    height: 82vh;
  }

  .group:focus .md\:group-focus\:h-1\/2 {
    height: 50%;
  }

  .group:focus .md\:group-focus\:h-1\/3 {
    height: 33.333333%;
  }

  .group:focus .md\:group-focus\:h-2\/3 {
    height: 66.666667%;
  }

  .group:focus .md\:group-focus\:h-1\/4 {
    height: 25%;
  }

  .group:focus .md\:group-focus\:h-2\/4 {
    height: 50%;
  }

  .group:focus .md\:group-focus\:h-3\/4 {
    height: 75%;
  }

  .group:focus .md\:group-focus\:h-1\/5 {
    height: 20%;
  }

  .group:focus .md\:group-focus\:h-2\/5 {
    height: 40%;
  }

  .group:focus .md\:group-focus\:h-3\/5 {
    height: 60%;
  }

  .group:focus .md\:group-focus\:h-4\/5 {
    height: 80%;
  }

  .group:focus .md\:group-focus\:h-1\/6 {
    height: 16.666667%;
  }

  .group:focus .md\:group-focus\:h-2\/6 {
    height: 33.333333%;
  }

  .group:focus .md\:group-focus\:h-3\/6 {
    height: 50%;
  }

  .group:focus .md\:group-focus\:h-4\/6 {
    height: 66.666667%;
  }

  .group:focus .md\:group-focus\:h-5\/6 {
    height: 83.333333%;
  }

  .group:focus .md\:group-focus\:h-full {
    height: 100%;
  }

  .group:focus .md\:group-focus\:h-screen {
    height: 100vh;
  }

  .md\:text-3xs {
    font-size: 0.5rem;
  }

  .md\:text-2xs {
    font-size: 0.625rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .md\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .md\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .md\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .md\:hover\:text-base: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\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .md\:focus\:text-3xs:focus {
    font-size: 0.5rem;
  }

  .md\:focus\:text-2xs:focus {
    font-size: 0.625rem;
  }

  .md\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .md\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .md\:focus\:text-base: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\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .md\:focus-within\:text-3xs:focus-within {
    font-size: 0.5rem;
  }

  .md\:focus-within\:text-2xs:focus-within {
    font-size: 0.625rem;
  }

  .md\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .md\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .md\:focus-within\:text-base: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-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .group:hover .md\:group-hover\:text-3xs {
    font-size: 0.5rem;
  }

  .group:hover .md\:group-hover\:text-2xs {
    font-size: 0.625rem;
  }

  .group:hover .md\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .md\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .md\:group-hover\:text-base {
    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;
  }

  .group:hover .md\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .group:focus .md\:group-focus\:text-3xs {
    font-size: 0.5rem;
  }

  .group:focus .md\:group-focus\:text-2xs {
    font-size: 0.625rem;
  }

  .group:focus .md\:group-focus\:text-xs {
    font-size: 0.75rem;
  }

  .group:focus .md\:group-focus\:text-sm {
    font-size: 0.875rem;
  }

  .group:focus .md\:group-focus\:text-base {
    font-size: 1rem;
  }

  .group:focus .md\:group-focus\:text-lg {
    font-size: 1.125rem;
  }

  .group:focus .md\:group-focus\:text-xl {
    font-size: 1.25rem;
  }

  .group:focus .md\:group-focus\:text-2xl {
    font-size: 1.5rem;
  }

  .group:focus .md\:group-focus\:text-3xl {
    font-size: 1.875rem;
  }

  .group:focus .md\:group-focus\:text-4xl {
    font-size: 2.25rem;
  }

  .group:focus .md\:group-focus\:text-5xl {
    font-size: 3rem;
  }

  .group:focus .md\:group-focus\:text-6xl {
    font-size: 4rem;
  }

  .md\:leading-3 {
    line-height: .75rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-relaxed {
    line-height: 1.625;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .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-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-15 {
    margin: 3.75rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-18 {
    margin: 4.5rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-21 {
    margin: 5.25rem;
  }

  .md\:m-22 {
    margin: 5.5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-26 {
    margin: 6.5rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-30 {
    margin: 7.5rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-34 {
    margin: 8.5rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-38 {
    margin: 9.5rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-53 {
    margin: 13.25rem;
  }

  .md\:m-54 {
    margin: 13.5rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-74 {
    margin: 18.5rem;
  }

  .md\:m-76 {
    margin: 19rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-85 {
    margin: 21.25rem;
  }

  .md\:m-100 {
    margin: 25rem;
  }

  .md\:m-105 {
    margin: 26.25rem;
  }

  .md\:m-107 {
    margin: 26.4rem;
  }

  .md\:m-110 {
    margin: 27.5rem;
  }

  .md\:m-120 {
    margin: 30rem;
  }

  .md\:m-130 {
    margin: 38rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-250px {
    margin: 250px;
  }

  .md\:m-1\/2\% {
    margin: 0.5%;
  }

  .md\:m-1\% {
    margin: 1%;
  }

  .md\:m-2\% {
    margin: 2%;
  }

  .md\:m-3\% {
    margin: 3%;
  }

  .md\:m-4\% {
    margin: 4%;
  }

  .md\:m-5\% {
    margin: 5%;
  }

  .md\:m-10\% {
    margin: 10%;
  }

  .md\:m-20\% {
    margin: 20%;
  }

  .md\:m-23\% {
    margin: 23%;
  }

  .md\:m-25\% {
    margin: 25%;
  }

  .md\:m-26\% {
    margin: 26%;
  }

  .md\:m-30\% {
    margin: 30%;
  }

  .md\:m-40\% {
    margin: 40%;
  }

  .md\:m-50\% {
    margin: 50%;
  }

  .md\:m-60\% {
    margin: 60%;
  }

  .md\:m-70\% {
    margin: 70%;
  }

  .md\:m-80\% {
    margin: 80%;
  }

  .md\:m-90\% {
    margin: 90%;
  }

  .md\:m-95\% {
    margin: 95%;
  }

  .md\:m-96\% {
    margin: 96%;
  }

  .md\:m-97\% {
    margin: 97%;
  }

  .md\:m-98\% {
    margin: 98%;
  }

  .md\:m-99\% {
    margin: 99%;
  }

  .md\:m-36vh {
    margin: 36vh;
  }

  .md\:m-75vh {
    margin: 75vh;
  }

  .md\:m-78vh {
    margin: 78vh;
  }

  .md\:m-80vh {
    margin: 80vh;
  }

  .md\:m-82vh {
    margin: 82vh;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-15 {
    margin: -3.75rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-18 {
    margin: -4.5rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-21 {
    margin: -5.25rem;
  }

  .md\:-m-22 {
    margin: -5.5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-26 {
    margin: -6.5rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-30 {
    margin: -7.5rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-34 {
    margin: -8.5rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-38 {
    margin: -9.5rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:-m-53 {
    margin: -13.25rem;
  }

  .md\:-m-54 {
    margin: -13.5rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:-m-74 {
    margin: -18.5rem;
  }

  .md\:-m-76 {
    margin: -19rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:-m-85 {
    margin: -21.25rem;
  }

  .md\:-m-100 {
    margin: -25rem;
  }

  .md\:-m-105 {
    margin: -26.25rem;
  }

  .md\:-m-107 {
    margin: -26.4rem;
  }

  .md\:-m-110 {
    margin: -27.5rem;
  }

  .md\:-m-120 {
    margin: -30rem;
  }

  .md\:-m-130 {
    margin: -38rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-250px {
    margin: -250px;
  }

  .md\:-m-1\/2\% {
    margin: -0.5%;
  }

  .md\:-m-1\% {
    margin: -1%;
  }

  .md\:-m-2\% {
    margin: -2%;
  }

  .md\:-m-3\% {
    margin: -3%;
  }

  .md\:-m-4\% {
    margin: -4%;
  }

  .md\:-m-5\% {
    margin: -5%;
  }

  .md\:-m-10\% {
    margin: -10%;
  }

  .md\:-m-20\% {
    margin: -20%;
  }

  .md\:-m-23\% {
    margin: -23%;
  }

  .md\:-m-25\% {
    margin: -25%;
  }

  .md\:-m-26\% {
    margin: -26%;
  }

  .md\:-m-30\% {
    margin: -30%;
  }

  .md\:-m-40\% {
    margin: -40%;
  }

  .md\:-m-50\% {
    margin: -50%;
  }

  .md\:-m-60\% {
    margin: -60%;
  }

  .md\:-m-70\% {
    margin: -70%;
  }

  .md\:-m-80\% {
    margin: -80%;
  }

  .md\:-m-90\% {
    margin: -90%;
  }

  .md\:-m-95\% {
    margin: -95%;
  }

  .md\:-m-96\% {
    margin: -96%;
  }

  .md\:-m-97\% {
    margin: -97%;
  }

  .md\:-m-98\% {
    margin: -98%;
  }

  .md\:-m-99\% {
    margin: -99%;
  }

  .md\:-m-36vh {
    margin: -36vh;
  }

  .md\:-m-75vh {
    margin: -75vh;
  }

  .md\:-m-78vh {
    margin: -78vh;
  }

  .md\:-m-80vh {
    margin: -80vh;
  }

  .md\:-m-82vh {
    margin: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .md\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .md\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .md\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .md\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .md\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .md\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .md\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .md\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .md\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .md\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .md\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .md\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .md\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .md\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .md\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .md\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .md\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .md\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .md\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .md\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .md\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .md\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .md\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .md\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .md\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .md\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .md\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .md\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .md\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .md\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .md\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .md\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .md\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .md\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .md\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .md\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .md\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .md\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .md\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .md\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .md\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .md\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .md\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .md\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .md\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .md\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .md\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .md\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .md\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .md\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .md\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .md\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .md\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .md\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .md\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .md\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .md\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .md\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .md\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .md\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .md\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .md\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .md\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .md\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .md\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .md\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .md\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .md\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .md\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .md\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .md\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .md\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .md\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .md\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .md\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .md\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .md\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .md\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .md\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .md\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .md\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .md\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .md\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .md\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .md\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .md\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .md\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .md\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .md\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .md\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .md\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .md\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .md\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .md\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .md\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .md\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .md\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .md\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .md\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mt-15 {
    margin-top: 3.75rem;
  }

  .md\:mr-15 {
    margin-right: 3.75rem;
  }

  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .md\:ml-15 {
    margin-left: 3.75rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-18 {
    margin-top: 4.5rem;
  }

  .md\:mr-18 {
    margin-right: 4.5rem;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .md\:ml-18 {
    margin-left: 4.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:mt-21 {
    margin-top: 5.25rem;
  }

  .md\:mr-21 {
    margin-right: 5.25rem;
  }

  .md\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .md\:ml-21 {
    margin-left: 5.25rem;
  }

  .md\:mt-22 {
    margin-top: 5.5rem;
  }

  .md\:mr-22 {
    margin-right: 5.5rem;
  }

  .md\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .md\:ml-22 {
    margin-left: 5.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-26 {
    margin-top: 6.5rem;
  }

  .md\:mr-26 {
    margin-right: 6.5rem;
  }

  .md\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .md\:ml-26 {
    margin-left: 6.5rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:mt-30 {
    margin-top: 7.5rem;
  }

  .md\:mr-30 {
    margin-right: 7.5rem;
  }

  .md\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .md\:ml-30 {
    margin-left: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
  }

  .md\:mr-34 {
    margin-right: 8.5rem;
  }

  .md\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .md\:ml-34 {
    margin-left: 8.5rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:mt-38 {
    margin-top: 9.5rem;
  }

  .md\:mr-38 {
    margin-right: 9.5rem;
  }

  .md\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .md\:ml-38 {
    margin-left: 9.5rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:mt-53 {
    margin-top: 13.25rem;
  }

  .md\:mr-53 {
    margin-right: 13.25rem;
  }

  .md\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .md\:ml-53 {
    margin-left: 13.25rem;
  }

  .md\:mt-54 {
    margin-top: 13.5rem;
  }

  .md\:mr-54 {
    margin-right: 13.5rem;
  }

  .md\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .md\:ml-54 {
    margin-left: 13.5rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:mt-74 {
    margin-top: 18.5rem;
  }

  .md\:mr-74 {
    margin-right: 18.5rem;
  }

  .md\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .md\:ml-74 {
    margin-left: 18.5rem;
  }

  .md\:mt-76 {
    margin-top: 19rem;
  }

  .md\:mr-76 {
    margin-right: 19rem;
  }

  .md\:mb-76 {
    margin-bottom: 19rem;
  }

  .md\:ml-76 {
    margin-left: 19rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:mt-85 {
    margin-top: 21.25rem;
  }

  .md\:mr-85 {
    margin-right: 21.25rem;
  }

  .md\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .md\:ml-85 {
    margin-left: 21.25rem;
  }

  .md\:mt-100 {
    margin-top: 25rem;
  }

  .md\:mr-100 {
    margin-right: 25rem;
  }

  .md\:mb-100 {
    margin-bottom: 25rem;
  }

  .md\:ml-100 {
    margin-left: 25rem;
  }

  .md\:mt-105 {
    margin-top: 26.25rem;
  }

  .md\:mr-105 {
    margin-right: 26.25rem;
  }

  .md\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .md\:ml-105 {
    margin-left: 26.25rem;
  }

  .md\:mt-107 {
    margin-top: 26.4rem;
  }

  .md\:mr-107 {
    margin-right: 26.4rem;
  }

  .md\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .md\:ml-107 {
    margin-left: 26.4rem;
  }

  .md\:mt-110 {
    margin-top: 27.5rem;
  }

  .md\:mr-110 {
    margin-right: 27.5rem;
  }

  .md\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .md\:ml-110 {
    margin-left: 27.5rem;
  }

  .md\:mt-120 {
    margin-top: 30rem;
  }

  .md\:mr-120 {
    margin-right: 30rem;
  }

  .md\:mb-120 {
    margin-bottom: 30rem;
  }

  .md\:ml-120 {
    margin-left: 30rem;
  }

  .md\:mt-130 {
    margin-top: 38rem;
  }

  .md\:mr-130 {
    margin-right: 38rem;
  }

  .md\:mb-130 {
    margin-bottom: 38rem;
  }

  .md\:ml-130 {
    margin-left: 38rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:mt-250px {
    margin-top: 250px;
  }

  .md\:mr-250px {
    margin-right: 250px;
  }

  .md\:mb-250px {
    margin-bottom: 250px;
  }

  .md\:ml-250px {
    margin-left: 250px;
  }

  .md\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .md\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .md\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .md\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .md\:mt-1\% {
    margin-top: 1%;
  }

  .md\:mr-1\% {
    margin-right: 1%;
  }

  .md\:mb-1\% {
    margin-bottom: 1%;
  }

  .md\:ml-1\% {
    margin-left: 1%;
  }

  .md\:mt-2\% {
    margin-top: 2%;
  }

  .md\:mr-2\% {
    margin-right: 2%;
  }

  .md\:mb-2\% {
    margin-bottom: 2%;
  }

  .md\:ml-2\% {
    margin-left: 2%;
  }

  .md\:mt-3\% {
    margin-top: 3%;
  }

  .md\:mr-3\% {
    margin-right: 3%;
  }

  .md\:mb-3\% {
    margin-bottom: 3%;
  }

  .md\:ml-3\% {
    margin-left: 3%;
  }

  .md\:mt-4\% {
    margin-top: 4%;
  }

  .md\:mr-4\% {
    margin-right: 4%;
  }

  .md\:mb-4\% {
    margin-bottom: 4%;
  }

  .md\:ml-4\% {
    margin-left: 4%;
  }

  .md\:mt-5\% {
    margin-top: 5%;
  }

  .md\:mr-5\% {
    margin-right: 5%;
  }

  .md\:mb-5\% {
    margin-bottom: 5%;
  }

  .md\:ml-5\% {
    margin-left: 5%;
  }

  .md\:mt-10\% {
    margin-top: 10%;
  }

  .md\:mr-10\% {
    margin-right: 10%;
  }

  .md\:mb-10\% {
    margin-bottom: 10%;
  }

  .md\:ml-10\% {
    margin-left: 10%;
  }

  .md\:mt-20\% {
    margin-top: 20%;
  }

  .md\:mr-20\% {
    margin-right: 20%;
  }

  .md\:mb-20\% {
    margin-bottom: 20%;
  }

  .md\:ml-20\% {
    margin-left: 20%;
  }

  .md\:mt-23\% {
    margin-top: 23%;
  }

  .md\:mr-23\% {
    margin-right: 23%;
  }

  .md\:mb-23\% {
    margin-bottom: 23%;
  }

  .md\:ml-23\% {
    margin-left: 23%;
  }

  .md\:mt-25\% {
    margin-top: 25%;
  }

  .md\:mr-25\% {
    margin-right: 25%;
  }

  .md\:mb-25\% {
    margin-bottom: 25%;
  }

  .md\:ml-25\% {
    margin-left: 25%;
  }

  .md\:mt-26\% {
    margin-top: 26%;
  }

  .md\:mr-26\% {
    margin-right: 26%;
  }

  .md\:mb-26\% {
    margin-bottom: 26%;
  }

  .md\:ml-26\% {
    margin-left: 26%;
  }

  .md\:mt-30\% {
    margin-top: 30%;
  }

  .md\:mr-30\% {
    margin-right: 30%;
  }

  .md\:mb-30\% {
    margin-bottom: 30%;
  }

  .md\:ml-30\% {
    margin-left: 30%;
  }

  .md\:mt-40\% {
    margin-top: 40%;
  }

  .md\:mr-40\% {
    margin-right: 40%;
  }

  .md\:mb-40\% {
    margin-bottom: 40%;
  }

  .md\:ml-40\% {
    margin-left: 40%;
  }

  .md\:mt-50\% {
    margin-top: 50%;
  }

  .md\:mr-50\% {
    margin-right: 50%;
  }

  .md\:mb-50\% {
    margin-bottom: 50%;
  }

  .md\:ml-50\% {
    margin-left: 50%;
  }

  .md\:mt-60\% {
    margin-top: 60%;
  }

  .md\:mr-60\% {
    margin-right: 60%;
  }

  .md\:mb-60\% {
    margin-bottom: 60%;
  }

  .md\:ml-60\% {
    margin-left: 60%;
  }

  .md\:mt-70\% {
    margin-top: 70%;
  }

  .md\:mr-70\% {
    margin-right: 70%;
  }

  .md\:mb-70\% {
    margin-bottom: 70%;
  }

  .md\:ml-70\% {
    margin-left: 70%;
  }

  .md\:mt-80\% {
    margin-top: 80%;
  }

  .md\:mr-80\% {
    margin-right: 80%;
  }

  .md\:mb-80\% {
    margin-bottom: 80%;
  }

  .md\:ml-80\% {
    margin-left: 80%;
  }

  .md\:mt-90\% {
    margin-top: 90%;
  }

  .md\:mr-90\% {
    margin-right: 90%;
  }

  .md\:mb-90\% {
    margin-bottom: 90%;
  }

  .md\:ml-90\% {
    margin-left: 90%;
  }

  .md\:mt-95\% {
    margin-top: 95%;
  }

  .md\:mr-95\% {
    margin-right: 95%;
  }

  .md\:mb-95\% {
    margin-bottom: 95%;
  }

  .md\:ml-95\% {
    margin-left: 95%;
  }

  .md\:mt-96\% {
    margin-top: 96%;
  }

  .md\:mr-96\% {
    margin-right: 96%;
  }

  .md\:mb-96\% {
    margin-bottom: 96%;
  }

  .md\:ml-96\% {
    margin-left: 96%;
  }

  .md\:mt-97\% {
    margin-top: 97%;
  }

  .md\:mr-97\% {
    margin-right: 97%;
  }

  .md\:mb-97\% {
    margin-bottom: 97%;
  }

  .md\:ml-97\% {
    margin-left: 97%;
  }

  .md\:mt-98\% {
    margin-top: 98%;
  }

  .md\:mr-98\% {
    margin-right: 98%;
  }

  .md\:mb-98\% {
    margin-bottom: 98%;
  }

  .md\:ml-98\% {
    margin-left: 98%;
  }

  .md\:mt-99\% {
    margin-top: 99%;
  }

  .md\:mr-99\% {
    margin-right: 99%;
  }

  .md\:mb-99\% {
    margin-bottom: 99%;
  }

  .md\:ml-99\% {
    margin-left: 99%;
  }

  .md\:mt-36vh {
    margin-top: 36vh;
  }

  .md\:mr-36vh {
    margin-right: 36vh;
  }

  .md\:mb-36vh {
    margin-bottom: 36vh;
  }

  .md\:ml-36vh {
    margin-left: 36vh;
  }

  .md\:mt-75vh {
    margin-top: 75vh;
  }

  .md\:mr-75vh {
    margin-right: 75vh;
  }

  .md\:mb-75vh {
    margin-bottom: 75vh;
  }

  .md\:ml-75vh {
    margin-left: 75vh;
  }

  .md\:mt-78vh {
    margin-top: 78vh;
  }

  .md\:mr-78vh {
    margin-right: 78vh;
  }

  .md\:mb-78vh {
    margin-bottom: 78vh;
  }

  .md\:ml-78vh {
    margin-left: 78vh;
  }

  .md\:mt-80vh {
    margin-top: 80vh;
  }

  .md\:mr-80vh {
    margin-right: 80vh;
  }

  .md\:mb-80vh {
    margin-bottom: 80vh;
  }

  .md\:ml-80vh {
    margin-left: 80vh;
  }

  .md\:mt-82vh {
    margin-top: 82vh;
  }

  .md\:mr-82vh {
    margin-right: 82vh;
  }

  .md\:mb-82vh {
    margin-bottom: 82vh;
  }

  .md\:ml-82vh {
    margin-left: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-15 {
    margin-top: -3.75rem;
  }

  .md\:-mr-15 {
    margin-right: -3.75rem;
  }

  .md\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .md\:-ml-15 {
    margin-left: -3.75rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-18 {
    margin-top: -4.5rem;
  }

  .md\:-mr-18 {
    margin-right: -4.5rem;
  }

  .md\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .md\:-ml-18 {
    margin-left: -4.5rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-mt-21 {
    margin-top: -5.25rem;
  }

  .md\:-mr-21 {
    margin-right: -5.25rem;
  }

  .md\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .md\:-ml-21 {
    margin-left: -5.25rem;
  }

  .md\:-mt-22 {
    margin-top: -5.5rem;
  }

  .md\:-mr-22 {
    margin-right: -5.5rem;
  }

  .md\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .md\:-ml-22 {
    margin-left: -5.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-26 {
    margin-top: -6.5rem;
  }

  .md\:-mr-26 {
    margin-right: -6.5rem;
  }

  .md\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .md\:-ml-26 {
    margin-left: -6.5rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-mt-30 {
    margin-top: -7.5rem;
  }

  .md\:-mr-30 {
    margin-right: -7.5rem;
  }

  .md\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .md\:-ml-30 {
    margin-left: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
  }

  .md\:-mr-34 {
    margin-right: -8.5rem;
  }

  .md\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .md\:-ml-34 {
    margin-left: -8.5rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-mt-38 {
    margin-top: -9.5rem;
  }

  .md\:-mr-38 {
    margin-right: -9.5rem;
  }

  .md\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .md\:-ml-38 {
    margin-left: -9.5rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-mt-53 {
    margin-top: -13.25rem;
  }

  .md\:-mr-53 {
    margin-right: -13.25rem;
  }

  .md\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .md\:-ml-53 {
    margin-left: -13.25rem;
  }

  .md\:-mt-54 {
    margin-top: -13.5rem;
  }

  .md\:-mr-54 {
    margin-right: -13.5rem;
  }

  .md\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .md\:-ml-54 {
    margin-left: -13.5rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-mt-74 {
    margin-top: -18.5rem;
  }

  .md\:-mr-74 {
    margin-right: -18.5rem;
  }

  .md\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .md\:-ml-74 {
    margin-left: -18.5rem;
  }

  .md\:-mt-76 {
    margin-top: -19rem;
  }

  .md\:-mr-76 {
    margin-right: -19rem;
  }

  .md\:-mb-76 {
    margin-bottom: -19rem;
  }

  .md\:-ml-76 {
    margin-left: -19rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-mt-85 {
    margin-top: -21.25rem;
  }

  .md\:-mr-85 {
    margin-right: -21.25rem;
  }

  .md\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .md\:-ml-85 {
    margin-left: -21.25rem;
  }

  .md\:-mt-100 {
    margin-top: -25rem;
  }

  .md\:-mr-100 {
    margin-right: -25rem;
  }

  .md\:-mb-100 {
    margin-bottom: -25rem;
  }

  .md\:-ml-100 {
    margin-left: -25rem;
  }

  .md\:-mt-105 {
    margin-top: -26.25rem;
  }

  .md\:-mr-105 {
    margin-right: -26.25rem;
  }

  .md\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .md\:-ml-105 {
    margin-left: -26.25rem;
  }

  .md\:-mt-107 {
    margin-top: -26.4rem;
  }

  .md\:-mr-107 {
    margin-right: -26.4rem;
  }

  .md\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .md\:-ml-107 {
    margin-left: -26.4rem;
  }

  .md\:-mt-110 {
    margin-top: -27.5rem;
  }

  .md\:-mr-110 {
    margin-right: -27.5rem;
  }

  .md\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .md\:-ml-110 {
    margin-left: -27.5rem;
  }

  .md\:-mt-120 {
    margin-top: -30rem;
  }

  .md\:-mr-120 {
    margin-right: -30rem;
  }

  .md\:-mb-120 {
    margin-bottom: -30rem;
  }

  .md\:-ml-120 {
    margin-left: -30rem;
  }

  .md\:-mt-130 {
    margin-top: -38rem;
  }

  .md\:-mr-130 {
    margin-right: -38rem;
  }

  .md\:-mb-130 {
    margin-bottom: -38rem;
  }

  .md\:-ml-130 {
    margin-left: -38rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-mt-250px {
    margin-top: -250px;
  }

  .md\:-mr-250px {
    margin-right: -250px;
  }

  .md\:-mb-250px {
    margin-bottom: -250px;
  }

  .md\:-ml-250px {
    margin-left: -250px;
  }

  .md\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .md\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .md\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .md\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .md\:-mt-1\% {
    margin-top: -1%;
  }

  .md\:-mr-1\% {
    margin-right: -1%;
  }

  .md\:-mb-1\% {
    margin-bottom: -1%;
  }

  .md\:-ml-1\% {
    margin-left: -1%;
  }

  .md\:-mt-2\% {
    margin-top: -2%;
  }

  .md\:-mr-2\% {
    margin-right: -2%;
  }

  .md\:-mb-2\% {
    margin-bottom: -2%;
  }

  .md\:-ml-2\% {
    margin-left: -2%;
  }

  .md\:-mt-3\% {
    margin-top: -3%;
  }

  .md\:-mr-3\% {
    margin-right: -3%;
  }

  .md\:-mb-3\% {
    margin-bottom: -3%;
  }

  .md\:-ml-3\% {
    margin-left: -3%;
  }

  .md\:-mt-4\% {
    margin-top: -4%;
  }

  .md\:-mr-4\% {
    margin-right: -4%;
  }

  .md\:-mb-4\% {
    margin-bottom: -4%;
  }

  .md\:-ml-4\% {
    margin-left: -4%;
  }

  .md\:-mt-5\% {
    margin-top: -5%;
  }

  .md\:-mr-5\% {
    margin-right: -5%;
  }

  .md\:-mb-5\% {
    margin-bottom: -5%;
  }

  .md\:-ml-5\% {
    margin-left: -5%;
  }

  .md\:-mt-10\% {
    margin-top: -10%;
  }

  .md\:-mr-10\% {
    margin-right: -10%;
  }

  .md\:-mb-10\% {
    margin-bottom: -10%;
  }

  .md\:-ml-10\% {
    margin-left: -10%;
  }

  .md\:-mt-20\% {
    margin-top: -20%;
  }

  .md\:-mr-20\% {
    margin-right: -20%;
  }

  .md\:-mb-20\% {
    margin-bottom: -20%;
  }

  .md\:-ml-20\% {
    margin-left: -20%;
  }

  .md\:-mt-23\% {
    margin-top: -23%;
  }

  .md\:-mr-23\% {
    margin-right: -23%;
  }

  .md\:-mb-23\% {
    margin-bottom: -23%;
  }

  .md\:-ml-23\% {
    margin-left: -23%;
  }

  .md\:-mt-25\% {
    margin-top: -25%;
  }

  .md\:-mr-25\% {
    margin-right: -25%;
  }

  .md\:-mb-25\% {
    margin-bottom: -25%;
  }

  .md\:-ml-25\% {
    margin-left: -25%;
  }

  .md\:-mt-26\% {
    margin-top: -26%;
  }

  .md\:-mr-26\% {
    margin-right: -26%;
  }

  .md\:-mb-26\% {
    margin-bottom: -26%;
  }

  .md\:-ml-26\% {
    margin-left: -26%;
  }

  .md\:-mt-30\% {
    margin-top: -30%;
  }

  .md\:-mr-30\% {
    margin-right: -30%;
  }

  .md\:-mb-30\% {
    margin-bottom: -30%;
  }

  .md\:-ml-30\% {
    margin-left: -30%;
  }

  .md\:-mt-40\% {
    margin-top: -40%;
  }

  .md\:-mr-40\% {
    margin-right: -40%;
  }

  .md\:-mb-40\% {
    margin-bottom: -40%;
  }

  .md\:-ml-40\% {
    margin-left: -40%;
  }

  .md\:-mt-50\% {
    margin-top: -50%;
  }

  .md\:-mr-50\% {
    margin-right: -50%;
  }

  .md\:-mb-50\% {
    margin-bottom: -50%;
  }

  .md\:-ml-50\% {
    margin-left: -50%;
  }

  .md\:-mt-60\% {
    margin-top: -60%;
  }

  .md\:-mr-60\% {
    margin-right: -60%;
  }

  .md\:-mb-60\% {
    margin-bottom: -60%;
  }

  .md\:-ml-60\% {
    margin-left: -60%;
  }

  .md\:-mt-70\% {
    margin-top: -70%;
  }

  .md\:-mr-70\% {
    margin-right: -70%;
  }

  .md\:-mb-70\% {
    margin-bottom: -70%;
  }

  .md\:-ml-70\% {
    margin-left: -70%;
  }

  .md\:-mt-80\% {
    margin-top: -80%;
  }

  .md\:-mr-80\% {
    margin-right: -80%;
  }

  .md\:-mb-80\% {
    margin-bottom: -80%;
  }

  .md\:-ml-80\% {
    margin-left: -80%;
  }

  .md\:-mt-90\% {
    margin-top: -90%;
  }

  .md\:-mr-90\% {
    margin-right: -90%;
  }

  .md\:-mb-90\% {
    margin-bottom: -90%;
  }

  .md\:-ml-90\% {
    margin-left: -90%;
  }

  .md\:-mt-95\% {
    margin-top: -95%;
  }

  .md\:-mr-95\% {
    margin-right: -95%;
  }

  .md\:-mb-95\% {
    margin-bottom: -95%;
  }

  .md\:-ml-95\% {
    margin-left: -95%;
  }

  .md\:-mt-96\% {
    margin-top: -96%;
  }

  .md\:-mr-96\% {
    margin-right: -96%;
  }

  .md\:-mb-96\% {
    margin-bottom: -96%;
  }

  .md\:-ml-96\% {
    margin-left: -96%;
  }

  .md\:-mt-97\% {
    margin-top: -97%;
  }

  .md\:-mr-97\% {
    margin-right: -97%;
  }

  .md\:-mb-97\% {
    margin-bottom: -97%;
  }

  .md\:-ml-97\% {
    margin-left: -97%;
  }

  .md\:-mt-98\% {
    margin-top: -98%;
  }

  .md\:-mr-98\% {
    margin-right: -98%;
  }

  .md\:-mb-98\% {
    margin-bottom: -98%;
  }

  .md\:-ml-98\% {
    margin-left: -98%;
  }

  .md\:-mt-99\% {
    margin-top: -99%;
  }

  .md\:-mr-99\% {
    margin-right: -99%;
  }

  .md\:-mb-99\% {
    margin-bottom: -99%;
  }

  .md\:-ml-99\% {
    margin-left: -99%;
  }

  .md\:-mt-36vh {
    margin-top: -36vh;
  }

  .md\:-mr-36vh {
    margin-right: -36vh;
  }

  .md\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .md\:-ml-36vh {
    margin-left: -36vh;
  }

  .md\:-mt-75vh {
    margin-top: -75vh;
  }

  .md\:-mr-75vh {
    margin-right: -75vh;
  }

  .md\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .md\:-ml-75vh {
    margin-left: -75vh;
  }

  .md\:-mt-78vh {
    margin-top: -78vh;
  }

  .md\:-mr-78vh {
    margin-right: -78vh;
  }

  .md\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .md\:-ml-78vh {
    margin-left: -78vh;
  }

  .md\:-mt-80vh {
    margin-top: -80vh;
  }

  .md\:-mr-80vh {
    margin-right: -80vh;
  }

  .md\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .md\:-ml-80vh {
    margin-left: -80vh;
  }

  .md\:-mt-82vh {
    margin-top: -82vh;
  }

  .md\:-mr-82vh {
    margin-right: -82vh;
  }

  .md\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .md\:-ml-82vh {
    margin-left: -82vh;
  }

  .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-7:hover {
    margin: 1.75rem;
  }

  .md\:hover\:m-8:hover {
    margin: 2rem;
  }

  .md\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .md\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .md\:hover\:m-12:hover {
    margin: 3rem;
  }

  .md\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .md\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .md\:hover\:m-16:hover {
    margin: 4rem;
  }

  .md\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .md\:hover\:m-20:hover {
    margin: 5rem;
  }

  .md\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .md\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .md\:hover\:m-24:hover {
    margin: 6rem;
  }

  .md\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .md\:hover\:m-28:hover {
    margin: 7rem;
  }

  .md\:hover\:m-30:hover {
    margin: 7.5rem;
  }

  .md\:hover\:m-32:hover {
    margin: 8rem;
  }

  .md\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .md\:hover\:m-36:hover {
    margin: 9rem;
  }

  .md\:hover\:m-38:hover {
    margin: 9.5rem;
  }

  .md\:hover\:m-40:hover {
    margin: 10rem;
  }

  .md\:hover\:m-44:hover {
    margin: 11rem;
  }

  .md\:hover\:m-48:hover {
    margin: 12rem;
  }

  .md\:hover\:m-52:hover {
    margin: 13rem;
  }

  .md\:hover\:m-53:hover {
    margin: 13.25rem;
  }

  .md\:hover\:m-54:hover {
    margin: 13.5rem;
  }

  .md\:hover\:m-56:hover {
    margin: 14rem;
  }

  .md\:hover\:m-64:hover {
    margin: 16rem;
  }

  .md\:hover\:m-72:hover {
    margin: 18rem;
  }

  .md\:hover\:m-74:hover {
    margin: 18.5rem;
  }

  .md\:hover\:m-76:hover {
    margin: 19rem;
  }

  .md\:hover\:m-80:hover {
    margin: 20rem;
  }

  .md\:hover\:m-85:hover {
    margin: 21.25rem;
  }

  .md\:hover\:m-100:hover {
    margin: 25rem;
  }

  .md\:hover\:m-105:hover {
    margin: 26.25rem;
  }

  .md\:hover\:m-107:hover {
    margin: 26.4rem;
  }

  .md\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .md\:hover\:m-120:hover {
    margin: 30rem;
  }

  .md\:hover\:m-130:hover {
    margin: 38rem;
  }

  .md\:hover\:m-auto:hover {
    margin: auto;
  }

  .md\:hover\:m-px:hover {
    margin: 1px;
  }

  .md\:hover\:m-250px:hover {
    margin: 250px;
  }

  .md\:hover\:m-1\/2\%:hover {
    margin: 0.5%;
  }

  .md\:hover\:m-1\%:hover {
    margin: 1%;
  }

  .md\:hover\:m-2\%:hover {
    margin: 2%;
  }

  .md\:hover\:m-3\%:hover {
    margin: 3%;
  }

  .md\:hover\:m-4\%:hover {
    margin: 4%;
  }

  .md\:hover\:m-5\%:hover {
    margin: 5%;
  }

  .md\:hover\:m-10\%:hover {
    margin: 10%;
  }

  .md\:hover\:m-20\%:hover {
    margin: 20%;
  }

  .md\:hover\:m-23\%:hover {
    margin: 23%;
  }

  .md\:hover\:m-25\%:hover {
    margin: 25%;
  }

  .md\:hover\:m-26\%:hover {
    margin: 26%;
  }

  .md\:hover\:m-30\%:hover {
    margin: 30%;
  }

  .md\:hover\:m-40\%:hover {
    margin: 40%;
  }

  .md\:hover\:m-50\%:hover {
    margin: 50%;
  }

  .md\:hover\:m-60\%:hover {
    margin: 60%;
  }

  .md\:hover\:m-70\%:hover {
    margin: 70%;
  }

  .md\:hover\:m-80\%:hover {
    margin: 80%;
  }

  .md\:hover\:m-90\%:hover {
    margin: 90%;
  }

  .md\:hover\:m-95\%:hover {
    margin: 95%;
  }

  .md\:hover\:m-96\%:hover {
    margin: 96%;
  }

  .md\:hover\:m-97\%:hover {
    margin: 97%;
  }

  .md\:hover\:m-98\%:hover {
    margin: 98%;
  }

  .md\:hover\:m-99\%:hover {
    margin: 99%;
  }

  .md\:hover\:m-36vh:hover {
    margin: 36vh;
  }

  .md\:hover\:m-75vh:hover {
    margin: 75vh;
  }

  .md\:hover\:m-78vh:hover {
    margin: 78vh;
  }

  .md\:hover\:m-80vh:hover {
    margin: 80vh;
  }

  .md\:hover\:m-82vh:hover {
    margin: 82vh;
  }

  .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-7:hover {
    margin: -1.75rem;
  }

  .md\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .md\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .md\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .md\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .md\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .md\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .md\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .md\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .md\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .md\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .md\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .md\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .md\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .md\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .md\:hover\:-m-30:hover {
    margin: -7.5rem;
  }

  .md\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .md\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .md\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .md\:hover\:-m-38:hover {
    margin: -9.5rem;
  }

  .md\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .md\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .md\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .md\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .md\:hover\:-m-53:hover {
    margin: -13.25rem;
  }

  .md\:hover\:-m-54:hover {
    margin: -13.5rem;
  }

  .md\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .md\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .md\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .md\:hover\:-m-74:hover {
    margin: -18.5rem;
  }

  .md\:hover\:-m-76:hover {
    margin: -19rem;
  }

  .md\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .md\:hover\:-m-85:hover {
    margin: -21.25rem;
  }

  .md\:hover\:-m-100:hover {
    margin: -25rem;
  }

  .md\:hover\:-m-105:hover {
    margin: -26.25rem;
  }

  .md\:hover\:-m-107:hover {
    margin: -26.4rem;
  }

  .md\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .md\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .md\:hover\:-m-130:hover {
    margin: -38rem;
  }

  .md\:hover\:-m-px:hover {
    margin: -1px;
  }

  .md\:hover\:-m-250px:hover {
    margin: -250px;
  }

  .md\:hover\:-m-1\/2\%:hover {
    margin: -0.5%;
  }

  .md\:hover\:-m-1\%:hover {
    margin: -1%;
  }

  .md\:hover\:-m-2\%:hover {
    margin: -2%;
  }

  .md\:hover\:-m-3\%:hover {
    margin: -3%;
  }

  .md\:hover\:-m-4\%:hover {
    margin: -4%;
  }

  .md\:hover\:-m-5\%:hover {
    margin: -5%;
  }

  .md\:hover\:-m-10\%:hover {
    margin: -10%;
  }

  .md\:hover\:-m-20\%:hover {
    margin: -20%;
  }

  .md\:hover\:-m-23\%:hover {
    margin: -23%;
  }

  .md\:hover\:-m-25\%:hover {
    margin: -25%;
  }

  .md\:hover\:-m-26\%:hover {
    margin: -26%;
  }

  .md\:hover\:-m-30\%:hover {
    margin: -30%;
  }

  .md\:hover\:-m-40\%:hover {
    margin: -40%;
  }

  .md\:hover\:-m-50\%:hover {
    margin: -50%;
  }

  .md\:hover\:-m-60\%:hover {
    margin: -60%;
  }

  .md\:hover\:-m-70\%:hover {
    margin: -70%;
  }

  .md\:hover\:-m-80\%:hover {
    margin: -80%;
  }

  .md\:hover\:-m-90\%:hover {
    margin: -90%;
  }

  .md\:hover\:-m-95\%:hover {
    margin: -95%;
  }

  .md\:hover\:-m-96\%:hover {
    margin: -96%;
  }

  .md\:hover\:-m-97\%:hover {
    margin: -97%;
  }

  .md\:hover\:-m-98\%:hover {
    margin: -98%;
  }

  .md\:hover\:-m-99\%:hover {
    margin: -99%;
  }

  .md\:hover\:-m-36vh:hover {
    margin: -36vh;
  }

  .md\:hover\:-m-75vh:hover {
    margin: -75vh;
  }

  .md\:hover\:-m-78vh:hover {
    margin: -78vh;
  }

  .md\:hover\:-m-80vh:hover {
    margin: -80vh;
  }

  .md\:hover\:-m-82vh:hover {
    margin: -82vh;
  }

  .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-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .md\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .md\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.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-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:hover\:my-30:hover {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:hover\:mx-30:hover {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:hover\:my-38:hover {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .md\:hover\:mx-38:hover {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .md\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:hover\:my-53:hover {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .md\:hover\:mx-53:hover {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .md\:hover\:my-54:hover {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .md\:hover\:mx-54:hover {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .md\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:hover\:my-74:hover {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .md\:hover\:mx-74:hover {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .md\:hover\:my-76:hover {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .md\:hover\:mx-76:hover {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .md\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:hover\:my-85:hover {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .md\:hover\:mx-85:hover {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .md\:hover\:my-100:hover {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .md\:hover\:mx-100:hover {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .md\:hover\:my-105:hover {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .md\:hover\:mx-105:hover {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .md\:hover\:my-107:hover {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .md\:hover\:mx-107:hover {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .md\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .md\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .md\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:hover\:my-130:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .md\:hover\:mx-130:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:hover\:mx-250px:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:hover\:my-1\/2\%:hover {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .md\:hover\:mx-1\/2\%:hover {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .md\:hover\:my-1\%:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:hover\:mx-1\%:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:hover\:my-2\%:hover {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .md\:hover\:mx-2\%:hover {
    margin-left: 2%;
    margin-right: 2%;
  }

  .md\:hover\:my-3\%:hover {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .md\:hover\:mx-3\%:hover {
    margin-left: 3%;
    margin-right: 3%;
  }

  .md\:hover\:my-4\%:hover {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .md\:hover\:mx-4\%:hover {
    margin-left: 4%;
    margin-right: 4%;
  }

  .md\:hover\:my-5\%:hover {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:hover\:mx-5\%:hover {
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:hover\:my-10\%:hover {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:hover\:mx-10\%:hover {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:hover\:my-20\%:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:hover\:mx-20\%:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:hover\:my-23\%:hover {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .md\:hover\:mx-23\%:hover {
    margin-left: 23%;
    margin-right: 23%;
  }

  .md\:hover\:my-25\%:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:hover\:mx-25\%:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:hover\:my-26\%:hover {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .md\:hover\:mx-26\%:hover {
    margin-left: 26%;
    margin-right: 26%;
  }

  .md\:hover\:my-30\%:hover {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:hover\:mx-30\%:hover {
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:hover\:my-40\%:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:hover\:mx-40\%:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:hover\:my-50\%:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:hover\:mx-50\%:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:hover\:my-60\%:hover {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:hover\:mx-60\%:hover {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:hover\:my-70\%:hover {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .md\:hover\:mx-70\%:hover {
    margin-left: 70%;
    margin-right: 70%;
  }

  .md\:hover\:my-80\%:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:hover\:mx-80\%:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:hover\:my-90\%:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:hover\:mx-90\%:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:hover\:my-95\%:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:hover\:mx-95\%:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:hover\:my-96\%:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:hover\:mx-96\%:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:hover\:my-97\%:hover {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .md\:hover\:mx-97\%:hover {
    margin-left: 97%;
    margin-right: 97%;
  }

  .md\:hover\:my-98\%:hover {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .md\:hover\:mx-98\%:hover {
    margin-left: 98%;
    margin-right: 98%;
  }

  .md\:hover\:my-99\%:hover {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .md\:hover\:mx-99\%:hover {
    margin-left: 99%;
    margin-right: 99%;
  }

  .md\:hover\:my-36vh:hover {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .md\:hover\:mx-36vh:hover {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .md\:hover\:my-75vh:hover {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .md\:hover\:mx-75vh:hover {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .md\:hover\:my-78vh:hover {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .md\:hover\:mx-78vh:hover {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .md\:hover\:my-80vh:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:hover\:mx-80vh:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:hover\:my-82vh:hover {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .md\:hover\:mx-82vh:hover {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .md\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .md\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.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-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:hover\:-my-30:hover {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:hover\:-mx-30:hover {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:hover\:-my-38:hover {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .md\:hover\:-mx-38:hover {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .md\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:hover\:-my-53:hover {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .md\:hover\:-mx-53:hover {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .md\:hover\:-my-54:hover {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .md\:hover\:-mx-54:hover {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .md\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:hover\:-my-74:hover {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .md\:hover\:-mx-74:hover {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .md\:hover\:-my-76:hover {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .md\:hover\:-mx-76:hover {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .md\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:hover\:-my-85:hover {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .md\:hover\:-mx-85:hover {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .md\:hover\:-my-100:hover {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .md\:hover\:-mx-100:hover {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .md\:hover\:-my-105:hover {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .md\:hover\:-mx-105:hover {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .md\:hover\:-my-107:hover {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .md\:hover\:-mx-107:hover {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .md\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .md\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .md\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:hover\:-my-130:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .md\:hover\:-mx-130:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .md\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:hover\:-my-250px:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:hover\:-mx-250px:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:hover\:-my-1\/2\%:hover {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .md\:hover\:-mx-1\/2\%:hover {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .md\:hover\:-my-1\%:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:hover\:-mx-1\%:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:hover\:-my-2\%:hover {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .md\:hover\:-mx-2\%:hover {
    margin-left: -2%;
    margin-right: -2%;
  }

  .md\:hover\:-my-3\%:hover {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .md\:hover\:-mx-3\%:hover {
    margin-left: -3%;
    margin-right: -3%;
  }

  .md\:hover\:-my-4\%:hover {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .md\:hover\:-mx-4\%:hover {
    margin-left: -4%;
    margin-right: -4%;
  }

  .md\:hover\:-my-5\%:hover {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .md\:hover\:-mx-5\%:hover {
    margin-left: -5%;
    margin-right: -5%;
  }

  .md\:hover\:-my-10\%:hover {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md\:hover\:-mx-10\%:hover {
    margin-left: -10%;
    margin-right: -10%;
  }

  .md\:hover\:-my-20\%:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:hover\:-mx-20\%:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:hover\:-my-23\%:hover {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .md\:hover\:-mx-23\%:hover {
    margin-left: -23%;
    margin-right: -23%;
  }

  .md\:hover\:-my-25\%:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:hover\:-mx-25\%:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:hover\:-my-26\%:hover {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .md\:hover\:-mx-26\%:hover {
    margin-left: -26%;
    margin-right: -26%;
  }

  .md\:hover\:-my-30\%:hover {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .md\:hover\:-mx-30\%:hover {
    margin-left: -30%;
    margin-right: -30%;
  }

  .md\:hover\:-my-40\%:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:hover\:-mx-40\%:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:hover\:-my-50\%:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:hover\:-mx-50\%:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:hover\:-my-60\%:hover {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:hover\:-mx-60\%:hover {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:hover\:-my-70\%:hover {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .md\:hover\:-mx-70\%:hover {
    margin-left: -70%;
    margin-right: -70%;
  }

  .md\:hover\:-my-80\%:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:hover\:-mx-80\%:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:hover\:-my-90\%:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:hover\:-mx-90\%:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:hover\:-my-95\%:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:hover\:-mx-95\%:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:hover\:-my-96\%:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:hover\:-mx-96\%:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:hover\:-my-97\%:hover {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .md\:hover\:-mx-97\%:hover {
    margin-left: -97%;
    margin-right: -97%;
  }

  .md\:hover\:-my-98\%:hover {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .md\:hover\:-mx-98\%:hover {
    margin-left: -98%;
    margin-right: -98%;
  }

  .md\:hover\:-my-99\%:hover {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .md\:hover\:-mx-99\%:hover {
    margin-left: -99%;
    margin-right: -99%;
  }

  .md\:hover\:-my-36vh:hover {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .md\:hover\:-mx-36vh:hover {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .md\:hover\:-my-75vh:hover {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .md\:hover\:-mx-75vh:hover {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .md\:hover\:-my-78vh:hover {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .md\:hover\:-mx-78vh:hover {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .md\:hover\:-my-80vh:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:hover\:-mx-80vh:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:hover\:-my-82vh:hover {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .md\:hover\:-mx-82vh:hover {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:hover {
    margin-top: 1.75rem;
  }

  .md\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .md\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .md\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .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-9:hover {
    margin-top: 2.25rem;
  }

  .md\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .md\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .md\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .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-14:hover {
    margin-top: 3.5rem;
  }

  .md\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .md\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .md\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .md\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .md\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .md\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .md\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .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-18:hover {
    margin-top: 4.5rem;
  }

  .md\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .md\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .md\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .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-21:hover {
    margin-top: 5.25rem;
  }

  .md\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .md\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .md\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .md\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .md\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .md\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .md\:hover\:ml-22:hover {
    margin-left: 5.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-26:hover {
    margin-top: 6.5rem;
  }

  .md\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .md\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .md\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .md\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .md\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .md\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .md\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .md\:hover\:mt-30:hover {
    margin-top: 7.5rem;
  }

  .md\:hover\:mr-30:hover {
    margin-right: 7.5rem;
  }

  .md\:hover\:mb-30:hover {
    margin-bottom: 7.5rem;
  }

  .md\:hover\:ml-30:hover {
    margin-left: 7.5rem;
  }

  .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-34:hover {
    margin-top: 8.5rem;
  }

  .md\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .md\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .md\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .md\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .md\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .md\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .md\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .md\:hover\:mt-38:hover {
    margin-top: 9.5rem;
  }

  .md\:hover\:mr-38:hover {
    margin-right: 9.5rem;
  }

  .md\:hover\:mb-38:hover {
    margin-bottom: 9.5rem;
  }

  .md\:hover\:ml-38:hover {
    margin-left: 9.5rem;
  }

  .md\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .md\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .md\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .md\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .md\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .md\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .md\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .md\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .md\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .md\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .md\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .md\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .md\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .md\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .md\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .md\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .md\:hover\:mt-53:hover {
    margin-top: 13.25rem;
  }

  .md\:hover\:mr-53:hover {
    margin-right: 13.25rem;
  }

  .md\:hover\:mb-53:hover {
    margin-bottom: 13.25rem;
  }

  .md\:hover\:ml-53:hover {
    margin-left: 13.25rem;
  }

  .md\:hover\:mt-54:hover {
    margin-top: 13.5rem;
  }

  .md\:hover\:mr-54:hover {
    margin-right: 13.5rem;
  }

  .md\:hover\:mb-54:hover {
    margin-bottom: 13.5rem;
  }

  .md\:hover\:ml-54:hover {
    margin-left: 13.5rem;
  }

  .md\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .md\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .md\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .md\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .md\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .md\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .md\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .md\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .md\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .md\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .md\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .md\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .md\:hover\:mt-74:hover {
    margin-top: 18.5rem;
  }

  .md\:hover\:mr-74:hover {
    margin-right: 18.5rem;
  }

  .md\:hover\:mb-74:hover {
    margin-bottom: 18.5rem;
  }

  .md\:hover\:ml-74:hover {
    margin-left: 18.5rem;
  }

  .md\:hover\:mt-76:hover {
    margin-top: 19rem;
  }

  .md\:hover\:mr-76:hover {
    margin-right: 19rem;
  }

  .md\:hover\:mb-76:hover {
    margin-bottom: 19rem;
  }

  .md\:hover\:ml-76:hover {
    margin-left: 19rem;
  }

  .md\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .md\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .md\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .md\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .md\:hover\:mt-85:hover {
    margin-top: 21.25rem;
  }

  .md\:hover\:mr-85:hover {
    margin-right: 21.25rem;
  }

  .md\:hover\:mb-85:hover {
    margin-bottom: 21.25rem;
  }

  .md\:hover\:ml-85:hover {
    margin-left: 21.25rem;
  }

  .md\:hover\:mt-100:hover {
    margin-top: 25rem;
  }

  .md\:hover\:mr-100:hover {
    margin-right: 25rem;
  }

  .md\:hover\:mb-100:hover {
    margin-bottom: 25rem;
  }

  .md\:hover\:ml-100:hover {
    margin-left: 25rem;
  }

  .md\:hover\:mt-105:hover {
    margin-top: 26.25rem;
  }

  .md\:hover\:mr-105:hover {
    margin-right: 26.25rem;
  }

  .md\:hover\:mb-105:hover {
    margin-bottom: 26.25rem;
  }

  .md\:hover\:ml-105:hover {
    margin-left: 26.25rem;
  }

  .md\:hover\:mt-107:hover {
    margin-top: 26.4rem;
  }

  .md\:hover\:mr-107:hover {
    margin-right: 26.4rem;
  }

  .md\:hover\:mb-107:hover {
    margin-bottom: 26.4rem;
  }

  .md\:hover\:ml-107:hover {
    margin-left: 26.4rem;
  }

  .md\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .md\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .md\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .md\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .md\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .md\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .md\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .md\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .md\:hover\:mt-130:hover {
    margin-top: 38rem;
  }

  .md\:hover\:mr-130:hover {
    margin-right: 38rem;
  }

  .md\:hover\:mb-130:hover {
    margin-bottom: 38rem;
  }

  .md\:hover\:ml-130:hover {
    margin-left: 38rem;
  }

  .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\:hover\:mt-250px:hover {
    margin-top: 250px;
  }

  .md\:hover\:mr-250px:hover {
    margin-right: 250px;
  }

  .md\:hover\:mb-250px:hover {
    margin-bottom: 250px;
  }

  .md\:hover\:ml-250px:hover {
    margin-left: 250px;
  }

  .md\:hover\:mt-1\/2\%:hover {
    margin-top: 0.5%;
  }

  .md\:hover\:mr-1\/2\%:hover {
    margin-right: 0.5%;
  }

  .md\:hover\:mb-1\/2\%:hover {
    margin-bottom: 0.5%;
  }

  .md\:hover\:ml-1\/2\%:hover {
    margin-left: 0.5%;
  }

  .md\:hover\:mt-1\%:hover {
    margin-top: 1%;
  }

  .md\:hover\:mr-1\%:hover {
    margin-right: 1%;
  }

  .md\:hover\:mb-1\%:hover {
    margin-bottom: 1%;
  }

  .md\:hover\:ml-1\%:hover {
    margin-left: 1%;
  }

  .md\:hover\:mt-2\%:hover {
    margin-top: 2%;
  }

  .md\:hover\:mr-2\%:hover {
    margin-right: 2%;
  }

  .md\:hover\:mb-2\%:hover {
    margin-bottom: 2%;
  }

  .md\:hover\:ml-2\%:hover {
    margin-left: 2%;
  }

  .md\:hover\:mt-3\%:hover {
    margin-top: 3%;
  }

  .md\:hover\:mr-3\%:hover {
    margin-right: 3%;
  }

  .md\:hover\:mb-3\%:hover {
    margin-bottom: 3%;
  }

  .md\:hover\:ml-3\%:hover {
    margin-left: 3%;
  }

  .md\:hover\:mt-4\%:hover {
    margin-top: 4%;
  }

  .md\:hover\:mr-4\%:hover {
    margin-right: 4%;
  }

  .md\:hover\:mb-4\%:hover {
    margin-bottom: 4%;
  }

  .md\:hover\:ml-4\%:hover {
    margin-left: 4%;
  }

  .md\:hover\:mt-5\%:hover {
    margin-top: 5%;
  }

  .md\:hover\:mr-5\%:hover {
    margin-right: 5%;
  }

  .md\:hover\:mb-5\%:hover {
    margin-bottom: 5%;
  }

  .md\:hover\:ml-5\%:hover {
    margin-left: 5%;
  }

  .md\:hover\:mt-10\%:hover {
    margin-top: 10%;
  }

  .md\:hover\:mr-10\%:hover {
    margin-right: 10%;
  }

  .md\:hover\:mb-10\%:hover {
    margin-bottom: 10%;
  }

  .md\:hover\:ml-10\%:hover {
    margin-left: 10%;
  }

  .md\:hover\:mt-20\%:hover {
    margin-top: 20%;
  }

  .md\:hover\:mr-20\%:hover {
    margin-right: 20%;
  }

  .md\:hover\:mb-20\%:hover {
    margin-bottom: 20%;
  }

  .md\:hover\:ml-20\%:hover {
    margin-left: 20%;
  }

  .md\:hover\:mt-23\%:hover {
    margin-top: 23%;
  }

  .md\:hover\:mr-23\%:hover {
    margin-right: 23%;
  }

  .md\:hover\:mb-23\%:hover {
    margin-bottom: 23%;
  }

  .md\:hover\:ml-23\%:hover {
    margin-left: 23%;
  }

  .md\:hover\:mt-25\%:hover {
    margin-top: 25%;
  }

  .md\:hover\:mr-25\%:hover {
    margin-right: 25%;
  }

  .md\:hover\:mb-25\%:hover {
    margin-bottom: 25%;
  }

  .md\:hover\:ml-25\%:hover {
    margin-left: 25%;
  }

  .md\:hover\:mt-26\%:hover {
    margin-top: 26%;
  }

  .md\:hover\:mr-26\%:hover {
    margin-right: 26%;
  }

  .md\:hover\:mb-26\%:hover {
    margin-bottom: 26%;
  }

  .md\:hover\:ml-26\%:hover {
    margin-left: 26%;
  }

  .md\:hover\:mt-30\%:hover {
    margin-top: 30%;
  }

  .md\:hover\:mr-30\%:hover {
    margin-right: 30%;
  }

  .md\:hover\:mb-30\%:hover {
    margin-bottom: 30%;
  }

  .md\:hover\:ml-30\%:hover {
    margin-left: 30%;
  }

  .md\:hover\:mt-40\%:hover {
    margin-top: 40%;
  }

  .md\:hover\:mr-40\%:hover {
    margin-right: 40%;
  }

  .md\:hover\:mb-40\%:hover {
    margin-bottom: 40%;
  }

  .md\:hover\:ml-40\%:hover {
    margin-left: 40%;
  }

  .md\:hover\:mt-50\%:hover {
    margin-top: 50%;
  }

  .md\:hover\:mr-50\%:hover {
    margin-right: 50%;
  }

  .md\:hover\:mb-50\%:hover {
    margin-bottom: 50%;
  }

  .md\:hover\:ml-50\%:hover {
    margin-left: 50%;
  }

  .md\:hover\:mt-60\%:hover {
    margin-top: 60%;
  }

  .md\:hover\:mr-60\%:hover {
    margin-right: 60%;
  }

  .md\:hover\:mb-60\%:hover {
    margin-bottom: 60%;
  }

  .md\:hover\:ml-60\%:hover {
    margin-left: 60%;
  }

  .md\:hover\:mt-70\%:hover {
    margin-top: 70%;
  }

  .md\:hover\:mr-70\%:hover {
    margin-right: 70%;
  }

  .md\:hover\:mb-70\%:hover {
    margin-bottom: 70%;
  }

  .md\:hover\:ml-70\%:hover {
    margin-left: 70%;
  }

  .md\:hover\:mt-80\%:hover {
    margin-top: 80%;
  }

  .md\:hover\:mr-80\%:hover {
    margin-right: 80%;
  }

  .md\:hover\:mb-80\%:hover {
    margin-bottom: 80%;
  }

  .md\:hover\:ml-80\%:hover {
    margin-left: 80%;
  }

  .md\:hover\:mt-90\%:hover {
    margin-top: 90%;
  }

  .md\:hover\:mr-90\%:hover {
    margin-right: 90%;
  }

  .md\:hover\:mb-90\%:hover {
    margin-bottom: 90%;
  }

  .md\:hover\:ml-90\%:hover {
    margin-left: 90%;
  }

  .md\:hover\:mt-95\%:hover {
    margin-top: 95%;
  }

  .md\:hover\:mr-95\%:hover {
    margin-right: 95%;
  }

  .md\:hover\:mb-95\%:hover {
    margin-bottom: 95%;
  }

  .md\:hover\:ml-95\%:hover {
    margin-left: 95%;
  }

  .md\:hover\:mt-96\%:hover {
    margin-top: 96%;
  }

  .md\:hover\:mr-96\%:hover {
    margin-right: 96%;
  }

  .md\:hover\:mb-96\%:hover {
    margin-bottom: 96%;
  }

  .md\:hover\:ml-96\%:hover {
    margin-left: 96%;
  }

  .md\:hover\:mt-97\%:hover {
    margin-top: 97%;
  }

  .md\:hover\:mr-97\%:hover {
    margin-right: 97%;
  }

  .md\:hover\:mb-97\%:hover {
    margin-bottom: 97%;
  }

  .md\:hover\:ml-97\%:hover {
    margin-left: 97%;
  }

  .md\:hover\:mt-98\%:hover {
    margin-top: 98%;
  }

  .md\:hover\:mr-98\%:hover {
    margin-right: 98%;
  }

  .md\:hover\:mb-98\%:hover {
    margin-bottom: 98%;
  }

  .md\:hover\:ml-98\%:hover {
    margin-left: 98%;
  }

  .md\:hover\:mt-99\%:hover {
    margin-top: 99%;
  }

  .md\:hover\:mr-99\%:hover {
    margin-right: 99%;
  }

  .md\:hover\:mb-99\%:hover {
    margin-bottom: 99%;
  }

  .md\:hover\:ml-99\%:hover {
    margin-left: 99%;
  }

  .md\:hover\:mt-36vh:hover {
    margin-top: 36vh;
  }

  .md\:hover\:mr-36vh:hover {
    margin-right: 36vh;
  }

  .md\:hover\:mb-36vh:hover {
    margin-bottom: 36vh;
  }

  .md\:hover\:ml-36vh:hover {
    margin-left: 36vh;
  }

  .md\:hover\:mt-75vh:hover {
    margin-top: 75vh;
  }

  .md\:hover\:mr-75vh:hover {
    margin-right: 75vh;
  }

  .md\:hover\:mb-75vh:hover {
    margin-bottom: 75vh;
  }

  .md\:hover\:ml-75vh:hover {
    margin-left: 75vh;
  }

  .md\:hover\:mt-78vh:hover {
    margin-top: 78vh;
  }

  .md\:hover\:mr-78vh:hover {
    margin-right: 78vh;
  }

  .md\:hover\:mb-78vh:hover {
    margin-bottom: 78vh;
  }

  .md\:hover\:ml-78vh:hover {
    margin-left: 78vh;
  }

  .md\:hover\:mt-80vh:hover {
    margin-top: 80vh;
  }

  .md\:hover\:mr-80vh:hover {
    margin-right: 80vh;
  }

  .md\:hover\:mb-80vh:hover {
    margin-bottom: 80vh;
  }

  .md\:hover\:ml-80vh:hover {
    margin-left: 80vh;
  }

  .md\:hover\:mt-82vh:hover {
    margin-top: 82vh;
  }

  .md\:hover\:mr-82vh:hover {
    margin-right: 82vh;
  }

  .md\:hover\:mb-82vh:hover {
    margin-bottom: 82vh;
  }

  .md\:hover\:ml-82vh:hover {
    margin-left: 82vh;
  }

  .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-7:hover {
    margin-top: -1.75rem;
  }

  .md\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .md\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .md\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .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-9:hover {
    margin-top: -2.25rem;
  }

  .md\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .md\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .md\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .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-14:hover {
    margin-top: -3.5rem;
  }

  .md\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .md\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .md\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .md\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .md\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .md\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .md\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .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-18:hover {
    margin-top: -4.5rem;
  }

  .md\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .md\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .md\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .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-21:hover {
    margin-top: -5.25rem;
  }

  .md\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .md\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .md\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .md\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .md\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .md\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .md\:hover\:-ml-22:hover {
    margin-left: -5.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-26:hover {
    margin-top: -6.5rem;
  }

  .md\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .md\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .md\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .md\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .md\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .md\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .md\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .md\:hover\:-mt-30:hover {
    margin-top: -7.5rem;
  }

  .md\:hover\:-mr-30:hover {
    margin-right: -7.5rem;
  }

  .md\:hover\:-mb-30:hover {
    margin-bottom: -7.5rem;
  }

  .md\:hover\:-ml-30:hover {
    margin-left: -7.5rem;
  }

  .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-34:hover {
    margin-top: -8.5rem;
  }

  .md\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .md\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .md\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .md\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .md\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .md\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .md\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .md\:hover\:-mt-38:hover {
    margin-top: -9.5rem;
  }

  .md\:hover\:-mr-38:hover {
    margin-right: -9.5rem;
  }

  .md\:hover\:-mb-38:hover {
    margin-bottom: -9.5rem;
  }

  .md\:hover\:-ml-38:hover {
    margin-left: -9.5rem;
  }

  .md\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .md\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .md\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .md\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .md\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .md\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .md\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .md\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .md\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .md\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .md\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .md\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .md\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .md\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .md\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .md\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .md\:hover\:-mt-53:hover {
    margin-top: -13.25rem;
  }

  .md\:hover\:-mr-53:hover {
    margin-right: -13.25rem;
  }

  .md\:hover\:-mb-53:hover {
    margin-bottom: -13.25rem;
  }

  .md\:hover\:-ml-53:hover {
    margin-left: -13.25rem;
  }

  .md\:hover\:-mt-54:hover {
    margin-top: -13.5rem;
  }

  .md\:hover\:-mr-54:hover {
    margin-right: -13.5rem;
  }

  .md\:hover\:-mb-54:hover {
    margin-bottom: -13.5rem;
  }

  .md\:hover\:-ml-54:hover {
    margin-left: -13.5rem;
  }

  .md\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .md\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .md\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .md\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .md\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .md\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .md\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .md\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .md\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .md\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .md\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .md\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .md\:hover\:-mt-74:hover {
    margin-top: -18.5rem;
  }

  .md\:hover\:-mr-74:hover {
    margin-right: -18.5rem;
  }

  .md\:hover\:-mb-74:hover {
    margin-bottom: -18.5rem;
  }

  .md\:hover\:-ml-74:hover {
    margin-left: -18.5rem;
  }

  .md\:hover\:-mt-76:hover {
    margin-top: -19rem;
  }

  .md\:hover\:-mr-76:hover {
    margin-right: -19rem;
  }

  .md\:hover\:-mb-76:hover {
    margin-bottom: -19rem;
  }

  .md\:hover\:-ml-76:hover {
    margin-left: -19rem;
  }

  .md\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .md\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .md\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .md\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .md\:hover\:-mt-85:hover {
    margin-top: -21.25rem;
  }

  .md\:hover\:-mr-85:hover {
    margin-right: -21.25rem;
  }

  .md\:hover\:-mb-85:hover {
    margin-bottom: -21.25rem;
  }

  .md\:hover\:-ml-85:hover {
    margin-left: -21.25rem;
  }

  .md\:hover\:-mt-100:hover {
    margin-top: -25rem;
  }

  .md\:hover\:-mr-100:hover {
    margin-right: -25rem;
  }

  .md\:hover\:-mb-100:hover {
    margin-bottom: -25rem;
  }

  .md\:hover\:-ml-100:hover {
    margin-left: -25rem;
  }

  .md\:hover\:-mt-105:hover {
    margin-top: -26.25rem;
  }

  .md\:hover\:-mr-105:hover {
    margin-right: -26.25rem;
  }

  .md\:hover\:-mb-105:hover {
    margin-bottom: -26.25rem;
  }

  .md\:hover\:-ml-105:hover {
    margin-left: -26.25rem;
  }

  .md\:hover\:-mt-107:hover {
    margin-top: -26.4rem;
  }

  .md\:hover\:-mr-107:hover {
    margin-right: -26.4rem;
  }

  .md\:hover\:-mb-107:hover {
    margin-bottom: -26.4rem;
  }

  .md\:hover\:-ml-107:hover {
    margin-left: -26.4rem;
  }

  .md\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .md\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .md\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .md\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .md\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .md\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .md\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .md\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .md\:hover\:-mt-130:hover {
    margin-top: -38rem;
  }

  .md\:hover\:-mr-130:hover {
    margin-right: -38rem;
  }

  .md\:hover\:-mb-130:hover {
    margin-bottom: -38rem;
  }

  .md\:hover\:-ml-130:hover {
    margin-left: -38rem;
  }

  .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\:hover\:-mt-250px:hover {
    margin-top: -250px;
  }

  .md\:hover\:-mr-250px:hover {
    margin-right: -250px;
  }

  .md\:hover\:-mb-250px:hover {
    margin-bottom: -250px;
  }

  .md\:hover\:-ml-250px:hover {
    margin-left: -250px;
  }

  .md\:hover\:-mt-1\/2\%:hover {
    margin-top: -0.5%;
  }

  .md\:hover\:-mr-1\/2\%:hover {
    margin-right: -0.5%;
  }

  .md\:hover\:-mb-1\/2\%:hover {
    margin-bottom: -0.5%;
  }

  .md\:hover\:-ml-1\/2\%:hover {
    margin-left: -0.5%;
  }

  .md\:hover\:-mt-1\%:hover {
    margin-top: -1%;
  }

  .md\:hover\:-mr-1\%:hover {
    margin-right: -1%;
  }

  .md\:hover\:-mb-1\%:hover {
    margin-bottom: -1%;
  }

  .md\:hover\:-ml-1\%:hover {
    margin-left: -1%;
  }

  .md\:hover\:-mt-2\%:hover {
    margin-top: -2%;
  }

  .md\:hover\:-mr-2\%:hover {
    margin-right: -2%;
  }

  .md\:hover\:-mb-2\%:hover {
    margin-bottom: -2%;
  }

  .md\:hover\:-ml-2\%:hover {
    margin-left: -2%;
  }

  .md\:hover\:-mt-3\%:hover {
    margin-top: -3%;
  }

  .md\:hover\:-mr-3\%:hover {
    margin-right: -3%;
  }

  .md\:hover\:-mb-3\%:hover {
    margin-bottom: -3%;
  }

  .md\:hover\:-ml-3\%:hover {
    margin-left: -3%;
  }

  .md\:hover\:-mt-4\%:hover {
    margin-top: -4%;
  }

  .md\:hover\:-mr-4\%:hover {
    margin-right: -4%;
  }

  .md\:hover\:-mb-4\%:hover {
    margin-bottom: -4%;
  }

  .md\:hover\:-ml-4\%:hover {
    margin-left: -4%;
  }

  .md\:hover\:-mt-5\%:hover {
    margin-top: -5%;
  }

  .md\:hover\:-mr-5\%:hover {
    margin-right: -5%;
  }

  .md\:hover\:-mb-5\%:hover {
    margin-bottom: -5%;
  }

  .md\:hover\:-ml-5\%:hover {
    margin-left: -5%;
  }

  .md\:hover\:-mt-10\%:hover {
    margin-top: -10%;
  }

  .md\:hover\:-mr-10\%:hover {
    margin-right: -10%;
  }

  .md\:hover\:-mb-10\%:hover {
    margin-bottom: -10%;
  }

  .md\:hover\:-ml-10\%:hover {
    margin-left: -10%;
  }

  .md\:hover\:-mt-20\%:hover {
    margin-top: -20%;
  }

  .md\:hover\:-mr-20\%:hover {
    margin-right: -20%;
  }

  .md\:hover\:-mb-20\%:hover {
    margin-bottom: -20%;
  }

  .md\:hover\:-ml-20\%:hover {
    margin-left: -20%;
  }

  .md\:hover\:-mt-23\%:hover {
    margin-top: -23%;
  }

  .md\:hover\:-mr-23\%:hover {
    margin-right: -23%;
  }

  .md\:hover\:-mb-23\%:hover {
    margin-bottom: -23%;
  }

  .md\:hover\:-ml-23\%:hover {
    margin-left: -23%;
  }

  .md\:hover\:-mt-25\%:hover {
    margin-top: -25%;
  }

  .md\:hover\:-mr-25\%:hover {
    margin-right: -25%;
  }

  .md\:hover\:-mb-25\%:hover {
    margin-bottom: -25%;
  }

  .md\:hover\:-ml-25\%:hover {
    margin-left: -25%;
  }

  .md\:hover\:-mt-26\%:hover {
    margin-top: -26%;
  }

  .md\:hover\:-mr-26\%:hover {
    margin-right: -26%;
  }

  .md\:hover\:-mb-26\%:hover {
    margin-bottom: -26%;
  }

  .md\:hover\:-ml-26\%:hover {
    margin-left: -26%;
  }

  .md\:hover\:-mt-30\%:hover {
    margin-top: -30%;
  }

  .md\:hover\:-mr-30\%:hover {
    margin-right: -30%;
  }

  .md\:hover\:-mb-30\%:hover {
    margin-bottom: -30%;
  }

  .md\:hover\:-ml-30\%:hover {
    margin-left: -30%;
  }

  .md\:hover\:-mt-40\%:hover {
    margin-top: -40%;
  }

  .md\:hover\:-mr-40\%:hover {
    margin-right: -40%;
  }

  .md\:hover\:-mb-40\%:hover {
    margin-bottom: -40%;
  }

  .md\:hover\:-ml-40\%:hover {
    margin-left: -40%;
  }

  .md\:hover\:-mt-50\%:hover {
    margin-top: -50%;
  }

  .md\:hover\:-mr-50\%:hover {
    margin-right: -50%;
  }

  .md\:hover\:-mb-50\%:hover {
    margin-bottom: -50%;
  }

  .md\:hover\:-ml-50\%:hover {
    margin-left: -50%;
  }

  .md\:hover\:-mt-60\%:hover {
    margin-top: -60%;
  }

  .md\:hover\:-mr-60\%:hover {
    margin-right: -60%;
  }

  .md\:hover\:-mb-60\%:hover {
    margin-bottom: -60%;
  }

  .md\:hover\:-ml-60\%:hover {
    margin-left: -60%;
  }

  .md\:hover\:-mt-70\%:hover {
    margin-top: -70%;
  }

  .md\:hover\:-mr-70\%:hover {
    margin-right: -70%;
  }

  .md\:hover\:-mb-70\%:hover {
    margin-bottom: -70%;
  }

  .md\:hover\:-ml-70\%:hover {
    margin-left: -70%;
  }

  .md\:hover\:-mt-80\%:hover {
    margin-top: -80%;
  }

  .md\:hover\:-mr-80\%:hover {
    margin-right: -80%;
  }

  .md\:hover\:-mb-80\%:hover {
    margin-bottom: -80%;
  }

  .md\:hover\:-ml-80\%:hover {
    margin-left: -80%;
  }

  .md\:hover\:-mt-90\%:hover {
    margin-top: -90%;
  }

  .md\:hover\:-mr-90\%:hover {
    margin-right: -90%;
  }

  .md\:hover\:-mb-90\%:hover {
    margin-bottom: -90%;
  }

  .md\:hover\:-ml-90\%:hover {
    margin-left: -90%;
  }

  .md\:hover\:-mt-95\%:hover {
    margin-top: -95%;
  }

  .md\:hover\:-mr-95\%:hover {
    margin-right: -95%;
  }

  .md\:hover\:-mb-95\%:hover {
    margin-bottom: -95%;
  }

  .md\:hover\:-ml-95\%:hover {
    margin-left: -95%;
  }

  .md\:hover\:-mt-96\%:hover {
    margin-top: -96%;
  }

  .md\:hover\:-mr-96\%:hover {
    margin-right: -96%;
  }

  .md\:hover\:-mb-96\%:hover {
    margin-bottom: -96%;
  }

  .md\:hover\:-ml-96\%:hover {
    margin-left: -96%;
  }

  .md\:hover\:-mt-97\%:hover {
    margin-top: -97%;
  }

  .md\:hover\:-mr-97\%:hover {
    margin-right: -97%;
  }

  .md\:hover\:-mb-97\%:hover {
    margin-bottom: -97%;
  }

  .md\:hover\:-ml-97\%:hover {
    margin-left: -97%;
  }

  .md\:hover\:-mt-98\%:hover {
    margin-top: -98%;
  }

  .md\:hover\:-mr-98\%:hover {
    margin-right: -98%;
  }

  .md\:hover\:-mb-98\%:hover {
    margin-bottom: -98%;
  }

  .md\:hover\:-ml-98\%:hover {
    margin-left: -98%;
  }

  .md\:hover\:-mt-99\%:hover {
    margin-top: -99%;
  }

  .md\:hover\:-mr-99\%:hover {
    margin-right: -99%;
  }

  .md\:hover\:-mb-99\%:hover {
    margin-bottom: -99%;
  }

  .md\:hover\:-ml-99\%:hover {
    margin-left: -99%;
  }

  .md\:hover\:-mt-36vh:hover {
    margin-top: -36vh;
  }

  .md\:hover\:-mr-36vh:hover {
    margin-right: -36vh;
  }

  .md\:hover\:-mb-36vh:hover {
    margin-bottom: -36vh;
  }

  .md\:hover\:-ml-36vh:hover {
    margin-left: -36vh;
  }

  .md\:hover\:-mt-75vh:hover {
    margin-top: -75vh;
  }

  .md\:hover\:-mr-75vh:hover {
    margin-right: -75vh;
  }

  .md\:hover\:-mb-75vh:hover {
    margin-bottom: -75vh;
  }

  .md\:hover\:-ml-75vh:hover {
    margin-left: -75vh;
  }

  .md\:hover\:-mt-78vh:hover {
    margin-top: -78vh;
  }

  .md\:hover\:-mr-78vh:hover {
    margin-right: -78vh;
  }

  .md\:hover\:-mb-78vh:hover {
    margin-bottom: -78vh;
  }

  .md\:hover\:-ml-78vh:hover {
    margin-left: -78vh;
  }

  .md\:hover\:-mt-80vh:hover {
    margin-top: -80vh;
  }

  .md\:hover\:-mr-80vh:hover {
    margin-right: -80vh;
  }

  .md\:hover\:-mb-80vh:hover {
    margin-bottom: -80vh;
  }

  .md\:hover\:-ml-80vh:hover {
    margin-left: -80vh;
  }

  .md\:hover\:-mt-82vh:hover {
    margin-top: -82vh;
  }

  .md\:hover\:-mr-82vh:hover {
    margin-right: -82vh;
  }

  .md\:hover\:-mb-82vh:hover {
    margin-bottom: -82vh;
  }

  .md\:hover\:-ml-82vh:hover {
    margin-left: -82vh;
  }

  .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-7:focus {
    margin: 1.75rem;
  }

  .md\:focus\:m-8:focus {
    margin: 2rem;
  }

  .md\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .md\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .md\:focus\:m-12:focus {
    margin: 3rem;
  }

  .md\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .md\:focus\:m-15:focus {
    margin: 3.75rem;
  }

  .md\:focus\:m-16:focus {
    margin: 4rem;
  }

  .md\:focus\:m-18:focus {
    margin: 4.5rem;
  }

  .md\:focus\:m-20:focus {
    margin: 5rem;
  }

  .md\:focus\:m-21:focus {
    margin: 5.25rem;
  }

  .md\:focus\:m-22:focus {
    margin: 5.5rem;
  }

  .md\:focus\:m-24:focus {
    margin: 6rem;
  }

  .md\:focus\:m-26:focus {
    margin: 6.5rem;
  }

  .md\:focus\:m-28:focus {
    margin: 7rem;
  }

  .md\:focus\:m-30:focus {
    margin: 7.5rem;
  }

  .md\:focus\:m-32:focus {
    margin: 8rem;
  }

  .md\:focus\:m-34:focus {
    margin: 8.5rem;
  }

  .md\:focus\:m-36:focus {
    margin: 9rem;
  }

  .md\:focus\:m-38:focus {
    margin: 9.5rem;
  }

  .md\:focus\:m-40:focus {
    margin: 10rem;
  }

  .md\:focus\:m-44:focus {
    margin: 11rem;
  }

  .md\:focus\:m-48:focus {
    margin: 12rem;
  }

  .md\:focus\:m-52:focus {
    margin: 13rem;
  }

  .md\:focus\:m-53:focus {
    margin: 13.25rem;
  }

  .md\:focus\:m-54:focus {
    margin: 13.5rem;
  }

  .md\:focus\:m-56:focus {
    margin: 14rem;
  }

  .md\:focus\:m-64:focus {
    margin: 16rem;
  }

  .md\:focus\:m-72:focus {
    margin: 18rem;
  }

  .md\:focus\:m-74:focus {
    margin: 18.5rem;
  }

  .md\:focus\:m-76:focus {
    margin: 19rem;
  }

  .md\:focus\:m-80:focus {
    margin: 20rem;
  }

  .md\:focus\:m-85:focus {
    margin: 21.25rem;
  }

  .md\:focus\:m-100:focus {
    margin: 25rem;
  }

  .md\:focus\:m-105:focus {
    margin: 26.25rem;
  }

  .md\:focus\:m-107:focus {
    margin: 26.4rem;
  }

  .md\:focus\:m-110:focus {
    margin: 27.5rem;
  }

  .md\:focus\:m-120:focus {
    margin: 30rem;
  }

  .md\:focus\:m-130:focus {
    margin: 38rem;
  }

  .md\:focus\:m-auto:focus {
    margin: auto;
  }

  .md\:focus\:m-px:focus {
    margin: 1px;
  }

  .md\:focus\:m-250px:focus {
    margin: 250px;
  }

  .md\:focus\:m-1\/2\%:focus {
    margin: 0.5%;
  }

  .md\:focus\:m-1\%:focus {
    margin: 1%;
  }

  .md\:focus\:m-2\%:focus {
    margin: 2%;
  }

  .md\:focus\:m-3\%:focus {
    margin: 3%;
  }

  .md\:focus\:m-4\%:focus {
    margin: 4%;
  }

  .md\:focus\:m-5\%:focus {
    margin: 5%;
  }

  .md\:focus\:m-10\%:focus {
    margin: 10%;
  }

  .md\:focus\:m-20\%:focus {
    margin: 20%;
  }

  .md\:focus\:m-23\%:focus {
    margin: 23%;
  }

  .md\:focus\:m-25\%:focus {
    margin: 25%;
  }

  .md\:focus\:m-26\%:focus {
    margin: 26%;
  }

  .md\:focus\:m-30\%:focus {
    margin: 30%;
  }

  .md\:focus\:m-40\%:focus {
    margin: 40%;
  }

  .md\:focus\:m-50\%:focus {
    margin: 50%;
  }

  .md\:focus\:m-60\%:focus {
    margin: 60%;
  }

  .md\:focus\:m-70\%:focus {
    margin: 70%;
  }

  .md\:focus\:m-80\%:focus {
    margin: 80%;
  }

  .md\:focus\:m-90\%:focus {
    margin: 90%;
  }

  .md\:focus\:m-95\%:focus {
    margin: 95%;
  }

  .md\:focus\:m-96\%:focus {
    margin: 96%;
  }

  .md\:focus\:m-97\%:focus {
    margin: 97%;
  }

  .md\:focus\:m-98\%:focus {
    margin: 98%;
  }

  .md\:focus\:m-99\%:focus {
    margin: 99%;
  }

  .md\:focus\:m-36vh:focus {
    margin: 36vh;
  }

  .md\:focus\:m-75vh:focus {
    margin: 75vh;
  }

  .md\:focus\:m-78vh:focus {
    margin: 78vh;
  }

  .md\:focus\:m-80vh:focus {
    margin: 80vh;
  }

  .md\:focus\:m-82vh:focus {
    margin: 82vh;
  }

  .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-7:focus {
    margin: -1.75rem;
  }

  .md\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .md\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .md\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .md\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .md\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .md\:focus\:-m-15:focus {
    margin: -3.75rem;
  }

  .md\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .md\:focus\:-m-18:focus {
    margin: -4.5rem;
  }

  .md\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .md\:focus\:-m-21:focus {
    margin: -5.25rem;
  }

  .md\:focus\:-m-22:focus {
    margin: -5.5rem;
  }

  .md\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .md\:focus\:-m-26:focus {
    margin: -6.5rem;
  }

  .md\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .md\:focus\:-m-30:focus {
    margin: -7.5rem;
  }

  .md\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .md\:focus\:-m-34:focus {
    margin: -8.5rem;
  }

  .md\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .md\:focus\:-m-38:focus {
    margin: -9.5rem;
  }

  .md\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .md\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .md\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .md\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .md\:focus\:-m-53:focus {
    margin: -13.25rem;
  }

  .md\:focus\:-m-54:focus {
    margin: -13.5rem;
  }

  .md\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .md\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .md\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .md\:focus\:-m-74:focus {
    margin: -18.5rem;
  }

  .md\:focus\:-m-76:focus {
    margin: -19rem;
  }

  .md\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .md\:focus\:-m-85:focus {
    margin: -21.25rem;
  }

  .md\:focus\:-m-100:focus {
    margin: -25rem;
  }

  .md\:focus\:-m-105:focus {
    margin: -26.25rem;
  }

  .md\:focus\:-m-107:focus {
    margin: -26.4rem;
  }

  .md\:focus\:-m-110:focus {
    margin: -27.5rem;
  }

  .md\:focus\:-m-120:focus {
    margin: -30rem;
  }

  .md\:focus\:-m-130:focus {
    margin: -38rem;
  }

  .md\:focus\:-m-px:focus {
    margin: -1px;
  }

  .md\:focus\:-m-250px:focus {
    margin: -250px;
  }

  .md\:focus\:-m-1\/2\%:focus {
    margin: -0.5%;
  }

  .md\:focus\:-m-1\%:focus {
    margin: -1%;
  }

  .md\:focus\:-m-2\%:focus {
    margin: -2%;
  }

  .md\:focus\:-m-3\%:focus {
    margin: -3%;
  }

  .md\:focus\:-m-4\%:focus {
    margin: -4%;
  }

  .md\:focus\:-m-5\%:focus {
    margin: -5%;
  }

  .md\:focus\:-m-10\%:focus {
    margin: -10%;
  }

  .md\:focus\:-m-20\%:focus {
    margin: -20%;
  }

  .md\:focus\:-m-23\%:focus {
    margin: -23%;
  }

  .md\:focus\:-m-25\%:focus {
    margin: -25%;
  }

  .md\:focus\:-m-26\%:focus {
    margin: -26%;
  }

  .md\:focus\:-m-30\%:focus {
    margin: -30%;
  }

  .md\:focus\:-m-40\%:focus {
    margin: -40%;
  }

  .md\:focus\:-m-50\%:focus {
    margin: -50%;
  }

  .md\:focus\:-m-60\%:focus {
    margin: -60%;
  }

  .md\:focus\:-m-70\%:focus {
    margin: -70%;
  }

  .md\:focus\:-m-80\%:focus {
    margin: -80%;
  }

  .md\:focus\:-m-90\%:focus {
    margin: -90%;
  }

  .md\:focus\:-m-95\%:focus {
    margin: -95%;
  }

  .md\:focus\:-m-96\%:focus {
    margin: -96%;
  }

  .md\:focus\:-m-97\%:focus {
    margin: -97%;
  }

  .md\:focus\:-m-98\%:focus {
    margin: -98%;
  }

  .md\:focus\:-m-99\%:focus {
    margin: -99%;
  }

  .md\:focus\:-m-36vh:focus {
    margin: -36vh;
  }

  .md\:focus\:-m-75vh:focus {
    margin: -75vh;
  }

  .md\:focus\:-m-78vh:focus {
    margin: -78vh;
  }

  .md\:focus\:-m-80vh:focus {
    margin: -80vh;
  }

  .md\:focus\:-m-82vh:focus {
    margin: -82vh;
  }

  .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-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:focus\:my-15:focus {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:focus\:mx-15:focus {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:focus {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:focus\:mx-18:focus {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:focus {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .md\:focus\:mx-21:focus {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .md\:focus\:my-22:focus {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:focus\:mx-22:focus {
    margin-left: 5.5rem;
    margin-right: 5.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-26:focus {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:focus\:mx-26:focus {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:focus\:my-30:focus {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:focus\:mx-30:focus {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:focus {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:focus\:mx-34:focus {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:focus\:my-38:focus {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .md\:focus\:mx-38:focus {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .md\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:focus\:my-53:focus {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .md\:focus\:mx-53:focus {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .md\:focus\:my-54:focus {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .md\:focus\:mx-54:focus {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .md\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:focus\:my-74:focus {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .md\:focus\:mx-74:focus {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .md\:focus\:my-76:focus {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .md\:focus\:mx-76:focus {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .md\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:focus\:my-85:focus {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .md\:focus\:mx-85:focus {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .md\:focus\:my-100:focus {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .md\:focus\:mx-100:focus {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .md\:focus\:my-105:focus {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .md\:focus\:mx-105:focus {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .md\:focus\:my-107:focus {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .md\:focus\:mx-107:focus {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .md\:focus\:my-110:focus {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .md\:focus\:mx-110:focus {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .md\:focus\:my-120:focus {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:focus\:mx-120:focus {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:focus\:my-130:focus {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .md\:focus\:mx-130:focus {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:focus\:mx-250px:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:focus\:my-1\/2\%:focus {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .md\:focus\:mx-1\/2\%:focus {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .md\:focus\:my-1\%:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:focus\:mx-1\%:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:focus\:my-2\%:focus {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .md\:focus\:mx-2\%:focus {
    margin-left: 2%;
    margin-right: 2%;
  }

  .md\:focus\:my-3\%:focus {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .md\:focus\:mx-3\%:focus {
    margin-left: 3%;
    margin-right: 3%;
  }

  .md\:focus\:my-4\%:focus {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .md\:focus\:mx-4\%:focus {
    margin-left: 4%;
    margin-right: 4%;
  }

  .md\:focus\:my-5\%:focus {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:focus\:mx-5\%:focus {
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:focus\:my-10\%:focus {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:focus\:mx-10\%:focus {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:focus\:my-20\%:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:focus\:mx-20\%:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:focus\:my-23\%:focus {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .md\:focus\:mx-23\%:focus {
    margin-left: 23%;
    margin-right: 23%;
  }

  .md\:focus\:my-25\%:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:focus\:mx-25\%:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:focus\:my-26\%:focus {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .md\:focus\:mx-26\%:focus {
    margin-left: 26%;
    margin-right: 26%;
  }

  .md\:focus\:my-30\%:focus {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:focus\:mx-30\%:focus {
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:focus\:my-40\%:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:focus\:mx-40\%:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:focus\:my-50\%:focus {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:focus\:mx-50\%:focus {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:focus\:my-60\%:focus {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:focus\:mx-60\%:focus {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:focus\:my-70\%:focus {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .md\:focus\:mx-70\%:focus {
    margin-left: 70%;
    margin-right: 70%;
  }

  .md\:focus\:my-80\%:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:focus\:mx-80\%:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:focus\:my-90\%:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:focus\:mx-90\%:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:focus\:my-95\%:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:focus\:mx-95\%:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:focus\:my-96\%:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:focus\:mx-96\%:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:focus\:my-97\%:focus {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .md\:focus\:mx-97\%:focus {
    margin-left: 97%;
    margin-right: 97%;
  }

  .md\:focus\:my-98\%:focus {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .md\:focus\:mx-98\%:focus {
    margin-left: 98%;
    margin-right: 98%;
  }

  .md\:focus\:my-99\%:focus {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .md\:focus\:mx-99\%:focus {
    margin-left: 99%;
    margin-right: 99%;
  }

  .md\:focus\:my-36vh:focus {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .md\:focus\:mx-36vh:focus {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .md\:focus\:my-75vh:focus {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .md\:focus\:mx-75vh:focus {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .md\:focus\:my-78vh:focus {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .md\:focus\:mx-78vh:focus {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .md\:focus\:my-80vh:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:focus\:mx-80vh:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:focus\:my-82vh:focus {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .md\:focus\:mx-82vh:focus {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:focus\:-my-15:focus {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:focus\:-mx-15:focus {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:focus {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:focus\:-mx-18:focus {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:focus {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .md\:focus\:-mx-21:focus {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .md\:focus\:-my-22:focus {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:focus\:-mx-22:focus {
    margin-left: -5.5rem;
    margin-right: -5.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-26:focus {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:focus\:-mx-26:focus {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:focus\:-my-30:focus {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:focus\:-mx-30:focus {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:focus {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:focus\:-mx-34:focus {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:focus\:-my-38:focus {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .md\:focus\:-mx-38:focus {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .md\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:focus\:-my-53:focus {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .md\:focus\:-mx-53:focus {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .md\:focus\:-my-54:focus {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .md\:focus\:-mx-54:focus {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .md\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:focus\:-my-74:focus {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .md\:focus\:-mx-74:focus {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .md\:focus\:-my-76:focus {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .md\:focus\:-mx-76:focus {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .md\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:focus\:-my-85:focus {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .md\:focus\:-mx-85:focus {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .md\:focus\:-my-100:focus {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .md\:focus\:-mx-100:focus {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .md\:focus\:-my-105:focus {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .md\:focus\:-mx-105:focus {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .md\:focus\:-my-107:focus {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .md\:focus\:-mx-107:focus {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .md\:focus\:-my-110:focus {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .md\:focus\:-mx-110:focus {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .md\:focus\:-my-120:focus {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:focus\:-mx-120:focus {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:focus\:-my-130:focus {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .md\:focus\:-mx-130:focus {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .md\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:focus\:-my-250px:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:focus\:-mx-250px:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:focus\:-my-1\/2\%:focus {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .md\:focus\:-mx-1\/2\%:focus {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .md\:focus\:-my-1\%:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:focus\:-mx-1\%:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:focus\:-my-2\%:focus {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .md\:focus\:-mx-2\%:focus {
    margin-left: -2%;
    margin-right: -2%;
  }

  .md\:focus\:-my-3\%:focus {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .md\:focus\:-mx-3\%:focus {
    margin-left: -3%;
    margin-right: -3%;
  }

  .md\:focus\:-my-4\%:focus {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .md\:focus\:-mx-4\%:focus {
    margin-left: -4%;
    margin-right: -4%;
  }

  .md\:focus\:-my-5\%:focus {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .md\:focus\:-mx-5\%:focus {
    margin-left: -5%;
    margin-right: -5%;
  }

  .md\:focus\:-my-10\%:focus {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md\:focus\:-mx-10\%:focus {
    margin-left: -10%;
    margin-right: -10%;
  }

  .md\:focus\:-my-20\%:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:focus\:-mx-20\%:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:focus\:-my-23\%:focus {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .md\:focus\:-mx-23\%:focus {
    margin-left: -23%;
    margin-right: -23%;
  }

  .md\:focus\:-my-25\%:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:focus\:-mx-25\%:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:focus\:-my-26\%:focus {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .md\:focus\:-mx-26\%:focus {
    margin-left: -26%;
    margin-right: -26%;
  }

  .md\:focus\:-my-30\%:focus {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .md\:focus\:-mx-30\%:focus {
    margin-left: -30%;
    margin-right: -30%;
  }

  .md\:focus\:-my-40\%:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:focus\:-mx-40\%:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:focus\:-my-50\%:focus {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:focus\:-mx-50\%:focus {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:focus\:-my-60\%:focus {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:focus\:-mx-60\%:focus {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:focus\:-my-70\%:focus {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .md\:focus\:-mx-70\%:focus {
    margin-left: -70%;
    margin-right: -70%;
  }

  .md\:focus\:-my-80\%:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:focus\:-mx-80\%:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:focus\:-my-90\%:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:focus\:-mx-90\%:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:focus\:-my-95\%:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:focus\:-mx-95\%:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:focus\:-my-96\%:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:focus\:-mx-96\%:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:focus\:-my-97\%:focus {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .md\:focus\:-mx-97\%:focus {
    margin-left: -97%;
    margin-right: -97%;
  }

  .md\:focus\:-my-98\%:focus {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .md\:focus\:-mx-98\%:focus {
    margin-left: -98%;
    margin-right: -98%;
  }

  .md\:focus\:-my-99\%:focus {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .md\:focus\:-mx-99\%:focus {
    margin-left: -99%;
    margin-right: -99%;
  }

  .md\:focus\:-my-36vh:focus {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .md\:focus\:-mx-36vh:focus {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .md\:focus\:-my-75vh:focus {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .md\:focus\:-mx-75vh:focus {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .md\:focus\:-my-78vh:focus {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .md\:focus\:-mx-78vh:focus {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .md\:focus\:-my-80vh:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:focus\:-mx-80vh:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:focus\:-my-82vh:focus {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .md\:focus\:-mx-82vh:focus {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:focus {
    margin-top: 1.75rem;
  }

  .md\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .md\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .md\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .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-9:focus {
    margin-top: 2.25rem;
  }

  .md\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .md\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .md\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .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-14:focus {
    margin-top: 3.5rem;
  }

  .md\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .md\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .md\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .md\:focus\:mt-15:focus {
    margin-top: 3.75rem;
  }

  .md\:focus\:mr-15:focus {
    margin-right: 3.75rem;
  }

  .md\:focus\:mb-15:focus {
    margin-bottom: 3.75rem;
  }

  .md\:focus\:ml-15:focus {
    margin-left: 3.75rem;
  }

  .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-18:focus {
    margin-top: 4.5rem;
  }

  .md\:focus\:mr-18:focus {
    margin-right: 4.5rem;
  }

  .md\:focus\:mb-18:focus {
    margin-bottom: 4.5rem;
  }

  .md\:focus\:ml-18:focus {
    margin-left: 4.5rem;
  }

  .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-21:focus {
    margin-top: 5.25rem;
  }

  .md\:focus\:mr-21:focus {
    margin-right: 5.25rem;
  }

  .md\:focus\:mb-21:focus {
    margin-bottom: 5.25rem;
  }

  .md\:focus\:ml-21:focus {
    margin-left: 5.25rem;
  }

  .md\:focus\:mt-22:focus {
    margin-top: 5.5rem;
  }

  .md\:focus\:mr-22:focus {
    margin-right: 5.5rem;
  }

  .md\:focus\:mb-22:focus {
    margin-bottom: 5.5rem;
  }

  .md\:focus\:ml-22:focus {
    margin-left: 5.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-26:focus {
    margin-top: 6.5rem;
  }

  .md\:focus\:mr-26:focus {
    margin-right: 6.5rem;
  }

  .md\:focus\:mb-26:focus {
    margin-bottom: 6.5rem;
  }

  .md\:focus\:ml-26:focus {
    margin-left: 6.5rem;
  }

  .md\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .md\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .md\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .md\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .md\:focus\:mt-30:focus {
    margin-top: 7.5rem;
  }

  .md\:focus\:mr-30:focus {
    margin-right: 7.5rem;
  }

  .md\:focus\:mb-30:focus {
    margin-bottom: 7.5rem;
  }

  .md\:focus\:ml-30:focus {
    margin-left: 7.5rem;
  }

  .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-34:focus {
    margin-top: 8.5rem;
  }

  .md\:focus\:mr-34:focus {
    margin-right: 8.5rem;
  }

  .md\:focus\:mb-34:focus {
    margin-bottom: 8.5rem;
  }

  .md\:focus\:ml-34:focus {
    margin-left: 8.5rem;
  }

  .md\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .md\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .md\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .md\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .md\:focus\:mt-38:focus {
    margin-top: 9.5rem;
  }

  .md\:focus\:mr-38:focus {
    margin-right: 9.5rem;
  }

  .md\:focus\:mb-38:focus {
    margin-bottom: 9.5rem;
  }

  .md\:focus\:ml-38:focus {
    margin-left: 9.5rem;
  }

  .md\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .md\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .md\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .md\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .md\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .md\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .md\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .md\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .md\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .md\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .md\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .md\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .md\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .md\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .md\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .md\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .md\:focus\:mt-53:focus {
    margin-top: 13.25rem;
  }

  .md\:focus\:mr-53:focus {
    margin-right: 13.25rem;
  }

  .md\:focus\:mb-53:focus {
    margin-bottom: 13.25rem;
  }

  .md\:focus\:ml-53:focus {
    margin-left: 13.25rem;
  }

  .md\:focus\:mt-54:focus {
    margin-top: 13.5rem;
  }

  .md\:focus\:mr-54:focus {
    margin-right: 13.5rem;
  }

  .md\:focus\:mb-54:focus {
    margin-bottom: 13.5rem;
  }

  .md\:focus\:ml-54:focus {
    margin-left: 13.5rem;
  }

  .md\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .md\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .md\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .md\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .md\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .md\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .md\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .md\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .md\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .md\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .md\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .md\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .md\:focus\:mt-74:focus {
    margin-top: 18.5rem;
  }

  .md\:focus\:mr-74:focus {
    margin-right: 18.5rem;
  }

  .md\:focus\:mb-74:focus {
    margin-bottom: 18.5rem;
  }

  .md\:focus\:ml-74:focus {
    margin-left: 18.5rem;
  }

  .md\:focus\:mt-76:focus {
    margin-top: 19rem;
  }

  .md\:focus\:mr-76:focus {
    margin-right: 19rem;
  }

  .md\:focus\:mb-76:focus {
    margin-bottom: 19rem;
  }

  .md\:focus\:ml-76:focus {
    margin-left: 19rem;
  }

  .md\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .md\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .md\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .md\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .md\:focus\:mt-85:focus {
    margin-top: 21.25rem;
  }

  .md\:focus\:mr-85:focus {
    margin-right: 21.25rem;
  }

  .md\:focus\:mb-85:focus {
    margin-bottom: 21.25rem;
  }

  .md\:focus\:ml-85:focus {
    margin-left: 21.25rem;
  }

  .md\:focus\:mt-100:focus {
    margin-top: 25rem;
  }

  .md\:focus\:mr-100:focus {
    margin-right: 25rem;
  }

  .md\:focus\:mb-100:focus {
    margin-bottom: 25rem;
  }

  .md\:focus\:ml-100:focus {
    margin-left: 25rem;
  }

  .md\:focus\:mt-105:focus {
    margin-top: 26.25rem;
  }

  .md\:focus\:mr-105:focus {
    margin-right: 26.25rem;
  }

  .md\:focus\:mb-105:focus {
    margin-bottom: 26.25rem;
  }

  .md\:focus\:ml-105:focus {
    margin-left: 26.25rem;
  }

  .md\:focus\:mt-107:focus {
    margin-top: 26.4rem;
  }

  .md\:focus\:mr-107:focus {
    margin-right: 26.4rem;
  }

  .md\:focus\:mb-107:focus {
    margin-bottom: 26.4rem;
  }

  .md\:focus\:ml-107:focus {
    margin-left: 26.4rem;
  }

  .md\:focus\:mt-110:focus {
    margin-top: 27.5rem;
  }

  .md\:focus\:mr-110:focus {
    margin-right: 27.5rem;
  }

  .md\:focus\:mb-110:focus {
    margin-bottom: 27.5rem;
  }

  .md\:focus\:ml-110:focus {
    margin-left: 27.5rem;
  }

  .md\:focus\:mt-120:focus {
    margin-top: 30rem;
  }

  .md\:focus\:mr-120:focus {
    margin-right: 30rem;
  }

  .md\:focus\:mb-120:focus {
    margin-bottom: 30rem;
  }

  .md\:focus\:ml-120:focus {
    margin-left: 30rem;
  }

  .md\:focus\:mt-130:focus {
    margin-top: 38rem;
  }

  .md\:focus\:mr-130:focus {
    margin-right: 38rem;
  }

  .md\:focus\:mb-130:focus {
    margin-bottom: 38rem;
  }

  .md\:focus\:ml-130:focus {
    margin-left: 38rem;
  }

  .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\:focus\:mt-250px:focus {
    margin-top: 250px;
  }

  .md\:focus\:mr-250px:focus {
    margin-right: 250px;
  }

  .md\:focus\:mb-250px:focus {
    margin-bottom: 250px;
  }

  .md\:focus\:ml-250px:focus {
    margin-left: 250px;
  }

  .md\:focus\:mt-1\/2\%:focus {
    margin-top: 0.5%;
  }

  .md\:focus\:mr-1\/2\%:focus {
    margin-right: 0.5%;
  }

  .md\:focus\:mb-1\/2\%:focus {
    margin-bottom: 0.5%;
  }

  .md\:focus\:ml-1\/2\%:focus {
    margin-left: 0.5%;
  }

  .md\:focus\:mt-1\%:focus {
    margin-top: 1%;
  }

  .md\:focus\:mr-1\%:focus {
    margin-right: 1%;
  }

  .md\:focus\:mb-1\%:focus {
    margin-bottom: 1%;
  }

  .md\:focus\:ml-1\%:focus {
    margin-left: 1%;
  }

  .md\:focus\:mt-2\%:focus {
    margin-top: 2%;
  }

  .md\:focus\:mr-2\%:focus {
    margin-right: 2%;
  }

  .md\:focus\:mb-2\%:focus {
    margin-bottom: 2%;
  }

  .md\:focus\:ml-2\%:focus {
    margin-left: 2%;
  }

  .md\:focus\:mt-3\%:focus {
    margin-top: 3%;
  }

  .md\:focus\:mr-3\%:focus {
    margin-right: 3%;
  }

  .md\:focus\:mb-3\%:focus {
    margin-bottom: 3%;
  }

  .md\:focus\:ml-3\%:focus {
    margin-left: 3%;
  }

  .md\:focus\:mt-4\%:focus {
    margin-top: 4%;
  }

  .md\:focus\:mr-4\%:focus {
    margin-right: 4%;
  }

  .md\:focus\:mb-4\%:focus {
    margin-bottom: 4%;
  }

  .md\:focus\:ml-4\%:focus {
    margin-left: 4%;
  }

  .md\:focus\:mt-5\%:focus {
    margin-top: 5%;
  }

  .md\:focus\:mr-5\%:focus {
    margin-right: 5%;
  }

  .md\:focus\:mb-5\%:focus {
    margin-bottom: 5%;
  }

  .md\:focus\:ml-5\%:focus {
    margin-left: 5%;
  }

  .md\:focus\:mt-10\%:focus {
    margin-top: 10%;
  }

  .md\:focus\:mr-10\%:focus {
    margin-right: 10%;
  }

  .md\:focus\:mb-10\%:focus {
    margin-bottom: 10%;
  }

  .md\:focus\:ml-10\%:focus {
    margin-left: 10%;
  }

  .md\:focus\:mt-20\%:focus {
    margin-top: 20%;
  }

  .md\:focus\:mr-20\%:focus {
    margin-right: 20%;
  }

  .md\:focus\:mb-20\%:focus {
    margin-bottom: 20%;
  }

  .md\:focus\:ml-20\%:focus {
    margin-left: 20%;
  }

  .md\:focus\:mt-23\%:focus {
    margin-top: 23%;
  }

  .md\:focus\:mr-23\%:focus {
    margin-right: 23%;
  }

  .md\:focus\:mb-23\%:focus {
    margin-bottom: 23%;
  }

  .md\:focus\:ml-23\%:focus {
    margin-left: 23%;
  }

  .md\:focus\:mt-25\%:focus {
    margin-top: 25%;
  }

  .md\:focus\:mr-25\%:focus {
    margin-right: 25%;
  }

  .md\:focus\:mb-25\%:focus {
    margin-bottom: 25%;
  }

  .md\:focus\:ml-25\%:focus {
    margin-left: 25%;
  }

  .md\:focus\:mt-26\%:focus {
    margin-top: 26%;
  }

  .md\:focus\:mr-26\%:focus {
    margin-right: 26%;
  }

  .md\:focus\:mb-26\%:focus {
    margin-bottom: 26%;
  }

  .md\:focus\:ml-26\%:focus {
    margin-left: 26%;
  }

  .md\:focus\:mt-30\%:focus {
    margin-top: 30%;
  }

  .md\:focus\:mr-30\%:focus {
    margin-right: 30%;
  }

  .md\:focus\:mb-30\%:focus {
    margin-bottom: 30%;
  }

  .md\:focus\:ml-30\%:focus {
    margin-left: 30%;
  }

  .md\:focus\:mt-40\%:focus {
    margin-top: 40%;
  }

  .md\:focus\:mr-40\%:focus {
    margin-right: 40%;
  }

  .md\:focus\:mb-40\%:focus {
    margin-bottom: 40%;
  }

  .md\:focus\:ml-40\%:focus {
    margin-left: 40%;
  }

  .md\:focus\:mt-50\%:focus {
    margin-top: 50%;
  }

  .md\:focus\:mr-50\%:focus {
    margin-right: 50%;
  }

  .md\:focus\:mb-50\%:focus {
    margin-bottom: 50%;
  }

  .md\:focus\:ml-50\%:focus {
    margin-left: 50%;
  }

  .md\:focus\:mt-60\%:focus {
    margin-top: 60%;
  }

  .md\:focus\:mr-60\%:focus {
    margin-right: 60%;
  }

  .md\:focus\:mb-60\%:focus {
    margin-bottom: 60%;
  }

  .md\:focus\:ml-60\%:focus {
    margin-left: 60%;
  }

  .md\:focus\:mt-70\%:focus {
    margin-top: 70%;
  }

  .md\:focus\:mr-70\%:focus {
    margin-right: 70%;
  }

  .md\:focus\:mb-70\%:focus {
    margin-bottom: 70%;
  }

  .md\:focus\:ml-70\%:focus {
    margin-left: 70%;
  }

  .md\:focus\:mt-80\%:focus {
    margin-top: 80%;
  }

  .md\:focus\:mr-80\%:focus {
    margin-right: 80%;
  }

  .md\:focus\:mb-80\%:focus {
    margin-bottom: 80%;
  }

  .md\:focus\:ml-80\%:focus {
    margin-left: 80%;
  }

  .md\:focus\:mt-90\%:focus {
    margin-top: 90%;
  }

  .md\:focus\:mr-90\%:focus {
    margin-right: 90%;
  }

  .md\:focus\:mb-90\%:focus {
    margin-bottom: 90%;
  }

  .md\:focus\:ml-90\%:focus {
    margin-left: 90%;
  }

  .md\:focus\:mt-95\%:focus {
    margin-top: 95%;
  }

  .md\:focus\:mr-95\%:focus {
    margin-right: 95%;
  }

  .md\:focus\:mb-95\%:focus {
    margin-bottom: 95%;
  }

  .md\:focus\:ml-95\%:focus {
    margin-left: 95%;
  }

  .md\:focus\:mt-96\%:focus {
    margin-top: 96%;
  }

  .md\:focus\:mr-96\%:focus {
    margin-right: 96%;
  }

  .md\:focus\:mb-96\%:focus {
    margin-bottom: 96%;
  }

  .md\:focus\:ml-96\%:focus {
    margin-left: 96%;
  }

  .md\:focus\:mt-97\%:focus {
    margin-top: 97%;
  }

  .md\:focus\:mr-97\%:focus {
    margin-right: 97%;
  }

  .md\:focus\:mb-97\%:focus {
    margin-bottom: 97%;
  }

  .md\:focus\:ml-97\%:focus {
    margin-left: 97%;
  }

  .md\:focus\:mt-98\%:focus {
    margin-top: 98%;
  }

  .md\:focus\:mr-98\%:focus {
    margin-right: 98%;
  }

  .md\:focus\:mb-98\%:focus {
    margin-bottom: 98%;
  }

  .md\:focus\:ml-98\%:focus {
    margin-left: 98%;
  }

  .md\:focus\:mt-99\%:focus {
    margin-top: 99%;
  }

  .md\:focus\:mr-99\%:focus {
    margin-right: 99%;
  }

  .md\:focus\:mb-99\%:focus {
    margin-bottom: 99%;
  }

  .md\:focus\:ml-99\%:focus {
    margin-left: 99%;
  }

  .md\:focus\:mt-36vh:focus {
    margin-top: 36vh;
  }

  .md\:focus\:mr-36vh:focus {
    margin-right: 36vh;
  }

  .md\:focus\:mb-36vh:focus {
    margin-bottom: 36vh;
  }

  .md\:focus\:ml-36vh:focus {
    margin-left: 36vh;
  }

  .md\:focus\:mt-75vh:focus {
    margin-top: 75vh;
  }

  .md\:focus\:mr-75vh:focus {
    margin-right: 75vh;
  }

  .md\:focus\:mb-75vh:focus {
    margin-bottom: 75vh;
  }

  .md\:focus\:ml-75vh:focus {
    margin-left: 75vh;
  }

  .md\:focus\:mt-78vh:focus {
    margin-top: 78vh;
  }

  .md\:focus\:mr-78vh:focus {
    margin-right: 78vh;
  }

  .md\:focus\:mb-78vh:focus {
    margin-bottom: 78vh;
  }

  .md\:focus\:ml-78vh:focus {
    margin-left: 78vh;
  }

  .md\:focus\:mt-80vh:focus {
    margin-top: 80vh;
  }

  .md\:focus\:mr-80vh:focus {
    margin-right: 80vh;
  }

  .md\:focus\:mb-80vh:focus {
    margin-bottom: 80vh;
  }

  .md\:focus\:ml-80vh:focus {
    margin-left: 80vh;
  }

  .md\:focus\:mt-82vh:focus {
    margin-top: 82vh;
  }

  .md\:focus\:mr-82vh:focus {
    margin-right: 82vh;
  }

  .md\:focus\:mb-82vh:focus {
    margin-bottom: 82vh;
  }

  .md\:focus\:ml-82vh:focus {
    margin-left: 82vh;
  }

  .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-7:focus {
    margin-top: -1.75rem;
  }

  .md\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .md\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .md\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .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-9:focus {
    margin-top: -2.25rem;
  }

  .md\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .md\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .md\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .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-14:focus {
    margin-top: -3.5rem;
  }

  .md\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .md\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .md\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .md\:focus\:-mt-15:focus {
    margin-top: -3.75rem;
  }

  .md\:focus\:-mr-15:focus {
    margin-right: -3.75rem;
  }

  .md\:focus\:-mb-15:focus {
    margin-bottom: -3.75rem;
  }

  .md\:focus\:-ml-15:focus {
    margin-left: -3.75rem;
  }

  .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-18:focus {
    margin-top: -4.5rem;
  }

  .md\:focus\:-mr-18:focus {
    margin-right: -4.5rem;
  }

  .md\:focus\:-mb-18:focus {
    margin-bottom: -4.5rem;
  }

  .md\:focus\:-ml-18:focus {
    margin-left: -4.5rem;
  }

  .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-21:focus {
    margin-top: -5.25rem;
  }

  .md\:focus\:-mr-21:focus {
    margin-right: -5.25rem;
  }

  .md\:focus\:-mb-21:focus {
    margin-bottom: -5.25rem;
  }

  .md\:focus\:-ml-21:focus {
    margin-left: -5.25rem;
  }

  .md\:focus\:-mt-22:focus {
    margin-top: -5.5rem;
  }

  .md\:focus\:-mr-22:focus {
    margin-right: -5.5rem;
  }

  .md\:focus\:-mb-22:focus {
    margin-bottom: -5.5rem;
  }

  .md\:focus\:-ml-22:focus {
    margin-left: -5.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-26:focus {
    margin-top: -6.5rem;
  }

  .md\:focus\:-mr-26:focus {
    margin-right: -6.5rem;
  }

  .md\:focus\:-mb-26:focus {
    margin-bottom: -6.5rem;
  }

  .md\:focus\:-ml-26:focus {
    margin-left: -6.5rem;
  }

  .md\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .md\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .md\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .md\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .md\:focus\:-mt-30:focus {
    margin-top: -7.5rem;
  }

  .md\:focus\:-mr-30:focus {
    margin-right: -7.5rem;
  }

  .md\:focus\:-mb-30:focus {
    margin-bottom: -7.5rem;
  }

  .md\:focus\:-ml-30:focus {
    margin-left: -7.5rem;
  }

  .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-34:focus {
    margin-top: -8.5rem;
  }

  .md\:focus\:-mr-34:focus {
    margin-right: -8.5rem;
  }

  .md\:focus\:-mb-34:focus {
    margin-bottom: -8.5rem;
  }

  .md\:focus\:-ml-34:focus {
    margin-left: -8.5rem;
  }

  .md\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .md\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .md\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .md\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .md\:focus\:-mt-38:focus {
    margin-top: -9.5rem;
  }

  .md\:focus\:-mr-38:focus {
    margin-right: -9.5rem;
  }

  .md\:focus\:-mb-38:focus {
    margin-bottom: -9.5rem;
  }

  .md\:focus\:-ml-38:focus {
    margin-left: -9.5rem;
  }

  .md\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .md\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .md\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .md\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .md\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .md\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .md\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .md\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .md\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .md\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .md\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .md\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .md\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .md\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .md\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .md\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .md\:focus\:-mt-53:focus {
    margin-top: -13.25rem;
  }

  .md\:focus\:-mr-53:focus {
    margin-right: -13.25rem;
  }

  .md\:focus\:-mb-53:focus {
    margin-bottom: -13.25rem;
  }

  .md\:focus\:-ml-53:focus {
    margin-left: -13.25rem;
  }

  .md\:focus\:-mt-54:focus {
    margin-top: -13.5rem;
  }

  .md\:focus\:-mr-54:focus {
    margin-right: -13.5rem;
  }

  .md\:focus\:-mb-54:focus {
    margin-bottom: -13.5rem;
  }

  .md\:focus\:-ml-54:focus {
    margin-left: -13.5rem;
  }

  .md\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .md\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .md\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .md\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .md\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .md\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .md\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .md\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .md\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .md\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .md\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .md\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .md\:focus\:-mt-74:focus {
    margin-top: -18.5rem;
  }

  .md\:focus\:-mr-74:focus {
    margin-right: -18.5rem;
  }

  .md\:focus\:-mb-74:focus {
    margin-bottom: -18.5rem;
  }

  .md\:focus\:-ml-74:focus {
    margin-left: -18.5rem;
  }

  .md\:focus\:-mt-76:focus {
    margin-top: -19rem;
  }

  .md\:focus\:-mr-76:focus {
    margin-right: -19rem;
  }

  .md\:focus\:-mb-76:focus {
    margin-bottom: -19rem;
  }

  .md\:focus\:-ml-76:focus {
    margin-left: -19rem;
  }

  .md\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .md\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .md\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .md\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .md\:focus\:-mt-85:focus {
    margin-top: -21.25rem;
  }

  .md\:focus\:-mr-85:focus {
    margin-right: -21.25rem;
  }

  .md\:focus\:-mb-85:focus {
    margin-bottom: -21.25rem;
  }

  .md\:focus\:-ml-85:focus {
    margin-left: -21.25rem;
  }

  .md\:focus\:-mt-100:focus {
    margin-top: -25rem;
  }

  .md\:focus\:-mr-100:focus {
    margin-right: -25rem;
  }

  .md\:focus\:-mb-100:focus {
    margin-bottom: -25rem;
  }

  .md\:focus\:-ml-100:focus {
    margin-left: -25rem;
  }

  .md\:focus\:-mt-105:focus {
    margin-top: -26.25rem;
  }

  .md\:focus\:-mr-105:focus {
    margin-right: -26.25rem;
  }

  .md\:focus\:-mb-105:focus {
    margin-bottom: -26.25rem;
  }

  .md\:focus\:-ml-105:focus {
    margin-left: -26.25rem;
  }

  .md\:focus\:-mt-107:focus {
    margin-top: -26.4rem;
  }

  .md\:focus\:-mr-107:focus {
    margin-right: -26.4rem;
  }

  .md\:focus\:-mb-107:focus {
    margin-bottom: -26.4rem;
  }

  .md\:focus\:-ml-107:focus {
    margin-left: -26.4rem;
  }

  .md\:focus\:-mt-110:focus {
    margin-top: -27.5rem;
  }

  .md\:focus\:-mr-110:focus {
    margin-right: -27.5rem;
  }

  .md\:focus\:-mb-110:focus {
    margin-bottom: -27.5rem;
  }

  .md\:focus\:-ml-110:focus {
    margin-left: -27.5rem;
  }

  .md\:focus\:-mt-120:focus {
    margin-top: -30rem;
  }

  .md\:focus\:-mr-120:focus {
    margin-right: -30rem;
  }

  .md\:focus\:-mb-120:focus {
    margin-bottom: -30rem;
  }

  .md\:focus\:-ml-120:focus {
    margin-left: -30rem;
  }

  .md\:focus\:-mt-130:focus {
    margin-top: -38rem;
  }

  .md\:focus\:-mr-130:focus {
    margin-right: -38rem;
  }

  .md\:focus\:-mb-130:focus {
    margin-bottom: -38rem;
  }

  .md\:focus\:-ml-130:focus {
    margin-left: -38rem;
  }

  .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\:focus\:-mt-250px:focus {
    margin-top: -250px;
  }

  .md\:focus\:-mr-250px:focus {
    margin-right: -250px;
  }

  .md\:focus\:-mb-250px:focus {
    margin-bottom: -250px;
  }

  .md\:focus\:-ml-250px:focus {
    margin-left: -250px;
  }

  .md\:focus\:-mt-1\/2\%:focus {
    margin-top: -0.5%;
  }

  .md\:focus\:-mr-1\/2\%:focus {
    margin-right: -0.5%;
  }

  .md\:focus\:-mb-1\/2\%:focus {
    margin-bottom: -0.5%;
  }

  .md\:focus\:-ml-1\/2\%:focus {
    margin-left: -0.5%;
  }

  .md\:focus\:-mt-1\%:focus {
    margin-top: -1%;
  }

  .md\:focus\:-mr-1\%:focus {
    margin-right: -1%;
  }

  .md\:focus\:-mb-1\%:focus {
    margin-bottom: -1%;
  }

  .md\:focus\:-ml-1\%:focus {
    margin-left: -1%;
  }

  .md\:focus\:-mt-2\%:focus {
    margin-top: -2%;
  }

  .md\:focus\:-mr-2\%:focus {
    margin-right: -2%;
  }

  .md\:focus\:-mb-2\%:focus {
    margin-bottom: -2%;
  }

  .md\:focus\:-ml-2\%:focus {
    margin-left: -2%;
  }

  .md\:focus\:-mt-3\%:focus {
    margin-top: -3%;
  }

  .md\:focus\:-mr-3\%:focus {
    margin-right: -3%;
  }

  .md\:focus\:-mb-3\%:focus {
    margin-bottom: -3%;
  }

  .md\:focus\:-ml-3\%:focus {
    margin-left: -3%;
  }

  .md\:focus\:-mt-4\%:focus {
    margin-top: -4%;
  }

  .md\:focus\:-mr-4\%:focus {
    margin-right: -4%;
  }

  .md\:focus\:-mb-4\%:focus {
    margin-bottom: -4%;
  }

  .md\:focus\:-ml-4\%:focus {
    margin-left: -4%;
  }

  .md\:focus\:-mt-5\%:focus {
    margin-top: -5%;
  }

  .md\:focus\:-mr-5\%:focus {
    margin-right: -5%;
  }

  .md\:focus\:-mb-5\%:focus {
    margin-bottom: -5%;
  }

  .md\:focus\:-ml-5\%:focus {
    margin-left: -5%;
  }

  .md\:focus\:-mt-10\%:focus {
    margin-top: -10%;
  }

  .md\:focus\:-mr-10\%:focus {
    margin-right: -10%;
  }

  .md\:focus\:-mb-10\%:focus {
    margin-bottom: -10%;
  }

  .md\:focus\:-ml-10\%:focus {
    margin-left: -10%;
  }

  .md\:focus\:-mt-20\%:focus {
    margin-top: -20%;
  }

  .md\:focus\:-mr-20\%:focus {
    margin-right: -20%;
  }

  .md\:focus\:-mb-20\%:focus {
    margin-bottom: -20%;
  }

  .md\:focus\:-ml-20\%:focus {
    margin-left: -20%;
  }

  .md\:focus\:-mt-23\%:focus {
    margin-top: -23%;
  }

  .md\:focus\:-mr-23\%:focus {
    margin-right: -23%;
  }

  .md\:focus\:-mb-23\%:focus {
    margin-bottom: -23%;
  }

  .md\:focus\:-ml-23\%:focus {
    margin-left: -23%;
  }

  .md\:focus\:-mt-25\%:focus {
    margin-top: -25%;
  }

  .md\:focus\:-mr-25\%:focus {
    margin-right: -25%;
  }

  .md\:focus\:-mb-25\%:focus {
    margin-bottom: -25%;
  }

  .md\:focus\:-ml-25\%:focus {
    margin-left: -25%;
  }

  .md\:focus\:-mt-26\%:focus {
    margin-top: -26%;
  }

  .md\:focus\:-mr-26\%:focus {
    margin-right: -26%;
  }

  .md\:focus\:-mb-26\%:focus {
    margin-bottom: -26%;
  }

  .md\:focus\:-ml-26\%:focus {
    margin-left: -26%;
  }

  .md\:focus\:-mt-30\%:focus {
    margin-top: -30%;
  }

  .md\:focus\:-mr-30\%:focus {
    margin-right: -30%;
  }

  .md\:focus\:-mb-30\%:focus {
    margin-bottom: -30%;
  }

  .md\:focus\:-ml-30\%:focus {
    margin-left: -30%;
  }

  .md\:focus\:-mt-40\%:focus {
    margin-top: -40%;
  }

  .md\:focus\:-mr-40\%:focus {
    margin-right: -40%;
  }

  .md\:focus\:-mb-40\%:focus {
    margin-bottom: -40%;
  }

  .md\:focus\:-ml-40\%:focus {
    margin-left: -40%;
  }

  .md\:focus\:-mt-50\%:focus {
    margin-top: -50%;
  }

  .md\:focus\:-mr-50\%:focus {
    margin-right: -50%;
  }

  .md\:focus\:-mb-50\%:focus {
    margin-bottom: -50%;
  }

  .md\:focus\:-ml-50\%:focus {
    margin-left: -50%;
  }

  .md\:focus\:-mt-60\%:focus {
    margin-top: -60%;
  }

  .md\:focus\:-mr-60\%:focus {
    margin-right: -60%;
  }

  .md\:focus\:-mb-60\%:focus {
    margin-bottom: -60%;
  }

  .md\:focus\:-ml-60\%:focus {
    margin-left: -60%;
  }

  .md\:focus\:-mt-70\%:focus {
    margin-top: -70%;
  }

  .md\:focus\:-mr-70\%:focus {
    margin-right: -70%;
  }

  .md\:focus\:-mb-70\%:focus {
    margin-bottom: -70%;
  }

  .md\:focus\:-ml-70\%:focus {
    margin-left: -70%;
  }

  .md\:focus\:-mt-80\%:focus {
    margin-top: -80%;
  }

  .md\:focus\:-mr-80\%:focus {
    margin-right: -80%;
  }

  .md\:focus\:-mb-80\%:focus {
    margin-bottom: -80%;
  }

  .md\:focus\:-ml-80\%:focus {
    margin-left: -80%;
  }

  .md\:focus\:-mt-90\%:focus {
    margin-top: -90%;
  }

  .md\:focus\:-mr-90\%:focus {
    margin-right: -90%;
  }

  .md\:focus\:-mb-90\%:focus {
    margin-bottom: -90%;
  }

  .md\:focus\:-ml-90\%:focus {
    margin-left: -90%;
  }

  .md\:focus\:-mt-95\%:focus {
    margin-top: -95%;
  }

  .md\:focus\:-mr-95\%:focus {
    margin-right: -95%;
  }

  .md\:focus\:-mb-95\%:focus {
    margin-bottom: -95%;
  }

  .md\:focus\:-ml-95\%:focus {
    margin-left: -95%;
  }

  .md\:focus\:-mt-96\%:focus {
    margin-top: -96%;
  }

  .md\:focus\:-mr-96\%:focus {
    margin-right: -96%;
  }

  .md\:focus\:-mb-96\%:focus {
    margin-bottom: -96%;
  }

  .md\:focus\:-ml-96\%:focus {
    margin-left: -96%;
  }

  .md\:focus\:-mt-97\%:focus {
    margin-top: -97%;
  }

  .md\:focus\:-mr-97\%:focus {
    margin-right: -97%;
  }

  .md\:focus\:-mb-97\%:focus {
    margin-bottom: -97%;
  }

  .md\:focus\:-ml-97\%:focus {
    margin-left: -97%;
  }

  .md\:focus\:-mt-98\%:focus {
    margin-top: -98%;
  }

  .md\:focus\:-mr-98\%:focus {
    margin-right: -98%;
  }

  .md\:focus\:-mb-98\%:focus {
    margin-bottom: -98%;
  }

  .md\:focus\:-ml-98\%:focus {
    margin-left: -98%;
  }

  .md\:focus\:-mt-99\%:focus {
    margin-top: -99%;
  }

  .md\:focus\:-mr-99\%:focus {
    margin-right: -99%;
  }

  .md\:focus\:-mb-99\%:focus {
    margin-bottom: -99%;
  }

  .md\:focus\:-ml-99\%:focus {
    margin-left: -99%;
  }

  .md\:focus\:-mt-36vh:focus {
    margin-top: -36vh;
  }

  .md\:focus\:-mr-36vh:focus {
    margin-right: -36vh;
  }

  .md\:focus\:-mb-36vh:focus {
    margin-bottom: -36vh;
  }

  .md\:focus\:-ml-36vh:focus {
    margin-left: -36vh;
  }

  .md\:focus\:-mt-75vh:focus {
    margin-top: -75vh;
  }

  .md\:focus\:-mr-75vh:focus {
    margin-right: -75vh;
  }

  .md\:focus\:-mb-75vh:focus {
    margin-bottom: -75vh;
  }

  .md\:focus\:-ml-75vh:focus {
    margin-left: -75vh;
  }

  .md\:focus\:-mt-78vh:focus {
    margin-top: -78vh;
  }

  .md\:focus\:-mr-78vh:focus {
    margin-right: -78vh;
  }

  .md\:focus\:-mb-78vh:focus {
    margin-bottom: -78vh;
  }

  .md\:focus\:-ml-78vh:focus {
    margin-left: -78vh;
  }

  .md\:focus\:-mt-80vh:focus {
    margin-top: -80vh;
  }

  .md\:focus\:-mr-80vh:focus {
    margin-right: -80vh;
  }

  .md\:focus\:-mb-80vh:focus {
    margin-bottom: -80vh;
  }

  .md\:focus\:-ml-80vh:focus {
    margin-left: -80vh;
  }

  .md\:focus\:-mt-82vh:focus {
    margin-top: -82vh;
  }

  .md\:focus\:-mr-82vh:focus {
    margin-right: -82vh;
  }

  .md\:focus\:-mb-82vh:focus {
    margin-bottom: -82vh;
  }

  .md\:focus\:-ml-82vh:focus {
    margin-left: -82vh;
  }

  .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-7:focus-within {
    margin: 1.75rem;
  }

  .md\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .md\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .md\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .md\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .md\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .md\:focus-within\:m-15:focus-within {
    margin: 3.75rem;
  }

  .md\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .md\:focus-within\:m-18:focus-within {
    margin: 4.5rem;
  }

  .md\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .md\:focus-within\:m-21:focus-within {
    margin: 5.25rem;
  }

  .md\:focus-within\:m-22:focus-within {
    margin: 5.5rem;
  }

  .md\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .md\:focus-within\:m-26:focus-within {
    margin: 6.5rem;
  }

  .md\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .md\:focus-within\:m-30:focus-within {
    margin: 7.5rem;
  }

  .md\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .md\:focus-within\:m-34:focus-within {
    margin: 8.5rem;
  }

  .md\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .md\:focus-within\:m-38:focus-within {
    margin: 9.5rem;
  }

  .md\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .md\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .md\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .md\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .md\:focus-within\:m-53:focus-within {
    margin: 13.25rem;
  }

  .md\:focus-within\:m-54:focus-within {
    margin: 13.5rem;
  }

  .md\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .md\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .md\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .md\:focus-within\:m-74:focus-within {
    margin: 18.5rem;
  }

  .md\:focus-within\:m-76:focus-within {
    margin: 19rem;
  }

  .md\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .md\:focus-within\:m-85:focus-within {
    margin: 21.25rem;
  }

  .md\:focus-within\:m-100:focus-within {
    margin: 25rem;
  }

  .md\:focus-within\:m-105:focus-within {
    margin: 26.25rem;
  }

  .md\:focus-within\:m-107:focus-within {
    margin: 26.4rem;
  }

  .md\:focus-within\:m-110:focus-within {
    margin: 27.5rem;
  }

  .md\:focus-within\:m-120:focus-within {
    margin: 30rem;
  }

  .md\:focus-within\:m-130:focus-within {
    margin: 38rem;
  }

  .md\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .md\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .md\:focus-within\:m-250px:focus-within {
    margin: 250px;
  }

  .md\:focus-within\:m-1\/2\%:focus-within {
    margin: 0.5%;
  }

  .md\:focus-within\:m-1\%:focus-within {
    margin: 1%;
  }

  .md\:focus-within\:m-2\%:focus-within {
    margin: 2%;
  }

  .md\:focus-within\:m-3\%:focus-within {
    margin: 3%;
  }

  .md\:focus-within\:m-4\%:focus-within {
    margin: 4%;
  }

  .md\:focus-within\:m-5\%:focus-within {
    margin: 5%;
  }

  .md\:focus-within\:m-10\%:focus-within {
    margin: 10%;
  }

  .md\:focus-within\:m-20\%:focus-within {
    margin: 20%;
  }

  .md\:focus-within\:m-23\%:focus-within {
    margin: 23%;
  }

  .md\:focus-within\:m-25\%:focus-within {
    margin: 25%;
  }

  .md\:focus-within\:m-26\%:focus-within {
    margin: 26%;
  }

  .md\:focus-within\:m-30\%:focus-within {
    margin: 30%;
  }

  .md\:focus-within\:m-40\%:focus-within {
    margin: 40%;
  }

  .md\:focus-within\:m-50\%:focus-within {
    margin: 50%;
  }

  .md\:focus-within\:m-60\%:focus-within {
    margin: 60%;
  }

  .md\:focus-within\:m-70\%:focus-within {
    margin: 70%;
  }

  .md\:focus-within\:m-80\%:focus-within {
    margin: 80%;
  }

  .md\:focus-within\:m-90\%:focus-within {
    margin: 90%;
  }

  .md\:focus-within\:m-95\%:focus-within {
    margin: 95%;
  }

  .md\:focus-within\:m-96\%:focus-within {
    margin: 96%;
  }

  .md\:focus-within\:m-97\%:focus-within {
    margin: 97%;
  }

  .md\:focus-within\:m-98\%:focus-within {
    margin: 98%;
  }

  .md\:focus-within\:m-99\%:focus-within {
    margin: 99%;
  }

  .md\:focus-within\:m-36vh:focus-within {
    margin: 36vh;
  }

  .md\:focus-within\:m-75vh:focus-within {
    margin: 75vh;
  }

  .md\:focus-within\:m-78vh:focus-within {
    margin: 78vh;
  }

  .md\:focus-within\:m-80vh:focus-within {
    margin: 80vh;
  }

  .md\:focus-within\:m-82vh:focus-within {
    margin: 82vh;
  }

  .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-7:focus-within {
    margin: -1.75rem;
  }

  .md\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .md\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .md\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .md\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .md\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .md\:focus-within\:-m-15:focus-within {
    margin: -3.75rem;
  }

  .md\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .md\:focus-within\:-m-18:focus-within {
    margin: -4.5rem;
  }

  .md\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .md\:focus-within\:-m-21:focus-within {
    margin: -5.25rem;
  }

  .md\:focus-within\:-m-22:focus-within {
    margin: -5.5rem;
  }

  .md\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .md\:focus-within\:-m-26:focus-within {
    margin: -6.5rem;
  }

  .md\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .md\:focus-within\:-m-30:focus-within {
    margin: -7.5rem;
  }

  .md\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .md\:focus-within\:-m-34:focus-within {
    margin: -8.5rem;
  }

  .md\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .md\:focus-within\:-m-38:focus-within {
    margin: -9.5rem;
  }

  .md\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .md\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .md\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .md\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .md\:focus-within\:-m-53:focus-within {
    margin: -13.25rem;
  }

  .md\:focus-within\:-m-54:focus-within {
    margin: -13.5rem;
  }

  .md\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .md\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .md\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .md\:focus-within\:-m-74:focus-within {
    margin: -18.5rem;
  }

  .md\:focus-within\:-m-76:focus-within {
    margin: -19rem;
  }

  .md\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .md\:focus-within\:-m-85:focus-within {
    margin: -21.25rem;
  }

  .md\:focus-within\:-m-100:focus-within {
    margin: -25rem;
  }

  .md\:focus-within\:-m-105:focus-within {
    margin: -26.25rem;
  }

  .md\:focus-within\:-m-107:focus-within {
    margin: -26.4rem;
  }

  .md\:focus-within\:-m-110:focus-within {
    margin: -27.5rem;
  }

  .md\:focus-within\:-m-120:focus-within {
    margin: -30rem;
  }

  .md\:focus-within\:-m-130:focus-within {
    margin: -38rem;
  }

  .md\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .md\:focus-within\:-m-250px:focus-within {
    margin: -250px;
  }

  .md\:focus-within\:-m-1\/2\%:focus-within {
    margin: -0.5%;
  }

  .md\:focus-within\:-m-1\%:focus-within {
    margin: -1%;
  }

  .md\:focus-within\:-m-2\%:focus-within {
    margin: -2%;
  }

  .md\:focus-within\:-m-3\%:focus-within {
    margin: -3%;
  }

  .md\:focus-within\:-m-4\%:focus-within {
    margin: -4%;
  }

  .md\:focus-within\:-m-5\%:focus-within {
    margin: -5%;
  }

  .md\:focus-within\:-m-10\%:focus-within {
    margin: -10%;
  }

  .md\:focus-within\:-m-20\%:focus-within {
    margin: -20%;
  }

  .md\:focus-within\:-m-23\%:focus-within {
    margin: -23%;
  }

  .md\:focus-within\:-m-25\%:focus-within {
    margin: -25%;
  }

  .md\:focus-within\:-m-26\%:focus-within {
    margin: -26%;
  }

  .md\:focus-within\:-m-30\%:focus-within {
    margin: -30%;
  }

  .md\:focus-within\:-m-40\%:focus-within {
    margin: -40%;
  }

  .md\:focus-within\:-m-50\%:focus-within {
    margin: -50%;
  }

  .md\:focus-within\:-m-60\%:focus-within {
    margin: -60%;
  }

  .md\:focus-within\:-m-70\%:focus-within {
    margin: -70%;
  }

  .md\:focus-within\:-m-80\%:focus-within {
    margin: -80%;
  }

  .md\:focus-within\:-m-90\%:focus-within {
    margin: -90%;
  }

  .md\:focus-within\:-m-95\%:focus-within {
    margin: -95%;
  }

  .md\:focus-within\:-m-96\%:focus-within {
    margin: -96%;
  }

  .md\:focus-within\:-m-97\%:focus-within {
    margin: -97%;
  }

  .md\:focus-within\:-m-98\%:focus-within {
    margin: -98%;
  }

  .md\:focus-within\:-m-99\%:focus-within {
    margin: -99%;
  }

  .md\:focus-within\:-m-36vh:focus-within {
    margin: -36vh;
  }

  .md\:focus-within\:-m-75vh:focus-within {
    margin: -75vh;
  }

  .md\:focus-within\:-m-78vh:focus-within {
    margin: -78vh;
  }

  .md\:focus-within\:-m-80vh:focus-within {
    margin: -80vh;
  }

  .md\:focus-within\:-m-82vh:focus-within {
    margin: -82vh;
  }

  .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-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:focus-within\:my-15:focus-within {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:focus-within\:mx-15:focus-within {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:focus-within {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:focus-within\:mx-18:focus-within {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:focus-within {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .md\:focus-within\:mx-21:focus-within {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .md\:focus-within\:my-22:focus-within {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:focus-within\:mx-22:focus-within {
    margin-left: 5.5rem;
    margin-right: 5.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-26:focus-within {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:focus-within\:mx-26:focus-within {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:focus-within\:my-30:focus-within {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .md\:focus-within\:mx-30:focus-within {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:focus-within {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:focus-within\:mx-34:focus-within {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:focus-within\:my-38:focus-within {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .md\:focus-within\:mx-38:focus-within {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .md\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:focus-within\:my-53:focus-within {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .md\:focus-within\:mx-53:focus-within {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .md\:focus-within\:my-54:focus-within {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .md\:focus-within\:mx-54:focus-within {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .md\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:focus-within\:my-74:focus-within {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .md\:focus-within\:mx-74:focus-within {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .md\:focus-within\:my-76:focus-within {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .md\:focus-within\:mx-76:focus-within {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .md\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:focus-within\:my-85:focus-within {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .md\:focus-within\:mx-85:focus-within {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .md\:focus-within\:my-100:focus-within {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .md\:focus-within\:mx-100:focus-within {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .md\:focus-within\:my-105:focus-within {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .md\:focus-within\:mx-105:focus-within {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .md\:focus-within\:my-107:focus-within {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .md\:focus-within\:mx-107:focus-within {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .md\:focus-within\:my-110:focus-within {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .md\:focus-within\:mx-110:focus-within {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .md\:focus-within\:my-120:focus-within {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:focus-within\:mx-120:focus-within {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:focus-within\:my-130:focus-within {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .md\:focus-within\:mx-130:focus-within {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:focus-within {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .md\:focus-within\:mx-250px:focus-within {
    margin-left: 250px;
    margin-right: 250px;
  }

  .md\:focus-within\:my-1\/2\%:focus-within {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .md\:focus-within\:mx-1\/2\%:focus-within {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .md\:focus-within\:my-1\%:focus-within {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .md\:focus-within\:mx-1\%:focus-within {
    margin-left: 1%;
    margin-right: 1%;
  }

  .md\:focus-within\:my-2\%:focus-within {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .md\:focus-within\:mx-2\%:focus-within {
    margin-left: 2%;
    margin-right: 2%;
  }

  .md\:focus-within\:my-3\%:focus-within {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .md\:focus-within\:mx-3\%:focus-within {
    margin-left: 3%;
    margin-right: 3%;
  }

  .md\:focus-within\:my-4\%:focus-within {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .md\:focus-within\:mx-4\%:focus-within {
    margin-left: 4%;
    margin-right: 4%;
  }

  .md\:focus-within\:my-5\%:focus-within {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .md\:focus-within\:mx-5\%:focus-within {
    margin-left: 5%;
    margin-right: 5%;
  }

  .md\:focus-within\:my-10\%:focus-within {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .md\:focus-within\:mx-10\%:focus-within {
    margin-left: 10%;
    margin-right: 10%;
  }

  .md\:focus-within\:my-20\%:focus-within {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:focus-within\:mx-20\%:focus-within {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:focus-within\:my-23\%:focus-within {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .md\:focus-within\:mx-23\%:focus-within {
    margin-left: 23%;
    margin-right: 23%;
  }

  .md\:focus-within\:my-25\%:focus-within {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:focus-within\:mx-25\%:focus-within {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:focus-within\:my-26\%:focus-within {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .md\:focus-within\:mx-26\%:focus-within {
    margin-left: 26%;
    margin-right: 26%;
  }

  .md\:focus-within\:my-30\%:focus-within {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .md\:focus-within\:mx-30\%:focus-within {
    margin-left: 30%;
    margin-right: 30%;
  }

  .md\:focus-within\:my-40\%:focus-within {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:focus-within\:mx-40\%:focus-within {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:focus-within\:my-50\%:focus-within {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:focus-within\:mx-50\%:focus-within {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:focus-within\:my-60\%:focus-within {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:focus-within\:mx-60\%:focus-within {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:focus-within\:my-70\%:focus-within {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .md\:focus-within\:mx-70\%:focus-within {
    margin-left: 70%;
    margin-right: 70%;
  }

  .md\:focus-within\:my-80\%:focus-within {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:focus-within\:mx-80\%:focus-within {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:focus-within\:my-90\%:focus-within {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .md\:focus-within\:mx-90\%:focus-within {
    margin-left: 90%;
    margin-right: 90%;
  }

  .md\:focus-within\:my-95\%:focus-within {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .md\:focus-within\:mx-95\%:focus-within {
    margin-left: 95%;
    margin-right: 95%;
  }

  .md\:focus-within\:my-96\%:focus-within {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .md\:focus-within\:mx-96\%:focus-within {
    margin-left: 96%;
    margin-right: 96%;
  }

  .md\:focus-within\:my-97\%:focus-within {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .md\:focus-within\:mx-97\%:focus-within {
    margin-left: 97%;
    margin-right: 97%;
  }

  .md\:focus-within\:my-98\%:focus-within {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .md\:focus-within\:mx-98\%:focus-within {
    margin-left: 98%;
    margin-right: 98%;
  }

  .md\:focus-within\:my-99\%:focus-within {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .md\:focus-within\:mx-99\%:focus-within {
    margin-left: 99%;
    margin-right: 99%;
  }

  .md\:focus-within\:my-36vh:focus-within {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .md\:focus-within\:mx-36vh:focus-within {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .md\:focus-within\:my-75vh:focus-within {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .md\:focus-within\:mx-75vh:focus-within {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .md\:focus-within\:my-78vh:focus-within {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .md\:focus-within\:mx-78vh:focus-within {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .md\:focus-within\:my-80vh:focus-within {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:focus-within\:mx-80vh:focus-within {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:focus-within\:my-82vh:focus-within {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .md\:focus-within\:mx-82vh:focus-within {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:focus-within\:-my-15:focus-within {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:focus-within\:-mx-15:focus-within {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:focus-within {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:focus-within\:-mx-18:focus-within {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:focus-within {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .md\:focus-within\:-mx-21:focus-within {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .md\:focus-within\:-my-22:focus-within {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:focus-within\:-mx-22:focus-within {
    margin-left: -5.5rem;
    margin-right: -5.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-26:focus-within {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:focus-within\:-mx-26:focus-within {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:focus-within\:-my-30:focus-within {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .md\:focus-within\:-mx-30:focus-within {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:focus-within {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:focus-within\:-mx-34:focus-within {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:focus-within\:-my-38:focus-within {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .md\:focus-within\:-mx-38:focus-within {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .md\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:focus-within\:-my-53:focus-within {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .md\:focus-within\:-mx-53:focus-within {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .md\:focus-within\:-my-54:focus-within {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .md\:focus-within\:-mx-54:focus-within {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .md\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:focus-within\:-my-74:focus-within {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .md\:focus-within\:-mx-74:focus-within {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .md\:focus-within\:-my-76:focus-within {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .md\:focus-within\:-mx-76:focus-within {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .md\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:focus-within\:-my-85:focus-within {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .md\:focus-within\:-mx-85:focus-within {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .md\:focus-within\:-my-100:focus-within {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .md\:focus-within\:-mx-100:focus-within {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .md\:focus-within\:-my-105:focus-within {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .md\:focus-within\:-mx-105:focus-within {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .md\:focus-within\:-my-107:focus-within {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .md\:focus-within\:-mx-107:focus-within {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .md\:focus-within\:-my-110:focus-within {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .md\:focus-within\:-mx-110:focus-within {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .md\:focus-within\:-my-120:focus-within {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:focus-within\:-mx-120:focus-within {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:focus-within\:-my-130:focus-within {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .md\:focus-within\:-mx-130:focus-within {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .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\:-my-250px:focus-within {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .md\:focus-within\:-mx-250px:focus-within {
    margin-left: -250px;
    margin-right: -250px;
  }

  .md\:focus-within\:-my-1\/2\%:focus-within {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .md\:focus-within\:-mx-1\/2\%:focus-within {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .md\:focus-within\:-my-1\%:focus-within {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .md\:focus-within\:-mx-1\%:focus-within {
    margin-left: -1%;
    margin-right: -1%;
  }

  .md\:focus-within\:-my-2\%:focus-within {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .md\:focus-within\:-mx-2\%:focus-within {
    margin-left: -2%;
    margin-right: -2%;
  }

  .md\:focus-within\:-my-3\%:focus-within {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .md\:focus-within\:-mx-3\%:focus-within {
    margin-left: -3%;
    margin-right: -3%;
  }

  .md\:focus-within\:-my-4\%:focus-within {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .md\:focus-within\:-mx-4\%:focus-within {
    margin-left: -4%;
    margin-right: -4%;
  }

  .md\:focus-within\:-my-5\%:focus-within {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .md\:focus-within\:-mx-5\%:focus-within {
    margin-left: -5%;
    margin-right: -5%;
  }

  .md\:focus-within\:-my-10\%:focus-within {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .md\:focus-within\:-mx-10\%:focus-within {
    margin-left: -10%;
    margin-right: -10%;
  }

  .md\:focus-within\:-my-20\%:focus-within {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:focus-within\:-mx-20\%:focus-within {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:focus-within\:-my-23\%:focus-within {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .md\:focus-within\:-mx-23\%:focus-within {
    margin-left: -23%;
    margin-right: -23%;
  }

  .md\:focus-within\:-my-25\%:focus-within {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:focus-within\:-mx-25\%:focus-within {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:focus-within\:-my-26\%:focus-within {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .md\:focus-within\:-mx-26\%:focus-within {
    margin-left: -26%;
    margin-right: -26%;
  }

  .md\:focus-within\:-my-30\%:focus-within {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .md\:focus-within\:-mx-30\%:focus-within {
    margin-left: -30%;
    margin-right: -30%;
  }

  .md\:focus-within\:-my-40\%:focus-within {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:focus-within\:-mx-40\%:focus-within {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:focus-within\:-my-50\%:focus-within {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:focus-within\:-mx-50\%:focus-within {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:focus-within\:-my-60\%:focus-within {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:focus-within\:-mx-60\%:focus-within {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:focus-within\:-my-70\%:focus-within {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .md\:focus-within\:-mx-70\%:focus-within {
    margin-left: -70%;
    margin-right: -70%;
  }

  .md\:focus-within\:-my-80\%:focus-within {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:focus-within\:-mx-80\%:focus-within {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:focus-within\:-my-90\%:focus-within {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .md\:focus-within\:-mx-90\%:focus-within {
    margin-left: -90%;
    margin-right: -90%;
  }

  .md\:focus-within\:-my-95\%:focus-within {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .md\:focus-within\:-mx-95\%:focus-within {
    margin-left: -95%;
    margin-right: -95%;
  }

  .md\:focus-within\:-my-96\%:focus-within {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .md\:focus-within\:-mx-96\%:focus-within {
    margin-left: -96%;
    margin-right: -96%;
  }

  .md\:focus-within\:-my-97\%:focus-within {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .md\:focus-within\:-mx-97\%:focus-within {
    margin-left: -97%;
    margin-right: -97%;
  }

  .md\:focus-within\:-my-98\%:focus-within {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .md\:focus-within\:-mx-98\%:focus-within {
    margin-left: -98%;
    margin-right: -98%;
  }

  .md\:focus-within\:-my-99\%:focus-within {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .md\:focus-within\:-mx-99\%:focus-within {
    margin-left: -99%;
    margin-right: -99%;
  }

  .md\:focus-within\:-my-36vh:focus-within {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .md\:focus-within\:-mx-36vh:focus-within {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .md\:focus-within\:-my-75vh:focus-within {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .md\:focus-within\:-mx-75vh:focus-within {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .md\:focus-within\:-my-78vh:focus-within {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .md\:focus-within\:-mx-78vh:focus-within {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .md\:focus-within\:-my-80vh:focus-within {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:focus-within\:-mx-80vh:focus-within {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:focus-within\:-my-82vh:focus-within {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .md\:focus-within\:-mx-82vh:focus-within {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:focus-within {
    margin-top: 1.75rem;
  }

  .md\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .md\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .md\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .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-9:focus-within {
    margin-top: 2.25rem;
  }

  .md\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .md\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .md\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .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-14:focus-within {
    margin-top: 3.5rem;
  }

  .md\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .md\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .md\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .md\:focus-within\:mt-15:focus-within {
    margin-top: 3.75rem;
  }

  .md\:focus-within\:mr-15:focus-within {
    margin-right: 3.75rem;
  }

  .md\:focus-within\:mb-15:focus-within {
    margin-bottom: 3.75rem;
  }

  .md\:focus-within\:ml-15:focus-within {
    margin-left: 3.75rem;
  }

  .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-18:focus-within {
    margin-top: 4.5rem;
  }

  .md\:focus-within\:mr-18:focus-within {
    margin-right: 4.5rem;
  }

  .md\:focus-within\:mb-18:focus-within {
    margin-bottom: 4.5rem;
  }

  .md\:focus-within\:ml-18:focus-within {
    margin-left: 4.5rem;
  }

  .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-21:focus-within {
    margin-top: 5.25rem;
  }

  .md\:focus-within\:mr-21:focus-within {
    margin-right: 5.25rem;
  }

  .md\:focus-within\:mb-21:focus-within {
    margin-bottom: 5.25rem;
  }

  .md\:focus-within\:ml-21:focus-within {
    margin-left: 5.25rem;
  }

  .md\:focus-within\:mt-22:focus-within {
    margin-top: 5.5rem;
  }

  .md\:focus-within\:mr-22:focus-within {
    margin-right: 5.5rem;
  }

  .md\:focus-within\:mb-22:focus-within {
    margin-bottom: 5.5rem;
  }

  .md\:focus-within\:ml-22:focus-within {
    margin-left: 5.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-26:focus-within {
    margin-top: 6.5rem;
  }

  .md\:focus-within\:mr-26:focus-within {
    margin-right: 6.5rem;
  }

  .md\:focus-within\:mb-26:focus-within {
    margin-bottom: 6.5rem;
  }

  .md\:focus-within\:ml-26:focus-within {
    margin-left: 6.5rem;
  }

  .md\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .md\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .md\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .md\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .md\:focus-within\:mt-30:focus-within {
    margin-top: 7.5rem;
  }

  .md\:focus-within\:mr-30:focus-within {
    margin-right: 7.5rem;
  }

  .md\:focus-within\:mb-30:focus-within {
    margin-bottom: 7.5rem;
  }

  .md\:focus-within\:ml-30:focus-within {
    margin-left: 7.5rem;
  }

  .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-34:focus-within {
    margin-top: 8.5rem;
  }

  .md\:focus-within\:mr-34:focus-within {
    margin-right: 8.5rem;
  }

  .md\:focus-within\:mb-34:focus-within {
    margin-bottom: 8.5rem;
  }

  .md\:focus-within\:ml-34:focus-within {
    margin-left: 8.5rem;
  }

  .md\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .md\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .md\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .md\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .md\:focus-within\:mt-38:focus-within {
    margin-top: 9.5rem;
  }

  .md\:focus-within\:mr-38:focus-within {
    margin-right: 9.5rem;
  }

  .md\:focus-within\:mb-38:focus-within {
    margin-bottom: 9.5rem;
  }

  .md\:focus-within\:ml-38:focus-within {
    margin-left: 9.5rem;
  }

  .md\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .md\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .md\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .md\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .md\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .md\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .md\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .md\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .md\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .md\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .md\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .md\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .md\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .md\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .md\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .md\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .md\:focus-within\:mt-53:focus-within {
    margin-top: 13.25rem;
  }

  .md\:focus-within\:mr-53:focus-within {
    margin-right: 13.25rem;
  }

  .md\:focus-within\:mb-53:focus-within {
    margin-bottom: 13.25rem;
  }

  .md\:focus-within\:ml-53:focus-within {
    margin-left: 13.25rem;
  }

  .md\:focus-within\:mt-54:focus-within {
    margin-top: 13.5rem;
  }

  .md\:focus-within\:mr-54:focus-within {
    margin-right: 13.5rem;
  }

  .md\:focus-within\:mb-54:focus-within {
    margin-bottom: 13.5rem;
  }

  .md\:focus-within\:ml-54:focus-within {
    margin-left: 13.5rem;
  }

  .md\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .md\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .md\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .md\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .md\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .md\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .md\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .md\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .md\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .md\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .md\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .md\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .md\:focus-within\:mt-74:focus-within {
    margin-top: 18.5rem;
  }

  .md\:focus-within\:mr-74:focus-within {
    margin-right: 18.5rem;
  }

  .md\:focus-within\:mb-74:focus-within {
    margin-bottom: 18.5rem;
  }

  .md\:focus-within\:ml-74:focus-within {
    margin-left: 18.5rem;
  }

  .md\:focus-within\:mt-76:focus-within {
    margin-top: 19rem;
  }

  .md\:focus-within\:mr-76:focus-within {
    margin-right: 19rem;
  }

  .md\:focus-within\:mb-76:focus-within {
    margin-bottom: 19rem;
  }

  .md\:focus-within\:ml-76:focus-within {
    margin-left: 19rem;
  }

  .md\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .md\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .md\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .md\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .md\:focus-within\:mt-85:focus-within {
    margin-top: 21.25rem;
  }

  .md\:focus-within\:mr-85:focus-within {
    margin-right: 21.25rem;
  }

  .md\:focus-within\:mb-85:focus-within {
    margin-bottom: 21.25rem;
  }

  .md\:focus-within\:ml-85:focus-within {
    margin-left: 21.25rem;
  }

  .md\:focus-within\:mt-100:focus-within {
    margin-top: 25rem;
  }

  .md\:focus-within\:mr-100:focus-within {
    margin-right: 25rem;
  }

  .md\:focus-within\:mb-100:focus-within {
    margin-bottom: 25rem;
  }

  .md\:focus-within\:ml-100:focus-within {
    margin-left: 25rem;
  }

  .md\:focus-within\:mt-105:focus-within {
    margin-top: 26.25rem;
  }

  .md\:focus-within\:mr-105:focus-within {
    margin-right: 26.25rem;
  }

  .md\:focus-within\:mb-105:focus-within {
    margin-bottom: 26.25rem;
  }

  .md\:focus-within\:ml-105:focus-within {
    margin-left: 26.25rem;
  }

  .md\:focus-within\:mt-107:focus-within {
    margin-top: 26.4rem;
  }

  .md\:focus-within\:mr-107:focus-within {
    margin-right: 26.4rem;
  }

  .md\:focus-within\:mb-107:focus-within {
    margin-bottom: 26.4rem;
  }

  .md\:focus-within\:ml-107:focus-within {
    margin-left: 26.4rem;
  }

  .md\:focus-within\:mt-110:focus-within {
    margin-top: 27.5rem;
  }

  .md\:focus-within\:mr-110:focus-within {
    margin-right: 27.5rem;
  }

  .md\:focus-within\:mb-110:focus-within {
    margin-bottom: 27.5rem;
  }

  .md\:focus-within\:ml-110:focus-within {
    margin-left: 27.5rem;
  }

  .md\:focus-within\:mt-120:focus-within {
    margin-top: 30rem;
  }

  .md\:focus-within\:mr-120:focus-within {
    margin-right: 30rem;
  }

  .md\:focus-within\:mb-120:focus-within {
    margin-bottom: 30rem;
  }

  .md\:focus-within\:ml-120:focus-within {
    margin-left: 30rem;
  }

  .md\:focus-within\:mt-130:focus-within {
    margin-top: 38rem;
  }

  .md\:focus-within\:mr-130:focus-within {
    margin-right: 38rem;
  }

  .md\:focus-within\:mb-130:focus-within {
    margin-bottom: 38rem;
  }

  .md\:focus-within\:ml-130:focus-within {
    margin-left: 38rem;
  }

  .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-within\:mt-250px:focus-within {
    margin-top: 250px;
  }

  .md\:focus-within\:mr-250px:focus-within {
    margin-right: 250px;
  }

  .md\:focus-within\:mb-250px:focus-within {
    margin-bottom: 250px;
  }

  .md\:focus-within\:ml-250px:focus-within {
    margin-left: 250px;
  }

  .md\:focus-within\:mt-1\/2\%:focus-within {
    margin-top: 0.5%;
  }

  .md\:focus-within\:mr-1\/2\%:focus-within {
    margin-right: 0.5%;
  }

  .md\:focus-within\:mb-1\/2\%:focus-within {
    margin-bottom: 0.5%;
  }

  .md\:focus-within\:ml-1\/2\%:focus-within {
    margin-left: 0.5%;
  }

  .md\:focus-within\:mt-1\%:focus-within {
    margin-top: 1%;
  }

  .md\:focus-within\:mr-1\%:focus-within {
    margin-right: 1%;
  }

  .md\:focus-within\:mb-1\%:focus-within {
    margin-bottom: 1%;
  }

  .md\:focus-within\:ml-1\%:focus-within {
    margin-left: 1%;
  }

  .md\:focus-within\:mt-2\%:focus-within {
    margin-top: 2%;
  }

  .md\:focus-within\:mr-2\%:focus-within {
    margin-right: 2%;
  }

  .md\:focus-within\:mb-2\%:focus-within {
    margin-bottom: 2%;
  }

  .md\:focus-within\:ml-2\%:focus-within {
    margin-left: 2%;
  }

  .md\:focus-within\:mt-3\%:focus-within {
    margin-top: 3%;
  }

  .md\:focus-within\:mr-3\%:focus-within {
    margin-right: 3%;
  }

  .md\:focus-within\:mb-3\%:focus-within {
    margin-bottom: 3%;
  }

  .md\:focus-within\:ml-3\%:focus-within {
    margin-left: 3%;
  }

  .md\:focus-within\:mt-4\%:focus-within {
    margin-top: 4%;
  }

  .md\:focus-within\:mr-4\%:focus-within {
    margin-right: 4%;
  }

  .md\:focus-within\:mb-4\%:focus-within {
    margin-bottom: 4%;
  }

  .md\:focus-within\:ml-4\%:focus-within {
    margin-left: 4%;
  }

  .md\:focus-within\:mt-5\%:focus-within {
    margin-top: 5%;
  }

  .md\:focus-within\:mr-5\%:focus-within {
    margin-right: 5%;
  }

  .md\:focus-within\:mb-5\%:focus-within {
    margin-bottom: 5%;
  }

  .md\:focus-within\:ml-5\%:focus-within {
    margin-left: 5%;
  }

  .md\:focus-within\:mt-10\%:focus-within {
    margin-top: 10%;
  }

  .md\:focus-within\:mr-10\%:focus-within {
    margin-right: 10%;
  }

  .md\:focus-within\:mb-10\%:focus-within {
    margin-bottom: 10%;
  }

  .md\:focus-within\:ml-10\%:focus-within {
    margin-left: 10%;
  }

  .md\:focus-within\:mt-20\%:focus-within {
    margin-top: 20%;
  }

  .md\:focus-within\:mr-20\%:focus-within {
    margin-right: 20%;
  }

  .md\:focus-within\:mb-20\%:focus-within {
    margin-bottom: 20%;
  }

  .md\:focus-within\:ml-20\%:focus-within {
    margin-left: 20%;
  }

  .md\:focus-within\:mt-23\%:focus-within {
    margin-top: 23%;
  }

  .md\:focus-within\:mr-23\%:focus-within {
    margin-right: 23%;
  }

  .md\:focus-within\:mb-23\%:focus-within {
    margin-bottom: 23%;
  }

  .md\:focus-within\:ml-23\%:focus-within {
    margin-left: 23%;
  }

  .md\:focus-within\:mt-25\%:focus-within {
    margin-top: 25%;
  }

  .md\:focus-within\:mr-25\%:focus-within {
    margin-right: 25%;
  }

  .md\:focus-within\:mb-25\%:focus-within {
    margin-bottom: 25%;
  }

  .md\:focus-within\:ml-25\%:focus-within {
    margin-left: 25%;
  }

  .md\:focus-within\:mt-26\%:focus-within {
    margin-top: 26%;
  }

  .md\:focus-within\:mr-26\%:focus-within {
    margin-right: 26%;
  }

  .md\:focus-within\:mb-26\%:focus-within {
    margin-bottom: 26%;
  }

  .md\:focus-within\:ml-26\%:focus-within {
    margin-left: 26%;
  }

  .md\:focus-within\:mt-30\%:focus-within {
    margin-top: 30%;
  }

  .md\:focus-within\:mr-30\%:focus-within {
    margin-right: 30%;
  }

  .md\:focus-within\:mb-30\%:focus-within {
    margin-bottom: 30%;
  }

  .md\:focus-within\:ml-30\%:focus-within {
    margin-left: 30%;
  }

  .md\:focus-within\:mt-40\%:focus-within {
    margin-top: 40%;
  }

  .md\:focus-within\:mr-40\%:focus-within {
    margin-right: 40%;
  }

  .md\:focus-within\:mb-40\%:focus-within {
    margin-bottom: 40%;
  }

  .md\:focus-within\:ml-40\%:focus-within {
    margin-left: 40%;
  }

  .md\:focus-within\:mt-50\%:focus-within {
    margin-top: 50%;
  }

  .md\:focus-within\:mr-50\%:focus-within {
    margin-right: 50%;
  }

  .md\:focus-within\:mb-50\%:focus-within {
    margin-bottom: 50%;
  }

  .md\:focus-within\:ml-50\%:focus-within {
    margin-left: 50%;
  }

  .md\:focus-within\:mt-60\%:focus-within {
    margin-top: 60%;
  }

  .md\:focus-within\:mr-60\%:focus-within {
    margin-right: 60%;
  }

  .md\:focus-within\:mb-60\%:focus-within {
    margin-bottom: 60%;
  }

  .md\:focus-within\:ml-60\%:focus-within {
    margin-left: 60%;
  }

  .md\:focus-within\:mt-70\%:focus-within {
    margin-top: 70%;
  }

  .md\:focus-within\:mr-70\%:focus-within {
    margin-right: 70%;
  }

  .md\:focus-within\:mb-70\%:focus-within {
    margin-bottom: 70%;
  }

  .md\:focus-within\:ml-70\%:focus-within {
    margin-left: 70%;
  }

  .md\:focus-within\:mt-80\%:focus-within {
    margin-top: 80%;
  }

  .md\:focus-within\:mr-80\%:focus-within {
    margin-right: 80%;
  }

  .md\:focus-within\:mb-80\%:focus-within {
    margin-bottom: 80%;
  }

  .md\:focus-within\:ml-80\%:focus-within {
    margin-left: 80%;
  }

  .md\:focus-within\:mt-90\%:focus-within {
    margin-top: 90%;
  }

  .md\:focus-within\:mr-90\%:focus-within {
    margin-right: 90%;
  }

  .md\:focus-within\:mb-90\%:focus-within {
    margin-bottom: 90%;
  }

  .md\:focus-within\:ml-90\%:focus-within {
    margin-left: 90%;
  }

  .md\:focus-within\:mt-95\%:focus-within {
    margin-top: 95%;
  }

  .md\:focus-within\:mr-95\%:focus-within {
    margin-right: 95%;
  }

  .md\:focus-within\:mb-95\%:focus-within {
    margin-bottom: 95%;
  }

  .md\:focus-within\:ml-95\%:focus-within {
    margin-left: 95%;
  }

  .md\:focus-within\:mt-96\%:focus-within {
    margin-top: 96%;
  }

  .md\:focus-within\:mr-96\%:focus-within {
    margin-right: 96%;
  }

  .md\:focus-within\:mb-96\%:focus-within {
    margin-bottom: 96%;
  }

  .md\:focus-within\:ml-96\%:focus-within {
    margin-left: 96%;
  }

  .md\:focus-within\:mt-97\%:focus-within {
    margin-top: 97%;
  }

  .md\:focus-within\:mr-97\%:focus-within {
    margin-right: 97%;
  }

  .md\:focus-within\:mb-97\%:focus-within {
    margin-bottom: 97%;
  }

  .md\:focus-within\:ml-97\%:focus-within {
    margin-left: 97%;
  }

  .md\:focus-within\:mt-98\%:focus-within {
    margin-top: 98%;
  }

  .md\:focus-within\:mr-98\%:focus-within {
    margin-right: 98%;
  }

  .md\:focus-within\:mb-98\%:focus-within {
    margin-bottom: 98%;
  }

  .md\:focus-within\:ml-98\%:focus-within {
    margin-left: 98%;
  }

  .md\:focus-within\:mt-99\%:focus-within {
    margin-top: 99%;
  }

  .md\:focus-within\:mr-99\%:focus-within {
    margin-right: 99%;
  }

  .md\:focus-within\:mb-99\%:focus-within {
    margin-bottom: 99%;
  }

  .md\:focus-within\:ml-99\%:focus-within {
    margin-left: 99%;
  }

  .md\:focus-within\:mt-36vh:focus-within {
    margin-top: 36vh;
  }

  .md\:focus-within\:mr-36vh:focus-within {
    margin-right: 36vh;
  }

  .md\:focus-within\:mb-36vh:focus-within {
    margin-bottom: 36vh;
  }

  .md\:focus-within\:ml-36vh:focus-within {
    margin-left: 36vh;
  }

  .md\:focus-within\:mt-75vh:focus-within {
    margin-top: 75vh;
  }

  .md\:focus-within\:mr-75vh:focus-within {
    margin-right: 75vh;
  }

  .md\:focus-within\:mb-75vh:focus-within {
    margin-bottom: 75vh;
  }

  .md\:focus-within\:ml-75vh:focus-within {
    margin-left: 75vh;
  }

  .md\:focus-within\:mt-78vh:focus-within {
    margin-top: 78vh;
  }

  .md\:focus-within\:mr-78vh:focus-within {
    margin-right: 78vh;
  }

  .md\:focus-within\:mb-78vh:focus-within {
    margin-bottom: 78vh;
  }

  .md\:focus-within\:ml-78vh:focus-within {
    margin-left: 78vh;
  }

  .md\:focus-within\:mt-80vh:focus-within {
    margin-top: 80vh;
  }

  .md\:focus-within\:mr-80vh:focus-within {
    margin-right: 80vh;
  }

  .md\:focus-within\:mb-80vh:focus-within {
    margin-bottom: 80vh;
  }

  .md\:focus-within\:ml-80vh:focus-within {
    margin-left: 80vh;
  }

  .md\:focus-within\:mt-82vh:focus-within {
    margin-top: 82vh;
  }

  .md\:focus-within\:mr-82vh:focus-within {
    margin-right: 82vh;
  }

  .md\:focus-within\:mb-82vh:focus-within {
    margin-bottom: 82vh;
  }

  .md\:focus-within\:ml-82vh:focus-within {
    margin-left: 82vh;
  }

  .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-7:focus-within {
    margin-top: -1.75rem;
  }

  .md\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .md\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .md\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .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-9:focus-within {
    margin-top: -2.25rem;
  }

  .md\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .md\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .md\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .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-14:focus-within {
    margin-top: -3.5rem;
  }

  .md\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .md\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .md\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .md\:focus-within\:-mt-15:focus-within {
    margin-top: -3.75rem;
  }

  .md\:focus-within\:-mr-15:focus-within {
    margin-right: -3.75rem;
  }

  .md\:focus-within\:-mb-15:focus-within {
    margin-bottom: -3.75rem;
  }

  .md\:focus-within\:-ml-15:focus-within {
    margin-left: -3.75rem;
  }

  .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-18:focus-within {
    margin-top: -4.5rem;
  }

  .md\:focus-within\:-mr-18:focus-within {
    margin-right: -4.5rem;
  }

  .md\:focus-within\:-mb-18:focus-within {
    margin-bottom: -4.5rem;
  }

  .md\:focus-within\:-ml-18:focus-within {
    margin-left: -4.5rem;
  }

  .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-21:focus-within {
    margin-top: -5.25rem;
  }

  .md\:focus-within\:-mr-21:focus-within {
    margin-right: -5.25rem;
  }

  .md\:focus-within\:-mb-21:focus-within {
    margin-bottom: -5.25rem;
  }

  .md\:focus-within\:-ml-21:focus-within {
    margin-left: -5.25rem;
  }

  .md\:focus-within\:-mt-22:focus-within {
    margin-top: -5.5rem;
  }

  .md\:focus-within\:-mr-22:focus-within {
    margin-right: -5.5rem;
  }

  .md\:focus-within\:-mb-22:focus-within {
    margin-bottom: -5.5rem;
  }

  .md\:focus-within\:-ml-22:focus-within {
    margin-left: -5.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-26:focus-within {
    margin-top: -6.5rem;
  }

  .md\:focus-within\:-mr-26:focus-within {
    margin-right: -6.5rem;
  }

  .md\:focus-within\:-mb-26:focus-within {
    margin-bottom: -6.5rem;
  }

  .md\:focus-within\:-ml-26:focus-within {
    margin-left: -6.5rem;
  }

  .md\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .md\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .md\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .md\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .md\:focus-within\:-mt-30:focus-within {
    margin-top: -7.5rem;
  }

  .md\:focus-within\:-mr-30:focus-within {
    margin-right: -7.5rem;
  }

  .md\:focus-within\:-mb-30:focus-within {
    margin-bottom: -7.5rem;
  }

  .md\:focus-within\:-ml-30:focus-within {
    margin-left: -7.5rem;
  }

  .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-34:focus-within {
    margin-top: -8.5rem;
  }

  .md\:focus-within\:-mr-34:focus-within {
    margin-right: -8.5rem;
  }

  .md\:focus-within\:-mb-34:focus-within {
    margin-bottom: -8.5rem;
  }

  .md\:focus-within\:-ml-34:focus-within {
    margin-left: -8.5rem;
  }

  .md\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .md\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .md\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .md\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .md\:focus-within\:-mt-38:focus-within {
    margin-top: -9.5rem;
  }

  .md\:focus-within\:-mr-38:focus-within {
    margin-right: -9.5rem;
  }

  .md\:focus-within\:-mb-38:focus-within {
    margin-bottom: -9.5rem;
  }

  .md\:focus-within\:-ml-38:focus-within {
    margin-left: -9.5rem;
  }

  .md\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .md\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .md\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .md\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .md\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .md\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .md\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .md\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .md\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .md\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .md\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .md\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .md\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .md\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .md\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .md\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .md\:focus-within\:-mt-53:focus-within {
    margin-top: -13.25rem;
  }

  .md\:focus-within\:-mr-53:focus-within {
    margin-right: -13.25rem;
  }

  .md\:focus-within\:-mb-53:focus-within {
    margin-bottom: -13.25rem;
  }

  .md\:focus-within\:-ml-53:focus-within {
    margin-left: -13.25rem;
  }

  .md\:focus-within\:-mt-54:focus-within {
    margin-top: -13.5rem;
  }

  .md\:focus-within\:-mr-54:focus-within {
    margin-right: -13.5rem;
  }

  .md\:focus-within\:-mb-54:focus-within {
    margin-bottom: -13.5rem;
  }

  .md\:focus-within\:-ml-54:focus-within {
    margin-left: -13.5rem;
  }

  .md\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .md\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .md\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .md\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .md\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .md\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .md\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .md\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .md\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .md\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .md\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .md\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .md\:focus-within\:-mt-74:focus-within {
    margin-top: -18.5rem;
  }

  .md\:focus-within\:-mr-74:focus-within {
    margin-right: -18.5rem;
  }

  .md\:focus-within\:-mb-74:focus-within {
    margin-bottom: -18.5rem;
  }

  .md\:focus-within\:-ml-74:focus-within {
    margin-left: -18.5rem;
  }

  .md\:focus-within\:-mt-76:focus-within {
    margin-top: -19rem;
  }

  .md\:focus-within\:-mr-76:focus-within {
    margin-right: -19rem;
  }

  .md\:focus-within\:-mb-76:focus-within {
    margin-bottom: -19rem;
  }

  .md\:focus-within\:-ml-76:focus-within {
    margin-left: -19rem;
  }

  .md\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .md\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .md\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .md\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .md\:focus-within\:-mt-85:focus-within {
    margin-top: -21.25rem;
  }

  .md\:focus-within\:-mr-85:focus-within {
    margin-right: -21.25rem;
  }

  .md\:focus-within\:-mb-85:focus-within {
    margin-bottom: -21.25rem;
  }

  .md\:focus-within\:-ml-85:focus-within {
    margin-left: -21.25rem;
  }

  .md\:focus-within\:-mt-100:focus-within {
    margin-top: -25rem;
  }

  .md\:focus-within\:-mr-100:focus-within {
    margin-right: -25rem;
  }

  .md\:focus-within\:-mb-100:focus-within {
    margin-bottom: -25rem;
  }

  .md\:focus-within\:-ml-100:focus-within {
    margin-left: -25rem;
  }

  .md\:focus-within\:-mt-105:focus-within {
    margin-top: -26.25rem;
  }

  .md\:focus-within\:-mr-105:focus-within {
    margin-right: -26.25rem;
  }

  .md\:focus-within\:-mb-105:focus-within {
    margin-bottom: -26.25rem;
  }

  .md\:focus-within\:-ml-105:focus-within {
    margin-left: -26.25rem;
  }

  .md\:focus-within\:-mt-107:focus-within {
    margin-top: -26.4rem;
  }

  .md\:focus-within\:-mr-107:focus-within {
    margin-right: -26.4rem;
  }

  .md\:focus-within\:-mb-107:focus-within {
    margin-bottom: -26.4rem;
  }

  .md\:focus-within\:-ml-107:focus-within {
    margin-left: -26.4rem;
  }

  .md\:focus-within\:-mt-110:focus-within {
    margin-top: -27.5rem;
  }

  .md\:focus-within\:-mr-110:focus-within {
    margin-right: -27.5rem;
  }

  .md\:focus-within\:-mb-110:focus-within {
    margin-bottom: -27.5rem;
  }

  .md\:focus-within\:-ml-110:focus-within {
    margin-left: -27.5rem;
  }

  .md\:focus-within\:-mt-120:focus-within {
    margin-top: -30rem;
  }

  .md\:focus-within\:-mr-120:focus-within {
    margin-right: -30rem;
  }

  .md\:focus-within\:-mb-120:focus-within {
    margin-bottom: -30rem;
  }

  .md\:focus-within\:-ml-120:focus-within {
    margin-left: -30rem;
  }

  .md\:focus-within\:-mt-130:focus-within {
    margin-top: -38rem;
  }

  .md\:focus-within\:-mr-130:focus-within {
    margin-right: -38rem;
  }

  .md\:focus-within\:-mb-130:focus-within {
    margin-bottom: -38rem;
  }

  .md\:focus-within\:-ml-130:focus-within {
    margin-left: -38rem;
  }

  .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-within\:-mt-250px:focus-within {
    margin-top: -250px;
  }

  .md\:focus-within\:-mr-250px:focus-within {
    margin-right: -250px;
  }

  .md\:focus-within\:-mb-250px:focus-within {
    margin-bottom: -250px;
  }

  .md\:focus-within\:-ml-250px:focus-within {
    margin-left: -250px;
  }

  .md\:focus-within\:-mt-1\/2\%:focus-within {
    margin-top: -0.5%;
  }

  .md\:focus-within\:-mr-1\/2\%:focus-within {
    margin-right: -0.5%;
  }

  .md\:focus-within\:-mb-1\/2\%:focus-within {
    margin-bottom: -0.5%;
  }

  .md\:focus-within\:-ml-1\/2\%:focus-within {
    margin-left: -0.5%;
  }

  .md\:focus-within\:-mt-1\%:focus-within {
    margin-top: -1%;
  }

  .md\:focus-within\:-mr-1\%:focus-within {
    margin-right: -1%;
  }

  .md\:focus-within\:-mb-1\%:focus-within {
    margin-bottom: -1%;
  }

  .md\:focus-within\:-ml-1\%:focus-within {
    margin-left: -1%;
  }

  .md\:focus-within\:-mt-2\%:focus-within {
    margin-top: -2%;
  }

  .md\:focus-within\:-mr-2\%:focus-within {
    margin-right: -2%;
  }

  .md\:focus-within\:-mb-2\%:focus-within {
    margin-bottom: -2%;
  }

  .md\:focus-within\:-ml-2\%:focus-within {
    margin-left: -2%;
  }

  .md\:focus-within\:-mt-3\%:focus-within {
    margin-top: -3%;
  }

  .md\:focus-within\:-mr-3\%:focus-within {
    margin-right: -3%;
  }

  .md\:focus-within\:-mb-3\%:focus-within {
    margin-bottom: -3%;
  }

  .md\:focus-within\:-ml-3\%:focus-within {
    margin-left: -3%;
  }

  .md\:focus-within\:-mt-4\%:focus-within {
    margin-top: -4%;
  }

  .md\:focus-within\:-mr-4\%:focus-within {
    margin-right: -4%;
  }

  .md\:focus-within\:-mb-4\%:focus-within {
    margin-bottom: -4%;
  }

  .md\:focus-within\:-ml-4\%:focus-within {
    margin-left: -4%;
  }

  .md\:focus-within\:-mt-5\%:focus-within {
    margin-top: -5%;
  }

  .md\:focus-within\:-mr-5\%:focus-within {
    margin-right: -5%;
  }

  .md\:focus-within\:-mb-5\%:focus-within {
    margin-bottom: -5%;
  }

  .md\:focus-within\:-ml-5\%:focus-within {
    margin-left: -5%;
  }

  .md\:focus-within\:-mt-10\%:focus-within {
    margin-top: -10%;
  }

  .md\:focus-within\:-mr-10\%:focus-within {
    margin-right: -10%;
  }

  .md\:focus-within\:-mb-10\%:focus-within {
    margin-bottom: -10%;
  }

  .md\:focus-within\:-ml-10\%:focus-within {
    margin-left: -10%;
  }

  .md\:focus-within\:-mt-20\%:focus-within {
    margin-top: -20%;
  }

  .md\:focus-within\:-mr-20\%:focus-within {
    margin-right: -20%;
  }

  .md\:focus-within\:-mb-20\%:focus-within {
    margin-bottom: -20%;
  }

  .md\:focus-within\:-ml-20\%:focus-within {
    margin-left: -20%;
  }

  .md\:focus-within\:-mt-23\%:focus-within {
    margin-top: -23%;
  }

  .md\:focus-within\:-mr-23\%:focus-within {
    margin-right: -23%;
  }

  .md\:focus-within\:-mb-23\%:focus-within {
    margin-bottom: -23%;
  }

  .md\:focus-within\:-ml-23\%:focus-within {
    margin-left: -23%;
  }

  .md\:focus-within\:-mt-25\%:focus-within {
    margin-top: -25%;
  }

  .md\:focus-within\:-mr-25\%:focus-within {
    margin-right: -25%;
  }

  .md\:focus-within\:-mb-25\%:focus-within {
    margin-bottom: -25%;
  }

  .md\:focus-within\:-ml-25\%:focus-within {
    margin-left: -25%;
  }

  .md\:focus-within\:-mt-26\%:focus-within {
    margin-top: -26%;
  }

  .md\:focus-within\:-mr-26\%:focus-within {
    margin-right: -26%;
  }

  .md\:focus-within\:-mb-26\%:focus-within {
    margin-bottom: -26%;
  }

  .md\:focus-within\:-ml-26\%:focus-within {
    margin-left: -26%;
  }

  .md\:focus-within\:-mt-30\%:focus-within {
    margin-top: -30%;
  }

  .md\:focus-within\:-mr-30\%:focus-within {
    margin-right: -30%;
  }

  .md\:focus-within\:-mb-30\%:focus-within {
    margin-bottom: -30%;
  }

  .md\:focus-within\:-ml-30\%:focus-within {
    margin-left: -30%;
  }

  .md\:focus-within\:-mt-40\%:focus-within {
    margin-top: -40%;
  }

  .md\:focus-within\:-mr-40\%:focus-within {
    margin-right: -40%;
  }

  .md\:focus-within\:-mb-40\%:focus-within {
    margin-bottom: -40%;
  }

  .md\:focus-within\:-ml-40\%:focus-within {
    margin-left: -40%;
  }

  .md\:focus-within\:-mt-50\%:focus-within {
    margin-top: -50%;
  }

  .md\:focus-within\:-mr-50\%:focus-within {
    margin-right: -50%;
  }

  .md\:focus-within\:-mb-50\%:focus-within {
    margin-bottom: -50%;
  }

  .md\:focus-within\:-ml-50\%:focus-within {
    margin-left: -50%;
  }

  .md\:focus-within\:-mt-60\%:focus-within {
    margin-top: -60%;
  }

  .md\:focus-within\:-mr-60\%:focus-within {
    margin-right: -60%;
  }

  .md\:focus-within\:-mb-60\%:focus-within {
    margin-bottom: -60%;
  }

  .md\:focus-within\:-ml-60\%:focus-within {
    margin-left: -60%;
  }

  .md\:focus-within\:-mt-70\%:focus-within {
    margin-top: -70%;
  }

  .md\:focus-within\:-mr-70\%:focus-within {
    margin-right: -70%;
  }

  .md\:focus-within\:-mb-70\%:focus-within {
    margin-bottom: -70%;
  }

  .md\:focus-within\:-ml-70\%:focus-within {
    margin-left: -70%;
  }

  .md\:focus-within\:-mt-80\%:focus-within {
    margin-top: -80%;
  }

  .md\:focus-within\:-mr-80\%:focus-within {
    margin-right: -80%;
  }

  .md\:focus-within\:-mb-80\%:focus-within {
    margin-bottom: -80%;
  }

  .md\:focus-within\:-ml-80\%:focus-within {
    margin-left: -80%;
  }

  .md\:focus-within\:-mt-90\%:focus-within {
    margin-top: -90%;
  }

  .md\:focus-within\:-mr-90\%:focus-within {
    margin-right: -90%;
  }

  .md\:focus-within\:-mb-90\%:focus-within {
    margin-bottom: -90%;
  }

  .md\:focus-within\:-ml-90\%:focus-within {
    margin-left: -90%;
  }

  .md\:focus-within\:-mt-95\%:focus-within {
    margin-top: -95%;
  }

  .md\:focus-within\:-mr-95\%:focus-within {
    margin-right: -95%;
  }

  .md\:focus-within\:-mb-95\%:focus-within {
    margin-bottom: -95%;
  }

  .md\:focus-within\:-ml-95\%:focus-within {
    margin-left: -95%;
  }

  .md\:focus-within\:-mt-96\%:focus-within {
    margin-top: -96%;
  }

  .md\:focus-within\:-mr-96\%:focus-within {
    margin-right: -96%;
  }

  .md\:focus-within\:-mb-96\%:focus-within {
    margin-bottom: -96%;
  }

  .md\:focus-within\:-ml-96\%:focus-within {
    margin-left: -96%;
  }

  .md\:focus-within\:-mt-97\%:focus-within {
    margin-top: -97%;
  }

  .md\:focus-within\:-mr-97\%:focus-within {
    margin-right: -97%;
  }

  .md\:focus-within\:-mb-97\%:focus-within {
    margin-bottom: -97%;
  }

  .md\:focus-within\:-ml-97\%:focus-within {
    margin-left: -97%;
  }

  .md\:focus-within\:-mt-98\%:focus-within {
    margin-top: -98%;
  }

  .md\:focus-within\:-mr-98\%:focus-within {
    margin-right: -98%;
  }

  .md\:focus-within\:-mb-98\%:focus-within {
    margin-bottom: -98%;
  }

  .md\:focus-within\:-ml-98\%:focus-within {
    margin-left: -98%;
  }

  .md\:focus-within\:-mt-99\%:focus-within {
    margin-top: -99%;
  }

  .md\:focus-within\:-mr-99\%:focus-within {
    margin-right: -99%;
  }

  .md\:focus-within\:-mb-99\%:focus-within {
    margin-bottom: -99%;
  }

  .md\:focus-within\:-ml-99\%:focus-within {
    margin-left: -99%;
  }

  .md\:focus-within\:-mt-36vh:focus-within {
    margin-top: -36vh;
  }

  .md\:focus-within\:-mr-36vh:focus-within {
    margin-right: -36vh;
  }

  .md\:focus-within\:-mb-36vh:focus-within {
    margin-bottom: -36vh;
  }

  .md\:focus-within\:-ml-36vh:focus-within {
    margin-left: -36vh;
  }

  .md\:focus-within\:-mt-75vh:focus-within {
    margin-top: -75vh;
  }

  .md\:focus-within\:-mr-75vh:focus-within {
    margin-right: -75vh;
  }

  .md\:focus-within\:-mb-75vh:focus-within {
    margin-bottom: -75vh;
  }

  .md\:focus-within\:-ml-75vh:focus-within {
    margin-left: -75vh;
  }

  .md\:focus-within\:-mt-78vh:focus-within {
    margin-top: -78vh;
  }

  .md\:focus-within\:-mr-78vh:focus-within {
    margin-right: -78vh;
  }

  .md\:focus-within\:-mb-78vh:focus-within {
    margin-bottom: -78vh;
  }

  .md\:focus-within\:-ml-78vh:focus-within {
    margin-left: -78vh;
  }

  .md\:focus-within\:-mt-80vh:focus-within {
    margin-top: -80vh;
  }

  .md\:focus-within\:-mr-80vh:focus-within {
    margin-right: -80vh;
  }

  .md\:focus-within\:-mb-80vh:focus-within {
    margin-bottom: -80vh;
  }

  .md\:focus-within\:-ml-80vh:focus-within {
    margin-left: -80vh;
  }

  .md\:focus-within\:-mt-82vh:focus-within {
    margin-top: -82vh;
  }

  .md\:focus-within\:-mr-82vh:focus-within {
    margin-right: -82vh;
  }

  .md\:focus-within\:-mb-82vh:focus-within {
    margin-bottom: -82vh;
  }

  .md\:focus-within\:-ml-82vh:focus-within {
    margin-left: -82vh;
  }

  .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-7 {
    margin: 1.75rem;
  }

  .group:hover .md\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .md\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .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-14 {
    margin: 3.5rem;
  }

  .group:hover .md\:group-hover\:m-15 {
    margin: 3.75rem;
  }

  .group:hover .md\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .md\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .md\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .md\:group-hover\:m-21 {
    margin: 5.25rem;
  }

  .group:hover .md\:group-hover\:m-22 {
    margin: 5.5rem;
  }

  .group:hover .md\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .md\:group-hover\:m-26 {
    margin: 6.5rem;
  }

  .group:hover .md\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .md\:group-hover\:m-30 {
    margin: 7.5rem;
  }

  .group:hover .md\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .md\:group-hover\:m-34 {
    margin: 8.5rem;
  }

  .group:hover .md\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .md\:group-hover\:m-38 {
    margin: 9.5rem;
  }

  .group:hover .md\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .md\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .md\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .md\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .md\:group-hover\:m-53 {
    margin: 13.25rem;
  }

  .group:hover .md\:group-hover\:m-54 {
    margin: 13.5rem;
  }

  .group:hover .md\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .md\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .md\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .md\:group-hover\:m-74 {
    margin: 18.5rem;
  }

  .group:hover .md\:group-hover\:m-76 {
    margin: 19rem;
  }

  .group:hover .md\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .md\:group-hover\:m-85 {
    margin: 21.25rem;
  }

  .group:hover .md\:group-hover\:m-100 {
    margin: 25rem;
  }

  .group:hover .md\:group-hover\:m-105 {
    margin: 26.25rem;
  }

  .group:hover .md\:group-hover\:m-107 {
    margin: 26.4rem;
  }

  .group:hover .md\:group-hover\:m-110 {
    margin: 27.5rem;
  }

  .group:hover .md\:group-hover\:m-120 {
    margin: 30rem;
  }

  .group:hover .md\:group-hover\:m-130 {
    margin: 38rem;
  }

  .group:hover .md\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .md\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .md\:group-hover\:m-250px {
    margin: 250px;
  }

  .group:hover .md\:group-hover\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:hover .md\:group-hover\:m-1\% {
    margin: 1%;
  }

  .group:hover .md\:group-hover\:m-2\% {
    margin: 2%;
  }

  .group:hover .md\:group-hover\:m-3\% {
    margin: 3%;
  }

  .group:hover .md\:group-hover\:m-4\% {
    margin: 4%;
  }

  .group:hover .md\:group-hover\:m-5\% {
    margin: 5%;
  }

  .group:hover .md\:group-hover\:m-10\% {
    margin: 10%;
  }

  .group:hover .md\:group-hover\:m-20\% {
    margin: 20%;
  }

  .group:hover .md\:group-hover\:m-23\% {
    margin: 23%;
  }

  .group:hover .md\:group-hover\:m-25\% {
    margin: 25%;
  }

  .group:hover .md\:group-hover\:m-26\% {
    margin: 26%;
  }

  .group:hover .md\:group-hover\:m-30\% {
    margin: 30%;
  }

  .group:hover .md\:group-hover\:m-40\% {
    margin: 40%;
  }

  .group:hover .md\:group-hover\:m-50\% {
    margin: 50%;
  }

  .group:hover .md\:group-hover\:m-60\% {
    margin: 60%;
  }

  .group:hover .md\:group-hover\:m-70\% {
    margin: 70%;
  }

  .group:hover .md\:group-hover\:m-80\% {
    margin: 80%;
  }

  .group:hover .md\:group-hover\:m-90\% {
    margin: 90%;
  }

  .group:hover .md\:group-hover\:m-95\% {
    margin: 95%;
  }

  .group:hover .md\:group-hover\:m-96\% {
    margin: 96%;
  }

  .group:hover .md\:group-hover\:m-97\% {
    margin: 97%;
  }

  .group:hover .md\:group-hover\:m-98\% {
    margin: 98%;
  }

  .group:hover .md\:group-hover\:m-99\% {
    margin: 99%;
  }

  .group:hover .md\:group-hover\:m-36vh {
    margin: 36vh;
  }

  .group:hover .md\:group-hover\:m-75vh {
    margin: 75vh;
  }

  .group:hover .md\:group-hover\:m-78vh {
    margin: 78vh;
  }

  .group:hover .md\:group-hover\:m-80vh {
    margin: 80vh;
  }

  .group:hover .md\:group-hover\:m-82vh {
    margin: 82vh;
  }

  .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-7 {
    margin: -1.75rem;
  }

  .group:hover .md\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .md\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .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-14 {
    margin: -3.5rem;
  }

  .group:hover .md\:group-hover\:-m-15 {
    margin: -3.75rem;
  }

  .group:hover .md\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .md\:group-hover\:-m-18 {
    margin: -4.5rem;
  }

  .group:hover .md\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .md\:group-hover\:-m-21 {
    margin: -5.25rem;
  }

  .group:hover .md\:group-hover\:-m-22 {
    margin: -5.5rem;
  }

  .group:hover .md\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .md\:group-hover\:-m-26 {
    margin: -6.5rem;
  }

  .group:hover .md\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .md\:group-hover\:-m-30 {
    margin: -7.5rem;
  }

  .group:hover .md\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .md\:group-hover\:-m-34 {
    margin: -8.5rem;
  }

  .group:hover .md\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .md\:group-hover\:-m-38 {
    margin: -9.5rem;
  }

  .group:hover .md\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .md\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .md\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .md\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .md\:group-hover\:-m-53 {
    margin: -13.25rem;
  }

  .group:hover .md\:group-hover\:-m-54 {
    margin: -13.5rem;
  }

  .group:hover .md\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .md\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .md\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .md\:group-hover\:-m-74 {
    margin: -18.5rem;
  }

  .group:hover .md\:group-hover\:-m-76 {
    margin: -19rem;
  }

  .group:hover .md\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .md\:group-hover\:-m-85 {
    margin: -21.25rem;
  }

  .group:hover .md\:group-hover\:-m-100 {
    margin: -25rem;
  }

  .group:hover .md\:group-hover\:-m-105 {
    margin: -26.25rem;
  }

  .group:hover .md\:group-hover\:-m-107 {
    margin: -26.4rem;
  }

  .group:hover .md\:group-hover\:-m-110 {
    margin: -27.5rem;
  }

  .group:hover .md\:group-hover\:-m-120 {
    margin: -30rem;
  }

  .group:hover .md\:group-hover\:-m-130 {
    margin: -38rem;
  }

  .group:hover .md\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .md\:group-hover\:-m-250px {
    margin: -250px;
  }

  .group:hover .md\:group-hover\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:hover .md\:group-hover\:-m-1\% {
    margin: -1%;
  }

  .group:hover .md\:group-hover\:-m-2\% {
    margin: -2%;
  }

  .group:hover .md\:group-hover\:-m-3\% {
    margin: -3%;
  }

  .group:hover .md\:group-hover\:-m-4\% {
    margin: -4%;
  }

  .group:hover .md\:group-hover\:-m-5\% {
    margin: -5%;
  }

  .group:hover .md\:group-hover\:-m-10\% {
    margin: -10%;
  }

  .group:hover .md\:group-hover\:-m-20\% {
    margin: -20%;
  }

  .group:hover .md\:group-hover\:-m-23\% {
    margin: -23%;
  }

  .group:hover .md\:group-hover\:-m-25\% {
    margin: -25%;
  }

  .group:hover .md\:group-hover\:-m-26\% {
    margin: -26%;
  }

  .group:hover .md\:group-hover\:-m-30\% {
    margin: -30%;
  }

  .group:hover .md\:group-hover\:-m-40\% {
    margin: -40%;
  }

  .group:hover .md\:group-hover\:-m-50\% {
    margin: -50%;
  }

  .group:hover .md\:group-hover\:-m-60\% {
    margin: -60%;
  }

  .group:hover .md\:group-hover\:-m-70\% {
    margin: -70%;
  }

  .group:hover .md\:group-hover\:-m-80\% {
    margin: -80%;
  }

  .group:hover .md\:group-hover\:-m-90\% {
    margin: -90%;
  }

  .group:hover .md\:group-hover\:-m-95\% {
    margin: -95%;
  }

  .group:hover .md\:group-hover\:-m-96\% {
    margin: -96%;
  }

  .group:hover .md\:group-hover\:-m-97\% {
    margin: -97%;
  }

  .group:hover .md\:group-hover\:-m-98\% {
    margin: -98%;
  }

  .group:hover .md\:group-hover\:-m-99\% {
    margin: -99%;
  }

  .group:hover .md\:group-hover\:-m-36vh {
    margin: -36vh;
  }

  .group:hover .md\:group-hover\:-m-75vh {
    margin: -75vh;
  }

  .group:hover .md\:group-hover\:-m-78vh {
    margin: -78vh;
  }

  .group:hover .md\:group-hover\:-m-80vh {
    margin: -80vh;
  }

  .group:hover .md\:group-hover\:-m-82vh {
    margin: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .md\:group-hover\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:hover .md\:group-hover\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:hover .md\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .md\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .md\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .md\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .md\:group-hover\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:hover .md\:group-hover\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:hover .md\:group-hover\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:hover .md\:group-hover\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.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-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:hover .md\:group-hover\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:hover .md\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .md\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .md\:group-hover\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:hover .md\:group-hover\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:hover .md\:group-hover\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:hover .md\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .md\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .md\:group-hover\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:hover .md\:group-hover\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:hover .md\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .md\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .md\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .md\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .md\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .md\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .md\:group-hover\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:hover .md\:group-hover\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:hover .md\:group-hover\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:hover .md\:group-hover\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:hover .md\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .md\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .md\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .md\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .md\:group-hover\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:hover .md\:group-hover\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:hover .md\:group-hover\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:hover .md\:group-hover\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:hover .md\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .md\:group-hover\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:hover .md\:group-hover\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:hover .md\:group-hover\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:hover .md\:group-hover\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:hover .md\:group-hover\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:hover .md\:group-hover\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:hover .md\:group-hover\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:hover .md\:group-hover\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:hover .md\:group-hover\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:hover .md\:group-hover\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:hover .md\:group-hover\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:hover .md\:group-hover\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:hover .md\:group-hover\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:hover .md\:group-hover\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .md\:group-hover\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .md\:group-hover\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:hover .md\:group-hover\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:hover .md\:group-hover\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .md\:group-hover\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .md\:group-hover\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:hover .md\:group-hover\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:hover .md\:group-hover\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:hover .md\:group-hover\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:hover .md\:group-hover\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:hover .md\:group-hover\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:hover .md\:group-hover\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:hover .md\:group-hover\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:hover .md\:group-hover\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:hover .md\:group-hover\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:hover .md\:group-hover\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .md\:group-hover\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .md\:group-hover\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:hover .md\:group-hover\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:hover .md\:group-hover\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .md\:group-hover\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .md\:group-hover\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:hover .md\:group-hover\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:hover .md\:group-hover\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:hover .md\:group-hover\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:hover .md\:group-hover\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .md\:group-hover\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .md\:group-hover\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:hover .md\:group-hover\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:hover .md\:group-hover\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:hover .md\:group-hover\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:hover .md\:group-hover\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:hover .md\:group-hover\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:hover .md\:group-hover\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .md\:group-hover\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .md\:group-hover\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .md\:group-hover\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .md\:group-hover\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .md\:group-hover\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .md\:group-hover\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .md\:group-hover\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .md\:group-hover\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:hover .md\:group-hover\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:hover .md\:group-hover\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:hover .md\:group-hover\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:hover .md\:group-hover\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:hover .md\:group-hover\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:hover .md\:group-hover\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:hover .md\:group-hover\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:hover .md\:group-hover\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:hover .md\:group-hover\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:hover .md\:group-hover\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:hover .md\:group-hover\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:hover .md\:group-hover\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .md\:group-hover\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .md\:group-hover\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:hover .md\:group-hover\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .md\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .md\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .md\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .md\:group-hover\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:hover .md\:group-hover\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:hover .md\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .md\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .md\:group-hover\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:hover .md\:group-hover\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:hover .md\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .md\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .md\:group-hover\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:hover .md\:group-hover\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:hover .md\:group-hover\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:hover .md\:group-hover\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.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-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:hover .md\:group-hover\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:hover .md\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .md\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .md\:group-hover\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:hover .md\:group-hover\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:hover .md\:group-hover\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:hover .md\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .md\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .md\:group-hover\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:hover .md\:group-hover\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:hover .md\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .md\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .md\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .md\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .md\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .md\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .md\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .md\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .md\:group-hover\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:hover .md\:group-hover\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:hover .md\:group-hover\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:hover .md\:group-hover\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:hover .md\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .md\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .md\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .md\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .md\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .md\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .md\:group-hover\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:hover .md\:group-hover\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:hover .md\:group-hover\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:hover .md\:group-hover\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:hover .md\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .md\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .md\:group-hover\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:hover .md\:group-hover\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:hover .md\:group-hover\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:hover .md\:group-hover\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:hover .md\:group-hover\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:hover .md\:group-hover\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:hover .md\:group-hover\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:hover .md\:group-hover\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:hover .md\:group-hover\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:hover .md\:group-hover\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:hover .md\:group-hover\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:hover .md\:group-hover\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:hover .md\:group-hover\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:hover .md\:group-hover\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .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\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .md\:group-hover\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .md\:group-hover\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:hover .md\:group-hover\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:hover .md\:group-hover\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .md\:group-hover\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .md\:group-hover\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:hover .md\:group-hover\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:hover .md\:group-hover\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:hover .md\:group-hover\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:hover .md\:group-hover\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:hover .md\:group-hover\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:hover .md\:group-hover\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:hover .md\:group-hover\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:hover .md\:group-hover\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:hover .md\:group-hover\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:hover .md\:group-hover\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .md\:group-hover\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .md\:group-hover\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:hover .md\:group-hover\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:hover .md\:group-hover\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .md\:group-hover\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .md\:group-hover\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:hover .md\:group-hover\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:hover .md\:group-hover\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:hover .md\:group-hover\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:hover .md\:group-hover\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .md\:group-hover\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .md\:group-hover\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:hover .md\:group-hover\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:hover .md\:group-hover\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:hover .md\:group-hover\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:hover .md\:group-hover\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:hover .md\:group-hover\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:hover .md\:group-hover\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .md\:group-hover\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .md\:group-hover\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .md\:group-hover\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .md\:group-hover\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .md\:group-hover\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .md\:group-hover\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .md\:group-hover\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .md\:group-hover\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:hover .md\:group-hover\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:hover .md\:group-hover\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:hover .md\:group-hover\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:hover .md\:group-hover\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:hover .md\:group-hover\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:hover .md\:group-hover\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:hover .md\:group-hover\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:hover .md\:group-hover\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:hover .md\:group-hover\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:hover .md\:group-hover\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:hover .md\:group-hover\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:hover .md\:group-hover\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .md\:group-hover\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .md\:group-hover\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:hover .md\:group-hover\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
  }

  .group:hover .md\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .md\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
  }

  .group:hover .md\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .md\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
  }

  .group:hover .md\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .md\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .md\:group-hover\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:hover .md\:group-hover\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:hover .md\:group-hover\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:hover .md\:group-hover\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:hover .md\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .md\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .md\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .md\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .md\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .md\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .md\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .md\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .md\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .md\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .md\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .md\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .md\:group-hover\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:hover .md\:group-hover\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:hover .md\:group-hover\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:hover .md\:group-hover\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:hover .md\:group-hover\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:hover .md\:group-hover\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:hover .md\:group-hover\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:hover .md\:group-hover\:ml-22 {
    margin-left: 5.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-26 {
    margin-top: 6.5rem;
  }

  .group:hover .md\:group-hover\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:hover .md\:group-hover\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:hover .md\:group-hover\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:hover .md\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .md\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .md\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .md\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .md\:group-hover\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:hover .md\:group-hover\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:hover .md\:group-hover\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:hover .md\:group-hover\:ml-30 {
    margin-left: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
  }

  .group:hover .md\:group-hover\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:hover .md\:group-hover\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:hover .md\:group-hover\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:hover .md\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .md\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .md\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .md\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .md\:group-hover\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:hover .md\:group-hover\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:hover .md\:group-hover\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:hover .md\:group-hover\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:hover .md\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .md\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .md\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .md\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .md\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .md\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .md\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .md\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .md\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .md\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .md\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .md\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .md\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .md\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .md\:group-hover\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:hover .md\:group-hover\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:hover .md\:group-hover\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:hover .md\:group-hover\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:hover .md\:group-hover\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:hover .md\:group-hover\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:hover .md\:group-hover\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:hover .md\:group-hover\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:hover .md\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .md\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .md\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .md\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .md\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .md\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .md\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .md\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .md\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .md\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .md\:group-hover\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:hover .md\:group-hover\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:hover .md\:group-hover\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:hover .md\:group-hover\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:hover .md\:group-hover\:mt-76 {
    margin-top: 19rem;
  }

  .group:hover .md\:group-hover\:mr-76 {
    margin-right: 19rem;
  }

  .group:hover .md\:group-hover\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:hover .md\:group-hover\:ml-76 {
    margin-left: 19rem;
  }

  .group:hover .md\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .md\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .md\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .md\:group-hover\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:hover .md\:group-hover\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:hover .md\:group-hover\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:hover .md\:group-hover\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:hover .md\:group-hover\:mt-100 {
    margin-top: 25rem;
  }

  .group:hover .md\:group-hover\:mr-100 {
    margin-right: 25rem;
  }

  .group:hover .md\:group-hover\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:hover .md\:group-hover\:ml-100 {
    margin-left: 25rem;
  }

  .group:hover .md\:group-hover\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:hover .md\:group-hover\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:hover .md\:group-hover\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:hover .md\:group-hover\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:hover .md\:group-hover\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:hover .md\:group-hover\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:hover .md\:group-hover\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:hover .md\:group-hover\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:hover .md\:group-hover\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:hover .md\:group-hover\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:hover .md\:group-hover\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:hover .md\:group-hover\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:hover .md\:group-hover\:mt-120 {
    margin-top: 30rem;
  }

  .group:hover .md\:group-hover\:mr-120 {
    margin-right: 30rem;
  }

  .group:hover .md\:group-hover\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:hover .md\:group-hover\:ml-120 {
    margin-left: 30rem;
  }

  .group:hover .md\:group-hover\:mt-130 {
    margin-top: 38rem;
  }

  .group:hover .md\:group-hover\:mr-130 {
    margin-right: 38rem;
  }

  .group:hover .md\:group-hover\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:hover .md\:group-hover\:ml-130 {
    margin-left: 38rem;
  }

  .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;
  }

  .group:hover .md\:group-hover\:mt-250px {
    margin-top: 250px;
  }

  .group:hover .md\:group-hover\:mr-250px {
    margin-right: 250px;
  }

  .group:hover .md\:group-hover\:mb-250px {
    margin-bottom: 250px;
  }

  .group:hover .md\:group-hover\:ml-250px {
    margin-left: 250px;
  }

  .group:hover .md\:group-hover\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:hover .md\:group-hover\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:hover .md\:group-hover\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:hover .md\:group-hover\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:hover .md\:group-hover\:mt-1\% {
    margin-top: 1%;
  }

  .group:hover .md\:group-hover\:mr-1\% {
    margin-right: 1%;
  }

  .group:hover .md\:group-hover\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:hover .md\:group-hover\:ml-1\% {
    margin-left: 1%;
  }

  .group:hover .md\:group-hover\:mt-2\% {
    margin-top: 2%;
  }

  .group:hover .md\:group-hover\:mr-2\% {
    margin-right: 2%;
  }

  .group:hover .md\:group-hover\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:hover .md\:group-hover\:ml-2\% {
    margin-left: 2%;
  }

  .group:hover .md\:group-hover\:mt-3\% {
    margin-top: 3%;
  }

  .group:hover .md\:group-hover\:mr-3\% {
    margin-right: 3%;
  }

  .group:hover .md\:group-hover\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:hover .md\:group-hover\:ml-3\% {
    margin-left: 3%;
  }

  .group:hover .md\:group-hover\:mt-4\% {
    margin-top: 4%;
  }

  .group:hover .md\:group-hover\:mr-4\% {
    margin-right: 4%;
  }

  .group:hover .md\:group-hover\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:hover .md\:group-hover\:ml-4\% {
    margin-left: 4%;
  }

  .group:hover .md\:group-hover\:mt-5\% {
    margin-top: 5%;
  }

  .group:hover .md\:group-hover\:mr-5\% {
    margin-right: 5%;
  }

  .group:hover .md\:group-hover\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:hover .md\:group-hover\:ml-5\% {
    margin-left: 5%;
  }

  .group:hover .md\:group-hover\:mt-10\% {
    margin-top: 10%;
  }

  .group:hover .md\:group-hover\:mr-10\% {
    margin-right: 10%;
  }

  .group:hover .md\:group-hover\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:hover .md\:group-hover\:ml-10\% {
    margin-left: 10%;
  }

  .group:hover .md\:group-hover\:mt-20\% {
    margin-top: 20%;
  }

  .group:hover .md\:group-hover\:mr-20\% {
    margin-right: 20%;
  }

  .group:hover .md\:group-hover\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:hover .md\:group-hover\:ml-20\% {
    margin-left: 20%;
  }

  .group:hover .md\:group-hover\:mt-23\% {
    margin-top: 23%;
  }

  .group:hover .md\:group-hover\:mr-23\% {
    margin-right: 23%;
  }

  .group:hover .md\:group-hover\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:hover .md\:group-hover\:ml-23\% {
    margin-left: 23%;
  }

  .group:hover .md\:group-hover\:mt-25\% {
    margin-top: 25%;
  }

  .group:hover .md\:group-hover\:mr-25\% {
    margin-right: 25%;
  }

  .group:hover .md\:group-hover\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:hover .md\:group-hover\:ml-25\% {
    margin-left: 25%;
  }

  .group:hover .md\:group-hover\:mt-26\% {
    margin-top: 26%;
  }

  .group:hover .md\:group-hover\:mr-26\% {
    margin-right: 26%;
  }

  .group:hover .md\:group-hover\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:hover .md\:group-hover\:ml-26\% {
    margin-left: 26%;
  }

  .group:hover .md\:group-hover\:mt-30\% {
    margin-top: 30%;
  }

  .group:hover .md\:group-hover\:mr-30\% {
    margin-right: 30%;
  }

  .group:hover .md\:group-hover\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:hover .md\:group-hover\:ml-30\% {
    margin-left: 30%;
  }

  .group:hover .md\:group-hover\:mt-40\% {
    margin-top: 40%;
  }

  .group:hover .md\:group-hover\:mr-40\% {
    margin-right: 40%;
  }

  .group:hover .md\:group-hover\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:hover .md\:group-hover\:ml-40\% {
    margin-left: 40%;
  }

  .group:hover .md\:group-hover\:mt-50\% {
    margin-top: 50%;
  }

  .group:hover .md\:group-hover\:mr-50\% {
    margin-right: 50%;
  }

  .group:hover .md\:group-hover\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:hover .md\:group-hover\:ml-50\% {
    margin-left: 50%;
  }

  .group:hover .md\:group-hover\:mt-60\% {
    margin-top: 60%;
  }

  .group:hover .md\:group-hover\:mr-60\% {
    margin-right: 60%;
  }

  .group:hover .md\:group-hover\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:hover .md\:group-hover\:ml-60\% {
    margin-left: 60%;
  }

  .group:hover .md\:group-hover\:mt-70\% {
    margin-top: 70%;
  }

  .group:hover .md\:group-hover\:mr-70\% {
    margin-right: 70%;
  }

  .group:hover .md\:group-hover\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:hover .md\:group-hover\:ml-70\% {
    margin-left: 70%;
  }

  .group:hover .md\:group-hover\:mt-80\% {
    margin-top: 80%;
  }

  .group:hover .md\:group-hover\:mr-80\% {
    margin-right: 80%;
  }

  .group:hover .md\:group-hover\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:hover .md\:group-hover\:ml-80\% {
    margin-left: 80%;
  }

  .group:hover .md\:group-hover\:mt-90\% {
    margin-top: 90%;
  }

  .group:hover .md\:group-hover\:mr-90\% {
    margin-right: 90%;
  }

  .group:hover .md\:group-hover\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:hover .md\:group-hover\:ml-90\% {
    margin-left: 90%;
  }

  .group:hover .md\:group-hover\:mt-95\% {
    margin-top: 95%;
  }

  .group:hover .md\:group-hover\:mr-95\% {
    margin-right: 95%;
  }

  .group:hover .md\:group-hover\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:hover .md\:group-hover\:ml-95\% {
    margin-left: 95%;
  }

  .group:hover .md\:group-hover\:mt-96\% {
    margin-top: 96%;
  }

  .group:hover .md\:group-hover\:mr-96\% {
    margin-right: 96%;
  }

  .group:hover .md\:group-hover\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:hover .md\:group-hover\:ml-96\% {
    margin-left: 96%;
  }

  .group:hover .md\:group-hover\:mt-97\% {
    margin-top: 97%;
  }

  .group:hover .md\:group-hover\:mr-97\% {
    margin-right: 97%;
  }

  .group:hover .md\:group-hover\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:hover .md\:group-hover\:ml-97\% {
    margin-left: 97%;
  }

  .group:hover .md\:group-hover\:mt-98\% {
    margin-top: 98%;
  }

  .group:hover .md\:group-hover\:mr-98\% {
    margin-right: 98%;
  }

  .group:hover .md\:group-hover\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:hover .md\:group-hover\:ml-98\% {
    margin-left: 98%;
  }

  .group:hover .md\:group-hover\:mt-99\% {
    margin-top: 99%;
  }

  .group:hover .md\:group-hover\:mr-99\% {
    margin-right: 99%;
  }

  .group:hover .md\:group-hover\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:hover .md\:group-hover\:ml-99\% {
    margin-left: 99%;
  }

  .group:hover .md\:group-hover\:mt-36vh {
    margin-top: 36vh;
  }

  .group:hover .md\:group-hover\:mr-36vh {
    margin-right: 36vh;
  }

  .group:hover .md\:group-hover\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:hover .md\:group-hover\:ml-36vh {
    margin-left: 36vh;
  }

  .group:hover .md\:group-hover\:mt-75vh {
    margin-top: 75vh;
  }

  .group:hover .md\:group-hover\:mr-75vh {
    margin-right: 75vh;
  }

  .group:hover .md\:group-hover\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:hover .md\:group-hover\:ml-75vh {
    margin-left: 75vh;
  }

  .group:hover .md\:group-hover\:mt-78vh {
    margin-top: 78vh;
  }

  .group:hover .md\:group-hover\:mr-78vh {
    margin-right: 78vh;
  }

  .group:hover .md\:group-hover\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:hover .md\:group-hover\:ml-78vh {
    margin-left: 78vh;
  }

  .group:hover .md\:group-hover\:mt-80vh {
    margin-top: 80vh;
  }

  .group:hover .md\:group-hover\:mr-80vh {
    margin-right: 80vh;
  }

  .group:hover .md\:group-hover\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:hover .md\:group-hover\:ml-80vh {
    margin-left: 80vh;
  }

  .group:hover .md\:group-hover\:mt-82vh {
    margin-top: 82vh;
  }

  .group:hover .md\:group-hover\:mr-82vh {
    margin-right: 82vh;
  }

  .group:hover .md\:group-hover\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:hover .md\:group-hover\:ml-82vh {
    margin-left: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
  }

  .group:hover .md\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .md\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .md\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
  }

  .group:hover .md\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .md\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .md\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
  }

  .group:hover .md\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .md\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .md\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .md\:group-hover\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:hover .md\:group-hover\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:hover .md\:group-hover\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:hover .md\:group-hover\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:hover .md\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .md\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .md\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .md\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .md\:group-hover\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:hover .md\:group-hover\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:hover .md\:group-hover\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:hover .md\:group-hover\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:hover .md\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .md\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .md\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .md\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .md\:group-hover\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:hover .md\:group-hover\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:hover .md\:group-hover\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:hover .md\:group-hover\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:hover .md\:group-hover\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:hover .md\:group-hover\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:hover .md\:group-hover\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:hover .md\:group-hover\:-ml-22 {
    margin-left: -5.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-26 {
    margin-top: -6.5rem;
  }

  .group:hover .md\:group-hover\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:hover .md\:group-hover\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:hover .md\:group-hover\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:hover .md\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .md\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .md\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .md\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .md\:group-hover\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:hover .md\:group-hover\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:hover .md\:group-hover\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:hover .md\:group-hover\:-ml-30 {
    margin-left: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
  }

  .group:hover .md\:group-hover\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:hover .md\:group-hover\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:hover .md\:group-hover\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:hover .md\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .md\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .md\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .md\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .md\:group-hover\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:hover .md\:group-hover\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:hover .md\:group-hover\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:hover .md\:group-hover\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:hover .md\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .md\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .md\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .md\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .md\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .md\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .md\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .md\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .md\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .md\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .md\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .md\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .md\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .md\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .md\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .md\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .md\:group-hover\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:hover .md\:group-hover\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:hover .md\:group-hover\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:hover .md\:group-hover\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:hover .md\:group-hover\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:hover .md\:group-hover\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:hover .md\:group-hover\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:hover .md\:group-hover\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:hover .md\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .md\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .md\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .md\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .md\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .md\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .md\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .md\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .md\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .md\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .md\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .md\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .md\:group-hover\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:hover .md\:group-hover\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:hover .md\:group-hover\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:hover .md\:group-hover\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:hover .md\:group-hover\:-mt-76 {
    margin-top: -19rem;
  }

  .group:hover .md\:group-hover\:-mr-76 {
    margin-right: -19rem;
  }

  .group:hover .md\:group-hover\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:hover .md\:group-hover\:-ml-76 {
    margin-left: -19rem;
  }

  .group:hover .md\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .md\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .md\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .md\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .md\:group-hover\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:hover .md\:group-hover\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:hover .md\:group-hover\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:hover .md\:group-hover\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:hover .md\:group-hover\:-mt-100 {
    margin-top: -25rem;
  }

  .group:hover .md\:group-hover\:-mr-100 {
    margin-right: -25rem;
  }

  .group:hover .md\:group-hover\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:hover .md\:group-hover\:-ml-100 {
    margin-left: -25rem;
  }

  .group:hover .md\:group-hover\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:hover .md\:group-hover\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:hover .md\:group-hover\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:hover .md\:group-hover\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:hover .md\:group-hover\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:hover .md\:group-hover\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:hover .md\:group-hover\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:hover .md\:group-hover\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:hover .md\:group-hover\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:hover .md\:group-hover\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:hover .md\:group-hover\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:hover .md\:group-hover\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:hover .md\:group-hover\:-mt-120 {
    margin-top: -30rem;
  }

  .group:hover .md\:group-hover\:-mr-120 {
    margin-right: -30rem;
  }

  .group:hover .md\:group-hover\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:hover .md\:group-hover\:-ml-120 {
    margin-left: -30rem;
  }

  .group:hover .md\:group-hover\:-mt-130 {
    margin-top: -38rem;
  }

  .group:hover .md\:group-hover\:-mr-130 {
    margin-right: -38rem;
  }

  .group:hover .md\:group-hover\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:hover .md\:group-hover\:-ml-130 {
    margin-left: -38rem;
  }

  .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;
  }

  .group:hover .md\:group-hover\:-mt-250px {
    margin-top: -250px;
  }

  .group:hover .md\:group-hover\:-mr-250px {
    margin-right: -250px;
  }

  .group:hover .md\:group-hover\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:hover .md\:group-hover\:-ml-250px {
    margin-left: -250px;
  }

  .group:hover .md\:group-hover\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:hover .md\:group-hover\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:hover .md\:group-hover\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:hover .md\:group-hover\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:hover .md\:group-hover\:-mt-1\% {
    margin-top: -1%;
  }

  .group:hover .md\:group-hover\:-mr-1\% {
    margin-right: -1%;
  }

  .group:hover .md\:group-hover\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:hover .md\:group-hover\:-ml-1\% {
    margin-left: -1%;
  }

  .group:hover .md\:group-hover\:-mt-2\% {
    margin-top: -2%;
  }

  .group:hover .md\:group-hover\:-mr-2\% {
    margin-right: -2%;
  }

  .group:hover .md\:group-hover\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:hover .md\:group-hover\:-ml-2\% {
    margin-left: -2%;
  }

  .group:hover .md\:group-hover\:-mt-3\% {
    margin-top: -3%;
  }

  .group:hover .md\:group-hover\:-mr-3\% {
    margin-right: -3%;
  }

  .group:hover .md\:group-hover\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:hover .md\:group-hover\:-ml-3\% {
    margin-left: -3%;
  }

  .group:hover .md\:group-hover\:-mt-4\% {
    margin-top: -4%;
  }

  .group:hover .md\:group-hover\:-mr-4\% {
    margin-right: -4%;
  }

  .group:hover .md\:group-hover\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:hover .md\:group-hover\:-ml-4\% {
    margin-left: -4%;
  }

  .group:hover .md\:group-hover\:-mt-5\% {
    margin-top: -5%;
  }

  .group:hover .md\:group-hover\:-mr-5\% {
    margin-right: -5%;
  }

  .group:hover .md\:group-hover\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:hover .md\:group-hover\:-ml-5\% {
    margin-left: -5%;
  }

  .group:hover .md\:group-hover\:-mt-10\% {
    margin-top: -10%;
  }

  .group:hover .md\:group-hover\:-mr-10\% {
    margin-right: -10%;
  }

  .group:hover .md\:group-hover\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:hover .md\:group-hover\:-ml-10\% {
    margin-left: -10%;
  }

  .group:hover .md\:group-hover\:-mt-20\% {
    margin-top: -20%;
  }

  .group:hover .md\:group-hover\:-mr-20\% {
    margin-right: -20%;
  }

  .group:hover .md\:group-hover\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:hover .md\:group-hover\:-ml-20\% {
    margin-left: -20%;
  }

  .group:hover .md\:group-hover\:-mt-23\% {
    margin-top: -23%;
  }

  .group:hover .md\:group-hover\:-mr-23\% {
    margin-right: -23%;
  }

  .group:hover .md\:group-hover\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:hover .md\:group-hover\:-ml-23\% {
    margin-left: -23%;
  }

  .group:hover .md\:group-hover\:-mt-25\% {
    margin-top: -25%;
  }

  .group:hover .md\:group-hover\:-mr-25\% {
    margin-right: -25%;
  }

  .group:hover .md\:group-hover\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:hover .md\:group-hover\:-ml-25\% {
    margin-left: -25%;
  }

  .group:hover .md\:group-hover\:-mt-26\% {
    margin-top: -26%;
  }

  .group:hover .md\:group-hover\:-mr-26\% {
    margin-right: -26%;
  }

  .group:hover .md\:group-hover\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:hover .md\:group-hover\:-ml-26\% {
    margin-left: -26%;
  }

  .group:hover .md\:group-hover\:-mt-30\% {
    margin-top: -30%;
  }

  .group:hover .md\:group-hover\:-mr-30\% {
    margin-right: -30%;
  }

  .group:hover .md\:group-hover\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:hover .md\:group-hover\:-ml-30\% {
    margin-left: -30%;
  }

  .group:hover .md\:group-hover\:-mt-40\% {
    margin-top: -40%;
  }

  .group:hover .md\:group-hover\:-mr-40\% {
    margin-right: -40%;
  }

  .group:hover .md\:group-hover\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:hover .md\:group-hover\:-ml-40\% {
    margin-left: -40%;
  }

  .group:hover .md\:group-hover\:-mt-50\% {
    margin-top: -50%;
  }

  .group:hover .md\:group-hover\:-mr-50\% {
    margin-right: -50%;
  }

  .group:hover .md\:group-hover\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:hover .md\:group-hover\:-ml-50\% {
    margin-left: -50%;
  }

  .group:hover .md\:group-hover\:-mt-60\% {
    margin-top: -60%;
  }

  .group:hover .md\:group-hover\:-mr-60\% {
    margin-right: -60%;
  }

  .group:hover .md\:group-hover\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:hover .md\:group-hover\:-ml-60\% {
    margin-left: -60%;
  }

  .group:hover .md\:group-hover\:-mt-70\% {
    margin-top: -70%;
  }

  .group:hover .md\:group-hover\:-mr-70\% {
    margin-right: -70%;
  }

  .group:hover .md\:group-hover\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:hover .md\:group-hover\:-ml-70\% {
    margin-left: -70%;
  }

  .group:hover .md\:group-hover\:-mt-80\% {
    margin-top: -80%;
  }

  .group:hover .md\:group-hover\:-mr-80\% {
    margin-right: -80%;
  }

  .group:hover .md\:group-hover\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:hover .md\:group-hover\:-ml-80\% {
    margin-left: -80%;
  }

  .group:hover .md\:group-hover\:-mt-90\% {
    margin-top: -90%;
  }

  .group:hover .md\:group-hover\:-mr-90\% {
    margin-right: -90%;
  }

  .group:hover .md\:group-hover\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:hover .md\:group-hover\:-ml-90\% {
    margin-left: -90%;
  }

  .group:hover .md\:group-hover\:-mt-95\% {
    margin-top: -95%;
  }

  .group:hover .md\:group-hover\:-mr-95\% {
    margin-right: -95%;
  }

  .group:hover .md\:group-hover\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:hover .md\:group-hover\:-ml-95\% {
    margin-left: -95%;
  }

  .group:hover .md\:group-hover\:-mt-96\% {
    margin-top: -96%;
  }

  .group:hover .md\:group-hover\:-mr-96\% {
    margin-right: -96%;
  }

  .group:hover .md\:group-hover\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:hover .md\:group-hover\:-ml-96\% {
    margin-left: -96%;
  }

  .group:hover .md\:group-hover\:-mt-97\% {
    margin-top: -97%;
  }

  .group:hover .md\:group-hover\:-mr-97\% {
    margin-right: -97%;
  }

  .group:hover .md\:group-hover\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:hover .md\:group-hover\:-ml-97\% {
    margin-left: -97%;
  }

  .group:hover .md\:group-hover\:-mt-98\% {
    margin-top: -98%;
  }

  .group:hover .md\:group-hover\:-mr-98\% {
    margin-right: -98%;
  }

  .group:hover .md\:group-hover\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:hover .md\:group-hover\:-ml-98\% {
    margin-left: -98%;
  }

  .group:hover .md\:group-hover\:-mt-99\% {
    margin-top: -99%;
  }

  .group:hover .md\:group-hover\:-mr-99\% {
    margin-right: -99%;
  }

  .group:hover .md\:group-hover\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:hover .md\:group-hover\:-ml-99\% {
    margin-left: -99%;
  }

  .group:hover .md\:group-hover\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:hover .md\:group-hover\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:hover .md\:group-hover\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:hover .md\:group-hover\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:hover .md\:group-hover\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:hover .md\:group-hover\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:hover .md\:group-hover\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:hover .md\:group-hover\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:hover .md\:group-hover\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:hover .md\:group-hover\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:hover .md\:group-hover\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:hover .md\:group-hover\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:hover .md\:group-hover\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:hover .md\:group-hover\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:hover .md\:group-hover\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:hover .md\:group-hover\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:hover .md\:group-hover\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:hover .md\:group-hover\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:hover .md\:group-hover\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:hover .md\:group-hover\:-ml-82vh {
    margin-left: -82vh;
  }

  .group:focus .md\:group-focus\:m-0 {
    margin: 0;
  }

  .group:focus .md\:group-focus\:m-1 {
    margin: 0.25rem;
  }

  .group:focus .md\:group-focus\:m-2 {
    margin: 0.5rem;
  }

  .group:focus .md\:group-focus\:m-3 {
    margin: 0.75rem;
  }

  .group:focus .md\:group-focus\:m-4 {
    margin: 1rem;
  }

  .group:focus .md\:group-focus\:m-5 {
    margin: 1.25rem;
  }

  .group:focus .md\:group-focus\:m-6 {
    margin: 1.5rem;
  }

  .group:focus .md\:group-focus\:m-7 {
    margin: 1.75rem;
  }

  .group:focus .md\:group-focus\:m-8 {
    margin: 2rem;
  }

  .group:focus .md\:group-focus\:m-9 {
    margin: 2.25rem;
  }

  .group:focus .md\:group-focus\:m-10 {
    margin: 2.5rem;
  }

  .group:focus .md\:group-focus\:m-12 {
    margin: 3rem;
  }

  .group:focus .md\:group-focus\:m-14 {
    margin: 3.5rem;
  }

  .group:focus .md\:group-focus\:m-15 {
    margin: 3.75rem;
  }

  .group:focus .md\:group-focus\:m-16 {
    margin: 4rem;
  }

  .group:focus .md\:group-focus\:m-18 {
    margin: 4.5rem;
  }

  .group:focus .md\:group-focus\:m-20 {
    margin: 5rem;
  }

  .group:focus .md\:group-focus\:m-21 {
    margin: 5.25rem;
  }

  .group:focus .md\:group-focus\:m-22 {
    margin: 5.5rem;
  }

  .group:focus .md\:group-focus\:m-24 {
    margin: 6rem;
  }

  .group:focus .md\:group-focus\:m-26 {
    margin: 6.5rem;
  }

  .group:focus .md\:group-focus\:m-28 {
    margin: 7rem;
  }

  .group:focus .md\:group-focus\:m-30 {
    margin: 7.5rem;
  }

  .group:focus .md\:group-focus\:m-32 {
    margin: 8rem;
  }

  .group:focus .md\:group-focus\:m-34 {
    margin: 8.5rem;
  }

  .group:focus .md\:group-focus\:m-36 {
    margin: 9rem;
  }

  .group:focus .md\:group-focus\:m-38 {
    margin: 9.5rem;
  }

  .group:focus .md\:group-focus\:m-40 {
    margin: 10rem;
  }

  .group:focus .md\:group-focus\:m-44 {
    margin: 11rem;
  }

  .group:focus .md\:group-focus\:m-48 {
    margin: 12rem;
  }

  .group:focus .md\:group-focus\:m-52 {
    margin: 13rem;
  }

  .group:focus .md\:group-focus\:m-53 {
    margin: 13.25rem;
  }

  .group:focus .md\:group-focus\:m-54 {
    margin: 13.5rem;
  }

  .group:focus .md\:group-focus\:m-56 {
    margin: 14rem;
  }

  .group:focus .md\:group-focus\:m-64 {
    margin: 16rem;
  }

  .group:focus .md\:group-focus\:m-72 {
    margin: 18rem;
  }

  .group:focus .md\:group-focus\:m-74 {
    margin: 18.5rem;
  }

  .group:focus .md\:group-focus\:m-76 {
    margin: 19rem;
  }

  .group:focus .md\:group-focus\:m-80 {
    margin: 20rem;
  }

  .group:focus .md\:group-focus\:m-85 {
    margin: 21.25rem;
  }

  .group:focus .md\:group-focus\:m-100 {
    margin: 25rem;
  }

  .group:focus .md\:group-focus\:m-105 {
    margin: 26.25rem;
  }

  .group:focus .md\:group-focus\:m-107 {
    margin: 26.4rem;
  }

  .group:focus .md\:group-focus\:m-110 {
    margin: 27.5rem;
  }

  .group:focus .md\:group-focus\:m-120 {
    margin: 30rem;
  }

  .group:focus .md\:group-focus\:m-130 {
    margin: 38rem;
  }

  .group:focus .md\:group-focus\:m-auto {
    margin: auto;
  }

  .group:focus .md\:group-focus\:m-px {
    margin: 1px;
  }

  .group:focus .md\:group-focus\:m-250px {
    margin: 250px;
  }

  .group:focus .md\:group-focus\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:focus .md\:group-focus\:m-1\% {
    margin: 1%;
  }

  .group:focus .md\:group-focus\:m-2\% {
    margin: 2%;
  }

  .group:focus .md\:group-focus\:m-3\% {
    margin: 3%;
  }

  .group:focus .md\:group-focus\:m-4\% {
    margin: 4%;
  }

  .group:focus .md\:group-focus\:m-5\% {
    margin: 5%;
  }

  .group:focus .md\:group-focus\:m-10\% {
    margin: 10%;
  }

  .group:focus .md\:group-focus\:m-20\% {
    margin: 20%;
  }

  .group:focus .md\:group-focus\:m-23\% {
    margin: 23%;
  }

  .group:focus .md\:group-focus\:m-25\% {
    margin: 25%;
  }

  .group:focus .md\:group-focus\:m-26\% {
    margin: 26%;
  }

  .group:focus .md\:group-focus\:m-30\% {
    margin: 30%;
  }

  .group:focus .md\:group-focus\:m-40\% {
    margin: 40%;
  }

  .group:focus .md\:group-focus\:m-50\% {
    margin: 50%;
  }

  .group:focus .md\:group-focus\:m-60\% {
    margin: 60%;
  }

  .group:focus .md\:group-focus\:m-70\% {
    margin: 70%;
  }

  .group:focus .md\:group-focus\:m-80\% {
    margin: 80%;
  }

  .group:focus .md\:group-focus\:m-90\% {
    margin: 90%;
  }

  .group:focus .md\:group-focus\:m-95\% {
    margin: 95%;
  }

  .group:focus .md\:group-focus\:m-96\% {
    margin: 96%;
  }

  .group:focus .md\:group-focus\:m-97\% {
    margin: 97%;
  }

  .group:focus .md\:group-focus\:m-98\% {
    margin: 98%;
  }

  .group:focus .md\:group-focus\:m-99\% {
    margin: 99%;
  }

  .group:focus .md\:group-focus\:m-36vh {
    margin: 36vh;
  }

  .group:focus .md\:group-focus\:m-75vh {
    margin: 75vh;
  }

  .group:focus .md\:group-focus\:m-78vh {
    margin: 78vh;
  }

  .group:focus .md\:group-focus\:m-80vh {
    margin: 80vh;
  }

  .group:focus .md\:group-focus\:m-82vh {
    margin: 82vh;
  }

  .group:focus .md\:group-focus\:-m-1 {
    margin: -0.25rem;
  }

  .group:focus .md\:group-focus\:-m-2 {
    margin: -0.5rem;
  }

  .group:focus .md\:group-focus\:-m-3 {
    margin: -0.75rem;
  }

  .group:focus .md\:group-focus\:-m-4 {
    margin: -1rem;
  }

  .group:focus .md\:group-focus\:-m-5 {
    margin: -1.25rem;
  }

  .group:focus .md\:group-focus\:-m-6 {
    margin: -1.5rem;
  }

  .group:focus .md\:group-focus\:-m-7 {
    margin: -1.75rem;
  }

  .group:focus .md\:group-focus\:-m-8 {
    margin: -2rem;
  }

  .group:focus .md\:group-focus\:-m-9 {
    margin: -2.25rem;
  }

  .group:focus .md\:group-focus\:-m-10 {
    margin: -2.5rem;
  }

  .group:focus .md\:group-focus\:-m-12 {
    margin: -3rem;
  }

  .group:focus .md\:group-focus\:-m-14 {
    margin: -3.5rem;
  }

  .group:focus .md\:group-focus\:-m-15 {
    margin: -3.75rem;
  }

  .group:focus .md\:group-focus\:-m-16 {
    margin: -4rem;
  }

  .group:focus .md\:group-focus\:-m-18 {
    margin: -4.5rem;
  }

  .group:focus .md\:group-focus\:-m-20 {
    margin: -5rem;
  }

  .group:focus .md\:group-focus\:-m-21 {
    margin: -5.25rem;
  }

  .group:focus .md\:group-focus\:-m-22 {
    margin: -5.5rem;
  }

  .group:focus .md\:group-focus\:-m-24 {
    margin: -6rem;
  }

  .group:focus .md\:group-focus\:-m-26 {
    margin: -6.5rem;
  }

  .group:focus .md\:group-focus\:-m-28 {
    margin: -7rem;
  }

  .group:focus .md\:group-focus\:-m-30 {
    margin: -7.5rem;
  }

  .group:focus .md\:group-focus\:-m-32 {
    margin: -8rem;
  }

  .group:focus .md\:group-focus\:-m-34 {
    margin: -8.5rem;
  }

  .group:focus .md\:group-focus\:-m-36 {
    margin: -9rem;
  }

  .group:focus .md\:group-focus\:-m-38 {
    margin: -9.5rem;
  }

  .group:focus .md\:group-focus\:-m-40 {
    margin: -10rem;
  }

  .group:focus .md\:group-focus\:-m-44 {
    margin: -11rem;
  }

  .group:focus .md\:group-focus\:-m-48 {
    margin: -12rem;
  }

  .group:focus .md\:group-focus\:-m-52 {
    margin: -13rem;
  }

  .group:focus .md\:group-focus\:-m-53 {
    margin: -13.25rem;
  }

  .group:focus .md\:group-focus\:-m-54 {
    margin: -13.5rem;
  }

  .group:focus .md\:group-focus\:-m-56 {
    margin: -14rem;
  }

  .group:focus .md\:group-focus\:-m-64 {
    margin: -16rem;
  }

  .group:focus .md\:group-focus\:-m-72 {
    margin: -18rem;
  }

  .group:focus .md\:group-focus\:-m-74 {
    margin: -18.5rem;
  }

  .group:focus .md\:group-focus\:-m-76 {
    margin: -19rem;
  }

  .group:focus .md\:group-focus\:-m-80 {
    margin: -20rem;
  }

  .group:focus .md\:group-focus\:-m-85 {
    margin: -21.25rem;
  }

  .group:focus .md\:group-focus\:-m-100 {
    margin: -25rem;
  }

  .group:focus .md\:group-focus\:-m-105 {
    margin: -26.25rem;
  }

  .group:focus .md\:group-focus\:-m-107 {
    margin: -26.4rem;
  }

  .group:focus .md\:group-focus\:-m-110 {
    margin: -27.5rem;
  }

  .group:focus .md\:group-focus\:-m-120 {
    margin: -30rem;
  }

  .group:focus .md\:group-focus\:-m-130 {
    margin: -38rem;
  }

  .group:focus .md\:group-focus\:-m-px {
    margin: -1px;
  }

  .group:focus .md\:group-focus\:-m-250px {
    margin: -250px;
  }

  .group:focus .md\:group-focus\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:focus .md\:group-focus\:-m-1\% {
    margin: -1%;
  }

  .group:focus .md\:group-focus\:-m-2\% {
    margin: -2%;
  }

  .group:focus .md\:group-focus\:-m-3\% {
    margin: -3%;
  }

  .group:focus .md\:group-focus\:-m-4\% {
    margin: -4%;
  }

  .group:focus .md\:group-focus\:-m-5\% {
    margin: -5%;
  }

  .group:focus .md\:group-focus\:-m-10\% {
    margin: -10%;
  }

  .group:focus .md\:group-focus\:-m-20\% {
    margin: -20%;
  }

  .group:focus .md\:group-focus\:-m-23\% {
    margin: -23%;
  }

  .group:focus .md\:group-focus\:-m-25\% {
    margin: -25%;
  }

  .group:focus .md\:group-focus\:-m-26\% {
    margin: -26%;
  }

  .group:focus .md\:group-focus\:-m-30\% {
    margin: -30%;
  }

  .group:focus .md\:group-focus\:-m-40\% {
    margin: -40%;
  }

  .group:focus .md\:group-focus\:-m-50\% {
    margin: -50%;
  }

  .group:focus .md\:group-focus\:-m-60\% {
    margin: -60%;
  }

  .group:focus .md\:group-focus\:-m-70\% {
    margin: -70%;
  }

  .group:focus .md\:group-focus\:-m-80\% {
    margin: -80%;
  }

  .group:focus .md\:group-focus\:-m-90\% {
    margin: -90%;
  }

  .group:focus .md\:group-focus\:-m-95\% {
    margin: -95%;
  }

  .group:focus .md\:group-focus\:-m-96\% {
    margin: -96%;
  }

  .group:focus .md\:group-focus\:-m-97\% {
    margin: -97%;
  }

  .group:focus .md\:group-focus\:-m-98\% {
    margin: -98%;
  }

  .group:focus .md\:group-focus\:-m-99\% {
    margin: -99%;
  }

  .group:focus .md\:group-focus\:-m-36vh {
    margin: -36vh;
  }

  .group:focus .md\:group-focus\:-m-75vh {
    margin: -75vh;
  }

  .group:focus .md\:group-focus\:-m-78vh {
    margin: -78vh;
  }

  .group:focus .md\:group-focus\:-m-80vh {
    margin: -80vh;
  }

  .group:focus .md\:group-focus\:-m-82vh {
    margin: -82vh;
  }

  .group:focus .md\:group-focus\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:focus .md\:group-focus\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:focus .md\:group-focus\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:focus .md\:group-focus\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:focus .md\:group-focus\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:focus .md\:group-focus\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:focus .md\:group-focus\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:focus .md\:group-focus\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:focus .md\:group-focus\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:focus .md\:group-focus\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:focus .md\:group-focus\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:focus .md\:group-focus\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:focus .md\:group-focus\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:focus .md\:group-focus\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:focus .md\:group-focus\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:focus .md\:group-focus\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:focus .md\:group-focus\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:focus .md\:group-focus\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:focus .md\:group-focus\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:focus .md\:group-focus\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:focus .md\:group-focus\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:focus .md\:group-focus\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:focus .md\:group-focus\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:focus .md\:group-focus\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:focus .md\:group-focus\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:focus .md\:group-focus\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:focus .md\:group-focus\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:focus .md\:group-focus\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:focus .md\:group-focus\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:focus .md\:group-focus\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:focus .md\:group-focus\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:focus .md\:group-focus\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:focus .md\:group-focus\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:focus .md\:group-focus\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:focus .md\:group-focus\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:focus .md\:group-focus\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:focus .md\:group-focus\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:focus .md\:group-focus\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .group:focus .md\:group-focus\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:focus .md\:group-focus\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:focus .md\:group-focus\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:focus .md\:group-focus\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:focus .md\:group-focus\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:focus .md\:group-focus\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:focus .md\:group-focus\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:focus .md\:group-focus\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .group:focus .md\:group-focus\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:focus .md\:group-focus\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:focus .md\:group-focus\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:focus .md\:group-focus\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:focus .md\:group-focus\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:focus .md\:group-focus\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:focus .md\:group-focus\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:focus .md\:group-focus\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:focus .md\:group-focus\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:focus .md\:group-focus\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:focus .md\:group-focus\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:focus .md\:group-focus\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:focus .md\:group-focus\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:focus .md\:group-focus\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:focus .md\:group-focus\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:focus .md\:group-focus\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:focus .md\:group-focus\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:focus .md\:group-focus\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:focus .md\:group-focus\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:focus .md\:group-focus\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:focus .md\:group-focus\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:focus .md\:group-focus\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:focus .md\:group-focus\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:focus .md\:group-focus\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:focus .md\:group-focus\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:focus .md\:group-focus\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:focus .md\:group-focus\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:focus .md\:group-focus\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:focus .md\:group-focus\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:focus .md\:group-focus\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:focus .md\:group-focus\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:focus .md\:group-focus\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:focus .md\:group-focus\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:focus .md\:group-focus\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:focus .md\:group-focus\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:focus .md\:group-focus\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:focus .md\:group-focus\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:focus .md\:group-focus\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:focus .md\:group-focus\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:focus .md\:group-focus\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:focus .md\:group-focus\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:focus .md\:group-focus\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:focus .md\:group-focus\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:focus .md\:group-focus\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:focus .md\:group-focus\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:focus .md\:group-focus\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .group:focus .md\:group-focus\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:focus .md\:group-focus\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:focus .md\:group-focus\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:focus .md\:group-focus\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:focus .md\:group-focus\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:focus .md\:group-focus\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:focus .md\:group-focus\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:focus .md\:group-focus\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:focus .md\:group-focus\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:focus .md\:group-focus\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:focus .md\:group-focus\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:focus .md\:group-focus\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:focus .md\:group-focus\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:focus .md\:group-focus\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:focus .md\:group-focus\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:focus .md\:group-focus\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:focus .md\:group-focus\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:focus .md\:group-focus\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:focus .md\:group-focus\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:focus .md\:group-focus\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:focus .md\:group-focus\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:focus .md\:group-focus\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:focus .md\:group-focus\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:focus .md\:group-focus\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:focus .md\:group-focus\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:focus .md\:group-focus\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:focus .md\:group-focus\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:focus .md\:group-focus\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:focus .md\:group-focus\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:focus .md\:group-focus\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:focus .md\:group-focus\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:focus .md\:group-focus\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:focus .md\:group-focus\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:focus .md\:group-focus\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:focus .md\:group-focus\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:focus .md\:group-focus\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:focus .md\:group-focus\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:focus .md\:group-focus\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:focus .md\:group-focus\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:focus .md\:group-focus\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:focus .md\:group-focus\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:focus .md\:group-focus\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:focus .md\:group-focus\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:focus .md\:group-focus\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:focus .md\:group-focus\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:focus .md\:group-focus\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:focus .md\:group-focus\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:focus .md\:group-focus\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:focus .md\:group-focus\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:focus .md\:group-focus\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:focus .md\:group-focus\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:focus .md\:group-focus\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:focus .md\:group-focus\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:focus .md\:group-focus\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:focus .md\:group-focus\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:focus .md\:group-focus\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:focus .md\:group-focus\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:focus .md\:group-focus\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:focus .md\:group-focus\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:focus .md\:group-focus\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:focus .md\:group-focus\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:focus .md\:group-focus\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .group:focus .md\:group-focus\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:focus .md\:group-focus\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:focus .md\:group-focus\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:focus .md\:group-focus\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:focus .md\:group-focus\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:focus .md\:group-focus\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:focus .md\:group-focus\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:focus .md\:group-focus\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:focus .md\:group-focus\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:focus .md\:group-focus\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:focus .md\:group-focus\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:focus .md\:group-focus\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:focus .md\:group-focus\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:focus .md\:group-focus\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:focus .md\:group-focus\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:focus .md\:group-focus\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:focus .md\:group-focus\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:focus .md\:group-focus\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:focus .md\:group-focus\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:focus .md\:group-focus\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:focus .md\:group-focus\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:focus .md\:group-focus\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:focus .md\:group-focus\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:focus .md\:group-focus\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:focus .md\:group-focus\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:focus .md\:group-focus\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:focus .md\:group-focus\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:focus .md\:group-focus\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:focus .md\:group-focus\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:focus .md\:group-focus\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:focus .md\:group-focus\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:focus .md\:group-focus\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:focus .md\:group-focus\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:focus .md\:group-focus\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:focus .md\:group-focus\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:focus .md\:group-focus\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .group:focus .md\:group-focus\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:focus .md\:group-focus\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:focus .md\:group-focus\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:focus .md\:group-focus\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:focus .md\:group-focus\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:focus .md\:group-focus\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:focus .md\:group-focus\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:focus .md\:group-focus\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .group:focus .md\:group-focus\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:focus .md\:group-focus\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:focus .md\:group-focus\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:focus .md\:group-focus\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:focus .md\:group-focus\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:focus .md\:group-focus\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:focus .md\:group-focus\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:focus .md\:group-focus\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:focus .md\:group-focus\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:focus .md\:group-focus\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:focus .md\:group-focus\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:focus .md\:group-focus\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:focus .md\:group-focus\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:focus .md\:group-focus\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:focus .md\:group-focus\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:focus .md\:group-focus\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:focus .md\:group-focus\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:focus .md\:group-focus\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:focus .md\:group-focus\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:focus .md\:group-focus\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:focus .md\:group-focus\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:focus .md\:group-focus\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:focus .md\:group-focus\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:focus .md\:group-focus\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:focus .md\:group-focus\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:focus .md\:group-focus\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:focus .md\:group-focus\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:focus .md\:group-focus\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:focus .md\:group-focus\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:focus .md\:group-focus\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:focus .md\:group-focus\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:focus .md\:group-focus\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:focus .md\:group-focus\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:focus .md\:group-focus\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:focus .md\:group-focus\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:focus .md\:group-focus\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:focus .md\:group-focus\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:focus .md\:group-focus\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:focus .md\:group-focus\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:focus .md\:group-focus\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:focus .md\:group-focus\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:focus .md\:group-focus\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:focus .md\:group-focus\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:focus .md\:group-focus\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:focus .md\:group-focus\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:focus .md\:group-focus\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .group:focus .md\:group-focus\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:focus .md\:group-focus\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:focus .md\:group-focus\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:focus .md\:group-focus\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:focus .md\:group-focus\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:focus .md\:group-focus\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:focus .md\:group-focus\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:focus .md\:group-focus\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:focus .md\:group-focus\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:focus .md\:group-focus\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:focus .md\:group-focus\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:focus .md\:group-focus\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:focus .md\:group-focus\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:focus .md\:group-focus\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:focus .md\:group-focus\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:focus .md\:group-focus\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:focus .md\:group-focus\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:focus .md\:group-focus\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:focus .md\:group-focus\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:focus .md\:group-focus\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:focus .md\:group-focus\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:focus .md\:group-focus\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:focus .md\:group-focus\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:focus .md\:group-focus\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:focus .md\:group-focus\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:focus .md\:group-focus\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:focus .md\:group-focus\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:focus .md\:group-focus\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:focus .md\:group-focus\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:focus .md\:group-focus\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:focus .md\:group-focus\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:focus .md\:group-focus\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:focus .md\:group-focus\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:focus .md\:group-focus\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:focus .md\:group-focus\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:focus .md\:group-focus\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:focus .md\:group-focus\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:focus .md\:group-focus\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:focus .md\:group-focus\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:focus .md\:group-focus\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:focus .md\:group-focus\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:focus .md\:group-focus\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:focus .md\:group-focus\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:focus .md\:group-focus\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:focus .md\:group-focus\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:focus .md\:group-focus\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:focus .md\:group-focus\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:focus .md\:group-focus\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:focus .md\:group-focus\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:focus .md\:group-focus\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:focus .md\:group-focus\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:focus .md\:group-focus\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:focus .md\:group-focus\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:focus .md\:group-focus\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:focus .md\:group-focus\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:focus .md\:group-focus\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:focus .md\:group-focus\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:focus .md\:group-focus\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:focus .md\:group-focus\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:focus .md\:group-focus\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .group:focus .md\:group-focus\:mt-0 {
    margin-top: 0;
  }

  .group:focus .md\:group-focus\:mr-0 {
    margin-right: 0;
  }

  .group:focus .md\:group-focus\:mb-0 {
    margin-bottom: 0;
  }

  .group:focus .md\:group-focus\:ml-0 {
    margin-left: 0;
  }

  .group:focus .md\:group-focus\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:focus .md\:group-focus\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:focus .md\:group-focus\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:focus .md\:group-focus\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:focus .md\:group-focus\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:focus .md\:group-focus\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:focus .md\:group-focus\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:focus .md\:group-focus\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:focus .md\:group-focus\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:focus .md\:group-focus\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:focus .md\:group-focus\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:focus .md\:group-focus\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:focus .md\:group-focus\:mt-4 {
    margin-top: 1rem;
  }

  .group:focus .md\:group-focus\:mr-4 {
    margin-right: 1rem;
  }

  .group:focus .md\:group-focus\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:focus .md\:group-focus\:ml-4 {
    margin-left: 1rem;
  }

  .group:focus .md\:group-focus\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:focus .md\:group-focus\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:focus .md\:group-focus\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:focus .md\:group-focus\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:focus .md\:group-focus\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:focus .md\:group-focus\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:focus .md\:group-focus\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:focus .md\:group-focus\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:focus .md\:group-focus\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:focus .md\:group-focus\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:focus .md\:group-focus\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:focus .md\:group-focus\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:focus .md\:group-focus\:mt-8 {
    margin-top: 2rem;
  }

  .group:focus .md\:group-focus\:mr-8 {
    margin-right: 2rem;
  }

  .group:focus .md\:group-focus\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:focus .md\:group-focus\:ml-8 {
    margin-left: 2rem;
  }

  .group:focus .md\:group-focus\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:focus .md\:group-focus\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:focus .md\:group-focus\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:focus .md\:group-focus\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:focus .md\:group-focus\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:focus .md\:group-focus\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:focus .md\:group-focus\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:focus .md\:group-focus\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:focus .md\:group-focus\:mt-12 {
    margin-top: 3rem;
  }

  .group:focus .md\:group-focus\:mr-12 {
    margin-right: 3rem;
  }

  .group:focus .md\:group-focus\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:focus .md\:group-focus\:ml-12 {
    margin-left: 3rem;
  }

  .group:focus .md\:group-focus\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:focus .md\:group-focus\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:focus .md\:group-focus\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:focus .md\:group-focus\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:focus .md\:group-focus\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:focus .md\:group-focus\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:focus .md\:group-focus\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:focus .md\:group-focus\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:focus .md\:group-focus\:mt-16 {
    margin-top: 4rem;
  }

  .group:focus .md\:group-focus\:mr-16 {
    margin-right: 4rem;
  }

  .group:focus .md\:group-focus\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:focus .md\:group-focus\:ml-16 {
    margin-left: 4rem;
  }

  .group:focus .md\:group-focus\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:focus .md\:group-focus\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:focus .md\:group-focus\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:focus .md\:group-focus\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:focus .md\:group-focus\:mt-20 {
    margin-top: 5rem;
  }

  .group:focus .md\:group-focus\:mr-20 {
    margin-right: 5rem;
  }

  .group:focus .md\:group-focus\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:focus .md\:group-focus\:ml-20 {
    margin-left: 5rem;
  }

  .group:focus .md\:group-focus\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:focus .md\:group-focus\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:focus .md\:group-focus\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:focus .md\:group-focus\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:focus .md\:group-focus\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:focus .md\:group-focus\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:focus .md\:group-focus\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:focus .md\:group-focus\:ml-22 {
    margin-left: 5.5rem;
  }

  .group:focus .md\:group-focus\:mt-24 {
    margin-top: 6rem;
  }

  .group:focus .md\:group-focus\:mr-24 {
    margin-right: 6rem;
  }

  .group:focus .md\:group-focus\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:focus .md\:group-focus\:ml-24 {
    margin-left: 6rem;
  }

  .group:focus .md\:group-focus\:mt-26 {
    margin-top: 6.5rem;
  }

  .group:focus .md\:group-focus\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:focus .md\:group-focus\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:focus .md\:group-focus\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:focus .md\:group-focus\:mt-28 {
    margin-top: 7rem;
  }

  .group:focus .md\:group-focus\:mr-28 {
    margin-right: 7rem;
  }

  .group:focus .md\:group-focus\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:focus .md\:group-focus\:ml-28 {
    margin-left: 7rem;
  }

  .group:focus .md\:group-focus\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:focus .md\:group-focus\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:focus .md\:group-focus\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:focus .md\:group-focus\:ml-30 {
    margin-left: 7.5rem;
  }

  .group:focus .md\:group-focus\:mt-32 {
    margin-top: 8rem;
  }

  .group:focus .md\:group-focus\:mr-32 {
    margin-right: 8rem;
  }

  .group:focus .md\:group-focus\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:focus .md\:group-focus\:ml-32 {
    margin-left: 8rem;
  }

  .group:focus .md\:group-focus\:mt-34 {
    margin-top: 8.5rem;
  }

  .group:focus .md\:group-focus\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:focus .md\:group-focus\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:focus .md\:group-focus\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:focus .md\:group-focus\:mt-36 {
    margin-top: 9rem;
  }

  .group:focus .md\:group-focus\:mr-36 {
    margin-right: 9rem;
  }

  .group:focus .md\:group-focus\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:focus .md\:group-focus\:ml-36 {
    margin-left: 9rem;
  }

  .group:focus .md\:group-focus\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:focus .md\:group-focus\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:focus .md\:group-focus\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:focus .md\:group-focus\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:focus .md\:group-focus\:mt-40 {
    margin-top: 10rem;
  }

  .group:focus .md\:group-focus\:mr-40 {
    margin-right: 10rem;
  }

  .group:focus .md\:group-focus\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:focus .md\:group-focus\:ml-40 {
    margin-left: 10rem;
  }

  .group:focus .md\:group-focus\:mt-44 {
    margin-top: 11rem;
  }

  .group:focus .md\:group-focus\:mr-44 {
    margin-right: 11rem;
  }

  .group:focus .md\:group-focus\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:focus .md\:group-focus\:ml-44 {
    margin-left: 11rem;
  }

  .group:focus .md\:group-focus\:mt-48 {
    margin-top: 12rem;
  }

  .group:focus .md\:group-focus\:mr-48 {
    margin-right: 12rem;
  }

  .group:focus .md\:group-focus\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:focus .md\:group-focus\:ml-48 {
    margin-left: 12rem;
  }

  .group:focus .md\:group-focus\:mt-52 {
    margin-top: 13rem;
  }

  .group:focus .md\:group-focus\:mr-52 {
    margin-right: 13rem;
  }

  .group:focus .md\:group-focus\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:focus .md\:group-focus\:ml-52 {
    margin-left: 13rem;
  }

  .group:focus .md\:group-focus\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:focus .md\:group-focus\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:focus .md\:group-focus\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:focus .md\:group-focus\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:focus .md\:group-focus\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:focus .md\:group-focus\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:focus .md\:group-focus\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:focus .md\:group-focus\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:focus .md\:group-focus\:mt-56 {
    margin-top: 14rem;
  }

  .group:focus .md\:group-focus\:mr-56 {
    margin-right: 14rem;
  }

  .group:focus .md\:group-focus\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:focus .md\:group-focus\:ml-56 {
    margin-left: 14rem;
  }

  .group:focus .md\:group-focus\:mt-64 {
    margin-top: 16rem;
  }

  .group:focus .md\:group-focus\:mr-64 {
    margin-right: 16rem;
  }

  .group:focus .md\:group-focus\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:focus .md\:group-focus\:ml-64 {
    margin-left: 16rem;
  }

  .group:focus .md\:group-focus\:mt-72 {
    margin-top: 18rem;
  }

  .group:focus .md\:group-focus\:mr-72 {
    margin-right: 18rem;
  }

  .group:focus .md\:group-focus\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:focus .md\:group-focus\:ml-72 {
    margin-left: 18rem;
  }

  .group:focus .md\:group-focus\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:focus .md\:group-focus\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:focus .md\:group-focus\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:focus .md\:group-focus\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:focus .md\:group-focus\:mt-76 {
    margin-top: 19rem;
  }

  .group:focus .md\:group-focus\:mr-76 {
    margin-right: 19rem;
  }

  .group:focus .md\:group-focus\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:focus .md\:group-focus\:ml-76 {
    margin-left: 19rem;
  }

  .group:focus .md\:group-focus\:mt-80 {
    margin-top: 20rem;
  }

  .group:focus .md\:group-focus\:mr-80 {
    margin-right: 20rem;
  }

  .group:focus .md\:group-focus\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:focus .md\:group-focus\:ml-80 {
    margin-left: 20rem;
  }

  .group:focus .md\:group-focus\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:focus .md\:group-focus\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:focus .md\:group-focus\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:focus .md\:group-focus\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:focus .md\:group-focus\:mt-100 {
    margin-top: 25rem;
  }

  .group:focus .md\:group-focus\:mr-100 {
    margin-right: 25rem;
  }

  .group:focus .md\:group-focus\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:focus .md\:group-focus\:ml-100 {
    margin-left: 25rem;
  }

  .group:focus .md\:group-focus\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:focus .md\:group-focus\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:focus .md\:group-focus\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:focus .md\:group-focus\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:focus .md\:group-focus\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:focus .md\:group-focus\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:focus .md\:group-focus\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:focus .md\:group-focus\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:focus .md\:group-focus\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:focus .md\:group-focus\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:focus .md\:group-focus\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:focus .md\:group-focus\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:focus .md\:group-focus\:mt-120 {
    margin-top: 30rem;
  }

  .group:focus .md\:group-focus\:mr-120 {
    margin-right: 30rem;
  }

  .group:focus .md\:group-focus\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:focus .md\:group-focus\:ml-120 {
    margin-left: 30rem;
  }

  .group:focus .md\:group-focus\:mt-130 {
    margin-top: 38rem;
  }

  .group:focus .md\:group-focus\:mr-130 {
    margin-right: 38rem;
  }

  .group:focus .md\:group-focus\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:focus .md\:group-focus\:ml-130 {
    margin-left: 38rem;
  }

  .group:focus .md\:group-focus\:mt-auto {
    margin-top: auto;
  }

  .group:focus .md\:group-focus\:mr-auto {
    margin-right: auto;
  }

  .group:focus .md\:group-focus\:mb-auto {
    margin-bottom: auto;
  }

  .group:focus .md\:group-focus\:ml-auto {
    margin-left: auto;
  }

  .group:focus .md\:group-focus\:mt-px {
    margin-top: 1px;
  }

  .group:focus .md\:group-focus\:mr-px {
    margin-right: 1px;
  }

  .group:focus .md\:group-focus\:mb-px {
    margin-bottom: 1px;
  }

  .group:focus .md\:group-focus\:ml-px {
    margin-left: 1px;
  }

  .group:focus .md\:group-focus\:mt-250px {
    margin-top: 250px;
  }

  .group:focus .md\:group-focus\:mr-250px {
    margin-right: 250px;
  }

  .group:focus .md\:group-focus\:mb-250px {
    margin-bottom: 250px;
  }

  .group:focus .md\:group-focus\:ml-250px {
    margin-left: 250px;
  }

  .group:focus .md\:group-focus\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:focus .md\:group-focus\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:focus .md\:group-focus\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:focus .md\:group-focus\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:focus .md\:group-focus\:mt-1\% {
    margin-top: 1%;
  }

  .group:focus .md\:group-focus\:mr-1\% {
    margin-right: 1%;
  }

  .group:focus .md\:group-focus\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:focus .md\:group-focus\:ml-1\% {
    margin-left: 1%;
  }

  .group:focus .md\:group-focus\:mt-2\% {
    margin-top: 2%;
  }

  .group:focus .md\:group-focus\:mr-2\% {
    margin-right: 2%;
  }

  .group:focus .md\:group-focus\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:focus .md\:group-focus\:ml-2\% {
    margin-left: 2%;
  }

  .group:focus .md\:group-focus\:mt-3\% {
    margin-top: 3%;
  }

  .group:focus .md\:group-focus\:mr-3\% {
    margin-right: 3%;
  }

  .group:focus .md\:group-focus\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:focus .md\:group-focus\:ml-3\% {
    margin-left: 3%;
  }

  .group:focus .md\:group-focus\:mt-4\% {
    margin-top: 4%;
  }

  .group:focus .md\:group-focus\:mr-4\% {
    margin-right: 4%;
  }

  .group:focus .md\:group-focus\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:focus .md\:group-focus\:ml-4\% {
    margin-left: 4%;
  }

  .group:focus .md\:group-focus\:mt-5\% {
    margin-top: 5%;
  }

  .group:focus .md\:group-focus\:mr-5\% {
    margin-right: 5%;
  }

  .group:focus .md\:group-focus\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:focus .md\:group-focus\:ml-5\% {
    margin-left: 5%;
  }

  .group:focus .md\:group-focus\:mt-10\% {
    margin-top: 10%;
  }

  .group:focus .md\:group-focus\:mr-10\% {
    margin-right: 10%;
  }

  .group:focus .md\:group-focus\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:focus .md\:group-focus\:ml-10\% {
    margin-left: 10%;
  }

  .group:focus .md\:group-focus\:mt-20\% {
    margin-top: 20%;
  }

  .group:focus .md\:group-focus\:mr-20\% {
    margin-right: 20%;
  }

  .group:focus .md\:group-focus\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:focus .md\:group-focus\:ml-20\% {
    margin-left: 20%;
  }

  .group:focus .md\:group-focus\:mt-23\% {
    margin-top: 23%;
  }

  .group:focus .md\:group-focus\:mr-23\% {
    margin-right: 23%;
  }

  .group:focus .md\:group-focus\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:focus .md\:group-focus\:ml-23\% {
    margin-left: 23%;
  }

  .group:focus .md\:group-focus\:mt-25\% {
    margin-top: 25%;
  }

  .group:focus .md\:group-focus\:mr-25\% {
    margin-right: 25%;
  }

  .group:focus .md\:group-focus\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:focus .md\:group-focus\:ml-25\% {
    margin-left: 25%;
  }

  .group:focus .md\:group-focus\:mt-26\% {
    margin-top: 26%;
  }

  .group:focus .md\:group-focus\:mr-26\% {
    margin-right: 26%;
  }

  .group:focus .md\:group-focus\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:focus .md\:group-focus\:ml-26\% {
    margin-left: 26%;
  }

  .group:focus .md\:group-focus\:mt-30\% {
    margin-top: 30%;
  }

  .group:focus .md\:group-focus\:mr-30\% {
    margin-right: 30%;
  }

  .group:focus .md\:group-focus\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:focus .md\:group-focus\:ml-30\% {
    margin-left: 30%;
  }

  .group:focus .md\:group-focus\:mt-40\% {
    margin-top: 40%;
  }

  .group:focus .md\:group-focus\:mr-40\% {
    margin-right: 40%;
  }

  .group:focus .md\:group-focus\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:focus .md\:group-focus\:ml-40\% {
    margin-left: 40%;
  }

  .group:focus .md\:group-focus\:mt-50\% {
    margin-top: 50%;
  }

  .group:focus .md\:group-focus\:mr-50\% {
    margin-right: 50%;
  }

  .group:focus .md\:group-focus\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:focus .md\:group-focus\:ml-50\% {
    margin-left: 50%;
  }

  .group:focus .md\:group-focus\:mt-60\% {
    margin-top: 60%;
  }

  .group:focus .md\:group-focus\:mr-60\% {
    margin-right: 60%;
  }

  .group:focus .md\:group-focus\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:focus .md\:group-focus\:ml-60\% {
    margin-left: 60%;
  }

  .group:focus .md\:group-focus\:mt-70\% {
    margin-top: 70%;
  }

  .group:focus .md\:group-focus\:mr-70\% {
    margin-right: 70%;
  }

  .group:focus .md\:group-focus\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:focus .md\:group-focus\:ml-70\% {
    margin-left: 70%;
  }

  .group:focus .md\:group-focus\:mt-80\% {
    margin-top: 80%;
  }

  .group:focus .md\:group-focus\:mr-80\% {
    margin-right: 80%;
  }

  .group:focus .md\:group-focus\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:focus .md\:group-focus\:ml-80\% {
    margin-left: 80%;
  }

  .group:focus .md\:group-focus\:mt-90\% {
    margin-top: 90%;
  }

  .group:focus .md\:group-focus\:mr-90\% {
    margin-right: 90%;
  }

  .group:focus .md\:group-focus\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:focus .md\:group-focus\:ml-90\% {
    margin-left: 90%;
  }

  .group:focus .md\:group-focus\:mt-95\% {
    margin-top: 95%;
  }

  .group:focus .md\:group-focus\:mr-95\% {
    margin-right: 95%;
  }

  .group:focus .md\:group-focus\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:focus .md\:group-focus\:ml-95\% {
    margin-left: 95%;
  }

  .group:focus .md\:group-focus\:mt-96\% {
    margin-top: 96%;
  }

  .group:focus .md\:group-focus\:mr-96\% {
    margin-right: 96%;
  }

  .group:focus .md\:group-focus\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:focus .md\:group-focus\:ml-96\% {
    margin-left: 96%;
  }

  .group:focus .md\:group-focus\:mt-97\% {
    margin-top: 97%;
  }

  .group:focus .md\:group-focus\:mr-97\% {
    margin-right: 97%;
  }

  .group:focus .md\:group-focus\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:focus .md\:group-focus\:ml-97\% {
    margin-left: 97%;
  }

  .group:focus .md\:group-focus\:mt-98\% {
    margin-top: 98%;
  }

  .group:focus .md\:group-focus\:mr-98\% {
    margin-right: 98%;
  }

  .group:focus .md\:group-focus\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:focus .md\:group-focus\:ml-98\% {
    margin-left: 98%;
  }

  .group:focus .md\:group-focus\:mt-99\% {
    margin-top: 99%;
  }

  .group:focus .md\:group-focus\:mr-99\% {
    margin-right: 99%;
  }

  .group:focus .md\:group-focus\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:focus .md\:group-focus\:ml-99\% {
    margin-left: 99%;
  }

  .group:focus .md\:group-focus\:mt-36vh {
    margin-top: 36vh;
  }

  .group:focus .md\:group-focus\:mr-36vh {
    margin-right: 36vh;
  }

  .group:focus .md\:group-focus\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:focus .md\:group-focus\:ml-36vh {
    margin-left: 36vh;
  }

  .group:focus .md\:group-focus\:mt-75vh {
    margin-top: 75vh;
  }

  .group:focus .md\:group-focus\:mr-75vh {
    margin-right: 75vh;
  }

  .group:focus .md\:group-focus\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:focus .md\:group-focus\:ml-75vh {
    margin-left: 75vh;
  }

  .group:focus .md\:group-focus\:mt-78vh {
    margin-top: 78vh;
  }

  .group:focus .md\:group-focus\:mr-78vh {
    margin-right: 78vh;
  }

  .group:focus .md\:group-focus\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:focus .md\:group-focus\:ml-78vh {
    margin-left: 78vh;
  }

  .group:focus .md\:group-focus\:mt-80vh {
    margin-top: 80vh;
  }

  .group:focus .md\:group-focus\:mr-80vh {
    margin-right: 80vh;
  }

  .group:focus .md\:group-focus\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:focus .md\:group-focus\:ml-80vh {
    margin-left: 80vh;
  }

  .group:focus .md\:group-focus\:mt-82vh {
    margin-top: 82vh;
  }

  .group:focus .md\:group-focus\:mr-82vh {
    margin-right: 82vh;
  }

  .group:focus .md\:group-focus\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:focus .md\:group-focus\:ml-82vh {
    margin-left: 82vh;
  }

  .group:focus .md\:group-focus\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:focus .md\:group-focus\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:focus .md\:group-focus\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:focus .md\:group-focus\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:focus .md\:group-focus\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:focus .md\:group-focus\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:focus .md\:group-focus\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:focus .md\:group-focus\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:focus .md\:group-focus\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:focus .md\:group-focus\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:focus .md\:group-focus\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:focus .md\:group-focus\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:focus .md\:group-focus\:-mt-4 {
    margin-top: -1rem;
  }

  .group:focus .md\:group-focus\:-mr-4 {
    margin-right: -1rem;
  }

  .group:focus .md\:group-focus\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:focus .md\:group-focus\:-ml-4 {
    margin-left: -1rem;
  }

  .group:focus .md\:group-focus\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:focus .md\:group-focus\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:focus .md\:group-focus\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:focus .md\:group-focus\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:focus .md\:group-focus\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:focus .md\:group-focus\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:focus .md\:group-focus\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:focus .md\:group-focus\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:focus .md\:group-focus\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:focus .md\:group-focus\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:focus .md\:group-focus\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:focus .md\:group-focus\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:focus .md\:group-focus\:-mt-8 {
    margin-top: -2rem;
  }

  .group:focus .md\:group-focus\:-mr-8 {
    margin-right: -2rem;
  }

  .group:focus .md\:group-focus\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:focus .md\:group-focus\:-ml-8 {
    margin-left: -2rem;
  }

  .group:focus .md\:group-focus\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:focus .md\:group-focus\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:focus .md\:group-focus\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:focus .md\:group-focus\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:focus .md\:group-focus\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:focus .md\:group-focus\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:focus .md\:group-focus\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:focus .md\:group-focus\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:focus .md\:group-focus\:-mt-12 {
    margin-top: -3rem;
  }

  .group:focus .md\:group-focus\:-mr-12 {
    margin-right: -3rem;
  }

  .group:focus .md\:group-focus\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:focus .md\:group-focus\:-ml-12 {
    margin-left: -3rem;
  }

  .group:focus .md\:group-focus\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:focus .md\:group-focus\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:focus .md\:group-focus\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:focus .md\:group-focus\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:focus .md\:group-focus\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:focus .md\:group-focus\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:focus .md\:group-focus\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:focus .md\:group-focus\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:focus .md\:group-focus\:-mt-16 {
    margin-top: -4rem;
  }

  .group:focus .md\:group-focus\:-mr-16 {
    margin-right: -4rem;
  }

  .group:focus .md\:group-focus\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:focus .md\:group-focus\:-ml-16 {
    margin-left: -4rem;
  }

  .group:focus .md\:group-focus\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:focus .md\:group-focus\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:focus .md\:group-focus\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:focus .md\:group-focus\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:focus .md\:group-focus\:-mt-20 {
    margin-top: -5rem;
  }

  .group:focus .md\:group-focus\:-mr-20 {
    margin-right: -5rem;
  }

  .group:focus .md\:group-focus\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:focus .md\:group-focus\:-ml-20 {
    margin-left: -5rem;
  }

  .group:focus .md\:group-focus\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:focus .md\:group-focus\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:focus .md\:group-focus\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:focus .md\:group-focus\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:focus .md\:group-focus\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:focus .md\:group-focus\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:focus .md\:group-focus\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:focus .md\:group-focus\:-ml-22 {
    margin-left: -5.5rem;
  }

  .group:focus .md\:group-focus\:-mt-24 {
    margin-top: -6rem;
  }

  .group:focus .md\:group-focus\:-mr-24 {
    margin-right: -6rem;
  }

  .group:focus .md\:group-focus\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:focus .md\:group-focus\:-ml-24 {
    margin-left: -6rem;
  }

  .group:focus .md\:group-focus\:-mt-26 {
    margin-top: -6.5rem;
  }

  .group:focus .md\:group-focus\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:focus .md\:group-focus\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:focus .md\:group-focus\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:focus .md\:group-focus\:-mt-28 {
    margin-top: -7rem;
  }

  .group:focus .md\:group-focus\:-mr-28 {
    margin-right: -7rem;
  }

  .group:focus .md\:group-focus\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:focus .md\:group-focus\:-ml-28 {
    margin-left: -7rem;
  }

  .group:focus .md\:group-focus\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:focus .md\:group-focus\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:focus .md\:group-focus\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:focus .md\:group-focus\:-ml-30 {
    margin-left: -7.5rem;
  }

  .group:focus .md\:group-focus\:-mt-32 {
    margin-top: -8rem;
  }

  .group:focus .md\:group-focus\:-mr-32 {
    margin-right: -8rem;
  }

  .group:focus .md\:group-focus\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:focus .md\:group-focus\:-ml-32 {
    margin-left: -8rem;
  }

  .group:focus .md\:group-focus\:-mt-34 {
    margin-top: -8.5rem;
  }

  .group:focus .md\:group-focus\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:focus .md\:group-focus\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:focus .md\:group-focus\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:focus .md\:group-focus\:-mt-36 {
    margin-top: -9rem;
  }

  .group:focus .md\:group-focus\:-mr-36 {
    margin-right: -9rem;
  }

  .group:focus .md\:group-focus\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:focus .md\:group-focus\:-ml-36 {
    margin-left: -9rem;
  }

  .group:focus .md\:group-focus\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:focus .md\:group-focus\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:focus .md\:group-focus\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:focus .md\:group-focus\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:focus .md\:group-focus\:-mt-40 {
    margin-top: -10rem;
  }

  .group:focus .md\:group-focus\:-mr-40 {
    margin-right: -10rem;
  }

  .group:focus .md\:group-focus\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:focus .md\:group-focus\:-ml-40 {
    margin-left: -10rem;
  }

  .group:focus .md\:group-focus\:-mt-44 {
    margin-top: -11rem;
  }

  .group:focus .md\:group-focus\:-mr-44 {
    margin-right: -11rem;
  }

  .group:focus .md\:group-focus\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:focus .md\:group-focus\:-ml-44 {
    margin-left: -11rem;
  }

  .group:focus .md\:group-focus\:-mt-48 {
    margin-top: -12rem;
  }

  .group:focus .md\:group-focus\:-mr-48 {
    margin-right: -12rem;
  }

  .group:focus .md\:group-focus\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:focus .md\:group-focus\:-ml-48 {
    margin-left: -12rem;
  }

  .group:focus .md\:group-focus\:-mt-52 {
    margin-top: -13rem;
  }

  .group:focus .md\:group-focus\:-mr-52 {
    margin-right: -13rem;
  }

  .group:focus .md\:group-focus\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:focus .md\:group-focus\:-ml-52 {
    margin-left: -13rem;
  }

  .group:focus .md\:group-focus\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:focus .md\:group-focus\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:focus .md\:group-focus\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:focus .md\:group-focus\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:focus .md\:group-focus\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:focus .md\:group-focus\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:focus .md\:group-focus\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:focus .md\:group-focus\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:focus .md\:group-focus\:-mt-56 {
    margin-top: -14rem;
  }

  .group:focus .md\:group-focus\:-mr-56 {
    margin-right: -14rem;
  }

  .group:focus .md\:group-focus\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:focus .md\:group-focus\:-ml-56 {
    margin-left: -14rem;
  }

  .group:focus .md\:group-focus\:-mt-64 {
    margin-top: -16rem;
  }

  .group:focus .md\:group-focus\:-mr-64 {
    margin-right: -16rem;
  }

  .group:focus .md\:group-focus\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:focus .md\:group-focus\:-ml-64 {
    margin-left: -16rem;
  }

  .group:focus .md\:group-focus\:-mt-72 {
    margin-top: -18rem;
  }

  .group:focus .md\:group-focus\:-mr-72 {
    margin-right: -18rem;
  }

  .group:focus .md\:group-focus\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:focus .md\:group-focus\:-ml-72 {
    margin-left: -18rem;
  }

  .group:focus .md\:group-focus\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:focus .md\:group-focus\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:focus .md\:group-focus\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:focus .md\:group-focus\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:focus .md\:group-focus\:-mt-76 {
    margin-top: -19rem;
  }

  .group:focus .md\:group-focus\:-mr-76 {
    margin-right: -19rem;
  }

  .group:focus .md\:group-focus\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:focus .md\:group-focus\:-ml-76 {
    margin-left: -19rem;
  }

  .group:focus .md\:group-focus\:-mt-80 {
    margin-top: -20rem;
  }

  .group:focus .md\:group-focus\:-mr-80 {
    margin-right: -20rem;
  }

  .group:focus .md\:group-focus\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:focus .md\:group-focus\:-ml-80 {
    margin-left: -20rem;
  }

  .group:focus .md\:group-focus\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:focus .md\:group-focus\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:focus .md\:group-focus\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:focus .md\:group-focus\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:focus .md\:group-focus\:-mt-100 {
    margin-top: -25rem;
  }

  .group:focus .md\:group-focus\:-mr-100 {
    margin-right: -25rem;
  }

  .group:focus .md\:group-focus\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:focus .md\:group-focus\:-ml-100 {
    margin-left: -25rem;
  }

  .group:focus .md\:group-focus\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:focus .md\:group-focus\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:focus .md\:group-focus\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:focus .md\:group-focus\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:focus .md\:group-focus\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:focus .md\:group-focus\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:focus .md\:group-focus\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:focus .md\:group-focus\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:focus .md\:group-focus\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:focus .md\:group-focus\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:focus .md\:group-focus\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:focus .md\:group-focus\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:focus .md\:group-focus\:-mt-120 {
    margin-top: -30rem;
  }

  .group:focus .md\:group-focus\:-mr-120 {
    margin-right: -30rem;
  }

  .group:focus .md\:group-focus\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:focus .md\:group-focus\:-ml-120 {
    margin-left: -30rem;
  }

  .group:focus .md\:group-focus\:-mt-130 {
    margin-top: -38rem;
  }

  .group:focus .md\:group-focus\:-mr-130 {
    margin-right: -38rem;
  }

  .group:focus .md\:group-focus\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:focus .md\:group-focus\:-ml-130 {
    margin-left: -38rem;
  }

  .group:focus .md\:group-focus\:-mt-px {
    margin-top: -1px;
  }

  .group:focus .md\:group-focus\:-mr-px {
    margin-right: -1px;
  }

  .group:focus .md\:group-focus\:-mb-px {
    margin-bottom: -1px;
  }

  .group:focus .md\:group-focus\:-ml-px {
    margin-left: -1px;
  }

  .group:focus .md\:group-focus\:-mt-250px {
    margin-top: -250px;
  }

  .group:focus .md\:group-focus\:-mr-250px {
    margin-right: -250px;
  }

  .group:focus .md\:group-focus\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:focus .md\:group-focus\:-ml-250px {
    margin-left: -250px;
  }

  .group:focus .md\:group-focus\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:focus .md\:group-focus\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:focus .md\:group-focus\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:focus .md\:group-focus\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:focus .md\:group-focus\:-mt-1\% {
    margin-top: -1%;
  }

  .group:focus .md\:group-focus\:-mr-1\% {
    margin-right: -1%;
  }

  .group:focus .md\:group-focus\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:focus .md\:group-focus\:-ml-1\% {
    margin-left: -1%;
  }

  .group:focus .md\:group-focus\:-mt-2\% {
    margin-top: -2%;
  }

  .group:focus .md\:group-focus\:-mr-2\% {
    margin-right: -2%;
  }

  .group:focus .md\:group-focus\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:focus .md\:group-focus\:-ml-2\% {
    margin-left: -2%;
  }

  .group:focus .md\:group-focus\:-mt-3\% {
    margin-top: -3%;
  }

  .group:focus .md\:group-focus\:-mr-3\% {
    margin-right: -3%;
  }

  .group:focus .md\:group-focus\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:focus .md\:group-focus\:-ml-3\% {
    margin-left: -3%;
  }

  .group:focus .md\:group-focus\:-mt-4\% {
    margin-top: -4%;
  }

  .group:focus .md\:group-focus\:-mr-4\% {
    margin-right: -4%;
  }

  .group:focus .md\:group-focus\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:focus .md\:group-focus\:-ml-4\% {
    margin-left: -4%;
  }

  .group:focus .md\:group-focus\:-mt-5\% {
    margin-top: -5%;
  }

  .group:focus .md\:group-focus\:-mr-5\% {
    margin-right: -5%;
  }

  .group:focus .md\:group-focus\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:focus .md\:group-focus\:-ml-5\% {
    margin-left: -5%;
  }

  .group:focus .md\:group-focus\:-mt-10\% {
    margin-top: -10%;
  }

  .group:focus .md\:group-focus\:-mr-10\% {
    margin-right: -10%;
  }

  .group:focus .md\:group-focus\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:focus .md\:group-focus\:-ml-10\% {
    margin-left: -10%;
  }

  .group:focus .md\:group-focus\:-mt-20\% {
    margin-top: -20%;
  }

  .group:focus .md\:group-focus\:-mr-20\% {
    margin-right: -20%;
  }

  .group:focus .md\:group-focus\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:focus .md\:group-focus\:-ml-20\% {
    margin-left: -20%;
  }

  .group:focus .md\:group-focus\:-mt-23\% {
    margin-top: -23%;
  }

  .group:focus .md\:group-focus\:-mr-23\% {
    margin-right: -23%;
  }

  .group:focus .md\:group-focus\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:focus .md\:group-focus\:-ml-23\% {
    margin-left: -23%;
  }

  .group:focus .md\:group-focus\:-mt-25\% {
    margin-top: -25%;
  }

  .group:focus .md\:group-focus\:-mr-25\% {
    margin-right: -25%;
  }

  .group:focus .md\:group-focus\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:focus .md\:group-focus\:-ml-25\% {
    margin-left: -25%;
  }

  .group:focus .md\:group-focus\:-mt-26\% {
    margin-top: -26%;
  }

  .group:focus .md\:group-focus\:-mr-26\% {
    margin-right: -26%;
  }

  .group:focus .md\:group-focus\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:focus .md\:group-focus\:-ml-26\% {
    margin-left: -26%;
  }

  .group:focus .md\:group-focus\:-mt-30\% {
    margin-top: -30%;
  }

  .group:focus .md\:group-focus\:-mr-30\% {
    margin-right: -30%;
  }

  .group:focus .md\:group-focus\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:focus .md\:group-focus\:-ml-30\% {
    margin-left: -30%;
  }

  .group:focus .md\:group-focus\:-mt-40\% {
    margin-top: -40%;
  }

  .group:focus .md\:group-focus\:-mr-40\% {
    margin-right: -40%;
  }

  .group:focus .md\:group-focus\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:focus .md\:group-focus\:-ml-40\% {
    margin-left: -40%;
  }

  .group:focus .md\:group-focus\:-mt-50\% {
    margin-top: -50%;
  }

  .group:focus .md\:group-focus\:-mr-50\% {
    margin-right: -50%;
  }

  .group:focus .md\:group-focus\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:focus .md\:group-focus\:-ml-50\% {
    margin-left: -50%;
  }

  .group:focus .md\:group-focus\:-mt-60\% {
    margin-top: -60%;
  }

  .group:focus .md\:group-focus\:-mr-60\% {
    margin-right: -60%;
  }

  .group:focus .md\:group-focus\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:focus .md\:group-focus\:-ml-60\% {
    margin-left: -60%;
  }

  .group:focus .md\:group-focus\:-mt-70\% {
    margin-top: -70%;
  }

  .group:focus .md\:group-focus\:-mr-70\% {
    margin-right: -70%;
  }

  .group:focus .md\:group-focus\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:focus .md\:group-focus\:-ml-70\% {
    margin-left: -70%;
  }

  .group:focus .md\:group-focus\:-mt-80\% {
    margin-top: -80%;
  }

  .group:focus .md\:group-focus\:-mr-80\% {
    margin-right: -80%;
  }

  .group:focus .md\:group-focus\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:focus .md\:group-focus\:-ml-80\% {
    margin-left: -80%;
  }

  .group:focus .md\:group-focus\:-mt-90\% {
    margin-top: -90%;
  }

  .group:focus .md\:group-focus\:-mr-90\% {
    margin-right: -90%;
  }

  .group:focus .md\:group-focus\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:focus .md\:group-focus\:-ml-90\% {
    margin-left: -90%;
  }

  .group:focus .md\:group-focus\:-mt-95\% {
    margin-top: -95%;
  }

  .group:focus .md\:group-focus\:-mr-95\% {
    margin-right: -95%;
  }

  .group:focus .md\:group-focus\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:focus .md\:group-focus\:-ml-95\% {
    margin-left: -95%;
  }

  .group:focus .md\:group-focus\:-mt-96\% {
    margin-top: -96%;
  }

  .group:focus .md\:group-focus\:-mr-96\% {
    margin-right: -96%;
  }

  .group:focus .md\:group-focus\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:focus .md\:group-focus\:-ml-96\% {
    margin-left: -96%;
  }

  .group:focus .md\:group-focus\:-mt-97\% {
    margin-top: -97%;
  }

  .group:focus .md\:group-focus\:-mr-97\% {
    margin-right: -97%;
  }

  .group:focus .md\:group-focus\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:focus .md\:group-focus\:-ml-97\% {
    margin-left: -97%;
  }

  .group:focus .md\:group-focus\:-mt-98\% {
    margin-top: -98%;
  }

  .group:focus .md\:group-focus\:-mr-98\% {
    margin-right: -98%;
  }

  .group:focus .md\:group-focus\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:focus .md\:group-focus\:-ml-98\% {
    margin-left: -98%;
  }

  .group:focus .md\:group-focus\:-mt-99\% {
    margin-top: -99%;
  }

  .group:focus .md\:group-focus\:-mr-99\% {
    margin-right: -99%;
  }

  .group:focus .md\:group-focus\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:focus .md\:group-focus\:-ml-99\% {
    margin-left: -99%;
  }

  .group:focus .md\:group-focus\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:focus .md\:group-focus\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:focus .md\:group-focus\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:focus .md\:group-focus\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:focus .md\:group-focus\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:focus .md\:group-focus\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:focus .md\:group-focus\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:focus .md\:group-focus\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:focus .md\:group-focus\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:focus .md\:group-focus\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:focus .md\:group-focus\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:focus .md\:group-focus\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:focus .md\:group-focus\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:focus .md\:group-focus\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:focus .md\:group-focus\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:focus .md\:group-focus\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:focus .md\:group-focus\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:focus .md\:group-focus\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:focus .md\:group-focus\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:focus .md\:group-focus\:-ml-82vh {
    margin-left: -82vh;
  }

  .md\:max-h-0 {
    max-height: 0;
  }

  .md\:max-h-1 {
    max-height: 0.25rem;
  }

  .md\:max-h-2 {
    max-height: 0.5rem;
  }

  .md\:max-h-3 {
    max-height: 0.75rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-5 {
    max-height: 1.25rem;
  }

  .md\:max-h-6 {
    max-height: 1.5rem;
  }

  .md\:max-h-7 {
    max-height: 1.75rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-9 {
    max-height: 2.25rem;
  }

  .md\:max-h-10 {
    max-height: 2.5rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-14 {
    max-height: 3.5rem;
  }

  .md\:max-h-15 {
    max-height: 3.75rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-18 {
    max-height: 4.5rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-21 {
    max-height: 5.25rem;
  }

  .md\:max-h-22 {
    max-height: 5.5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-26 {
    max-height: 6.5rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-30 {
    max-height: 7.5rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-34 {
    max-height: 8.5rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-38 {
    max-height: 9.5rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-53 {
    max-height: 13.25rem;
  }

  .md\:max-h-54 {
    max-height: 13.5rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-74 {
    max-height: 18.5rem;
  }

  .md\:max-h-76 {
    max-height: 19rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-85 {
    max-height: 21.25rem;
  }

  .md\:max-h-100 {
    max-height: 25rem;
  }

  .md\:max-h-105 {
    max-height: 26.25rem;
  }

  .md\:max-h-107 {
    max-height: 26.4rem;
  }

  .md\:max-h-110 {
    max-height: 27.5rem;
  }

  .md\:max-h-120 {
    max-height: 30rem;
  }

  .md\:max-h-130 {
    max-height: 38rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-250px {
    max-height: 250px;
  }

  .md\:max-h-1\/2\% {
    max-height: 0.5%;
  }

  .md\:max-h-1\% {
    max-height: 1%;
  }

  .md\:max-h-2\% {
    max-height: 2%;
  }

  .md\:max-h-3\% {
    max-height: 3%;
  }

  .md\:max-h-4\% {
    max-height: 4%;
  }

  .md\:max-h-5\% {
    max-height: 5%;
  }

  .md\:max-h-10\% {
    max-height: 10%;
  }

  .md\:max-h-20\% {
    max-height: 20%;
  }

  .md\:max-h-23\% {
    max-height: 23%;
  }

  .md\:max-h-25\% {
    max-height: 25%;
  }

  .md\:max-h-26\% {
    max-height: 26%;
  }

  .md\:max-h-30\% {
    max-height: 30%;
  }

  .md\:max-h-40\% {
    max-height: 40%;
  }

  .md\:max-h-50\% {
    max-height: 50%;
  }

  .md\:max-h-60\% {
    max-height: 60%;
  }

  .md\:max-h-70\% {
    max-height: 70%;
  }

  .md\:max-h-80\% {
    max-height: 80%;
  }

  .md\:max-h-90\% {
    max-height: 90%;
  }

  .md\:max-h-95\% {
    max-height: 95%;
  }

  .md\:max-h-96\% {
    max-height: 96%;
  }

  .md\:max-h-97\% {
    max-height: 97%;
  }

  .md\:max-h-98\% {
    max-height: 98%;
  }

  .md\:max-h-99\% {
    max-height: 99%;
  }

  .md\:max-h-36vh {
    max-height: 36vh;
  }

  .md\:max-h-75vh {
    max-height: 75vh;
  }

  .md\:max-h-78vh {
    max-height: 78vh;
  }

  .md\:max-h-80vh {
    max-height: 80vh;
  }

  .md\:max-h-82vh {
    max-height: 82vh;
  }

  .md\:max-w-0 {
    max-width: 0;
  }

  .md\:max-w-1 {
    max-width: 0.25rem;
  }

  .md\:max-w-2 {
    max-width: 0.5rem;
  }

  .md\:max-w-3 {
    max-width: 0.75rem;
  }

  .md\:max-w-4 {
    max-width: 1rem;
  }

  .md\:max-w-5 {
    max-width: 1.25rem;
  }

  .md\:max-w-6 {
    max-width: 1.5rem;
  }

  .md\:max-w-7 {
    max-width: 1.75rem;
  }

  .md\:max-w-8 {
    max-width: 2rem;
  }

  .md\:max-w-9 {
    max-width: 2.25rem;
  }

  .md\:max-w-10 {
    max-width: 2.5rem;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-14 {
    max-width: 3.5rem;
  }

  .md\:max-w-15 {
    max-width: 3.75rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-18 {
    max-width: 4.5rem;
  }

  .md\:max-w-20 {
    max-width: 5rem;
  }

  .md\:max-w-21 {
    max-width: 5.25rem;
  }

  .md\:max-w-22 {
    max-width: 5.5rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

  .md\:max-w-26 {
    max-width: 6.5rem;
  }

  .md\:max-w-28 {
    max-width: 7rem;
  }

  .md\:max-w-30 {
    max-width: 7.5rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-34 {
    max-width: 8.5rem;
  }

  .md\:max-w-36 {
    max-width: 9rem;
  }

  .md\:max-w-38 {
    max-width: 9.5rem;
  }

  .md\:max-w-40 {
    max-width: 10rem;
  }

  .md\:max-w-44 {
    max-width: 11rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-52 {
    max-width: 13rem;
  }

  .md\:max-w-53 {
    max-width: 13.25rem;
  }

  .md\:max-w-54 {
    max-width: 13.5rem;
  }

  .md\:max-w-56 {
    max-width: 14rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-72 {
    max-width: 18rem;
  }

  .md\:max-w-74 {
    max-width: 18.5rem;
  }

  .md\:max-w-76 {
    max-width: 19rem;
  }

  .md\:max-w-80 {
    max-width: 20rem;
  }

  .md\:max-w-85 {
    max-width: 21.25rem;
  }

  .md\:max-w-100 {
    max-width: 25rem;
  }

  .md\:max-w-105 {
    max-width: 26.25rem;
  }

  .md\:max-w-107 {
    max-width: 26.4rem;
  }

  .md\:max-w-110 {
    max-width: 27.5rem;
  }

  .md\:max-w-120 {
    max-width: 30rem;
  }

  .md\:max-w-130 {
    max-width: 38rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen {
    max-width: 100vh;
  }

  .md\:max-w-px {
    max-width: 1px;
  }

  .md\:max-w-250px {
    max-width: 250px;
  }

  .md\:max-w-1\/2\% {
    max-width: 0.5%;
  }

  .md\:max-w-1\% {
    max-width: 1%;
  }

  .md\:max-w-2\% {
    max-width: 2%;
  }

  .md\:max-w-3\% {
    max-width: 3%;
  }

  .md\:max-w-4\% {
    max-width: 4%;
  }

  .md\:max-w-5\% {
    max-width: 5%;
  }

  .md\:max-w-10\% {
    max-width: 10%;
  }

  .md\:max-w-20\% {
    max-width: 20%;
  }

  .md\:max-w-23\% {
    max-width: 23%;
  }

  .md\:max-w-25\% {
    max-width: 25%;
  }

  .md\:max-w-26\% {
    max-width: 26%;
  }

  .md\:max-w-30\% {
    max-width: 30%;
  }

  .md\:max-w-40\% {
    max-width: 40%;
  }

  .md\:max-w-50\% {
    max-width: 50%;
  }

  .md\:max-w-60\% {
    max-width: 60%;
  }

  .md\:max-w-70\% {
    max-width: 70%;
  }

  .md\:max-w-80\% {
    max-width: 80%;
  }

  .md\:max-w-90\% {
    max-width: 90%;
  }

  .md\:max-w-95\% {
    max-width: 95%;
  }

  .md\:max-w-96\% {
    max-width: 96%;
  }

  .md\:max-w-97\% {
    max-width: 97%;
  }

  .md\:max-w-98\% {
    max-width: 98%;
  }

  .md\:max-w-99\% {
    max-width: 99%;
  }

  .md\:max-w-36vh {
    max-width: 36vh;
  }

  .md\:max-w-75vh {
    max-width: 75vh;
  }

  .md\:max-w-78vh {
    max-width: 78vh;
  }

  .md\:max-w-80vh {
    max-width: 80vh;
  }

  .md\:max-w-82vh {
    max-width: 82vh;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-1 {
    min-height: 0.25rem;
  }

  .md\:min-h-2 {
    min-height: 0.5rem;
  }

  .md\:min-h-3 {
    min-height: 0.75rem;
  }

  .md\:min-h-4 {
    min-height: 1rem;
  }

  .md\:min-h-5 {
    min-height: 1.25rem;
  }

  .md\:min-h-6 {
    min-height: 1.5rem;
  }

  .md\:min-h-7 {
    min-height: 1.75rem;
  }

  .md\:min-h-8 {
    min-height: 2rem;
  }

  .md\:min-h-9 {
    min-height: 2.25rem;
  }

  .md\:min-h-10 {
    min-height: 2.5rem;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-14 {
    min-height: 3.5rem;
  }

  .md\:min-h-15 {
    min-height: 3.75rem;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:min-h-18 {
    min-height: 4.5rem;
  }

  .md\:min-h-20 {
    min-height: 5rem;
  }

  .md\:min-h-21 {
    min-height: 5.25rem;
  }

  .md\:min-h-22 {
    min-height: 5.5rem;
  }

  .md\:min-h-24 {
    min-height: 6rem;
  }

  .md\:min-h-26 {
    min-height: 6.5rem;
  }

  .md\:min-h-28 {
    min-height: 7rem;
  }

  .md\:min-h-30 {
    min-height: 7.5rem;
  }

  .md\:min-h-32 {
    min-height: 8rem;
  }

  .md\:min-h-34 {
    min-height: 8.5rem;
  }

  .md\:min-h-36 {
    min-height: 9rem;
  }

  .md\:min-h-38 {
    min-height: 9.5rem;
  }

  .md\:min-h-40 {
    min-height: 10rem;
  }

  .md\:min-h-44 {
    min-height: 11rem;
  }

  .md\:min-h-48 {
    min-height: 12rem;
  }

  .md\:min-h-52 {
    min-height: 13rem;
  }

  .md\:min-h-53 {
    min-height: 13.25rem;
  }

  .md\:min-h-54 {
    min-height: 13.5rem;
  }

  .md\:min-h-56 {
    min-height: 14rem;
  }

  .md\:min-h-64 {
    min-height: 16rem;
  }

  .md\:min-h-72 {
    min-height: 18rem;
  }

  .md\:min-h-74 {
    min-height: 18.5rem;
  }

  .md\:min-h-76 {
    min-height: 19rem;
  }

  .md\:min-h-80 {
    min-height: 20rem;
  }

  .md\:min-h-85 {
    min-height: 21.25rem;
  }

  .md\:min-h-100 {
    min-height: 25rem;
  }

  .md\:min-h-105 {
    min-height: 26.25rem;
  }

  .md\:min-h-107 {
    min-height: 26.4rem;
  }

  .md\:min-h-110 {
    min-height: 27.5rem;
  }

  .md\:min-h-120 {
    min-height: 30rem;
  }

  .md\:min-h-130 {
    min-height: 38rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-h-px {
    min-height: 1px;
  }

  .md\:min-h-250px {
    min-height: 250px;
  }

  .md\:min-h-1\/2\% {
    min-height: 0.5%;
  }

  .md\:min-h-1\% {
    min-height: 1%;
  }

  .md\:min-h-2\% {
    min-height: 2%;
  }

  .md\:min-h-3\% {
    min-height: 3%;
  }

  .md\:min-h-4\% {
    min-height: 4%;
  }

  .md\:min-h-5\% {
    min-height: 5%;
  }

  .md\:min-h-10\% {
    min-height: 10%;
  }

  .md\:min-h-20\% {
    min-height: 20%;
  }

  .md\:min-h-23\% {
    min-height: 23%;
  }

  .md\:min-h-25\% {
    min-height: 25%;
  }

  .md\:min-h-26\% {
    min-height: 26%;
  }

  .md\:min-h-30\% {
    min-height: 30%;
  }

  .md\:min-h-40\% {
    min-height: 40%;
  }

  .md\:min-h-50\% {
    min-height: 50%;
  }

  .md\:min-h-60\% {
    min-height: 60%;
  }

  .md\:min-h-70\% {
    min-height: 70%;
  }

  .md\:min-h-80\% {
    min-height: 80%;
  }

  .md\:min-h-90\% {
    min-height: 90%;
  }

  .md\:min-h-95\% {
    min-height: 95%;
  }

  .md\:min-h-96\% {
    min-height: 96%;
  }

  .md\:min-h-97\% {
    min-height: 97%;
  }

  .md\:min-h-98\% {
    min-height: 98%;
  }

  .md\:min-h-99\% {
    min-height: 99%;
  }

  .md\:min-h-36vh {
    min-height: 36vh;
  }

  .md\:min-h-75vh {
    min-height: 75vh;
  }

  .md\:min-h-78vh {
    min-height: 78vh;
  }

  .md\:min-h-80vh {
    min-height: 80vh;
  }

  .md\:min-h-82vh {
    min-height: 82vh;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-1 {
    min-width: 0.25rem;
  }

  .md\:min-w-2 {
    min-width: 0.5rem;
  }

  .md\:min-w-3 {
    min-width: 0.75rem;
  }

  .md\:min-w-4 {
    min-width: 1rem;
  }

  .md\:min-w-5 {
    min-width: 1.25rem;
  }

  .md\:min-w-6 {
    min-width: 1.5rem;
  }

  .md\:min-w-7 {
    min-width: 1.75rem;
  }

  .md\:min-w-8 {
    min-width: 2rem;
  }

  .md\:min-w-9 {
    min-width: 2.25rem;
  }

  .md\:min-w-10 {
    min-width: 2.5rem;
  }

  .md\:min-w-12 {
    min-width: 3rem;
  }

  .md\:min-w-14 {
    min-width: 3.5rem;
  }

  .md\:min-w-15 {
    min-width: 3.75rem;
  }

  .md\:min-w-16 {
    min-width: 4rem;
  }

  .md\:min-w-18 {
    min-width: 4.5rem;
  }

  .md\:min-w-20 {
    min-width: 5rem;
  }

  .md\:min-w-21 {
    min-width: 5.25rem;
  }

  .md\:min-w-22 {
    min-width: 5.5rem;
  }

  .md\:min-w-24 {
    min-width: 6rem;
  }

  .md\:min-w-26 {
    min-width: 6.5rem;
  }

  .md\:min-w-28 {
    min-width: 7rem;
  }

  .md\:min-w-30 {
    min-width: 7.5rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-34 {
    min-width: 8.5rem;
  }

  .md\:min-w-36 {
    min-width: 9rem;
  }

  .md\:min-w-38 {
    min-width: 9.5rem;
  }

  .md\:min-w-40 {
    min-width: 10rem;
  }

  .md\:min-w-44 {
    min-width: 11rem;
  }

  .md\:min-w-48 {
    min-width: 12rem;
  }

  .md\:min-w-52 {
    min-width: 13rem;
  }

  .md\:min-w-53 {
    min-width: 13.25rem;
  }

  .md\:min-w-54 {
    min-width: 13.5rem;
  }

  .md\:min-w-56 {
    min-width: 14rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-72 {
    min-width: 18rem;
  }

  .md\:min-w-74 {
    min-width: 18.5rem;
  }

  .md\:min-w-76 {
    min-width: 19rem;
  }

  .md\:min-w-80 {
    min-width: 20rem;
  }

  .md\:min-w-85 {
    min-width: 21.25rem;
  }

  .md\:min-w-100 {
    min-width: 25rem;
  }

  .md\:min-w-105 {
    min-width: 26.25rem;
  }

  .md\:min-w-107 {
    min-width: 26.4rem;
  }

  .md\:min-w-110 {
    min-width: 27.5rem;
  }

  .md\:min-w-120 {
    min-width: 30rem;
  }

  .md\:min-w-130 {
    min-width: 38rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-screen {
    min-width: 100vh;
  }

  .md\:min-w-px {
    min-width: 1px;
  }

  .md\:min-w-250px {
    min-width: 250px;
  }

  .md\:min-w-1\/2\% {
    min-width: 0.5%;
  }

  .md\:min-w-1\% {
    min-width: 1%;
  }

  .md\:min-w-2\% {
    min-width: 2%;
  }

  .md\:min-w-3\% {
    min-width: 3%;
  }

  .md\:min-w-4\% {
    min-width: 4%;
  }

  .md\:min-w-5\% {
    min-width: 5%;
  }

  .md\:min-w-10\% {
    min-width: 10%;
  }

  .md\:min-w-20\% {
    min-width: 20%;
  }

  .md\:min-w-23\% {
    min-width: 23%;
  }

  .md\:min-w-25\% {
    min-width: 25%;
  }

  .md\:min-w-26\% {
    min-width: 26%;
  }

  .md\:min-w-30\% {
    min-width: 30%;
  }

  .md\:min-w-40\% {
    min-width: 40%;
  }

  .md\:min-w-50\% {
    min-width: 50%;
  }

  .md\:min-w-60\% {
    min-width: 60%;
  }

  .md\:min-w-70\% {
    min-width: 70%;
  }

  .md\:min-w-80\% {
    min-width: 80%;
  }

  .md\:min-w-90\% {
    min-width: 90%;
  }

  .md\:min-w-95\% {
    min-width: 95%;
  }

  .md\:min-w-96\% {
    min-width: 96%;
  }

  .md\:min-w-97\% {
    min-width: 97%;
  }

  .md\:min-w-98\% {
    min-width: 98%;
  }

  .md\:min-w-99\% {
    min-width: 99%;
  }

  .md\:min-w-36vh {
    min-width: 36vh;
  }

  .md\:min-w-75vh {
    min-width: 75vh;
  }

  .md\:min-w-78vh {
    min-width: 78vh;
  }

  .md\:min-w-80vh {
    min-width: 80vh;
  }

  .md\:min-w-82vh {
    min-width: 82vh;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-5 {
    opacity: 0.05;
  }

  .md\:opacity-10 {
    opacity: 0.1;
  }

  .md\:opacity-20 {
    opacity: 0.2;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-30 {
    opacity: 0.3;
  }

  .md\:opacity-40 {
    opacity: 0.4;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-60 {
    opacity: 0.6;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-80 {
    opacity: 0.8;
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:opacity-95 {
    opacity: 0.95;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:focus .md\:group-focus\:opacity-0 {
    opacity: 0;
  }

  .group:focus .md\:group-focus\:opacity-5 {
    opacity: 0.05;
  }

  .group:focus .md\:group-focus\:opacity-10 {
    opacity: 0.1;
  }

  .group:focus .md\:group-focus\:opacity-20 {
    opacity: 0.2;
  }

  .group:focus .md\:group-focus\:opacity-25 {
    opacity: 0.25;
  }

  .group:focus .md\:group-focus\:opacity-30 {
    opacity: 0.3;
  }

  .group:focus .md\:group-focus\:opacity-40 {
    opacity: 0.4;
  }

  .group:focus .md\:group-focus\:opacity-50 {
    opacity: 0.5;
  }

  .group:focus .md\:group-focus\:opacity-60 {
    opacity: 0.6;
  }

  .group:focus .md\:group-focus\:opacity-70 {
    opacity: 0.7;
  }

  .group:focus .md\:group-focus\:opacity-75 {
    opacity: 0.75;
  }

  .group:focus .md\:group-focus\:opacity-80 {
    opacity: 0.8;
  }

  .group:focus .md\:group-focus\:opacity-90 {
    opacity: 0.9;
  }

  .group:focus .md\:group-focus\:opacity-95 {
    opacity: 0.95;
  }

  .group:focus .md\:group-focus\:opacity-100 {
    opacity: 1;
  }

  .md\:active\:opacity-0:active {
    opacity: 0;
  }

  .md\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .md\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .md\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .md\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .md\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .md\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .md\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .md\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .md\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .md\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .md\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .md\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .md\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .md\:active\:opacity-100:active {
    opacity: 1;
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-15 {
    padding: 3.75rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-18 {
    padding: 4.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-21 {
    padding: 5.25rem;
  }

  .md\:p-22 {
    padding: 5.5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-26 {
    padding: 6.5rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-30 {
    padding: 7.5rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-34 {
    padding: 8.5rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-38 {
    padding: 9.5rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-53 {
    padding: 13.25rem;
  }

  .md\:p-54 {
    padding: 13.5rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-74 {
    padding: 18.5rem;
  }

  .md\:p-76 {
    padding: 19rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-85 {
    padding: 21.25rem;
  }

  .md\:p-100 {
    padding: 25rem;
  }

  .md\:p-105 {
    padding: 26.25rem;
  }

  .md\:p-107 {
    padding: 26.4rem;
  }

  .md\:p-110 {
    padding: 27.5rem;
  }

  .md\:p-120 {
    padding: 30rem;
  }

  .md\:p-130 {
    padding: 38rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-250px {
    padding: 250px;
  }

  .md\:p-1\/2\% {
    padding: 0.5%;
  }

  .md\:p-1\% {
    padding: 1%;
  }

  .md\:p-2\% {
    padding: 2%;
  }

  .md\:p-3\% {
    padding: 3%;
  }

  .md\:p-4\% {
    padding: 4%;
  }

  .md\:p-5\% {
    padding: 5%;
  }

  .md\:p-10\% {
    padding: 10%;
  }

  .md\:p-20\% {
    padding: 20%;
  }

  .md\:p-23\% {
    padding: 23%;
  }

  .md\:p-25\% {
    padding: 25%;
  }

  .md\:p-26\% {
    padding: 26%;
  }

  .md\:p-30\% {
    padding: 30%;
  }

  .md\:p-40\% {
    padding: 40%;
  }

  .md\:p-50\% {
    padding: 50%;
  }

  .md\:p-60\% {
    padding: 60%;
  }

  .md\:p-70\% {
    padding: 70%;
  }

  .md\:p-80\% {
    padding: 80%;
  }

  .md\:p-90\% {
    padding: 90%;
  }

  .md\:p-95\% {
    padding: 95%;
  }

  .md\:p-96\% {
    padding: 96%;
  }

  .md\:p-97\% {
    padding: 97%;
  }

  .md\:p-98\% {
    padding: 98%;
  }

  .md\:p-99\% {
    padding: 99%;
  }

  .md\:p-36vh {
    padding: 36vh;
  }

  .md\:p-75vh {
    padding: 75vh;
  }

  .md\:p-78vh {
    padding: 78vh;
  }

  .md\:p-80vh {
    padding: 80vh;
  }

  .md\:p-82vh {
    padding: 82vh;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .md\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .md\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .md\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .md\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .md\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .md\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .md\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .md\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .md\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .md\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .md\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .md\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .md\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .md\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .md\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .md\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .md\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .md\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .md\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .md\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .md\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .md\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .md\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .md\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .md\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .md\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .md\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .md\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .md\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .md\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .md\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .md\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .md\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.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-7 {
    padding-top: 1.75rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-15 {
    padding-top: 3.75rem;
  }

  .md\:pr-15 {
    padding-right: 3.75rem;
  }

  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .md\:pl-15 {
    padding-left: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
  }

  .md\:pr-18 {
    padding-right: 4.5rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .md\:pl-18 {
    padding-left: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
  }

  .md\:pr-21 {
    padding-right: 5.25rem;
  }

  .md\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .md\:pl-21 {
    padding-left: 5.25rem;
  }

  .md\:pt-22 {
    padding-top: 5.5rem;
  }

  .md\:pr-22 {
    padding-right: 5.5rem;
  }

  .md\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .md\:pl-22 {
    padding-left: 5.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-26 {
    padding-top: 6.5rem;
  }

  .md\:pr-26 {
    padding-right: 6.5rem;
  }

  .md\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .md\:pl-26 {
    padding-left: 6.5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pt-30 {
    padding-top: 7.5rem;
  }

  .md\:pr-30 {
    padding-right: 7.5rem;
  }

  .md\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .md\:pl-30 {
    padding-left: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
  }

  .md\:pr-34 {
    padding-right: 8.5rem;
  }

  .md\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .md\:pl-34 {
    padding-left: 8.5rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pt-38 {
    padding-top: 9.5rem;
  }

  .md\:pr-38 {
    padding-right: 9.5rem;
  }

  .md\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .md\:pl-38 {
    padding-left: 9.5rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pt-53 {
    padding-top: 13.25rem;
  }

  .md\:pr-53 {
    padding-right: 13.25rem;
  }

  .md\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .md\:pl-53 {
    padding-left: 13.25rem;
  }

  .md\:pt-54 {
    padding-top: 13.5rem;
  }

  .md\:pr-54 {
    padding-right: 13.5rem;
  }

  .md\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .md\:pl-54 {
    padding-left: 13.5rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pt-74 {
    padding-top: 18.5rem;
  }

  .md\:pr-74 {
    padding-right: 18.5rem;
  }

  .md\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .md\:pl-74 {
    padding-left: 18.5rem;
  }

  .md\:pt-76 {
    padding-top: 19rem;
  }

  .md\:pr-76 {
    padding-right: 19rem;
  }

  .md\:pb-76 {
    padding-bottom: 19rem;
  }

  .md\:pl-76 {
    padding-left: 19rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pt-85 {
    padding-top: 21.25rem;
  }

  .md\:pr-85 {
    padding-right: 21.25rem;
  }

  .md\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .md\:pl-85 {
    padding-left: 21.25rem;
  }

  .md\:pt-100 {
    padding-top: 25rem;
  }

  .md\:pr-100 {
    padding-right: 25rem;
  }

  .md\:pb-100 {
    padding-bottom: 25rem;
  }

  .md\:pl-100 {
    padding-left: 25rem;
  }

  .md\:pt-105 {
    padding-top: 26.25rem;
  }

  .md\:pr-105 {
    padding-right: 26.25rem;
  }

  .md\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .md\:pl-105 {
    padding-left: 26.25rem;
  }

  .md\:pt-107 {
    padding-top: 26.4rem;
  }

  .md\:pr-107 {
    padding-right: 26.4rem;
  }

  .md\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .md\:pl-107 {
    padding-left: 26.4rem;
  }

  .md\:pt-110 {
    padding-top: 27.5rem;
  }

  .md\:pr-110 {
    padding-right: 27.5rem;
  }

  .md\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .md\:pl-110 {
    padding-left: 27.5rem;
  }

  .md\:pt-120 {
    padding-top: 30rem;
  }

  .md\:pr-120 {
    padding-right: 30rem;
  }

  .md\:pb-120 {
    padding-bottom: 30rem;
  }

  .md\:pl-120 {
    padding-left: 30rem;
  }

  .md\:pt-130 {
    padding-top: 38rem;
  }

  .md\:pr-130 {
    padding-right: 38rem;
  }

  .md\:pb-130 {
    padding-bottom: 38rem;
  }

  .md\:pl-130 {
    padding-left: 38rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pt-250px {
    padding-top: 250px;
  }

  .md\:pr-250px {
    padding-right: 250px;
  }

  .md\:pb-250px {
    padding-bottom: 250px;
  }

  .md\:pl-250px {
    padding-left: 250px;
  }

  .md\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .md\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .md\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .md\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .md\:pt-1\% {
    padding-top: 1%;
  }

  .md\:pr-1\% {
    padding-right: 1%;
  }

  .md\:pb-1\% {
    padding-bottom: 1%;
  }

  .md\:pl-1\% {
    padding-left: 1%;
  }

  .md\:pt-2\% {
    padding-top: 2%;
  }

  .md\:pr-2\% {
    padding-right: 2%;
  }

  .md\:pb-2\% {
    padding-bottom: 2%;
  }

  .md\:pl-2\% {
    padding-left: 2%;
  }

  .md\:pt-3\% {
    padding-top: 3%;
  }

  .md\:pr-3\% {
    padding-right: 3%;
  }

  .md\:pb-3\% {
    padding-bottom: 3%;
  }

  .md\:pl-3\% {
    padding-left: 3%;
  }

  .md\:pt-4\% {
    padding-top: 4%;
  }

  .md\:pr-4\% {
    padding-right: 4%;
  }

  .md\:pb-4\% {
    padding-bottom: 4%;
  }

  .md\:pl-4\% {
    padding-left: 4%;
  }

  .md\:pt-5\% {
    padding-top: 5%;
  }

  .md\:pr-5\% {
    padding-right: 5%;
  }

  .md\:pb-5\% {
    padding-bottom: 5%;
  }

  .md\:pl-5\% {
    padding-left: 5%;
  }

  .md\:pt-10\% {
    padding-top: 10%;
  }

  .md\:pr-10\% {
    padding-right: 10%;
  }

  .md\:pb-10\% {
    padding-bottom: 10%;
  }

  .md\:pl-10\% {
    padding-left: 10%;
  }

  .md\:pt-20\% {
    padding-top: 20%;
  }

  .md\:pr-20\% {
    padding-right: 20%;
  }

  .md\:pb-20\% {
    padding-bottom: 20%;
  }

  .md\:pl-20\% {
    padding-left: 20%;
  }

  .md\:pt-23\% {
    padding-top: 23%;
  }

  .md\:pr-23\% {
    padding-right: 23%;
  }

  .md\:pb-23\% {
    padding-bottom: 23%;
  }

  .md\:pl-23\% {
    padding-left: 23%;
  }

  .md\:pt-25\% {
    padding-top: 25%;
  }

  .md\:pr-25\% {
    padding-right: 25%;
  }

  .md\:pb-25\% {
    padding-bottom: 25%;
  }

  .md\:pl-25\% {
    padding-left: 25%;
  }

  .md\:pt-26\% {
    padding-top: 26%;
  }

  .md\:pr-26\% {
    padding-right: 26%;
  }

  .md\:pb-26\% {
    padding-bottom: 26%;
  }

  .md\:pl-26\% {
    padding-left: 26%;
  }

  .md\:pt-30\% {
    padding-top: 30%;
  }

  .md\:pr-30\% {
    padding-right: 30%;
  }

  .md\:pb-30\% {
    padding-bottom: 30%;
  }

  .md\:pl-30\% {
    padding-left: 30%;
  }

  .md\:pt-40\% {
    padding-top: 40%;
  }

  .md\:pr-40\% {
    padding-right: 40%;
  }

  .md\:pb-40\% {
    padding-bottom: 40%;
  }

  .md\:pl-40\% {
    padding-left: 40%;
  }

  .md\:pt-50\% {
    padding-top: 50%;
  }

  .md\:pr-50\% {
    padding-right: 50%;
  }

  .md\:pb-50\% {
    padding-bottom: 50%;
  }

  .md\:pl-50\% {
    padding-left: 50%;
  }

  .md\:pt-60\% {
    padding-top: 60%;
  }

  .md\:pr-60\% {
    padding-right: 60%;
  }

  .md\:pb-60\% {
    padding-bottom: 60%;
  }

  .md\:pl-60\% {
    padding-left: 60%;
  }

  .md\:pt-70\% {
    padding-top: 70%;
  }

  .md\:pr-70\% {
    padding-right: 70%;
  }

  .md\:pb-70\% {
    padding-bottom: 70%;
  }

  .md\:pl-70\% {
    padding-left: 70%;
  }

  .md\:pt-80\% {
    padding-top: 80%;
  }

  .md\:pr-80\% {
    padding-right: 80%;
  }

  .md\:pb-80\% {
    padding-bottom: 80%;
  }

  .md\:pl-80\% {
    padding-left: 80%;
  }

  .md\:pt-90\% {
    padding-top: 90%;
  }

  .md\:pr-90\% {
    padding-right: 90%;
  }

  .md\:pb-90\% {
    padding-bottom: 90%;
  }

  .md\:pl-90\% {
    padding-left: 90%;
  }

  .md\:pt-95\% {
    padding-top: 95%;
  }

  .md\:pr-95\% {
    padding-right: 95%;
  }

  .md\:pb-95\% {
    padding-bottom: 95%;
  }

  .md\:pl-95\% {
    padding-left: 95%;
  }

  .md\:pt-96\% {
    padding-top: 96%;
  }

  .md\:pr-96\% {
    padding-right: 96%;
  }

  .md\:pb-96\% {
    padding-bottom: 96%;
  }

  .md\:pl-96\% {
    padding-left: 96%;
  }

  .md\:pt-97\% {
    padding-top: 97%;
  }

  .md\:pr-97\% {
    padding-right: 97%;
  }

  .md\:pb-97\% {
    padding-bottom: 97%;
  }

  .md\:pl-97\% {
    padding-left: 97%;
  }

  .md\:pt-98\% {
    padding-top: 98%;
  }

  .md\:pr-98\% {
    padding-right: 98%;
  }

  .md\:pb-98\% {
    padding-bottom: 98%;
  }

  .md\:pl-98\% {
    padding-left: 98%;
  }

  .md\:pt-99\% {
    padding-top: 99%;
  }

  .md\:pr-99\% {
    padding-right: 99%;
  }

  .md\:pb-99\% {
    padding-bottom: 99%;
  }

  .md\:pl-99\% {
    padding-left: 99%;
  }

  .md\:pt-36vh {
    padding-top: 36vh;
  }

  .md\:pr-36vh {
    padding-right: 36vh;
  }

  .md\:pb-36vh {
    padding-bottom: 36vh;
  }

  .md\:pl-36vh {
    padding-left: 36vh;
  }

  .md\:pt-75vh {
    padding-top: 75vh;
  }

  .md\:pr-75vh {
    padding-right: 75vh;
  }

  .md\:pb-75vh {
    padding-bottom: 75vh;
  }

  .md\:pl-75vh {
    padding-left: 75vh;
  }

  .md\:pt-78vh {
    padding-top: 78vh;
  }

  .md\:pr-78vh {
    padding-right: 78vh;
  }

  .md\:pb-78vh {
    padding-bottom: 78vh;
  }

  .md\:pl-78vh {
    padding-left: 78vh;
  }

  .md\:pt-80vh {
    padding-top: 80vh;
  }

  .md\:pr-80vh {
    padding-right: 80vh;
  }

  .md\:pb-80vh {
    padding-bottom: 80vh;
  }

  .md\:pl-80vh {
    padding-left: 80vh;
  }

  .md\:pt-82vh {
    padding-top: 82vh;
  }

  .md\:pr-82vh {
    padding-right: 82vh;
  }

  .md\:pb-82vh {
    padding-bottom: 82vh;
  }

  .md\:pl-82vh {
    padding-left: 82vh;
  }

  .md\:hover\:p-0:hover {
    padding: 0;
  }

  .md\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .md\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .md\:hover\:p-3:hover {
    padding: 0.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-7:hover {
    padding: 1.75rem;
  }

  .md\:hover\:p-8:hover {
    padding: 2rem;
  }

  .md\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .md\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .md\:hover\:p-12:hover {
    padding: 3rem;
  }

  .md\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .md\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .md\:hover\:p-16:hover {
    padding: 4rem;
  }

  .md\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .md\:hover\:p-20:hover {
    padding: 5rem;
  }

  .md\:hover\:p-21:hover {
    padding: 5.25rem;
  }

  .md\:hover\:p-22:hover {
    padding: 5.5rem;
  }

  .md\:hover\:p-24:hover {
    padding: 6rem;
  }

  .md\:hover\:p-26:hover {
    padding: 6.5rem;
  }

  .md\:hover\:p-28:hover {
    padding: 7rem;
  }

  .md\:hover\:p-30:hover {
    padding: 7.5rem;
  }

  .md\:hover\:p-32:hover {
    padding: 8rem;
  }

  .md\:hover\:p-34:hover {
    padding: 8.5rem;
  }

  .md\:hover\:p-36:hover {
    padding: 9rem;
  }

  .md\:hover\:p-38:hover {
    padding: 9.5rem;
  }

  .md\:hover\:p-40:hover {
    padding: 10rem;
  }

  .md\:hover\:p-44:hover {
    padding: 11rem;
  }

  .md\:hover\:p-48:hover {
    padding: 12rem;
  }

  .md\:hover\:p-52:hover {
    padding: 13rem;
  }

  .md\:hover\:p-53:hover {
    padding: 13.25rem;
  }

  .md\:hover\:p-54:hover {
    padding: 13.5rem;
  }

  .md\:hover\:p-56:hover {
    padding: 14rem;
  }

  .md\:hover\:p-64:hover {
    padding: 16rem;
  }

  .md\:hover\:p-72:hover {
    padding: 18rem;
  }

  .md\:hover\:p-74:hover {
    padding: 18.5rem;
  }

  .md\:hover\:p-76:hover {
    padding: 19rem;
  }

  .md\:hover\:p-80:hover {
    padding: 20rem;
  }

  .md\:hover\:p-85:hover {
    padding: 21.25rem;
  }

  .md\:hover\:p-100:hover {
    padding: 25rem;
  }

  .md\:hover\:p-105:hover {
    padding: 26.25rem;
  }

  .md\:hover\:p-107:hover {
    padding: 26.4rem;
  }

  .md\:hover\:p-110:hover {
    padding: 27.5rem;
  }

  .md\:hover\:p-120:hover {
    padding: 30rem;
  }

  .md\:hover\:p-130:hover {
    padding: 38rem;
  }

  .md\:hover\:p-px:hover {
    padding: 1px;
  }

  .md\:hover\:p-250px:hover {
    padding: 250px;
  }

  .md\:hover\:p-1\/2\%:hover {
    padding: 0.5%;
  }

  .md\:hover\:p-1\%:hover {
    padding: 1%;
  }

  .md\:hover\:p-2\%:hover {
    padding: 2%;
  }

  .md\:hover\:p-3\%:hover {
    padding: 3%;
  }

  .md\:hover\:p-4\%:hover {
    padding: 4%;
  }

  .md\:hover\:p-5\%:hover {
    padding: 5%;
  }

  .md\:hover\:p-10\%:hover {
    padding: 10%;
  }

  .md\:hover\:p-20\%:hover {
    padding: 20%;
  }

  .md\:hover\:p-23\%:hover {
    padding: 23%;
  }

  .md\:hover\:p-25\%:hover {
    padding: 25%;
  }

  .md\:hover\:p-26\%:hover {
    padding: 26%;
  }

  .md\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .md\:hover\:p-40\%:hover {
    padding: 40%;
  }

  .md\:hover\:p-50\%:hover {
    padding: 50%;
  }

  .md\:hover\:p-60\%:hover {
    padding: 60%;
  }

  .md\:hover\:p-70\%:hover {
    padding: 70%;
  }

  .md\:hover\:p-80\%:hover {
    padding: 80%;
  }

  .md\:hover\:p-90\%:hover {
    padding: 90%;
  }

  .md\:hover\:p-95\%:hover {
    padding: 95%;
  }

  .md\:hover\:p-96\%:hover {
    padding: 96%;
  }

  .md\:hover\:p-97\%:hover {
    padding: 97%;
  }

  .md\:hover\:p-98\%:hover {
    padding: 98%;
  }

  .md\:hover\:p-99\%:hover {
    padding: 99%;
  }

  .md\:hover\:p-36vh:hover {
    padding: 36vh;
  }

  .md\:hover\:p-75vh:hover {
    padding: 75vh;
  }

  .md\:hover\:p-78vh:hover {
    padding: 78vh;
  }

  .md\:hover\:p-80vh:hover {
    padding: 80vh;
  }

  .md\:hover\:p-82vh:hover {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.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-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:hover {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:hover\:px-21:hover {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:hover\:py-22:hover {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:hover\:px-22:hover {
    padding-left: 5.5rem;
    padding-right: 5.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-26:hover {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:hover\:px-26:hover {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:hover\:py-30:hover {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:hover\:px-30:hover {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:hover {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:hover\:px-34:hover {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:hover\:py-38:hover {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:hover\:px-38:hover {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:hover\:py-53:hover {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .md\:hover\:px-53:hover {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .md\:hover\:py-54:hover {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:hover\:px-54:hover {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:hover\:py-74:hover {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .md\:hover\:px-74:hover {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .md\:hover\:py-76:hover {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .md\:hover\:px-76:hover {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .md\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:hover\:py-85:hover {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .md\:hover\:px-85:hover {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .md\:hover\:py-100:hover {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:hover\:px-100:hover {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:hover\:py-105:hover {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .md\:hover\:px-105:hover {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .md\:hover\:py-107:hover {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .md\:hover\:px-107:hover {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .md\:hover\:py-110:hover {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:hover\:px-110:hover {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:hover\:py-120:hover {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:hover\:px-120:hover {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:hover\:py-130:hover {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:hover\:px-130:hover {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:hover\:py-250px:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:hover\:px-250px:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:hover\:py-1\/2\%:hover {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .md\:hover\:px-1\/2\%:hover {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .md\:hover\:py-1\%:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:hover\:px-1\%:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:hover\:py-2\%:hover {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:hover\:px-2\%:hover {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:hover\:py-3\%:hover {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .md\:hover\:px-3\%:hover {
    padding-left: 3%;
    padding-right: 3%;
  }

  .md\:hover\:py-4\%:hover {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .md\:hover\:px-4\%:hover {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:hover\:py-5\%:hover {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:hover\:px-5\%:hover {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:hover\:py-10\%:hover {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:hover\:px-10\%:hover {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:hover\:py-20\%:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:hover\:px-20\%:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:hover\:py-23\%:hover {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .md\:hover\:px-23\%:hover {
    padding-left: 23%;
    padding-right: 23%;
  }

  .md\:hover\:py-25\%:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:hover\:px-25\%:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:hover\:py-26\%:hover {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .md\:hover\:px-26\%:hover {
    padding-left: 26%;
    padding-right: 26%;
  }

  .md\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:hover\:py-40\%:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:hover\:px-40\%:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:hover\:py-50\%:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:hover\:px-50\%:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:hover\:py-60\%:hover {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:hover\:px-60\%:hover {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:hover\:py-70\%:hover {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:hover\:px-70\%:hover {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:hover\:py-80\%:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:hover\:px-80\%:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:hover\:py-90\%:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:hover\:px-90\%:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:hover\:py-95\%:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:hover\:px-95\%:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:hover\:py-96\%:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:hover\:px-96\%:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:hover\:py-97\%:hover {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .md\:hover\:px-97\%:hover {
    padding-left: 97%;
    padding-right: 97%;
  }

  .md\:hover\:py-98\%:hover {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .md\:hover\:px-98\%:hover {
    padding-left: 98%;
    padding-right: 98%;
  }

  .md\:hover\:py-99\%:hover {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .md\:hover\:px-99\%:hover {
    padding-left: 99%;
    padding-right: 99%;
  }

  .md\:hover\:py-36vh:hover {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .md\:hover\:px-36vh:hover {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .md\:hover\:py-75vh:hover {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .md\:hover\:px-75vh:hover {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .md\:hover\:py-78vh:hover {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .md\:hover\:px-78vh:hover {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .md\:hover\:py-80vh:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:hover\:px-80vh:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:hover\:py-82vh:hover {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .md\:hover\:px-82vh:hover {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .md\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .md\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .md\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .md\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .md\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .md\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .md\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .md\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .md\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .md\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .md\:hover\:pl-3:hover {
    padding-left: 0.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-7:hover {
    padding-top: 1.75rem;
  }

  .md\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .md\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .md\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .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-9:hover {
    padding-top: 2.25rem;
  }

  .md\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .md\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .md\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .md\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .md\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .md\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .md\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .md\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .md\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .md\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .md\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .md\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .md\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .md\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .md\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .md\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .md\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .md\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .md\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .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-18:hover {
    padding-top: 4.5rem;
  }

  .md\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .md\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .md\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .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-21:hover {
    padding-top: 5.25rem;
  }

  .md\:hover\:pr-21:hover {
    padding-right: 5.25rem;
  }

  .md\:hover\:pb-21:hover {
    padding-bottom: 5.25rem;
  }

  .md\:hover\:pl-21:hover {
    padding-left: 5.25rem;
  }

  .md\:hover\:pt-22:hover {
    padding-top: 5.5rem;
  }

  .md\:hover\:pr-22:hover {
    padding-right: 5.5rem;
  }

  .md\:hover\:pb-22:hover {
    padding-bottom: 5.5rem;
  }

  .md\:hover\:pl-22:hover {
    padding-left: 5.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-26:hover {
    padding-top: 6.5rem;
  }

  .md\:hover\:pr-26:hover {
    padding-right: 6.5rem;
  }

  .md\:hover\:pb-26:hover {
    padding-bottom: 6.5rem;
  }

  .md\:hover\:pl-26:hover {
    padding-left: 6.5rem;
  }

  .md\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .md\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .md\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .md\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .md\:hover\:pt-30:hover {
    padding-top: 7.5rem;
  }

  .md\:hover\:pr-30:hover {
    padding-right: 7.5rem;
  }

  .md\:hover\:pb-30:hover {
    padding-bottom: 7.5rem;
  }

  .md\:hover\:pl-30:hover {
    padding-left: 7.5rem;
  }

  .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-34:hover {
    padding-top: 8.5rem;
  }

  .md\:hover\:pr-34:hover {
    padding-right: 8.5rem;
  }

  .md\:hover\:pb-34:hover {
    padding-bottom: 8.5rem;
  }

  .md\:hover\:pl-34:hover {
    padding-left: 8.5rem;
  }

  .md\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .md\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .md\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .md\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .md\:hover\:pt-38:hover {
    padding-top: 9.5rem;
  }

  .md\:hover\:pr-38:hover {
    padding-right: 9.5rem;
  }

  .md\:hover\:pb-38:hover {
    padding-bottom: 9.5rem;
  }

  .md\:hover\:pl-38:hover {
    padding-left: 9.5rem;
  }

  .md\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .md\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .md\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .md\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .md\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .md\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .md\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .md\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .md\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .md\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .md\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .md\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .md\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .md\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .md\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .md\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .md\:hover\:pt-53:hover {
    padding-top: 13.25rem;
  }

  .md\:hover\:pr-53:hover {
    padding-right: 13.25rem;
  }

  .md\:hover\:pb-53:hover {
    padding-bottom: 13.25rem;
  }

  .md\:hover\:pl-53:hover {
    padding-left: 13.25rem;
  }

  .md\:hover\:pt-54:hover {
    padding-top: 13.5rem;
  }

  .md\:hover\:pr-54:hover {
    padding-right: 13.5rem;
  }

  .md\:hover\:pb-54:hover {
    padding-bottom: 13.5rem;
  }

  .md\:hover\:pl-54:hover {
    padding-left: 13.5rem;
  }

  .md\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .md\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .md\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .md\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .md\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .md\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .md\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .md\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .md\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .md\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .md\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .md\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .md\:hover\:pt-74:hover {
    padding-top: 18.5rem;
  }

  .md\:hover\:pr-74:hover {
    padding-right: 18.5rem;
  }

  .md\:hover\:pb-74:hover {
    padding-bottom: 18.5rem;
  }

  .md\:hover\:pl-74:hover {
    padding-left: 18.5rem;
  }

  .md\:hover\:pt-76:hover {
    padding-top: 19rem;
  }

  .md\:hover\:pr-76:hover {
    padding-right: 19rem;
  }

  .md\:hover\:pb-76:hover {
    padding-bottom: 19rem;
  }

  .md\:hover\:pl-76:hover {
    padding-left: 19rem;
  }

  .md\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .md\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .md\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .md\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .md\:hover\:pt-85:hover {
    padding-top: 21.25rem;
  }

  .md\:hover\:pr-85:hover {
    padding-right: 21.25rem;
  }

  .md\:hover\:pb-85:hover {
    padding-bottom: 21.25rem;
  }

  .md\:hover\:pl-85:hover {
    padding-left: 21.25rem;
  }

  .md\:hover\:pt-100:hover {
    padding-top: 25rem;
  }

  .md\:hover\:pr-100:hover {
    padding-right: 25rem;
  }

  .md\:hover\:pb-100:hover {
    padding-bottom: 25rem;
  }

  .md\:hover\:pl-100:hover {
    padding-left: 25rem;
  }

  .md\:hover\:pt-105:hover {
    padding-top: 26.25rem;
  }

  .md\:hover\:pr-105:hover {
    padding-right: 26.25rem;
  }

  .md\:hover\:pb-105:hover {
    padding-bottom: 26.25rem;
  }

  .md\:hover\:pl-105:hover {
    padding-left: 26.25rem;
  }

  .md\:hover\:pt-107:hover {
    padding-top: 26.4rem;
  }

  .md\:hover\:pr-107:hover {
    padding-right: 26.4rem;
  }

  .md\:hover\:pb-107:hover {
    padding-bottom: 26.4rem;
  }

  .md\:hover\:pl-107:hover {
    padding-left: 26.4rem;
  }

  .md\:hover\:pt-110:hover {
    padding-top: 27.5rem;
  }

  .md\:hover\:pr-110:hover {
    padding-right: 27.5rem;
  }

  .md\:hover\:pb-110:hover {
    padding-bottom: 27.5rem;
  }

  .md\:hover\:pl-110:hover {
    padding-left: 27.5rem;
  }

  .md\:hover\:pt-120:hover {
    padding-top: 30rem;
  }

  .md\:hover\:pr-120:hover {
    padding-right: 30rem;
  }

  .md\:hover\:pb-120:hover {
    padding-bottom: 30rem;
  }

  .md\:hover\:pl-120:hover {
    padding-left: 30rem;
  }

  .md\:hover\:pt-130:hover {
    padding-top: 38rem;
  }

  .md\:hover\:pr-130:hover {
    padding-right: 38rem;
  }

  .md\:hover\:pb-130:hover {
    padding-bottom: 38rem;
  }

  .md\:hover\:pl-130:hover {
    padding-left: 38rem;
  }

  .md\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .md\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .md\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .md\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .md\:hover\:pt-250px:hover {
    padding-top: 250px;
  }

  .md\:hover\:pr-250px:hover {
    padding-right: 250px;
  }

  .md\:hover\:pb-250px:hover {
    padding-bottom: 250px;
  }

  .md\:hover\:pl-250px:hover {
    padding-left: 250px;
  }

  .md\:hover\:pt-1\/2\%:hover {
    padding-top: 0.5%;
  }

  .md\:hover\:pr-1\/2\%:hover {
    padding-right: 0.5%;
  }

  .md\:hover\:pb-1\/2\%:hover {
    padding-bottom: 0.5%;
  }

  .md\:hover\:pl-1\/2\%:hover {
    padding-left: 0.5%;
  }

  .md\:hover\:pt-1\%:hover {
    padding-top: 1%;
  }

  .md\:hover\:pr-1\%:hover {
    padding-right: 1%;
  }

  .md\:hover\:pb-1\%:hover {
    padding-bottom: 1%;
  }

  .md\:hover\:pl-1\%:hover {
    padding-left: 1%;
  }

  .md\:hover\:pt-2\%:hover {
    padding-top: 2%;
  }

  .md\:hover\:pr-2\%:hover {
    padding-right: 2%;
  }

  .md\:hover\:pb-2\%:hover {
    padding-bottom: 2%;
  }

  .md\:hover\:pl-2\%:hover {
    padding-left: 2%;
  }

  .md\:hover\:pt-3\%:hover {
    padding-top: 3%;
  }

  .md\:hover\:pr-3\%:hover {
    padding-right: 3%;
  }

  .md\:hover\:pb-3\%:hover {
    padding-bottom: 3%;
  }

  .md\:hover\:pl-3\%:hover {
    padding-left: 3%;
  }

  .md\:hover\:pt-4\%:hover {
    padding-top: 4%;
  }

  .md\:hover\:pr-4\%:hover {
    padding-right: 4%;
  }

  .md\:hover\:pb-4\%:hover {
    padding-bottom: 4%;
  }

  .md\:hover\:pl-4\%:hover {
    padding-left: 4%;
  }

  .md\:hover\:pt-5\%:hover {
    padding-top: 5%;
  }

  .md\:hover\:pr-5\%:hover {
    padding-right: 5%;
  }

  .md\:hover\:pb-5\%:hover {
    padding-bottom: 5%;
  }

  .md\:hover\:pl-5\%:hover {
    padding-left: 5%;
  }

  .md\:hover\:pt-10\%:hover {
    padding-top: 10%;
  }

  .md\:hover\:pr-10\%:hover {
    padding-right: 10%;
  }

  .md\:hover\:pb-10\%:hover {
    padding-bottom: 10%;
  }

  .md\:hover\:pl-10\%:hover {
    padding-left: 10%;
  }

  .md\:hover\:pt-20\%:hover {
    padding-top: 20%;
  }

  .md\:hover\:pr-20\%:hover {
    padding-right: 20%;
  }

  .md\:hover\:pb-20\%:hover {
    padding-bottom: 20%;
  }

  .md\:hover\:pl-20\%:hover {
    padding-left: 20%;
  }

  .md\:hover\:pt-23\%:hover {
    padding-top: 23%;
  }

  .md\:hover\:pr-23\%:hover {
    padding-right: 23%;
  }

  .md\:hover\:pb-23\%:hover {
    padding-bottom: 23%;
  }

  .md\:hover\:pl-23\%:hover {
    padding-left: 23%;
  }

  .md\:hover\:pt-25\%:hover {
    padding-top: 25%;
  }

  .md\:hover\:pr-25\%:hover {
    padding-right: 25%;
  }

  .md\:hover\:pb-25\%:hover {
    padding-bottom: 25%;
  }

  .md\:hover\:pl-25\%:hover {
    padding-left: 25%;
  }

  .md\:hover\:pt-26\%:hover {
    padding-top: 26%;
  }

  .md\:hover\:pr-26\%:hover {
    padding-right: 26%;
  }

  .md\:hover\:pb-26\%:hover {
    padding-bottom: 26%;
  }

  .md\:hover\:pl-26\%:hover {
    padding-left: 26%;
  }

  .md\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .md\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .md\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .md\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .md\:hover\:pt-40\%:hover {
    padding-top: 40%;
  }

  .md\:hover\:pr-40\%:hover {
    padding-right: 40%;
  }

  .md\:hover\:pb-40\%:hover {
    padding-bottom: 40%;
  }

  .md\:hover\:pl-40\%:hover {
    padding-left: 40%;
  }

  .md\:hover\:pt-50\%:hover {
    padding-top: 50%;
  }

  .md\:hover\:pr-50\%:hover {
    padding-right: 50%;
  }

  .md\:hover\:pb-50\%:hover {
    padding-bottom: 50%;
  }

  .md\:hover\:pl-50\%:hover {
    padding-left: 50%;
  }

  .md\:hover\:pt-60\%:hover {
    padding-top: 60%;
  }

  .md\:hover\:pr-60\%:hover {
    padding-right: 60%;
  }

  .md\:hover\:pb-60\%:hover {
    padding-bottom: 60%;
  }

  .md\:hover\:pl-60\%:hover {
    padding-left: 60%;
  }

  .md\:hover\:pt-70\%:hover {
    padding-top: 70%;
  }

  .md\:hover\:pr-70\%:hover {
    padding-right: 70%;
  }

  .md\:hover\:pb-70\%:hover {
    padding-bottom: 70%;
  }

  .md\:hover\:pl-70\%:hover {
    padding-left: 70%;
  }

  .md\:hover\:pt-80\%:hover {
    padding-top: 80%;
  }

  .md\:hover\:pr-80\%:hover {
    padding-right: 80%;
  }

  .md\:hover\:pb-80\%:hover {
    padding-bottom: 80%;
  }

  .md\:hover\:pl-80\%:hover {
    padding-left: 80%;
  }

  .md\:hover\:pt-90\%:hover {
    padding-top: 90%;
  }

  .md\:hover\:pr-90\%:hover {
    padding-right: 90%;
  }

  .md\:hover\:pb-90\%:hover {
    padding-bottom: 90%;
  }

  .md\:hover\:pl-90\%:hover {
    padding-left: 90%;
  }

  .md\:hover\:pt-95\%:hover {
    padding-top: 95%;
  }

  .md\:hover\:pr-95\%:hover {
    padding-right: 95%;
  }

  .md\:hover\:pb-95\%:hover {
    padding-bottom: 95%;
  }

  .md\:hover\:pl-95\%:hover {
    padding-left: 95%;
  }

  .md\:hover\:pt-96\%:hover {
    padding-top: 96%;
  }

  .md\:hover\:pr-96\%:hover {
    padding-right: 96%;
  }

  .md\:hover\:pb-96\%:hover {
    padding-bottom: 96%;
  }

  .md\:hover\:pl-96\%:hover {
    padding-left: 96%;
  }

  .md\:hover\:pt-97\%:hover {
    padding-top: 97%;
  }

  .md\:hover\:pr-97\%:hover {
    padding-right: 97%;
  }

  .md\:hover\:pb-97\%:hover {
    padding-bottom: 97%;
  }

  .md\:hover\:pl-97\%:hover {
    padding-left: 97%;
  }

  .md\:hover\:pt-98\%:hover {
    padding-top: 98%;
  }

  .md\:hover\:pr-98\%:hover {
    padding-right: 98%;
  }

  .md\:hover\:pb-98\%:hover {
    padding-bottom: 98%;
  }

  .md\:hover\:pl-98\%:hover {
    padding-left: 98%;
  }

  .md\:hover\:pt-99\%:hover {
    padding-top: 99%;
  }

  .md\:hover\:pr-99\%:hover {
    padding-right: 99%;
  }

  .md\:hover\:pb-99\%:hover {
    padding-bottom: 99%;
  }

  .md\:hover\:pl-99\%:hover {
    padding-left: 99%;
  }

  .md\:hover\:pt-36vh:hover {
    padding-top: 36vh;
  }

  .md\:hover\:pr-36vh:hover {
    padding-right: 36vh;
  }

  .md\:hover\:pb-36vh:hover {
    padding-bottom: 36vh;
  }

  .md\:hover\:pl-36vh:hover {
    padding-left: 36vh;
  }

  .md\:hover\:pt-75vh:hover {
    padding-top: 75vh;
  }

  .md\:hover\:pr-75vh:hover {
    padding-right: 75vh;
  }

  .md\:hover\:pb-75vh:hover {
    padding-bottom: 75vh;
  }

  .md\:hover\:pl-75vh:hover {
    padding-left: 75vh;
  }

  .md\:hover\:pt-78vh:hover {
    padding-top: 78vh;
  }

  .md\:hover\:pr-78vh:hover {
    padding-right: 78vh;
  }

  .md\:hover\:pb-78vh:hover {
    padding-bottom: 78vh;
  }

  .md\:hover\:pl-78vh:hover {
    padding-left: 78vh;
  }

  .md\:hover\:pt-80vh:hover {
    padding-top: 80vh;
  }

  .md\:hover\:pr-80vh:hover {
    padding-right: 80vh;
  }

  .md\:hover\:pb-80vh:hover {
    padding-bottom: 80vh;
  }

  .md\:hover\:pl-80vh:hover {
    padding-left: 80vh;
  }

  .md\:hover\:pt-82vh:hover {
    padding-top: 82vh;
  }

  .md\:hover\:pr-82vh:hover {
    padding-right: 82vh;
  }

  .md\:hover\:pb-82vh:hover {
    padding-bottom: 82vh;
  }

  .md\:hover\:pl-82vh:hover {
    padding-left: 82vh;
  }

  .md\:focus\:p-0:focus {
    padding: 0;
  }

  .md\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .md\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .md\:focus\:p-3:focus {
    padding: 0.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-7:focus {
    padding: 1.75rem;
  }

  .md\:focus\:p-8:focus {
    padding: 2rem;
  }

  .md\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .md\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .md\:focus\:p-12:focus {
    padding: 3rem;
  }

  .md\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .md\:focus\:p-15:focus {
    padding: 3.75rem;
  }

  .md\:focus\:p-16:focus {
    padding: 4rem;
  }

  .md\:focus\:p-18:focus {
    padding: 4.5rem;
  }

  .md\:focus\:p-20:focus {
    padding: 5rem;
  }

  .md\:focus\:p-21:focus {
    padding: 5.25rem;
  }

  .md\:focus\:p-22:focus {
    padding: 5.5rem;
  }

  .md\:focus\:p-24:focus {
    padding: 6rem;
  }

  .md\:focus\:p-26:focus {
    padding: 6.5rem;
  }

  .md\:focus\:p-28:focus {
    padding: 7rem;
  }

  .md\:focus\:p-30:focus {
    padding: 7.5rem;
  }

  .md\:focus\:p-32:focus {
    padding: 8rem;
  }

  .md\:focus\:p-34:focus {
    padding: 8.5rem;
  }

  .md\:focus\:p-36:focus {
    padding: 9rem;
  }

  .md\:focus\:p-38:focus {
    padding: 9.5rem;
  }

  .md\:focus\:p-40:focus {
    padding: 10rem;
  }

  .md\:focus\:p-44:focus {
    padding: 11rem;
  }

  .md\:focus\:p-48:focus {
    padding: 12rem;
  }

  .md\:focus\:p-52:focus {
    padding: 13rem;
  }

  .md\:focus\:p-53:focus {
    padding: 13.25rem;
  }

  .md\:focus\:p-54:focus {
    padding: 13.5rem;
  }

  .md\:focus\:p-56:focus {
    padding: 14rem;
  }

  .md\:focus\:p-64:focus {
    padding: 16rem;
  }

  .md\:focus\:p-72:focus {
    padding: 18rem;
  }

  .md\:focus\:p-74:focus {
    padding: 18.5rem;
  }

  .md\:focus\:p-76:focus {
    padding: 19rem;
  }

  .md\:focus\:p-80:focus {
    padding: 20rem;
  }

  .md\:focus\:p-85:focus {
    padding: 21.25rem;
  }

  .md\:focus\:p-100:focus {
    padding: 25rem;
  }

  .md\:focus\:p-105:focus {
    padding: 26.25rem;
  }

  .md\:focus\:p-107:focus {
    padding: 26.4rem;
  }

  .md\:focus\:p-110:focus {
    padding: 27.5rem;
  }

  .md\:focus\:p-120:focus {
    padding: 30rem;
  }

  .md\:focus\:p-130:focus {
    padding: 38rem;
  }

  .md\:focus\:p-px:focus {
    padding: 1px;
  }

  .md\:focus\:p-250px:focus {
    padding: 250px;
  }

  .md\:focus\:p-1\/2\%:focus {
    padding: 0.5%;
  }

  .md\:focus\:p-1\%:focus {
    padding: 1%;
  }

  .md\:focus\:p-2\%:focus {
    padding: 2%;
  }

  .md\:focus\:p-3\%:focus {
    padding: 3%;
  }

  .md\:focus\:p-4\%:focus {
    padding: 4%;
  }

  .md\:focus\:p-5\%:focus {
    padding: 5%;
  }

  .md\:focus\:p-10\%:focus {
    padding: 10%;
  }

  .md\:focus\:p-20\%:focus {
    padding: 20%;
  }

  .md\:focus\:p-23\%:focus {
    padding: 23%;
  }

  .md\:focus\:p-25\%:focus {
    padding: 25%;
  }

  .md\:focus\:p-26\%:focus {
    padding: 26%;
  }

  .md\:focus\:p-30\%:focus {
    padding: 30%;
  }

  .md\:focus\:p-40\%:focus {
    padding: 40%;
  }

  .md\:focus\:p-50\%:focus {
    padding: 50%;
  }

  .md\:focus\:p-60\%:focus {
    padding: 60%;
  }

  .md\:focus\:p-70\%:focus {
    padding: 70%;
  }

  .md\:focus\:p-80\%:focus {
    padding: 80%;
  }

  .md\:focus\:p-90\%:focus {
    padding: 90%;
  }

  .md\:focus\:p-95\%:focus {
    padding: 95%;
  }

  .md\:focus\:p-96\%:focus {
    padding: 96%;
  }

  .md\:focus\:p-97\%:focus {
    padding: 97%;
  }

  .md\:focus\:p-98\%:focus {
    padding: 98%;
  }

  .md\:focus\:p-99\%:focus {
    padding: 99%;
  }

  .md\:focus\:p-36vh:focus {
    padding: 36vh;
  }

  .md\:focus\:p-75vh:focus {
    padding: 75vh;
  }

  .md\:focus\:p-78vh:focus {
    padding: 78vh;
  }

  .md\:focus\:p-80vh:focus {
    padding: 80vh;
  }

  .md\:focus\:p-82vh:focus {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.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-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:focus\:py-15:focus {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:focus\:px-15:focus {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:focus {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:focus\:px-18:focus {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:focus {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:focus\:px-21:focus {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:focus\:py-22:focus {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:focus\:px-22:focus {
    padding-left: 5.5rem;
    padding-right: 5.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-26:focus {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:focus\:px-26:focus {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:focus\:py-30:focus {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:focus\:px-30:focus {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:focus {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:focus\:px-34:focus {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:focus\:py-38:focus {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:focus\:px-38:focus {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:focus\:py-53:focus {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .md\:focus\:px-53:focus {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .md\:focus\:py-54:focus {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:focus\:px-54:focus {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:focus\:py-74:focus {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .md\:focus\:px-74:focus {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .md\:focus\:py-76:focus {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .md\:focus\:px-76:focus {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .md\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:focus\:py-85:focus {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .md\:focus\:px-85:focus {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .md\:focus\:py-100:focus {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:focus\:px-100:focus {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:focus\:py-105:focus {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .md\:focus\:px-105:focus {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .md\:focus\:py-107:focus {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .md\:focus\:px-107:focus {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .md\:focus\:py-110:focus {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:focus\:px-110:focus {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:focus\:py-120:focus {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:focus\:px-120:focus {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:focus\:py-130:focus {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:focus\:px-130:focus {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:focus\:py-250px:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:focus\:px-250px:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:focus\:py-1\/2\%:focus {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .md\:focus\:px-1\/2\%:focus {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .md\:focus\:py-1\%:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:focus\:px-1\%:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:focus\:py-2\%:focus {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:focus\:px-2\%:focus {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:focus\:py-3\%:focus {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .md\:focus\:px-3\%:focus {
    padding-left: 3%;
    padding-right: 3%;
  }

  .md\:focus\:py-4\%:focus {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .md\:focus\:px-4\%:focus {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:focus\:py-5\%:focus {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:focus\:px-5\%:focus {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:focus\:py-10\%:focus {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:focus\:px-10\%:focus {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:focus\:py-20\%:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:focus\:px-20\%:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:focus\:py-23\%:focus {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .md\:focus\:px-23\%:focus {
    padding-left: 23%;
    padding-right: 23%;
  }

  .md\:focus\:py-25\%:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:focus\:px-25\%:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:focus\:py-26\%:focus {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .md\:focus\:px-26\%:focus {
    padding-left: 26%;
    padding-right: 26%;
  }

  .md\:focus\:py-30\%:focus {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:focus\:px-30\%:focus {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:focus\:py-40\%:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:focus\:px-40\%:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:focus\:py-50\%:focus {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:focus\:px-50\%:focus {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:focus\:py-60\%:focus {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:focus\:px-60\%:focus {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:focus\:py-70\%:focus {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:focus\:px-70\%:focus {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:focus\:py-80\%:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:focus\:px-80\%:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:focus\:py-90\%:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:focus\:px-90\%:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:focus\:py-95\%:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:focus\:px-95\%:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:focus\:py-96\%:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:focus\:px-96\%:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:focus\:py-97\%:focus {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .md\:focus\:px-97\%:focus {
    padding-left: 97%;
    padding-right: 97%;
  }

  .md\:focus\:py-98\%:focus {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .md\:focus\:px-98\%:focus {
    padding-left: 98%;
    padding-right: 98%;
  }

  .md\:focus\:py-99\%:focus {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .md\:focus\:px-99\%:focus {
    padding-left: 99%;
    padding-right: 99%;
  }

  .md\:focus\:py-36vh:focus {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .md\:focus\:px-36vh:focus {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .md\:focus\:py-75vh:focus {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .md\:focus\:px-75vh:focus {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .md\:focus\:py-78vh:focus {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .md\:focus\:px-78vh:focus {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .md\:focus\:py-80vh:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:focus\:px-80vh:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:focus\:py-82vh:focus {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .md\:focus\:px-82vh:focus {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .md\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .md\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .md\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .md\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .md\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .md\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .md\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .md\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .md\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .md\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .md\:focus\:pl-3:focus {
    padding-left: 0.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-7:focus {
    padding-top: 1.75rem;
  }

  .md\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .md\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .md\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .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-9:focus {
    padding-top: 2.25rem;
  }

  .md\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .md\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .md\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .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-14:focus {
    padding-top: 3.5rem;
  }

  .md\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .md\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .md\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .md\:focus\:pt-15:focus {
    padding-top: 3.75rem;
  }

  .md\:focus\:pr-15:focus {
    padding-right: 3.75rem;
  }

  .md\:focus\:pb-15:focus {
    padding-bottom: 3.75rem;
  }

  .md\:focus\:pl-15:focus {
    padding-left: 3.75rem;
  }

  .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-18:focus {
    padding-top: 4.5rem;
  }

  .md\:focus\:pr-18:focus {
    padding-right: 4.5rem;
  }

  .md\:focus\:pb-18:focus {
    padding-bottom: 4.5rem;
  }

  .md\:focus\:pl-18:focus {
    padding-left: 4.5rem;
  }

  .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-21:focus {
    padding-top: 5.25rem;
  }

  .md\:focus\:pr-21:focus {
    padding-right: 5.25rem;
  }

  .md\:focus\:pb-21:focus {
    padding-bottom: 5.25rem;
  }

  .md\:focus\:pl-21:focus {
    padding-left: 5.25rem;
  }

  .md\:focus\:pt-22:focus {
    padding-top: 5.5rem;
  }

  .md\:focus\:pr-22:focus {
    padding-right: 5.5rem;
  }

  .md\:focus\:pb-22:focus {
    padding-bottom: 5.5rem;
  }

  .md\:focus\:pl-22:focus {
    padding-left: 5.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-26:focus {
    padding-top: 6.5rem;
  }

  .md\:focus\:pr-26:focus {
    padding-right: 6.5rem;
  }

  .md\:focus\:pb-26:focus {
    padding-bottom: 6.5rem;
  }

  .md\:focus\:pl-26:focus {
    padding-left: 6.5rem;
  }

  .md\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .md\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .md\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .md\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .md\:focus\:pt-30:focus {
    padding-top: 7.5rem;
  }

  .md\:focus\:pr-30:focus {
    padding-right: 7.5rem;
  }

  .md\:focus\:pb-30:focus {
    padding-bottom: 7.5rem;
  }

  .md\:focus\:pl-30:focus {
    padding-left: 7.5rem;
  }

  .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-34:focus {
    padding-top: 8.5rem;
  }

  .md\:focus\:pr-34:focus {
    padding-right: 8.5rem;
  }

  .md\:focus\:pb-34:focus {
    padding-bottom: 8.5rem;
  }

  .md\:focus\:pl-34:focus {
    padding-left: 8.5rem;
  }

  .md\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .md\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .md\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .md\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .md\:focus\:pt-38:focus {
    padding-top: 9.5rem;
  }

  .md\:focus\:pr-38:focus {
    padding-right: 9.5rem;
  }

  .md\:focus\:pb-38:focus {
    padding-bottom: 9.5rem;
  }

  .md\:focus\:pl-38:focus {
    padding-left: 9.5rem;
  }

  .md\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .md\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .md\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .md\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .md\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .md\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .md\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .md\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .md\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .md\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .md\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .md\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .md\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .md\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .md\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .md\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .md\:focus\:pt-53:focus {
    padding-top: 13.25rem;
  }

  .md\:focus\:pr-53:focus {
    padding-right: 13.25rem;
  }

  .md\:focus\:pb-53:focus {
    padding-bottom: 13.25rem;
  }

  .md\:focus\:pl-53:focus {
    padding-left: 13.25rem;
  }

  .md\:focus\:pt-54:focus {
    padding-top: 13.5rem;
  }

  .md\:focus\:pr-54:focus {
    padding-right: 13.5rem;
  }

  .md\:focus\:pb-54:focus {
    padding-bottom: 13.5rem;
  }

  .md\:focus\:pl-54:focus {
    padding-left: 13.5rem;
  }

  .md\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .md\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .md\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .md\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .md\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .md\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .md\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .md\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .md\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .md\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .md\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .md\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .md\:focus\:pt-74:focus {
    padding-top: 18.5rem;
  }

  .md\:focus\:pr-74:focus {
    padding-right: 18.5rem;
  }

  .md\:focus\:pb-74:focus {
    padding-bottom: 18.5rem;
  }

  .md\:focus\:pl-74:focus {
    padding-left: 18.5rem;
  }

  .md\:focus\:pt-76:focus {
    padding-top: 19rem;
  }

  .md\:focus\:pr-76:focus {
    padding-right: 19rem;
  }

  .md\:focus\:pb-76:focus {
    padding-bottom: 19rem;
  }

  .md\:focus\:pl-76:focus {
    padding-left: 19rem;
  }

  .md\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .md\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .md\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .md\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .md\:focus\:pt-85:focus {
    padding-top: 21.25rem;
  }

  .md\:focus\:pr-85:focus {
    padding-right: 21.25rem;
  }

  .md\:focus\:pb-85:focus {
    padding-bottom: 21.25rem;
  }

  .md\:focus\:pl-85:focus {
    padding-left: 21.25rem;
  }

  .md\:focus\:pt-100:focus {
    padding-top: 25rem;
  }

  .md\:focus\:pr-100:focus {
    padding-right: 25rem;
  }

  .md\:focus\:pb-100:focus {
    padding-bottom: 25rem;
  }

  .md\:focus\:pl-100:focus {
    padding-left: 25rem;
  }

  .md\:focus\:pt-105:focus {
    padding-top: 26.25rem;
  }

  .md\:focus\:pr-105:focus {
    padding-right: 26.25rem;
  }

  .md\:focus\:pb-105:focus {
    padding-bottom: 26.25rem;
  }

  .md\:focus\:pl-105:focus {
    padding-left: 26.25rem;
  }

  .md\:focus\:pt-107:focus {
    padding-top: 26.4rem;
  }

  .md\:focus\:pr-107:focus {
    padding-right: 26.4rem;
  }

  .md\:focus\:pb-107:focus {
    padding-bottom: 26.4rem;
  }

  .md\:focus\:pl-107:focus {
    padding-left: 26.4rem;
  }

  .md\:focus\:pt-110:focus {
    padding-top: 27.5rem;
  }

  .md\:focus\:pr-110:focus {
    padding-right: 27.5rem;
  }

  .md\:focus\:pb-110:focus {
    padding-bottom: 27.5rem;
  }

  .md\:focus\:pl-110:focus {
    padding-left: 27.5rem;
  }

  .md\:focus\:pt-120:focus {
    padding-top: 30rem;
  }

  .md\:focus\:pr-120:focus {
    padding-right: 30rem;
  }

  .md\:focus\:pb-120:focus {
    padding-bottom: 30rem;
  }

  .md\:focus\:pl-120:focus {
    padding-left: 30rem;
  }

  .md\:focus\:pt-130:focus {
    padding-top: 38rem;
  }

  .md\:focus\:pr-130:focus {
    padding-right: 38rem;
  }

  .md\:focus\:pb-130:focus {
    padding-bottom: 38rem;
  }

  .md\:focus\:pl-130:focus {
    padding-left: 38rem;
  }

  .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\:focus\:pt-250px:focus {
    padding-top: 250px;
  }

  .md\:focus\:pr-250px:focus {
    padding-right: 250px;
  }

  .md\:focus\:pb-250px:focus {
    padding-bottom: 250px;
  }

  .md\:focus\:pl-250px:focus {
    padding-left: 250px;
  }

  .md\:focus\:pt-1\/2\%:focus {
    padding-top: 0.5%;
  }

  .md\:focus\:pr-1\/2\%:focus {
    padding-right: 0.5%;
  }

  .md\:focus\:pb-1\/2\%:focus {
    padding-bottom: 0.5%;
  }

  .md\:focus\:pl-1\/2\%:focus {
    padding-left: 0.5%;
  }

  .md\:focus\:pt-1\%:focus {
    padding-top: 1%;
  }

  .md\:focus\:pr-1\%:focus {
    padding-right: 1%;
  }

  .md\:focus\:pb-1\%:focus {
    padding-bottom: 1%;
  }

  .md\:focus\:pl-1\%:focus {
    padding-left: 1%;
  }

  .md\:focus\:pt-2\%:focus {
    padding-top: 2%;
  }

  .md\:focus\:pr-2\%:focus {
    padding-right: 2%;
  }

  .md\:focus\:pb-2\%:focus {
    padding-bottom: 2%;
  }

  .md\:focus\:pl-2\%:focus {
    padding-left: 2%;
  }

  .md\:focus\:pt-3\%:focus {
    padding-top: 3%;
  }

  .md\:focus\:pr-3\%:focus {
    padding-right: 3%;
  }

  .md\:focus\:pb-3\%:focus {
    padding-bottom: 3%;
  }

  .md\:focus\:pl-3\%:focus {
    padding-left: 3%;
  }

  .md\:focus\:pt-4\%:focus {
    padding-top: 4%;
  }

  .md\:focus\:pr-4\%:focus {
    padding-right: 4%;
  }

  .md\:focus\:pb-4\%:focus {
    padding-bottom: 4%;
  }

  .md\:focus\:pl-4\%:focus {
    padding-left: 4%;
  }

  .md\:focus\:pt-5\%:focus {
    padding-top: 5%;
  }

  .md\:focus\:pr-5\%:focus {
    padding-right: 5%;
  }

  .md\:focus\:pb-5\%:focus {
    padding-bottom: 5%;
  }

  .md\:focus\:pl-5\%:focus {
    padding-left: 5%;
  }

  .md\:focus\:pt-10\%:focus {
    padding-top: 10%;
  }

  .md\:focus\:pr-10\%:focus {
    padding-right: 10%;
  }

  .md\:focus\:pb-10\%:focus {
    padding-bottom: 10%;
  }

  .md\:focus\:pl-10\%:focus {
    padding-left: 10%;
  }

  .md\:focus\:pt-20\%:focus {
    padding-top: 20%;
  }

  .md\:focus\:pr-20\%:focus {
    padding-right: 20%;
  }

  .md\:focus\:pb-20\%:focus {
    padding-bottom: 20%;
  }

  .md\:focus\:pl-20\%:focus {
    padding-left: 20%;
  }

  .md\:focus\:pt-23\%:focus {
    padding-top: 23%;
  }

  .md\:focus\:pr-23\%:focus {
    padding-right: 23%;
  }

  .md\:focus\:pb-23\%:focus {
    padding-bottom: 23%;
  }

  .md\:focus\:pl-23\%:focus {
    padding-left: 23%;
  }

  .md\:focus\:pt-25\%:focus {
    padding-top: 25%;
  }

  .md\:focus\:pr-25\%:focus {
    padding-right: 25%;
  }

  .md\:focus\:pb-25\%:focus {
    padding-bottom: 25%;
  }

  .md\:focus\:pl-25\%:focus {
    padding-left: 25%;
  }

  .md\:focus\:pt-26\%:focus {
    padding-top: 26%;
  }

  .md\:focus\:pr-26\%:focus {
    padding-right: 26%;
  }

  .md\:focus\:pb-26\%:focus {
    padding-bottom: 26%;
  }

  .md\:focus\:pl-26\%:focus {
    padding-left: 26%;
  }

  .md\:focus\:pt-30\%:focus {
    padding-top: 30%;
  }

  .md\:focus\:pr-30\%:focus {
    padding-right: 30%;
  }

  .md\:focus\:pb-30\%:focus {
    padding-bottom: 30%;
  }

  .md\:focus\:pl-30\%:focus {
    padding-left: 30%;
  }

  .md\:focus\:pt-40\%:focus {
    padding-top: 40%;
  }

  .md\:focus\:pr-40\%:focus {
    padding-right: 40%;
  }

  .md\:focus\:pb-40\%:focus {
    padding-bottom: 40%;
  }

  .md\:focus\:pl-40\%:focus {
    padding-left: 40%;
  }

  .md\:focus\:pt-50\%:focus {
    padding-top: 50%;
  }

  .md\:focus\:pr-50\%:focus {
    padding-right: 50%;
  }

  .md\:focus\:pb-50\%:focus {
    padding-bottom: 50%;
  }

  .md\:focus\:pl-50\%:focus {
    padding-left: 50%;
  }

  .md\:focus\:pt-60\%:focus {
    padding-top: 60%;
  }

  .md\:focus\:pr-60\%:focus {
    padding-right: 60%;
  }

  .md\:focus\:pb-60\%:focus {
    padding-bottom: 60%;
  }

  .md\:focus\:pl-60\%:focus {
    padding-left: 60%;
  }

  .md\:focus\:pt-70\%:focus {
    padding-top: 70%;
  }

  .md\:focus\:pr-70\%:focus {
    padding-right: 70%;
  }

  .md\:focus\:pb-70\%:focus {
    padding-bottom: 70%;
  }

  .md\:focus\:pl-70\%:focus {
    padding-left: 70%;
  }

  .md\:focus\:pt-80\%:focus {
    padding-top: 80%;
  }

  .md\:focus\:pr-80\%:focus {
    padding-right: 80%;
  }

  .md\:focus\:pb-80\%:focus {
    padding-bottom: 80%;
  }

  .md\:focus\:pl-80\%:focus {
    padding-left: 80%;
  }

  .md\:focus\:pt-90\%:focus {
    padding-top: 90%;
  }

  .md\:focus\:pr-90\%:focus {
    padding-right: 90%;
  }

  .md\:focus\:pb-90\%:focus {
    padding-bottom: 90%;
  }

  .md\:focus\:pl-90\%:focus {
    padding-left: 90%;
  }

  .md\:focus\:pt-95\%:focus {
    padding-top: 95%;
  }

  .md\:focus\:pr-95\%:focus {
    padding-right: 95%;
  }

  .md\:focus\:pb-95\%:focus {
    padding-bottom: 95%;
  }

  .md\:focus\:pl-95\%:focus {
    padding-left: 95%;
  }

  .md\:focus\:pt-96\%:focus {
    padding-top: 96%;
  }

  .md\:focus\:pr-96\%:focus {
    padding-right: 96%;
  }

  .md\:focus\:pb-96\%:focus {
    padding-bottom: 96%;
  }

  .md\:focus\:pl-96\%:focus {
    padding-left: 96%;
  }

  .md\:focus\:pt-97\%:focus {
    padding-top: 97%;
  }

  .md\:focus\:pr-97\%:focus {
    padding-right: 97%;
  }

  .md\:focus\:pb-97\%:focus {
    padding-bottom: 97%;
  }

  .md\:focus\:pl-97\%:focus {
    padding-left: 97%;
  }

  .md\:focus\:pt-98\%:focus {
    padding-top: 98%;
  }

  .md\:focus\:pr-98\%:focus {
    padding-right: 98%;
  }

  .md\:focus\:pb-98\%:focus {
    padding-bottom: 98%;
  }

  .md\:focus\:pl-98\%:focus {
    padding-left: 98%;
  }

  .md\:focus\:pt-99\%:focus {
    padding-top: 99%;
  }

  .md\:focus\:pr-99\%:focus {
    padding-right: 99%;
  }

  .md\:focus\:pb-99\%:focus {
    padding-bottom: 99%;
  }

  .md\:focus\:pl-99\%:focus {
    padding-left: 99%;
  }

  .md\:focus\:pt-36vh:focus {
    padding-top: 36vh;
  }

  .md\:focus\:pr-36vh:focus {
    padding-right: 36vh;
  }

  .md\:focus\:pb-36vh:focus {
    padding-bottom: 36vh;
  }

  .md\:focus\:pl-36vh:focus {
    padding-left: 36vh;
  }

  .md\:focus\:pt-75vh:focus {
    padding-top: 75vh;
  }

  .md\:focus\:pr-75vh:focus {
    padding-right: 75vh;
  }

  .md\:focus\:pb-75vh:focus {
    padding-bottom: 75vh;
  }

  .md\:focus\:pl-75vh:focus {
    padding-left: 75vh;
  }

  .md\:focus\:pt-78vh:focus {
    padding-top: 78vh;
  }

  .md\:focus\:pr-78vh:focus {
    padding-right: 78vh;
  }

  .md\:focus\:pb-78vh:focus {
    padding-bottom: 78vh;
  }

  .md\:focus\:pl-78vh:focus {
    padding-left: 78vh;
  }

  .md\:focus\:pt-80vh:focus {
    padding-top: 80vh;
  }

  .md\:focus\:pr-80vh:focus {
    padding-right: 80vh;
  }

  .md\:focus\:pb-80vh:focus {
    padding-bottom: 80vh;
  }

  .md\:focus\:pl-80vh:focus {
    padding-left: 80vh;
  }

  .md\:focus\:pt-82vh:focus {
    padding-top: 82vh;
  }

  .md\:focus\:pr-82vh:focus {
    padding-right: 82vh;
  }

  .md\:focus\:pb-82vh:focus {
    padding-bottom: 82vh;
  }

  .md\:focus\:pl-82vh:focus {
    padding-left: 82vh;
  }

  .md\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .md\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .md\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .md\:focus-within\:p-3:focus-within {
    padding: 0.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-7:focus-within {
    padding: 1.75rem;
  }

  .md\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .md\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .md\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .md\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .md\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .md\:focus-within\:p-15:focus-within {
    padding: 3.75rem;
  }

  .md\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .md\:focus-within\:p-18:focus-within {
    padding: 4.5rem;
  }

  .md\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .md\:focus-within\:p-21:focus-within {
    padding: 5.25rem;
  }

  .md\:focus-within\:p-22:focus-within {
    padding: 5.5rem;
  }

  .md\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .md\:focus-within\:p-26:focus-within {
    padding: 6.5rem;
  }

  .md\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .md\:focus-within\:p-30:focus-within {
    padding: 7.5rem;
  }

  .md\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .md\:focus-within\:p-34:focus-within {
    padding: 8.5rem;
  }

  .md\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .md\:focus-within\:p-38:focus-within {
    padding: 9.5rem;
  }

  .md\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .md\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .md\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .md\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .md\:focus-within\:p-53:focus-within {
    padding: 13.25rem;
  }

  .md\:focus-within\:p-54:focus-within {
    padding: 13.5rem;
  }

  .md\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .md\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .md\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .md\:focus-within\:p-74:focus-within {
    padding: 18.5rem;
  }

  .md\:focus-within\:p-76:focus-within {
    padding: 19rem;
  }

  .md\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .md\:focus-within\:p-85:focus-within {
    padding: 21.25rem;
  }

  .md\:focus-within\:p-100:focus-within {
    padding: 25rem;
  }

  .md\:focus-within\:p-105:focus-within {
    padding: 26.25rem;
  }

  .md\:focus-within\:p-107:focus-within {
    padding: 26.4rem;
  }

  .md\:focus-within\:p-110:focus-within {
    padding: 27.5rem;
  }

  .md\:focus-within\:p-120:focus-within {
    padding: 30rem;
  }

  .md\:focus-within\:p-130:focus-within {
    padding: 38rem;
  }

  .md\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .md\:focus-within\:p-250px:focus-within {
    padding: 250px;
  }

  .md\:focus-within\:p-1\/2\%:focus-within {
    padding: 0.5%;
  }

  .md\:focus-within\:p-1\%:focus-within {
    padding: 1%;
  }

  .md\:focus-within\:p-2\%:focus-within {
    padding: 2%;
  }

  .md\:focus-within\:p-3\%:focus-within {
    padding: 3%;
  }

  .md\:focus-within\:p-4\%:focus-within {
    padding: 4%;
  }

  .md\:focus-within\:p-5\%:focus-within {
    padding: 5%;
  }

  .md\:focus-within\:p-10\%:focus-within {
    padding: 10%;
  }

  .md\:focus-within\:p-20\%:focus-within {
    padding: 20%;
  }

  .md\:focus-within\:p-23\%:focus-within {
    padding: 23%;
  }

  .md\:focus-within\:p-25\%:focus-within {
    padding: 25%;
  }

  .md\:focus-within\:p-26\%:focus-within {
    padding: 26%;
  }

  .md\:focus-within\:p-30\%:focus-within {
    padding: 30%;
  }

  .md\:focus-within\:p-40\%:focus-within {
    padding: 40%;
  }

  .md\:focus-within\:p-50\%:focus-within {
    padding: 50%;
  }

  .md\:focus-within\:p-60\%:focus-within {
    padding: 60%;
  }

  .md\:focus-within\:p-70\%:focus-within {
    padding: 70%;
  }

  .md\:focus-within\:p-80\%:focus-within {
    padding: 80%;
  }

  .md\:focus-within\:p-90\%:focus-within {
    padding: 90%;
  }

  .md\:focus-within\:p-95\%:focus-within {
    padding: 95%;
  }

  .md\:focus-within\:p-96\%:focus-within {
    padding: 96%;
  }

  .md\:focus-within\:p-97\%:focus-within {
    padding: 97%;
  }

  .md\:focus-within\:p-98\%:focus-within {
    padding: 98%;
  }

  .md\:focus-within\:p-99\%:focus-within {
    padding: 99%;
  }

  .md\:focus-within\:p-36vh:focus-within {
    padding: 36vh;
  }

  .md\:focus-within\:p-75vh:focus-within {
    padding: 75vh;
  }

  .md\:focus-within\:p-78vh:focus-within {
    padding: 78vh;
  }

  .md\:focus-within\:p-80vh:focus-within {
    padding: 80vh;
  }

  .md\:focus-within\:p-82vh:focus-within {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.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-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:focus-within\:py-15:focus-within {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:focus-within\:px-15:focus-within {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:focus-within {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:focus-within\:px-18:focus-within {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:focus-within {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:focus-within\:px-21:focus-within {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:focus-within\:py-22:focus-within {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:focus-within\:px-22:focus-within {
    padding-left: 5.5rem;
    padding-right: 5.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-26:focus-within {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:focus-within\:px-26:focus-within {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:focus-within\:py-30:focus-within {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:focus-within\:px-30:focus-within {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:focus-within {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:focus-within\:px-34:focus-within {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:focus-within\:py-38:focus-within {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:focus-within\:px-38:focus-within {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:focus-within\:py-53:focus-within {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .md\:focus-within\:px-53:focus-within {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .md\:focus-within\:py-54:focus-within {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:focus-within\:px-54:focus-within {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:focus-within\:py-74:focus-within {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .md\:focus-within\:px-74:focus-within {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .md\:focus-within\:py-76:focus-within {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .md\:focus-within\:px-76:focus-within {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .md\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:focus-within\:py-85:focus-within {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .md\:focus-within\:px-85:focus-within {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .md\:focus-within\:py-100:focus-within {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:focus-within\:px-100:focus-within {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:focus-within\:py-105:focus-within {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .md\:focus-within\:px-105:focus-within {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .md\:focus-within\:py-107:focus-within {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .md\:focus-within\:px-107:focus-within {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .md\:focus-within\:py-110:focus-within {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:focus-within\:px-110:focus-within {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:focus-within\:py-120:focus-within {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:focus-within\:px-120:focus-within {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:focus-within\:py-130:focus-within {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:focus-within\:px-130:focus-within {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .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\:py-250px:focus-within {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:focus-within\:px-250px:focus-within {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:focus-within\:py-1\/2\%:focus-within {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .md\:focus-within\:px-1\/2\%:focus-within {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .md\:focus-within\:py-1\%:focus-within {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:focus-within\:px-1\%:focus-within {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:focus-within\:py-2\%:focus-within {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:focus-within\:px-2\%:focus-within {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:focus-within\:py-3\%:focus-within {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .md\:focus-within\:px-3\%:focus-within {
    padding-left: 3%;
    padding-right: 3%;
  }

  .md\:focus-within\:py-4\%:focus-within {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .md\:focus-within\:px-4\%:focus-within {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:focus-within\:py-5\%:focus-within {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:focus-within\:px-5\%:focus-within {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:focus-within\:py-10\%:focus-within {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:focus-within\:px-10\%:focus-within {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:focus-within\:py-20\%:focus-within {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:focus-within\:px-20\%:focus-within {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:focus-within\:py-23\%:focus-within {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .md\:focus-within\:px-23\%:focus-within {
    padding-left: 23%;
    padding-right: 23%;
  }

  .md\:focus-within\:py-25\%:focus-within {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:focus-within\:px-25\%:focus-within {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:focus-within\:py-26\%:focus-within {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .md\:focus-within\:px-26\%:focus-within {
    padding-left: 26%;
    padding-right: 26%;
  }

  .md\:focus-within\:py-30\%:focus-within {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:focus-within\:px-30\%:focus-within {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:focus-within\:py-40\%:focus-within {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:focus-within\:px-40\%:focus-within {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:focus-within\:py-50\%:focus-within {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:focus-within\:px-50\%:focus-within {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:focus-within\:py-60\%:focus-within {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:focus-within\:px-60\%:focus-within {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:focus-within\:py-70\%:focus-within {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:focus-within\:px-70\%:focus-within {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:focus-within\:py-80\%:focus-within {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:focus-within\:px-80\%:focus-within {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:focus-within\:py-90\%:focus-within {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:focus-within\:px-90\%:focus-within {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:focus-within\:py-95\%:focus-within {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:focus-within\:px-95\%:focus-within {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:focus-within\:py-96\%:focus-within {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:focus-within\:px-96\%:focus-within {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:focus-within\:py-97\%:focus-within {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .md\:focus-within\:px-97\%:focus-within {
    padding-left: 97%;
    padding-right: 97%;
  }

  .md\:focus-within\:py-98\%:focus-within {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .md\:focus-within\:px-98\%:focus-within {
    padding-left: 98%;
    padding-right: 98%;
  }

  .md\:focus-within\:py-99\%:focus-within {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .md\:focus-within\:px-99\%:focus-within {
    padding-left: 99%;
    padding-right: 99%;
  }

  .md\:focus-within\:py-36vh:focus-within {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .md\:focus-within\:px-36vh:focus-within {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .md\:focus-within\:py-75vh:focus-within {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .md\:focus-within\:px-75vh:focus-within {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .md\:focus-within\:py-78vh:focus-within {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .md\:focus-within\:px-78vh:focus-within {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .md\:focus-within\:py-80vh:focus-within {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:focus-within\:px-80vh:focus-within {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:focus-within\:py-82vh:focus-within {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .md\:focus-within\:px-82vh:focus-within {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .md\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .md\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .md\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .md\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .md\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .md\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .md\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .md\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .md\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .md\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .md\:focus-within\:pl-3:focus-within {
    padding-left: 0.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-7:focus-within {
    padding-top: 1.75rem;
  }

  .md\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .md\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .md\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .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-9:focus-within {
    padding-top: 2.25rem;
  }

  .md\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .md\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .md\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .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-14:focus-within {
    padding-top: 3.5rem;
  }

  .md\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .md\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .md\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .md\:focus-within\:pt-15:focus-within {
    padding-top: 3.75rem;
  }

  .md\:focus-within\:pr-15:focus-within {
    padding-right: 3.75rem;
  }

  .md\:focus-within\:pb-15:focus-within {
    padding-bottom: 3.75rem;
  }

  .md\:focus-within\:pl-15:focus-within {
    padding-left: 3.75rem;
  }

  .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-18:focus-within {
    padding-top: 4.5rem;
  }

  .md\:focus-within\:pr-18:focus-within {
    padding-right: 4.5rem;
  }

  .md\:focus-within\:pb-18:focus-within {
    padding-bottom: 4.5rem;
  }

  .md\:focus-within\:pl-18:focus-within {
    padding-left: 4.5rem;
  }

  .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-21:focus-within {
    padding-top: 5.25rem;
  }

  .md\:focus-within\:pr-21:focus-within {
    padding-right: 5.25rem;
  }

  .md\:focus-within\:pb-21:focus-within {
    padding-bottom: 5.25rem;
  }

  .md\:focus-within\:pl-21:focus-within {
    padding-left: 5.25rem;
  }

  .md\:focus-within\:pt-22:focus-within {
    padding-top: 5.5rem;
  }

  .md\:focus-within\:pr-22:focus-within {
    padding-right: 5.5rem;
  }

  .md\:focus-within\:pb-22:focus-within {
    padding-bottom: 5.5rem;
  }

  .md\:focus-within\:pl-22:focus-within {
    padding-left: 5.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-26:focus-within {
    padding-top: 6.5rem;
  }

  .md\:focus-within\:pr-26:focus-within {
    padding-right: 6.5rem;
  }

  .md\:focus-within\:pb-26:focus-within {
    padding-bottom: 6.5rem;
  }

  .md\:focus-within\:pl-26:focus-within {
    padding-left: 6.5rem;
  }

  .md\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .md\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .md\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .md\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .md\:focus-within\:pt-30:focus-within {
    padding-top: 7.5rem;
  }

  .md\:focus-within\:pr-30:focus-within {
    padding-right: 7.5rem;
  }

  .md\:focus-within\:pb-30:focus-within {
    padding-bottom: 7.5rem;
  }

  .md\:focus-within\:pl-30:focus-within {
    padding-left: 7.5rem;
  }

  .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-34:focus-within {
    padding-top: 8.5rem;
  }

  .md\:focus-within\:pr-34:focus-within {
    padding-right: 8.5rem;
  }

  .md\:focus-within\:pb-34:focus-within {
    padding-bottom: 8.5rem;
  }

  .md\:focus-within\:pl-34:focus-within {
    padding-left: 8.5rem;
  }

  .md\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .md\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .md\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .md\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .md\:focus-within\:pt-38:focus-within {
    padding-top: 9.5rem;
  }

  .md\:focus-within\:pr-38:focus-within {
    padding-right: 9.5rem;
  }

  .md\:focus-within\:pb-38:focus-within {
    padding-bottom: 9.5rem;
  }

  .md\:focus-within\:pl-38:focus-within {
    padding-left: 9.5rem;
  }

  .md\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .md\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .md\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .md\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .md\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .md\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .md\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .md\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .md\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .md\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .md\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .md\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .md\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .md\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .md\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .md\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .md\:focus-within\:pt-53:focus-within {
    padding-top: 13.25rem;
  }

  .md\:focus-within\:pr-53:focus-within {
    padding-right: 13.25rem;
  }

  .md\:focus-within\:pb-53:focus-within {
    padding-bottom: 13.25rem;
  }

  .md\:focus-within\:pl-53:focus-within {
    padding-left: 13.25rem;
  }

  .md\:focus-within\:pt-54:focus-within {
    padding-top: 13.5rem;
  }

  .md\:focus-within\:pr-54:focus-within {
    padding-right: 13.5rem;
  }

  .md\:focus-within\:pb-54:focus-within {
    padding-bottom: 13.5rem;
  }

  .md\:focus-within\:pl-54:focus-within {
    padding-left: 13.5rem;
  }

  .md\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .md\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .md\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .md\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .md\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .md\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .md\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .md\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .md\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .md\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .md\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .md\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .md\:focus-within\:pt-74:focus-within {
    padding-top: 18.5rem;
  }

  .md\:focus-within\:pr-74:focus-within {
    padding-right: 18.5rem;
  }

  .md\:focus-within\:pb-74:focus-within {
    padding-bottom: 18.5rem;
  }

  .md\:focus-within\:pl-74:focus-within {
    padding-left: 18.5rem;
  }

  .md\:focus-within\:pt-76:focus-within {
    padding-top: 19rem;
  }

  .md\:focus-within\:pr-76:focus-within {
    padding-right: 19rem;
  }

  .md\:focus-within\:pb-76:focus-within {
    padding-bottom: 19rem;
  }

  .md\:focus-within\:pl-76:focus-within {
    padding-left: 19rem;
  }

  .md\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .md\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .md\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .md\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .md\:focus-within\:pt-85:focus-within {
    padding-top: 21.25rem;
  }

  .md\:focus-within\:pr-85:focus-within {
    padding-right: 21.25rem;
  }

  .md\:focus-within\:pb-85:focus-within {
    padding-bottom: 21.25rem;
  }

  .md\:focus-within\:pl-85:focus-within {
    padding-left: 21.25rem;
  }

  .md\:focus-within\:pt-100:focus-within {
    padding-top: 25rem;
  }

  .md\:focus-within\:pr-100:focus-within {
    padding-right: 25rem;
  }

  .md\:focus-within\:pb-100:focus-within {
    padding-bottom: 25rem;
  }

  .md\:focus-within\:pl-100:focus-within {
    padding-left: 25rem;
  }

  .md\:focus-within\:pt-105:focus-within {
    padding-top: 26.25rem;
  }

  .md\:focus-within\:pr-105:focus-within {
    padding-right: 26.25rem;
  }

  .md\:focus-within\:pb-105:focus-within {
    padding-bottom: 26.25rem;
  }

  .md\:focus-within\:pl-105:focus-within {
    padding-left: 26.25rem;
  }

  .md\:focus-within\:pt-107:focus-within {
    padding-top: 26.4rem;
  }

  .md\:focus-within\:pr-107:focus-within {
    padding-right: 26.4rem;
  }

  .md\:focus-within\:pb-107:focus-within {
    padding-bottom: 26.4rem;
  }

  .md\:focus-within\:pl-107:focus-within {
    padding-left: 26.4rem;
  }

  .md\:focus-within\:pt-110:focus-within {
    padding-top: 27.5rem;
  }

  .md\:focus-within\:pr-110:focus-within {
    padding-right: 27.5rem;
  }

  .md\:focus-within\:pb-110:focus-within {
    padding-bottom: 27.5rem;
  }

  .md\:focus-within\:pl-110:focus-within {
    padding-left: 27.5rem;
  }

  .md\:focus-within\:pt-120:focus-within {
    padding-top: 30rem;
  }

  .md\:focus-within\:pr-120:focus-within {
    padding-right: 30rem;
  }

  .md\:focus-within\:pb-120:focus-within {
    padding-bottom: 30rem;
  }

  .md\:focus-within\:pl-120:focus-within {
    padding-left: 30rem;
  }

  .md\:focus-within\:pt-130:focus-within {
    padding-top: 38rem;
  }

  .md\:focus-within\:pr-130:focus-within {
    padding-right: 38rem;
  }

  .md\:focus-within\:pb-130:focus-within {
    padding-bottom: 38rem;
  }

  .md\:focus-within\:pl-130:focus-within {
    padding-left: 38rem;
  }

  .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-within\:pt-250px:focus-within {
    padding-top: 250px;
  }

  .md\:focus-within\:pr-250px:focus-within {
    padding-right: 250px;
  }

  .md\:focus-within\:pb-250px:focus-within {
    padding-bottom: 250px;
  }

  .md\:focus-within\:pl-250px:focus-within {
    padding-left: 250px;
  }

  .md\:focus-within\:pt-1\/2\%:focus-within {
    padding-top: 0.5%;
  }

  .md\:focus-within\:pr-1\/2\%:focus-within {
    padding-right: 0.5%;
  }

  .md\:focus-within\:pb-1\/2\%:focus-within {
    padding-bottom: 0.5%;
  }

  .md\:focus-within\:pl-1\/2\%:focus-within {
    padding-left: 0.5%;
  }

  .md\:focus-within\:pt-1\%:focus-within {
    padding-top: 1%;
  }

  .md\:focus-within\:pr-1\%:focus-within {
    padding-right: 1%;
  }

  .md\:focus-within\:pb-1\%:focus-within {
    padding-bottom: 1%;
  }

  .md\:focus-within\:pl-1\%:focus-within {
    padding-left: 1%;
  }

  .md\:focus-within\:pt-2\%:focus-within {
    padding-top: 2%;
  }

  .md\:focus-within\:pr-2\%:focus-within {
    padding-right: 2%;
  }

  .md\:focus-within\:pb-2\%:focus-within {
    padding-bottom: 2%;
  }

  .md\:focus-within\:pl-2\%:focus-within {
    padding-left: 2%;
  }

  .md\:focus-within\:pt-3\%:focus-within {
    padding-top: 3%;
  }

  .md\:focus-within\:pr-3\%:focus-within {
    padding-right: 3%;
  }

  .md\:focus-within\:pb-3\%:focus-within {
    padding-bottom: 3%;
  }

  .md\:focus-within\:pl-3\%:focus-within {
    padding-left: 3%;
  }

  .md\:focus-within\:pt-4\%:focus-within {
    padding-top: 4%;
  }

  .md\:focus-within\:pr-4\%:focus-within {
    padding-right: 4%;
  }

  .md\:focus-within\:pb-4\%:focus-within {
    padding-bottom: 4%;
  }

  .md\:focus-within\:pl-4\%:focus-within {
    padding-left: 4%;
  }

  .md\:focus-within\:pt-5\%:focus-within {
    padding-top: 5%;
  }

  .md\:focus-within\:pr-5\%:focus-within {
    padding-right: 5%;
  }

  .md\:focus-within\:pb-5\%:focus-within {
    padding-bottom: 5%;
  }

  .md\:focus-within\:pl-5\%:focus-within {
    padding-left: 5%;
  }

  .md\:focus-within\:pt-10\%:focus-within {
    padding-top: 10%;
  }

  .md\:focus-within\:pr-10\%:focus-within {
    padding-right: 10%;
  }

  .md\:focus-within\:pb-10\%:focus-within {
    padding-bottom: 10%;
  }

  .md\:focus-within\:pl-10\%:focus-within {
    padding-left: 10%;
  }

  .md\:focus-within\:pt-20\%:focus-within {
    padding-top: 20%;
  }

  .md\:focus-within\:pr-20\%:focus-within {
    padding-right: 20%;
  }

  .md\:focus-within\:pb-20\%:focus-within {
    padding-bottom: 20%;
  }

  .md\:focus-within\:pl-20\%:focus-within {
    padding-left: 20%;
  }

  .md\:focus-within\:pt-23\%:focus-within {
    padding-top: 23%;
  }

  .md\:focus-within\:pr-23\%:focus-within {
    padding-right: 23%;
  }

  .md\:focus-within\:pb-23\%:focus-within {
    padding-bottom: 23%;
  }

  .md\:focus-within\:pl-23\%:focus-within {
    padding-left: 23%;
  }

  .md\:focus-within\:pt-25\%:focus-within {
    padding-top: 25%;
  }

  .md\:focus-within\:pr-25\%:focus-within {
    padding-right: 25%;
  }

  .md\:focus-within\:pb-25\%:focus-within {
    padding-bottom: 25%;
  }

  .md\:focus-within\:pl-25\%:focus-within {
    padding-left: 25%;
  }

  .md\:focus-within\:pt-26\%:focus-within {
    padding-top: 26%;
  }

  .md\:focus-within\:pr-26\%:focus-within {
    padding-right: 26%;
  }

  .md\:focus-within\:pb-26\%:focus-within {
    padding-bottom: 26%;
  }

  .md\:focus-within\:pl-26\%:focus-within {
    padding-left: 26%;
  }

  .md\:focus-within\:pt-30\%:focus-within {
    padding-top: 30%;
  }

  .md\:focus-within\:pr-30\%:focus-within {
    padding-right: 30%;
  }

  .md\:focus-within\:pb-30\%:focus-within {
    padding-bottom: 30%;
  }

  .md\:focus-within\:pl-30\%:focus-within {
    padding-left: 30%;
  }

  .md\:focus-within\:pt-40\%:focus-within {
    padding-top: 40%;
  }

  .md\:focus-within\:pr-40\%:focus-within {
    padding-right: 40%;
  }

  .md\:focus-within\:pb-40\%:focus-within {
    padding-bottom: 40%;
  }

  .md\:focus-within\:pl-40\%:focus-within {
    padding-left: 40%;
  }

  .md\:focus-within\:pt-50\%:focus-within {
    padding-top: 50%;
  }

  .md\:focus-within\:pr-50\%:focus-within {
    padding-right: 50%;
  }

  .md\:focus-within\:pb-50\%:focus-within {
    padding-bottom: 50%;
  }

  .md\:focus-within\:pl-50\%:focus-within {
    padding-left: 50%;
  }

  .md\:focus-within\:pt-60\%:focus-within {
    padding-top: 60%;
  }

  .md\:focus-within\:pr-60\%:focus-within {
    padding-right: 60%;
  }

  .md\:focus-within\:pb-60\%:focus-within {
    padding-bottom: 60%;
  }

  .md\:focus-within\:pl-60\%:focus-within {
    padding-left: 60%;
  }

  .md\:focus-within\:pt-70\%:focus-within {
    padding-top: 70%;
  }

  .md\:focus-within\:pr-70\%:focus-within {
    padding-right: 70%;
  }

  .md\:focus-within\:pb-70\%:focus-within {
    padding-bottom: 70%;
  }

  .md\:focus-within\:pl-70\%:focus-within {
    padding-left: 70%;
  }

  .md\:focus-within\:pt-80\%:focus-within {
    padding-top: 80%;
  }

  .md\:focus-within\:pr-80\%:focus-within {
    padding-right: 80%;
  }

  .md\:focus-within\:pb-80\%:focus-within {
    padding-bottom: 80%;
  }

  .md\:focus-within\:pl-80\%:focus-within {
    padding-left: 80%;
  }

  .md\:focus-within\:pt-90\%:focus-within {
    padding-top: 90%;
  }

  .md\:focus-within\:pr-90\%:focus-within {
    padding-right: 90%;
  }

  .md\:focus-within\:pb-90\%:focus-within {
    padding-bottom: 90%;
  }

  .md\:focus-within\:pl-90\%:focus-within {
    padding-left: 90%;
  }

  .md\:focus-within\:pt-95\%:focus-within {
    padding-top: 95%;
  }

  .md\:focus-within\:pr-95\%:focus-within {
    padding-right: 95%;
  }

  .md\:focus-within\:pb-95\%:focus-within {
    padding-bottom: 95%;
  }

  .md\:focus-within\:pl-95\%:focus-within {
    padding-left: 95%;
  }

  .md\:focus-within\:pt-96\%:focus-within {
    padding-top: 96%;
  }

  .md\:focus-within\:pr-96\%:focus-within {
    padding-right: 96%;
  }

  .md\:focus-within\:pb-96\%:focus-within {
    padding-bottom: 96%;
  }

  .md\:focus-within\:pl-96\%:focus-within {
    padding-left: 96%;
  }

  .md\:focus-within\:pt-97\%:focus-within {
    padding-top: 97%;
  }

  .md\:focus-within\:pr-97\%:focus-within {
    padding-right: 97%;
  }

  .md\:focus-within\:pb-97\%:focus-within {
    padding-bottom: 97%;
  }

  .md\:focus-within\:pl-97\%:focus-within {
    padding-left: 97%;
  }

  .md\:focus-within\:pt-98\%:focus-within {
    padding-top: 98%;
  }

  .md\:focus-within\:pr-98\%:focus-within {
    padding-right: 98%;
  }

  .md\:focus-within\:pb-98\%:focus-within {
    padding-bottom: 98%;
  }

  .md\:focus-within\:pl-98\%:focus-within {
    padding-left: 98%;
  }

  .md\:focus-within\:pt-99\%:focus-within {
    padding-top: 99%;
  }

  .md\:focus-within\:pr-99\%:focus-within {
    padding-right: 99%;
  }

  .md\:focus-within\:pb-99\%:focus-within {
    padding-bottom: 99%;
  }

  .md\:focus-within\:pl-99\%:focus-within {
    padding-left: 99%;
  }

  .md\:focus-within\:pt-36vh:focus-within {
    padding-top: 36vh;
  }

  .md\:focus-within\:pr-36vh:focus-within {
    padding-right: 36vh;
  }

  .md\:focus-within\:pb-36vh:focus-within {
    padding-bottom: 36vh;
  }

  .md\:focus-within\:pl-36vh:focus-within {
    padding-left: 36vh;
  }

  .md\:focus-within\:pt-75vh:focus-within {
    padding-top: 75vh;
  }

  .md\:focus-within\:pr-75vh:focus-within {
    padding-right: 75vh;
  }

  .md\:focus-within\:pb-75vh:focus-within {
    padding-bottom: 75vh;
  }

  .md\:focus-within\:pl-75vh:focus-within {
    padding-left: 75vh;
  }

  .md\:focus-within\:pt-78vh:focus-within {
    padding-top: 78vh;
  }

  .md\:focus-within\:pr-78vh:focus-within {
    padding-right: 78vh;
  }

  .md\:focus-within\:pb-78vh:focus-within {
    padding-bottom: 78vh;
  }

  .md\:focus-within\:pl-78vh:focus-within {
    padding-left: 78vh;
  }

  .md\:focus-within\:pt-80vh:focus-within {
    padding-top: 80vh;
  }

  .md\:focus-within\:pr-80vh:focus-within {
    padding-right: 80vh;
  }

  .md\:focus-within\:pb-80vh:focus-within {
    padding-bottom: 80vh;
  }

  .md\:focus-within\:pl-80vh:focus-within {
    padding-left: 80vh;
  }

  .md\:focus-within\:pt-82vh:focus-within {
    padding-top: 82vh;
  }

  .md\:focus-within\:pr-82vh:focus-within {
    padding-right: 82vh;
  }

  .md\:focus-within\:pb-82vh:focus-within {
    padding-bottom: 82vh;
  }

  .md\:focus-within\:pl-82vh:focus-within {
    padding-left: 82vh;
  }

  .group:hover .md\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .md\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .md\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .md\:group-hover\:p-3 {
    padding: 0.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-7 {
    padding: 1.75rem;
  }

  .group:hover .md\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .md\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .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-14 {
    padding: 3.5rem;
  }

  .group:hover .md\:group-hover\:p-15 {
    padding: 3.75rem;
  }

  .group:hover .md\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .md\:group-hover\:p-18 {
    padding: 4.5rem;
  }

  .group:hover .md\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .md\:group-hover\:p-21 {
    padding: 5.25rem;
  }

  .group:hover .md\:group-hover\:p-22 {
    padding: 5.5rem;
  }

  .group:hover .md\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .md\:group-hover\:p-26 {
    padding: 6.5rem;
  }

  .group:hover .md\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .md\:group-hover\:p-30 {
    padding: 7.5rem;
  }

  .group:hover .md\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .md\:group-hover\:p-34 {
    padding: 8.5rem;
  }

  .group:hover .md\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .md\:group-hover\:p-38 {
    padding: 9.5rem;
  }

  .group:hover .md\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .md\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .md\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .md\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .md\:group-hover\:p-53 {
    padding: 13.25rem;
  }

  .group:hover .md\:group-hover\:p-54 {
    padding: 13.5rem;
  }

  .group:hover .md\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .md\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .md\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .md\:group-hover\:p-74 {
    padding: 18.5rem;
  }

  .group:hover .md\:group-hover\:p-76 {
    padding: 19rem;
  }

  .group:hover .md\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .md\:group-hover\:p-85 {
    padding: 21.25rem;
  }

  .group:hover .md\:group-hover\:p-100 {
    padding: 25rem;
  }

  .group:hover .md\:group-hover\:p-105 {
    padding: 26.25rem;
  }

  .group:hover .md\:group-hover\:p-107 {
    padding: 26.4rem;
  }

  .group:hover .md\:group-hover\:p-110 {
    padding: 27.5rem;
  }

  .group:hover .md\:group-hover\:p-120 {
    padding: 30rem;
  }

  .group:hover .md\:group-hover\:p-130 {
    padding: 38rem;
  }

  .group:hover .md\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .md\:group-hover\:p-250px {
    padding: 250px;
  }

  .group:hover .md\:group-hover\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:hover .md\:group-hover\:p-1\% {
    padding: 1%;
  }

  .group:hover .md\:group-hover\:p-2\% {
    padding: 2%;
  }

  .group:hover .md\:group-hover\:p-3\% {
    padding: 3%;
  }

  .group:hover .md\:group-hover\:p-4\% {
    padding: 4%;
  }

  .group:hover .md\:group-hover\:p-5\% {
    padding: 5%;
  }

  .group:hover .md\:group-hover\:p-10\% {
    padding: 10%;
  }

  .group:hover .md\:group-hover\:p-20\% {
    padding: 20%;
  }

  .group:hover .md\:group-hover\:p-23\% {
    padding: 23%;
  }

  .group:hover .md\:group-hover\:p-25\% {
    padding: 25%;
  }

  .group:hover .md\:group-hover\:p-26\% {
    padding: 26%;
  }

  .group:hover .md\:group-hover\:p-30\% {
    padding: 30%;
  }

  .group:hover .md\:group-hover\:p-40\% {
    padding: 40%;
  }

  .group:hover .md\:group-hover\:p-50\% {
    padding: 50%;
  }

  .group:hover .md\:group-hover\:p-60\% {
    padding: 60%;
  }

  .group:hover .md\:group-hover\:p-70\% {
    padding: 70%;
  }

  .group:hover .md\:group-hover\:p-80\% {
    padding: 80%;
  }

  .group:hover .md\:group-hover\:p-90\% {
    padding: 90%;
  }

  .group:hover .md\:group-hover\:p-95\% {
    padding: 95%;
  }

  .group:hover .md\:group-hover\:p-96\% {
    padding: 96%;
  }

  .group:hover .md\:group-hover\:p-97\% {
    padding: 97%;
  }

  .group:hover .md\:group-hover\:p-98\% {
    padding: 98%;
  }

  .group:hover .md\:group-hover\:p-99\% {
    padding: 99%;
  }

  .group:hover .md\:group-hover\:p-36vh {
    padding: 36vh;
  }

  .group:hover .md\:group-hover\:p-75vh {
    padding: 75vh;
  }

  .group:hover .md\:group-hover\:p-78vh {
    padding: 78vh;
  }

  .group:hover .md\:group-hover\:p-80vh {
    padding: 80vh;
  }

  .group:hover .md\:group-hover\:p-82vh {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .md\:group-hover\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:hover .md\:group-hover\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:hover .md\:group-hover\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:hover .md\:group-hover\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:hover .md\:group-hover\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:hover .md\:group-hover\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.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-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:hover .md\:group-hover\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:hover .md\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .md\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .md\:group-hover\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:hover .md\:group-hover\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:hover .md\:group-hover\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:hover .md\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .md\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .md\:group-hover\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:hover .md\:group-hover\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:hover .md\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .md\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .md\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .md\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .md\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .md\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .md\:group-hover\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:hover .md\:group-hover\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:hover .md\:group-hover\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:hover .md\:group-hover\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:hover .md\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .md\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .md\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .md\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .md\:group-hover\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:hover .md\:group-hover\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:hover .md\:group-hover\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:hover .md\:group-hover\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:hover .md\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .md\:group-hover\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:hover .md\:group-hover\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:hover .md\:group-hover\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:hover .md\:group-hover\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:hover .md\:group-hover\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:hover .md\:group-hover\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:hover .md\:group-hover\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:hover .md\:group-hover\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:hover .md\:group-hover\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:hover .md\:group-hover\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:hover .md\:group-hover\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:hover .md\:group-hover\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:hover .md\:group-hover\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:hover .md\:group-hover\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .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\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .md\:group-hover\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .md\:group-hover\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:hover .md\:group-hover\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:hover .md\:group-hover\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .md\:group-hover\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .md\:group-hover\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:hover .md\:group-hover\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:hover .md\:group-hover\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:hover .md\:group-hover\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:hover .md\:group-hover\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:hover .md\:group-hover\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:hover .md\:group-hover\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:hover .md\:group-hover\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:hover .md\:group-hover\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:hover .md\:group-hover\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:hover .md\:group-hover\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .md\:group-hover\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .md\:group-hover\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:hover .md\:group-hover\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:hover .md\:group-hover\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .md\:group-hover\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .md\:group-hover\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:hover .md\:group-hover\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:hover .md\:group-hover\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:hover .md\:group-hover\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:hover .md\:group-hover\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .md\:group-hover\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .md\:group-hover\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:hover .md\:group-hover\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:hover .md\:group-hover\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:hover .md\:group-hover\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:hover .md\:group-hover\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:hover .md\:group-hover\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:hover .md\:group-hover\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .md\:group-hover\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .md\:group-hover\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .md\:group-hover\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .md\:group-hover\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .md\:group-hover\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .md\:group-hover\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .md\:group-hover\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .md\:group-hover\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:hover .md\:group-hover\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:hover .md\:group-hover\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:hover .md\:group-hover\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:hover .md\:group-hover\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:hover .md\:group-hover\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:hover .md\:group-hover\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:hover .md\:group-hover\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:hover .md\:group-hover\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:hover .md\:group-hover\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:hover .md\:group-hover\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:hover .md\:group-hover\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:hover .md\:group-hover\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .md\:group-hover\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .md\:group-hover\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:hover .md\:group-hover\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .group:hover .md\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .md\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .md\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .md\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .md\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .md\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .md\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .md\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .md\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .md\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .md\:group-hover\:pl-3 {
    padding-left: 0.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-7 {
    padding-top: 1.75rem;
  }

  .group:hover .md\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .md\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .md\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
  }

  .group:hover .md\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .md\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .md\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .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-14 {
    padding-top: 3.5rem;
  }

  .group:hover .md\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .md\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .md\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .md\:group-hover\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:hover .md\:group-hover\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:hover .md\:group-hover\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:hover .md\:group-hover\:pl-15 {
    padding-left: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
  }

  .group:hover .md\:group-hover\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:hover .md\:group-hover\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:hover .md\:group-hover\:pl-18 {
    padding-left: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
  }

  .group:hover .md\:group-hover\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:hover .md\:group-hover\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:hover .md\:group-hover\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:hover .md\:group-hover\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:hover .md\:group-hover\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:hover .md\:group-hover\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:hover .md\:group-hover\:pl-22 {
    padding-left: 5.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-26 {
    padding-top: 6.5rem;
  }

  .group:hover .md\:group-hover\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:hover .md\:group-hover\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:hover .md\:group-hover\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:hover .md\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .md\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .md\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .md\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .md\:group-hover\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:hover .md\:group-hover\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:hover .md\:group-hover\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:hover .md\:group-hover\:pl-30 {
    padding-left: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
  }

  .group:hover .md\:group-hover\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:hover .md\:group-hover\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:hover .md\:group-hover\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:hover .md\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .md\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .md\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .md\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .md\:group-hover\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:hover .md\:group-hover\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:hover .md\:group-hover\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:hover .md\:group-hover\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:hover .md\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .md\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .md\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .md\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .md\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .md\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .md\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .md\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .md\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .md\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .md\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .md\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .md\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .md\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .md\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .md\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .md\:group-hover\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:hover .md\:group-hover\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:hover .md\:group-hover\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:hover .md\:group-hover\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:hover .md\:group-hover\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:hover .md\:group-hover\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:hover .md\:group-hover\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:hover .md\:group-hover\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:hover .md\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .md\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .md\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .md\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .md\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .md\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .md\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .md\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .md\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .md\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .md\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .md\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .md\:group-hover\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:hover .md\:group-hover\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:hover .md\:group-hover\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:hover .md\:group-hover\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:hover .md\:group-hover\:pt-76 {
    padding-top: 19rem;
  }

  .group:hover .md\:group-hover\:pr-76 {
    padding-right: 19rem;
  }

  .group:hover .md\:group-hover\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:hover .md\:group-hover\:pl-76 {
    padding-left: 19rem;
  }

  .group:hover .md\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .md\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .md\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .md\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .md\:group-hover\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:hover .md\:group-hover\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:hover .md\:group-hover\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:hover .md\:group-hover\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:hover .md\:group-hover\:pt-100 {
    padding-top: 25rem;
  }

  .group:hover .md\:group-hover\:pr-100 {
    padding-right: 25rem;
  }

  .group:hover .md\:group-hover\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:hover .md\:group-hover\:pl-100 {
    padding-left: 25rem;
  }

  .group:hover .md\:group-hover\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:hover .md\:group-hover\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:hover .md\:group-hover\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:hover .md\:group-hover\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:hover .md\:group-hover\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:hover .md\:group-hover\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:hover .md\:group-hover\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:hover .md\:group-hover\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:hover .md\:group-hover\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:hover .md\:group-hover\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:hover .md\:group-hover\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:hover .md\:group-hover\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:hover .md\:group-hover\:pt-120 {
    padding-top: 30rem;
  }

  .group:hover .md\:group-hover\:pr-120 {
    padding-right: 30rem;
  }

  .group:hover .md\:group-hover\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:hover .md\:group-hover\:pl-120 {
    padding-left: 30rem;
  }

  .group:hover .md\:group-hover\:pt-130 {
    padding-top: 38rem;
  }

  .group:hover .md\:group-hover\:pr-130 {
    padding-right: 38rem;
  }

  .group:hover .md\:group-hover\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:hover .md\:group-hover\:pl-130 {
    padding-left: 38rem;
  }

  .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;
  }

  .group:hover .md\:group-hover\:pt-250px {
    padding-top: 250px;
  }

  .group:hover .md\:group-hover\:pr-250px {
    padding-right: 250px;
  }

  .group:hover .md\:group-hover\:pb-250px {
    padding-bottom: 250px;
  }

  .group:hover .md\:group-hover\:pl-250px {
    padding-left: 250px;
  }

  .group:hover .md\:group-hover\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:hover .md\:group-hover\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:hover .md\:group-hover\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:hover .md\:group-hover\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:hover .md\:group-hover\:pt-1\% {
    padding-top: 1%;
  }

  .group:hover .md\:group-hover\:pr-1\% {
    padding-right: 1%;
  }

  .group:hover .md\:group-hover\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:hover .md\:group-hover\:pl-1\% {
    padding-left: 1%;
  }

  .group:hover .md\:group-hover\:pt-2\% {
    padding-top: 2%;
  }

  .group:hover .md\:group-hover\:pr-2\% {
    padding-right: 2%;
  }

  .group:hover .md\:group-hover\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:hover .md\:group-hover\:pl-2\% {
    padding-left: 2%;
  }

  .group:hover .md\:group-hover\:pt-3\% {
    padding-top: 3%;
  }

  .group:hover .md\:group-hover\:pr-3\% {
    padding-right: 3%;
  }

  .group:hover .md\:group-hover\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:hover .md\:group-hover\:pl-3\% {
    padding-left: 3%;
  }

  .group:hover .md\:group-hover\:pt-4\% {
    padding-top: 4%;
  }

  .group:hover .md\:group-hover\:pr-4\% {
    padding-right: 4%;
  }

  .group:hover .md\:group-hover\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:hover .md\:group-hover\:pl-4\% {
    padding-left: 4%;
  }

  .group:hover .md\:group-hover\:pt-5\% {
    padding-top: 5%;
  }

  .group:hover .md\:group-hover\:pr-5\% {
    padding-right: 5%;
  }

  .group:hover .md\:group-hover\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:hover .md\:group-hover\:pl-5\% {
    padding-left: 5%;
  }

  .group:hover .md\:group-hover\:pt-10\% {
    padding-top: 10%;
  }

  .group:hover .md\:group-hover\:pr-10\% {
    padding-right: 10%;
  }

  .group:hover .md\:group-hover\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:hover .md\:group-hover\:pl-10\% {
    padding-left: 10%;
  }

  .group:hover .md\:group-hover\:pt-20\% {
    padding-top: 20%;
  }

  .group:hover .md\:group-hover\:pr-20\% {
    padding-right: 20%;
  }

  .group:hover .md\:group-hover\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:hover .md\:group-hover\:pl-20\% {
    padding-left: 20%;
  }

  .group:hover .md\:group-hover\:pt-23\% {
    padding-top: 23%;
  }

  .group:hover .md\:group-hover\:pr-23\% {
    padding-right: 23%;
  }

  .group:hover .md\:group-hover\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:hover .md\:group-hover\:pl-23\% {
    padding-left: 23%;
  }

  .group:hover .md\:group-hover\:pt-25\% {
    padding-top: 25%;
  }

  .group:hover .md\:group-hover\:pr-25\% {
    padding-right: 25%;
  }

  .group:hover .md\:group-hover\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:hover .md\:group-hover\:pl-25\% {
    padding-left: 25%;
  }

  .group:hover .md\:group-hover\:pt-26\% {
    padding-top: 26%;
  }

  .group:hover .md\:group-hover\:pr-26\% {
    padding-right: 26%;
  }

  .group:hover .md\:group-hover\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:hover .md\:group-hover\:pl-26\% {
    padding-left: 26%;
  }

  .group:hover .md\:group-hover\:pt-30\% {
    padding-top: 30%;
  }

  .group:hover .md\:group-hover\:pr-30\% {
    padding-right: 30%;
  }

  .group:hover .md\:group-hover\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:hover .md\:group-hover\:pl-30\% {
    padding-left: 30%;
  }

  .group:hover .md\:group-hover\:pt-40\% {
    padding-top: 40%;
  }

  .group:hover .md\:group-hover\:pr-40\% {
    padding-right: 40%;
  }

  .group:hover .md\:group-hover\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:hover .md\:group-hover\:pl-40\% {
    padding-left: 40%;
  }

  .group:hover .md\:group-hover\:pt-50\% {
    padding-top: 50%;
  }

  .group:hover .md\:group-hover\:pr-50\% {
    padding-right: 50%;
  }

  .group:hover .md\:group-hover\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:hover .md\:group-hover\:pl-50\% {
    padding-left: 50%;
  }

  .group:hover .md\:group-hover\:pt-60\% {
    padding-top: 60%;
  }

  .group:hover .md\:group-hover\:pr-60\% {
    padding-right: 60%;
  }

  .group:hover .md\:group-hover\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:hover .md\:group-hover\:pl-60\% {
    padding-left: 60%;
  }

  .group:hover .md\:group-hover\:pt-70\% {
    padding-top: 70%;
  }

  .group:hover .md\:group-hover\:pr-70\% {
    padding-right: 70%;
  }

  .group:hover .md\:group-hover\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:hover .md\:group-hover\:pl-70\% {
    padding-left: 70%;
  }

  .group:hover .md\:group-hover\:pt-80\% {
    padding-top: 80%;
  }

  .group:hover .md\:group-hover\:pr-80\% {
    padding-right: 80%;
  }

  .group:hover .md\:group-hover\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:hover .md\:group-hover\:pl-80\% {
    padding-left: 80%;
  }

  .group:hover .md\:group-hover\:pt-90\% {
    padding-top: 90%;
  }

  .group:hover .md\:group-hover\:pr-90\% {
    padding-right: 90%;
  }

  .group:hover .md\:group-hover\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:hover .md\:group-hover\:pl-90\% {
    padding-left: 90%;
  }

  .group:hover .md\:group-hover\:pt-95\% {
    padding-top: 95%;
  }

  .group:hover .md\:group-hover\:pr-95\% {
    padding-right: 95%;
  }

  .group:hover .md\:group-hover\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:hover .md\:group-hover\:pl-95\% {
    padding-left: 95%;
  }

  .group:hover .md\:group-hover\:pt-96\% {
    padding-top: 96%;
  }

  .group:hover .md\:group-hover\:pr-96\% {
    padding-right: 96%;
  }

  .group:hover .md\:group-hover\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:hover .md\:group-hover\:pl-96\% {
    padding-left: 96%;
  }

  .group:hover .md\:group-hover\:pt-97\% {
    padding-top: 97%;
  }

  .group:hover .md\:group-hover\:pr-97\% {
    padding-right: 97%;
  }

  .group:hover .md\:group-hover\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:hover .md\:group-hover\:pl-97\% {
    padding-left: 97%;
  }

  .group:hover .md\:group-hover\:pt-98\% {
    padding-top: 98%;
  }

  .group:hover .md\:group-hover\:pr-98\% {
    padding-right: 98%;
  }

  .group:hover .md\:group-hover\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:hover .md\:group-hover\:pl-98\% {
    padding-left: 98%;
  }

  .group:hover .md\:group-hover\:pt-99\% {
    padding-top: 99%;
  }

  .group:hover .md\:group-hover\:pr-99\% {
    padding-right: 99%;
  }

  .group:hover .md\:group-hover\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:hover .md\:group-hover\:pl-99\% {
    padding-left: 99%;
  }

  .group:hover .md\:group-hover\:pt-36vh {
    padding-top: 36vh;
  }

  .group:hover .md\:group-hover\:pr-36vh {
    padding-right: 36vh;
  }

  .group:hover .md\:group-hover\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:hover .md\:group-hover\:pl-36vh {
    padding-left: 36vh;
  }

  .group:hover .md\:group-hover\:pt-75vh {
    padding-top: 75vh;
  }

  .group:hover .md\:group-hover\:pr-75vh {
    padding-right: 75vh;
  }

  .group:hover .md\:group-hover\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:hover .md\:group-hover\:pl-75vh {
    padding-left: 75vh;
  }

  .group:hover .md\:group-hover\:pt-78vh {
    padding-top: 78vh;
  }

  .group:hover .md\:group-hover\:pr-78vh {
    padding-right: 78vh;
  }

  .group:hover .md\:group-hover\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:hover .md\:group-hover\:pl-78vh {
    padding-left: 78vh;
  }

  .group:hover .md\:group-hover\:pt-80vh {
    padding-top: 80vh;
  }

  .group:hover .md\:group-hover\:pr-80vh {
    padding-right: 80vh;
  }

  .group:hover .md\:group-hover\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:hover .md\:group-hover\:pl-80vh {
    padding-left: 80vh;
  }

  .group:hover .md\:group-hover\:pt-82vh {
    padding-top: 82vh;
  }

  .group:hover .md\:group-hover\:pr-82vh {
    padding-right: 82vh;
  }

  .group:hover .md\:group-hover\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:hover .md\:group-hover\:pl-82vh {
    padding-left: 82vh;
  }

  .group:focus .md\:group-focus\:p-0 {
    padding: 0;
  }

  .group:focus .md\:group-focus\:p-1 {
    padding: 0.25rem;
  }

  .group:focus .md\:group-focus\:p-2 {
    padding: 0.5rem;
  }

  .group:focus .md\:group-focus\:p-3 {
    padding: 0.75rem;
  }

  .group:focus .md\:group-focus\:p-4 {
    padding: 1rem;
  }

  .group:focus .md\:group-focus\:p-5 {
    padding: 1.25rem;
  }

  .group:focus .md\:group-focus\:p-6 {
    padding: 1.5rem;
  }

  .group:focus .md\:group-focus\:p-7 {
    padding: 1.75rem;
  }

  .group:focus .md\:group-focus\:p-8 {
    padding: 2rem;
  }

  .group:focus .md\:group-focus\:p-9 {
    padding: 2.25rem;
  }

  .group:focus .md\:group-focus\:p-10 {
    padding: 2.5rem;
  }

  .group:focus .md\:group-focus\:p-12 {
    padding: 3rem;
  }

  .group:focus .md\:group-focus\:p-14 {
    padding: 3.5rem;
  }

  .group:focus .md\:group-focus\:p-15 {
    padding: 3.75rem;
  }

  .group:focus .md\:group-focus\:p-16 {
    padding: 4rem;
  }

  .group:focus .md\:group-focus\:p-18 {
    padding: 4.5rem;
  }

  .group:focus .md\:group-focus\:p-20 {
    padding: 5rem;
  }

  .group:focus .md\:group-focus\:p-21 {
    padding: 5.25rem;
  }

  .group:focus .md\:group-focus\:p-22 {
    padding: 5.5rem;
  }

  .group:focus .md\:group-focus\:p-24 {
    padding: 6rem;
  }

  .group:focus .md\:group-focus\:p-26 {
    padding: 6.5rem;
  }

  .group:focus .md\:group-focus\:p-28 {
    padding: 7rem;
  }

  .group:focus .md\:group-focus\:p-30 {
    padding: 7.5rem;
  }

  .group:focus .md\:group-focus\:p-32 {
    padding: 8rem;
  }

  .group:focus .md\:group-focus\:p-34 {
    padding: 8.5rem;
  }

  .group:focus .md\:group-focus\:p-36 {
    padding: 9rem;
  }

  .group:focus .md\:group-focus\:p-38 {
    padding: 9.5rem;
  }

  .group:focus .md\:group-focus\:p-40 {
    padding: 10rem;
  }

  .group:focus .md\:group-focus\:p-44 {
    padding: 11rem;
  }

  .group:focus .md\:group-focus\:p-48 {
    padding: 12rem;
  }

  .group:focus .md\:group-focus\:p-52 {
    padding: 13rem;
  }

  .group:focus .md\:group-focus\:p-53 {
    padding: 13.25rem;
  }

  .group:focus .md\:group-focus\:p-54 {
    padding: 13.5rem;
  }

  .group:focus .md\:group-focus\:p-56 {
    padding: 14rem;
  }

  .group:focus .md\:group-focus\:p-64 {
    padding: 16rem;
  }

  .group:focus .md\:group-focus\:p-72 {
    padding: 18rem;
  }

  .group:focus .md\:group-focus\:p-74 {
    padding: 18.5rem;
  }

  .group:focus .md\:group-focus\:p-76 {
    padding: 19rem;
  }

  .group:focus .md\:group-focus\:p-80 {
    padding: 20rem;
  }

  .group:focus .md\:group-focus\:p-85 {
    padding: 21.25rem;
  }

  .group:focus .md\:group-focus\:p-100 {
    padding: 25rem;
  }

  .group:focus .md\:group-focus\:p-105 {
    padding: 26.25rem;
  }

  .group:focus .md\:group-focus\:p-107 {
    padding: 26.4rem;
  }

  .group:focus .md\:group-focus\:p-110 {
    padding: 27.5rem;
  }

  .group:focus .md\:group-focus\:p-120 {
    padding: 30rem;
  }

  .group:focus .md\:group-focus\:p-130 {
    padding: 38rem;
  }

  .group:focus .md\:group-focus\:p-px {
    padding: 1px;
  }

  .group:focus .md\:group-focus\:p-250px {
    padding: 250px;
  }

  .group:focus .md\:group-focus\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:focus .md\:group-focus\:p-1\% {
    padding: 1%;
  }

  .group:focus .md\:group-focus\:p-2\% {
    padding: 2%;
  }

  .group:focus .md\:group-focus\:p-3\% {
    padding: 3%;
  }

  .group:focus .md\:group-focus\:p-4\% {
    padding: 4%;
  }

  .group:focus .md\:group-focus\:p-5\% {
    padding: 5%;
  }

  .group:focus .md\:group-focus\:p-10\% {
    padding: 10%;
  }

  .group:focus .md\:group-focus\:p-20\% {
    padding: 20%;
  }

  .group:focus .md\:group-focus\:p-23\% {
    padding: 23%;
  }

  .group:focus .md\:group-focus\:p-25\% {
    padding: 25%;
  }

  .group:focus .md\:group-focus\:p-26\% {
    padding: 26%;
  }

  .group:focus .md\:group-focus\:p-30\% {
    padding: 30%;
  }

  .group:focus .md\:group-focus\:p-40\% {
    padding: 40%;
  }

  .group:focus .md\:group-focus\:p-50\% {
    padding: 50%;
  }

  .group:focus .md\:group-focus\:p-60\% {
    padding: 60%;
  }

  .group:focus .md\:group-focus\:p-70\% {
    padding: 70%;
  }

  .group:focus .md\:group-focus\:p-80\% {
    padding: 80%;
  }

  .group:focus .md\:group-focus\:p-90\% {
    padding: 90%;
  }

  .group:focus .md\:group-focus\:p-95\% {
    padding: 95%;
  }

  .group:focus .md\:group-focus\:p-96\% {
    padding: 96%;
  }

  .group:focus .md\:group-focus\:p-97\% {
    padding: 97%;
  }

  .group:focus .md\:group-focus\:p-98\% {
    padding: 98%;
  }

  .group:focus .md\:group-focus\:p-99\% {
    padding: 99%;
  }

  .group:focus .md\:group-focus\:p-36vh {
    padding: 36vh;
  }

  .group:focus .md\:group-focus\:p-75vh {
    padding: 75vh;
  }

  .group:focus .md\:group-focus\:p-78vh {
    padding: 78vh;
  }

  .group:focus .md\:group-focus\:p-80vh {
    padding: 80vh;
  }

  .group:focus .md\:group-focus\:p-82vh {
    padding: 82vh;
  }

  .group:focus .md\:group-focus\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:focus .md\:group-focus\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:focus .md\:group-focus\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:focus .md\:group-focus\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:focus .md\:group-focus\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:focus .md\:group-focus\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:focus .md\:group-focus\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:focus .md\:group-focus\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:focus .md\:group-focus\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:focus .md\:group-focus\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:focus .md\:group-focus\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:focus .md\:group-focus\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:focus .md\:group-focus\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:focus .md\:group-focus\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:focus .md\:group-focus\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:focus .md\:group-focus\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:focus .md\:group-focus\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:focus .md\:group-focus\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:focus .md\:group-focus\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:focus .md\:group-focus\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:focus .md\:group-focus\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:focus .md\:group-focus\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:focus .md\:group-focus\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:focus .md\:group-focus\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:focus .md\:group-focus\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:focus .md\:group-focus\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:focus .md\:group-focus\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:focus .md\:group-focus\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .group:focus .md\:group-focus\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:focus .md\:group-focus\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:focus .md\:group-focus\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:focus .md\:group-focus\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .group:focus .md\:group-focus\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:focus .md\:group-focus\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:focus .md\:group-focus\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:focus .md\:group-focus\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:focus .md\:group-focus\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:focus .md\:group-focus\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .group:focus .md\:group-focus\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:focus .md\:group-focus\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:focus .md\:group-focus\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:focus .md\:group-focus\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:focus .md\:group-focus\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:focus .md\:group-focus\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:focus .md\:group-focus\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:focus .md\:group-focus\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .group:focus .md\:group-focus\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:focus .md\:group-focus\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:focus .md\:group-focus\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:focus .md\:group-focus\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:focus .md\:group-focus\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:focus .md\:group-focus\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:focus .md\:group-focus\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:focus .md\:group-focus\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:focus .md\:group-focus\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:focus .md\:group-focus\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:focus .md\:group-focus\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:focus .md\:group-focus\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:focus .md\:group-focus\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:focus .md\:group-focus\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:focus .md\:group-focus\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:focus .md\:group-focus\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:focus .md\:group-focus\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:focus .md\:group-focus\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:focus .md\:group-focus\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:focus .md\:group-focus\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:focus .md\:group-focus\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:focus .md\:group-focus\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:focus .md\:group-focus\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:focus .md\:group-focus\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:focus .md\:group-focus\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:focus .md\:group-focus\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:focus .md\:group-focus\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:focus .md\:group-focus\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:focus .md\:group-focus\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:focus .md\:group-focus\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:focus .md\:group-focus\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:focus .md\:group-focus\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:focus .md\:group-focus\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:focus .md\:group-focus\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:focus .md\:group-focus\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:focus .md\:group-focus\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:focus .md\:group-focus\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:focus .md\:group-focus\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:focus .md\:group-focus\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:focus .md\:group-focus\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:focus .md\:group-focus\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:focus .md\:group-focus\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:focus .md\:group-focus\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:focus .md\:group-focus\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:focus .md\:group-focus\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:focus .md\:group-focus\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .group:focus .md\:group-focus\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:focus .md\:group-focus\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:focus .md\:group-focus\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:focus .md\:group-focus\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:focus .md\:group-focus\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:focus .md\:group-focus\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:focus .md\:group-focus\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:focus .md\:group-focus\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:focus .md\:group-focus\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:focus .md\:group-focus\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:focus .md\:group-focus\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:focus .md\:group-focus\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:focus .md\:group-focus\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:focus .md\:group-focus\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:focus .md\:group-focus\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:focus .md\:group-focus\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:focus .md\:group-focus\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:focus .md\:group-focus\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:focus .md\:group-focus\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:focus .md\:group-focus\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:focus .md\:group-focus\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:focus .md\:group-focus\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:focus .md\:group-focus\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:focus .md\:group-focus\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:focus .md\:group-focus\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:focus .md\:group-focus\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:focus .md\:group-focus\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:focus .md\:group-focus\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:focus .md\:group-focus\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:focus .md\:group-focus\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:focus .md\:group-focus\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:focus .md\:group-focus\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:focus .md\:group-focus\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:focus .md\:group-focus\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:focus .md\:group-focus\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:focus .md\:group-focus\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:focus .md\:group-focus\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:focus .md\:group-focus\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:focus .md\:group-focus\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:focus .md\:group-focus\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:focus .md\:group-focus\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:focus .md\:group-focus\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:focus .md\:group-focus\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:focus .md\:group-focus\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:focus .md\:group-focus\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:focus .md\:group-focus\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:focus .md\:group-focus\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:focus .md\:group-focus\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:focus .md\:group-focus\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:focus .md\:group-focus\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:focus .md\:group-focus\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:focus .md\:group-focus\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:focus .md\:group-focus\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:focus .md\:group-focus\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:focus .md\:group-focus\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:focus .md\:group-focus\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:focus .md\:group-focus\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:focus .md\:group-focus\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:focus .md\:group-focus\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:focus .md\:group-focus\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .group:focus .md\:group-focus\:pt-0 {
    padding-top: 0;
  }

  .group:focus .md\:group-focus\:pr-0 {
    padding-right: 0;
  }

  .group:focus .md\:group-focus\:pb-0 {
    padding-bottom: 0;
  }

  .group:focus .md\:group-focus\:pl-0 {
    padding-left: 0;
  }

  .group:focus .md\:group-focus\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:focus .md\:group-focus\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:focus .md\:group-focus\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:focus .md\:group-focus\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:focus .md\:group-focus\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:focus .md\:group-focus\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:focus .md\:group-focus\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:focus .md\:group-focus\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:focus .md\:group-focus\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:focus .md\:group-focus\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:focus .md\:group-focus\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:focus .md\:group-focus\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:focus .md\:group-focus\:pt-4 {
    padding-top: 1rem;
  }

  .group:focus .md\:group-focus\:pr-4 {
    padding-right: 1rem;
  }

  .group:focus .md\:group-focus\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:focus .md\:group-focus\:pl-4 {
    padding-left: 1rem;
  }

  .group:focus .md\:group-focus\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:focus .md\:group-focus\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:focus .md\:group-focus\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:focus .md\:group-focus\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:focus .md\:group-focus\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:focus .md\:group-focus\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:focus .md\:group-focus\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:focus .md\:group-focus\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:focus .md\:group-focus\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:focus .md\:group-focus\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:focus .md\:group-focus\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:focus .md\:group-focus\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:focus .md\:group-focus\:pt-8 {
    padding-top: 2rem;
  }

  .group:focus .md\:group-focus\:pr-8 {
    padding-right: 2rem;
  }

  .group:focus .md\:group-focus\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:focus .md\:group-focus\:pl-8 {
    padding-left: 2rem;
  }

  .group:focus .md\:group-focus\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:focus .md\:group-focus\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:focus .md\:group-focus\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:focus .md\:group-focus\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:focus .md\:group-focus\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:focus .md\:group-focus\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:focus .md\:group-focus\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:focus .md\:group-focus\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:focus .md\:group-focus\:pt-12 {
    padding-top: 3rem;
  }

  .group:focus .md\:group-focus\:pr-12 {
    padding-right: 3rem;
  }

  .group:focus .md\:group-focus\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:focus .md\:group-focus\:pl-12 {
    padding-left: 3rem;
  }

  .group:focus .md\:group-focus\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:focus .md\:group-focus\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:focus .md\:group-focus\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:focus .md\:group-focus\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:focus .md\:group-focus\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:focus .md\:group-focus\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:focus .md\:group-focus\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:focus .md\:group-focus\:pl-15 {
    padding-left: 3.75rem;
  }

  .group:focus .md\:group-focus\:pt-16 {
    padding-top: 4rem;
  }

  .group:focus .md\:group-focus\:pr-16 {
    padding-right: 4rem;
  }

  .group:focus .md\:group-focus\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:focus .md\:group-focus\:pl-16 {
    padding-left: 4rem;
  }

  .group:focus .md\:group-focus\:pt-18 {
    padding-top: 4.5rem;
  }

  .group:focus .md\:group-focus\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:focus .md\:group-focus\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:focus .md\:group-focus\:pl-18 {
    padding-left: 4.5rem;
  }

  .group:focus .md\:group-focus\:pt-20 {
    padding-top: 5rem;
  }

  .group:focus .md\:group-focus\:pr-20 {
    padding-right: 5rem;
  }

  .group:focus .md\:group-focus\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:focus .md\:group-focus\:pl-20 {
    padding-left: 5rem;
  }

  .group:focus .md\:group-focus\:pt-21 {
    padding-top: 5.25rem;
  }

  .group:focus .md\:group-focus\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:focus .md\:group-focus\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:focus .md\:group-focus\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:focus .md\:group-focus\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:focus .md\:group-focus\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:focus .md\:group-focus\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:focus .md\:group-focus\:pl-22 {
    padding-left: 5.5rem;
  }

  .group:focus .md\:group-focus\:pt-24 {
    padding-top: 6rem;
  }

  .group:focus .md\:group-focus\:pr-24 {
    padding-right: 6rem;
  }

  .group:focus .md\:group-focus\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:focus .md\:group-focus\:pl-24 {
    padding-left: 6rem;
  }

  .group:focus .md\:group-focus\:pt-26 {
    padding-top: 6.5rem;
  }

  .group:focus .md\:group-focus\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:focus .md\:group-focus\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:focus .md\:group-focus\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:focus .md\:group-focus\:pt-28 {
    padding-top: 7rem;
  }

  .group:focus .md\:group-focus\:pr-28 {
    padding-right: 7rem;
  }

  .group:focus .md\:group-focus\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:focus .md\:group-focus\:pl-28 {
    padding-left: 7rem;
  }

  .group:focus .md\:group-focus\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:focus .md\:group-focus\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:focus .md\:group-focus\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:focus .md\:group-focus\:pl-30 {
    padding-left: 7.5rem;
  }

  .group:focus .md\:group-focus\:pt-32 {
    padding-top: 8rem;
  }

  .group:focus .md\:group-focus\:pr-32 {
    padding-right: 8rem;
  }

  .group:focus .md\:group-focus\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:focus .md\:group-focus\:pl-32 {
    padding-left: 8rem;
  }

  .group:focus .md\:group-focus\:pt-34 {
    padding-top: 8.5rem;
  }

  .group:focus .md\:group-focus\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:focus .md\:group-focus\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:focus .md\:group-focus\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:focus .md\:group-focus\:pt-36 {
    padding-top: 9rem;
  }

  .group:focus .md\:group-focus\:pr-36 {
    padding-right: 9rem;
  }

  .group:focus .md\:group-focus\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:focus .md\:group-focus\:pl-36 {
    padding-left: 9rem;
  }

  .group:focus .md\:group-focus\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:focus .md\:group-focus\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:focus .md\:group-focus\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:focus .md\:group-focus\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:focus .md\:group-focus\:pt-40 {
    padding-top: 10rem;
  }

  .group:focus .md\:group-focus\:pr-40 {
    padding-right: 10rem;
  }

  .group:focus .md\:group-focus\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:focus .md\:group-focus\:pl-40 {
    padding-left: 10rem;
  }

  .group:focus .md\:group-focus\:pt-44 {
    padding-top: 11rem;
  }

  .group:focus .md\:group-focus\:pr-44 {
    padding-right: 11rem;
  }

  .group:focus .md\:group-focus\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:focus .md\:group-focus\:pl-44 {
    padding-left: 11rem;
  }

  .group:focus .md\:group-focus\:pt-48 {
    padding-top: 12rem;
  }

  .group:focus .md\:group-focus\:pr-48 {
    padding-right: 12rem;
  }

  .group:focus .md\:group-focus\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:focus .md\:group-focus\:pl-48 {
    padding-left: 12rem;
  }

  .group:focus .md\:group-focus\:pt-52 {
    padding-top: 13rem;
  }

  .group:focus .md\:group-focus\:pr-52 {
    padding-right: 13rem;
  }

  .group:focus .md\:group-focus\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:focus .md\:group-focus\:pl-52 {
    padding-left: 13rem;
  }

  .group:focus .md\:group-focus\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:focus .md\:group-focus\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:focus .md\:group-focus\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:focus .md\:group-focus\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:focus .md\:group-focus\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:focus .md\:group-focus\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:focus .md\:group-focus\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:focus .md\:group-focus\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:focus .md\:group-focus\:pt-56 {
    padding-top: 14rem;
  }

  .group:focus .md\:group-focus\:pr-56 {
    padding-right: 14rem;
  }

  .group:focus .md\:group-focus\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:focus .md\:group-focus\:pl-56 {
    padding-left: 14rem;
  }

  .group:focus .md\:group-focus\:pt-64 {
    padding-top: 16rem;
  }

  .group:focus .md\:group-focus\:pr-64 {
    padding-right: 16rem;
  }

  .group:focus .md\:group-focus\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:focus .md\:group-focus\:pl-64 {
    padding-left: 16rem;
  }

  .group:focus .md\:group-focus\:pt-72 {
    padding-top: 18rem;
  }

  .group:focus .md\:group-focus\:pr-72 {
    padding-right: 18rem;
  }

  .group:focus .md\:group-focus\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:focus .md\:group-focus\:pl-72 {
    padding-left: 18rem;
  }

  .group:focus .md\:group-focus\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:focus .md\:group-focus\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:focus .md\:group-focus\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:focus .md\:group-focus\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:focus .md\:group-focus\:pt-76 {
    padding-top: 19rem;
  }

  .group:focus .md\:group-focus\:pr-76 {
    padding-right: 19rem;
  }

  .group:focus .md\:group-focus\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:focus .md\:group-focus\:pl-76 {
    padding-left: 19rem;
  }

  .group:focus .md\:group-focus\:pt-80 {
    padding-top: 20rem;
  }

  .group:focus .md\:group-focus\:pr-80 {
    padding-right: 20rem;
  }

  .group:focus .md\:group-focus\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:focus .md\:group-focus\:pl-80 {
    padding-left: 20rem;
  }

  .group:focus .md\:group-focus\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:focus .md\:group-focus\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:focus .md\:group-focus\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:focus .md\:group-focus\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:focus .md\:group-focus\:pt-100 {
    padding-top: 25rem;
  }

  .group:focus .md\:group-focus\:pr-100 {
    padding-right: 25rem;
  }

  .group:focus .md\:group-focus\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:focus .md\:group-focus\:pl-100 {
    padding-left: 25rem;
  }

  .group:focus .md\:group-focus\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:focus .md\:group-focus\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:focus .md\:group-focus\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:focus .md\:group-focus\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:focus .md\:group-focus\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:focus .md\:group-focus\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:focus .md\:group-focus\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:focus .md\:group-focus\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:focus .md\:group-focus\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:focus .md\:group-focus\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:focus .md\:group-focus\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:focus .md\:group-focus\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:focus .md\:group-focus\:pt-120 {
    padding-top: 30rem;
  }

  .group:focus .md\:group-focus\:pr-120 {
    padding-right: 30rem;
  }

  .group:focus .md\:group-focus\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:focus .md\:group-focus\:pl-120 {
    padding-left: 30rem;
  }

  .group:focus .md\:group-focus\:pt-130 {
    padding-top: 38rem;
  }

  .group:focus .md\:group-focus\:pr-130 {
    padding-right: 38rem;
  }

  .group:focus .md\:group-focus\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:focus .md\:group-focus\:pl-130 {
    padding-left: 38rem;
  }

  .group:focus .md\:group-focus\:pt-px {
    padding-top: 1px;
  }

  .group:focus .md\:group-focus\:pr-px {
    padding-right: 1px;
  }

  .group:focus .md\:group-focus\:pb-px {
    padding-bottom: 1px;
  }

  .group:focus .md\:group-focus\:pl-px {
    padding-left: 1px;
  }

  .group:focus .md\:group-focus\:pt-250px {
    padding-top: 250px;
  }

  .group:focus .md\:group-focus\:pr-250px {
    padding-right: 250px;
  }

  .group:focus .md\:group-focus\:pb-250px {
    padding-bottom: 250px;
  }

  .group:focus .md\:group-focus\:pl-250px {
    padding-left: 250px;
  }

  .group:focus .md\:group-focus\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:focus .md\:group-focus\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:focus .md\:group-focus\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:focus .md\:group-focus\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:focus .md\:group-focus\:pt-1\% {
    padding-top: 1%;
  }

  .group:focus .md\:group-focus\:pr-1\% {
    padding-right: 1%;
  }

  .group:focus .md\:group-focus\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:focus .md\:group-focus\:pl-1\% {
    padding-left: 1%;
  }

  .group:focus .md\:group-focus\:pt-2\% {
    padding-top: 2%;
  }

  .group:focus .md\:group-focus\:pr-2\% {
    padding-right: 2%;
  }

  .group:focus .md\:group-focus\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:focus .md\:group-focus\:pl-2\% {
    padding-left: 2%;
  }

  .group:focus .md\:group-focus\:pt-3\% {
    padding-top: 3%;
  }

  .group:focus .md\:group-focus\:pr-3\% {
    padding-right: 3%;
  }

  .group:focus .md\:group-focus\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:focus .md\:group-focus\:pl-3\% {
    padding-left: 3%;
  }

  .group:focus .md\:group-focus\:pt-4\% {
    padding-top: 4%;
  }

  .group:focus .md\:group-focus\:pr-4\% {
    padding-right: 4%;
  }

  .group:focus .md\:group-focus\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:focus .md\:group-focus\:pl-4\% {
    padding-left: 4%;
  }

  .group:focus .md\:group-focus\:pt-5\% {
    padding-top: 5%;
  }

  .group:focus .md\:group-focus\:pr-5\% {
    padding-right: 5%;
  }

  .group:focus .md\:group-focus\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:focus .md\:group-focus\:pl-5\% {
    padding-left: 5%;
  }

  .group:focus .md\:group-focus\:pt-10\% {
    padding-top: 10%;
  }

  .group:focus .md\:group-focus\:pr-10\% {
    padding-right: 10%;
  }

  .group:focus .md\:group-focus\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:focus .md\:group-focus\:pl-10\% {
    padding-left: 10%;
  }

  .group:focus .md\:group-focus\:pt-20\% {
    padding-top: 20%;
  }

  .group:focus .md\:group-focus\:pr-20\% {
    padding-right: 20%;
  }

  .group:focus .md\:group-focus\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:focus .md\:group-focus\:pl-20\% {
    padding-left: 20%;
  }

  .group:focus .md\:group-focus\:pt-23\% {
    padding-top: 23%;
  }

  .group:focus .md\:group-focus\:pr-23\% {
    padding-right: 23%;
  }

  .group:focus .md\:group-focus\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:focus .md\:group-focus\:pl-23\% {
    padding-left: 23%;
  }

  .group:focus .md\:group-focus\:pt-25\% {
    padding-top: 25%;
  }

  .group:focus .md\:group-focus\:pr-25\% {
    padding-right: 25%;
  }

  .group:focus .md\:group-focus\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:focus .md\:group-focus\:pl-25\% {
    padding-left: 25%;
  }

  .group:focus .md\:group-focus\:pt-26\% {
    padding-top: 26%;
  }

  .group:focus .md\:group-focus\:pr-26\% {
    padding-right: 26%;
  }

  .group:focus .md\:group-focus\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:focus .md\:group-focus\:pl-26\% {
    padding-left: 26%;
  }

  .group:focus .md\:group-focus\:pt-30\% {
    padding-top: 30%;
  }

  .group:focus .md\:group-focus\:pr-30\% {
    padding-right: 30%;
  }

  .group:focus .md\:group-focus\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:focus .md\:group-focus\:pl-30\% {
    padding-left: 30%;
  }

  .group:focus .md\:group-focus\:pt-40\% {
    padding-top: 40%;
  }

  .group:focus .md\:group-focus\:pr-40\% {
    padding-right: 40%;
  }

  .group:focus .md\:group-focus\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:focus .md\:group-focus\:pl-40\% {
    padding-left: 40%;
  }

  .group:focus .md\:group-focus\:pt-50\% {
    padding-top: 50%;
  }

  .group:focus .md\:group-focus\:pr-50\% {
    padding-right: 50%;
  }

  .group:focus .md\:group-focus\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:focus .md\:group-focus\:pl-50\% {
    padding-left: 50%;
  }

  .group:focus .md\:group-focus\:pt-60\% {
    padding-top: 60%;
  }

  .group:focus .md\:group-focus\:pr-60\% {
    padding-right: 60%;
  }

  .group:focus .md\:group-focus\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:focus .md\:group-focus\:pl-60\% {
    padding-left: 60%;
  }

  .group:focus .md\:group-focus\:pt-70\% {
    padding-top: 70%;
  }

  .group:focus .md\:group-focus\:pr-70\% {
    padding-right: 70%;
  }

  .group:focus .md\:group-focus\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:focus .md\:group-focus\:pl-70\% {
    padding-left: 70%;
  }

  .group:focus .md\:group-focus\:pt-80\% {
    padding-top: 80%;
  }

  .group:focus .md\:group-focus\:pr-80\% {
    padding-right: 80%;
  }

  .group:focus .md\:group-focus\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:focus .md\:group-focus\:pl-80\% {
    padding-left: 80%;
  }

  .group:focus .md\:group-focus\:pt-90\% {
    padding-top: 90%;
  }

  .group:focus .md\:group-focus\:pr-90\% {
    padding-right: 90%;
  }

  .group:focus .md\:group-focus\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:focus .md\:group-focus\:pl-90\% {
    padding-left: 90%;
  }

  .group:focus .md\:group-focus\:pt-95\% {
    padding-top: 95%;
  }

  .group:focus .md\:group-focus\:pr-95\% {
    padding-right: 95%;
  }

  .group:focus .md\:group-focus\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:focus .md\:group-focus\:pl-95\% {
    padding-left: 95%;
  }

  .group:focus .md\:group-focus\:pt-96\% {
    padding-top: 96%;
  }

  .group:focus .md\:group-focus\:pr-96\% {
    padding-right: 96%;
  }

  .group:focus .md\:group-focus\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:focus .md\:group-focus\:pl-96\% {
    padding-left: 96%;
  }

  .group:focus .md\:group-focus\:pt-97\% {
    padding-top: 97%;
  }

  .group:focus .md\:group-focus\:pr-97\% {
    padding-right: 97%;
  }

  .group:focus .md\:group-focus\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:focus .md\:group-focus\:pl-97\% {
    padding-left: 97%;
  }

  .group:focus .md\:group-focus\:pt-98\% {
    padding-top: 98%;
  }

  .group:focus .md\:group-focus\:pr-98\% {
    padding-right: 98%;
  }

  .group:focus .md\:group-focus\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:focus .md\:group-focus\:pl-98\% {
    padding-left: 98%;
  }

  .group:focus .md\:group-focus\:pt-99\% {
    padding-top: 99%;
  }

  .group:focus .md\:group-focus\:pr-99\% {
    padding-right: 99%;
  }

  .group:focus .md\:group-focus\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:focus .md\:group-focus\:pl-99\% {
    padding-left: 99%;
  }

  .group:focus .md\:group-focus\:pt-36vh {
    padding-top: 36vh;
  }

  .group:focus .md\:group-focus\:pr-36vh {
    padding-right: 36vh;
  }

  .group:focus .md\:group-focus\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:focus .md\:group-focus\:pl-36vh {
    padding-left: 36vh;
  }

  .group:focus .md\:group-focus\:pt-75vh {
    padding-top: 75vh;
  }

  .group:focus .md\:group-focus\:pr-75vh {
    padding-right: 75vh;
  }

  .group:focus .md\:group-focus\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:focus .md\:group-focus\:pl-75vh {
    padding-left: 75vh;
  }

  .group:focus .md\:group-focus\:pt-78vh {
    padding-top: 78vh;
  }

  .group:focus .md\:group-focus\:pr-78vh {
    padding-right: 78vh;
  }

  .group:focus .md\:group-focus\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:focus .md\:group-focus\:pl-78vh {
    padding-left: 78vh;
  }

  .group:focus .md\:group-focus\:pt-80vh {
    padding-top: 80vh;
  }

  .group:focus .md\:group-focus\:pr-80vh {
    padding-right: 80vh;
  }

  .group:focus .md\:group-focus\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:focus .md\:group-focus\:pl-80vh {
    padding-left: 80vh;
  }

  .group:focus .md\:group-focus\:pt-82vh {
    padding-top: 82vh;
  }

  .group:focus .md\:group-focus\:pr-82vh {
    padding-right: 82vh;
  }

  .group:focus .md\:group-focus\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:focus .md\:group-focus\:pl-82vh {
    padding-left: 82vh;
  }

  .md\:first\:p-0:first-child {
    padding: 0;
  }

  .md\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .md\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .md\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .md\:first\:p-4:first-child {
    padding: 1rem;
  }

  .md\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .md\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .md\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .md\:first\:p-8:first-child {
    padding: 2rem;
  }

  .md\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .md\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .md\:first\:p-12:first-child {
    padding: 3rem;
  }

  .md\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .md\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .md\:first\:p-16:first-child {
    padding: 4rem;
  }

  .md\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .md\:first\:p-20:first-child {
    padding: 5rem;
  }

  .md\:first\:p-21:first-child {
    padding: 5.25rem;
  }

  .md\:first\:p-22:first-child {
    padding: 5.5rem;
  }

  .md\:first\:p-24:first-child {
    padding: 6rem;
  }

  .md\:first\:p-26:first-child {
    padding: 6.5rem;
  }

  .md\:first\:p-28:first-child {
    padding: 7rem;
  }

  .md\:first\:p-30:first-child {
    padding: 7.5rem;
  }

  .md\:first\:p-32:first-child {
    padding: 8rem;
  }

  .md\:first\:p-34:first-child {
    padding: 8.5rem;
  }

  .md\:first\:p-36:first-child {
    padding: 9rem;
  }

  .md\:first\:p-38:first-child {
    padding: 9.5rem;
  }

  .md\:first\:p-40:first-child {
    padding: 10rem;
  }

  .md\:first\:p-44:first-child {
    padding: 11rem;
  }

  .md\:first\:p-48:first-child {
    padding: 12rem;
  }

  .md\:first\:p-52:first-child {
    padding: 13rem;
  }

  .md\:first\:p-53:first-child {
    padding: 13.25rem;
  }

  .md\:first\:p-54:first-child {
    padding: 13.5rem;
  }

  .md\:first\:p-56:first-child {
    padding: 14rem;
  }

  .md\:first\:p-64:first-child {
    padding: 16rem;
  }

  .md\:first\:p-72:first-child {
    padding: 18rem;
  }

  .md\:first\:p-74:first-child {
    padding: 18.5rem;
  }

  .md\:first\:p-76:first-child {
    padding: 19rem;
  }

  .md\:first\:p-80:first-child {
    padding: 20rem;
  }

  .md\:first\:p-85:first-child {
    padding: 21.25rem;
  }

  .md\:first\:p-100:first-child {
    padding: 25rem;
  }

  .md\:first\:p-105:first-child {
    padding: 26.25rem;
  }

  .md\:first\:p-107:first-child {
    padding: 26.4rem;
  }

  .md\:first\:p-110:first-child {
    padding: 27.5rem;
  }

  .md\:first\:p-120:first-child {
    padding: 30rem;
  }

  .md\:first\:p-130:first-child {
    padding: 38rem;
  }

  .md\:first\:p-px:first-child {
    padding: 1px;
  }

  .md\:first\:p-250px:first-child {
    padding: 250px;
  }

  .md\:first\:p-1\/2\%:first-child {
    padding: 0.5%;
  }

  .md\:first\:p-1\%:first-child {
    padding: 1%;
  }

  .md\:first\:p-2\%:first-child {
    padding: 2%;
  }

  .md\:first\:p-3\%:first-child {
    padding: 3%;
  }

  .md\:first\:p-4\%:first-child {
    padding: 4%;
  }

  .md\:first\:p-5\%:first-child {
    padding: 5%;
  }

  .md\:first\:p-10\%:first-child {
    padding: 10%;
  }

  .md\:first\:p-20\%:first-child {
    padding: 20%;
  }

  .md\:first\:p-23\%:first-child {
    padding: 23%;
  }

  .md\:first\:p-25\%:first-child {
    padding: 25%;
  }

  .md\:first\:p-26\%:first-child {
    padding: 26%;
  }

  .md\:first\:p-30\%:first-child {
    padding: 30%;
  }

  .md\:first\:p-40\%:first-child {
    padding: 40%;
  }

  .md\:first\:p-50\%:first-child {
    padding: 50%;
  }

  .md\:first\:p-60\%:first-child {
    padding: 60%;
  }

  .md\:first\:p-70\%:first-child {
    padding: 70%;
  }

  .md\:first\:p-80\%:first-child {
    padding: 80%;
  }

  .md\:first\:p-90\%:first-child {
    padding: 90%;
  }

  .md\:first\:p-95\%:first-child {
    padding: 95%;
  }

  .md\:first\:p-96\%:first-child {
    padding: 96%;
  }

  .md\:first\:p-97\%:first-child {
    padding: 97%;
  }

  .md\:first\:p-98\%:first-child {
    padding: 98%;
  }

  .md\:first\:p-99\%:first-child {
    padding: 99%;
  }

  .md\:first\:p-36vh:first-child {
    padding: 36vh;
  }

  .md\:first\:p-75vh:first-child {
    padding: 75vh;
  }

  .md\:first\:p-78vh:first-child {
    padding: 78vh;
  }

  .md\:first\:p-80vh:first-child {
    padding: 80vh;
  }

  .md\:first\:p-82vh:first-child {
    padding: 82vh;
  }

  .md\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:first\:py-21:first-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:first\:px-21:first-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:first\:py-22:first-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:first\:px-22:first-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:first\:py-26:first-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:first\:px-26:first-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:first\:py-30:first-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:first\:px-30:first-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:first\:py-34:first-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:first\:px-34:first-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:first\:py-38:first-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:first\:px-38:first-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:first\:py-53:first-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .md\:first\:px-53:first-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .md\:first\:py-54:first-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:first\:px-54:first-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:first\:py-74:first-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .md\:first\:px-74:first-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .md\:first\:py-76:first-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .md\:first\:px-76:first-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .md\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:first\:py-85:first-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .md\:first\:px-85:first-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .md\:first\:py-100:first-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:first\:px-100:first-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:first\:py-105:first-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .md\:first\:px-105:first-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .md\:first\:py-107:first-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .md\:first\:px-107:first-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .md\:first\:py-110:first-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:first\:px-110:first-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:first\:py-120:first-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:first\:px-120:first-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:first\:py-130:first-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:first\:px-130:first-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:first\:py-250px:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:first\:px-250px:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:first\:py-1\/2\%:first-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .md\:first\:px-1\/2\%:first-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .md\:first\:py-1\%:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:first\:px-1\%:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:first\:py-2\%:first-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:first\:px-2\%:first-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:first\:py-3\%:first-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .md\:first\:px-3\%:first-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .md\:first\:py-4\%:first-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .md\:first\:px-4\%:first-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:first\:py-5\%:first-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:first\:px-5\%:first-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:first\:py-10\%:first-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:first\:px-10\%:first-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:first\:py-20\%:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:first\:px-20\%:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:first\:py-23\%:first-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .md\:first\:px-23\%:first-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .md\:first\:py-25\%:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:first\:px-25\%:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:first\:py-26\%:first-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .md\:first\:px-26\%:first-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .md\:first\:py-30\%:first-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:first\:px-30\%:first-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:first\:py-40\%:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:first\:px-40\%:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:first\:py-50\%:first-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:first\:px-50\%:first-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:first\:py-60\%:first-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:first\:px-60\%:first-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:first\:py-70\%:first-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:first\:px-70\%:first-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:first\:py-80\%:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:first\:px-80\%:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:first\:py-90\%:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:first\:px-90\%:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:first\:py-95\%:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:first\:px-95\%:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:first\:py-96\%:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:first\:px-96\%:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:first\:py-97\%:first-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .md\:first\:px-97\%:first-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .md\:first\:py-98\%:first-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .md\:first\:px-98\%:first-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .md\:first\:py-99\%:first-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .md\:first\:px-99\%:first-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .md\:first\:py-36vh:first-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .md\:first\:px-36vh:first-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .md\:first\:py-75vh:first-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .md\:first\:px-75vh:first-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .md\:first\:py-78vh:first-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .md\:first\:px-78vh:first-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .md\:first\:py-80vh:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:first\:px-80vh:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:first\:py-82vh:first-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .md\:first\:px-82vh:first-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .md\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .md\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .md\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .md\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .md\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .md\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .md\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .md\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .md\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .md\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .md\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .md\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .md\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .md\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .md\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .md\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .md\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .md\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .md\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .md\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .md\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .md\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .md\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .md\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .md\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .md\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .md\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .md\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .md\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .md\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .md\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .md\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .md\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .md\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .md\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .md\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .md\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .md\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .md\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .md\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .md\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .md\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .md\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .md\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .md\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .md\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .md\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .md\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .md\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .md\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .md\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .md\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .md\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .md\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .md\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .md\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .md\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .md\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .md\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .md\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .md\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .md\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .md\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .md\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .md\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .md\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .md\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .md\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .md\:first\:pt-21:first-child {
    padding-top: 5.25rem;
  }

  .md\:first\:pr-21:first-child {
    padding-right: 5.25rem;
  }

  .md\:first\:pb-21:first-child {
    padding-bottom: 5.25rem;
  }

  .md\:first\:pl-21:first-child {
    padding-left: 5.25rem;
  }

  .md\:first\:pt-22:first-child {
    padding-top: 5.5rem;
  }

  .md\:first\:pr-22:first-child {
    padding-right: 5.5rem;
  }

  .md\:first\:pb-22:first-child {
    padding-bottom: 5.5rem;
  }

  .md\:first\:pl-22:first-child {
    padding-left: 5.5rem;
  }

  .md\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .md\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .md\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .md\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .md\:first\:pt-26:first-child {
    padding-top: 6.5rem;
  }

  .md\:first\:pr-26:first-child {
    padding-right: 6.5rem;
  }

  .md\:first\:pb-26:first-child {
    padding-bottom: 6.5rem;
  }

  .md\:first\:pl-26:first-child {
    padding-left: 6.5rem;
  }

  .md\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .md\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .md\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .md\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .md\:first\:pt-30:first-child {
    padding-top: 7.5rem;
  }

  .md\:first\:pr-30:first-child {
    padding-right: 7.5rem;
  }

  .md\:first\:pb-30:first-child {
    padding-bottom: 7.5rem;
  }

  .md\:first\:pl-30:first-child {
    padding-left: 7.5rem;
  }

  .md\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .md\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .md\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .md\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .md\:first\:pt-34:first-child {
    padding-top: 8.5rem;
  }

  .md\:first\:pr-34:first-child {
    padding-right: 8.5rem;
  }

  .md\:first\:pb-34:first-child {
    padding-bottom: 8.5rem;
  }

  .md\:first\:pl-34:first-child {
    padding-left: 8.5rem;
  }

  .md\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .md\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .md\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .md\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .md\:first\:pt-38:first-child {
    padding-top: 9.5rem;
  }

  .md\:first\:pr-38:first-child {
    padding-right: 9.5rem;
  }

  .md\:first\:pb-38:first-child {
    padding-bottom: 9.5rem;
  }

  .md\:first\:pl-38:first-child {
    padding-left: 9.5rem;
  }

  .md\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .md\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .md\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .md\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .md\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .md\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .md\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .md\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .md\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .md\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .md\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .md\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .md\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .md\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .md\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .md\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .md\:first\:pt-53:first-child {
    padding-top: 13.25rem;
  }

  .md\:first\:pr-53:first-child {
    padding-right: 13.25rem;
  }

  .md\:first\:pb-53:first-child {
    padding-bottom: 13.25rem;
  }

  .md\:first\:pl-53:first-child {
    padding-left: 13.25rem;
  }

  .md\:first\:pt-54:first-child {
    padding-top: 13.5rem;
  }

  .md\:first\:pr-54:first-child {
    padding-right: 13.5rem;
  }

  .md\:first\:pb-54:first-child {
    padding-bottom: 13.5rem;
  }

  .md\:first\:pl-54:first-child {
    padding-left: 13.5rem;
  }

  .md\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .md\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .md\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .md\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .md\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .md\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .md\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .md\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .md\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .md\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .md\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .md\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .md\:first\:pt-74:first-child {
    padding-top: 18.5rem;
  }

  .md\:first\:pr-74:first-child {
    padding-right: 18.5rem;
  }

  .md\:first\:pb-74:first-child {
    padding-bottom: 18.5rem;
  }

  .md\:first\:pl-74:first-child {
    padding-left: 18.5rem;
  }

  .md\:first\:pt-76:first-child {
    padding-top: 19rem;
  }

  .md\:first\:pr-76:first-child {
    padding-right: 19rem;
  }

  .md\:first\:pb-76:first-child {
    padding-bottom: 19rem;
  }

  .md\:first\:pl-76:first-child {
    padding-left: 19rem;
  }

  .md\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .md\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .md\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .md\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .md\:first\:pt-85:first-child {
    padding-top: 21.25rem;
  }

  .md\:first\:pr-85:first-child {
    padding-right: 21.25rem;
  }

  .md\:first\:pb-85:first-child {
    padding-bottom: 21.25rem;
  }

  .md\:first\:pl-85:first-child {
    padding-left: 21.25rem;
  }

  .md\:first\:pt-100:first-child {
    padding-top: 25rem;
  }

  .md\:first\:pr-100:first-child {
    padding-right: 25rem;
  }

  .md\:first\:pb-100:first-child {
    padding-bottom: 25rem;
  }

  .md\:first\:pl-100:first-child {
    padding-left: 25rem;
  }

  .md\:first\:pt-105:first-child {
    padding-top: 26.25rem;
  }

  .md\:first\:pr-105:first-child {
    padding-right: 26.25rem;
  }

  .md\:first\:pb-105:first-child {
    padding-bottom: 26.25rem;
  }

  .md\:first\:pl-105:first-child {
    padding-left: 26.25rem;
  }

  .md\:first\:pt-107:first-child {
    padding-top: 26.4rem;
  }

  .md\:first\:pr-107:first-child {
    padding-right: 26.4rem;
  }

  .md\:first\:pb-107:first-child {
    padding-bottom: 26.4rem;
  }

  .md\:first\:pl-107:first-child {
    padding-left: 26.4rem;
  }

  .md\:first\:pt-110:first-child {
    padding-top: 27.5rem;
  }

  .md\:first\:pr-110:first-child {
    padding-right: 27.5rem;
  }

  .md\:first\:pb-110:first-child {
    padding-bottom: 27.5rem;
  }

  .md\:first\:pl-110:first-child {
    padding-left: 27.5rem;
  }

  .md\:first\:pt-120:first-child {
    padding-top: 30rem;
  }

  .md\:first\:pr-120:first-child {
    padding-right: 30rem;
  }

  .md\:first\:pb-120:first-child {
    padding-bottom: 30rem;
  }

  .md\:first\:pl-120:first-child {
    padding-left: 30rem;
  }

  .md\:first\:pt-130:first-child {
    padding-top: 38rem;
  }

  .md\:first\:pr-130:first-child {
    padding-right: 38rem;
  }

  .md\:first\:pb-130:first-child {
    padding-bottom: 38rem;
  }

  .md\:first\:pl-130:first-child {
    padding-left: 38rem;
  }

  .md\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .md\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .md\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .md\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .md\:first\:pt-250px:first-child {
    padding-top: 250px;
  }

  .md\:first\:pr-250px:first-child {
    padding-right: 250px;
  }

  .md\:first\:pb-250px:first-child {
    padding-bottom: 250px;
  }

  .md\:first\:pl-250px:first-child {
    padding-left: 250px;
  }

  .md\:first\:pt-1\/2\%:first-child {
    padding-top: 0.5%;
  }

  .md\:first\:pr-1\/2\%:first-child {
    padding-right: 0.5%;
  }

  .md\:first\:pb-1\/2\%:first-child {
    padding-bottom: 0.5%;
  }

  .md\:first\:pl-1\/2\%:first-child {
    padding-left: 0.5%;
  }

  .md\:first\:pt-1\%:first-child {
    padding-top: 1%;
  }

  .md\:first\:pr-1\%:first-child {
    padding-right: 1%;
  }

  .md\:first\:pb-1\%:first-child {
    padding-bottom: 1%;
  }

  .md\:first\:pl-1\%:first-child {
    padding-left: 1%;
  }

  .md\:first\:pt-2\%:first-child {
    padding-top: 2%;
  }

  .md\:first\:pr-2\%:first-child {
    padding-right: 2%;
  }

  .md\:first\:pb-2\%:first-child {
    padding-bottom: 2%;
  }

  .md\:first\:pl-2\%:first-child {
    padding-left: 2%;
  }

  .md\:first\:pt-3\%:first-child {
    padding-top: 3%;
  }

  .md\:first\:pr-3\%:first-child {
    padding-right: 3%;
  }

  .md\:first\:pb-3\%:first-child {
    padding-bottom: 3%;
  }

  .md\:first\:pl-3\%:first-child {
    padding-left: 3%;
  }

  .md\:first\:pt-4\%:first-child {
    padding-top: 4%;
  }

  .md\:first\:pr-4\%:first-child {
    padding-right: 4%;
  }

  .md\:first\:pb-4\%:first-child {
    padding-bottom: 4%;
  }

  .md\:first\:pl-4\%:first-child {
    padding-left: 4%;
  }

  .md\:first\:pt-5\%:first-child {
    padding-top: 5%;
  }

  .md\:first\:pr-5\%:first-child {
    padding-right: 5%;
  }

  .md\:first\:pb-5\%:first-child {
    padding-bottom: 5%;
  }

  .md\:first\:pl-5\%:first-child {
    padding-left: 5%;
  }

  .md\:first\:pt-10\%:first-child {
    padding-top: 10%;
  }

  .md\:first\:pr-10\%:first-child {
    padding-right: 10%;
  }

  .md\:first\:pb-10\%:first-child {
    padding-bottom: 10%;
  }

  .md\:first\:pl-10\%:first-child {
    padding-left: 10%;
  }

  .md\:first\:pt-20\%:first-child {
    padding-top: 20%;
  }

  .md\:first\:pr-20\%:first-child {
    padding-right: 20%;
  }

  .md\:first\:pb-20\%:first-child {
    padding-bottom: 20%;
  }

  .md\:first\:pl-20\%:first-child {
    padding-left: 20%;
  }

  .md\:first\:pt-23\%:first-child {
    padding-top: 23%;
  }

  .md\:first\:pr-23\%:first-child {
    padding-right: 23%;
  }

  .md\:first\:pb-23\%:first-child {
    padding-bottom: 23%;
  }

  .md\:first\:pl-23\%:first-child {
    padding-left: 23%;
  }

  .md\:first\:pt-25\%:first-child {
    padding-top: 25%;
  }

  .md\:first\:pr-25\%:first-child {
    padding-right: 25%;
  }

  .md\:first\:pb-25\%:first-child {
    padding-bottom: 25%;
  }

  .md\:first\:pl-25\%:first-child {
    padding-left: 25%;
  }

  .md\:first\:pt-26\%:first-child {
    padding-top: 26%;
  }

  .md\:first\:pr-26\%:first-child {
    padding-right: 26%;
  }

  .md\:first\:pb-26\%:first-child {
    padding-bottom: 26%;
  }

  .md\:first\:pl-26\%:first-child {
    padding-left: 26%;
  }

  .md\:first\:pt-30\%:first-child {
    padding-top: 30%;
  }

  .md\:first\:pr-30\%:first-child {
    padding-right: 30%;
  }

  .md\:first\:pb-30\%:first-child {
    padding-bottom: 30%;
  }

  .md\:first\:pl-30\%:first-child {
    padding-left: 30%;
  }

  .md\:first\:pt-40\%:first-child {
    padding-top: 40%;
  }

  .md\:first\:pr-40\%:first-child {
    padding-right: 40%;
  }

  .md\:first\:pb-40\%:first-child {
    padding-bottom: 40%;
  }

  .md\:first\:pl-40\%:first-child {
    padding-left: 40%;
  }

  .md\:first\:pt-50\%:first-child {
    padding-top: 50%;
  }

  .md\:first\:pr-50\%:first-child {
    padding-right: 50%;
  }

  .md\:first\:pb-50\%:first-child {
    padding-bottom: 50%;
  }

  .md\:first\:pl-50\%:first-child {
    padding-left: 50%;
  }

  .md\:first\:pt-60\%:first-child {
    padding-top: 60%;
  }

  .md\:first\:pr-60\%:first-child {
    padding-right: 60%;
  }

  .md\:first\:pb-60\%:first-child {
    padding-bottom: 60%;
  }

  .md\:first\:pl-60\%:first-child {
    padding-left: 60%;
  }

  .md\:first\:pt-70\%:first-child {
    padding-top: 70%;
  }

  .md\:first\:pr-70\%:first-child {
    padding-right: 70%;
  }

  .md\:first\:pb-70\%:first-child {
    padding-bottom: 70%;
  }

  .md\:first\:pl-70\%:first-child {
    padding-left: 70%;
  }

  .md\:first\:pt-80\%:first-child {
    padding-top: 80%;
  }

  .md\:first\:pr-80\%:first-child {
    padding-right: 80%;
  }

  .md\:first\:pb-80\%:first-child {
    padding-bottom: 80%;
  }

  .md\:first\:pl-80\%:first-child {
    padding-left: 80%;
  }

  .md\:first\:pt-90\%:first-child {
    padding-top: 90%;
  }

  .md\:first\:pr-90\%:first-child {
    padding-right: 90%;
  }

  .md\:first\:pb-90\%:first-child {
    padding-bottom: 90%;
  }

  .md\:first\:pl-90\%:first-child {
    padding-left: 90%;
  }

  .md\:first\:pt-95\%:first-child {
    padding-top: 95%;
  }

  .md\:first\:pr-95\%:first-child {
    padding-right: 95%;
  }

  .md\:first\:pb-95\%:first-child {
    padding-bottom: 95%;
  }

  .md\:first\:pl-95\%:first-child {
    padding-left: 95%;
  }

  .md\:first\:pt-96\%:first-child {
    padding-top: 96%;
  }

  .md\:first\:pr-96\%:first-child {
    padding-right: 96%;
  }

  .md\:first\:pb-96\%:first-child {
    padding-bottom: 96%;
  }

  .md\:first\:pl-96\%:first-child {
    padding-left: 96%;
  }

  .md\:first\:pt-97\%:first-child {
    padding-top: 97%;
  }

  .md\:first\:pr-97\%:first-child {
    padding-right: 97%;
  }

  .md\:first\:pb-97\%:first-child {
    padding-bottom: 97%;
  }

  .md\:first\:pl-97\%:first-child {
    padding-left: 97%;
  }

  .md\:first\:pt-98\%:first-child {
    padding-top: 98%;
  }

  .md\:first\:pr-98\%:first-child {
    padding-right: 98%;
  }

  .md\:first\:pb-98\%:first-child {
    padding-bottom: 98%;
  }

  .md\:first\:pl-98\%:first-child {
    padding-left: 98%;
  }

  .md\:first\:pt-99\%:first-child {
    padding-top: 99%;
  }

  .md\:first\:pr-99\%:first-child {
    padding-right: 99%;
  }

  .md\:first\:pb-99\%:first-child {
    padding-bottom: 99%;
  }

  .md\:first\:pl-99\%:first-child {
    padding-left: 99%;
  }

  .md\:first\:pt-36vh:first-child {
    padding-top: 36vh;
  }

  .md\:first\:pr-36vh:first-child {
    padding-right: 36vh;
  }

  .md\:first\:pb-36vh:first-child {
    padding-bottom: 36vh;
  }

  .md\:first\:pl-36vh:first-child {
    padding-left: 36vh;
  }

  .md\:first\:pt-75vh:first-child {
    padding-top: 75vh;
  }

  .md\:first\:pr-75vh:first-child {
    padding-right: 75vh;
  }

  .md\:first\:pb-75vh:first-child {
    padding-bottom: 75vh;
  }

  .md\:first\:pl-75vh:first-child {
    padding-left: 75vh;
  }

  .md\:first\:pt-78vh:first-child {
    padding-top: 78vh;
  }

  .md\:first\:pr-78vh:first-child {
    padding-right: 78vh;
  }

  .md\:first\:pb-78vh:first-child {
    padding-bottom: 78vh;
  }

  .md\:first\:pl-78vh:first-child {
    padding-left: 78vh;
  }

  .md\:first\:pt-80vh:first-child {
    padding-top: 80vh;
  }

  .md\:first\:pr-80vh:first-child {
    padding-right: 80vh;
  }

  .md\:first\:pb-80vh:first-child {
    padding-bottom: 80vh;
  }

  .md\:first\:pl-80vh:first-child {
    padding-left: 80vh;
  }

  .md\:first\:pt-82vh:first-child {
    padding-top: 82vh;
  }

  .md\:first\:pr-82vh:first-child {
    padding-right: 82vh;
  }

  .md\:first\:pb-82vh:first-child {
    padding-bottom: 82vh;
  }

  .md\:first\:pl-82vh:first-child {
    padding-left: 82vh;
  }

  .md\:last\:p-0:last-child {
    padding: 0;
  }

  .md\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .md\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .md\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .md\:last\:p-4:last-child {
    padding: 1rem;
  }

  .md\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .md\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .md\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .md\:last\:p-8:last-child {
    padding: 2rem;
  }

  .md\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .md\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .md\:last\:p-12:last-child {
    padding: 3rem;
  }

  .md\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .md\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .md\:last\:p-16:last-child {
    padding: 4rem;
  }

  .md\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .md\:last\:p-20:last-child {
    padding: 5rem;
  }

  .md\:last\:p-21:last-child {
    padding: 5.25rem;
  }

  .md\:last\:p-22:last-child {
    padding: 5.5rem;
  }

  .md\:last\:p-24:last-child {
    padding: 6rem;
  }

  .md\:last\:p-26:last-child {
    padding: 6.5rem;
  }

  .md\:last\:p-28:last-child {
    padding: 7rem;
  }

  .md\:last\:p-30:last-child {
    padding: 7.5rem;
  }

  .md\:last\:p-32:last-child {
    padding: 8rem;
  }

  .md\:last\:p-34:last-child {
    padding: 8.5rem;
  }

  .md\:last\:p-36:last-child {
    padding: 9rem;
  }

  .md\:last\:p-38:last-child {
    padding: 9.5rem;
  }

  .md\:last\:p-40:last-child {
    padding: 10rem;
  }

  .md\:last\:p-44:last-child {
    padding: 11rem;
  }

  .md\:last\:p-48:last-child {
    padding: 12rem;
  }

  .md\:last\:p-52:last-child {
    padding: 13rem;
  }

  .md\:last\:p-53:last-child {
    padding: 13.25rem;
  }

  .md\:last\:p-54:last-child {
    padding: 13.5rem;
  }

  .md\:last\:p-56:last-child {
    padding: 14rem;
  }

  .md\:last\:p-64:last-child {
    padding: 16rem;
  }

  .md\:last\:p-72:last-child {
    padding: 18rem;
  }

  .md\:last\:p-74:last-child {
    padding: 18.5rem;
  }

  .md\:last\:p-76:last-child {
    padding: 19rem;
  }

  .md\:last\:p-80:last-child {
    padding: 20rem;
  }

  .md\:last\:p-85:last-child {
    padding: 21.25rem;
  }

  .md\:last\:p-100:last-child {
    padding: 25rem;
  }

  .md\:last\:p-105:last-child {
    padding: 26.25rem;
  }

  .md\:last\:p-107:last-child {
    padding: 26.4rem;
  }

  .md\:last\:p-110:last-child {
    padding: 27.5rem;
  }

  .md\:last\:p-120:last-child {
    padding: 30rem;
  }

  .md\:last\:p-130:last-child {
    padding: 38rem;
  }

  .md\:last\:p-px:last-child {
    padding: 1px;
  }

  .md\:last\:p-250px:last-child {
    padding: 250px;
  }

  .md\:last\:p-1\/2\%:last-child {
    padding: 0.5%;
  }

  .md\:last\:p-1\%:last-child {
    padding: 1%;
  }

  .md\:last\:p-2\%:last-child {
    padding: 2%;
  }

  .md\:last\:p-3\%:last-child {
    padding: 3%;
  }

  .md\:last\:p-4\%:last-child {
    padding: 4%;
  }

  .md\:last\:p-5\%:last-child {
    padding: 5%;
  }

  .md\:last\:p-10\%:last-child {
    padding: 10%;
  }

  .md\:last\:p-20\%:last-child {
    padding: 20%;
  }

  .md\:last\:p-23\%:last-child {
    padding: 23%;
  }

  .md\:last\:p-25\%:last-child {
    padding: 25%;
  }

  .md\:last\:p-26\%:last-child {
    padding: 26%;
  }

  .md\:last\:p-30\%:last-child {
    padding: 30%;
  }

  .md\:last\:p-40\%:last-child {
    padding: 40%;
  }

  .md\:last\:p-50\%:last-child {
    padding: 50%;
  }

  .md\:last\:p-60\%:last-child {
    padding: 60%;
  }

  .md\:last\:p-70\%:last-child {
    padding: 70%;
  }

  .md\:last\:p-80\%:last-child {
    padding: 80%;
  }

  .md\:last\:p-90\%:last-child {
    padding: 90%;
  }

  .md\:last\:p-95\%:last-child {
    padding: 95%;
  }

  .md\:last\:p-96\%:last-child {
    padding: 96%;
  }

  .md\:last\:p-97\%:last-child {
    padding: 97%;
  }

  .md\:last\:p-98\%:last-child {
    padding: 98%;
  }

  .md\:last\:p-99\%:last-child {
    padding: 99%;
  }

  .md\:last\:p-36vh:last-child {
    padding: 36vh;
  }

  .md\:last\:p-75vh:last-child {
    padding: 75vh;
  }

  .md\:last\:p-78vh:last-child {
    padding: 78vh;
  }

  .md\:last\:p-80vh:last-child {
    padding: 80vh;
  }

  .md\:last\:p-82vh:last-child {
    padding: 82vh;
  }

  .md\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:last\:py-21:last-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:last\:px-21:last-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:last\:py-22:last-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:last\:px-22:last-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:last\:py-26:last-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:last\:px-26:last-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:last\:py-30:last-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:last\:px-30:last-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:last\:py-34:last-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:last\:px-34:last-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:last\:py-38:last-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:last\:px-38:last-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:last\:py-53:last-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .md\:last\:px-53:last-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .md\:last\:py-54:last-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:last\:px-54:last-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:last\:py-74:last-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .md\:last\:px-74:last-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .md\:last\:py-76:last-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .md\:last\:px-76:last-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .md\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:last\:py-85:last-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .md\:last\:px-85:last-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .md\:last\:py-100:last-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:last\:px-100:last-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:last\:py-105:last-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .md\:last\:px-105:last-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .md\:last\:py-107:last-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .md\:last\:px-107:last-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .md\:last\:py-110:last-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:last\:px-110:last-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:last\:py-120:last-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:last\:px-120:last-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:last\:py-130:last-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:last\:px-130:last-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:last\:py-250px:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:last\:px-250px:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:last\:py-1\/2\%:last-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .md\:last\:px-1\/2\%:last-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .md\:last\:py-1\%:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:last\:px-1\%:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:last\:py-2\%:last-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:last\:px-2\%:last-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:last\:py-3\%:last-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .md\:last\:px-3\%:last-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .md\:last\:py-4\%:last-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .md\:last\:px-4\%:last-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:last\:py-5\%:last-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:last\:px-5\%:last-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:last\:py-10\%:last-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:last\:px-10\%:last-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:last\:py-20\%:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:last\:px-20\%:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:last\:py-23\%:last-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .md\:last\:px-23\%:last-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .md\:last\:py-25\%:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:last\:px-25\%:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:last\:py-26\%:last-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .md\:last\:px-26\%:last-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .md\:last\:py-30\%:last-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:last\:px-30\%:last-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:last\:py-40\%:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:last\:px-40\%:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:last\:py-50\%:last-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:last\:px-50\%:last-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:last\:py-60\%:last-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:last\:px-60\%:last-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:last\:py-70\%:last-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:last\:px-70\%:last-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:last\:py-80\%:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:last\:px-80\%:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:last\:py-90\%:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:last\:px-90\%:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:last\:py-95\%:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:last\:px-95\%:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:last\:py-96\%:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:last\:px-96\%:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:last\:py-97\%:last-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .md\:last\:px-97\%:last-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .md\:last\:py-98\%:last-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .md\:last\:px-98\%:last-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .md\:last\:py-99\%:last-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .md\:last\:px-99\%:last-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .md\:last\:py-36vh:last-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .md\:last\:px-36vh:last-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .md\:last\:py-75vh:last-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .md\:last\:px-75vh:last-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .md\:last\:py-78vh:last-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .md\:last\:px-78vh:last-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .md\:last\:py-80vh:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:last\:px-80vh:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:last\:py-82vh:last-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .md\:last\:px-82vh:last-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .md\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .md\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .md\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .md\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .md\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .md\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .md\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .md\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .md\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .md\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .md\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .md\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .md\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .md\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .md\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .md\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .md\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .md\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .md\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .md\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .md\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .md\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .md\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .md\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .md\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .md\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .md\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .md\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .md\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .md\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .md\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .md\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .md\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .md\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .md\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .md\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .md\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .md\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .md\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .md\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .md\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .md\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .md\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .md\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .md\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .md\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .md\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .md\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .md\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .md\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .md\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .md\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .md\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .md\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .md\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .md\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .md\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .md\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .md\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .md\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .md\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .md\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .md\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .md\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .md\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .md\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .md\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .md\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .md\:last\:pt-21:last-child {
    padding-top: 5.25rem;
  }

  .md\:last\:pr-21:last-child {
    padding-right: 5.25rem;
  }

  .md\:last\:pb-21:last-child {
    padding-bottom: 5.25rem;
  }

  .md\:last\:pl-21:last-child {
    padding-left: 5.25rem;
  }

  .md\:last\:pt-22:last-child {
    padding-top: 5.5rem;
  }

  .md\:last\:pr-22:last-child {
    padding-right: 5.5rem;
  }

  .md\:last\:pb-22:last-child {
    padding-bottom: 5.5rem;
  }

  .md\:last\:pl-22:last-child {
    padding-left: 5.5rem;
  }

  .md\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .md\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .md\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .md\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .md\:last\:pt-26:last-child {
    padding-top: 6.5rem;
  }

  .md\:last\:pr-26:last-child {
    padding-right: 6.5rem;
  }

  .md\:last\:pb-26:last-child {
    padding-bottom: 6.5rem;
  }

  .md\:last\:pl-26:last-child {
    padding-left: 6.5rem;
  }

  .md\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .md\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .md\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .md\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .md\:last\:pt-30:last-child {
    padding-top: 7.5rem;
  }

  .md\:last\:pr-30:last-child {
    padding-right: 7.5rem;
  }

  .md\:last\:pb-30:last-child {
    padding-bottom: 7.5rem;
  }

  .md\:last\:pl-30:last-child {
    padding-left: 7.5rem;
  }

  .md\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .md\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .md\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .md\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .md\:last\:pt-34:last-child {
    padding-top: 8.5rem;
  }

  .md\:last\:pr-34:last-child {
    padding-right: 8.5rem;
  }

  .md\:last\:pb-34:last-child {
    padding-bottom: 8.5rem;
  }

  .md\:last\:pl-34:last-child {
    padding-left: 8.5rem;
  }

  .md\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .md\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .md\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .md\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .md\:last\:pt-38:last-child {
    padding-top: 9.5rem;
  }

  .md\:last\:pr-38:last-child {
    padding-right: 9.5rem;
  }

  .md\:last\:pb-38:last-child {
    padding-bottom: 9.5rem;
  }

  .md\:last\:pl-38:last-child {
    padding-left: 9.5rem;
  }

  .md\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .md\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .md\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .md\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .md\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .md\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .md\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .md\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .md\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .md\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .md\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .md\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .md\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .md\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .md\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .md\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .md\:last\:pt-53:last-child {
    padding-top: 13.25rem;
  }

  .md\:last\:pr-53:last-child {
    padding-right: 13.25rem;
  }

  .md\:last\:pb-53:last-child {
    padding-bottom: 13.25rem;
  }

  .md\:last\:pl-53:last-child {
    padding-left: 13.25rem;
  }

  .md\:last\:pt-54:last-child {
    padding-top: 13.5rem;
  }

  .md\:last\:pr-54:last-child {
    padding-right: 13.5rem;
  }

  .md\:last\:pb-54:last-child {
    padding-bottom: 13.5rem;
  }

  .md\:last\:pl-54:last-child {
    padding-left: 13.5rem;
  }

  .md\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .md\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .md\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .md\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .md\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .md\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .md\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .md\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .md\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .md\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .md\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .md\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .md\:last\:pt-74:last-child {
    padding-top: 18.5rem;
  }

  .md\:last\:pr-74:last-child {
    padding-right: 18.5rem;
  }

  .md\:last\:pb-74:last-child {
    padding-bottom: 18.5rem;
  }

  .md\:last\:pl-74:last-child {
    padding-left: 18.5rem;
  }

  .md\:last\:pt-76:last-child {
    padding-top: 19rem;
  }

  .md\:last\:pr-76:last-child {
    padding-right: 19rem;
  }

  .md\:last\:pb-76:last-child {
    padding-bottom: 19rem;
  }

  .md\:last\:pl-76:last-child {
    padding-left: 19rem;
  }

  .md\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .md\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .md\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .md\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .md\:last\:pt-85:last-child {
    padding-top: 21.25rem;
  }

  .md\:last\:pr-85:last-child {
    padding-right: 21.25rem;
  }

  .md\:last\:pb-85:last-child {
    padding-bottom: 21.25rem;
  }

  .md\:last\:pl-85:last-child {
    padding-left: 21.25rem;
  }

  .md\:last\:pt-100:last-child {
    padding-top: 25rem;
  }

  .md\:last\:pr-100:last-child {
    padding-right: 25rem;
  }

  .md\:last\:pb-100:last-child {
    padding-bottom: 25rem;
  }

  .md\:last\:pl-100:last-child {
    padding-left: 25rem;
  }

  .md\:last\:pt-105:last-child {
    padding-top: 26.25rem;
  }

  .md\:last\:pr-105:last-child {
    padding-right: 26.25rem;
  }

  .md\:last\:pb-105:last-child {
    padding-bottom: 26.25rem;
  }

  .md\:last\:pl-105:last-child {
    padding-left: 26.25rem;
  }

  .md\:last\:pt-107:last-child {
    padding-top: 26.4rem;
  }

  .md\:last\:pr-107:last-child {
    padding-right: 26.4rem;
  }

  .md\:last\:pb-107:last-child {
    padding-bottom: 26.4rem;
  }

  .md\:last\:pl-107:last-child {
    padding-left: 26.4rem;
  }

  .md\:last\:pt-110:last-child {
    padding-top: 27.5rem;
  }

  .md\:last\:pr-110:last-child {
    padding-right: 27.5rem;
  }

  .md\:last\:pb-110:last-child {
    padding-bottom: 27.5rem;
  }

  .md\:last\:pl-110:last-child {
    padding-left: 27.5rem;
  }

  .md\:last\:pt-120:last-child {
    padding-top: 30rem;
  }

  .md\:last\:pr-120:last-child {
    padding-right: 30rem;
  }

  .md\:last\:pb-120:last-child {
    padding-bottom: 30rem;
  }

  .md\:last\:pl-120:last-child {
    padding-left: 30rem;
  }

  .md\:last\:pt-130:last-child {
    padding-top: 38rem;
  }

  .md\:last\:pr-130:last-child {
    padding-right: 38rem;
  }

  .md\:last\:pb-130:last-child {
    padding-bottom: 38rem;
  }

  .md\:last\:pl-130:last-child {
    padding-left: 38rem;
  }

  .md\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .md\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .md\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .md\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .md\:last\:pt-250px:last-child {
    padding-top: 250px;
  }

  .md\:last\:pr-250px:last-child {
    padding-right: 250px;
  }

  .md\:last\:pb-250px:last-child {
    padding-bottom: 250px;
  }

  .md\:last\:pl-250px:last-child {
    padding-left: 250px;
  }

  .md\:last\:pt-1\/2\%:last-child {
    padding-top: 0.5%;
  }

  .md\:last\:pr-1\/2\%:last-child {
    padding-right: 0.5%;
  }

  .md\:last\:pb-1\/2\%:last-child {
    padding-bottom: 0.5%;
  }

  .md\:last\:pl-1\/2\%:last-child {
    padding-left: 0.5%;
  }

  .md\:last\:pt-1\%:last-child {
    padding-top: 1%;
  }

  .md\:last\:pr-1\%:last-child {
    padding-right: 1%;
  }

  .md\:last\:pb-1\%:last-child {
    padding-bottom: 1%;
  }

  .md\:last\:pl-1\%:last-child {
    padding-left: 1%;
  }

  .md\:last\:pt-2\%:last-child {
    padding-top: 2%;
  }

  .md\:last\:pr-2\%:last-child {
    padding-right: 2%;
  }

  .md\:last\:pb-2\%:last-child {
    padding-bottom: 2%;
  }

  .md\:last\:pl-2\%:last-child {
    padding-left: 2%;
  }

  .md\:last\:pt-3\%:last-child {
    padding-top: 3%;
  }

  .md\:last\:pr-3\%:last-child {
    padding-right: 3%;
  }

  .md\:last\:pb-3\%:last-child {
    padding-bottom: 3%;
  }

  .md\:last\:pl-3\%:last-child {
    padding-left: 3%;
  }

  .md\:last\:pt-4\%:last-child {
    padding-top: 4%;
  }

  .md\:last\:pr-4\%:last-child {
    padding-right: 4%;
  }

  .md\:last\:pb-4\%:last-child {
    padding-bottom: 4%;
  }

  .md\:last\:pl-4\%:last-child {
    padding-left: 4%;
  }

  .md\:last\:pt-5\%:last-child {
    padding-top: 5%;
  }

  .md\:last\:pr-5\%:last-child {
    padding-right: 5%;
  }

  .md\:last\:pb-5\%:last-child {
    padding-bottom: 5%;
  }

  .md\:last\:pl-5\%:last-child {
    padding-left: 5%;
  }

  .md\:last\:pt-10\%:last-child {
    padding-top: 10%;
  }

  .md\:last\:pr-10\%:last-child {
    padding-right: 10%;
  }

  .md\:last\:pb-10\%:last-child {
    padding-bottom: 10%;
  }

  .md\:last\:pl-10\%:last-child {
    padding-left: 10%;
  }

  .md\:last\:pt-20\%:last-child {
    padding-top: 20%;
  }

  .md\:last\:pr-20\%:last-child {
    padding-right: 20%;
  }

  .md\:last\:pb-20\%:last-child {
    padding-bottom: 20%;
  }

  .md\:last\:pl-20\%:last-child {
    padding-left: 20%;
  }

  .md\:last\:pt-23\%:last-child {
    padding-top: 23%;
  }

  .md\:last\:pr-23\%:last-child {
    padding-right: 23%;
  }

  .md\:last\:pb-23\%:last-child {
    padding-bottom: 23%;
  }

  .md\:last\:pl-23\%:last-child {
    padding-left: 23%;
  }

  .md\:last\:pt-25\%:last-child {
    padding-top: 25%;
  }

  .md\:last\:pr-25\%:last-child {
    padding-right: 25%;
  }

  .md\:last\:pb-25\%:last-child {
    padding-bottom: 25%;
  }

  .md\:last\:pl-25\%:last-child {
    padding-left: 25%;
  }

  .md\:last\:pt-26\%:last-child {
    padding-top: 26%;
  }

  .md\:last\:pr-26\%:last-child {
    padding-right: 26%;
  }

  .md\:last\:pb-26\%:last-child {
    padding-bottom: 26%;
  }

  .md\:last\:pl-26\%:last-child {
    padding-left: 26%;
  }

  .md\:last\:pt-30\%:last-child {
    padding-top: 30%;
  }

  .md\:last\:pr-30\%:last-child {
    padding-right: 30%;
  }

  .md\:last\:pb-30\%:last-child {
    padding-bottom: 30%;
  }

  .md\:last\:pl-30\%:last-child {
    padding-left: 30%;
  }

  .md\:last\:pt-40\%:last-child {
    padding-top: 40%;
  }

  .md\:last\:pr-40\%:last-child {
    padding-right: 40%;
  }

  .md\:last\:pb-40\%:last-child {
    padding-bottom: 40%;
  }

  .md\:last\:pl-40\%:last-child {
    padding-left: 40%;
  }

  .md\:last\:pt-50\%:last-child {
    padding-top: 50%;
  }

  .md\:last\:pr-50\%:last-child {
    padding-right: 50%;
  }

  .md\:last\:pb-50\%:last-child {
    padding-bottom: 50%;
  }

  .md\:last\:pl-50\%:last-child {
    padding-left: 50%;
  }

  .md\:last\:pt-60\%:last-child {
    padding-top: 60%;
  }

  .md\:last\:pr-60\%:last-child {
    padding-right: 60%;
  }

  .md\:last\:pb-60\%:last-child {
    padding-bottom: 60%;
  }

  .md\:last\:pl-60\%:last-child {
    padding-left: 60%;
  }

  .md\:last\:pt-70\%:last-child {
    padding-top: 70%;
  }

  .md\:last\:pr-70\%:last-child {
    padding-right: 70%;
  }

  .md\:last\:pb-70\%:last-child {
    padding-bottom: 70%;
  }

  .md\:last\:pl-70\%:last-child {
    padding-left: 70%;
  }

  .md\:last\:pt-80\%:last-child {
    padding-top: 80%;
  }

  .md\:last\:pr-80\%:last-child {
    padding-right: 80%;
  }

  .md\:last\:pb-80\%:last-child {
    padding-bottom: 80%;
  }

  .md\:last\:pl-80\%:last-child {
    padding-left: 80%;
  }

  .md\:last\:pt-90\%:last-child {
    padding-top: 90%;
  }

  .md\:last\:pr-90\%:last-child {
    padding-right: 90%;
  }

  .md\:last\:pb-90\%:last-child {
    padding-bottom: 90%;
  }

  .md\:last\:pl-90\%:last-child {
    padding-left: 90%;
  }

  .md\:last\:pt-95\%:last-child {
    padding-top: 95%;
  }

  .md\:last\:pr-95\%:last-child {
    padding-right: 95%;
  }

  .md\:last\:pb-95\%:last-child {
    padding-bottom: 95%;
  }

  .md\:last\:pl-95\%:last-child {
    padding-left: 95%;
  }

  .md\:last\:pt-96\%:last-child {
    padding-top: 96%;
  }

  .md\:last\:pr-96\%:last-child {
    padding-right: 96%;
  }

  .md\:last\:pb-96\%:last-child {
    padding-bottom: 96%;
  }

  .md\:last\:pl-96\%:last-child {
    padding-left: 96%;
  }

  .md\:last\:pt-97\%:last-child {
    padding-top: 97%;
  }

  .md\:last\:pr-97\%:last-child {
    padding-right: 97%;
  }

  .md\:last\:pb-97\%:last-child {
    padding-bottom: 97%;
  }

  .md\:last\:pl-97\%:last-child {
    padding-left: 97%;
  }

  .md\:last\:pt-98\%:last-child {
    padding-top: 98%;
  }

  .md\:last\:pr-98\%:last-child {
    padding-right: 98%;
  }

  .md\:last\:pb-98\%:last-child {
    padding-bottom: 98%;
  }

  .md\:last\:pl-98\%:last-child {
    padding-left: 98%;
  }

  .md\:last\:pt-99\%:last-child {
    padding-top: 99%;
  }

  .md\:last\:pr-99\%:last-child {
    padding-right: 99%;
  }

  .md\:last\:pb-99\%:last-child {
    padding-bottom: 99%;
  }

  .md\:last\:pl-99\%:last-child {
    padding-left: 99%;
  }

  .md\:last\:pt-36vh:last-child {
    padding-top: 36vh;
  }

  .md\:last\:pr-36vh:last-child {
    padding-right: 36vh;
  }

  .md\:last\:pb-36vh:last-child {
    padding-bottom: 36vh;
  }

  .md\:last\:pl-36vh:last-child {
    padding-left: 36vh;
  }

  .md\:last\:pt-75vh:last-child {
    padding-top: 75vh;
  }

  .md\:last\:pr-75vh:last-child {
    padding-right: 75vh;
  }

  .md\:last\:pb-75vh:last-child {
    padding-bottom: 75vh;
  }

  .md\:last\:pl-75vh:last-child {
    padding-left: 75vh;
  }

  .md\:last\:pt-78vh:last-child {
    padding-top: 78vh;
  }

  .md\:last\:pr-78vh:last-child {
    padding-right: 78vh;
  }

  .md\:last\:pb-78vh:last-child {
    padding-bottom: 78vh;
  }

  .md\:last\:pl-78vh:last-child {
    padding-left: 78vh;
  }

  .md\:last\:pt-80vh:last-child {
    padding-top: 80vh;
  }

  .md\:last\:pr-80vh:last-child {
    padding-right: 80vh;
  }

  .md\:last\:pb-80vh:last-child {
    padding-bottom: 80vh;
  }

  .md\:last\:pl-80vh:last-child {
    padding-left: 80vh;
  }

  .md\:last\:pt-82vh:last-child {
    padding-top: 82vh;
  }

  .md\:last\:pr-82vh:last-child {
    padding-right: 82vh;
  }

  .md\:last\:pb-82vh:last-child {
    padding-bottom: 82vh;
  }

  .md\:last\:pl-82vh:last-child {
    padding-left: 82vh;
  }

  .md\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .md\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .md\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .md\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .md\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .md\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .md\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .md\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .md\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .md\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .md\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .md\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .md\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .md\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .md\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .md\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .md\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .md\:even\:p-21:nth-child(even) {
    padding: 5.25rem;
  }

  .md\:even\:p-22:nth-child(even) {
    padding: 5.5rem;
  }

  .md\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .md\:even\:p-26:nth-child(even) {
    padding: 6.5rem;
  }

  .md\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .md\:even\:p-30:nth-child(even) {
    padding: 7.5rem;
  }

  .md\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .md\:even\:p-34:nth-child(even) {
    padding: 8.5rem;
  }

  .md\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .md\:even\:p-38:nth-child(even) {
    padding: 9.5rem;
  }

  .md\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .md\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .md\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .md\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .md\:even\:p-53:nth-child(even) {
    padding: 13.25rem;
  }

  .md\:even\:p-54:nth-child(even) {
    padding: 13.5rem;
  }

  .md\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .md\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .md\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .md\:even\:p-74:nth-child(even) {
    padding: 18.5rem;
  }

  .md\:even\:p-76:nth-child(even) {
    padding: 19rem;
  }

  .md\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .md\:even\:p-85:nth-child(even) {
    padding: 21.25rem;
  }

  .md\:even\:p-100:nth-child(even) {
    padding: 25rem;
  }

  .md\:even\:p-105:nth-child(even) {
    padding: 26.25rem;
  }

  .md\:even\:p-107:nth-child(even) {
    padding: 26.4rem;
  }

  .md\:even\:p-110:nth-child(even) {
    padding: 27.5rem;
  }

  .md\:even\:p-120:nth-child(even) {
    padding: 30rem;
  }

  .md\:even\:p-130:nth-child(even) {
    padding: 38rem;
  }

  .md\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .md\:even\:p-250px:nth-child(even) {
    padding: 250px;
  }

  .md\:even\:p-1\/2\%:nth-child(even) {
    padding: 0.5%;
  }

  .md\:even\:p-1\%:nth-child(even) {
    padding: 1%;
  }

  .md\:even\:p-2\%:nth-child(even) {
    padding: 2%;
  }

  .md\:even\:p-3\%:nth-child(even) {
    padding: 3%;
  }

  .md\:even\:p-4\%:nth-child(even) {
    padding: 4%;
  }

  .md\:even\:p-5\%:nth-child(even) {
    padding: 5%;
  }

  .md\:even\:p-10\%:nth-child(even) {
    padding: 10%;
  }

  .md\:even\:p-20\%:nth-child(even) {
    padding: 20%;
  }

  .md\:even\:p-23\%:nth-child(even) {
    padding: 23%;
  }

  .md\:even\:p-25\%:nth-child(even) {
    padding: 25%;
  }

  .md\:even\:p-26\%:nth-child(even) {
    padding: 26%;
  }

  .md\:even\:p-30\%:nth-child(even) {
    padding: 30%;
  }

  .md\:even\:p-40\%:nth-child(even) {
    padding: 40%;
  }

  .md\:even\:p-50\%:nth-child(even) {
    padding: 50%;
  }

  .md\:even\:p-60\%:nth-child(even) {
    padding: 60%;
  }

  .md\:even\:p-70\%:nth-child(even) {
    padding: 70%;
  }

  .md\:even\:p-80\%:nth-child(even) {
    padding: 80%;
  }

  .md\:even\:p-90\%:nth-child(even) {
    padding: 90%;
  }

  .md\:even\:p-95\%:nth-child(even) {
    padding: 95%;
  }

  .md\:even\:p-96\%:nth-child(even) {
    padding: 96%;
  }

  .md\:even\:p-97\%:nth-child(even) {
    padding: 97%;
  }

  .md\:even\:p-98\%:nth-child(even) {
    padding: 98%;
  }

  .md\:even\:p-99\%:nth-child(even) {
    padding: 99%;
  }

  .md\:even\:p-36vh:nth-child(even) {
    padding: 36vh;
  }

  .md\:even\:p-75vh:nth-child(even) {
    padding: 75vh;
  }

  .md\:even\:p-78vh:nth-child(even) {
    padding: 78vh;
  }

  .md\:even\:p-80vh:nth-child(even) {
    padding: 80vh;
  }

  .md\:even\:p-82vh:nth-child(even) {
    padding: 82vh;
  }

  .md\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:even\:py-21:nth-child(even) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:even\:px-21:nth-child(even) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:even\:py-22:nth-child(even) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:even\:px-22:nth-child(even) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:even\:py-26:nth-child(even) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:even\:px-26:nth-child(even) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:even\:py-30:nth-child(even) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:even\:px-30:nth-child(even) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:even\:py-34:nth-child(even) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:even\:px-34:nth-child(even) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:even\:py-38:nth-child(even) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:even\:px-38:nth-child(even) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:even\:py-53:nth-child(even) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .md\:even\:px-53:nth-child(even) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .md\:even\:py-54:nth-child(even) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:even\:px-54:nth-child(even) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:even\:py-74:nth-child(even) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .md\:even\:px-74:nth-child(even) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .md\:even\:py-76:nth-child(even) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .md\:even\:px-76:nth-child(even) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .md\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:even\:py-85:nth-child(even) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .md\:even\:px-85:nth-child(even) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .md\:even\:py-100:nth-child(even) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:even\:px-100:nth-child(even) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:even\:py-105:nth-child(even) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .md\:even\:px-105:nth-child(even) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .md\:even\:py-107:nth-child(even) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .md\:even\:px-107:nth-child(even) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .md\:even\:py-110:nth-child(even) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:even\:px-110:nth-child(even) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:even\:py-120:nth-child(even) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:even\:px-120:nth-child(even) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:even\:py-130:nth-child(even) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:even\:px-130:nth-child(even) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:even\:py-250px:nth-child(even) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:even\:px-250px:nth-child(even) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:even\:py-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .md\:even\:px-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .md\:even\:py-1\%:nth-child(even) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:even\:px-1\%:nth-child(even) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:even\:py-2\%:nth-child(even) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:even\:px-2\%:nth-child(even) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:even\:py-3\%:nth-child(even) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .md\:even\:px-3\%:nth-child(even) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .md\:even\:py-4\%:nth-child(even) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .md\:even\:px-4\%:nth-child(even) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:even\:py-5\%:nth-child(even) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:even\:px-5\%:nth-child(even) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:even\:py-10\%:nth-child(even) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:even\:px-10\%:nth-child(even) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:even\:py-20\%:nth-child(even) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:even\:px-20\%:nth-child(even) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:even\:py-23\%:nth-child(even) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .md\:even\:px-23\%:nth-child(even) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .md\:even\:py-25\%:nth-child(even) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:even\:px-25\%:nth-child(even) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:even\:py-26\%:nth-child(even) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .md\:even\:px-26\%:nth-child(even) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .md\:even\:py-30\%:nth-child(even) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:even\:px-30\%:nth-child(even) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:even\:py-40\%:nth-child(even) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:even\:px-40\%:nth-child(even) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:even\:py-50\%:nth-child(even) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:even\:px-50\%:nth-child(even) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:even\:py-60\%:nth-child(even) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:even\:px-60\%:nth-child(even) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:even\:py-70\%:nth-child(even) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:even\:px-70\%:nth-child(even) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:even\:py-80\%:nth-child(even) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:even\:px-80\%:nth-child(even) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:even\:py-90\%:nth-child(even) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:even\:px-90\%:nth-child(even) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:even\:py-95\%:nth-child(even) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:even\:px-95\%:nth-child(even) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:even\:py-96\%:nth-child(even) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:even\:px-96\%:nth-child(even) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:even\:py-97\%:nth-child(even) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .md\:even\:px-97\%:nth-child(even) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .md\:even\:py-98\%:nth-child(even) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .md\:even\:px-98\%:nth-child(even) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .md\:even\:py-99\%:nth-child(even) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .md\:even\:px-99\%:nth-child(even) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .md\:even\:py-36vh:nth-child(even) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .md\:even\:px-36vh:nth-child(even) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .md\:even\:py-75vh:nth-child(even) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .md\:even\:px-75vh:nth-child(even) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .md\:even\:py-78vh:nth-child(even) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .md\:even\:px-78vh:nth-child(even) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .md\:even\:py-80vh:nth-child(even) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:even\:px-80vh:nth-child(even) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:even\:py-82vh:nth-child(even) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .md\:even\:px-82vh:nth-child(even) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .md\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .md\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .md\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .md\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .md\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .md\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .md\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .md\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .md\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .md\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .md\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .md\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .md\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .md\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .md\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .md\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .md\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .md\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .md\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .md\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .md\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .md\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .md\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .md\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .md\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .md\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .md\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .md\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .md\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .md\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .md\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .md\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .md\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .md\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .md\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .md\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .md\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .md\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .md\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .md\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .md\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .md\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .md\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .md\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .md\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .md\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .md\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .md\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .md\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .md\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .md\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .md\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .md\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .md\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .md\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .md\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .md\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .md\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .md\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .md\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .md\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .md\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .md\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .md\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .md\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .md\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .md\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .md\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .md\:even\:pt-21:nth-child(even) {
    padding-top: 5.25rem;
  }

  .md\:even\:pr-21:nth-child(even) {
    padding-right: 5.25rem;
  }

  .md\:even\:pb-21:nth-child(even) {
    padding-bottom: 5.25rem;
  }

  .md\:even\:pl-21:nth-child(even) {
    padding-left: 5.25rem;
  }

  .md\:even\:pt-22:nth-child(even) {
    padding-top: 5.5rem;
  }

  .md\:even\:pr-22:nth-child(even) {
    padding-right: 5.5rem;
  }

  .md\:even\:pb-22:nth-child(even) {
    padding-bottom: 5.5rem;
  }

  .md\:even\:pl-22:nth-child(even) {
    padding-left: 5.5rem;
  }

  .md\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .md\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .md\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .md\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .md\:even\:pt-26:nth-child(even) {
    padding-top: 6.5rem;
  }

  .md\:even\:pr-26:nth-child(even) {
    padding-right: 6.5rem;
  }

  .md\:even\:pb-26:nth-child(even) {
    padding-bottom: 6.5rem;
  }

  .md\:even\:pl-26:nth-child(even) {
    padding-left: 6.5rem;
  }

  .md\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .md\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .md\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .md\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .md\:even\:pt-30:nth-child(even) {
    padding-top: 7.5rem;
  }

  .md\:even\:pr-30:nth-child(even) {
    padding-right: 7.5rem;
  }

  .md\:even\:pb-30:nth-child(even) {
    padding-bottom: 7.5rem;
  }

  .md\:even\:pl-30:nth-child(even) {
    padding-left: 7.5rem;
  }

  .md\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .md\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .md\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .md\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .md\:even\:pt-34:nth-child(even) {
    padding-top: 8.5rem;
  }

  .md\:even\:pr-34:nth-child(even) {
    padding-right: 8.5rem;
  }

  .md\:even\:pb-34:nth-child(even) {
    padding-bottom: 8.5rem;
  }

  .md\:even\:pl-34:nth-child(even) {
    padding-left: 8.5rem;
  }

  .md\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .md\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .md\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .md\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .md\:even\:pt-38:nth-child(even) {
    padding-top: 9.5rem;
  }

  .md\:even\:pr-38:nth-child(even) {
    padding-right: 9.5rem;
  }

  .md\:even\:pb-38:nth-child(even) {
    padding-bottom: 9.5rem;
  }

  .md\:even\:pl-38:nth-child(even) {
    padding-left: 9.5rem;
  }

  .md\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .md\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .md\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .md\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .md\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .md\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .md\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .md\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .md\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .md\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .md\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .md\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .md\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .md\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .md\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .md\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .md\:even\:pt-53:nth-child(even) {
    padding-top: 13.25rem;
  }

  .md\:even\:pr-53:nth-child(even) {
    padding-right: 13.25rem;
  }

  .md\:even\:pb-53:nth-child(even) {
    padding-bottom: 13.25rem;
  }

  .md\:even\:pl-53:nth-child(even) {
    padding-left: 13.25rem;
  }

  .md\:even\:pt-54:nth-child(even) {
    padding-top: 13.5rem;
  }

  .md\:even\:pr-54:nth-child(even) {
    padding-right: 13.5rem;
  }

  .md\:even\:pb-54:nth-child(even) {
    padding-bottom: 13.5rem;
  }

  .md\:even\:pl-54:nth-child(even) {
    padding-left: 13.5rem;
  }

  .md\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .md\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .md\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .md\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .md\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .md\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .md\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .md\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .md\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .md\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .md\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .md\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .md\:even\:pt-74:nth-child(even) {
    padding-top: 18.5rem;
  }

  .md\:even\:pr-74:nth-child(even) {
    padding-right: 18.5rem;
  }

  .md\:even\:pb-74:nth-child(even) {
    padding-bottom: 18.5rem;
  }

  .md\:even\:pl-74:nth-child(even) {
    padding-left: 18.5rem;
  }

  .md\:even\:pt-76:nth-child(even) {
    padding-top: 19rem;
  }

  .md\:even\:pr-76:nth-child(even) {
    padding-right: 19rem;
  }

  .md\:even\:pb-76:nth-child(even) {
    padding-bottom: 19rem;
  }

  .md\:even\:pl-76:nth-child(even) {
    padding-left: 19rem;
  }

  .md\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .md\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .md\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .md\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .md\:even\:pt-85:nth-child(even) {
    padding-top: 21.25rem;
  }

  .md\:even\:pr-85:nth-child(even) {
    padding-right: 21.25rem;
  }

  .md\:even\:pb-85:nth-child(even) {
    padding-bottom: 21.25rem;
  }

  .md\:even\:pl-85:nth-child(even) {
    padding-left: 21.25rem;
  }

  .md\:even\:pt-100:nth-child(even) {
    padding-top: 25rem;
  }

  .md\:even\:pr-100:nth-child(even) {
    padding-right: 25rem;
  }

  .md\:even\:pb-100:nth-child(even) {
    padding-bottom: 25rem;
  }

  .md\:even\:pl-100:nth-child(even) {
    padding-left: 25rem;
  }

  .md\:even\:pt-105:nth-child(even) {
    padding-top: 26.25rem;
  }

  .md\:even\:pr-105:nth-child(even) {
    padding-right: 26.25rem;
  }

  .md\:even\:pb-105:nth-child(even) {
    padding-bottom: 26.25rem;
  }

  .md\:even\:pl-105:nth-child(even) {
    padding-left: 26.25rem;
  }

  .md\:even\:pt-107:nth-child(even) {
    padding-top: 26.4rem;
  }

  .md\:even\:pr-107:nth-child(even) {
    padding-right: 26.4rem;
  }

  .md\:even\:pb-107:nth-child(even) {
    padding-bottom: 26.4rem;
  }

  .md\:even\:pl-107:nth-child(even) {
    padding-left: 26.4rem;
  }

  .md\:even\:pt-110:nth-child(even) {
    padding-top: 27.5rem;
  }

  .md\:even\:pr-110:nth-child(even) {
    padding-right: 27.5rem;
  }

  .md\:even\:pb-110:nth-child(even) {
    padding-bottom: 27.5rem;
  }

  .md\:even\:pl-110:nth-child(even) {
    padding-left: 27.5rem;
  }

  .md\:even\:pt-120:nth-child(even) {
    padding-top: 30rem;
  }

  .md\:even\:pr-120:nth-child(even) {
    padding-right: 30rem;
  }

  .md\:even\:pb-120:nth-child(even) {
    padding-bottom: 30rem;
  }

  .md\:even\:pl-120:nth-child(even) {
    padding-left: 30rem;
  }

  .md\:even\:pt-130:nth-child(even) {
    padding-top: 38rem;
  }

  .md\:even\:pr-130:nth-child(even) {
    padding-right: 38rem;
  }

  .md\:even\:pb-130:nth-child(even) {
    padding-bottom: 38rem;
  }

  .md\:even\:pl-130:nth-child(even) {
    padding-left: 38rem;
  }

  .md\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .md\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .md\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .md\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .md\:even\:pt-250px:nth-child(even) {
    padding-top: 250px;
  }

  .md\:even\:pr-250px:nth-child(even) {
    padding-right: 250px;
  }

  .md\:even\:pb-250px:nth-child(even) {
    padding-bottom: 250px;
  }

  .md\:even\:pl-250px:nth-child(even) {
    padding-left: 250px;
  }

  .md\:even\:pt-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
  }

  .md\:even\:pr-1\/2\%:nth-child(even) {
    padding-right: 0.5%;
  }

  .md\:even\:pb-1\/2\%:nth-child(even) {
    padding-bottom: 0.5%;
  }

  .md\:even\:pl-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
  }

  .md\:even\:pt-1\%:nth-child(even) {
    padding-top: 1%;
  }

  .md\:even\:pr-1\%:nth-child(even) {
    padding-right: 1%;
  }

  .md\:even\:pb-1\%:nth-child(even) {
    padding-bottom: 1%;
  }

  .md\:even\:pl-1\%:nth-child(even) {
    padding-left: 1%;
  }

  .md\:even\:pt-2\%:nth-child(even) {
    padding-top: 2%;
  }

  .md\:even\:pr-2\%:nth-child(even) {
    padding-right: 2%;
  }

  .md\:even\:pb-2\%:nth-child(even) {
    padding-bottom: 2%;
  }

  .md\:even\:pl-2\%:nth-child(even) {
    padding-left: 2%;
  }

  .md\:even\:pt-3\%:nth-child(even) {
    padding-top: 3%;
  }

  .md\:even\:pr-3\%:nth-child(even) {
    padding-right: 3%;
  }

  .md\:even\:pb-3\%:nth-child(even) {
    padding-bottom: 3%;
  }

  .md\:even\:pl-3\%:nth-child(even) {
    padding-left: 3%;
  }

  .md\:even\:pt-4\%:nth-child(even) {
    padding-top: 4%;
  }

  .md\:even\:pr-4\%:nth-child(even) {
    padding-right: 4%;
  }

  .md\:even\:pb-4\%:nth-child(even) {
    padding-bottom: 4%;
  }

  .md\:even\:pl-4\%:nth-child(even) {
    padding-left: 4%;
  }

  .md\:even\:pt-5\%:nth-child(even) {
    padding-top: 5%;
  }

  .md\:even\:pr-5\%:nth-child(even) {
    padding-right: 5%;
  }

  .md\:even\:pb-5\%:nth-child(even) {
    padding-bottom: 5%;
  }

  .md\:even\:pl-5\%:nth-child(even) {
    padding-left: 5%;
  }

  .md\:even\:pt-10\%:nth-child(even) {
    padding-top: 10%;
  }

  .md\:even\:pr-10\%:nth-child(even) {
    padding-right: 10%;
  }

  .md\:even\:pb-10\%:nth-child(even) {
    padding-bottom: 10%;
  }

  .md\:even\:pl-10\%:nth-child(even) {
    padding-left: 10%;
  }

  .md\:even\:pt-20\%:nth-child(even) {
    padding-top: 20%;
  }

  .md\:even\:pr-20\%:nth-child(even) {
    padding-right: 20%;
  }

  .md\:even\:pb-20\%:nth-child(even) {
    padding-bottom: 20%;
  }

  .md\:even\:pl-20\%:nth-child(even) {
    padding-left: 20%;
  }

  .md\:even\:pt-23\%:nth-child(even) {
    padding-top: 23%;
  }

  .md\:even\:pr-23\%:nth-child(even) {
    padding-right: 23%;
  }

  .md\:even\:pb-23\%:nth-child(even) {
    padding-bottom: 23%;
  }

  .md\:even\:pl-23\%:nth-child(even) {
    padding-left: 23%;
  }

  .md\:even\:pt-25\%:nth-child(even) {
    padding-top: 25%;
  }

  .md\:even\:pr-25\%:nth-child(even) {
    padding-right: 25%;
  }

  .md\:even\:pb-25\%:nth-child(even) {
    padding-bottom: 25%;
  }

  .md\:even\:pl-25\%:nth-child(even) {
    padding-left: 25%;
  }

  .md\:even\:pt-26\%:nth-child(even) {
    padding-top: 26%;
  }

  .md\:even\:pr-26\%:nth-child(even) {
    padding-right: 26%;
  }

  .md\:even\:pb-26\%:nth-child(even) {
    padding-bottom: 26%;
  }

  .md\:even\:pl-26\%:nth-child(even) {
    padding-left: 26%;
  }

  .md\:even\:pt-30\%:nth-child(even) {
    padding-top: 30%;
  }

  .md\:even\:pr-30\%:nth-child(even) {
    padding-right: 30%;
  }

  .md\:even\:pb-30\%:nth-child(even) {
    padding-bottom: 30%;
  }

  .md\:even\:pl-30\%:nth-child(even) {
    padding-left: 30%;
  }

  .md\:even\:pt-40\%:nth-child(even) {
    padding-top: 40%;
  }

  .md\:even\:pr-40\%:nth-child(even) {
    padding-right: 40%;
  }

  .md\:even\:pb-40\%:nth-child(even) {
    padding-bottom: 40%;
  }

  .md\:even\:pl-40\%:nth-child(even) {
    padding-left: 40%;
  }

  .md\:even\:pt-50\%:nth-child(even) {
    padding-top: 50%;
  }

  .md\:even\:pr-50\%:nth-child(even) {
    padding-right: 50%;
  }

  .md\:even\:pb-50\%:nth-child(even) {
    padding-bottom: 50%;
  }

  .md\:even\:pl-50\%:nth-child(even) {
    padding-left: 50%;
  }

  .md\:even\:pt-60\%:nth-child(even) {
    padding-top: 60%;
  }

  .md\:even\:pr-60\%:nth-child(even) {
    padding-right: 60%;
  }

  .md\:even\:pb-60\%:nth-child(even) {
    padding-bottom: 60%;
  }

  .md\:even\:pl-60\%:nth-child(even) {
    padding-left: 60%;
  }

  .md\:even\:pt-70\%:nth-child(even) {
    padding-top: 70%;
  }

  .md\:even\:pr-70\%:nth-child(even) {
    padding-right: 70%;
  }

  .md\:even\:pb-70\%:nth-child(even) {
    padding-bottom: 70%;
  }

  .md\:even\:pl-70\%:nth-child(even) {
    padding-left: 70%;
  }

  .md\:even\:pt-80\%:nth-child(even) {
    padding-top: 80%;
  }

  .md\:even\:pr-80\%:nth-child(even) {
    padding-right: 80%;
  }

  .md\:even\:pb-80\%:nth-child(even) {
    padding-bottom: 80%;
  }

  .md\:even\:pl-80\%:nth-child(even) {
    padding-left: 80%;
  }

  .md\:even\:pt-90\%:nth-child(even) {
    padding-top: 90%;
  }

  .md\:even\:pr-90\%:nth-child(even) {
    padding-right: 90%;
  }

  .md\:even\:pb-90\%:nth-child(even) {
    padding-bottom: 90%;
  }

  .md\:even\:pl-90\%:nth-child(even) {
    padding-left: 90%;
  }

  .md\:even\:pt-95\%:nth-child(even) {
    padding-top: 95%;
  }

  .md\:even\:pr-95\%:nth-child(even) {
    padding-right: 95%;
  }

  .md\:even\:pb-95\%:nth-child(even) {
    padding-bottom: 95%;
  }

  .md\:even\:pl-95\%:nth-child(even) {
    padding-left: 95%;
  }

  .md\:even\:pt-96\%:nth-child(even) {
    padding-top: 96%;
  }

  .md\:even\:pr-96\%:nth-child(even) {
    padding-right: 96%;
  }

  .md\:even\:pb-96\%:nth-child(even) {
    padding-bottom: 96%;
  }

  .md\:even\:pl-96\%:nth-child(even) {
    padding-left: 96%;
  }

  .md\:even\:pt-97\%:nth-child(even) {
    padding-top: 97%;
  }

  .md\:even\:pr-97\%:nth-child(even) {
    padding-right: 97%;
  }

  .md\:even\:pb-97\%:nth-child(even) {
    padding-bottom: 97%;
  }

  .md\:even\:pl-97\%:nth-child(even) {
    padding-left: 97%;
  }

  .md\:even\:pt-98\%:nth-child(even) {
    padding-top: 98%;
  }

  .md\:even\:pr-98\%:nth-child(even) {
    padding-right: 98%;
  }

  .md\:even\:pb-98\%:nth-child(even) {
    padding-bottom: 98%;
  }

  .md\:even\:pl-98\%:nth-child(even) {
    padding-left: 98%;
  }

  .md\:even\:pt-99\%:nth-child(even) {
    padding-top: 99%;
  }

  .md\:even\:pr-99\%:nth-child(even) {
    padding-right: 99%;
  }

  .md\:even\:pb-99\%:nth-child(even) {
    padding-bottom: 99%;
  }

  .md\:even\:pl-99\%:nth-child(even) {
    padding-left: 99%;
  }

  .md\:even\:pt-36vh:nth-child(even) {
    padding-top: 36vh;
  }

  .md\:even\:pr-36vh:nth-child(even) {
    padding-right: 36vh;
  }

  .md\:even\:pb-36vh:nth-child(even) {
    padding-bottom: 36vh;
  }

  .md\:even\:pl-36vh:nth-child(even) {
    padding-left: 36vh;
  }

  .md\:even\:pt-75vh:nth-child(even) {
    padding-top: 75vh;
  }

  .md\:even\:pr-75vh:nth-child(even) {
    padding-right: 75vh;
  }

  .md\:even\:pb-75vh:nth-child(even) {
    padding-bottom: 75vh;
  }

  .md\:even\:pl-75vh:nth-child(even) {
    padding-left: 75vh;
  }

  .md\:even\:pt-78vh:nth-child(even) {
    padding-top: 78vh;
  }

  .md\:even\:pr-78vh:nth-child(even) {
    padding-right: 78vh;
  }

  .md\:even\:pb-78vh:nth-child(even) {
    padding-bottom: 78vh;
  }

  .md\:even\:pl-78vh:nth-child(even) {
    padding-left: 78vh;
  }

  .md\:even\:pt-80vh:nth-child(even) {
    padding-top: 80vh;
  }

  .md\:even\:pr-80vh:nth-child(even) {
    padding-right: 80vh;
  }

  .md\:even\:pb-80vh:nth-child(even) {
    padding-bottom: 80vh;
  }

  .md\:even\:pl-80vh:nth-child(even) {
    padding-left: 80vh;
  }

  .md\:even\:pt-82vh:nth-child(even) {
    padding-top: 82vh;
  }

  .md\:even\:pr-82vh:nth-child(even) {
    padding-right: 82vh;
  }

  .md\:even\:pb-82vh:nth-child(even) {
    padding-bottom: 82vh;
  }

  .md\:even\:pl-82vh:nth-child(even) {
    padding-left: 82vh;
  }

  .md\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .md\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .md\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .md\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .md\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .md\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .md\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .md\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .md\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .md\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .md\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .md\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .md\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .md\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .md\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .md\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .md\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .md\:odd\:p-21:nth-child(odd) {
    padding: 5.25rem;
  }

  .md\:odd\:p-22:nth-child(odd) {
    padding: 5.5rem;
  }

  .md\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .md\:odd\:p-26:nth-child(odd) {
    padding: 6.5rem;
  }

  .md\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .md\:odd\:p-30:nth-child(odd) {
    padding: 7.5rem;
  }

  .md\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .md\:odd\:p-34:nth-child(odd) {
    padding: 8.5rem;
  }

  .md\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .md\:odd\:p-38:nth-child(odd) {
    padding: 9.5rem;
  }

  .md\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .md\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .md\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .md\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .md\:odd\:p-53:nth-child(odd) {
    padding: 13.25rem;
  }

  .md\:odd\:p-54:nth-child(odd) {
    padding: 13.5rem;
  }

  .md\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .md\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .md\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .md\:odd\:p-74:nth-child(odd) {
    padding: 18.5rem;
  }

  .md\:odd\:p-76:nth-child(odd) {
    padding: 19rem;
  }

  .md\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .md\:odd\:p-85:nth-child(odd) {
    padding: 21.25rem;
  }

  .md\:odd\:p-100:nth-child(odd) {
    padding: 25rem;
  }

  .md\:odd\:p-105:nth-child(odd) {
    padding: 26.25rem;
  }

  .md\:odd\:p-107:nth-child(odd) {
    padding: 26.4rem;
  }

  .md\:odd\:p-110:nth-child(odd) {
    padding: 27.5rem;
  }

  .md\:odd\:p-120:nth-child(odd) {
    padding: 30rem;
  }

  .md\:odd\:p-130:nth-child(odd) {
    padding: 38rem;
  }

  .md\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .md\:odd\:p-250px:nth-child(odd) {
    padding: 250px;
  }

  .md\:odd\:p-1\/2\%:nth-child(odd) {
    padding: 0.5%;
  }

  .md\:odd\:p-1\%:nth-child(odd) {
    padding: 1%;
  }

  .md\:odd\:p-2\%:nth-child(odd) {
    padding: 2%;
  }

  .md\:odd\:p-3\%:nth-child(odd) {
    padding: 3%;
  }

  .md\:odd\:p-4\%:nth-child(odd) {
    padding: 4%;
  }

  .md\:odd\:p-5\%:nth-child(odd) {
    padding: 5%;
  }

  .md\:odd\:p-10\%:nth-child(odd) {
    padding: 10%;
  }

  .md\:odd\:p-20\%:nth-child(odd) {
    padding: 20%;
  }

  .md\:odd\:p-23\%:nth-child(odd) {
    padding: 23%;
  }

  .md\:odd\:p-25\%:nth-child(odd) {
    padding: 25%;
  }

  .md\:odd\:p-26\%:nth-child(odd) {
    padding: 26%;
  }

  .md\:odd\:p-30\%:nth-child(odd) {
    padding: 30%;
  }

  .md\:odd\:p-40\%:nth-child(odd) {
    padding: 40%;
  }

  .md\:odd\:p-50\%:nth-child(odd) {
    padding: 50%;
  }

  .md\:odd\:p-60\%:nth-child(odd) {
    padding: 60%;
  }

  .md\:odd\:p-70\%:nth-child(odd) {
    padding: 70%;
  }

  .md\:odd\:p-80\%:nth-child(odd) {
    padding: 80%;
  }

  .md\:odd\:p-90\%:nth-child(odd) {
    padding: 90%;
  }

  .md\:odd\:p-95\%:nth-child(odd) {
    padding: 95%;
  }

  .md\:odd\:p-96\%:nth-child(odd) {
    padding: 96%;
  }

  .md\:odd\:p-97\%:nth-child(odd) {
    padding: 97%;
  }

  .md\:odd\:p-98\%:nth-child(odd) {
    padding: 98%;
  }

  .md\:odd\:p-99\%:nth-child(odd) {
    padding: 99%;
  }

  .md\:odd\:p-36vh:nth-child(odd) {
    padding: 36vh;
  }

  .md\:odd\:p-75vh:nth-child(odd) {
    padding: 75vh;
  }

  .md\:odd\:p-78vh:nth-child(odd) {
    padding: 78vh;
  }

  .md\:odd\:p-80vh:nth-child(odd) {
    padding: 80vh;
  }

  .md\:odd\:p-82vh:nth-child(odd) {
    padding: 82vh;
  }

  .md\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:odd\:py-21:nth-child(odd) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:odd\:px-21:nth-child(odd) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:odd\:py-22:nth-child(odd) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:odd\:px-22:nth-child(odd) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:odd\:py-26:nth-child(odd) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:odd\:px-26:nth-child(odd) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:odd\:py-30:nth-child(odd) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:odd\:px-30:nth-child(odd) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .md\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:odd\:py-34:nth-child(odd) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:odd\:px-34:nth-child(odd) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:odd\:py-38:nth-child(odd) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .md\:odd\:px-38:nth-child(odd) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .md\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:odd\:py-53:nth-child(odd) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .md\:odd\:px-53:nth-child(odd) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .md\:odd\:py-54:nth-child(odd) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .md\:odd\:px-54:nth-child(odd) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .md\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:odd\:py-74:nth-child(odd) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .md\:odd\:px-74:nth-child(odd) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .md\:odd\:py-76:nth-child(odd) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .md\:odd\:px-76:nth-child(odd) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .md\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:odd\:py-85:nth-child(odd) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .md\:odd\:px-85:nth-child(odd) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .md\:odd\:py-100:nth-child(odd) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .md\:odd\:px-100:nth-child(odd) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .md\:odd\:py-105:nth-child(odd) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .md\:odd\:px-105:nth-child(odd) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .md\:odd\:py-107:nth-child(odd) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .md\:odd\:px-107:nth-child(odd) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .md\:odd\:py-110:nth-child(odd) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:odd\:px-110:nth-child(odd) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:odd\:py-120:nth-child(odd) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:odd\:px-120:nth-child(odd) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:odd\:py-130:nth-child(odd) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:odd\:px-130:nth-child(odd) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:odd\:py-250px:nth-child(odd) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .md\:odd\:px-250px:nth-child(odd) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .md\:odd\:py-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .md\:odd\:px-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .md\:odd\:py-1\%:nth-child(odd) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .md\:odd\:px-1\%:nth-child(odd) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .md\:odd\:py-2\%:nth-child(odd) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .md\:odd\:px-2\%:nth-child(odd) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .md\:odd\:py-3\%:nth-child(odd) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .md\:odd\:px-3\%:nth-child(odd) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .md\:odd\:py-4\%:nth-child(odd) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .md\:odd\:px-4\%:nth-child(odd) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .md\:odd\:py-5\%:nth-child(odd) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .md\:odd\:px-5\%:nth-child(odd) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .md\:odd\:py-10\%:nth-child(odd) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .md\:odd\:px-10\%:nth-child(odd) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .md\:odd\:py-20\%:nth-child(odd) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:odd\:px-20\%:nth-child(odd) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:odd\:py-23\%:nth-child(odd) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .md\:odd\:px-23\%:nth-child(odd) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .md\:odd\:py-25\%:nth-child(odd) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:odd\:px-25\%:nth-child(odd) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:odd\:py-26\%:nth-child(odd) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .md\:odd\:px-26\%:nth-child(odd) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .md\:odd\:py-30\%:nth-child(odd) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .md\:odd\:px-30\%:nth-child(odd) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .md\:odd\:py-40\%:nth-child(odd) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:odd\:px-40\%:nth-child(odd) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:odd\:py-50\%:nth-child(odd) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:odd\:px-50\%:nth-child(odd) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:odd\:py-60\%:nth-child(odd) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:odd\:px-60\%:nth-child(odd) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:odd\:py-70\%:nth-child(odd) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .md\:odd\:px-70\%:nth-child(odd) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .md\:odd\:py-80\%:nth-child(odd) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:odd\:px-80\%:nth-child(odd) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:odd\:py-90\%:nth-child(odd) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .md\:odd\:px-90\%:nth-child(odd) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .md\:odd\:py-95\%:nth-child(odd) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .md\:odd\:px-95\%:nth-child(odd) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .md\:odd\:py-96\%:nth-child(odd) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .md\:odd\:px-96\%:nth-child(odd) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .md\:odd\:py-97\%:nth-child(odd) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .md\:odd\:px-97\%:nth-child(odd) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .md\:odd\:py-98\%:nth-child(odd) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .md\:odd\:px-98\%:nth-child(odd) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .md\:odd\:py-99\%:nth-child(odd) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .md\:odd\:px-99\%:nth-child(odd) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .md\:odd\:py-36vh:nth-child(odd) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .md\:odd\:px-36vh:nth-child(odd) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .md\:odd\:py-75vh:nth-child(odd) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .md\:odd\:px-75vh:nth-child(odd) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .md\:odd\:py-78vh:nth-child(odd) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .md\:odd\:px-78vh:nth-child(odd) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .md\:odd\:py-80vh:nth-child(odd) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:odd\:px-80vh:nth-child(odd) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:odd\:py-82vh:nth-child(odd) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .md\:odd\:px-82vh:nth-child(odd) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .md\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .md\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .md\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .md\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .md\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .md\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .md\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .md\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .md\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .md\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .md\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .md\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .md\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .md\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .md\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .md\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .md\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .md\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .md\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .md\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .md\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .md\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .md\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .md\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .md\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .md\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .md\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .md\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .md\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .md\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .md\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .md\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .md\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .md\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .md\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .md\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .md\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .md\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .md\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .md\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .md\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .md\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .md\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .md\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .md\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .md\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .md\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .md\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .md\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .md\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .md\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .md\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .md\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .md\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .md\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .md\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .md\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .md\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .md\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .md\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .md\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .md\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .md\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .md\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .md\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .md\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .md\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .md\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .md\:odd\:pt-21:nth-child(odd) {
    padding-top: 5.25rem;
  }

  .md\:odd\:pr-21:nth-child(odd) {
    padding-right: 5.25rem;
  }

  .md\:odd\:pb-21:nth-child(odd) {
    padding-bottom: 5.25rem;
  }

  .md\:odd\:pl-21:nth-child(odd) {
    padding-left: 5.25rem;
  }

  .md\:odd\:pt-22:nth-child(odd) {
    padding-top: 5.5rem;
  }

  .md\:odd\:pr-22:nth-child(odd) {
    padding-right: 5.5rem;
  }

  .md\:odd\:pb-22:nth-child(odd) {
    padding-bottom: 5.5rem;
  }

  .md\:odd\:pl-22:nth-child(odd) {
    padding-left: 5.5rem;
  }

  .md\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .md\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .md\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .md\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .md\:odd\:pt-26:nth-child(odd) {
    padding-top: 6.5rem;
  }

  .md\:odd\:pr-26:nth-child(odd) {
    padding-right: 6.5rem;
  }

  .md\:odd\:pb-26:nth-child(odd) {
    padding-bottom: 6.5rem;
  }

  .md\:odd\:pl-26:nth-child(odd) {
    padding-left: 6.5rem;
  }

  .md\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .md\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .md\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .md\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .md\:odd\:pt-30:nth-child(odd) {
    padding-top: 7.5rem;
  }

  .md\:odd\:pr-30:nth-child(odd) {
    padding-right: 7.5rem;
  }

  .md\:odd\:pb-30:nth-child(odd) {
    padding-bottom: 7.5rem;
  }

  .md\:odd\:pl-30:nth-child(odd) {
    padding-left: 7.5rem;
  }

  .md\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .md\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .md\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .md\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .md\:odd\:pt-34:nth-child(odd) {
    padding-top: 8.5rem;
  }

  .md\:odd\:pr-34:nth-child(odd) {
    padding-right: 8.5rem;
  }

  .md\:odd\:pb-34:nth-child(odd) {
    padding-bottom: 8.5rem;
  }

  .md\:odd\:pl-34:nth-child(odd) {
    padding-left: 8.5rem;
  }

  .md\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .md\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .md\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .md\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .md\:odd\:pt-38:nth-child(odd) {
    padding-top: 9.5rem;
  }

  .md\:odd\:pr-38:nth-child(odd) {
    padding-right: 9.5rem;
  }

  .md\:odd\:pb-38:nth-child(odd) {
    padding-bottom: 9.5rem;
  }

  .md\:odd\:pl-38:nth-child(odd) {
    padding-left: 9.5rem;
  }

  .md\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .md\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .md\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .md\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .md\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .md\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .md\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .md\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .md\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .md\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .md\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .md\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .md\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .md\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .md\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .md\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .md\:odd\:pt-53:nth-child(odd) {
    padding-top: 13.25rem;
  }

  .md\:odd\:pr-53:nth-child(odd) {
    padding-right: 13.25rem;
  }

  .md\:odd\:pb-53:nth-child(odd) {
    padding-bottom: 13.25rem;
  }

  .md\:odd\:pl-53:nth-child(odd) {
    padding-left: 13.25rem;
  }

  .md\:odd\:pt-54:nth-child(odd) {
    padding-top: 13.5rem;
  }

  .md\:odd\:pr-54:nth-child(odd) {
    padding-right: 13.5rem;
  }

  .md\:odd\:pb-54:nth-child(odd) {
    padding-bottom: 13.5rem;
  }

  .md\:odd\:pl-54:nth-child(odd) {
    padding-left: 13.5rem;
  }

  .md\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .md\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .md\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .md\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .md\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .md\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .md\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .md\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .md\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .md\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .md\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .md\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .md\:odd\:pt-74:nth-child(odd) {
    padding-top: 18.5rem;
  }

  .md\:odd\:pr-74:nth-child(odd) {
    padding-right: 18.5rem;
  }

  .md\:odd\:pb-74:nth-child(odd) {
    padding-bottom: 18.5rem;
  }

  .md\:odd\:pl-74:nth-child(odd) {
    padding-left: 18.5rem;
  }

  .md\:odd\:pt-76:nth-child(odd) {
    padding-top: 19rem;
  }

  .md\:odd\:pr-76:nth-child(odd) {
    padding-right: 19rem;
  }

  .md\:odd\:pb-76:nth-child(odd) {
    padding-bottom: 19rem;
  }

  .md\:odd\:pl-76:nth-child(odd) {
    padding-left: 19rem;
  }

  .md\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .md\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .md\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .md\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .md\:odd\:pt-85:nth-child(odd) {
    padding-top: 21.25rem;
  }

  .md\:odd\:pr-85:nth-child(odd) {
    padding-right: 21.25rem;
  }

  .md\:odd\:pb-85:nth-child(odd) {
    padding-bottom: 21.25rem;
  }

  .md\:odd\:pl-85:nth-child(odd) {
    padding-left: 21.25rem;
  }

  .md\:odd\:pt-100:nth-child(odd) {
    padding-top: 25rem;
  }

  .md\:odd\:pr-100:nth-child(odd) {
    padding-right: 25rem;
  }

  .md\:odd\:pb-100:nth-child(odd) {
    padding-bottom: 25rem;
  }

  .md\:odd\:pl-100:nth-child(odd) {
    padding-left: 25rem;
  }

  .md\:odd\:pt-105:nth-child(odd) {
    padding-top: 26.25rem;
  }

  .md\:odd\:pr-105:nth-child(odd) {
    padding-right: 26.25rem;
  }

  .md\:odd\:pb-105:nth-child(odd) {
    padding-bottom: 26.25rem;
  }

  .md\:odd\:pl-105:nth-child(odd) {
    padding-left: 26.25rem;
  }

  .md\:odd\:pt-107:nth-child(odd) {
    padding-top: 26.4rem;
  }

  .md\:odd\:pr-107:nth-child(odd) {
    padding-right: 26.4rem;
  }

  .md\:odd\:pb-107:nth-child(odd) {
    padding-bottom: 26.4rem;
  }

  .md\:odd\:pl-107:nth-child(odd) {
    padding-left: 26.4rem;
  }

  .md\:odd\:pt-110:nth-child(odd) {
    padding-top: 27.5rem;
  }

  .md\:odd\:pr-110:nth-child(odd) {
    padding-right: 27.5rem;
  }

  .md\:odd\:pb-110:nth-child(odd) {
    padding-bottom: 27.5rem;
  }

  .md\:odd\:pl-110:nth-child(odd) {
    padding-left: 27.5rem;
  }

  .md\:odd\:pt-120:nth-child(odd) {
    padding-top: 30rem;
  }

  .md\:odd\:pr-120:nth-child(odd) {
    padding-right: 30rem;
  }

  .md\:odd\:pb-120:nth-child(odd) {
    padding-bottom: 30rem;
  }

  .md\:odd\:pl-120:nth-child(odd) {
    padding-left: 30rem;
  }

  .md\:odd\:pt-130:nth-child(odd) {
    padding-top: 38rem;
  }

  .md\:odd\:pr-130:nth-child(odd) {
    padding-right: 38rem;
  }

  .md\:odd\:pb-130:nth-child(odd) {
    padding-bottom: 38rem;
  }

  .md\:odd\:pl-130:nth-child(odd) {
    padding-left: 38rem;
  }

  .md\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .md\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .md\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .md\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .md\:odd\:pt-250px:nth-child(odd) {
    padding-top: 250px;
  }

  .md\:odd\:pr-250px:nth-child(odd) {
    padding-right: 250px;
  }

  .md\:odd\:pb-250px:nth-child(odd) {
    padding-bottom: 250px;
  }

  .md\:odd\:pl-250px:nth-child(odd) {
    padding-left: 250px;
  }

  .md\:odd\:pt-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
  }

  .md\:odd\:pr-1\/2\%:nth-child(odd) {
    padding-right: 0.5%;
  }

  .md\:odd\:pb-1\/2\%:nth-child(odd) {
    padding-bottom: 0.5%;
  }

  .md\:odd\:pl-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
  }

  .md\:odd\:pt-1\%:nth-child(odd) {
    padding-top: 1%;
  }

  .md\:odd\:pr-1\%:nth-child(odd) {
    padding-right: 1%;
  }

  .md\:odd\:pb-1\%:nth-child(odd) {
    padding-bottom: 1%;
  }

  .md\:odd\:pl-1\%:nth-child(odd) {
    padding-left: 1%;
  }

  .md\:odd\:pt-2\%:nth-child(odd) {
    padding-top: 2%;
  }

  .md\:odd\:pr-2\%:nth-child(odd) {
    padding-right: 2%;
  }

  .md\:odd\:pb-2\%:nth-child(odd) {
    padding-bottom: 2%;
  }

  .md\:odd\:pl-2\%:nth-child(odd) {
    padding-left: 2%;
  }

  .md\:odd\:pt-3\%:nth-child(odd) {
    padding-top: 3%;
  }

  .md\:odd\:pr-3\%:nth-child(odd) {
    padding-right: 3%;
  }

  .md\:odd\:pb-3\%:nth-child(odd) {
    padding-bottom: 3%;
  }

  .md\:odd\:pl-3\%:nth-child(odd) {
    padding-left: 3%;
  }

  .md\:odd\:pt-4\%:nth-child(odd) {
    padding-top: 4%;
  }

  .md\:odd\:pr-4\%:nth-child(odd) {
    padding-right: 4%;
  }

  .md\:odd\:pb-4\%:nth-child(odd) {
    padding-bottom: 4%;
  }

  .md\:odd\:pl-4\%:nth-child(odd) {
    padding-left: 4%;
  }

  .md\:odd\:pt-5\%:nth-child(odd) {
    padding-top: 5%;
  }

  .md\:odd\:pr-5\%:nth-child(odd) {
    padding-right: 5%;
  }

  .md\:odd\:pb-5\%:nth-child(odd) {
    padding-bottom: 5%;
  }

  .md\:odd\:pl-5\%:nth-child(odd) {
    padding-left: 5%;
  }

  .md\:odd\:pt-10\%:nth-child(odd) {
    padding-top: 10%;
  }

  .md\:odd\:pr-10\%:nth-child(odd) {
    padding-right: 10%;
  }

  .md\:odd\:pb-10\%:nth-child(odd) {
    padding-bottom: 10%;
  }

  .md\:odd\:pl-10\%:nth-child(odd) {
    padding-left: 10%;
  }

  .md\:odd\:pt-20\%:nth-child(odd) {
    padding-top: 20%;
  }

  .md\:odd\:pr-20\%:nth-child(odd) {
    padding-right: 20%;
  }

  .md\:odd\:pb-20\%:nth-child(odd) {
    padding-bottom: 20%;
  }

  .md\:odd\:pl-20\%:nth-child(odd) {
    padding-left: 20%;
  }

  .md\:odd\:pt-23\%:nth-child(odd) {
    padding-top: 23%;
  }

  .md\:odd\:pr-23\%:nth-child(odd) {
    padding-right: 23%;
  }

  .md\:odd\:pb-23\%:nth-child(odd) {
    padding-bottom: 23%;
  }

  .md\:odd\:pl-23\%:nth-child(odd) {
    padding-left: 23%;
  }

  .md\:odd\:pt-25\%:nth-child(odd) {
    padding-top: 25%;
  }

  .md\:odd\:pr-25\%:nth-child(odd) {
    padding-right: 25%;
  }

  .md\:odd\:pb-25\%:nth-child(odd) {
    padding-bottom: 25%;
  }

  .md\:odd\:pl-25\%:nth-child(odd) {
    padding-left: 25%;
  }

  .md\:odd\:pt-26\%:nth-child(odd) {
    padding-top: 26%;
  }

  .md\:odd\:pr-26\%:nth-child(odd) {
    padding-right: 26%;
  }

  .md\:odd\:pb-26\%:nth-child(odd) {
    padding-bottom: 26%;
  }

  .md\:odd\:pl-26\%:nth-child(odd) {
    padding-left: 26%;
  }

  .md\:odd\:pt-30\%:nth-child(odd) {
    padding-top: 30%;
  }

  .md\:odd\:pr-30\%:nth-child(odd) {
    padding-right: 30%;
  }

  .md\:odd\:pb-30\%:nth-child(odd) {
    padding-bottom: 30%;
  }

  .md\:odd\:pl-30\%:nth-child(odd) {
    padding-left: 30%;
  }

  .md\:odd\:pt-40\%:nth-child(odd) {
    padding-top: 40%;
  }

  .md\:odd\:pr-40\%:nth-child(odd) {
    padding-right: 40%;
  }

  .md\:odd\:pb-40\%:nth-child(odd) {
    padding-bottom: 40%;
  }

  .md\:odd\:pl-40\%:nth-child(odd) {
    padding-left: 40%;
  }

  .md\:odd\:pt-50\%:nth-child(odd) {
    padding-top: 50%;
  }

  .md\:odd\:pr-50\%:nth-child(odd) {
    padding-right: 50%;
  }

  .md\:odd\:pb-50\%:nth-child(odd) {
    padding-bottom: 50%;
  }

  .md\:odd\:pl-50\%:nth-child(odd) {
    padding-left: 50%;
  }

  .md\:odd\:pt-60\%:nth-child(odd) {
    padding-top: 60%;
  }

  .md\:odd\:pr-60\%:nth-child(odd) {
    padding-right: 60%;
  }

  .md\:odd\:pb-60\%:nth-child(odd) {
    padding-bottom: 60%;
  }

  .md\:odd\:pl-60\%:nth-child(odd) {
    padding-left: 60%;
  }

  .md\:odd\:pt-70\%:nth-child(odd) {
    padding-top: 70%;
  }

  .md\:odd\:pr-70\%:nth-child(odd) {
    padding-right: 70%;
  }

  .md\:odd\:pb-70\%:nth-child(odd) {
    padding-bottom: 70%;
  }

  .md\:odd\:pl-70\%:nth-child(odd) {
    padding-left: 70%;
  }

  .md\:odd\:pt-80\%:nth-child(odd) {
    padding-top: 80%;
  }

  .md\:odd\:pr-80\%:nth-child(odd) {
    padding-right: 80%;
  }

  .md\:odd\:pb-80\%:nth-child(odd) {
    padding-bottom: 80%;
  }

  .md\:odd\:pl-80\%:nth-child(odd) {
    padding-left: 80%;
  }

  .md\:odd\:pt-90\%:nth-child(odd) {
    padding-top: 90%;
  }

  .md\:odd\:pr-90\%:nth-child(odd) {
    padding-right: 90%;
  }

  .md\:odd\:pb-90\%:nth-child(odd) {
    padding-bottom: 90%;
  }

  .md\:odd\:pl-90\%:nth-child(odd) {
    padding-left: 90%;
  }

  .md\:odd\:pt-95\%:nth-child(odd) {
    padding-top: 95%;
  }

  .md\:odd\:pr-95\%:nth-child(odd) {
    padding-right: 95%;
  }

  .md\:odd\:pb-95\%:nth-child(odd) {
    padding-bottom: 95%;
  }

  .md\:odd\:pl-95\%:nth-child(odd) {
    padding-left: 95%;
  }

  .md\:odd\:pt-96\%:nth-child(odd) {
    padding-top: 96%;
  }

  .md\:odd\:pr-96\%:nth-child(odd) {
    padding-right: 96%;
  }

  .md\:odd\:pb-96\%:nth-child(odd) {
    padding-bottom: 96%;
  }

  .md\:odd\:pl-96\%:nth-child(odd) {
    padding-left: 96%;
  }

  .md\:odd\:pt-97\%:nth-child(odd) {
    padding-top: 97%;
  }

  .md\:odd\:pr-97\%:nth-child(odd) {
    padding-right: 97%;
  }

  .md\:odd\:pb-97\%:nth-child(odd) {
    padding-bottom: 97%;
  }

  .md\:odd\:pl-97\%:nth-child(odd) {
    padding-left: 97%;
  }

  .md\:odd\:pt-98\%:nth-child(odd) {
    padding-top: 98%;
  }

  .md\:odd\:pr-98\%:nth-child(odd) {
    padding-right: 98%;
  }

  .md\:odd\:pb-98\%:nth-child(odd) {
    padding-bottom: 98%;
  }

  .md\:odd\:pl-98\%:nth-child(odd) {
    padding-left: 98%;
  }

  .md\:odd\:pt-99\%:nth-child(odd) {
    padding-top: 99%;
  }

  .md\:odd\:pr-99\%:nth-child(odd) {
    padding-right: 99%;
  }

  .md\:odd\:pb-99\%:nth-child(odd) {
    padding-bottom: 99%;
  }

  .md\:odd\:pl-99\%:nth-child(odd) {
    padding-left: 99%;
  }

  .md\:odd\:pt-36vh:nth-child(odd) {
    padding-top: 36vh;
  }

  .md\:odd\:pr-36vh:nth-child(odd) {
    padding-right: 36vh;
  }

  .md\:odd\:pb-36vh:nth-child(odd) {
    padding-bottom: 36vh;
  }

  .md\:odd\:pl-36vh:nth-child(odd) {
    padding-left: 36vh;
  }

  .md\:odd\:pt-75vh:nth-child(odd) {
    padding-top: 75vh;
  }

  .md\:odd\:pr-75vh:nth-child(odd) {
    padding-right: 75vh;
  }

  .md\:odd\:pb-75vh:nth-child(odd) {
    padding-bottom: 75vh;
  }

  .md\:odd\:pl-75vh:nth-child(odd) {
    padding-left: 75vh;
  }

  .md\:odd\:pt-78vh:nth-child(odd) {
    padding-top: 78vh;
  }

  .md\:odd\:pr-78vh:nth-child(odd) {
    padding-right: 78vh;
  }

  .md\:odd\:pb-78vh:nth-child(odd) {
    padding-bottom: 78vh;
  }

  .md\:odd\:pl-78vh:nth-child(odd) {
    padding-left: 78vh;
  }

  .md\:odd\:pt-80vh:nth-child(odd) {
    padding-top: 80vh;
  }

  .md\:odd\:pr-80vh:nth-child(odd) {
    padding-right: 80vh;
  }

  .md\:odd\:pb-80vh:nth-child(odd) {
    padding-bottom: 80vh;
  }

  .md\:odd\:pl-80vh:nth-child(odd) {
    padding-left: 80vh;
  }

  .md\:odd\:pt-82vh:nth-child(odd) {
    padding-top: 82vh;
  }

  .md\:odd\:pr-82vh:nth-child(odd) {
    padding-right: 82vh;
  }

  .md\:odd\:pb-82vh:nth-child(odd) {
    padding-bottom: 82vh;
  }

  .md\:odd\:pl-82vh:nth-child(odd) {
    padding-left: 82vh;
  }

  .md\:placeholder-epic-off-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-off-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-off-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-pale-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-pale-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-pale-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-dark-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-light-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-light-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-light-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-purple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-epic-purple::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .md\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor;
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-off-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-off-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-off-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-pale-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-pale-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-pale-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-dark-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-light-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-light-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-light-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-purple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-epic-purple:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-15 {
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .md\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .md\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .md\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .md\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .md\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .md\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .md\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-38 {
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .md\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-53 {
    top: 13.25rem;
    right: 13.25rem;
    bottom: 13.25rem;
    left: 13.25rem;
  }

  .md\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .md\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-74 {
    top: 18.5rem;
    right: 18.5rem;
    bottom: 18.5rem;
    left: 18.5rem;
  }

  .md\:inset-76 {
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .md\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-85 {
    top: 21.25rem;
    right: 21.25rem;
    bottom: 21.25rem;
    left: 21.25rem;
  }

  .md\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .md\:inset-105 {
    top: 26.25rem;
    right: 26.25rem;
    bottom: 26.25rem;
    left: 26.25rem;
  }

  .md\:inset-107 {
    top: 26.4rem;
    right: 26.4rem;
    bottom: 26.4rem;
    left: 26.4rem;
  }

  .md\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .md\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .md\:inset-130 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-250px {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .md\:inset-1\/2\% {
    top: 0.5%;
    right: 0.5%;
    bottom: 0.5%;
    left: 0.5%;
  }

  .md\:inset-1\% {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .md\:inset-2\% {
    top: 2%;
    right: 2%;
    bottom: 2%;
    left: 2%;
  }

  .md\:inset-3\% {
    top: 3%;
    right: 3%;
    bottom: 3%;
    left: 3%;
  }

  .md\:inset-4\% {
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
  }

  .md\:inset-5\% {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .md\:inset-10\% {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .md\:inset-20\% {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .md\:inset-23\% {
    top: 23%;
    right: 23%;
    bottom: 23%;
    left: 23%;
  }

  .md\:inset-25\% {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-26\% {
    top: 26%;
    right: 26%;
    bottom: 26%;
    left: 26%;
  }

  .md\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .md\:inset-40\% {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .md\:inset-50\% {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-60\% {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .md\:inset-70\% {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .md\:inset-80\% {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .md\:inset-90\% {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .md\:inset-95\% {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .md\:inset-96\% {
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .md\:inset-97\% {
    top: 97%;
    right: 97%;
    bottom: 97%;
    left: 97%;
  }

  .md\:inset-98\% {
    top: 98%;
    right: 98%;
    bottom: 98%;
    left: 98%;
  }

  .md\:inset-99\% {
    top: 99%;
    right: 99%;
    bottom: 99%;
    left: 99%;
  }

  .md\:inset-36vh {
    top: 36vh;
    right: 36vh;
    bottom: 36vh;
    left: 36vh;
  }

  .md\:inset-75vh {
    top: 75vh;
    right: 75vh;
    bottom: 75vh;
    left: 75vh;
  }

  .md\:inset-78vh {
    top: 78vh;
    right: 78vh;
    bottom: 78vh;
    left: 78vh;
  }

  .md\:inset-80vh {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .md\:inset-82vh {
    top: 82vh;
    right: 82vh;
    bottom: 82vh;
    left: 82vh;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-y-15 {
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .md\:inset-x-15 {
    right: 3.75rem;
    left: 3.75rem;
  }

  .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .md\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .md\:inset-x-18 {
    right: 4.5rem;
    left: 4.5rem;
  }

  .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .md\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .md\:inset-x-21 {
    right: 5.25rem;
    left: 5.25rem;
  }

  .md\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .md\:inset-x-22 {
    right: 5.5rem;
    left: 5.5rem;
  }

  .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .md\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .md\:inset-x-26 {
    right: 6.5rem;
    left: 6.5rem;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .md\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .md\:inset-x-30 {
    right: 7.5rem;
    left: 7.5rem;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .md\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .md\:inset-x-34 {
    right: 8.5rem;
    left: 8.5rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .md\:inset-y-38 {
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .md\:inset-x-38 {
    right: 9.5rem;
    left: 9.5rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .md\:inset-y-53 {
    top: 13.25rem;
    bottom: 13.25rem;
  }

  .md\:inset-x-53 {
    right: 13.25rem;
    left: 13.25rem;
  }

  .md\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .md\:inset-x-54 {
    right: 13.5rem;
    left: 13.5rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .md\:inset-y-74 {
    top: 18.5rem;
    bottom: 18.5rem;
  }

  .md\:inset-x-74 {
    right: 18.5rem;
    left: 18.5rem;
  }

  .md\:inset-y-76 {
    top: 19rem;
    bottom: 19rem;
  }

  .md\:inset-x-76 {
    right: 19rem;
    left: 19rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .md\:inset-y-85 {
    top: 21.25rem;
    bottom: 21.25rem;
  }

  .md\:inset-x-85 {
    right: 21.25rem;
    left: 21.25rem;
  }

  .md\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .md\:inset-x-100 {
    right: 25rem;
    left: 25rem;
  }

  .md\:inset-y-105 {
    top: 26.25rem;
    bottom: 26.25rem;
  }

  .md\:inset-x-105 {
    right: 26.25rem;
    left: 26.25rem;
  }

  .md\:inset-y-107 {
    top: 26.4rem;
    bottom: 26.4rem;
  }

  .md\:inset-x-107 {
    right: 26.4rem;
    left: 26.4rem;
  }

  .md\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .md\:inset-x-110 {
    right: 27.5rem;
    left: 27.5rem;
  }

  .md\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .md\:inset-x-120 {
    right: 30rem;
    left: 30rem;
  }

  .md\:inset-y-130 {
    top: 38rem;
    bottom: 38rem;
  }

  .md\:inset-x-130 {
    right: 38rem;
    left: 38rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .md\:inset-y-250px {
    top: 250px;
    bottom: 250px;
  }

  .md\:inset-x-250px {
    right: 250px;
    left: 250px;
  }

  .md\:inset-y-1\/2\% {
    top: 0.5%;
    bottom: 0.5%;
  }

  .md\:inset-x-1\/2\% {
    right: 0.5%;
    left: 0.5%;
  }

  .md\:inset-y-1\% {
    top: 1%;
    bottom: 1%;
  }

  .md\:inset-x-1\% {
    right: 1%;
    left: 1%;
  }

  .md\:inset-y-2\% {
    top: 2%;
    bottom: 2%;
  }

  .md\:inset-x-2\% {
    right: 2%;
    left: 2%;
  }

  .md\:inset-y-3\% {
    top: 3%;
    bottom: 3%;
  }

  .md\:inset-x-3\% {
    right: 3%;
    left: 3%;
  }

  .md\:inset-y-4\% {
    top: 4%;
    bottom: 4%;
  }

  .md\:inset-x-4\% {
    right: 4%;
    left: 4%;
  }

  .md\:inset-y-5\% {
    top: 5%;
    bottom: 5%;
  }

  .md\:inset-x-5\% {
    right: 5%;
    left: 5%;
  }

  .md\:inset-y-10\% {
    top: 10%;
    bottom: 10%;
  }

  .md\:inset-x-10\% {
    right: 10%;
    left: 10%;
  }

  .md\:inset-y-20\% {
    top: 20%;
    bottom: 20%;
  }

  .md\:inset-x-20\% {
    right: 20%;
    left: 20%;
  }

  .md\:inset-y-23\% {
    top: 23%;
    bottom: 23%;
  }

  .md\:inset-x-23\% {
    right: 23%;
    left: 23%;
  }

  .md\:inset-y-25\% {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-x-25\% {
    right: 25%;
    left: 25%;
  }

  .md\:inset-y-26\% {
    top: 26%;
    bottom: 26%;
  }

  .md\:inset-x-26\% {
    right: 26%;
    left: 26%;
  }

  .md\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .md\:inset-x-30\% {
    right: 30%;
    left: 30%;
  }

  .md\:inset-y-40\% {
    top: 40%;
    bottom: 40%;
  }

  .md\:inset-x-40\% {
    right: 40%;
    left: 40%;
  }

  .md\:inset-y-50\% {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-x-50\% {
    right: 50%;
    left: 50%;
  }

  .md\:inset-y-60\% {
    top: 60%;
    bottom: 60%;
  }

  .md\:inset-x-60\% {
    right: 60%;
    left: 60%;
  }

  .md\:inset-y-70\% {
    top: 70%;
    bottom: 70%;
  }

  .md\:inset-x-70\% {
    right: 70%;
    left: 70%;
  }

  .md\:inset-y-80\% {
    top: 80%;
    bottom: 80%;
  }

  .md\:inset-x-80\% {
    right: 80%;
    left: 80%;
  }

  .md\:inset-y-90\% {
    top: 90%;
    bottom: 90%;
  }

  .md\:inset-x-90\% {
    right: 90%;
    left: 90%;
  }

  .md\:inset-y-95\% {
    top: 95%;
    bottom: 95%;
  }

  .md\:inset-x-95\% {
    right: 95%;
    left: 95%;
  }

  .md\:inset-y-96\% {
    top: 96%;
    bottom: 96%;
  }

  .md\:inset-x-96\% {
    right: 96%;
    left: 96%;
  }

  .md\:inset-y-97\% {
    top: 97%;
    bottom: 97%;
  }

  .md\:inset-x-97\% {
    right: 97%;
    left: 97%;
  }

  .md\:inset-y-98\% {
    top: 98%;
    bottom: 98%;
  }

  .md\:inset-x-98\% {
    right: 98%;
    left: 98%;
  }

  .md\:inset-y-99\% {
    top: 99%;
    bottom: 99%;
  }

  .md\:inset-x-99\% {
    right: 99%;
    left: 99%;
  }

  .md\:inset-y-36vh {
    top: 36vh;
    bottom: 36vh;
  }

  .md\:inset-x-36vh {
    right: 36vh;
    left: 36vh;
  }

  .md\:inset-y-75vh {
    top: 75vh;
    bottom: 75vh;
  }

  .md\:inset-x-75vh {
    right: 75vh;
    left: 75vh;
  }

  .md\:inset-y-78vh {
    top: 78vh;
    bottom: 78vh;
  }

  .md\:inset-x-78vh {
    right: 78vh;
    left: 78vh;
  }

  .md\:inset-y-80vh {
    top: 80vh;
    bottom: 80vh;
  }

  .md\:inset-x-80vh {
    right: 80vh;
    left: 80vh;
  }

  .md\:inset-y-82vh {
    top: 82vh;
    bottom: 82vh;
  }

  .md\:inset-x-82vh {
    right: 82vh;
    left: 82vh;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:top-15 {
    top: 3.75rem;
  }

  .md\:right-15 {
    right: 3.75rem;
  }

  .md\:bottom-15 {
    bottom: 3.75rem;
  }

  .md\:left-15 {
    left: 3.75rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:top-18 {
    top: 4.5rem;
  }

  .md\:right-18 {
    right: 4.5rem;
  }

  .md\:bottom-18 {
    bottom: 4.5rem;
  }

  .md\:left-18 {
    left: 4.5rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:top-21 {
    top: 5.25rem;
  }

  .md\:right-21 {
    right: 5.25rem;
  }

  .md\:bottom-21 {
    bottom: 5.25rem;
  }

  .md\:left-21 {
    left: 5.25rem;
  }

  .md\:top-22 {
    top: 5.5rem;
  }

  .md\:right-22 {
    right: 5.5rem;
  }

  .md\:bottom-22 {
    bottom: 5.5rem;
  }

  .md\:left-22 {
    left: 5.5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:top-26 {
    top: 6.5rem;
  }

  .md\:right-26 {
    right: 6.5rem;
  }

  .md\:bottom-26 {
    bottom: 6.5rem;
  }

  .md\:left-26 {
    left: 6.5rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:top-30 {
    top: 7.5rem;
  }

  .md\:right-30 {
    right: 7.5rem;
  }

  .md\:bottom-30 {
    bottom: 7.5rem;
  }

  .md\:left-30 {
    left: 7.5rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:top-34 {
    top: 8.5rem;
  }

  .md\:right-34 {
    right: 8.5rem;
  }

  .md\:bottom-34 {
    bottom: 8.5rem;
  }

  .md\:left-34 {
    left: 8.5rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:top-38 {
    top: 9.5rem;
  }

  .md\:right-38 {
    right: 9.5rem;
  }

  .md\:bottom-38 {
    bottom: 9.5rem;
  }

  .md\:left-38 {
    left: 9.5rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:top-53 {
    top: 13.25rem;
  }

  .md\:right-53 {
    right: 13.25rem;
  }

  .md\:bottom-53 {
    bottom: 13.25rem;
  }

  .md\:left-53 {
    left: 13.25rem;
  }

  .md\:top-54 {
    top: 13.5rem;
  }

  .md\:right-54 {
    right: 13.5rem;
  }

  .md\:bottom-54 {
    bottom: 13.5rem;
  }

  .md\:left-54 {
    left: 13.5rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:right-72 {
    right: 18rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:left-72 {
    left: 18rem;
  }

  .md\:top-74 {
    top: 18.5rem;
  }

  .md\:right-74 {
    right: 18.5rem;
  }

  .md\:bottom-74 {
    bottom: 18.5rem;
  }

  .md\:left-74 {
    left: 18.5rem;
  }

  .md\:top-76 {
    top: 19rem;
  }

  .md\:right-76 {
    right: 19rem;
  }

  .md\:bottom-76 {
    bottom: 19rem;
  }

  .md\:left-76 {
    left: 19rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:top-85 {
    top: 21.25rem;
  }

  .md\:right-85 {
    right: 21.25rem;
  }

  .md\:bottom-85 {
    bottom: 21.25rem;
  }

  .md\:left-85 {
    left: 21.25rem;
  }

  .md\:top-100 {
    top: 25rem;
  }

  .md\:right-100 {
    right: 25rem;
  }

  .md\:bottom-100 {
    bottom: 25rem;
  }

  .md\:left-100 {
    left: 25rem;
  }

  .md\:top-105 {
    top: 26.25rem;
  }

  .md\:right-105 {
    right: 26.25rem;
  }

  .md\:bottom-105 {
    bottom: 26.25rem;
  }

  .md\:left-105 {
    left: 26.25rem;
  }

  .md\:top-107 {
    top: 26.4rem;
  }

  .md\:right-107 {
    right: 26.4rem;
  }

  .md\:bottom-107 {
    bottom: 26.4rem;
  }

  .md\:left-107 {
    left: 26.4rem;
  }

  .md\:top-110 {
    top: 27.5rem;
  }

  .md\:right-110 {
    right: 27.5rem;
  }

  .md\:bottom-110 {
    bottom: 27.5rem;
  }

  .md\:left-110 {
    left: 27.5rem;
  }

  .md\:top-120 {
    top: 30rem;
  }

  .md\:right-120 {
    right: 30rem;
  }

  .md\:bottom-120 {
    bottom: 30rem;
  }

  .md\:left-120 {
    left: 30rem;
  }

  .md\:top-130 {
    top: 38rem;
  }

  .md\:right-130 {
    right: 38rem;
  }

  .md\:bottom-130 {
    bottom: 38rem;
  }

  .md\:left-130 {
    left: 38rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:left-px {
    left: 1px;
  }

  .md\:top-250px {
    top: 250px;
  }

  .md\:right-250px {
    right: 250px;
  }

  .md\:bottom-250px {
    bottom: 250px;
  }

  .md\:left-250px {
    left: 250px;
  }

  .md\:top-1\/2\% {
    top: 0.5%;
  }

  .md\:right-1\/2\% {
    right: 0.5%;
  }

  .md\:bottom-1\/2\% {
    bottom: 0.5%;
  }

  .md\:left-1\/2\% {
    left: 0.5%;
  }

  .md\:top-1\% {
    top: 1%;
  }

  .md\:right-1\% {
    right: 1%;
  }

  .md\:bottom-1\% {
    bottom: 1%;
  }

  .md\:left-1\% {
    left: 1%;
  }

  .md\:top-2\% {
    top: 2%;
  }

  .md\:right-2\% {
    right: 2%;
  }

  .md\:bottom-2\% {
    bottom: 2%;
  }

  .md\:left-2\% {
    left: 2%;
  }

  .md\:top-3\% {
    top: 3%;
  }

  .md\:right-3\% {
    right: 3%;
  }

  .md\:bottom-3\% {
    bottom: 3%;
  }

  .md\:left-3\% {
    left: 3%;
  }

  .md\:top-4\% {
    top: 4%;
  }

  .md\:right-4\% {
    right: 4%;
  }

  .md\:bottom-4\% {
    bottom: 4%;
  }

  .md\:left-4\% {
    left: 4%;
  }

  .md\:top-5\% {
    top: 5%;
  }

  .md\:right-5\% {
    right: 5%;
  }

  .md\:bottom-5\% {
    bottom: 5%;
  }

  .md\:left-5\% {
    left: 5%;
  }

  .md\:top-10\% {
    top: 10%;
  }

  .md\:right-10\% {
    right: 10%;
  }

  .md\:bottom-10\% {
    bottom: 10%;
  }

  .md\:left-10\% {
    left: 10%;
  }

  .md\:top-20\% {
    top: 20%;
  }

  .md\:right-20\% {
    right: 20%;
  }

  .md\:bottom-20\% {
    bottom: 20%;
  }

  .md\:left-20\% {
    left: 20%;
  }

  .md\:top-23\% {
    top: 23%;
  }

  .md\:right-23\% {
    right: 23%;
  }

  .md\:bottom-23\% {
    bottom: 23%;
  }

  .md\:left-23\% {
    left: 23%;
  }

  .md\:top-25\% {
    top: 25%;
  }

  .md\:right-25\% {
    right: 25%;
  }

  .md\:bottom-25\% {
    bottom: 25%;
  }

  .md\:left-25\% {
    left: 25%;
  }

  .md\:top-26\% {
    top: 26%;
  }

  .md\:right-26\% {
    right: 26%;
  }

  .md\:bottom-26\% {
    bottom: 26%;
  }

  .md\:left-26\% {
    left: 26%;
  }

  .md\:top-30\% {
    top: 30%;
  }

  .md\:right-30\% {
    right: 30%;
  }

  .md\:bottom-30\% {
    bottom: 30%;
  }

  .md\:left-30\% {
    left: 30%;
  }

  .md\:top-40\% {
    top: 40%;
  }

  .md\:right-40\% {
    right: 40%;
  }

  .md\:bottom-40\% {
    bottom: 40%;
  }

  .md\:left-40\% {
    left: 40%;
  }

  .md\:top-50\% {
    top: 50%;
  }

  .md\:right-50\% {
    right: 50%;
  }

  .md\:bottom-50\% {
    bottom: 50%;
  }

  .md\:left-50\% {
    left: 50%;
  }

  .md\:top-60\% {
    top: 60%;
  }

  .md\:right-60\% {
    right: 60%;
  }

  .md\:bottom-60\% {
    bottom: 60%;
  }

  .md\:left-60\% {
    left: 60%;
  }

  .md\:top-70\% {
    top: 70%;
  }

  .md\:right-70\% {
    right: 70%;
  }

  .md\:bottom-70\% {
    bottom: 70%;
  }

  .md\:left-70\% {
    left: 70%;
  }

  .md\:top-80\% {
    top: 80%;
  }

  .md\:right-80\% {
    right: 80%;
  }

  .md\:bottom-80\% {
    bottom: 80%;
  }

  .md\:left-80\% {
    left: 80%;
  }

  .md\:top-90\% {
    top: 90%;
  }

  .md\:right-90\% {
    right: 90%;
  }

  .md\:bottom-90\% {
    bottom: 90%;
  }

  .md\:left-90\% {
    left: 90%;
  }

  .md\:top-95\% {
    top: 95%;
  }

  .md\:right-95\% {
    right: 95%;
  }

  .md\:bottom-95\% {
    bottom: 95%;
  }

  .md\:left-95\% {
    left: 95%;
  }

  .md\:top-96\% {
    top: 96%;
  }

  .md\:right-96\% {
    right: 96%;
  }

  .md\:bottom-96\% {
    bottom: 96%;
  }

  .md\:left-96\% {
    left: 96%;
  }

  .md\:top-97\% {
    top: 97%;
  }

  .md\:right-97\% {
    right: 97%;
  }

  .md\:bottom-97\% {
    bottom: 97%;
  }

  .md\:left-97\% {
    left: 97%;
  }

  .md\:top-98\% {
    top: 98%;
  }

  .md\:right-98\% {
    right: 98%;
  }

  .md\:bottom-98\% {
    bottom: 98%;
  }

  .md\:left-98\% {
    left: 98%;
  }

  .md\:top-99\% {
    top: 99%;
  }

  .md\:right-99\% {
    right: 99%;
  }

  .md\:bottom-99\% {
    bottom: 99%;
  }

  .md\:left-99\% {
    left: 99%;
  }

  .md\:top-36vh {
    top: 36vh;
  }

  .md\:right-36vh {
    right: 36vh;
  }

  .md\:bottom-36vh {
    bottom: 36vh;
  }

  .md\:left-36vh {
    left: 36vh;
  }

  .md\:top-75vh {
    top: 75vh;
  }

  .md\:right-75vh {
    right: 75vh;
  }

  .md\:bottom-75vh {
    bottom: 75vh;
  }

  .md\:left-75vh {
    left: 75vh;
  }

  .md\:top-78vh {
    top: 78vh;
  }

  .md\:right-78vh {
    right: 78vh;
  }

  .md\:bottom-78vh {
    bottom: 78vh;
  }

  .md\:left-78vh {
    left: 78vh;
  }

  .md\:top-80vh {
    top: 80vh;
  }

  .md\:right-80vh {
    right: 80vh;
  }

  .md\:bottom-80vh {
    bottom: 80vh;
  }

  .md\:left-80vh {
    left: 80vh;
  }

  .md\:top-82vh {
    top: 82vh;
  }

  .md\:right-82vh {
    right: 82vh;
  }

  .md\:bottom-82vh {
    bottom: 82vh;
  }

  .md\:left-82vh {
    left: 82vh;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset {
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md\:ring-offset-epic-off-white {
    --tw-ring-offset-color: #C5E7FF;
  }

  .md\:ring-offset-epic-pale-blue {
    --tw-ring-offset-color: #B1DEFF;
  }

  .md\:ring-offset-epic-dark-blue {
    --tw-ring-offset-color: #193B54;
  }

  .md\:ring-offset-epic-light-blue {
    --tw-ring-offset-color: #00bff3;
  }

  .md\:ring-offset-epic-purple {
    --tw-ring-offset-color: #7570b3;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f8f8f8;
  }

  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #f2f2f2;
  }

  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #e8e8e8;
  }

  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #d6d6d6;
  }

  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #b9b9b9;
  }

  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #858585;
  }

  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #676767;
  }

  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #3b3b3b;
  }

  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #333333;
  }

  .md\:ring-offset-red-100 {
    --tw-ring-offset-color: #ffb6b6;
  }

  .md\:ring-offset-red-200 {
    --tw-ring-offset-color: #ff7a7a;
  }

  .md\:ring-offset-red-300 {
    --tw-ring-offset-color: #ff6060;
  }

  .md\:ring-offset-red-400 {
    --tw-ring-offset-color: #ff4747;
  }

  .md\:ring-offset-red-500 {
    --tw-ring-offset-color: #ff2d2d;
  }

  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #ff1414;
  }

  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #f90000;
  }

  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #e00000;
  }

  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #ca0000;
  }

  .md\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffeac7;
  }

  .md\:ring-offset-orange-200 {
    --tw-ring-offset-color: #ffce7a;
  }

  .md\:ring-offset-orange-300 {
    --tw-ring-offset-color: #ffc560;
  }

  .md\:ring-offset-orange-400 {
    --tw-ring-offset-color: #ffbb47;
  }

  .md\:ring-offset-orange-500 {
    --tw-ring-offset-color: #FFB22D;
  }

  .md\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ffa914;
  }

  .md\:ring-offset-orange-700 {
    --tw-ring-offset-color: #f99e00;
  }

  .md\:ring-offset-orange-800 {
    --tw-ring-offset-color: #e08e00;
  }

  .md\:ring-offset-orange-900 {
    --tw-ring-offset-color: #945e00;
  }

  .md\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fffff0;
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fefcbf;
  }

  .md\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #faf089;
  }

  .md\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #f6e05e;
  }

  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #ecc94b;
  }

  .md\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d69e2e;
  }

  .md\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b7791f;
  }

  .md\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #975a16;
  }

  .md\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #744210;
  }

  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #d0ff57;
  }

  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbff0a;
  }

  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #adef00;
  }

  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #9ad600;
  }

  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #88BC00;
  }

  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #76a300;
  }

  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #638900;
  }

  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #517000;
  }

  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #1a2400;
  }

  .md\:ring-offset-teal-100 {
    --tw-ring-offset-color: #e6fffa;
  }

  .md\:ring-offset-teal-200 {
    --tw-ring-offset-color: #b2f5ea;
  }

  .md\:ring-offset-teal-300 {
    --tw-ring-offset-color: #81e6d9;
  }

  .md\:ring-offset-teal-400 {
    --tw-ring-offset-color: #4fd1c5;
  }

  .md\:ring-offset-teal-500 {
    --tw-ring-offset-color: #38b2ac;
  }

  .md\:ring-offset-teal-600 {
    --tw-ring-offset-color: #319795;
  }

  .md\:ring-offset-teal-700 {
    --tw-ring-offset-color: #2c7a7b;
  }

  .md\:ring-offset-teal-800 {
    --tw-ring-offset-color: #285e61;
  }

  .md\:ring-offset-teal-900 {
    --tw-ring-offset-color: #234e52;
  }

  .md\:ring-offset-blue-100 {
    --tw-ring-offset-color: #d1eafd;
  }

  .md\:ring-offset-blue-200 {
    --tw-ring-offset-color: #88caf9;
  }

  .md\:ring-offset-blue-300 {
    --tw-ring-offset-color: #6fbff8;
  }

  .md\:ring-offset-blue-400 {
    --tw-ring-offset-color: #57b4f6;
  }

  .md\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3fa9f5;
  }

  .md\:ring-offset-blue-600 {
    --tw-ring-offset-color: #279ef4;
  }

  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #0f93f2;
  }

  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #0b85dc;
  }

  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #075993;
  }

  .md\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #ebf4ff;
  }

  .md\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c3dafe;
  }

  .md\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a3bffa;
  }

  .md\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #7f9cf5;
  }

  .md\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #667eea;
  }

  .md\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #5a67d8;
  }

  .md\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4c51bf;
  }

  .md\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #434190;
  }

  .md\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #3c366b;
  }

  .md\:ring-offset-purple-100 {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d8fd;
  }

  .md\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d6bcfa;
  }

  .md\:ring-offset-purple-400 {
    --tw-ring-offset-color: #b794f4;
  }

  .md\:ring-offset-purple-500 {
    --tw-ring-offset-color: #9f7aea;
  }

  .md\:ring-offset-purple-600 {
    --tw-ring-offset-color: #805ad5;
  }

  .md\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6b46c1;
  }

  .md\:ring-offset-purple-800 {
    --tw-ring-offset-color: #553c9a;
  }

  .md\:ring-offset-purple-900 {
    --tw-ring-offset-color: #44337a;
  }

  .md\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fff5f7;
  }

  .md\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fed7e2;
  }

  .md\:ring-offset-pink-300 {
    --tw-ring-offset-color: #fbb6ce;
  }

  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f687b3;
  }

  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ed64a6;
  }

  .md\:ring-offset-pink-600 {
    --tw-ring-offset-color: #d53f8c;
  }

  .md\:ring-offset-pink-700 {
    --tw-ring-offset-color: #b83280;
  }

  .md\:ring-offset-pink-800 {
    --tw-ring-offset-color: #97266d;
  }

  .md\:ring-offset-pink-900 {
    --tw-ring-offset-color: #702459;
  }

  .md\:focus-within\:ring-offset-epic-off-white:focus-within {
    --tw-ring-offset-color: #C5E7FF;
  }

  .md\:focus-within\:ring-offset-epic-pale-blue:focus-within {
    --tw-ring-offset-color: #B1DEFF;
  }

  .md\:focus-within\:ring-offset-epic-dark-blue:focus-within {
    --tw-ring-offset-color: #193B54;
  }

  .md\:focus-within\:ring-offset-epic-light-blue:focus-within {
    --tw-ring-offset-color: #00bff3;
  }

  .md\:focus-within\:ring-offset-epic-purple:focus-within {
    --tw-ring-offset-color: #7570b3;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f8f8f8;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #f2f2f2;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #e8e8e8;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #d6d6d6;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #b9b9b9;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #858585;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #676767;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #3b3b3b;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #333333;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #ffb6b6;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #ff7a7a;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #ff6060;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #ff4747;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ff2d2d;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ff1414;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #f90000;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #e00000;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #ca0000;
  }

  .md\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffeac7;
  }

  .md\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #ffce7a;
  }

  .md\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #ffc560;
  }

  .md\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #ffbb47;
  }

  .md\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #FFB22D;
  }

  .md\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ffa914;
  }

  .md\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #f99e00;
  }

  .md\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #e08e00;
  }

  .md\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #945e00;
  }

  .md\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fffff0;
  }

  .md\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fefcbf;
  }

  .md\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #faf089;
  }

  .md\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #f6e05e;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #ecc94b;
  }

  .md\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d69e2e;
  }

  .md\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b7791f;
  }

  .md\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #975a16;
  }

  .md\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #744210;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d0ff57;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbff0a;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #adef00;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #9ad600;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #88BC00;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #76a300;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #638900;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #517000;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #1a2400;
  }

  .md\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #e6fffa;
  }

  .md\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #b2f5ea;
  }

  .md\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #81e6d9;
  }

  .md\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #4fd1c5;
  }

  .md\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #38b2ac;
  }

  .md\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #319795;
  }

  .md\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #2c7a7b;
  }

  .md\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #285e61;
  }

  .md\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #234e52;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #d1eafd;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #88caf9;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #6fbff8;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #57b4f6;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3fa9f5;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #279ef4;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #0f93f2;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #0b85dc;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #075993;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #ebf4ff;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c3dafe;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a3bffa;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #7f9cf5;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #667eea;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #5a67d8;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4c51bf;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #434190;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #3c366b;
  }

  .md\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d8fd;
  }

  .md\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d6bcfa;
  }

  .md\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #b794f4;
  }

  .md\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #9f7aea;
  }

  .md\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #805ad5;
  }

  .md\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6b46c1;
  }

  .md\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #553c9a;
  }

  .md\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #44337a;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fff5f7;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fed7e2;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #fbb6ce;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f687b3;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ed64a6;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #d53f8c;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #b83280;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #97266d;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #702459;
  }

  .md\:focus\:ring-offset-epic-off-white:focus {
    --tw-ring-offset-color: #C5E7FF;
  }

  .md\:focus\:ring-offset-epic-pale-blue:focus {
    --tw-ring-offset-color: #B1DEFF;
  }

  .md\:focus\:ring-offset-epic-dark-blue:focus {
    --tw-ring-offset-color: #193B54;
  }

  .md\:focus\:ring-offset-epic-light-blue:focus {
    --tw-ring-offset-color: #00bff3;
  }

  .md\:focus\:ring-offset-epic-purple:focus {
    --tw-ring-offset-color: #7570b3;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f8f8f8;
  }

  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #f2f2f2;
  }

  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #e8e8e8;
  }

  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #d6d6d6;
  }

  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #b9b9b9;
  }

  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #858585;
  }

  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #676767;
  }

  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #3b3b3b;
  }

  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #333333;
  }

  .md\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #ffb6b6;
  }

  .md\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #ff7a7a;
  }

  .md\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #ff6060;
  }

  .md\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #ff4747;
  }

  .md\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ff2d2d;
  }

  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ff1414;
  }

  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #f90000;
  }

  .md\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #e00000;
  }

  .md\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #ca0000;
  }

  .md\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffeac7;
  }

  .md\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #ffce7a;
  }

  .md\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #ffc560;
  }

  .md\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #ffbb47;
  }

  .md\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #FFB22D;
  }

  .md\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ffa914;
  }

  .md\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #f99e00;
  }

  .md\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #e08e00;
  }

  .md\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #945e00;
  }

  .md\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fffff0;
  }

  .md\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fefcbf;
  }

  .md\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #faf089;
  }

  .md\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #f6e05e;
  }

  .md\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #ecc94b;
  }

  .md\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d69e2e;
  }

  .md\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b7791f;
  }

  .md\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #975a16;
  }

  .md\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #744210;
  }

  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d0ff57;
  }

  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbff0a;
  }

  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #adef00;
  }

  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #9ad600;
  }

  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #88BC00;
  }

  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #76a300;
  }

  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #638900;
  }

  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #517000;
  }

  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #1a2400;
  }

  .md\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #e6fffa;
  }

  .md\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #b2f5ea;
  }

  .md\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #81e6d9;
  }

  .md\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #4fd1c5;
  }

  .md\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #38b2ac;
  }

  .md\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #319795;
  }

  .md\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #2c7a7b;
  }

  .md\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #285e61;
  }

  .md\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #234e52;
  }

  .md\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #d1eafd;
  }

  .md\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #88caf9;
  }

  .md\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #6fbff8;
  }

  .md\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #57b4f6;
  }

  .md\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3fa9f5;
  }

  .md\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #279ef4;
  }

  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #0f93f2;
  }

  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #0b85dc;
  }

  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #075993;
  }

  .md\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #ebf4ff;
  }

  .md\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c3dafe;
  }

  .md\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a3bffa;
  }

  .md\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #7f9cf5;
  }

  .md\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #667eea;
  }

  .md\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #5a67d8;
  }

  .md\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4c51bf;
  }

  .md\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #434190;
  }

  .md\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #3c366b;
  }

  .md\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .md\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d8fd;
  }

  .md\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d6bcfa;
  }

  .md\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #b794f4;
  }

  .md\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #9f7aea;
  }

  .md\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #805ad5;
  }

  .md\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6b46c1;
  }

  .md\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #553c9a;
  }

  .md\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #44337a;
  }

  .md\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fff5f7;
  }

  .md\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fed7e2;
  }

  .md\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #fbb6ce;
  }

  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f687b3;
  }

  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ed64a6;
  }

  .md\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #d53f8c;
  }

  .md\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #b83280;
  }

  .md\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #97266d;
  }

  .md\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #702459;
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-epic-off-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .md\:ring-epic-pale-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .md\:ring-epic-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .md\:ring-epic-light-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .md\:ring-epic-purple {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .md\:ring-current {
    --tw-ring-color: currentColor;
  }

  .md\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .md\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .md\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .md\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .md\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .md\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .md\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .md\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .md\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .md\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .md\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .md\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .md\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .md\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .md\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .md\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .md\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .md\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .md\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .md\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .md\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .md\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .md\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .md\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .md\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .md\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .md\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .md\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .md\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .md\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .md\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .md\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .md\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .md\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .md\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .md\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .md\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .md\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .md\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .md\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .md\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .md\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .md\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .md\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .md\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .md\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .md\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .md\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .md\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .md\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .md\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .md\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .md\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .md\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .md\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .md\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .md\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .md\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .md\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .md\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .md\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .md\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .md\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .md\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .md\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-epic-off-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-epic-pale-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-epic-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-epic-light-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-epic-purple:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-epic-off-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-epic-pale-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-epic-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-epic-light-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-epic-purple:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .md\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .md\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .md\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .md\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-current {
    color: currentColor;
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .md\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .md\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .md\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .md\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .md\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .md\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .md\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .md\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .md\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .md\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .md\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .md\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .md\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .md\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .md\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .md\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .md\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .md\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .md\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .md\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .md\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .md\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .md\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .md\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .md\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .md\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .md\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .md\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .md\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .md\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .md\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .md\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .md\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .md\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .md\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .md\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .md\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .md\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .md\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .md\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .md\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .md\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .md\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .md\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .md\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .md\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .md\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .md\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .md\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .md\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .md\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .md\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .md\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .md\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .md\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .md\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .md\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .md\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .md\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .md\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .md\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .md\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .md\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .md\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .md\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .md\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .md\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .md\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .md\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .md\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .md\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .md\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .md\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .md\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .md\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .md\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .md\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .md\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .md\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .md\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .md\:hover\:text-epic-off-white:hover {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-epic-pale-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-epic-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .md\:hover\:text-epic-light-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-epic-purple:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-current:hover {
    color: currentColor;
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .md\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .md\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .md\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .md\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .md\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .md\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .md\:focus\:text-epic-off-white:focus {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-epic-pale-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-epic-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .md\:focus\:text-epic-light-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-epic-purple:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-current:focus {
    color: currentColor;
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .md\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .md\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .md\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .md\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .md\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .md\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-epic-off-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-epic-pale-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-epic-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-epic-light-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-epic-purple:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-transparent {
    color: transparent;
  }

  .group:focus .md\:group-focus\:text-current {
    color: currentColor;
  }

  .group:focus .md\:group-focus\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:focus .md\:group-focus\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:overflow-clip {
    text-overflow: clip;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    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;
  }

  .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;
  }

  .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\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: 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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums {
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-normal {
    letter-spacing: 0em;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-nowrap {
    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-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-15 {
    width: 3.75rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-18 {
    width: 4.5rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-21 {
    width: 5.25rem;
  }

  .md\:w-22 {
    width: 5.5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-26 {
    width: 6.5rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-30 {
    width: 7.5rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-34 {
    width: 8.5rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-38 {
    width: 9.5rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-53 {
    width: 13.25rem;
  }

  .md\:w-54 {
    width: 13.5rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-74 {
    width: 18.5rem;
  }

  .md\:w-76 {
    width: 19rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-85 {
    width: 21.25rem;
  }

  .md\:w-100 {
    width: 25rem;
  }

  .md\:w-105 {
    width: 26.25rem;
  }

  .md\:w-107 {
    width: 26.4rem;
  }

  .md\:w-110 {
    width: 27.5rem;
  }

  .md\:w-120 {
    width: 30rem;
  }

  .md\:w-130 {
    width: 38rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-250px {
    width: 250px;
  }

  .md\:w-1\/2\% {
    width: 0.5%;
  }

  .md\:w-1\% {
    width: 1%;
  }

  .md\:w-2\% {
    width: 2%;
  }

  .md\:w-3\% {
    width: 3%;
  }

  .md\:w-4\% {
    width: 4%;
  }

  .md\:w-5\% {
    width: 5%;
  }

  .md\:w-10\% {
    width: 10%;
  }

  .md\:w-20\% {
    width: 20%;
  }

  .md\:w-23\% {
    width: 23%;
  }

  .md\:w-25\% {
    width: 25%;
  }

  .md\:w-26\% {
    width: 26%;
  }

  .md\:w-30\% {
    width: 30%;
  }

  .md\:w-40\% {
    width: 40%;
  }

  .md\:w-50\% {
    width: 50%;
  }

  .md\:w-60\% {
    width: 60%;
  }

  .md\:w-70\% {
    width: 70%;
  }

  .md\:w-80\% {
    width: 80%;
  }

  .md\:w-90\% {
    width: 90%;
  }

  .md\:w-95\% {
    width: 95%;
  }

  .md\:w-96\% {
    width: 96%;
  }

  .md\:w-97\% {
    width: 97%;
  }

  .md\:w-98\% {
    width: 98%;
  }

  .md\:w-99\% {
    width: 99%;
  }

  .md\:w-36vh {
    width: 36vh;
  }

  .md\:w-75vh {
    width: 75vh;
  }

  .md\:w-78vh {
    width: 78vh;
  }

  .md\:w-80vh {
    width: 80vh;
  }

  .md\:w-82vh {
    width: 82vh;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .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.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:hover\:w-0:hover {
    width: 0;
  }

  .md\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .md\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .md\:hover\:w-3:hover {
    width: 0.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-7:hover {
    width: 1.75rem;
  }

  .md\:hover\:w-8:hover {
    width: 2rem;
  }

  .md\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .md\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .md\:hover\:w-12:hover {
    width: 3rem;
  }

  .md\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .md\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .md\:hover\:w-16:hover {
    width: 4rem;
  }

  .md\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .md\:hover\:w-20:hover {
    width: 5rem;
  }

  .md\:hover\:w-21:hover {
    width: 5.25rem;
  }

  .md\:hover\:w-22:hover {
    width: 5.5rem;
  }

  .md\:hover\:w-24:hover {
    width: 6rem;
  }

  .md\:hover\:w-26:hover {
    width: 6.5rem;
  }

  .md\:hover\:w-28:hover {
    width: 7rem;
  }

  .md\:hover\:w-30:hover {
    width: 7.5rem;
  }

  .md\:hover\:w-32:hover {
    width: 8rem;
  }

  .md\:hover\:w-34:hover {
    width: 8.5rem;
  }

  .md\:hover\:w-36:hover {
    width: 9rem;
  }

  .md\:hover\:w-38:hover {
    width: 9.5rem;
  }

  .md\:hover\:w-40:hover {
    width: 10rem;
  }

  .md\:hover\:w-44:hover {
    width: 11rem;
  }

  .md\:hover\:w-48:hover {
    width: 12rem;
  }

  .md\:hover\:w-52:hover {
    width: 13rem;
  }

  .md\:hover\:w-53:hover {
    width: 13.25rem;
  }

  .md\:hover\:w-54:hover {
    width: 13.5rem;
  }

  .md\:hover\:w-56:hover {
    width: 14rem;
  }

  .md\:hover\:w-64:hover {
    width: 16rem;
  }

  .md\:hover\:w-72:hover {
    width: 18rem;
  }

  .md\:hover\:w-74:hover {
    width: 18.5rem;
  }

  .md\:hover\:w-76:hover {
    width: 19rem;
  }

  .md\:hover\:w-80:hover {
    width: 20rem;
  }

  .md\:hover\:w-85:hover {
    width: 21.25rem;
  }

  .md\:hover\:w-100:hover {
    width: 25rem;
  }

  .md\:hover\:w-105:hover {
    width: 26.25rem;
  }

  .md\:hover\:w-107:hover {
    width: 26.4rem;
  }

  .md\:hover\:w-110:hover {
    width: 27.5rem;
  }

  .md\:hover\:w-120:hover {
    width: 30rem;
  }

  .md\:hover\:w-130:hover {
    width: 38rem;
  }

  .md\:hover\:w-auto:hover {
    width: auto;
  }

  .md\:hover\:w-px:hover {
    width: 1px;
  }

  .md\:hover\:w-250px:hover {
    width: 250px;
  }

  .md\:hover\:w-1\/2\%:hover {
    width: 0.5%;
  }

  .md\:hover\:w-1\%:hover {
    width: 1%;
  }

  .md\:hover\:w-2\%:hover {
    width: 2%;
  }

  .md\:hover\:w-3\%:hover {
    width: 3%;
  }

  .md\:hover\:w-4\%:hover {
    width: 4%;
  }

  .md\:hover\:w-5\%:hover {
    width: 5%;
  }

  .md\:hover\:w-10\%:hover {
    width: 10%;
  }

  .md\:hover\:w-20\%:hover {
    width: 20%;
  }

  .md\:hover\:w-23\%:hover {
    width: 23%;
  }

  .md\:hover\:w-25\%:hover {
    width: 25%;
  }

  .md\:hover\:w-26\%:hover {
    width: 26%;
  }

  .md\:hover\:w-30\%:hover {
    width: 30%;
  }

  .md\:hover\:w-40\%:hover {
    width: 40%;
  }

  .md\:hover\:w-50\%:hover {
    width: 50%;
  }

  .md\:hover\:w-60\%:hover {
    width: 60%;
  }

  .md\:hover\:w-70\%:hover {
    width: 70%;
  }

  .md\:hover\:w-80\%:hover {
    width: 80%;
  }

  .md\:hover\:w-90\%:hover {
    width: 90%;
  }

  .md\:hover\:w-95\%:hover {
    width: 95%;
  }

  .md\:hover\:w-96\%:hover {
    width: 96%;
  }

  .md\:hover\:w-97\%:hover {
    width: 97%;
  }

  .md\:hover\:w-98\%:hover {
    width: 98%;
  }

  .md\:hover\:w-99\%:hover {
    width: 99%;
  }

  .md\:hover\:w-36vh:hover {
    width: 36vh;
  }

  .md\:hover\:w-75vh:hover {
    width: 75vh;
  }

  .md\:hover\:w-78vh:hover {
    width: 78vh;
  }

  .md\:hover\:w-80vh:hover {
    width: 80vh;
  }

  .md\:hover\:w-82vh:hover {
    width: 82vh;
  }

  .md\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .md\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .md\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .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.666667%;
  }

  .md\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .md\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .md\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .md\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .md\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .md\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .md\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .md\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .md\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .md\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .md\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .md\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .md\:hover\:w-full:hover {
    width: 100%;
  }

  .md\:hover\:w-screen:hover {
    width: 100vw;
  }

  .md\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:focus\:w-0:focus {
    width: 0;
  }

  .md\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .md\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .md\:focus\:w-3:focus {
    width: 0.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-7:focus {
    width: 1.75rem;
  }

  .md\:focus\:w-8:focus {
    width: 2rem;
  }

  .md\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .md\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .md\:focus\:w-12:focus {
    width: 3rem;
  }

  .md\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .md\:focus\:w-15:focus {
    width: 3.75rem;
  }

  .md\:focus\:w-16:focus {
    width: 4rem;
  }

  .md\:focus\:w-18:focus {
    width: 4.5rem;
  }

  .md\:focus\:w-20:focus {
    width: 5rem;
  }

  .md\:focus\:w-21:focus {
    width: 5.25rem;
  }

  .md\:focus\:w-22:focus {
    width: 5.5rem;
  }

  .md\:focus\:w-24:focus {
    width: 6rem;
  }

  .md\:focus\:w-26:focus {
    width: 6.5rem;
  }

  .md\:focus\:w-28:focus {
    width: 7rem;
  }

  .md\:focus\:w-30:focus {
    width: 7.5rem;
  }

  .md\:focus\:w-32:focus {
    width: 8rem;
  }

  .md\:focus\:w-34:focus {
    width: 8.5rem;
  }

  .md\:focus\:w-36:focus {
    width: 9rem;
  }

  .md\:focus\:w-38:focus {
    width: 9.5rem;
  }

  .md\:focus\:w-40:focus {
    width: 10rem;
  }

  .md\:focus\:w-44:focus {
    width: 11rem;
  }

  .md\:focus\:w-48:focus {
    width: 12rem;
  }

  .md\:focus\:w-52:focus {
    width: 13rem;
  }

  .md\:focus\:w-53:focus {
    width: 13.25rem;
  }

  .md\:focus\:w-54:focus {
    width: 13.5rem;
  }

  .md\:focus\:w-56:focus {
    width: 14rem;
  }

  .md\:focus\:w-64:focus {
    width: 16rem;
  }

  .md\:focus\:w-72:focus {
    width: 18rem;
  }

  .md\:focus\:w-74:focus {
    width: 18.5rem;
  }

  .md\:focus\:w-76:focus {
    width: 19rem;
  }

  .md\:focus\:w-80:focus {
    width: 20rem;
  }

  .md\:focus\:w-85:focus {
    width: 21.25rem;
  }

  .md\:focus\:w-100:focus {
    width: 25rem;
  }

  .md\:focus\:w-105:focus {
    width: 26.25rem;
  }

  .md\:focus\:w-107:focus {
    width: 26.4rem;
  }

  .md\:focus\:w-110:focus {
    width: 27.5rem;
  }

  .md\:focus\:w-120:focus {
    width: 30rem;
  }

  .md\:focus\:w-130:focus {
    width: 38rem;
  }

  .md\:focus\:w-auto:focus {
    width: auto;
  }

  .md\:focus\:w-px:focus {
    width: 1px;
  }

  .md\:focus\:w-250px:focus {
    width: 250px;
  }

  .md\:focus\:w-1\/2\%:focus {
    width: 0.5%;
  }

  .md\:focus\:w-1\%:focus {
    width: 1%;
  }

  .md\:focus\:w-2\%:focus {
    width: 2%;
  }

  .md\:focus\:w-3\%:focus {
    width: 3%;
  }

  .md\:focus\:w-4\%:focus {
    width: 4%;
  }

  .md\:focus\:w-5\%:focus {
    width: 5%;
  }

  .md\:focus\:w-10\%:focus {
    width: 10%;
  }

  .md\:focus\:w-20\%:focus {
    width: 20%;
  }

  .md\:focus\:w-23\%:focus {
    width: 23%;
  }

  .md\:focus\:w-25\%:focus {
    width: 25%;
  }

  .md\:focus\:w-26\%:focus {
    width: 26%;
  }

  .md\:focus\:w-30\%:focus {
    width: 30%;
  }

  .md\:focus\:w-40\%:focus {
    width: 40%;
  }

  .md\:focus\:w-50\%:focus {
    width: 50%;
  }

  .md\:focus\:w-60\%:focus {
    width: 60%;
  }

  .md\:focus\:w-70\%:focus {
    width: 70%;
  }

  .md\:focus\:w-80\%:focus {
    width: 80%;
  }

  .md\:focus\:w-90\%:focus {
    width: 90%;
  }

  .md\:focus\:w-95\%:focus {
    width: 95%;
  }

  .md\:focus\:w-96\%:focus {
    width: 96%;
  }

  .md\:focus\:w-97\%:focus {
    width: 97%;
  }

  .md\:focus\:w-98\%:focus {
    width: 98%;
  }

  .md\:focus\:w-99\%:focus {
    width: 99%;
  }

  .md\:focus\:w-36vh:focus {
    width: 36vh;
  }

  .md\:focus\:w-75vh:focus {
    width: 75vh;
  }

  .md\:focus\:w-78vh:focus {
    width: 78vh;
  }

  .md\:focus\:w-80vh:focus {
    width: 80vh;
  }

  .md\:focus\:w-82vh:focus {
    width: 82vh;
  }

  .md\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .md\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .md\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .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.666667%;
  }

  .md\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .md\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .md\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .md\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .md\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .md\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .md\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .md\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .md\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .md\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .md\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .md\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .md\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .md\:focus\:w-full:focus {
    width: 100%;
  }

  .md\:focus\:w-screen:focus {
    width: 100vw;
  }

  .md\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .md\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .md\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .md\:focus-within\:w-3:focus-within {
    width: 0.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-7:focus-within {
    width: 1.75rem;
  }

  .md\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .md\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .md\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .md\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .md\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .md\:focus-within\:w-15:focus-within {
    width: 3.75rem;
  }

  .md\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .md\:focus-within\:w-18:focus-within {
    width: 4.5rem;
  }

  .md\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .md\:focus-within\:w-21:focus-within {
    width: 5.25rem;
  }

  .md\:focus-within\:w-22:focus-within {
    width: 5.5rem;
  }

  .md\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .md\:focus-within\:w-26:focus-within {
    width: 6.5rem;
  }

  .md\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .md\:focus-within\:w-30:focus-within {
    width: 7.5rem;
  }

  .md\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .md\:focus-within\:w-34:focus-within {
    width: 8.5rem;
  }

  .md\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .md\:focus-within\:w-38:focus-within {
    width: 9.5rem;
  }

  .md\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .md\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .md\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .md\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .md\:focus-within\:w-53:focus-within {
    width: 13.25rem;
  }

  .md\:focus-within\:w-54:focus-within {
    width: 13.5rem;
  }

  .md\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .md\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .md\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .md\:focus-within\:w-74:focus-within {
    width: 18.5rem;
  }

  .md\:focus-within\:w-76:focus-within {
    width: 19rem;
  }

  .md\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .md\:focus-within\:w-85:focus-within {
    width: 21.25rem;
  }

  .md\:focus-within\:w-100:focus-within {
    width: 25rem;
  }

  .md\:focus-within\:w-105:focus-within {
    width: 26.25rem;
  }

  .md\:focus-within\:w-107:focus-within {
    width: 26.4rem;
  }

  .md\:focus-within\:w-110:focus-within {
    width: 27.5rem;
  }

  .md\:focus-within\:w-120:focus-within {
    width: 30rem;
  }

  .md\:focus-within\:w-130:focus-within {
    width: 38rem;
  }

  .md\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .md\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .md\:focus-within\:w-250px:focus-within {
    width: 250px;
  }

  .md\:focus-within\:w-1\/2\%:focus-within {
    width: 0.5%;
  }

  .md\:focus-within\:w-1\%:focus-within {
    width: 1%;
  }

  .md\:focus-within\:w-2\%:focus-within {
    width: 2%;
  }

  .md\:focus-within\:w-3\%:focus-within {
    width: 3%;
  }

  .md\:focus-within\:w-4\%:focus-within {
    width: 4%;
  }

  .md\:focus-within\:w-5\%:focus-within {
    width: 5%;
  }

  .md\:focus-within\:w-10\%:focus-within {
    width: 10%;
  }

  .md\:focus-within\:w-20\%:focus-within {
    width: 20%;
  }

  .md\:focus-within\:w-23\%:focus-within {
    width: 23%;
  }

  .md\:focus-within\:w-25\%:focus-within {
    width: 25%;
  }

  .md\:focus-within\:w-26\%:focus-within {
    width: 26%;
  }

  .md\:focus-within\:w-30\%:focus-within {
    width: 30%;
  }

  .md\:focus-within\:w-40\%:focus-within {
    width: 40%;
  }

  .md\:focus-within\:w-50\%:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-60\%:focus-within {
    width: 60%;
  }

  .md\:focus-within\:w-70\%:focus-within {
    width: 70%;
  }

  .md\:focus-within\:w-80\%:focus-within {
    width: 80%;
  }

  .md\:focus-within\:w-90\%:focus-within {
    width: 90%;
  }

  .md\:focus-within\:w-95\%:focus-within {
    width: 95%;
  }

  .md\:focus-within\:w-96\%:focus-within {
    width: 96%;
  }

  .md\:focus-within\:w-97\%:focus-within {
    width: 97%;
  }

  .md\:focus-within\:w-98\%:focus-within {
    width: 98%;
  }

  .md\:focus-within\:w-99\%:focus-within {
    width: 99%;
  }

  .md\:focus-within\:w-36vh:focus-within {
    width: 36vh;
  }

  .md\:focus-within\:w-75vh:focus-within {
    width: 75vh;
  }

  .md\:focus-within\:w-78vh:focus-within {
    width: 78vh;
  }

  .md\:focus-within\:w-80vh:focus-within {
    width: 80vh;
  }

  .md\:focus-within\:w-82vh:focus-within {
    width: 82vh;
  }

  .md\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .md\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .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.666667%;
  }

  .md\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .md\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .md\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .md\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .md\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .md\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .md\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .md\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .md\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .md\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .md\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .md\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .md\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .md\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .md\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .md\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .md\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .md\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .md\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .md\:group-hover\:w-3 {
    width: 0.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-7 {
    width: 1.75rem;
  }

  .group:hover .md\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .md\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .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-14 {
    width: 3.5rem;
  }

  .group:hover .md\:group-hover\:w-15 {
    width: 3.75rem;
  }

  .group:hover .md\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .md\:group-hover\:w-18 {
    width: 4.5rem;
  }

  .group:hover .md\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .md\:group-hover\:w-21 {
    width: 5.25rem;
  }

  .group:hover .md\:group-hover\:w-22 {
    width: 5.5rem;
  }

  .group:hover .md\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .md\:group-hover\:w-26 {
    width: 6.5rem;
  }

  .group:hover .md\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .md\:group-hover\:w-30 {
    width: 7.5rem;
  }

  .group:hover .md\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .md\:group-hover\:w-34 {
    width: 8.5rem;
  }

  .group:hover .md\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .md\:group-hover\:w-38 {
    width: 9.5rem;
  }

  .group:hover .md\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .md\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .md\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .md\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .md\:group-hover\:w-53 {
    width: 13.25rem;
  }

  .group:hover .md\:group-hover\:w-54 {
    width: 13.5rem;
  }

  .group:hover .md\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .md\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .md\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .md\:group-hover\:w-74 {
    width: 18.5rem;
  }

  .group:hover .md\:group-hover\:w-76 {
    width: 19rem;
  }

  .group:hover .md\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .md\:group-hover\:w-85 {
    width: 21.25rem;
  }

  .group:hover .md\:group-hover\:w-100 {
    width: 25rem;
  }

  .group:hover .md\:group-hover\:w-105 {
    width: 26.25rem;
  }

  .group:hover .md\:group-hover\:w-107 {
    width: 26.4rem;
  }

  .group:hover .md\:group-hover\:w-110 {
    width: 27.5rem;
  }

  .group:hover .md\:group-hover\:w-120 {
    width: 30rem;
  }

  .group:hover .md\:group-hover\:w-130 {
    width: 38rem;
  }

  .group:hover .md\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .md\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .md\:group-hover\:w-250px {
    width: 250px;
  }

  .group:hover .md\:group-hover\:w-1\/2\% {
    width: 0.5%;
  }

  .group:hover .md\:group-hover\:w-1\% {
    width: 1%;
  }

  .group:hover .md\:group-hover\:w-2\% {
    width: 2%;
  }

  .group:hover .md\:group-hover\:w-3\% {
    width: 3%;
  }

  .group:hover .md\:group-hover\:w-4\% {
    width: 4%;
  }

  .group:hover .md\:group-hover\:w-5\% {
    width: 5%;
  }

  .group:hover .md\:group-hover\:w-10\% {
    width: 10%;
  }

  .group:hover .md\:group-hover\:w-20\% {
    width: 20%;
  }

  .group:hover .md\:group-hover\:w-23\% {
    width: 23%;
  }

  .group:hover .md\:group-hover\:w-25\% {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-26\% {
    width: 26%;
  }

  .group:hover .md\:group-hover\:w-30\% {
    width: 30%;
  }

  .group:hover .md\:group-hover\:w-40\% {
    width: 40%;
  }

  .group:hover .md\:group-hover\:w-50\% {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-60\% {
    width: 60%;
  }

  .group:hover .md\:group-hover\:w-70\% {
    width: 70%;
  }

  .group:hover .md\:group-hover\:w-80\% {
    width: 80%;
  }

  .group:hover .md\:group-hover\:w-90\% {
    width: 90%;
  }

  .group:hover .md\:group-hover\:w-95\% {
    width: 95%;
  }

  .group:hover .md\:group-hover\:w-96\% {
    width: 96%;
  }

  .group:hover .md\:group-hover\:w-97\% {
    width: 97%;
  }

  .group:hover .md\:group-hover\:w-98\% {
    width: 98%;
  }

  .group:hover .md\:group-hover\:w-99\% {
    width: 99%;
  }

  .group:hover .md\:group-hover\:w-36vh {
    width: 36vh;
  }

  .group:hover .md\:group-hover\:w-75vh {
    width: 75vh;
  }

  .group:hover .md\:group-hover\:w-78vh {
    width: 78vh;
  }

  .group:hover .md\:group-hover\:w-80vh {
    width: 80vh;
  }

  .group:hover .md\:group-hover\:w-82vh {
    width: 82vh;
  }

  .group:hover .md\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .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.666667%;
  }

  .group:hover .md\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .md\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .md\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .md\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .md\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .md\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .md\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .md\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .md\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .md\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .md\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .md\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .md\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .md\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .md\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .md\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:focus .md\:group-focus\:w-0 {
    width: 0;
  }

  .group:focus .md\:group-focus\:w-1 {
    width: 0.25rem;
  }

  .group:focus .md\:group-focus\:w-2 {
    width: 0.5rem;
  }

  .group:focus .md\:group-focus\:w-3 {
    width: 0.75rem;
  }

  .group:focus .md\:group-focus\:w-4 {
    width: 1rem;
  }

  .group:focus .md\:group-focus\:w-5 {
    width: 1.25rem;
  }

  .group:focus .md\:group-focus\:w-6 {
    width: 1.5rem;
  }

  .group:focus .md\:group-focus\:w-7 {
    width: 1.75rem;
  }

  .group:focus .md\:group-focus\:w-8 {
    width: 2rem;
  }

  .group:focus .md\:group-focus\:w-9 {
    width: 2.25rem;
  }

  .group:focus .md\:group-focus\:w-10 {
    width: 2.5rem;
  }

  .group:focus .md\:group-focus\:w-12 {
    width: 3rem;
  }

  .group:focus .md\:group-focus\:w-14 {
    width: 3.5rem;
  }

  .group:focus .md\:group-focus\:w-15 {
    width: 3.75rem;
  }

  .group:focus .md\:group-focus\:w-16 {
    width: 4rem;
  }

  .group:focus .md\:group-focus\:w-18 {
    width: 4.5rem;
  }

  .group:focus .md\:group-focus\:w-20 {
    width: 5rem;
  }

  .group:focus .md\:group-focus\:w-21 {
    width: 5.25rem;
  }

  .group:focus .md\:group-focus\:w-22 {
    width: 5.5rem;
  }

  .group:focus .md\:group-focus\:w-24 {
    width: 6rem;
  }

  .group:focus .md\:group-focus\:w-26 {
    width: 6.5rem;
  }

  .group:focus .md\:group-focus\:w-28 {
    width: 7rem;
  }

  .group:focus .md\:group-focus\:w-30 {
    width: 7.5rem;
  }

  .group:focus .md\:group-focus\:w-32 {
    width: 8rem;
  }

  .group:focus .md\:group-focus\:w-34 {
    width: 8.5rem;
  }

  .group:focus .md\:group-focus\:w-36 {
    width: 9rem;
  }

  .group:focus .md\:group-focus\:w-38 {
    width: 9.5rem;
  }

  .group:focus .md\:group-focus\:w-40 {
    width: 10rem;
  }

  .group:focus .md\:group-focus\:w-44 {
    width: 11rem;
  }

  .group:focus .md\:group-focus\:w-48 {
    width: 12rem;
  }

  .group:focus .md\:group-focus\:w-52 {
    width: 13rem;
  }

  .group:focus .md\:group-focus\:w-53 {
    width: 13.25rem;
  }

  .group:focus .md\:group-focus\:w-54 {
    width: 13.5rem;
  }

  .group:focus .md\:group-focus\:w-56 {
    width: 14rem;
  }

  .group:focus .md\:group-focus\:w-64 {
    width: 16rem;
  }

  .group:focus .md\:group-focus\:w-72 {
    width: 18rem;
  }

  .group:focus .md\:group-focus\:w-74 {
    width: 18.5rem;
  }

  .group:focus .md\:group-focus\:w-76 {
    width: 19rem;
  }

  .group:focus .md\:group-focus\:w-80 {
    width: 20rem;
  }

  .group:focus .md\:group-focus\:w-85 {
    width: 21.25rem;
  }

  .group:focus .md\:group-focus\:w-100 {
    width: 25rem;
  }

  .group:focus .md\:group-focus\:w-105 {
    width: 26.25rem;
  }

  .group:focus .md\:group-focus\:w-107 {
    width: 26.4rem;
  }

  .group:focus .md\:group-focus\:w-110 {
    width: 27.5rem;
  }

  .group:focus .md\:group-focus\:w-120 {
    width: 30rem;
  }

  .group:focus .md\:group-focus\:w-130 {
    width: 38rem;
  }

  .group:focus .md\:group-focus\:w-auto {
    width: auto;
  }

  .group:focus .md\:group-focus\:w-px {
    width: 1px;
  }

  .group:focus .md\:group-focus\:w-250px {
    width: 250px;
  }

  .group:focus .md\:group-focus\:w-1\/2\% {
    width: 0.5%;
  }

  .group:focus .md\:group-focus\:w-1\% {
    width: 1%;
  }

  .group:focus .md\:group-focus\:w-2\% {
    width: 2%;
  }

  .group:focus .md\:group-focus\:w-3\% {
    width: 3%;
  }

  .group:focus .md\:group-focus\:w-4\% {
    width: 4%;
  }

  .group:focus .md\:group-focus\:w-5\% {
    width: 5%;
  }

  .group:focus .md\:group-focus\:w-10\% {
    width: 10%;
  }

  .group:focus .md\:group-focus\:w-20\% {
    width: 20%;
  }

  .group:focus .md\:group-focus\:w-23\% {
    width: 23%;
  }

  .group:focus .md\:group-focus\:w-25\% {
    width: 25%;
  }

  .group:focus .md\:group-focus\:w-26\% {
    width: 26%;
  }

  .group:focus .md\:group-focus\:w-30\% {
    width: 30%;
  }

  .group:focus .md\:group-focus\:w-40\% {
    width: 40%;
  }

  .group:focus .md\:group-focus\:w-50\% {
    width: 50%;
  }

  .group:focus .md\:group-focus\:w-60\% {
    width: 60%;
  }

  .group:focus .md\:group-focus\:w-70\% {
    width: 70%;
  }

  .group:focus .md\:group-focus\:w-80\% {
    width: 80%;
  }

  .group:focus .md\:group-focus\:w-90\% {
    width: 90%;
  }

  .group:focus .md\:group-focus\:w-95\% {
    width: 95%;
  }

  .group:focus .md\:group-focus\:w-96\% {
    width: 96%;
  }

  .group:focus .md\:group-focus\:w-97\% {
    width: 97%;
  }

  .group:focus .md\:group-focus\:w-98\% {
    width: 98%;
  }

  .group:focus .md\:group-focus\:w-99\% {
    width: 99%;
  }

  .group:focus .md\:group-focus\:w-36vh {
    width: 36vh;
  }

  .group:focus .md\:group-focus\:w-75vh {
    width: 75vh;
  }

  .group:focus .md\:group-focus\:w-78vh {
    width: 78vh;
  }

  .group:focus .md\:group-focus\:w-80vh {
    width: 80vh;
  }

  .group:focus .md\:group-focus\:w-82vh {
    width: 82vh;
  }

  .group:focus .md\:group-focus\:w-1\/2 {
    width: 50%;
  }

  .group:focus .md\:group-focus\:w-1\/3 {
    width: 33.333333%;
  }

  .group:focus .md\:group-focus\:w-2\/3 {
    width: 66.666667%;
  }

  .group:focus .md\:group-focus\:w-1\/4 {
    width: 25%;
  }

  .group:focus .md\:group-focus\:w-2\/4 {
    width: 50%;
  }

  .group:focus .md\:group-focus\:w-3\/4 {
    width: 75%;
  }

  .group:focus .md\:group-focus\:w-1\/5 {
    width: 20%;
  }

  .group:focus .md\:group-focus\:w-2\/5 {
    width: 40%;
  }

  .group:focus .md\:group-focus\:w-3\/5 {
    width: 60%;
  }

  .group:focus .md\:group-focus\:w-4\/5 {
    width: 80%;
  }

  .group:focus .md\:group-focus\:w-1\/6 {
    width: 16.666667%;
  }

  .group:focus .md\:group-focus\:w-2\/6 {
    width: 33.333333%;
  }

  .group:focus .md\:group-focus\:w-3\/6 {
    width: 50%;
  }

  .group:focus .md\:group-focus\:w-4\/6 {
    width: 66.666667%;
  }

  .group:focus .md\:group-focus\:w-5\/6 {
    width: 83.333333%;
  }

  .group:focus .md\:group-focus\:w-1\/12 {
    width: 8.333333%;
  }

  .group:focus .md\:group-focus\:w-2\/12 {
    width: 16.666667%;
  }

  .group:focus .md\:group-focus\:w-3\/12 {
    width: 25%;
  }

  .group:focus .md\:group-focus\:w-4\/12 {
    width: 33.333333%;
  }

  .group:focus .md\:group-focus\:w-5\/12 {
    width: 41.666667%;
  }

  .group:focus .md\:group-focus\:w-6\/12 {
    width: 50%;
  }

  .group:focus .md\:group-focus\:w-7\/12 {
    width: 58.333333%;
  }

  .group:focus .md\:group-focus\:w-8\/12 {
    width: 66.666667%;
  }

  .group:focus .md\:group-focus\:w-9\/12 {
    width: 75%;
  }

  .group:focus .md\:group-focus\:w-10\/12 {
    width: 83.333333%;
  }

  .group:focus .md\:group-focus\:w-11\/12 {
    width: 91.666667%;
  }

  .group:focus .md\:group-focus\:w-full {
    width: 100%;
  }

  .group:focus .md\:group-focus\:w-screen {
    width: 100vw;
  }

  .group:focus .md\:group-focus\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:focus .md\:group-focus\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\: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\:isolate {
    isolation: isolate;
  }

  .md\:isolation-auto {
    isolation: auto;
  }

  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-15 {
    gap: 3.75rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-18 {
    gap: 4.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-21 {
    gap: 5.25rem;
  }

  .md\:gap-22 {
    gap: 5.5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-26 {
    gap: 6.5rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-30 {
    gap: 7.5rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-34 {
    gap: 8.5rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-38 {
    gap: 9.5rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-53 {
    gap: 13.25rem;
  }

  .md\:gap-54 {
    gap: 13.5rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

  .md\:gap-74 {
    gap: 18.5rem;
  }

  .md\:gap-76 {
    gap: 19rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:gap-85 {
    gap: 21.25rem;
  }

  .md\:gap-100 {
    gap: 25rem;
  }

  .md\:gap-105 {
    gap: 26.25rem;
  }

  .md\:gap-107 {
    gap: 26.4rem;
  }

  .md\:gap-110 {
    gap: 27.5rem;
  }

  .md\:gap-120 {
    gap: 30rem;
  }

  .md\:gap-130 {
    gap: 38rem;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\:gap-250px {
    gap: 250px;
  }

  .md\:gap-1\/2\% {
    gap: 0.5%;
  }

  .md\:gap-1\% {
    gap: 1%;
  }

  .md\:gap-2\% {
    gap: 2%;
  }

  .md\:gap-3\% {
    gap: 3%;
  }

  .md\:gap-4\% {
    gap: 4%;
  }

  .md\:gap-5\% {
    gap: 5%;
  }

  .md\:gap-10\% {
    gap: 10%;
  }

  .md\:gap-20\% {
    gap: 20%;
  }

  .md\:gap-23\% {
    gap: 23%;
  }

  .md\:gap-25\% {
    gap: 25%;
  }

  .md\:gap-26\% {
    gap: 26%;
  }

  .md\:gap-30\% {
    gap: 30%;
  }

  .md\:gap-40\% {
    gap: 40%;
  }

  .md\:gap-50\% {
    gap: 50%;
  }

  .md\:gap-60\% {
    gap: 60%;
  }

  .md\:gap-70\% {
    gap: 70%;
  }

  .md\:gap-80\% {
    gap: 80%;
  }

  .md\:gap-90\% {
    gap: 90%;
  }

  .md\:gap-95\% {
    gap: 95%;
  }

  .md\:gap-96\% {
    gap: 96%;
  }

  .md\:gap-97\% {
    gap: 97%;
  }

  .md\:gap-98\% {
    gap: 98%;
  }

  .md\:gap-99\% {
    gap: 99%;
  }

  .md\:gap-36vh {
    gap: 36vh;
  }

  .md\:gap-75vh {
    gap: 75vh;
  }

  .md\:gap-78vh {
    gap: 78vh;
  }

  .md\:gap-80vh {
    gap: 80vh;
  }

  .md\:gap-82vh {
    gap: 82vh;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-15 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .md\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-38 {
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-53 {
    -moz-column-gap: 13.25rem;
         column-gap: 13.25rem;
  }

  .md\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-74 {
    -moz-column-gap: 18.5rem;
         column-gap: 18.5rem;
  }

  .md\:gap-x-76 {
    -moz-column-gap: 19rem;
         column-gap: 19rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-85 {
    -moz-column-gap: 21.25rem;
         column-gap: 21.25rem;
  }

  .md\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .md\:gap-x-105 {
    -moz-column-gap: 26.25rem;
         column-gap: 26.25rem;
  }

  .md\:gap-x-107 {
    -moz-column-gap: 26.4rem;
         column-gap: 26.4rem;
  }

  .md\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .md\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .md\:gap-x-130 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-250px {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .md\:gap-x-1\/2\% {
    -moz-column-gap: 0.5%;
         column-gap: 0.5%;
  }

  .md\:gap-x-1\% {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .md\:gap-x-2\% {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }

  .md\:gap-x-3\% {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }

  .md\:gap-x-4\% {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }

  .md\:gap-x-5\% {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .md\:gap-x-10\% {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .md\:gap-x-20\% {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .md\:gap-x-23\% {
    -moz-column-gap: 23%;
         column-gap: 23%;
  }

  .md\:gap-x-25\% {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:gap-x-26\% {
    -moz-column-gap: 26%;
         column-gap: 26%;
  }

  .md\:gap-x-30\% {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .md\:gap-x-40\% {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .md\:gap-x-50\% {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:gap-x-60\% {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .md\:gap-x-70\% {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .md\:gap-x-80\% {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .md\:gap-x-90\% {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .md\:gap-x-95\% {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .md\:gap-x-96\% {
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .md\:gap-x-97\% {
    -moz-column-gap: 97%;
         column-gap: 97%;
  }

  .md\:gap-x-98\% {
    -moz-column-gap: 98%;
         column-gap: 98%;
  }

  .md\:gap-x-99\% {
    -moz-column-gap: 99%;
         column-gap: 99%;
  }

  .md\:gap-x-36vh {
    -moz-column-gap: 36vh;
         column-gap: 36vh;
  }

  .md\:gap-x-75vh {
    -moz-column-gap: 75vh;
         column-gap: 75vh;
  }

  .md\:gap-x-78vh {
    -moz-column-gap: 78vh;
         column-gap: 78vh;
  }

  .md\:gap-x-80vh {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md\:gap-x-82vh {
    -moz-column-gap: 82vh;
         column-gap: 82vh;
  }

  .md\:gap-y-0 {
    row-gap: 0;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-15 {
    row-gap: 3.75rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .md\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

  .md\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

  .md\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .md\:gap-y-36 {
    row-gap: 9rem;
  }

  .md\:gap-y-38 {
    row-gap: 9.5rem;
  }

  .md\:gap-y-40 {
    row-gap: 10rem;
  }

  .md\:gap-y-44 {
    row-gap: 11rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:gap-y-52 {
    row-gap: 13rem;
  }

  .md\:gap-y-53 {
    row-gap: 13.25rem;
  }

  .md\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .md\:gap-y-56 {
    row-gap: 14rem;
  }

  .md\:gap-y-64 {
    row-gap: 16rem;
  }

  .md\:gap-y-72 {
    row-gap: 18rem;
  }

  .md\:gap-y-74 {
    row-gap: 18.5rem;
  }

  .md\:gap-y-76 {
    row-gap: 19rem;
  }

  .md\:gap-y-80 {
    row-gap: 20rem;
  }

  .md\:gap-y-85 {
    row-gap: 21.25rem;
  }

  .md\:gap-y-100 {
    row-gap: 25rem;
  }

  .md\:gap-y-105 {
    row-gap: 26.25rem;
  }

  .md\:gap-y-107 {
    row-gap: 26.4rem;
  }

  .md\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .md\:gap-y-120 {
    row-gap: 30rem;
  }

  .md\:gap-y-130 {
    row-gap: 38rem;
  }

  .md\:gap-y-px {
    row-gap: 1px;
  }

  .md\:gap-y-250px {
    row-gap: 250px;
  }

  .md\:gap-y-1\/2\% {
    row-gap: 0.5%;
  }

  .md\:gap-y-1\% {
    row-gap: 1%;
  }

  .md\:gap-y-2\% {
    row-gap: 2%;
  }

  .md\:gap-y-3\% {
    row-gap: 3%;
  }

  .md\:gap-y-4\% {
    row-gap: 4%;
  }

  .md\:gap-y-5\% {
    row-gap: 5%;
  }

  .md\:gap-y-10\% {
    row-gap: 10%;
  }

  .md\:gap-y-20\% {
    row-gap: 20%;
  }

  .md\:gap-y-23\% {
    row-gap: 23%;
  }

  .md\:gap-y-25\% {
    row-gap: 25%;
  }

  .md\:gap-y-26\% {
    row-gap: 26%;
  }

  .md\:gap-y-30\% {
    row-gap: 30%;
  }

  .md\:gap-y-40\% {
    row-gap: 40%;
  }

  .md\:gap-y-50\% {
    row-gap: 50%;
  }

  .md\:gap-y-60\% {
    row-gap: 60%;
  }

  .md\:gap-y-70\% {
    row-gap: 70%;
  }

  .md\:gap-y-80\% {
    row-gap: 80%;
  }

  .md\:gap-y-90\% {
    row-gap: 90%;
  }

  .md\:gap-y-95\% {
    row-gap: 95%;
  }

  .md\:gap-y-96\% {
    row-gap: 96%;
  }

  .md\:gap-y-97\% {
    row-gap: 97%;
  }

  .md\:gap-y-98\% {
    row-gap: 98%;
  }

  .md\:gap-y-99\% {
    row-gap: 99%;
  }

  .md\:gap-y-36vh {
    row-gap: 36vh;
  }

  .md\:gap-y-75vh {
    row-gap: 75vh;
  }

  .md\:gap-y-78vh {
    row-gap: 78vh;
  }

  .md\:gap-y-80vh {
    row-gap: 80vh;
  }

  .md\:gap-y-82vh {
    row-gap: 82vh;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-15 {
    --tw-translate-x: 3.75rem;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .md\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-38 {
    --tw-translate-x: 9.5rem;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-53 {
    --tw-translate-x: 13.25rem;
  }

  .md\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .md\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-74 {
    --tw-translate-x: 18.5rem;
  }

  .md\:translate-x-76 {
    --tw-translate-x: 19rem;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-85 {
    --tw-translate-x: 21.25rem;
  }

  .md\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .md\:translate-x-105 {
    --tw-translate-x: 26.25rem;
  }

  .md\:translate-x-107 {
    --tw-translate-x: 26.4rem;
  }

  .md\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .md\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .md\:translate-x-130 {
    --tw-translate-x: 38rem;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:translate-x-250px {
    --tw-translate-x: 250px;
  }

  .md\:translate-x-1\/2\% {
    --tw-translate-x: 0.5%;
  }

  .md\:translate-x-1\% {
    --tw-translate-x: 1%;
  }

  .md\:translate-x-2\% {
    --tw-translate-x: 2%;
  }

  .md\:translate-x-3\% {
    --tw-translate-x: 3%;
  }

  .md\:translate-x-4\% {
    --tw-translate-x: 4%;
  }

  .md\:translate-x-5\% {
    --tw-translate-x: 5%;
  }

  .md\:translate-x-10\% {
    --tw-translate-x: 10%;
  }

  .md\:translate-x-20\% {
    --tw-translate-x: 20%;
  }

  .md\:translate-x-23\% {
    --tw-translate-x: 23%;
  }

  .md\:translate-x-25\% {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-26\% {
    --tw-translate-x: 26%;
  }

  .md\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .md\:translate-x-40\% {
    --tw-translate-x: 40%;
  }

  .md\:translate-x-50\% {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-60\% {
    --tw-translate-x: 60%;
  }

  .md\:translate-x-70\% {
    --tw-translate-x: 70%;
  }

  .md\:translate-x-80\% {
    --tw-translate-x: 80%;
  }

  .md\:translate-x-90\% {
    --tw-translate-x: 90%;
  }

  .md\:translate-x-95\% {
    --tw-translate-x: 95%;
  }

  .md\:translate-x-96\% {
    --tw-translate-x: 96%;
  }

  .md\:translate-x-97\% {
    --tw-translate-x: 97%;
  }

  .md\:translate-x-98\% {
    --tw-translate-x: 98%;
  }

  .md\:translate-x-99\% {
    --tw-translate-x: 99%;
  }

  .md\:translate-x-36vh {
    --tw-translate-x: 36vh;
  }

  .md\:translate-x-75vh {
    --tw-translate-x: 75vh;
  }

  .md\:translate-x-78vh {
    --tw-translate-x: 78vh;
  }

  .md\:translate-x-80vh {
    --tw-translate-x: 80vh;
  }

  .md\:translate-x-82vh {
    --tw-translate-x: 82vh;
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-15 {
    --tw-translate-x: -3.75rem;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .md\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-38 {
    --tw-translate-x: -9.5rem;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-53 {
    --tw-translate-x: -13.25rem;
  }

  .md\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-74 {
    --tw-translate-x: -18.5rem;
  }

  .md\:-translate-x-76 {
    --tw-translate-x: -19rem;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-85 {
    --tw-translate-x: -21.25rem;
  }

  .md\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .md\:-translate-x-105 {
    --tw-translate-x: -26.25rem;
  }

  .md\:-translate-x-107 {
    --tw-translate-x: -26.4rem;
  }

  .md\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .md\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .md\:-translate-x-130 {
    --tw-translate-x: -38rem;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-250px {
    --tw-translate-x: -250px;
  }

  .md\:-translate-x-1\/2\% {
    --tw-translate-x: -0.5%;
  }

  .md\:-translate-x-1\% {
    --tw-translate-x: -1%;
  }

  .md\:-translate-x-2\% {
    --tw-translate-x: -2%;
  }

  .md\:-translate-x-3\% {
    --tw-translate-x: -3%;
  }

  .md\:-translate-x-4\% {
    --tw-translate-x: -4%;
  }

  .md\:-translate-x-5\% {
    --tw-translate-x: -5%;
  }

  .md\:-translate-x-10\% {
    --tw-translate-x: -10%;
  }

  .md\:-translate-x-20\% {
    --tw-translate-x: -20%;
  }

  .md\:-translate-x-23\% {
    --tw-translate-x: -23%;
  }

  .md\:-translate-x-25\% {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-26\% {
    --tw-translate-x: -26%;
  }

  .md\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .md\:-translate-x-40\% {
    --tw-translate-x: -40%;
  }

  .md\:-translate-x-50\% {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-60\% {
    --tw-translate-x: -60%;
  }

  .md\:-translate-x-70\% {
    --tw-translate-x: -70%;
  }

  .md\:-translate-x-80\% {
    --tw-translate-x: -80%;
  }

  .md\:-translate-x-90\% {
    --tw-translate-x: -90%;
  }

  .md\:-translate-x-95\% {
    --tw-translate-x: -95%;
  }

  .md\:-translate-x-96\% {
    --tw-translate-x: -96%;
  }

  .md\:-translate-x-97\% {
    --tw-translate-x: -97%;
  }

  .md\:-translate-x-98\% {
    --tw-translate-x: -98%;
  }

  .md\:-translate-x-99\% {
    --tw-translate-x: -99%;
  }

  .md\:-translate-x-36vh {
    --tw-translate-x: -36vh;
  }

  .md\:-translate-x-75vh {
    --tw-translate-x: -75vh;
  }

  .md\:-translate-x-78vh {
    --tw-translate-x: -78vh;
  }

  .md\:-translate-x-80vh {
    --tw-translate-x: -80vh;
  }

  .md\:-translate-x-82vh {
    --tw-translate-x: -82vh;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-15 {
    --tw-translate-y: 3.75rem;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .md\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-38 {
    --tw-translate-y: 9.5rem;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-53 {
    --tw-translate-y: 13.25rem;
  }

  .md\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .md\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-74 {
    --tw-translate-y: 18.5rem;
  }

  .md\:translate-y-76 {
    --tw-translate-y: 19rem;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-85 {
    --tw-translate-y: 21.25rem;
  }

  .md\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .md\:translate-y-105 {
    --tw-translate-y: 26.25rem;
  }

  .md\:translate-y-107 {
    --tw-translate-y: 26.4rem;
  }

  .md\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .md\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .md\:translate-y-130 {
    --tw-translate-y: 38rem;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:translate-y-250px {
    --tw-translate-y: 250px;
  }

  .md\:translate-y-1\/2\% {
    --tw-translate-y: 0.5%;
  }

  .md\:translate-y-1\% {
    --tw-translate-y: 1%;
  }

  .md\:translate-y-2\% {
    --tw-translate-y: 2%;
  }

  .md\:translate-y-3\% {
    --tw-translate-y: 3%;
  }

  .md\:translate-y-4\% {
    --tw-translate-y: 4%;
  }

  .md\:translate-y-5\% {
    --tw-translate-y: 5%;
  }

  .md\:translate-y-10\% {
    --tw-translate-y: 10%;
  }

  .md\:translate-y-20\% {
    --tw-translate-y: 20%;
  }

  .md\:translate-y-23\% {
    --tw-translate-y: 23%;
  }

  .md\:translate-y-25\% {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-26\% {
    --tw-translate-y: 26%;
  }

  .md\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .md\:translate-y-40\% {
    --tw-translate-y: 40%;
  }

  .md\:translate-y-50\% {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-60\% {
    --tw-translate-y: 60%;
  }

  .md\:translate-y-70\% {
    --tw-translate-y: 70%;
  }

  .md\:translate-y-80\% {
    --tw-translate-y: 80%;
  }

  .md\:translate-y-90\% {
    --tw-translate-y: 90%;
  }

  .md\:translate-y-95\% {
    --tw-translate-y: 95%;
  }

  .md\:translate-y-96\% {
    --tw-translate-y: 96%;
  }

  .md\:translate-y-97\% {
    --tw-translate-y: 97%;
  }

  .md\:translate-y-98\% {
    --tw-translate-y: 98%;
  }

  .md\:translate-y-99\% {
    --tw-translate-y: 99%;
  }

  .md\:translate-y-36vh {
    --tw-translate-y: 36vh;
  }

  .md\:translate-y-75vh {
    --tw-translate-y: 75vh;
  }

  .md\:translate-y-78vh {
    --tw-translate-y: 78vh;
  }

  .md\:translate-y-80vh {
    --tw-translate-y: 80vh;
  }

  .md\:translate-y-82vh {
    --tw-translate-y: 82vh;
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-15 {
    --tw-translate-y: -3.75rem;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .md\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-38 {
    --tw-translate-y: -9.5rem;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-53 {
    --tw-translate-y: -13.25rem;
  }

  .md\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-74 {
    --tw-translate-y: -18.5rem;
  }

  .md\:-translate-y-76 {
    --tw-translate-y: -19rem;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-85 {
    --tw-translate-y: -21.25rem;
  }

  .md\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .md\:-translate-y-105 {
    --tw-translate-y: -26.25rem;
  }

  .md\:-translate-y-107 {
    --tw-translate-y: -26.4rem;
  }

  .md\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .md\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .md\:-translate-y-130 {
    --tw-translate-y: -38rem;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-250px {
    --tw-translate-y: -250px;
  }

  .md\:-translate-y-1\/2\% {
    --tw-translate-y: -0.5%;
  }

  .md\:-translate-y-1\% {
    --tw-translate-y: -1%;
  }

  .md\:-translate-y-2\% {
    --tw-translate-y: -2%;
  }

  .md\:-translate-y-3\% {
    --tw-translate-y: -3%;
  }

  .md\:-translate-y-4\% {
    --tw-translate-y: -4%;
  }

  .md\:-translate-y-5\% {
    --tw-translate-y: -5%;
  }

  .md\:-translate-y-10\% {
    --tw-translate-y: -10%;
  }

  .md\:-translate-y-20\% {
    --tw-translate-y: -20%;
  }

  .md\:-translate-y-23\% {
    --tw-translate-y: -23%;
  }

  .md\:-translate-y-25\% {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-26\% {
    --tw-translate-y: -26%;
  }

  .md\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .md\:-translate-y-40\% {
    --tw-translate-y: -40%;
  }

  .md\:-translate-y-50\% {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-60\% {
    --tw-translate-y: -60%;
  }

  .md\:-translate-y-70\% {
    --tw-translate-y: -70%;
  }

  .md\:-translate-y-80\% {
    --tw-translate-y: -80%;
  }

  .md\:-translate-y-90\% {
    --tw-translate-y: -90%;
  }

  .md\:-translate-y-95\% {
    --tw-translate-y: -95%;
  }

  .md\:-translate-y-96\% {
    --tw-translate-y: -96%;
  }

  .md\:-translate-y-97\% {
    --tw-translate-y: -97%;
  }

  .md\:-translate-y-98\% {
    --tw-translate-y: -98%;
  }

  .md\:-translate-y-99\% {
    --tw-translate-y: -99%;
  }

  .md\:-translate-y-36vh {
    --tw-translate-y: -36vh;
  }

  .md\:-translate-y-75vh {
    --tw-translate-y: -75vh;
  }

  .md\:-translate-y-78vh {
    --tw-translate-y: -78vh;
  }

  .md\:-translate-y-80vh {
    --tw-translate-y: -80vh;
  }

  .md\:-translate-y-82vh {
    --tw-translate-y: -82vh;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-15:hover {
    --tw-translate-x: 3.75rem;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .md\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-38:hover {
    --tw-translate-x: 9.5rem;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-53:hover {
    --tw-translate-x: 13.25rem;
  }

  .md\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-74:hover {
    --tw-translate-x: 18.5rem;
  }

  .md\:hover\:translate-x-76:hover {
    --tw-translate-x: 19rem;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-85:hover {
    --tw-translate-x: 21.25rem;
  }

  .md\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .md\:hover\:translate-x-105:hover {
    --tw-translate-x: 26.25rem;
  }

  .md\:hover\:translate-x-107:hover {
    --tw-translate-x: 26.4rem;
  }

  .md\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .md\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .md\:hover\:translate-x-130:hover {
    --tw-translate-x: 38rem;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-250px:hover {
    --tw-translate-x: 250px;
  }

  .md\:hover\:translate-x-1\/2\%:hover {
    --tw-translate-x: 0.5%;
  }

  .md\:hover\:translate-x-1\%:hover {
    --tw-translate-x: 1%;
  }

  .md\:hover\:translate-x-2\%:hover {
    --tw-translate-x: 2%;
  }

  .md\:hover\:translate-x-3\%:hover {
    --tw-translate-x: 3%;
  }

  .md\:hover\:translate-x-4\%:hover {
    --tw-translate-x: 4%;
  }

  .md\:hover\:translate-x-5\%:hover {
    --tw-translate-x: 5%;
  }

  .md\:hover\:translate-x-10\%:hover {
    --tw-translate-x: 10%;
  }

  .md\:hover\:translate-x-20\%:hover {
    --tw-translate-x: 20%;
  }

  .md\:hover\:translate-x-23\%:hover {
    --tw-translate-x: 23%;
  }

  .md\:hover\:translate-x-25\%:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-26\%:hover {
    --tw-translate-x: 26%;
  }

  .md\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .md\:hover\:translate-x-40\%:hover {
    --tw-translate-x: 40%;
  }

  .md\:hover\:translate-x-50\%:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-60\%:hover {
    --tw-translate-x: 60%;
  }

  .md\:hover\:translate-x-70\%:hover {
    --tw-translate-x: 70%;
  }

  .md\:hover\:translate-x-80\%:hover {
    --tw-translate-x: 80%;
  }

  .md\:hover\:translate-x-90\%:hover {
    --tw-translate-x: 90%;
  }

  .md\:hover\:translate-x-95\%:hover {
    --tw-translate-x: 95%;
  }

  .md\:hover\:translate-x-96\%:hover {
    --tw-translate-x: 96%;
  }

  .md\:hover\:translate-x-97\%:hover {
    --tw-translate-x: 97%;
  }

  .md\:hover\:translate-x-98\%:hover {
    --tw-translate-x: 98%;
  }

  .md\:hover\:translate-x-99\%:hover {
    --tw-translate-x: 99%;
  }

  .md\:hover\:translate-x-36vh:hover {
    --tw-translate-x: 36vh;
  }

  .md\:hover\:translate-x-75vh:hover {
    --tw-translate-x: 75vh;
  }

  .md\:hover\:translate-x-78vh:hover {
    --tw-translate-x: 78vh;
  }

  .md\:hover\:translate-x-80vh:hover {
    --tw-translate-x: 80vh;
  }

  .md\:hover\:translate-x-82vh:hover {
    --tw-translate-x: 82vh;
  }

  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-15:hover {
    --tw-translate-x: -3.75rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .md\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-38:hover {
    --tw-translate-x: -9.5rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-53:hover {
    --tw-translate-x: -13.25rem;
  }

  .md\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-74:hover {
    --tw-translate-x: -18.5rem;
  }

  .md\:hover\:-translate-x-76:hover {
    --tw-translate-x: -19rem;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-85:hover {
    --tw-translate-x: -21.25rem;
  }

  .md\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .md\:hover\:-translate-x-105:hover {
    --tw-translate-x: -26.25rem;
  }

  .md\:hover\:-translate-x-107:hover {
    --tw-translate-x: -26.4rem;
  }

  .md\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .md\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .md\:hover\:-translate-x-130:hover {
    --tw-translate-x: -38rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-250px:hover {
    --tw-translate-x: -250px;
  }

  .md\:hover\:-translate-x-1\/2\%:hover {
    --tw-translate-x: -0.5%;
  }

  .md\:hover\:-translate-x-1\%:hover {
    --tw-translate-x: -1%;
  }

  .md\:hover\:-translate-x-2\%:hover {
    --tw-translate-x: -2%;
  }

  .md\:hover\:-translate-x-3\%:hover {
    --tw-translate-x: -3%;
  }

  .md\:hover\:-translate-x-4\%:hover {
    --tw-translate-x: -4%;
  }

  .md\:hover\:-translate-x-5\%:hover {
    --tw-translate-x: -5%;
  }

  .md\:hover\:-translate-x-10\%:hover {
    --tw-translate-x: -10%;
  }

  .md\:hover\:-translate-x-20\%:hover {
    --tw-translate-x: -20%;
  }

  .md\:hover\:-translate-x-23\%:hover {
    --tw-translate-x: -23%;
  }

  .md\:hover\:-translate-x-25\%:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-26\%:hover {
    --tw-translate-x: -26%;
  }

  .md\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .md\:hover\:-translate-x-40\%:hover {
    --tw-translate-x: -40%;
  }

  .md\:hover\:-translate-x-50\%:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-60\%:hover {
    --tw-translate-x: -60%;
  }

  .md\:hover\:-translate-x-70\%:hover {
    --tw-translate-x: -70%;
  }

  .md\:hover\:-translate-x-80\%:hover {
    --tw-translate-x: -80%;
  }

  .md\:hover\:-translate-x-90\%:hover {
    --tw-translate-x: -90%;
  }

  .md\:hover\:-translate-x-95\%:hover {
    --tw-translate-x: -95%;
  }

  .md\:hover\:-translate-x-96\%:hover {
    --tw-translate-x: -96%;
  }

  .md\:hover\:-translate-x-97\%:hover {
    --tw-translate-x: -97%;
  }

  .md\:hover\:-translate-x-98\%:hover {
    --tw-translate-x: -98%;
  }

  .md\:hover\:-translate-x-99\%:hover {
    --tw-translate-x: -99%;
  }

  .md\:hover\:-translate-x-36vh:hover {
    --tw-translate-x: -36vh;
  }

  .md\:hover\:-translate-x-75vh:hover {
    --tw-translate-x: -75vh;
  }

  .md\:hover\:-translate-x-78vh:hover {
    --tw-translate-x: -78vh;
  }

  .md\:hover\:-translate-x-80vh:hover {
    --tw-translate-x: -80vh;
  }

  .md\:hover\:-translate-x-82vh:hover {
    --tw-translate-x: -82vh;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-15:hover {
    --tw-translate-y: 3.75rem;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .md\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-38:hover {
    --tw-translate-y: 9.5rem;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-53:hover {
    --tw-translate-y: 13.25rem;
  }

  .md\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-74:hover {
    --tw-translate-y: 18.5rem;
  }

  .md\:hover\:translate-y-76:hover {
    --tw-translate-y: 19rem;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-85:hover {
    --tw-translate-y: 21.25rem;
  }

  .md\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .md\:hover\:translate-y-105:hover {
    --tw-translate-y: 26.25rem;
  }

  .md\:hover\:translate-y-107:hover {
    --tw-translate-y: 26.4rem;
  }

  .md\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .md\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .md\:hover\:translate-y-130:hover {
    --tw-translate-y: 38rem;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-250px:hover {
    --tw-translate-y: 250px;
  }

  .md\:hover\:translate-y-1\/2\%:hover {
    --tw-translate-y: 0.5%;
  }

  .md\:hover\:translate-y-1\%:hover {
    --tw-translate-y: 1%;
  }

  .md\:hover\:translate-y-2\%:hover {
    --tw-translate-y: 2%;
  }

  .md\:hover\:translate-y-3\%:hover {
    --tw-translate-y: 3%;
  }

  .md\:hover\:translate-y-4\%:hover {
    --tw-translate-y: 4%;
  }

  .md\:hover\:translate-y-5\%:hover {
    --tw-translate-y: 5%;
  }

  .md\:hover\:translate-y-10\%:hover {
    --tw-translate-y: 10%;
  }

  .md\:hover\:translate-y-20\%:hover {
    --tw-translate-y: 20%;
  }

  .md\:hover\:translate-y-23\%:hover {
    --tw-translate-y: 23%;
  }

  .md\:hover\:translate-y-25\%:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-26\%:hover {
    --tw-translate-y: 26%;
  }

  .md\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .md\:hover\:translate-y-40\%:hover {
    --tw-translate-y: 40%;
  }

  .md\:hover\:translate-y-50\%:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-60\%:hover {
    --tw-translate-y: 60%;
  }

  .md\:hover\:translate-y-70\%:hover {
    --tw-translate-y: 70%;
  }

  .md\:hover\:translate-y-80\%:hover {
    --tw-translate-y: 80%;
  }

  .md\:hover\:translate-y-90\%:hover {
    --tw-translate-y: 90%;
  }

  .md\:hover\:translate-y-95\%:hover {
    --tw-translate-y: 95%;
  }

  .md\:hover\:translate-y-96\%:hover {
    --tw-translate-y: 96%;
  }

  .md\:hover\:translate-y-97\%:hover {
    --tw-translate-y: 97%;
  }

  .md\:hover\:translate-y-98\%:hover {
    --tw-translate-y: 98%;
  }

  .md\:hover\:translate-y-99\%:hover {
    --tw-translate-y: 99%;
  }

  .md\:hover\:translate-y-36vh:hover {
    --tw-translate-y: 36vh;
  }

  .md\:hover\:translate-y-75vh:hover {
    --tw-translate-y: 75vh;
  }

  .md\:hover\:translate-y-78vh:hover {
    --tw-translate-y: 78vh;
  }

  .md\:hover\:translate-y-80vh:hover {
    --tw-translate-y: 80vh;
  }

  .md\:hover\:translate-y-82vh:hover {
    --tw-translate-y: 82vh;
  }

  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-15:hover {
    --tw-translate-y: -3.75rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .md\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-38:hover {
    --tw-translate-y: -9.5rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-53:hover {
    --tw-translate-y: -13.25rem;
  }

  .md\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-74:hover {
    --tw-translate-y: -18.5rem;
  }

  .md\:hover\:-translate-y-76:hover {
    --tw-translate-y: -19rem;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-85:hover {
    --tw-translate-y: -21.25rem;
  }

  .md\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .md\:hover\:-translate-y-105:hover {
    --tw-translate-y: -26.25rem;
  }

  .md\:hover\:-translate-y-107:hover {
    --tw-translate-y: -26.4rem;
  }

  .md\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .md\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .md\:hover\:-translate-y-130:hover {
    --tw-translate-y: -38rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-250px:hover {
    --tw-translate-y: -250px;
  }

  .md\:hover\:-translate-y-1\/2\%:hover {
    --tw-translate-y: -0.5%;
  }

  .md\:hover\:-translate-y-1\%:hover {
    --tw-translate-y: -1%;
  }

  .md\:hover\:-translate-y-2\%:hover {
    --tw-translate-y: -2%;
  }

  .md\:hover\:-translate-y-3\%:hover {
    --tw-translate-y: -3%;
  }

  .md\:hover\:-translate-y-4\%:hover {
    --tw-translate-y: -4%;
  }

  .md\:hover\:-translate-y-5\%:hover {
    --tw-translate-y: -5%;
  }

  .md\:hover\:-translate-y-10\%:hover {
    --tw-translate-y: -10%;
  }

  .md\:hover\:-translate-y-20\%:hover {
    --tw-translate-y: -20%;
  }

  .md\:hover\:-translate-y-23\%:hover {
    --tw-translate-y: -23%;
  }

  .md\:hover\:-translate-y-25\%:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-26\%:hover {
    --tw-translate-y: -26%;
  }

  .md\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .md\:hover\:-translate-y-40\%:hover {
    --tw-translate-y: -40%;
  }

  .md\:hover\:-translate-y-50\%:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-60\%:hover {
    --tw-translate-y: -60%;
  }

  .md\:hover\:-translate-y-70\%:hover {
    --tw-translate-y: -70%;
  }

  .md\:hover\:-translate-y-80\%:hover {
    --tw-translate-y: -80%;
  }

  .md\:hover\:-translate-y-90\%:hover {
    --tw-translate-y: -90%;
  }

  .md\:hover\:-translate-y-95\%:hover {
    --tw-translate-y: -95%;
  }

  .md\:hover\:-translate-y-96\%:hover {
    --tw-translate-y: -96%;
  }

  .md\:hover\:-translate-y-97\%:hover {
    --tw-translate-y: -97%;
  }

  .md\:hover\:-translate-y-98\%:hover {
    --tw-translate-y: -98%;
  }

  .md\:hover\:-translate-y-99\%:hover {
    --tw-translate-y: -99%;
  }

  .md\:hover\:-translate-y-36vh:hover {
    --tw-translate-y: -36vh;
  }

  .md\:hover\:-translate-y-75vh:hover {
    --tw-translate-y: -75vh;
  }

  .md\:hover\:-translate-y-78vh:hover {
    --tw-translate-y: -78vh;
  }

  .md\:hover\:-translate-y-80vh:hover {
    --tw-translate-y: -80vh;
  }

  .md\:hover\:-translate-y-82vh:hover {
    --tw-translate-y: -82vh;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-15:focus {
    --tw-translate-x: 3.75rem;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .md\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-38:focus {
    --tw-translate-x: 9.5rem;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-53:focus {
    --tw-translate-x: 13.25rem;
  }

  .md\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-74:focus {
    --tw-translate-x: 18.5rem;
  }

  .md\:focus\:translate-x-76:focus {
    --tw-translate-x: 19rem;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-85:focus {
    --tw-translate-x: 21.25rem;
  }

  .md\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .md\:focus\:translate-x-105:focus {
    --tw-translate-x: 26.25rem;
  }

  .md\:focus\:translate-x-107:focus {
    --tw-translate-x: 26.4rem;
  }

  .md\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .md\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .md\:focus\:translate-x-130:focus {
    --tw-translate-x: 38rem;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-250px:focus {
    --tw-translate-x: 250px;
  }

  .md\:focus\:translate-x-1\/2\%:focus {
    --tw-translate-x: 0.5%;
  }

  .md\:focus\:translate-x-1\%:focus {
    --tw-translate-x: 1%;
  }

  .md\:focus\:translate-x-2\%:focus {
    --tw-translate-x: 2%;
  }

  .md\:focus\:translate-x-3\%:focus {
    --tw-translate-x: 3%;
  }

  .md\:focus\:translate-x-4\%:focus {
    --tw-translate-x: 4%;
  }

  .md\:focus\:translate-x-5\%:focus {
    --tw-translate-x: 5%;
  }

  .md\:focus\:translate-x-10\%:focus {
    --tw-translate-x: 10%;
  }

  .md\:focus\:translate-x-20\%:focus {
    --tw-translate-x: 20%;
  }

  .md\:focus\:translate-x-23\%:focus {
    --tw-translate-x: 23%;
  }

  .md\:focus\:translate-x-25\%:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-26\%:focus {
    --tw-translate-x: 26%;
  }

  .md\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .md\:focus\:translate-x-40\%:focus {
    --tw-translate-x: 40%;
  }

  .md\:focus\:translate-x-50\%:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-60\%:focus {
    --tw-translate-x: 60%;
  }

  .md\:focus\:translate-x-70\%:focus {
    --tw-translate-x: 70%;
  }

  .md\:focus\:translate-x-80\%:focus {
    --tw-translate-x: 80%;
  }

  .md\:focus\:translate-x-90\%:focus {
    --tw-translate-x: 90%;
  }

  .md\:focus\:translate-x-95\%:focus {
    --tw-translate-x: 95%;
  }

  .md\:focus\:translate-x-96\%:focus {
    --tw-translate-x: 96%;
  }

  .md\:focus\:translate-x-97\%:focus {
    --tw-translate-x: 97%;
  }

  .md\:focus\:translate-x-98\%:focus {
    --tw-translate-x: 98%;
  }

  .md\:focus\:translate-x-99\%:focus {
    --tw-translate-x: 99%;
  }

  .md\:focus\:translate-x-36vh:focus {
    --tw-translate-x: 36vh;
  }

  .md\:focus\:translate-x-75vh:focus {
    --tw-translate-x: 75vh;
  }

  .md\:focus\:translate-x-78vh:focus {
    --tw-translate-x: 78vh;
  }

  .md\:focus\:translate-x-80vh:focus {
    --tw-translate-x: 80vh;
  }

  .md\:focus\:translate-x-82vh:focus {
    --tw-translate-x: 82vh;
  }

  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-15:focus {
    --tw-translate-x: -3.75rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .md\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-38:focus {
    --tw-translate-x: -9.5rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-53:focus {
    --tw-translate-x: -13.25rem;
  }

  .md\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-74:focus {
    --tw-translate-x: -18.5rem;
  }

  .md\:focus\:-translate-x-76:focus {
    --tw-translate-x: -19rem;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-85:focus {
    --tw-translate-x: -21.25rem;
  }

  .md\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .md\:focus\:-translate-x-105:focus {
    --tw-translate-x: -26.25rem;
  }

  .md\:focus\:-translate-x-107:focus {
    --tw-translate-x: -26.4rem;
  }

  .md\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .md\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .md\:focus\:-translate-x-130:focus {
    --tw-translate-x: -38rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-250px:focus {
    --tw-translate-x: -250px;
  }

  .md\:focus\:-translate-x-1\/2\%:focus {
    --tw-translate-x: -0.5%;
  }

  .md\:focus\:-translate-x-1\%:focus {
    --tw-translate-x: -1%;
  }

  .md\:focus\:-translate-x-2\%:focus {
    --tw-translate-x: -2%;
  }

  .md\:focus\:-translate-x-3\%:focus {
    --tw-translate-x: -3%;
  }

  .md\:focus\:-translate-x-4\%:focus {
    --tw-translate-x: -4%;
  }

  .md\:focus\:-translate-x-5\%:focus {
    --tw-translate-x: -5%;
  }

  .md\:focus\:-translate-x-10\%:focus {
    --tw-translate-x: -10%;
  }

  .md\:focus\:-translate-x-20\%:focus {
    --tw-translate-x: -20%;
  }

  .md\:focus\:-translate-x-23\%:focus {
    --tw-translate-x: -23%;
  }

  .md\:focus\:-translate-x-25\%:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-26\%:focus {
    --tw-translate-x: -26%;
  }

  .md\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .md\:focus\:-translate-x-40\%:focus {
    --tw-translate-x: -40%;
  }

  .md\:focus\:-translate-x-50\%:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-60\%:focus {
    --tw-translate-x: -60%;
  }

  .md\:focus\:-translate-x-70\%:focus {
    --tw-translate-x: -70%;
  }

  .md\:focus\:-translate-x-80\%:focus {
    --tw-translate-x: -80%;
  }

  .md\:focus\:-translate-x-90\%:focus {
    --tw-translate-x: -90%;
  }

  .md\:focus\:-translate-x-95\%:focus {
    --tw-translate-x: -95%;
  }

  .md\:focus\:-translate-x-96\%:focus {
    --tw-translate-x: -96%;
  }

  .md\:focus\:-translate-x-97\%:focus {
    --tw-translate-x: -97%;
  }

  .md\:focus\:-translate-x-98\%:focus {
    --tw-translate-x: -98%;
  }

  .md\:focus\:-translate-x-99\%:focus {
    --tw-translate-x: -99%;
  }

  .md\:focus\:-translate-x-36vh:focus {
    --tw-translate-x: -36vh;
  }

  .md\:focus\:-translate-x-75vh:focus {
    --tw-translate-x: -75vh;
  }

  .md\:focus\:-translate-x-78vh:focus {
    --tw-translate-x: -78vh;
  }

  .md\:focus\:-translate-x-80vh:focus {
    --tw-translate-x: -80vh;
  }

  .md\:focus\:-translate-x-82vh:focus {
    --tw-translate-x: -82vh;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-15:focus {
    --tw-translate-y: 3.75rem;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .md\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-38:focus {
    --tw-translate-y: 9.5rem;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-53:focus {
    --tw-translate-y: 13.25rem;
  }

  .md\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-74:focus {
    --tw-translate-y: 18.5rem;
  }

  .md\:focus\:translate-y-76:focus {
    --tw-translate-y: 19rem;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-85:focus {
    --tw-translate-y: 21.25rem;
  }

  .md\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .md\:focus\:translate-y-105:focus {
    --tw-translate-y: 26.25rem;
  }

  .md\:focus\:translate-y-107:focus {
    --tw-translate-y: 26.4rem;
  }

  .md\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .md\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .md\:focus\:translate-y-130:focus {
    --tw-translate-y: 38rem;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-250px:focus {
    --tw-translate-y: 250px;
  }

  .md\:focus\:translate-y-1\/2\%:focus {
    --tw-translate-y: 0.5%;
  }

  .md\:focus\:translate-y-1\%:focus {
    --tw-translate-y: 1%;
  }

  .md\:focus\:translate-y-2\%:focus {
    --tw-translate-y: 2%;
  }

  .md\:focus\:translate-y-3\%:focus {
    --tw-translate-y: 3%;
  }

  .md\:focus\:translate-y-4\%:focus {
    --tw-translate-y: 4%;
  }

  .md\:focus\:translate-y-5\%:focus {
    --tw-translate-y: 5%;
  }

  .md\:focus\:translate-y-10\%:focus {
    --tw-translate-y: 10%;
  }

  .md\:focus\:translate-y-20\%:focus {
    --tw-translate-y: 20%;
  }

  .md\:focus\:translate-y-23\%:focus {
    --tw-translate-y: 23%;
  }

  .md\:focus\:translate-y-25\%:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-26\%:focus {
    --tw-translate-y: 26%;
  }

  .md\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .md\:focus\:translate-y-40\%:focus {
    --tw-translate-y: 40%;
  }

  .md\:focus\:translate-y-50\%:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-60\%:focus {
    --tw-translate-y: 60%;
  }

  .md\:focus\:translate-y-70\%:focus {
    --tw-translate-y: 70%;
  }

  .md\:focus\:translate-y-80\%:focus {
    --tw-translate-y: 80%;
  }

  .md\:focus\:translate-y-90\%:focus {
    --tw-translate-y: 90%;
  }

  .md\:focus\:translate-y-95\%:focus {
    --tw-translate-y: 95%;
  }

  .md\:focus\:translate-y-96\%:focus {
    --tw-translate-y: 96%;
  }

  .md\:focus\:translate-y-97\%:focus {
    --tw-translate-y: 97%;
  }

  .md\:focus\:translate-y-98\%:focus {
    --tw-translate-y: 98%;
  }

  .md\:focus\:translate-y-99\%:focus {
    --tw-translate-y: 99%;
  }

  .md\:focus\:translate-y-36vh:focus {
    --tw-translate-y: 36vh;
  }

  .md\:focus\:translate-y-75vh:focus {
    --tw-translate-y: 75vh;
  }

  .md\:focus\:translate-y-78vh:focus {
    --tw-translate-y: 78vh;
  }

  .md\:focus\:translate-y-80vh:focus {
    --tw-translate-y: 80vh;
  }

  .md\:focus\:translate-y-82vh:focus {
    --tw-translate-y: 82vh;
  }

  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-15:focus {
    --tw-translate-y: -3.75rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .md\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-38:focus {
    --tw-translate-y: -9.5rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-53:focus {
    --tw-translate-y: -13.25rem;
  }

  .md\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-74:focus {
    --tw-translate-y: -18.5rem;
  }

  .md\:focus\:-translate-y-76:focus {
    --tw-translate-y: -19rem;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-85:focus {
    --tw-translate-y: -21.25rem;
  }

  .md\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .md\:focus\:-translate-y-105:focus {
    --tw-translate-y: -26.25rem;
  }

  .md\:focus\:-translate-y-107:focus {
    --tw-translate-y: -26.4rem;
  }

  .md\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .md\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .md\:focus\:-translate-y-130:focus {
    --tw-translate-y: -38rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-250px:focus {
    --tw-translate-y: -250px;
  }

  .md\:focus\:-translate-y-1\/2\%:focus {
    --tw-translate-y: -0.5%;
  }

  .md\:focus\:-translate-y-1\%:focus {
    --tw-translate-y: -1%;
  }

  .md\:focus\:-translate-y-2\%:focus {
    --tw-translate-y: -2%;
  }

  .md\:focus\:-translate-y-3\%:focus {
    --tw-translate-y: -3%;
  }

  .md\:focus\:-translate-y-4\%:focus {
    --tw-translate-y: -4%;
  }

  .md\:focus\:-translate-y-5\%:focus {
    --tw-translate-y: -5%;
  }

  .md\:focus\:-translate-y-10\%:focus {
    --tw-translate-y: -10%;
  }

  .md\:focus\:-translate-y-20\%:focus {
    --tw-translate-y: -20%;
  }

  .md\:focus\:-translate-y-23\%:focus {
    --tw-translate-y: -23%;
  }

  .md\:focus\:-translate-y-25\%:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-26\%:focus {
    --tw-translate-y: -26%;
  }

  .md\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .md\:focus\:-translate-y-40\%:focus {
    --tw-translate-y: -40%;
  }

  .md\:focus\:-translate-y-50\%:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-60\%:focus {
    --tw-translate-y: -60%;
  }

  .md\:focus\:-translate-y-70\%:focus {
    --tw-translate-y: -70%;
  }

  .md\:focus\:-translate-y-80\%:focus {
    --tw-translate-y: -80%;
  }

  .md\:focus\:-translate-y-90\%:focus {
    --tw-translate-y: -90%;
  }

  .md\:focus\:-translate-y-95\%:focus {
    --tw-translate-y: -95%;
  }

  .md\:focus\:-translate-y-96\%:focus {
    --tw-translate-y: -96%;
  }

  .md\:focus\:-translate-y-97\%:focus {
    --tw-translate-y: -97%;
  }

  .md\:focus\:-translate-y-98\%:focus {
    --tw-translate-y: -98%;
  }

  .md\:focus\:-translate-y-99\%:focus {
    --tw-translate-y: -99%;
  }

  .md\:focus\:-translate-y-36vh:focus {
    --tw-translate-y: -36vh;
  }

  .md\:focus\:-translate-y-75vh:focus {
    --tw-translate-y: -75vh;
  }

  .md\:focus\:-translate-y-78vh:focus {
    --tw-translate-y: -78vh;
  }

  .md\:focus\:-translate-y-80vh:focus {
    --tw-translate-y: -80vh;
  }

  .md\:focus\:-translate-y-82vh:focus {
    --tw-translate-y: -82vh;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color {
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:filter-none {
    filter: none;
  }

  .md\:blur-0 {
    --tw-blur: blur(0);
  }

  .md\:blur-sm {
    --tw-blur: blur(4px);
  }

  .md\:blur {
    --tw-blur: blur(8px);
  }

  .md\:blur-md {
    --tw-blur: blur(12px);
  }

  .md\:blur-lg {
    --tw-blur: blur(16px);
  }

  .md\:blur-xl {
    --tw-blur: blur(24px);
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .md\:invert-0 {
    --tw-invert: invert(0);
  }

  .md\:invert {
    --tw-invert: invert(100%);
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .md\:sepia {
    --tw-sepia: sepia(100%);
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 0px) {
    .lg\:container {
      max-width: 0px;
    }
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .lg\:space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5% * var(--tw-space-x-reverse));
    margin-left: calc(0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2% * var(--tw-space-x-reverse));
    margin-left: calc(2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3% * var(--tw-space-x-reverse));
    margin-left: calc(3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4% * var(--tw-space-x-reverse));
    margin-left: calc(4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23% * var(--tw-space-x-reverse));
    margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26% * var(--tw-space-x-reverse));
    margin-left: calc(26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97% * var(--tw-space-x-reverse));
    margin-left: calc(97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98% * var(--tw-space-x-reverse));
    margin-left: calc(98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99% * var(--tw-space-y-reverse));
  }

  .lg\:space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99% * var(--tw-space-x-reverse));
    margin-left: calc(99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36vh * var(--tw-space-y-reverse));
  }

  .lg\:space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36vh * var(--tw-space-x-reverse));
    margin-left: calc(36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75vh * var(--tw-space-y-reverse));
  }

  .lg\:space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75vh * var(--tw-space-x-reverse));
    margin-left: calc(75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78vh * var(--tw-space-y-reverse));
  }

  .lg\:space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78vh * var(--tw-space-x-reverse));
    margin-left: calc(78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .lg\:space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82vh * var(--tw-space-y-reverse));
  }

  .lg\:space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82vh * var(--tw-space-x-reverse));
    margin-left: calc(82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.4rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5% * var(--tw-space-x-reverse));
    margin-left: calc(-0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2% * var(--tw-space-x-reverse));
    margin-left: calc(-2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3% * var(--tw-space-x-reverse));
    margin-left: calc(-3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4% * var(--tw-space-x-reverse));
    margin-left: calc(-4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23% * var(--tw-space-x-reverse));
    margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26% * var(--tw-space-x-reverse));
    margin-left: calc(-26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97% * var(--tw-space-x-reverse));
    margin-left: calc(-97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98% * var(--tw-space-x-reverse));
    margin-left: calc(-98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99% * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99% * var(--tw-space-x-reverse));
    margin-left: calc(-99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36vh * var(--tw-space-x-reverse));
    margin-left: calc(-36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75vh * var(--tw-space-x-reverse));
    margin-left: calc(-75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78vh * var(--tw-space-x-reverse));
    margin-left: calc(-78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82vh * var(--tw-space-x-reverse));
    margin-left: calc(-82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-epic-off-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-epic-pale-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-epic-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-divide-opacity));
  }

  .lg\:divide-epic-light-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-epic-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-divide-opacity));
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity));
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-divide-opacity));
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-divide-opacity));
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-divide-opacity));
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-divide-opacity));
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-divide-opacity));
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-divide-opacity));
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity));
  }

  .lg\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity));
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-divide-opacity));
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-divide-opacity));
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity));
  }

  .lg\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-divide-opacity));
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity));
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity));
  }

  .lg\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity));
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity));
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .lg\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-current {
    background-color: currentColor;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .lg\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .lg\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .lg\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .lg\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .lg\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .lg\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .lg\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .lg\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .lg\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .lg\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .lg\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .lg\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .lg\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .lg\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-epic-off-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-epic-pale-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-epic-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-epic-light-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-epic-purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-epic-off-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-epic-pale-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-epic-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-epic-light-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-epic-purple:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-transparent {
    background-color: transparent;
  }

  .group:focus .lg\:group-focus\:bg-current {
    background-color: currentColor;
  }

  .group:focus .lg\:group-focus\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:focus .lg\:group-focus\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:from-epic-off-white {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .lg\:from-epic-pale-blue {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .lg\:from-epic-dark-blue {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .lg\:from-epic-light-blue {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .lg\:from-epic-purple {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-gray-100 {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:from-gray-200 {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .lg\:from-gray-300 {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .lg\:from-gray-400 {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:from-gray-500 {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .lg\:from-gray-600 {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .lg\:from-gray-700 {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .lg\:from-gray-800 {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .lg\:from-gray-900 {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .lg\:from-red-100 {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .lg\:from-red-200 {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .lg\:from-red-300 {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .lg\:from-red-400 {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .lg\:from-red-500 {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .lg\:from-red-600 {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .lg\:from-red-700 {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .lg\:from-red-800 {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .lg\:from-red-900 {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .lg\:from-orange-100 {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .lg\:from-orange-200 {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .lg\:from-orange-300 {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .lg\:from-orange-400 {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .lg\:from-orange-500 {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .lg\:from-orange-600 {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .lg\:from-orange-700 {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .lg\:from-orange-800 {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .lg\:from-orange-900 {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .lg\:from-yellow-100 {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .lg\:from-yellow-300 {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .lg\:from-yellow-400 {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .lg\:from-yellow-500 {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .lg\:from-yellow-600 {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .lg\:from-yellow-700 {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .lg\:from-yellow-800 {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .lg\:from-yellow-900 {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .lg\:from-green-100 {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .lg\:from-green-200 {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .lg\:from-green-300 {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .lg\:from-green-400 {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .lg\:from-green-500 {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .lg\:from-green-600 {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .lg\:from-green-700 {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .lg\:from-green-800 {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .lg\:from-green-900 {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .lg\:from-teal-100 {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .lg\:from-teal-200 {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .lg\:from-teal-300 {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .lg\:from-teal-400 {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .lg\:from-teal-500 {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .lg\:from-teal-600 {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .lg\:from-teal-700 {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .lg\:from-teal-800 {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .lg\:from-teal-900 {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .lg\:from-blue-100 {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .lg\:from-blue-200 {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .lg\:from-blue-300 {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .lg\:from-blue-400 {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .lg\:from-blue-500 {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .lg\:from-blue-600 {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .lg\:from-blue-700 {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .lg\:from-blue-800 {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .lg\:from-blue-900 {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .lg\:from-indigo-100 {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .lg\:from-indigo-200 {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .lg\:from-indigo-300 {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .lg\:from-indigo-400 {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .lg\:from-indigo-500 {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .lg\:from-indigo-600 {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .lg\:from-indigo-700 {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .lg\:from-indigo-800 {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .lg\:from-indigo-900 {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .lg\:from-purple-100 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:from-purple-200 {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .lg\:from-purple-300 {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .lg\:from-purple-400 {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .lg\:from-purple-500 {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .lg\:from-purple-600 {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .lg\:from-purple-700 {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .lg\:from-purple-800 {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .lg\:from-purple-900 {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .lg\:from-pink-100 {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .lg\:from-pink-200 {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .lg\:from-pink-300 {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .lg\:from-pink-400 {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .lg\:from-pink-500 {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .lg\:from-pink-600 {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .lg\:from-pink-700 {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .lg\:from-pink-800 {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .lg\:from-pink-900 {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .lg\:via-epic-off-white {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .lg\:via-epic-pale-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .lg\:via-epic-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .lg\:via-epic-light-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .lg\:via-epic-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .lg\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .lg\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .lg\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .lg\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .lg\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .lg\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .lg\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .lg\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .lg\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .lg\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .lg\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .lg\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .lg\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .lg\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .lg\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .lg\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .lg\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .lg\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .lg\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .lg\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .lg\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .lg\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .lg\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .lg\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .lg\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .lg\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .lg\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .lg\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .lg\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .lg\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .lg\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .lg\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .lg\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .lg\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .lg\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .lg\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .lg\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .lg\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .lg\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .lg\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .lg\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .lg\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .lg\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .lg\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .lg\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .lg\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .lg\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .lg\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .lg\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .lg\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .lg\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .lg\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .lg\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .lg\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .lg\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .lg\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .lg\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .lg\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .lg\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .lg\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .lg\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .lg\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .lg\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .lg\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .lg\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .lg\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .lg\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .lg\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .lg\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .lg\:to-epic-off-white {
    --tw-gradient-to: #C5E7FF;
  }

  .lg\:to-epic-pale-blue {
    --tw-gradient-to: #B1DEFF;
  }

  .lg\:to-epic-dark-blue {
    --tw-gradient-to: #193B54;
  }

  .lg\:to-epic-light-blue {
    --tw-gradient-to: #00bff3;
  }

  .lg\:to-epic-purple {
    --tw-gradient-to: #7570b3;
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor;
  }

  .lg\:to-black {
    --tw-gradient-to: #000;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff;
  }

  .lg\:to-gray-100 {
    --tw-gradient-to: #f8f8f8;
  }

  .lg\:to-gray-200 {
    --tw-gradient-to: #f2f2f2;
  }

  .lg\:to-gray-300 {
    --tw-gradient-to: #e8e8e8;
  }

  .lg\:to-gray-400 {
    --tw-gradient-to: #d6d6d6;
  }

  .lg\:to-gray-500 {
    --tw-gradient-to: #b9b9b9;
  }

  .lg\:to-gray-600 {
    --tw-gradient-to: #858585;
  }

  .lg\:to-gray-700 {
    --tw-gradient-to: #676767;
  }

  .lg\:to-gray-800 {
    --tw-gradient-to: #3b3b3b;
  }

  .lg\:to-gray-900 {
    --tw-gradient-to: #333333;
  }

  .lg\:to-red-100 {
    --tw-gradient-to: #ffb6b6;
  }

  .lg\:to-red-200 {
    --tw-gradient-to: #ff7a7a;
  }

  .lg\:to-red-300 {
    --tw-gradient-to: #ff6060;
  }

  .lg\:to-red-400 {
    --tw-gradient-to: #ff4747;
  }

  .lg\:to-red-500 {
    --tw-gradient-to: #ff2d2d;
  }

  .lg\:to-red-600 {
    --tw-gradient-to: #ff1414;
  }

  .lg\:to-red-700 {
    --tw-gradient-to: #f90000;
  }

  .lg\:to-red-800 {
    --tw-gradient-to: #e00000;
  }

  .lg\:to-red-900 {
    --tw-gradient-to: #ca0000;
  }

  .lg\:to-orange-100 {
    --tw-gradient-to: #ffeac7;
  }

  .lg\:to-orange-200 {
    --tw-gradient-to: #ffce7a;
  }

  .lg\:to-orange-300 {
    --tw-gradient-to: #ffc560;
  }

  .lg\:to-orange-400 {
    --tw-gradient-to: #ffbb47;
  }

  .lg\:to-orange-500 {
    --tw-gradient-to: #FFB22D;
  }

  .lg\:to-orange-600 {
    --tw-gradient-to: #ffa914;
  }

  .lg\:to-orange-700 {
    --tw-gradient-to: #f99e00;
  }

  .lg\:to-orange-800 {
    --tw-gradient-to: #e08e00;
  }

  .lg\:to-orange-900 {
    --tw-gradient-to: #945e00;
  }

  .lg\:to-yellow-100 {
    --tw-gradient-to: #fffff0;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fefcbf;
  }

  .lg\:to-yellow-300 {
    --tw-gradient-to: #faf089;
  }

  .lg\:to-yellow-400 {
    --tw-gradient-to: #f6e05e;
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #ecc94b;
  }

  .lg\:to-yellow-600 {
    --tw-gradient-to: #d69e2e;
  }

  .lg\:to-yellow-700 {
    --tw-gradient-to: #b7791f;
  }

  .lg\:to-yellow-800 {
    --tw-gradient-to: #975a16;
  }

  .lg\:to-yellow-900 {
    --tw-gradient-to: #744210;
  }

  .lg\:to-green-100 {
    --tw-gradient-to: #d0ff57;
  }

  .lg\:to-green-200 {
    --tw-gradient-to: #bbff0a;
  }

  .lg\:to-green-300 {
    --tw-gradient-to: #adef00;
  }

  .lg\:to-green-400 {
    --tw-gradient-to: #9ad600;
  }

  .lg\:to-green-500 {
    --tw-gradient-to: #88BC00;
  }

  .lg\:to-green-600 {
    --tw-gradient-to: #76a300;
  }

  .lg\:to-green-700 {
    --tw-gradient-to: #638900;
  }

  .lg\:to-green-800 {
    --tw-gradient-to: #517000;
  }

  .lg\:to-green-900 {
    --tw-gradient-to: #1a2400;
  }

  .lg\:to-teal-100 {
    --tw-gradient-to: #e6fffa;
  }

  .lg\:to-teal-200 {
    --tw-gradient-to: #b2f5ea;
  }

  .lg\:to-teal-300 {
    --tw-gradient-to: #81e6d9;
  }

  .lg\:to-teal-400 {
    --tw-gradient-to: #4fd1c5;
  }

  .lg\:to-teal-500 {
    --tw-gradient-to: #38b2ac;
  }

  .lg\:to-teal-600 {
    --tw-gradient-to: #319795;
  }

  .lg\:to-teal-700 {
    --tw-gradient-to: #2c7a7b;
  }

  .lg\:to-teal-800 {
    --tw-gradient-to: #285e61;
  }

  .lg\:to-teal-900 {
    --tw-gradient-to: #234e52;
  }

  .lg\:to-blue-100 {
    --tw-gradient-to: #d1eafd;
  }

  .lg\:to-blue-200 {
    --tw-gradient-to: #88caf9;
  }

  .lg\:to-blue-300 {
    --tw-gradient-to: #6fbff8;
  }

  .lg\:to-blue-400 {
    --tw-gradient-to: #57b4f6;
  }

  .lg\:to-blue-500 {
    --tw-gradient-to: #3fa9f5;
  }

  .lg\:to-blue-600 {
    --tw-gradient-to: #279ef4;
  }

  .lg\:to-blue-700 {
    --tw-gradient-to: #0f93f2;
  }

  .lg\:to-blue-800 {
    --tw-gradient-to: #0b85dc;
  }

  .lg\:to-blue-900 {
    --tw-gradient-to: #075993;
  }

  .lg\:to-indigo-100 {
    --tw-gradient-to: #ebf4ff;
  }

  .lg\:to-indigo-200 {
    --tw-gradient-to: #c3dafe;
  }

  .lg\:to-indigo-300 {
    --tw-gradient-to: #a3bffa;
  }

  .lg\:to-indigo-400 {
    --tw-gradient-to: #7f9cf5;
  }

  .lg\:to-indigo-500 {
    --tw-gradient-to: #667eea;
  }

  .lg\:to-indigo-600 {
    --tw-gradient-to: #5a67d8;
  }

  .lg\:to-indigo-700 {
    --tw-gradient-to: #4c51bf;
  }

  .lg\:to-indigo-800 {
    --tw-gradient-to: #434190;
  }

  .lg\:to-indigo-900 {
    --tw-gradient-to: #3c366b;
  }

  .lg\:to-purple-100 {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:to-purple-200 {
    --tw-gradient-to: #e9d8fd;
  }

  .lg\:to-purple-300 {
    --tw-gradient-to: #d6bcfa;
  }

  .lg\:to-purple-400 {
    --tw-gradient-to: #b794f4;
  }

  .lg\:to-purple-500 {
    --tw-gradient-to: #9f7aea;
  }

  .lg\:to-purple-600 {
    --tw-gradient-to: #805ad5;
  }

  .lg\:to-purple-700 {
    --tw-gradient-to: #6b46c1;
  }

  .lg\:to-purple-800 {
    --tw-gradient-to: #553c9a;
  }

  .lg\:to-purple-900 {
    --tw-gradient-to: #44337a;
  }

  .lg\:to-pink-100 {
    --tw-gradient-to: #fff5f7;
  }

  .lg\:to-pink-200 {
    --tw-gradient-to: #fed7e2;
  }

  .lg\:to-pink-300 {
    --tw-gradient-to: #fbb6ce;
  }

  .lg\:to-pink-400 {
    --tw-gradient-to: #f687b3;
  }

  .lg\:to-pink-500 {
    --tw-gradient-to: #ed64a6;
  }

  .lg\:to-pink-600 {
    --tw-gradient-to: #d53f8c;
  }

  .lg\:to-pink-700 {
    --tw-gradient-to: #b83280;
  }

  .lg\:to-pink-800 {
    --tw-gradient-to: #97266d;
  }

  .lg\:to-pink-900 {
    --tw-gradient-to: #702459;
  }

  .lg\:hover\:from-epic-off-white:hover {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .lg\:hover\:from-epic-pale-blue:hover {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .lg\:hover\:from-epic-dark-blue:hover {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .lg\:hover\:from-epic-light-blue:hover {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .lg\:hover\:from-epic-purple:hover {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .lg\:hover\:from-red-100:hover {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .lg\:hover\:from-red-200:hover {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .lg\:hover\:from-red-300:hover {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .lg\:hover\:from-red-400:hover {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .lg\:hover\:from-red-500:hover {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .lg\:hover\:from-red-600:hover {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .lg\:hover\:from-red-700:hover {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .lg\:hover\:from-red-800:hover {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .lg\:hover\:from-red-900:hover {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .lg\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .lg\:hover\:from-orange-200:hover {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .lg\:hover\:from-orange-300:hover {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .lg\:hover\:from-orange-400:hover {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .lg\:hover\:from-orange-500:hover {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .lg\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .lg\:hover\:from-orange-700:hover {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .lg\:hover\:from-orange-800:hover {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .lg\:hover\:from-orange-900:hover {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .lg\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .lg\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .lg\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .lg\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .lg\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .lg\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .lg\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .lg\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .lg\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .lg\:hover\:from-teal-100:hover {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .lg\:hover\:from-teal-200:hover {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .lg\:hover\:from-teal-300:hover {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .lg\:hover\:from-teal-400:hover {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .lg\:hover\:from-teal-500:hover {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .lg\:hover\:from-teal-600:hover {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .lg\:hover\:from-teal-700:hover {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .lg\:hover\:from-teal-800:hover {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .lg\:hover\:from-teal-900:hover {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .lg\:hover\:from-blue-100:hover {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .lg\:hover\:from-blue-200:hover {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .lg\:hover\:from-blue-300:hover {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .lg\:hover\:from-blue-400:hover {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .lg\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .lg\:hover\:from-blue-600:hover {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .lg\:hover\:from-blue-700:hover {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .lg\:hover\:from-blue-800:hover {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .lg\:hover\:from-blue-900:hover {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .lg\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .lg\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .lg\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .lg\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .lg\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .lg\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .lg\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .lg\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .lg\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .lg\:hover\:from-purple-100:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .lg\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .lg\:hover\:from-purple-400:hover {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .lg\:hover\:from-purple-500:hover {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .lg\:hover\:from-purple-600:hover {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .lg\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .lg\:hover\:from-purple-800:hover {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .lg\:hover\:from-purple-900:hover {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .lg\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .lg\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .lg\:hover\:from-pink-300:hover {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .lg\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .lg\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .lg\:hover\:from-pink-600:hover {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .lg\:hover\:from-pink-700:hover {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .lg\:hover\:from-pink-800:hover {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .lg\:hover\:from-pink-900:hover {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .lg\:hover\:via-epic-off-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .lg\:hover\:via-epic-pale-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .lg\:hover\:via-epic-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .lg\:hover\:via-epic-light-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .lg\:hover\:via-epic-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .lg\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .lg\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .lg\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .lg\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .lg\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .lg\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .lg\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .lg\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .lg\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .lg\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .lg\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .lg\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .lg\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .lg\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .lg\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .lg\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .lg\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .lg\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .lg\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .lg\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .lg\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .lg\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .lg\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .lg\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .lg\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .lg\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .lg\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .lg\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .lg\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .lg\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .lg\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .lg\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .lg\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .lg\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .lg\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .lg\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .lg\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .lg\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .lg\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .lg\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .lg\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .lg\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .lg\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .lg\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .lg\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .lg\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .lg\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .lg\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .lg\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .lg\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .lg\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .lg\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .lg\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .lg\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .lg\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .lg\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .lg\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .lg\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .lg\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .lg\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .lg\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .lg\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .lg\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .lg\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .lg\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .lg\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .lg\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .lg\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .lg\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .lg\:hover\:to-epic-off-white:hover {
    --tw-gradient-to: #C5E7FF;
  }

  .lg\:hover\:to-epic-pale-blue:hover {
    --tw-gradient-to: #B1DEFF;
  }

  .lg\:hover\:to-epic-dark-blue:hover {
    --tw-gradient-to: #193B54;
  }

  .lg\:hover\:to-epic-light-blue:hover {
    --tw-gradient-to: #00bff3;
  }

  .lg\:hover\:to-epic-purple:hover {
    --tw-gradient-to: #7570b3;
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f8f8f8;
  }

  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #f2f2f2;
  }

  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #e8e8e8;
  }

  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #d6d6d6;
  }

  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #b9b9b9;
  }

  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #858585;
  }

  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #676767;
  }

  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #3b3b3b;
  }

  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #333333;
  }

  .lg\:hover\:to-red-100:hover {
    --tw-gradient-to: #ffb6b6;
  }

  .lg\:hover\:to-red-200:hover {
    --tw-gradient-to: #ff7a7a;
  }

  .lg\:hover\:to-red-300:hover {
    --tw-gradient-to: #ff6060;
  }

  .lg\:hover\:to-red-400:hover {
    --tw-gradient-to: #ff4747;
  }

  .lg\:hover\:to-red-500:hover {
    --tw-gradient-to: #ff2d2d;
  }

  .lg\:hover\:to-red-600:hover {
    --tw-gradient-to: #ff1414;
  }

  .lg\:hover\:to-red-700:hover {
    --tw-gradient-to: #f90000;
  }

  .lg\:hover\:to-red-800:hover {
    --tw-gradient-to: #e00000;
  }

  .lg\:hover\:to-red-900:hover {
    --tw-gradient-to: #ca0000;
  }

  .lg\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffeac7;
  }

  .lg\:hover\:to-orange-200:hover {
    --tw-gradient-to: #ffce7a;
  }

  .lg\:hover\:to-orange-300:hover {
    --tw-gradient-to: #ffc560;
  }

  .lg\:hover\:to-orange-400:hover {
    --tw-gradient-to: #ffbb47;
  }

  .lg\:hover\:to-orange-500:hover {
    --tw-gradient-to: #FFB22D;
  }

  .lg\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ffa914;
  }

  .lg\:hover\:to-orange-700:hover {
    --tw-gradient-to: #f99e00;
  }

  .lg\:hover\:to-orange-800:hover {
    --tw-gradient-to: #e08e00;
  }

  .lg\:hover\:to-orange-900:hover {
    --tw-gradient-to: #945e00;
  }

  .lg\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fffff0;
  }

  .lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fefcbf;
  }

  .lg\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #faf089;
  }

  .lg\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #f6e05e;
  }

  .lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #ecc94b;
  }

  .lg\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d69e2e;
  }

  .lg\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b7791f;
  }

  .lg\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #975a16;
  }

  .lg\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #744210;
  }

  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d0ff57;
  }

  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbff0a;
  }

  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #adef00;
  }

  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #9ad600;
  }

  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #88BC00;
  }

  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #76a300;
  }

  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #638900;
  }

  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #517000;
  }

  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #1a2400;
  }

  .lg\:hover\:to-teal-100:hover {
    --tw-gradient-to: #e6fffa;
  }

  .lg\:hover\:to-teal-200:hover {
    --tw-gradient-to: #b2f5ea;
  }

  .lg\:hover\:to-teal-300:hover {
    --tw-gradient-to: #81e6d9;
  }

  .lg\:hover\:to-teal-400:hover {
    --tw-gradient-to: #4fd1c5;
  }

  .lg\:hover\:to-teal-500:hover {
    --tw-gradient-to: #38b2ac;
  }

  .lg\:hover\:to-teal-600:hover {
    --tw-gradient-to: #319795;
  }

  .lg\:hover\:to-teal-700:hover {
    --tw-gradient-to: #2c7a7b;
  }

  .lg\:hover\:to-teal-800:hover {
    --tw-gradient-to: #285e61;
  }

  .lg\:hover\:to-teal-900:hover {
    --tw-gradient-to: #234e52;
  }

  .lg\:hover\:to-blue-100:hover {
    --tw-gradient-to: #d1eafd;
  }

  .lg\:hover\:to-blue-200:hover {
    --tw-gradient-to: #88caf9;
  }

  .lg\:hover\:to-blue-300:hover {
    --tw-gradient-to: #6fbff8;
  }

  .lg\:hover\:to-blue-400:hover {
    --tw-gradient-to: #57b4f6;
  }

  .lg\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3fa9f5;
  }

  .lg\:hover\:to-blue-600:hover {
    --tw-gradient-to: #279ef4;
  }

  .lg\:hover\:to-blue-700:hover {
    --tw-gradient-to: #0f93f2;
  }

  .lg\:hover\:to-blue-800:hover {
    --tw-gradient-to: #0b85dc;
  }

  .lg\:hover\:to-blue-900:hover {
    --tw-gradient-to: #075993;
  }

  .lg\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #ebf4ff;
  }

  .lg\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c3dafe;
  }

  .lg\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a3bffa;
  }

  .lg\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #7f9cf5;
  }

  .lg\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #667eea;
  }

  .lg\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #5a67d8;
  }

  .lg\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4c51bf;
  }

  .lg\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #434190;
  }

  .lg\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #3c366b;
  }

  .lg\:hover\:to-purple-100:hover {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d8fd;
  }

  .lg\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d6bcfa;
  }

  .lg\:hover\:to-purple-400:hover {
    --tw-gradient-to: #b794f4;
  }

  .lg\:hover\:to-purple-500:hover {
    --tw-gradient-to: #9f7aea;
  }

  .lg\:hover\:to-purple-600:hover {
    --tw-gradient-to: #805ad5;
  }

  .lg\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6b46c1;
  }

  .lg\:hover\:to-purple-800:hover {
    --tw-gradient-to: #553c9a;
  }

  .lg\:hover\:to-purple-900:hover {
    --tw-gradient-to: #44337a;
  }

  .lg\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fff5f7;
  }

  .lg\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fed7e2;
  }

  .lg\:hover\:to-pink-300:hover {
    --tw-gradient-to: #fbb6ce;
  }

  .lg\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f687b3;
  }

  .lg\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ed64a6;
  }

  .lg\:hover\:to-pink-600:hover {
    --tw-gradient-to: #d53f8c;
  }

  .lg\:hover\:to-pink-700:hover {
    --tw-gradient-to: #b83280;
  }

  .lg\:hover\:to-pink-800:hover {
    --tw-gradient-to: #97266d;
  }

  .lg\:hover\:to-pink-900:hover {
    --tw-gradient-to: #702459;
  }

  .lg\:focus\:from-epic-off-white:focus {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .lg\:focus\:from-epic-pale-blue:focus {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .lg\:focus\:from-epic-dark-blue:focus {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .lg\:focus\:from-epic-light-blue:focus {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .lg\:focus\:from-epic-purple:focus {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .lg\:focus\:from-red-100:focus {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .lg\:focus\:from-red-200:focus {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .lg\:focus\:from-red-300:focus {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .lg\:focus\:from-red-400:focus {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .lg\:focus\:from-red-500:focus {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .lg\:focus\:from-red-600:focus {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .lg\:focus\:from-red-700:focus {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .lg\:focus\:from-red-800:focus {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .lg\:focus\:from-red-900:focus {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .lg\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .lg\:focus\:from-orange-200:focus {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .lg\:focus\:from-orange-300:focus {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .lg\:focus\:from-orange-400:focus {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .lg\:focus\:from-orange-500:focus {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .lg\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .lg\:focus\:from-orange-700:focus {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .lg\:focus\:from-orange-800:focus {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .lg\:focus\:from-orange-900:focus {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .lg\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .lg\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .lg\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .lg\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .lg\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .lg\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .lg\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .lg\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .lg\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .lg\:focus\:from-teal-100:focus {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .lg\:focus\:from-teal-200:focus {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .lg\:focus\:from-teal-300:focus {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .lg\:focus\:from-teal-400:focus {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .lg\:focus\:from-teal-500:focus {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .lg\:focus\:from-teal-600:focus {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .lg\:focus\:from-teal-700:focus {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .lg\:focus\:from-teal-800:focus {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .lg\:focus\:from-teal-900:focus {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .lg\:focus\:from-blue-100:focus {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .lg\:focus\:from-blue-200:focus {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .lg\:focus\:from-blue-300:focus {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .lg\:focus\:from-blue-400:focus {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .lg\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .lg\:focus\:from-blue-600:focus {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .lg\:focus\:from-blue-700:focus {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .lg\:focus\:from-blue-800:focus {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .lg\:focus\:from-blue-900:focus {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .lg\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .lg\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .lg\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .lg\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .lg\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .lg\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .lg\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .lg\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .lg\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .lg\:focus\:from-purple-100:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .lg\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .lg\:focus\:from-purple-400:focus {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .lg\:focus\:from-purple-500:focus {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .lg\:focus\:from-purple-600:focus {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .lg\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .lg\:focus\:from-purple-800:focus {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .lg\:focus\:from-purple-900:focus {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .lg\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .lg\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .lg\:focus\:from-pink-300:focus {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .lg\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .lg\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .lg\:focus\:from-pink-600:focus {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .lg\:focus\:from-pink-700:focus {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .lg\:focus\:from-pink-800:focus {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .lg\:focus\:from-pink-900:focus {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .lg\:focus\:via-epic-off-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .lg\:focus\:via-epic-pale-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .lg\:focus\:via-epic-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .lg\:focus\:via-epic-light-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .lg\:focus\:via-epic-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .lg\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .lg\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .lg\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .lg\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .lg\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .lg\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .lg\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .lg\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .lg\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .lg\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .lg\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .lg\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .lg\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .lg\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .lg\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .lg\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .lg\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .lg\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .lg\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .lg\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .lg\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .lg\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .lg\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .lg\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .lg\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .lg\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .lg\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .lg\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .lg\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .lg\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .lg\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .lg\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .lg\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .lg\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .lg\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .lg\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .lg\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .lg\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .lg\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .lg\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .lg\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .lg\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .lg\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .lg\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .lg\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .lg\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .lg\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .lg\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .lg\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .lg\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .lg\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .lg\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .lg\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .lg\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .lg\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .lg\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .lg\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .lg\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .lg\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .lg\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .lg\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .lg\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .lg\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .lg\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .lg\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .lg\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .lg\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .lg\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .lg\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .lg\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .lg\:focus\:to-epic-off-white:focus {
    --tw-gradient-to: #C5E7FF;
  }

  .lg\:focus\:to-epic-pale-blue:focus {
    --tw-gradient-to: #B1DEFF;
  }

  .lg\:focus\:to-epic-dark-blue:focus {
    --tw-gradient-to: #193B54;
  }

  .lg\:focus\:to-epic-light-blue:focus {
    --tw-gradient-to: #00bff3;
  }

  .lg\:focus\:to-epic-purple:focus {
    --tw-gradient-to: #7570b3;
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f8f8f8;
  }

  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #f2f2f2;
  }

  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #e8e8e8;
  }

  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #d6d6d6;
  }

  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #b9b9b9;
  }

  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #858585;
  }

  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #676767;
  }

  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #3b3b3b;
  }

  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #333333;
  }

  .lg\:focus\:to-red-100:focus {
    --tw-gradient-to: #ffb6b6;
  }

  .lg\:focus\:to-red-200:focus {
    --tw-gradient-to: #ff7a7a;
  }

  .lg\:focus\:to-red-300:focus {
    --tw-gradient-to: #ff6060;
  }

  .lg\:focus\:to-red-400:focus {
    --tw-gradient-to: #ff4747;
  }

  .lg\:focus\:to-red-500:focus {
    --tw-gradient-to: #ff2d2d;
  }

  .lg\:focus\:to-red-600:focus {
    --tw-gradient-to: #ff1414;
  }

  .lg\:focus\:to-red-700:focus {
    --tw-gradient-to: #f90000;
  }

  .lg\:focus\:to-red-800:focus {
    --tw-gradient-to: #e00000;
  }

  .lg\:focus\:to-red-900:focus {
    --tw-gradient-to: #ca0000;
  }

  .lg\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffeac7;
  }

  .lg\:focus\:to-orange-200:focus {
    --tw-gradient-to: #ffce7a;
  }

  .lg\:focus\:to-orange-300:focus {
    --tw-gradient-to: #ffc560;
  }

  .lg\:focus\:to-orange-400:focus {
    --tw-gradient-to: #ffbb47;
  }

  .lg\:focus\:to-orange-500:focus {
    --tw-gradient-to: #FFB22D;
  }

  .lg\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ffa914;
  }

  .lg\:focus\:to-orange-700:focus {
    --tw-gradient-to: #f99e00;
  }

  .lg\:focus\:to-orange-800:focus {
    --tw-gradient-to: #e08e00;
  }

  .lg\:focus\:to-orange-900:focus {
    --tw-gradient-to: #945e00;
  }

  .lg\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fffff0;
  }

  .lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fefcbf;
  }

  .lg\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #faf089;
  }

  .lg\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #f6e05e;
  }

  .lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #ecc94b;
  }

  .lg\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d69e2e;
  }

  .lg\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b7791f;
  }

  .lg\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #975a16;
  }

  .lg\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #744210;
  }

  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d0ff57;
  }

  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbff0a;
  }

  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #adef00;
  }

  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #9ad600;
  }

  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #88BC00;
  }

  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #76a300;
  }

  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #638900;
  }

  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #517000;
  }

  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #1a2400;
  }

  .lg\:focus\:to-teal-100:focus {
    --tw-gradient-to: #e6fffa;
  }

  .lg\:focus\:to-teal-200:focus {
    --tw-gradient-to: #b2f5ea;
  }

  .lg\:focus\:to-teal-300:focus {
    --tw-gradient-to: #81e6d9;
  }

  .lg\:focus\:to-teal-400:focus {
    --tw-gradient-to: #4fd1c5;
  }

  .lg\:focus\:to-teal-500:focus {
    --tw-gradient-to: #38b2ac;
  }

  .lg\:focus\:to-teal-600:focus {
    --tw-gradient-to: #319795;
  }

  .lg\:focus\:to-teal-700:focus {
    --tw-gradient-to: #2c7a7b;
  }

  .lg\:focus\:to-teal-800:focus {
    --tw-gradient-to: #285e61;
  }

  .lg\:focus\:to-teal-900:focus {
    --tw-gradient-to: #234e52;
  }

  .lg\:focus\:to-blue-100:focus {
    --tw-gradient-to: #d1eafd;
  }

  .lg\:focus\:to-blue-200:focus {
    --tw-gradient-to: #88caf9;
  }

  .lg\:focus\:to-blue-300:focus {
    --tw-gradient-to: #6fbff8;
  }

  .lg\:focus\:to-blue-400:focus {
    --tw-gradient-to: #57b4f6;
  }

  .lg\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3fa9f5;
  }

  .lg\:focus\:to-blue-600:focus {
    --tw-gradient-to: #279ef4;
  }

  .lg\:focus\:to-blue-700:focus {
    --tw-gradient-to: #0f93f2;
  }

  .lg\:focus\:to-blue-800:focus {
    --tw-gradient-to: #0b85dc;
  }

  .lg\:focus\:to-blue-900:focus {
    --tw-gradient-to: #075993;
  }

  .lg\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #ebf4ff;
  }

  .lg\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c3dafe;
  }

  .lg\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a3bffa;
  }

  .lg\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #7f9cf5;
  }

  .lg\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #667eea;
  }

  .lg\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #5a67d8;
  }

  .lg\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4c51bf;
  }

  .lg\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #434190;
  }

  .lg\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #3c366b;
  }

  .lg\:focus\:to-purple-100:focus {
    --tw-gradient-to: #faf5ff;
  }

  .lg\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d8fd;
  }

  .lg\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d6bcfa;
  }

  .lg\:focus\:to-purple-400:focus {
    --tw-gradient-to: #b794f4;
  }

  .lg\:focus\:to-purple-500:focus {
    --tw-gradient-to: #9f7aea;
  }

  .lg\:focus\:to-purple-600:focus {
    --tw-gradient-to: #805ad5;
  }

  .lg\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6b46c1;
  }

  .lg\:focus\:to-purple-800:focus {
    --tw-gradient-to: #553c9a;
  }

  .lg\:focus\:to-purple-900:focus {
    --tw-gradient-to: #44337a;
  }

  .lg\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fff5f7;
  }

  .lg\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fed7e2;
  }

  .lg\:focus\:to-pink-300:focus {
    --tw-gradient-to: #fbb6ce;
  }

  .lg\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f687b3;
  }

  .lg\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ed64a6;
  }

  .lg\:focus\:to-pink-600:focus {
    --tw-gradient-to: #d53f8c;
  }

  .lg\:focus\:to-pink-700:focus {
    --tw-gradient-to: #b83280;
  }

  .lg\:focus\:to-pink-800:focus {
    --tw-gradient-to: #97266d;
  }

  .lg\:focus\:to-pink-900:focus {
    --tw-gradient-to: #702459;
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .lg\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .lg\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .lg\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .lg\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-current {
    border-color: currentColor;
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .lg\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .lg\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .lg\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .lg\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .lg\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .lg\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .lg\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .lg\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .lg\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .lg\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .lg\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .lg\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .lg\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .lg\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .lg\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .lg\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .lg\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .lg\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .lg\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .lg\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .lg\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .lg\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .lg\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .lg\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .lg\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .lg\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .lg\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .lg\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .lg\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .lg\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .lg\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .lg\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .lg\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .lg\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .lg\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .lg\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .lg\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .lg\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .lg\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .lg\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .lg\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .lg\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .lg\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .lg\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .lg\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .lg\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .lg\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .lg\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .lg\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .lg\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .lg\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .lg\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .lg\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .lg\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .lg\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .lg\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .lg\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .lg\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .lg\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .lg\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .lg\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .lg\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .lg\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .lg\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .lg\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .lg\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .lg\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .lg\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-epic-off-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-epic-pale-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-epic-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-epic-light-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-epic-purple:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .lg\:hover\:border-epic-off-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-epic-pale-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-epic-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .lg\:hover\:border-epic-light-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-epic-purple:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .lg\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .lg\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .lg\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .lg\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .lg\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .lg\:focus\:border-epic-off-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-epic-pale-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-epic-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .lg\:focus\:border-epic-light-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-epic-purple:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .lg\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .lg\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .lg\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .lg\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .lg\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.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: 0px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .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: 0px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .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;
  }

  .lg\:first\:border-0:first-child {
    border-width: 0px;
  }

  .lg\:first\:border-2:first-child {
    border-width: 2px;
  }

  .lg\:first\:border-4:first-child {
    border-width: 4px;
  }

  .lg\:first\:border-8:first-child {
    border-width: 8px;
  }

  .lg\:first\:border:first-child {
    border-width: 1px;
  }

  .lg\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .lg\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .lg\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .lg\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .lg\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .lg\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .lg\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .lg\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .lg\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .lg\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .lg\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .lg\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .lg\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .lg\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .lg\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .lg\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .lg\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .lg\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .lg\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .lg\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child {
    border-width: 0px;
  }

  .lg\:last\:border-2:last-child {
    border-width: 2px;
  }

  .lg\:last\:border-4:last-child {
    border-width: 4px;
  }

  .lg\:last\:border-8:last-child {
    border-width: 8px;
  }

  .lg\:last\:border:last-child {
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .lg\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .lg\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .lg\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .lg\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .lg\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .lg\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .lg\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .lg\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .lg\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .lg\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .lg\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .lg\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .lg\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .lg\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .lg\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .lg\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .lg\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .lg\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .lg\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .lg\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .lg\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .lg\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .lg\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .lg\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .lg\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .lg\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .lg\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .lg\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .lg\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .lg\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .lg\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .lg\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .lg\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .lg\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .lg\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .lg\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .lg\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .lg\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .lg\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .lg\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .lg\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .lg\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .lg\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .lg\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .lg\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .lg\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .lg\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .lg\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .lg\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .lg\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .lg\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .lg\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .lg\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .lg\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .lg\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .lg\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .lg\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .lg\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .lg\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .lg\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .lg\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .lg\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .lg\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .lg\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .lg\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .lg\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-help {
    cursor: help;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:list-item {
    display: list-item;
  }

  .lg\:hover\:block:hover {
    display: block;
  }

  .lg\:hover\:inline-block:hover {
    display: inline-block;
  }

  .lg\:hover\:inline:hover {
    display: inline;
  }

  .lg\:hover\:flex:hover {
    display: flex;
  }

  .lg\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .lg\:hover\:table:hover {
    display: table;
  }

  .lg\:hover\:inline-table:hover {
    display: inline-table;
  }

  .lg\:hover\:table-caption:hover {
    display: table-caption;
  }

  .lg\:hover\:table-cell:hover {
    display: table-cell;
  }

  .lg\:hover\:table-column:hover {
    display: table-column;
  }

  .lg\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .lg\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .lg\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .lg\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .lg\:hover\:table-row:hover {
    display: table-row;
  }

  .lg\:hover\:flow-root:hover {
    display: flow-root;
  }

  .lg\:hover\:grid:hover {
    display: grid;
  }

  .lg\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .lg\:hover\:contents:hover {
    display: contents;
  }

  .lg\:hover\:list-item:hover {
    display: list-item;
  }

  .lg\:focus\:block:focus {
    display: block;
  }

  .lg\:focus\:inline-block:focus {
    display: inline-block;
  }

  .lg\:focus\:inline:focus {
    display: inline;
  }

  .lg\:focus\:flex:focus {
    display: flex;
  }

  .lg\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .lg\:focus\:table:focus {
    display: table;
  }

  .lg\:focus\:inline-table:focus {
    display: inline-table;
  }

  .lg\:focus\:table-caption:focus {
    display: table-caption;
  }

  .lg\:focus\:table-cell:focus {
    display: table-cell;
  }

  .lg\:focus\:table-column:focus {
    display: table-column;
  }

  .lg\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .lg\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .lg\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .lg\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .lg\:focus\:table-row:focus {
    display: table-row;
  }

  .lg\:focus\:flow-root:focus {
    display: flow-root;
  }

  .lg\:focus\:grid:focus {
    display: grid;
  }

  .lg\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .lg\:focus\:contents:focus {
    display: contents;
  }

  .lg\:focus\:list-item:focus {
    display: list-item;
  }

  .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\:flex:focus-within {
    display: flex;
  }

  .lg\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .lg\:focus-within\:table:focus-within {
    display: table;
  }

  .lg\:focus-within\:inline-table:focus-within {
    display: inline-table;
  }

  .lg\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .lg\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .lg\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .lg\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .lg\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .lg\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .lg\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .lg\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .lg\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .lg\:focus-within\:grid:focus-within {
    display: grid;
  }

  .lg\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .lg\:focus-within\:contents:focus-within {
    display: contents;
  }

  .lg\:focus-within\:list-item:focus-within {
    display: list-item;
  }

  .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\:flex {
    display: flex;
  }

  .group:hover .lg\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .lg\:group-hover\:table {
    display: table;
  }

  .group:hover .lg\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .lg\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .lg\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .lg\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .lg\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .lg\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .lg\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .lg\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .lg\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .lg\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .lg\:group-hover\:grid {
    display: grid;
  }

  .group:hover .lg\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .lg\:group-hover\:contents {
    display: contents;
  }

  .group:hover .lg\:group-hover\:list-item {
    display: list-item;
  }

  .group:focus .lg\:group-focus\:block {
    display: block;
  }

  .group:focus .lg\:group-focus\:inline-block {
    display: inline-block;
  }

  .group:focus .lg\:group-focus\:inline {
    display: inline;
  }

  .group:focus .lg\:group-focus\:flex {
    display: flex;
  }

  .group:focus .lg\:group-focus\:inline-flex {
    display: inline-flex;
  }

  .group:focus .lg\:group-focus\:table {
    display: table;
  }

  .group:focus .lg\:group-focus\:inline-table {
    display: inline-table;
  }

  .group:focus .lg\:group-focus\:table-caption {
    display: table-caption;
  }

  .group:focus .lg\:group-focus\:table-cell {
    display: table-cell;
  }

  .group:focus .lg\:group-focus\:table-column {
    display: table-column;
  }

  .group:focus .lg\:group-focus\:table-column-group {
    display: table-column-group;
  }

  .group:focus .lg\:group-focus\:table-footer-group {
    display: table-footer-group;
  }

  .group:focus .lg\:group-focus\:table-header-group {
    display: table-header-group;
  }

  .group:focus .lg\:group-focus\:table-row-group {
    display: table-row-group;
  }

  .group:focus .lg\:group-focus\:table-row {
    display: table-row;
  }

  .group:focus .lg\:group-focus\:flow-root {
    display: flow-root;
  }

  .group:focus .lg\:group-focus\:grid {
    display: grid;
  }

  .group:focus .lg\:group-focus\:inline-grid {
    display: inline-grid;
  }

  .group:focus .lg\:group-focus\:contents {
    display: contents;
  }

  .group:focus .lg\:group-focus\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:hover\:hidden:hover {
    display: none;
  }

  .lg\:focus\:hidden:focus {
    display: none;
  }

  .lg\:focus-within\:hidden:focus-within {
    display: none;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .group:focus .lg\:group-focus\:hidden {
    display: none;
  }

  .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-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .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\: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\:content-evenly {
    align-content: space-evenly;
  }

  .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-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: 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\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-half {
    flex: 1 1 50%;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:font-thin {
    font-weight: 100;
  }

  .lg\:font-extralight {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-18 {
    height: 4.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-21 {
    height: 5.25rem;
  }

  .lg\:h-22 {
    height: 5.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-26 {
    height: 6.5rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-30 {
    height: 7.5rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-34 {
    height: 8.5rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-38 {
    height: 9.5rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-53 {
    height: 13.25rem;
  }

  .lg\:h-54 {
    height: 13.5rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-74 {
    height: 18.5rem;
  }

  .lg\:h-76 {
    height: 19rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-85 {
    height: 21.25rem;
  }

  .lg\:h-100 {
    height: 25rem;
  }

  .lg\:h-105 {
    height: 26.25rem;
  }

  .lg\:h-107 {
    height: 26.4rem;
  }

  .lg\:h-110 {
    height: 27.5rem;
  }

  .lg\:h-120 {
    height: 30rem;
  }

  .lg\:h-130 {
    height: 38rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-250px {
    height: 250px;
  }

  .lg\:h-1\/2\% {
    height: 0.5%;
  }

  .lg\:h-1\% {
    height: 1%;
  }

  .lg\:h-2\% {
    height: 2%;
  }

  .lg\:h-3\% {
    height: 3%;
  }

  .lg\:h-4\% {
    height: 4%;
  }

  .lg\:h-5\% {
    height: 5%;
  }

  .lg\:h-10\% {
    height: 10%;
  }

  .lg\:h-20\% {
    height: 20%;
  }

  .lg\:h-23\% {
    height: 23%;
  }

  .lg\:h-25\% {
    height: 25%;
  }

  .lg\:h-26\% {
    height: 26%;
  }

  .lg\:h-30\% {
    height: 30%;
  }

  .lg\:h-40\% {
    height: 40%;
  }

  .lg\:h-50\% {
    height: 50%;
  }

  .lg\:h-60\% {
    height: 60%;
  }

  .lg\:h-70\% {
    height: 70%;
  }

  .lg\:h-80\% {
    height: 80%;
  }

  .lg\:h-90\% {
    height: 90%;
  }

  .lg\:h-95\% {
    height: 95%;
  }

  .lg\:h-96\% {
    height: 96%;
  }

  .lg\:h-97\% {
    height: 97%;
  }

  .lg\:h-98\% {
    height: 98%;
  }

  .lg\:h-99\% {
    height: 99%;
  }

  .lg\:h-36vh {
    height: 36vh;
  }

  .lg\:h-75vh {
    height: 75vh;
  }

  .lg\:h-78vh {
    height: 78vh;
  }

  .lg\:h-80vh {
    height: 80vh;
  }

  .lg\:h-82vh {
    height: 82vh;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:hover\:h-0:hover {
    height: 0;
  }

  .lg\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .lg\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .lg\:hover\:h-3:hover {
    height: 0.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-7:hover {
    height: 1.75rem;
  }

  .lg\:hover\:h-8:hover {
    height: 2rem;
  }

  .lg\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .lg\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .lg\:hover\:h-12:hover {
    height: 3rem;
  }

  .lg\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .lg\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .lg\:hover\:h-16:hover {
    height: 4rem;
  }

  .lg\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .lg\:hover\:h-20:hover {
    height: 5rem;
  }

  .lg\:hover\:h-21:hover {
    height: 5.25rem;
  }

  .lg\:hover\:h-22:hover {
    height: 5.5rem;
  }

  .lg\:hover\:h-24:hover {
    height: 6rem;
  }

  .lg\:hover\:h-26:hover {
    height: 6.5rem;
  }

  .lg\:hover\:h-28:hover {
    height: 7rem;
  }

  .lg\:hover\:h-30:hover {
    height: 7.5rem;
  }

  .lg\:hover\:h-32:hover {
    height: 8rem;
  }

  .lg\:hover\:h-34:hover {
    height: 8.5rem;
  }

  .lg\:hover\:h-36:hover {
    height: 9rem;
  }

  .lg\:hover\:h-38:hover {
    height: 9.5rem;
  }

  .lg\:hover\:h-40:hover {
    height: 10rem;
  }

  .lg\:hover\:h-44:hover {
    height: 11rem;
  }

  .lg\:hover\:h-48:hover {
    height: 12rem;
  }

  .lg\:hover\:h-52:hover {
    height: 13rem;
  }

  .lg\:hover\:h-53:hover {
    height: 13.25rem;
  }

  .lg\:hover\:h-54:hover {
    height: 13.5rem;
  }

  .lg\:hover\:h-56:hover {
    height: 14rem;
  }

  .lg\:hover\:h-64:hover {
    height: 16rem;
  }

  .lg\:hover\:h-72:hover {
    height: 18rem;
  }

  .lg\:hover\:h-74:hover {
    height: 18.5rem;
  }

  .lg\:hover\:h-76:hover {
    height: 19rem;
  }

  .lg\:hover\:h-80:hover {
    height: 20rem;
  }

  .lg\:hover\:h-85:hover {
    height: 21.25rem;
  }

  .lg\:hover\:h-100:hover {
    height: 25rem;
  }

  .lg\:hover\:h-105:hover {
    height: 26.25rem;
  }

  .lg\:hover\:h-107:hover {
    height: 26.4rem;
  }

  .lg\:hover\:h-110:hover {
    height: 27.5rem;
  }

  .lg\:hover\:h-120:hover {
    height: 30rem;
  }

  .lg\:hover\:h-130:hover {
    height: 38rem;
  }

  .lg\:hover\:h-auto:hover {
    height: auto;
  }

  .lg\:hover\:h-px:hover {
    height: 1px;
  }

  .lg\:hover\:h-250px:hover {
    height: 250px;
  }

  .lg\:hover\:h-1\/2\%:hover {
    height: 0.5%;
  }

  .lg\:hover\:h-1\%:hover {
    height: 1%;
  }

  .lg\:hover\:h-2\%:hover {
    height: 2%;
  }

  .lg\:hover\:h-3\%:hover {
    height: 3%;
  }

  .lg\:hover\:h-4\%:hover {
    height: 4%;
  }

  .lg\:hover\:h-5\%:hover {
    height: 5%;
  }

  .lg\:hover\:h-10\%:hover {
    height: 10%;
  }

  .lg\:hover\:h-20\%:hover {
    height: 20%;
  }

  .lg\:hover\:h-23\%:hover {
    height: 23%;
  }

  .lg\:hover\:h-25\%:hover {
    height: 25%;
  }

  .lg\:hover\:h-26\%:hover {
    height: 26%;
  }

  .lg\:hover\:h-30\%:hover {
    height: 30%;
  }

  .lg\:hover\:h-40\%:hover {
    height: 40%;
  }

  .lg\:hover\:h-50\%:hover {
    height: 50%;
  }

  .lg\:hover\:h-60\%:hover {
    height: 60%;
  }

  .lg\:hover\:h-70\%:hover {
    height: 70%;
  }

  .lg\:hover\:h-80\%:hover {
    height: 80%;
  }

  .lg\:hover\:h-90\%:hover {
    height: 90%;
  }

  .lg\:hover\:h-95\%:hover {
    height: 95%;
  }

  .lg\:hover\:h-96\%:hover {
    height: 96%;
  }

  .lg\:hover\:h-97\%:hover {
    height: 97%;
  }

  .lg\:hover\:h-98\%:hover {
    height: 98%;
  }

  .lg\:hover\:h-99\%:hover {
    height: 99%;
  }

  .lg\:hover\:h-36vh:hover {
    height: 36vh;
  }

  .lg\:hover\:h-75vh:hover {
    height: 75vh;
  }

  .lg\:hover\:h-78vh:hover {
    height: 78vh;
  }

  .lg\:hover\:h-80vh:hover {
    height: 80vh;
  }

  .lg\:hover\:h-82vh:hover {
    height: 82vh;
  }

  .lg\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .lg\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .lg\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .lg\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .lg\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .lg\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .lg\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .lg\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .lg\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .lg\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .lg\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .lg\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .lg\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .lg\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .lg\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .lg\:hover\:h-full:hover {
    height: 100%;
  }

  .lg\:hover\:h-screen:hover {
    height: 100vh;
  }

  .lg\:focus\:h-0:focus {
    height: 0;
  }

  .lg\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .lg\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .lg\:focus\:h-3:focus {
    height: 0.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-7:focus {
    height: 1.75rem;
  }

  .lg\:focus\:h-8:focus {
    height: 2rem;
  }

  .lg\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .lg\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .lg\:focus\:h-12:focus {
    height: 3rem;
  }

  .lg\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .lg\:focus\:h-15:focus {
    height: 3.75rem;
  }

  .lg\:focus\:h-16:focus {
    height: 4rem;
  }

  .lg\:focus\:h-18:focus {
    height: 4.5rem;
  }

  .lg\:focus\:h-20:focus {
    height: 5rem;
  }

  .lg\:focus\:h-21:focus {
    height: 5.25rem;
  }

  .lg\:focus\:h-22:focus {
    height: 5.5rem;
  }

  .lg\:focus\:h-24:focus {
    height: 6rem;
  }

  .lg\:focus\:h-26:focus {
    height: 6.5rem;
  }

  .lg\:focus\:h-28:focus {
    height: 7rem;
  }

  .lg\:focus\:h-30:focus {
    height: 7.5rem;
  }

  .lg\:focus\:h-32:focus {
    height: 8rem;
  }

  .lg\:focus\:h-34:focus {
    height: 8.5rem;
  }

  .lg\:focus\:h-36:focus {
    height: 9rem;
  }

  .lg\:focus\:h-38:focus {
    height: 9.5rem;
  }

  .lg\:focus\:h-40:focus {
    height: 10rem;
  }

  .lg\:focus\:h-44:focus {
    height: 11rem;
  }

  .lg\:focus\:h-48:focus {
    height: 12rem;
  }

  .lg\:focus\:h-52:focus {
    height: 13rem;
  }

  .lg\:focus\:h-53:focus {
    height: 13.25rem;
  }

  .lg\:focus\:h-54:focus {
    height: 13.5rem;
  }

  .lg\:focus\:h-56:focus {
    height: 14rem;
  }

  .lg\:focus\:h-64:focus {
    height: 16rem;
  }

  .lg\:focus\:h-72:focus {
    height: 18rem;
  }

  .lg\:focus\:h-74:focus {
    height: 18.5rem;
  }

  .lg\:focus\:h-76:focus {
    height: 19rem;
  }

  .lg\:focus\:h-80:focus {
    height: 20rem;
  }

  .lg\:focus\:h-85:focus {
    height: 21.25rem;
  }

  .lg\:focus\:h-100:focus {
    height: 25rem;
  }

  .lg\:focus\:h-105:focus {
    height: 26.25rem;
  }

  .lg\:focus\:h-107:focus {
    height: 26.4rem;
  }

  .lg\:focus\:h-110:focus {
    height: 27.5rem;
  }

  .lg\:focus\:h-120:focus {
    height: 30rem;
  }

  .lg\:focus\:h-130:focus {
    height: 38rem;
  }

  .lg\:focus\:h-auto:focus {
    height: auto;
  }

  .lg\:focus\:h-px:focus {
    height: 1px;
  }

  .lg\:focus\:h-250px:focus {
    height: 250px;
  }

  .lg\:focus\:h-1\/2\%:focus {
    height: 0.5%;
  }

  .lg\:focus\:h-1\%:focus {
    height: 1%;
  }

  .lg\:focus\:h-2\%:focus {
    height: 2%;
  }

  .lg\:focus\:h-3\%:focus {
    height: 3%;
  }

  .lg\:focus\:h-4\%:focus {
    height: 4%;
  }

  .lg\:focus\:h-5\%:focus {
    height: 5%;
  }

  .lg\:focus\:h-10\%:focus {
    height: 10%;
  }

  .lg\:focus\:h-20\%:focus {
    height: 20%;
  }

  .lg\:focus\:h-23\%:focus {
    height: 23%;
  }

  .lg\:focus\:h-25\%:focus {
    height: 25%;
  }

  .lg\:focus\:h-26\%:focus {
    height: 26%;
  }

  .lg\:focus\:h-30\%:focus {
    height: 30%;
  }

  .lg\:focus\:h-40\%:focus {
    height: 40%;
  }

  .lg\:focus\:h-50\%:focus {
    height: 50%;
  }

  .lg\:focus\:h-60\%:focus {
    height: 60%;
  }

  .lg\:focus\:h-70\%:focus {
    height: 70%;
  }

  .lg\:focus\:h-80\%:focus {
    height: 80%;
  }

  .lg\:focus\:h-90\%:focus {
    height: 90%;
  }

  .lg\:focus\:h-95\%:focus {
    height: 95%;
  }

  .lg\:focus\:h-96\%:focus {
    height: 96%;
  }

  .lg\:focus\:h-97\%:focus {
    height: 97%;
  }

  .lg\:focus\:h-98\%:focus {
    height: 98%;
  }

  .lg\:focus\:h-99\%:focus {
    height: 99%;
  }

  .lg\:focus\:h-36vh:focus {
    height: 36vh;
  }

  .lg\:focus\:h-75vh:focus {
    height: 75vh;
  }

  .lg\:focus\:h-78vh:focus {
    height: 78vh;
  }

  .lg\:focus\:h-80vh:focus {
    height: 80vh;
  }

  .lg\:focus\:h-82vh:focus {
    height: 82vh;
  }

  .lg\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .lg\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .lg\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .lg\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .lg\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .lg\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .lg\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .lg\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .lg\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .lg\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .lg\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .lg\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .lg\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .lg\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .lg\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .lg\:focus\:h-full:focus {
    height: 100%;
  }

  .lg\:focus\:h-screen:focus {
    height: 100vh;
  }

  .lg\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .lg\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .lg\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .lg\:focus-within\:h-3:focus-within {
    height: 0.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-7:focus-within {
    height: 1.75rem;
  }

  .lg\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .lg\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .lg\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .lg\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .lg\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .lg\:focus-within\:h-15:focus-within {
    height: 3.75rem;
  }

  .lg\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .lg\:focus-within\:h-18:focus-within {
    height: 4.5rem;
  }

  .lg\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .lg\:focus-within\:h-21:focus-within {
    height: 5.25rem;
  }

  .lg\:focus-within\:h-22:focus-within {
    height: 5.5rem;
  }

  .lg\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .lg\:focus-within\:h-26:focus-within {
    height: 6.5rem;
  }

  .lg\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .lg\:focus-within\:h-30:focus-within {
    height: 7.5rem;
  }

  .lg\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .lg\:focus-within\:h-34:focus-within {
    height: 8.5rem;
  }

  .lg\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .lg\:focus-within\:h-38:focus-within {
    height: 9.5rem;
  }

  .lg\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .lg\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .lg\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .lg\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .lg\:focus-within\:h-53:focus-within {
    height: 13.25rem;
  }

  .lg\:focus-within\:h-54:focus-within {
    height: 13.5rem;
  }

  .lg\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .lg\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .lg\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .lg\:focus-within\:h-74:focus-within {
    height: 18.5rem;
  }

  .lg\:focus-within\:h-76:focus-within {
    height: 19rem;
  }

  .lg\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .lg\:focus-within\:h-85:focus-within {
    height: 21.25rem;
  }

  .lg\:focus-within\:h-100:focus-within {
    height: 25rem;
  }

  .lg\:focus-within\:h-105:focus-within {
    height: 26.25rem;
  }

  .lg\:focus-within\:h-107:focus-within {
    height: 26.4rem;
  }

  .lg\:focus-within\:h-110:focus-within {
    height: 27.5rem;
  }

  .lg\:focus-within\:h-120:focus-within {
    height: 30rem;
  }

  .lg\:focus-within\:h-130:focus-within {
    height: 38rem;
  }

  .lg\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .lg\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .lg\:focus-within\:h-250px:focus-within {
    height: 250px;
  }

  .lg\:focus-within\:h-1\/2\%:focus-within {
    height: 0.5%;
  }

  .lg\:focus-within\:h-1\%:focus-within {
    height: 1%;
  }

  .lg\:focus-within\:h-2\%:focus-within {
    height: 2%;
  }

  .lg\:focus-within\:h-3\%:focus-within {
    height: 3%;
  }

  .lg\:focus-within\:h-4\%:focus-within {
    height: 4%;
  }

  .lg\:focus-within\:h-5\%:focus-within {
    height: 5%;
  }

  .lg\:focus-within\:h-10\%:focus-within {
    height: 10%;
  }

  .lg\:focus-within\:h-20\%:focus-within {
    height: 20%;
  }

  .lg\:focus-within\:h-23\%:focus-within {
    height: 23%;
  }

  .lg\:focus-within\:h-25\%:focus-within {
    height: 25%;
  }

  .lg\:focus-within\:h-26\%:focus-within {
    height: 26%;
  }

  .lg\:focus-within\:h-30\%:focus-within {
    height: 30%;
  }

  .lg\:focus-within\:h-40\%:focus-within {
    height: 40%;
  }

  .lg\:focus-within\:h-50\%:focus-within {
    height: 50%;
  }

  .lg\:focus-within\:h-60\%:focus-within {
    height: 60%;
  }

  .lg\:focus-within\:h-70\%:focus-within {
    height: 70%;
  }

  .lg\:focus-within\:h-80\%:focus-within {
    height: 80%;
  }

  .lg\:focus-within\:h-90\%:focus-within {
    height: 90%;
  }

  .lg\:focus-within\:h-95\%:focus-within {
    height: 95%;
  }

  .lg\:focus-within\:h-96\%:focus-within {
    height: 96%;
  }

  .lg\:focus-within\:h-97\%:focus-within {
    height: 97%;
  }

  .lg\:focus-within\:h-98\%:focus-within {
    height: 98%;
  }

  .lg\:focus-within\:h-99\%:focus-within {
    height: 99%;
  }

  .lg\:focus-within\:h-36vh:focus-within {
    height: 36vh;
  }

  .lg\:focus-within\:h-75vh:focus-within {
    height: 75vh;
  }

  .lg\:focus-within\:h-78vh:focus-within {
    height: 78vh;
  }

  .lg\:focus-within\:h-80vh:focus-within {
    height: 80vh;
  }

  .lg\:focus-within\:h-82vh:focus-within {
    height: 82vh;
  }

  .lg\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .lg\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .lg\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .lg\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .lg\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .lg\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .lg\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .lg\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .lg\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .lg\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .lg\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .lg\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .lg\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .lg\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .lg\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .lg\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .lg\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .group:hover .lg\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .lg\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .lg\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .lg\:group-hover\:h-3 {
    height: 0.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-7 {
    height: 1.75rem;
  }

  .group:hover .lg\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .lg\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .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-14 {
    height: 3.5rem;
  }

  .group:hover .lg\:group-hover\:h-15 {
    height: 3.75rem;
  }

  .group:hover .lg\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .lg\:group-hover\:h-18 {
    height: 4.5rem;
  }

  .group:hover .lg\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .lg\:group-hover\:h-21 {
    height: 5.25rem;
  }

  .group:hover .lg\:group-hover\:h-22 {
    height: 5.5rem;
  }

  .group:hover .lg\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .lg\:group-hover\:h-26 {
    height: 6.5rem;
  }

  .group:hover .lg\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .lg\:group-hover\:h-30 {
    height: 7.5rem;
  }

  .group:hover .lg\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .lg\:group-hover\:h-34 {
    height: 8.5rem;
  }

  .group:hover .lg\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .lg\:group-hover\:h-38 {
    height: 9.5rem;
  }

  .group:hover .lg\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .lg\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .lg\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .lg\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .lg\:group-hover\:h-53 {
    height: 13.25rem;
  }

  .group:hover .lg\:group-hover\:h-54 {
    height: 13.5rem;
  }

  .group:hover .lg\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .lg\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .lg\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .lg\:group-hover\:h-74 {
    height: 18.5rem;
  }

  .group:hover .lg\:group-hover\:h-76 {
    height: 19rem;
  }

  .group:hover .lg\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .lg\:group-hover\:h-85 {
    height: 21.25rem;
  }

  .group:hover .lg\:group-hover\:h-100 {
    height: 25rem;
  }

  .group:hover .lg\:group-hover\:h-105 {
    height: 26.25rem;
  }

  .group:hover .lg\:group-hover\:h-107 {
    height: 26.4rem;
  }

  .group:hover .lg\:group-hover\:h-110 {
    height: 27.5rem;
  }

  .group:hover .lg\:group-hover\:h-120 {
    height: 30rem;
  }

  .group:hover .lg\:group-hover\:h-130 {
    height: 38rem;
  }

  .group:hover .lg\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .lg\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .lg\:group-hover\:h-250px {
    height: 250px;
  }

  .group:hover .lg\:group-hover\:h-1\/2\% {
    height: 0.5%;
  }

  .group:hover .lg\:group-hover\:h-1\% {
    height: 1%;
  }

  .group:hover .lg\:group-hover\:h-2\% {
    height: 2%;
  }

  .group:hover .lg\:group-hover\:h-3\% {
    height: 3%;
  }

  .group:hover .lg\:group-hover\:h-4\% {
    height: 4%;
  }

  .group:hover .lg\:group-hover\:h-5\% {
    height: 5%;
  }

  .group:hover .lg\:group-hover\:h-10\% {
    height: 10%;
  }

  .group:hover .lg\:group-hover\:h-20\% {
    height: 20%;
  }

  .group:hover .lg\:group-hover\:h-23\% {
    height: 23%;
  }

  .group:hover .lg\:group-hover\:h-25\% {
    height: 25%;
  }

  .group:hover .lg\:group-hover\:h-26\% {
    height: 26%;
  }

  .group:hover .lg\:group-hover\:h-30\% {
    height: 30%;
  }

  .group:hover .lg\:group-hover\:h-40\% {
    height: 40%;
  }

  .group:hover .lg\:group-hover\:h-50\% {
    height: 50%;
  }

  .group:hover .lg\:group-hover\:h-60\% {
    height: 60%;
  }

  .group:hover .lg\:group-hover\:h-70\% {
    height: 70%;
  }

  .group:hover .lg\:group-hover\:h-80\% {
    height: 80%;
  }

  .group:hover .lg\:group-hover\:h-90\% {
    height: 90%;
  }

  .group:hover .lg\:group-hover\:h-95\% {
    height: 95%;
  }

  .group:hover .lg\:group-hover\:h-96\% {
    height: 96%;
  }

  .group:hover .lg\:group-hover\:h-97\% {
    height: 97%;
  }

  .group:hover .lg\:group-hover\:h-98\% {
    height: 98%;
  }

  .group:hover .lg\:group-hover\:h-99\% {
    height: 99%;
  }

  .group:hover .lg\:group-hover\:h-36vh {
    height: 36vh;
  }

  .group:hover .lg\:group-hover\:h-75vh {
    height: 75vh;
  }

  .group:hover .lg\:group-hover\:h-78vh {
    height: 78vh;
  }

  .group:hover .lg\:group-hover\:h-80vh {
    height: 80vh;
  }

  .group:hover .lg\:group-hover\:h-82vh {
    height: 82vh;
  }

  .group:hover .lg\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .lg\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .lg\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .lg\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .lg\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .lg\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .lg\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .lg\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .lg\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .lg\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .lg\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .lg\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .lg\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .lg\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .lg\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .lg\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .lg\:group-hover\:h-screen {
    height: 100vh;
  }

  .group:focus .lg\:group-focus\:h-0 {
    height: 0;
  }

  .group:focus .lg\:group-focus\:h-1 {
    height: 0.25rem;
  }

  .group:focus .lg\:group-focus\:h-2 {
    height: 0.5rem;
  }

  .group:focus .lg\:group-focus\:h-3 {
    height: 0.75rem;
  }

  .group:focus .lg\:group-focus\:h-4 {
    height: 1rem;
  }

  .group:focus .lg\:group-focus\:h-5 {
    height: 1.25rem;
  }

  .group:focus .lg\:group-focus\:h-6 {
    height: 1.5rem;
  }

  .group:focus .lg\:group-focus\:h-7 {
    height: 1.75rem;
  }

  .group:focus .lg\:group-focus\:h-8 {
    height: 2rem;
  }

  .group:focus .lg\:group-focus\:h-9 {
    height: 2.25rem;
  }

  .group:focus .lg\:group-focus\:h-10 {
    height: 2.5rem;
  }

  .group:focus .lg\:group-focus\:h-12 {
    height: 3rem;
  }

  .group:focus .lg\:group-focus\:h-14 {
    height: 3.5rem;
  }

  .group:focus .lg\:group-focus\:h-15 {
    height: 3.75rem;
  }

  .group:focus .lg\:group-focus\:h-16 {
    height: 4rem;
  }

  .group:focus .lg\:group-focus\:h-18 {
    height: 4.5rem;
  }

  .group:focus .lg\:group-focus\:h-20 {
    height: 5rem;
  }

  .group:focus .lg\:group-focus\:h-21 {
    height: 5.25rem;
  }

  .group:focus .lg\:group-focus\:h-22 {
    height: 5.5rem;
  }

  .group:focus .lg\:group-focus\:h-24 {
    height: 6rem;
  }

  .group:focus .lg\:group-focus\:h-26 {
    height: 6.5rem;
  }

  .group:focus .lg\:group-focus\:h-28 {
    height: 7rem;
  }

  .group:focus .lg\:group-focus\:h-30 {
    height: 7.5rem;
  }

  .group:focus .lg\:group-focus\:h-32 {
    height: 8rem;
  }

  .group:focus .lg\:group-focus\:h-34 {
    height: 8.5rem;
  }

  .group:focus .lg\:group-focus\:h-36 {
    height: 9rem;
  }

  .group:focus .lg\:group-focus\:h-38 {
    height: 9.5rem;
  }

  .group:focus .lg\:group-focus\:h-40 {
    height: 10rem;
  }

  .group:focus .lg\:group-focus\:h-44 {
    height: 11rem;
  }

  .group:focus .lg\:group-focus\:h-48 {
    height: 12rem;
  }

  .group:focus .lg\:group-focus\:h-52 {
    height: 13rem;
  }

  .group:focus .lg\:group-focus\:h-53 {
    height: 13.25rem;
  }

  .group:focus .lg\:group-focus\:h-54 {
    height: 13.5rem;
  }

  .group:focus .lg\:group-focus\:h-56 {
    height: 14rem;
  }

  .group:focus .lg\:group-focus\:h-64 {
    height: 16rem;
  }

  .group:focus .lg\:group-focus\:h-72 {
    height: 18rem;
  }

  .group:focus .lg\:group-focus\:h-74 {
    height: 18.5rem;
  }

  .group:focus .lg\:group-focus\:h-76 {
    height: 19rem;
  }

  .group:focus .lg\:group-focus\:h-80 {
    height: 20rem;
  }

  .group:focus .lg\:group-focus\:h-85 {
    height: 21.25rem;
  }

  .group:focus .lg\:group-focus\:h-100 {
    height: 25rem;
  }

  .group:focus .lg\:group-focus\:h-105 {
    height: 26.25rem;
  }

  .group:focus .lg\:group-focus\:h-107 {
    height: 26.4rem;
  }

  .group:focus .lg\:group-focus\:h-110 {
    height: 27.5rem;
  }

  .group:focus .lg\:group-focus\:h-120 {
    height: 30rem;
  }

  .group:focus .lg\:group-focus\:h-130 {
    height: 38rem;
  }

  .group:focus .lg\:group-focus\:h-auto {
    height: auto;
  }

  .group:focus .lg\:group-focus\:h-px {
    height: 1px;
  }

  .group:focus .lg\:group-focus\:h-250px {
    height: 250px;
  }

  .group:focus .lg\:group-focus\:h-1\/2\% {
    height: 0.5%;
  }

  .group:focus .lg\:group-focus\:h-1\% {
    height: 1%;
  }

  .group:focus .lg\:group-focus\:h-2\% {
    height: 2%;
  }

  .group:focus .lg\:group-focus\:h-3\% {
    height: 3%;
  }

  .group:focus .lg\:group-focus\:h-4\% {
    height: 4%;
  }

  .group:focus .lg\:group-focus\:h-5\% {
    height: 5%;
  }

  .group:focus .lg\:group-focus\:h-10\% {
    height: 10%;
  }

  .group:focus .lg\:group-focus\:h-20\% {
    height: 20%;
  }

  .group:focus .lg\:group-focus\:h-23\% {
    height: 23%;
  }

  .group:focus .lg\:group-focus\:h-25\% {
    height: 25%;
  }

  .group:focus .lg\:group-focus\:h-26\% {
    height: 26%;
  }

  .group:focus .lg\:group-focus\:h-30\% {
    height: 30%;
  }

  .group:focus .lg\:group-focus\:h-40\% {
    height: 40%;
  }

  .group:focus .lg\:group-focus\:h-50\% {
    height: 50%;
  }

  .group:focus .lg\:group-focus\:h-60\% {
    height: 60%;
  }

  .group:focus .lg\:group-focus\:h-70\% {
    height: 70%;
  }

  .group:focus .lg\:group-focus\:h-80\% {
    height: 80%;
  }

  .group:focus .lg\:group-focus\:h-90\% {
    height: 90%;
  }

  .group:focus .lg\:group-focus\:h-95\% {
    height: 95%;
  }

  .group:focus .lg\:group-focus\:h-96\% {
    height: 96%;
  }

  .group:focus .lg\:group-focus\:h-97\% {
    height: 97%;
  }

  .group:focus .lg\:group-focus\:h-98\% {
    height: 98%;
  }

  .group:focus .lg\:group-focus\:h-99\% {
    height: 99%;
  }

  .group:focus .lg\:group-focus\:h-36vh {
    height: 36vh;
  }

  .group:focus .lg\:group-focus\:h-75vh {
    height: 75vh;
  }

  .group:focus .lg\:group-focus\:h-78vh {
    height: 78vh;
  }

  .group:focus .lg\:group-focus\:h-80vh {
    height: 80vh;
  }

  .group:focus .lg\:group-focus\:h-82vh {
    height: 82vh;
  }

  .group:focus .lg\:group-focus\:h-1\/2 {
    height: 50%;
  }

  .group:focus .lg\:group-focus\:h-1\/3 {
    height: 33.333333%;
  }

  .group:focus .lg\:group-focus\:h-2\/3 {
    height: 66.666667%;
  }

  .group:focus .lg\:group-focus\:h-1\/4 {
    height: 25%;
  }

  .group:focus .lg\:group-focus\:h-2\/4 {
    height: 50%;
  }

  .group:focus .lg\:group-focus\:h-3\/4 {
    height: 75%;
  }

  .group:focus .lg\:group-focus\:h-1\/5 {
    height: 20%;
  }

  .group:focus .lg\:group-focus\:h-2\/5 {
    height: 40%;
  }

  .group:focus .lg\:group-focus\:h-3\/5 {
    height: 60%;
  }

  .group:focus .lg\:group-focus\:h-4\/5 {
    height: 80%;
  }

  .group:focus .lg\:group-focus\:h-1\/6 {
    height: 16.666667%;
  }

  .group:focus .lg\:group-focus\:h-2\/6 {
    height: 33.333333%;
  }

  .group:focus .lg\:group-focus\:h-3\/6 {
    height: 50%;
  }

  .group:focus .lg\:group-focus\:h-4\/6 {
    height: 66.666667%;
  }

  .group:focus .lg\:group-focus\:h-5\/6 {
    height: 83.333333%;
  }

  .group:focus .lg\:group-focus\:h-full {
    height: 100%;
  }

  .group:focus .lg\:group-focus\:h-screen {
    height: 100vh;
  }

  .lg\:text-3xs {
    font-size: 0.5rem;
  }

  .lg\:text-2xs {
    font-size: 0.625rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .lg\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .lg\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .lg\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .lg\:hover\:text-base: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\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .lg\:focus\:text-3xs:focus {
    font-size: 0.5rem;
  }

  .lg\:focus\:text-2xs:focus {
    font-size: 0.625rem;
  }

  .lg\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .lg\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .lg\:focus\:text-base: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\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .lg\:focus-within\:text-3xs:focus-within {
    font-size: 0.5rem;
  }

  .lg\:focus-within\:text-2xs:focus-within {
    font-size: 0.625rem;
  }

  .lg\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .lg\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .lg\:focus-within\:text-base: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-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .group:hover .lg\:group-hover\:text-3xs {
    font-size: 0.5rem;
  }

  .group:hover .lg\:group-hover\:text-2xs {
    font-size: 0.625rem;
  }

  .group:hover .lg\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .lg\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .lg\:group-hover\:text-base {
    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;
  }

  .group:hover .lg\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .group:focus .lg\:group-focus\:text-3xs {
    font-size: 0.5rem;
  }

  .group:focus .lg\:group-focus\:text-2xs {
    font-size: 0.625rem;
  }

  .group:focus .lg\:group-focus\:text-xs {
    font-size: 0.75rem;
  }

  .group:focus .lg\:group-focus\:text-sm {
    font-size: 0.875rem;
  }

  .group:focus .lg\:group-focus\:text-base {
    font-size: 1rem;
  }

  .group:focus .lg\:group-focus\:text-lg {
    font-size: 1.125rem;
  }

  .group:focus .lg\:group-focus\:text-xl {
    font-size: 1.25rem;
  }

  .group:focus .lg\:group-focus\:text-2xl {
    font-size: 1.5rem;
  }

  .group:focus .lg\:group-focus\:text-3xl {
    font-size: 1.875rem;
  }

  .group:focus .lg\:group-focus\:text-4xl {
    font-size: 2.25rem;
  }

  .group:focus .lg\:group-focus\:text-5xl {
    font-size: 3rem;
  }

  .group:focus .lg\:group-focus\:text-6xl {
    font-size: 4rem;
  }

  .lg\:leading-3 {
    line-height: .75rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-relaxed {
    line-height: 1.625;
  }

  .lg\:leading-loose {
    line-height: 2;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .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-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-15 {
    margin: 3.75rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-18 {
    margin: 4.5rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-21 {
    margin: 5.25rem;
  }

  .lg\:m-22 {
    margin: 5.5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-26 {
    margin: 6.5rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-30 {
    margin: 7.5rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-34 {
    margin: 8.5rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-38 {
    margin: 9.5rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-53 {
    margin: 13.25rem;
  }

  .lg\:m-54 {
    margin: 13.5rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-74 {
    margin: 18.5rem;
  }

  .lg\:m-76 {
    margin: 19rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-85 {
    margin: 21.25rem;
  }

  .lg\:m-100 {
    margin: 25rem;
  }

  .lg\:m-105 {
    margin: 26.25rem;
  }

  .lg\:m-107 {
    margin: 26.4rem;
  }

  .lg\:m-110 {
    margin: 27.5rem;
  }

  .lg\:m-120 {
    margin: 30rem;
  }

  .lg\:m-130 {
    margin: 38rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-250px {
    margin: 250px;
  }

  .lg\:m-1\/2\% {
    margin: 0.5%;
  }

  .lg\:m-1\% {
    margin: 1%;
  }

  .lg\:m-2\% {
    margin: 2%;
  }

  .lg\:m-3\% {
    margin: 3%;
  }

  .lg\:m-4\% {
    margin: 4%;
  }

  .lg\:m-5\% {
    margin: 5%;
  }

  .lg\:m-10\% {
    margin: 10%;
  }

  .lg\:m-20\% {
    margin: 20%;
  }

  .lg\:m-23\% {
    margin: 23%;
  }

  .lg\:m-25\% {
    margin: 25%;
  }

  .lg\:m-26\% {
    margin: 26%;
  }

  .lg\:m-30\% {
    margin: 30%;
  }

  .lg\:m-40\% {
    margin: 40%;
  }

  .lg\:m-50\% {
    margin: 50%;
  }

  .lg\:m-60\% {
    margin: 60%;
  }

  .lg\:m-70\% {
    margin: 70%;
  }

  .lg\:m-80\% {
    margin: 80%;
  }

  .lg\:m-90\% {
    margin: 90%;
  }

  .lg\:m-95\% {
    margin: 95%;
  }

  .lg\:m-96\% {
    margin: 96%;
  }

  .lg\:m-97\% {
    margin: 97%;
  }

  .lg\:m-98\% {
    margin: 98%;
  }

  .lg\:m-99\% {
    margin: 99%;
  }

  .lg\:m-36vh {
    margin: 36vh;
  }

  .lg\:m-75vh {
    margin: 75vh;
  }

  .lg\:m-78vh {
    margin: 78vh;
  }

  .lg\:m-80vh {
    margin: 80vh;
  }

  .lg\:m-82vh {
    margin: 82vh;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-15 {
    margin: -3.75rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-18 {
    margin: -4.5rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-21 {
    margin: -5.25rem;
  }

  .lg\:-m-22 {
    margin: -5.5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-26 {
    margin: -6.5rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-30 {
    margin: -7.5rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-34 {
    margin: -8.5rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-38 {
    margin: -9.5rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-44 {
    margin: -11rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-52 {
    margin: -13rem;
  }

  .lg\:-m-53 {
    margin: -13.25rem;
  }

  .lg\:-m-54 {
    margin: -13.5rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-72 {
    margin: -18rem;
  }

  .lg\:-m-74 {
    margin: -18.5rem;
  }

  .lg\:-m-76 {
    margin: -19rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .lg\:-m-85 {
    margin: -21.25rem;
  }

  .lg\:-m-100 {
    margin: -25rem;
  }

  .lg\:-m-105 {
    margin: -26.25rem;
  }

  .lg\:-m-107 {
    margin: -26.4rem;
  }

  .lg\:-m-110 {
    margin: -27.5rem;
  }

  .lg\:-m-120 {
    margin: -30rem;
  }

  .lg\:-m-130 {
    margin: -38rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-250px {
    margin: -250px;
  }

  .lg\:-m-1\/2\% {
    margin: -0.5%;
  }

  .lg\:-m-1\% {
    margin: -1%;
  }

  .lg\:-m-2\% {
    margin: -2%;
  }

  .lg\:-m-3\% {
    margin: -3%;
  }

  .lg\:-m-4\% {
    margin: -4%;
  }

  .lg\:-m-5\% {
    margin: -5%;
  }

  .lg\:-m-10\% {
    margin: -10%;
  }

  .lg\:-m-20\% {
    margin: -20%;
  }

  .lg\:-m-23\% {
    margin: -23%;
  }

  .lg\:-m-25\% {
    margin: -25%;
  }

  .lg\:-m-26\% {
    margin: -26%;
  }

  .lg\:-m-30\% {
    margin: -30%;
  }

  .lg\:-m-40\% {
    margin: -40%;
  }

  .lg\:-m-50\% {
    margin: -50%;
  }

  .lg\:-m-60\% {
    margin: -60%;
  }

  .lg\:-m-70\% {
    margin: -70%;
  }

  .lg\:-m-80\% {
    margin: -80%;
  }

  .lg\:-m-90\% {
    margin: -90%;
  }

  .lg\:-m-95\% {
    margin: -95%;
  }

  .lg\:-m-96\% {
    margin: -96%;
  }

  .lg\:-m-97\% {
    margin: -97%;
  }

  .lg\:-m-98\% {
    margin: -98%;
  }

  .lg\:-m-99\% {
    margin: -99%;
  }

  .lg\:-m-36vh {
    margin: -36vh;
  }

  .lg\:-m-75vh {
    margin: -75vh;
  }

  .lg\:-m-78vh {
    margin: -78vh;
  }

  .lg\:-m-80vh {
    margin: -80vh;
  }

  .lg\:-m-82vh {
    margin: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .lg\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .lg\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .lg\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .lg\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .lg\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .lg\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .lg\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .lg\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .lg\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .lg\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .lg\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .lg\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .lg\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .lg\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .lg\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .lg\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .lg\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .lg\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .lg\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .lg\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .lg\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .lg\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .lg\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .lg\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .lg\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .lg\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .lg\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .lg\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .lg\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .lg\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .lg\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .lg\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .lg\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .lg\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .lg\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .lg\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .lg\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .lg\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .lg\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .lg\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .lg\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .lg\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .lg\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .lg\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .lg\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .lg\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .lg\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .lg\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .lg\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .lg\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .lg\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .lg\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .lg\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .lg\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .lg\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .lg\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .lg\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .lg\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .lg\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .lg\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .lg\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .lg\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .lg\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .lg\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .lg\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .lg\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .lg\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .lg\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .lg\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .lg\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .lg\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .lg\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .lg\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .lg\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .lg\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .lg\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .lg\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .lg\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .lg\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .lg\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .lg\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .lg\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .lg\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .lg\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .lg\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .lg\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .lg\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .lg\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .lg\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .lg\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .lg\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .lg\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .lg\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .lg\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .lg\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .lg\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .lg\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .lg\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:mt-15 {
    margin-top: 3.75rem;
  }

  .lg\:mr-15 {
    margin-right: 3.75rem;
  }

  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .lg\:ml-15 {
    margin-left: 3.75rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:mr-18 {
    margin-right: 4.5rem;
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .lg\:ml-18 {
    margin-left: 4.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-21 {
    margin-top: 5.25rem;
  }

  .lg\:mr-21 {
    margin-right: 5.25rem;
  }

  .lg\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .lg\:ml-21 {
    margin-left: 5.25rem;
  }

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:mr-22 {
    margin-right: 5.5rem;
  }

  .lg\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .lg\:ml-22 {
    margin-left: 5.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-26 {
    margin-top: 6.5rem;
  }

  .lg\:mr-26 {
    margin-right: 6.5rem;
  }

  .lg\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .lg\:ml-26 {
    margin-left: 6.5rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:mt-30 {
    margin-top: 7.5rem;
  }

  .lg\:mr-30 {
    margin-right: 7.5rem;
  }

  .lg\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .lg\:ml-30 {
    margin-left: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
  }

  .lg\:mr-34 {
    margin-right: 8.5rem;
  }

  .lg\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .lg\:ml-34 {
    margin-left: 8.5rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:mt-38 {
    margin-top: 9.5rem;
  }

  .lg\:mr-38 {
    margin-right: 9.5rem;
  }

  .lg\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .lg\:ml-38 {
    margin-left: 9.5rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:mt-53 {
    margin-top: 13.25rem;
  }

  .lg\:mr-53 {
    margin-right: 13.25rem;
  }

  .lg\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .lg\:ml-53 {
    margin-left: 13.25rem;
  }

  .lg\:mt-54 {
    margin-top: 13.5rem;
  }

  .lg\:mr-54 {
    margin-right: 13.5rem;
  }

  .lg\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .lg\:ml-54 {
    margin-left: 13.5rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:mt-74 {
    margin-top: 18.5rem;
  }

  .lg\:mr-74 {
    margin-right: 18.5rem;
  }

  .lg\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .lg\:ml-74 {
    margin-left: 18.5rem;
  }

  .lg\:mt-76 {
    margin-top: 19rem;
  }

  .lg\:mr-76 {
    margin-right: 19rem;
  }

  .lg\:mb-76 {
    margin-bottom: 19rem;
  }

  .lg\:ml-76 {
    margin-left: 19rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:mt-85 {
    margin-top: 21.25rem;
  }

  .lg\:mr-85 {
    margin-right: 21.25rem;
  }

  .lg\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .lg\:ml-85 {
    margin-left: 21.25rem;
  }

  .lg\:mt-100 {
    margin-top: 25rem;
  }

  .lg\:mr-100 {
    margin-right: 25rem;
  }

  .lg\:mb-100 {
    margin-bottom: 25rem;
  }

  .lg\:ml-100 {
    margin-left: 25rem;
  }

  .lg\:mt-105 {
    margin-top: 26.25rem;
  }

  .lg\:mr-105 {
    margin-right: 26.25rem;
  }

  .lg\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .lg\:ml-105 {
    margin-left: 26.25rem;
  }

  .lg\:mt-107 {
    margin-top: 26.4rem;
  }

  .lg\:mr-107 {
    margin-right: 26.4rem;
  }

  .lg\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .lg\:ml-107 {
    margin-left: 26.4rem;
  }

  .lg\:mt-110 {
    margin-top: 27.5rem;
  }

  .lg\:mr-110 {
    margin-right: 27.5rem;
  }

  .lg\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .lg\:ml-110 {
    margin-left: 27.5rem;
  }

  .lg\:mt-120 {
    margin-top: 30rem;
  }

  .lg\:mr-120 {
    margin-right: 30rem;
  }

  .lg\:mb-120 {
    margin-bottom: 30rem;
  }

  .lg\:ml-120 {
    margin-left: 30rem;
  }

  .lg\:mt-130 {
    margin-top: 38rem;
  }

  .lg\:mr-130 {
    margin-right: 38rem;
  }

  .lg\:mb-130 {
    margin-bottom: 38rem;
  }

  .lg\:ml-130 {
    margin-left: 38rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:mt-250px {
    margin-top: 250px;
  }

  .lg\:mr-250px {
    margin-right: 250px;
  }

  .lg\:mb-250px {
    margin-bottom: 250px;
  }

  .lg\:ml-250px {
    margin-left: 250px;
  }

  .lg\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .lg\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .lg\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .lg\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .lg\:mt-1\% {
    margin-top: 1%;
  }

  .lg\:mr-1\% {
    margin-right: 1%;
  }

  .lg\:mb-1\% {
    margin-bottom: 1%;
  }

  .lg\:ml-1\% {
    margin-left: 1%;
  }

  .lg\:mt-2\% {
    margin-top: 2%;
  }

  .lg\:mr-2\% {
    margin-right: 2%;
  }

  .lg\:mb-2\% {
    margin-bottom: 2%;
  }

  .lg\:ml-2\% {
    margin-left: 2%;
  }

  .lg\:mt-3\% {
    margin-top: 3%;
  }

  .lg\:mr-3\% {
    margin-right: 3%;
  }

  .lg\:mb-3\% {
    margin-bottom: 3%;
  }

  .lg\:ml-3\% {
    margin-left: 3%;
  }

  .lg\:mt-4\% {
    margin-top: 4%;
  }

  .lg\:mr-4\% {
    margin-right: 4%;
  }

  .lg\:mb-4\% {
    margin-bottom: 4%;
  }

  .lg\:ml-4\% {
    margin-left: 4%;
  }

  .lg\:mt-5\% {
    margin-top: 5%;
  }

  .lg\:mr-5\% {
    margin-right: 5%;
  }

  .lg\:mb-5\% {
    margin-bottom: 5%;
  }

  .lg\:ml-5\% {
    margin-left: 5%;
  }

  .lg\:mt-10\% {
    margin-top: 10%;
  }

  .lg\:mr-10\% {
    margin-right: 10%;
  }

  .lg\:mb-10\% {
    margin-bottom: 10%;
  }

  .lg\:ml-10\% {
    margin-left: 10%;
  }

  .lg\:mt-20\% {
    margin-top: 20%;
  }

  .lg\:mr-20\% {
    margin-right: 20%;
  }

  .lg\:mb-20\% {
    margin-bottom: 20%;
  }

  .lg\:ml-20\% {
    margin-left: 20%;
  }

  .lg\:mt-23\% {
    margin-top: 23%;
  }

  .lg\:mr-23\% {
    margin-right: 23%;
  }

  .lg\:mb-23\% {
    margin-bottom: 23%;
  }

  .lg\:ml-23\% {
    margin-left: 23%;
  }

  .lg\:mt-25\% {
    margin-top: 25%;
  }

  .lg\:mr-25\% {
    margin-right: 25%;
  }

  .lg\:mb-25\% {
    margin-bottom: 25%;
  }

  .lg\:ml-25\% {
    margin-left: 25%;
  }

  .lg\:mt-26\% {
    margin-top: 26%;
  }

  .lg\:mr-26\% {
    margin-right: 26%;
  }

  .lg\:mb-26\% {
    margin-bottom: 26%;
  }

  .lg\:ml-26\% {
    margin-left: 26%;
  }

  .lg\:mt-30\% {
    margin-top: 30%;
  }

  .lg\:mr-30\% {
    margin-right: 30%;
  }

  .lg\:mb-30\% {
    margin-bottom: 30%;
  }

  .lg\:ml-30\% {
    margin-left: 30%;
  }

  .lg\:mt-40\% {
    margin-top: 40%;
  }

  .lg\:mr-40\% {
    margin-right: 40%;
  }

  .lg\:mb-40\% {
    margin-bottom: 40%;
  }

  .lg\:ml-40\% {
    margin-left: 40%;
  }

  .lg\:mt-50\% {
    margin-top: 50%;
  }

  .lg\:mr-50\% {
    margin-right: 50%;
  }

  .lg\:mb-50\% {
    margin-bottom: 50%;
  }

  .lg\:ml-50\% {
    margin-left: 50%;
  }

  .lg\:mt-60\% {
    margin-top: 60%;
  }

  .lg\:mr-60\% {
    margin-right: 60%;
  }

  .lg\:mb-60\% {
    margin-bottom: 60%;
  }

  .lg\:ml-60\% {
    margin-left: 60%;
  }

  .lg\:mt-70\% {
    margin-top: 70%;
  }

  .lg\:mr-70\% {
    margin-right: 70%;
  }

  .lg\:mb-70\% {
    margin-bottom: 70%;
  }

  .lg\:ml-70\% {
    margin-left: 70%;
  }

  .lg\:mt-80\% {
    margin-top: 80%;
  }

  .lg\:mr-80\% {
    margin-right: 80%;
  }

  .lg\:mb-80\% {
    margin-bottom: 80%;
  }

  .lg\:ml-80\% {
    margin-left: 80%;
  }

  .lg\:mt-90\% {
    margin-top: 90%;
  }

  .lg\:mr-90\% {
    margin-right: 90%;
  }

  .lg\:mb-90\% {
    margin-bottom: 90%;
  }

  .lg\:ml-90\% {
    margin-left: 90%;
  }

  .lg\:mt-95\% {
    margin-top: 95%;
  }

  .lg\:mr-95\% {
    margin-right: 95%;
  }

  .lg\:mb-95\% {
    margin-bottom: 95%;
  }

  .lg\:ml-95\% {
    margin-left: 95%;
  }

  .lg\:mt-96\% {
    margin-top: 96%;
  }

  .lg\:mr-96\% {
    margin-right: 96%;
  }

  .lg\:mb-96\% {
    margin-bottom: 96%;
  }

  .lg\:ml-96\% {
    margin-left: 96%;
  }

  .lg\:mt-97\% {
    margin-top: 97%;
  }

  .lg\:mr-97\% {
    margin-right: 97%;
  }

  .lg\:mb-97\% {
    margin-bottom: 97%;
  }

  .lg\:ml-97\% {
    margin-left: 97%;
  }

  .lg\:mt-98\% {
    margin-top: 98%;
  }

  .lg\:mr-98\% {
    margin-right: 98%;
  }

  .lg\:mb-98\% {
    margin-bottom: 98%;
  }

  .lg\:ml-98\% {
    margin-left: 98%;
  }

  .lg\:mt-99\% {
    margin-top: 99%;
  }

  .lg\:mr-99\% {
    margin-right: 99%;
  }

  .lg\:mb-99\% {
    margin-bottom: 99%;
  }

  .lg\:ml-99\% {
    margin-left: 99%;
  }

  .lg\:mt-36vh {
    margin-top: 36vh;
  }

  .lg\:mr-36vh {
    margin-right: 36vh;
  }

  .lg\:mb-36vh {
    margin-bottom: 36vh;
  }

  .lg\:ml-36vh {
    margin-left: 36vh;
  }

  .lg\:mt-75vh {
    margin-top: 75vh;
  }

  .lg\:mr-75vh {
    margin-right: 75vh;
  }

  .lg\:mb-75vh {
    margin-bottom: 75vh;
  }

  .lg\:ml-75vh {
    margin-left: 75vh;
  }

  .lg\:mt-78vh {
    margin-top: 78vh;
  }

  .lg\:mr-78vh {
    margin-right: 78vh;
  }

  .lg\:mb-78vh {
    margin-bottom: 78vh;
  }

  .lg\:ml-78vh {
    margin-left: 78vh;
  }

  .lg\:mt-80vh {
    margin-top: 80vh;
  }

  .lg\:mr-80vh {
    margin-right: 80vh;
  }

  .lg\:mb-80vh {
    margin-bottom: 80vh;
  }

  .lg\:ml-80vh {
    margin-left: 80vh;
  }

  .lg\:mt-82vh {
    margin-top: 82vh;
  }

  .lg\:mr-82vh {
    margin-right: 82vh;
  }

  .lg\:mb-82vh {
    margin-bottom: 82vh;
  }

  .lg\:ml-82vh {
    margin-left: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-15 {
    margin-top: -3.75rem;
  }

  .lg\:-mr-15 {
    margin-right: -3.75rem;
  }

  .lg\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .lg\:-ml-15 {
    margin-left: -3.75rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-18 {
    margin-top: -4.5rem;
  }

  .lg\:-mr-18 {
    margin-right: -4.5rem;
  }

  .lg\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .lg\:-ml-18 {
    margin-left: -4.5rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-mt-21 {
    margin-top: -5.25rem;
  }

  .lg\:-mr-21 {
    margin-right: -5.25rem;
  }

  .lg\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .lg\:-ml-21 {
    margin-left: -5.25rem;
  }

  .lg\:-mt-22 {
    margin-top: -5.5rem;
  }

  .lg\:-mr-22 {
    margin-right: -5.5rem;
  }

  .lg\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .lg\:-ml-22 {
    margin-left: -5.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-26 {
    margin-top: -6.5rem;
  }

  .lg\:-mr-26 {
    margin-right: -6.5rem;
  }

  .lg\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .lg\:-ml-26 {
    margin-left: -6.5rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-mt-30 {
    margin-top: -7.5rem;
  }

  .lg\:-mr-30 {
    margin-right: -7.5rem;
  }

  .lg\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .lg\:-ml-30 {
    margin-left: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
  }

  .lg\:-mr-34 {
    margin-right: -8.5rem;
  }

  .lg\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .lg\:-ml-34 {
    margin-left: -8.5rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-mt-38 {
    margin-top: -9.5rem;
  }

  .lg\:-mr-38 {
    margin-right: -9.5rem;
  }

  .lg\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .lg\:-ml-38 {
    margin-left: -9.5rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-mt-52 {
    margin-top: -13rem;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-mt-53 {
    margin-top: -13.25rem;
  }

  .lg\:-mr-53 {
    margin-right: -13.25rem;
  }

  .lg\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .lg\:-ml-53 {
    margin-left: -13.25rem;
  }

  .lg\:-mt-54 {
    margin-top: -13.5rem;
  }

  .lg\:-mr-54 {
    margin-right: -13.5rem;
  }

  .lg\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .lg\:-ml-54 {
    margin-left: -13.5rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-mt-74 {
    margin-top: -18.5rem;
  }

  .lg\:-mr-74 {
    margin-right: -18.5rem;
  }

  .lg\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .lg\:-ml-74 {
    margin-left: -18.5rem;
  }

  .lg\:-mt-76 {
    margin-top: -19rem;
  }

  .lg\:-mr-76 {
    margin-right: -19rem;
  }

  .lg\:-mb-76 {
    margin-bottom: -19rem;
  }

  .lg\:-ml-76 {
    margin-left: -19rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-mt-85 {
    margin-top: -21.25rem;
  }

  .lg\:-mr-85 {
    margin-right: -21.25rem;
  }

  .lg\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .lg\:-ml-85 {
    margin-left: -21.25rem;
  }

  .lg\:-mt-100 {
    margin-top: -25rem;
  }

  .lg\:-mr-100 {
    margin-right: -25rem;
  }

  .lg\:-mb-100 {
    margin-bottom: -25rem;
  }

  .lg\:-ml-100 {
    margin-left: -25rem;
  }

  .lg\:-mt-105 {
    margin-top: -26.25rem;
  }

  .lg\:-mr-105 {
    margin-right: -26.25rem;
  }

  .lg\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .lg\:-ml-105 {
    margin-left: -26.25rem;
  }

  .lg\:-mt-107 {
    margin-top: -26.4rem;
  }

  .lg\:-mr-107 {
    margin-right: -26.4rem;
  }

  .lg\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .lg\:-ml-107 {
    margin-left: -26.4rem;
  }

  .lg\:-mt-110 {
    margin-top: -27.5rem;
  }

  .lg\:-mr-110 {
    margin-right: -27.5rem;
  }

  .lg\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .lg\:-ml-110 {
    margin-left: -27.5rem;
  }

  .lg\:-mt-120 {
    margin-top: -30rem;
  }

  .lg\:-mr-120 {
    margin-right: -30rem;
  }

  .lg\:-mb-120 {
    margin-bottom: -30rem;
  }

  .lg\:-ml-120 {
    margin-left: -30rem;
  }

  .lg\:-mt-130 {
    margin-top: -38rem;
  }

  .lg\:-mr-130 {
    margin-right: -38rem;
  }

  .lg\:-mb-130 {
    margin-bottom: -38rem;
  }

  .lg\:-ml-130 {
    margin-left: -38rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-mt-250px {
    margin-top: -250px;
  }

  .lg\:-mr-250px {
    margin-right: -250px;
  }

  .lg\:-mb-250px {
    margin-bottom: -250px;
  }

  .lg\:-ml-250px {
    margin-left: -250px;
  }

  .lg\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .lg\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .lg\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .lg\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .lg\:-mt-1\% {
    margin-top: -1%;
  }

  .lg\:-mr-1\% {
    margin-right: -1%;
  }

  .lg\:-mb-1\% {
    margin-bottom: -1%;
  }

  .lg\:-ml-1\% {
    margin-left: -1%;
  }

  .lg\:-mt-2\% {
    margin-top: -2%;
  }

  .lg\:-mr-2\% {
    margin-right: -2%;
  }

  .lg\:-mb-2\% {
    margin-bottom: -2%;
  }

  .lg\:-ml-2\% {
    margin-left: -2%;
  }

  .lg\:-mt-3\% {
    margin-top: -3%;
  }

  .lg\:-mr-3\% {
    margin-right: -3%;
  }

  .lg\:-mb-3\% {
    margin-bottom: -3%;
  }

  .lg\:-ml-3\% {
    margin-left: -3%;
  }

  .lg\:-mt-4\% {
    margin-top: -4%;
  }

  .lg\:-mr-4\% {
    margin-right: -4%;
  }

  .lg\:-mb-4\% {
    margin-bottom: -4%;
  }

  .lg\:-ml-4\% {
    margin-left: -4%;
  }

  .lg\:-mt-5\% {
    margin-top: -5%;
  }

  .lg\:-mr-5\% {
    margin-right: -5%;
  }

  .lg\:-mb-5\% {
    margin-bottom: -5%;
  }

  .lg\:-ml-5\% {
    margin-left: -5%;
  }

  .lg\:-mt-10\% {
    margin-top: -10%;
  }

  .lg\:-mr-10\% {
    margin-right: -10%;
  }

  .lg\:-mb-10\% {
    margin-bottom: -10%;
  }

  .lg\:-ml-10\% {
    margin-left: -10%;
  }

  .lg\:-mt-20\% {
    margin-top: -20%;
  }

  .lg\:-mr-20\% {
    margin-right: -20%;
  }

  .lg\:-mb-20\% {
    margin-bottom: -20%;
  }

  .lg\:-ml-20\% {
    margin-left: -20%;
  }

  .lg\:-mt-23\% {
    margin-top: -23%;
  }

  .lg\:-mr-23\% {
    margin-right: -23%;
  }

  .lg\:-mb-23\% {
    margin-bottom: -23%;
  }

  .lg\:-ml-23\% {
    margin-left: -23%;
  }

  .lg\:-mt-25\% {
    margin-top: -25%;
  }

  .lg\:-mr-25\% {
    margin-right: -25%;
  }

  .lg\:-mb-25\% {
    margin-bottom: -25%;
  }

  .lg\:-ml-25\% {
    margin-left: -25%;
  }

  .lg\:-mt-26\% {
    margin-top: -26%;
  }

  .lg\:-mr-26\% {
    margin-right: -26%;
  }

  .lg\:-mb-26\% {
    margin-bottom: -26%;
  }

  .lg\:-ml-26\% {
    margin-left: -26%;
  }

  .lg\:-mt-30\% {
    margin-top: -30%;
  }

  .lg\:-mr-30\% {
    margin-right: -30%;
  }

  .lg\:-mb-30\% {
    margin-bottom: -30%;
  }

  .lg\:-ml-30\% {
    margin-left: -30%;
  }

  .lg\:-mt-40\% {
    margin-top: -40%;
  }

  .lg\:-mr-40\% {
    margin-right: -40%;
  }

  .lg\:-mb-40\% {
    margin-bottom: -40%;
  }

  .lg\:-ml-40\% {
    margin-left: -40%;
  }

  .lg\:-mt-50\% {
    margin-top: -50%;
  }

  .lg\:-mr-50\% {
    margin-right: -50%;
  }

  .lg\:-mb-50\% {
    margin-bottom: -50%;
  }

  .lg\:-ml-50\% {
    margin-left: -50%;
  }

  .lg\:-mt-60\% {
    margin-top: -60%;
  }

  .lg\:-mr-60\% {
    margin-right: -60%;
  }

  .lg\:-mb-60\% {
    margin-bottom: -60%;
  }

  .lg\:-ml-60\% {
    margin-left: -60%;
  }

  .lg\:-mt-70\% {
    margin-top: -70%;
  }

  .lg\:-mr-70\% {
    margin-right: -70%;
  }

  .lg\:-mb-70\% {
    margin-bottom: -70%;
  }

  .lg\:-ml-70\% {
    margin-left: -70%;
  }

  .lg\:-mt-80\% {
    margin-top: -80%;
  }

  .lg\:-mr-80\% {
    margin-right: -80%;
  }

  .lg\:-mb-80\% {
    margin-bottom: -80%;
  }

  .lg\:-ml-80\% {
    margin-left: -80%;
  }

  .lg\:-mt-90\% {
    margin-top: -90%;
  }

  .lg\:-mr-90\% {
    margin-right: -90%;
  }

  .lg\:-mb-90\% {
    margin-bottom: -90%;
  }

  .lg\:-ml-90\% {
    margin-left: -90%;
  }

  .lg\:-mt-95\% {
    margin-top: -95%;
  }

  .lg\:-mr-95\% {
    margin-right: -95%;
  }

  .lg\:-mb-95\% {
    margin-bottom: -95%;
  }

  .lg\:-ml-95\% {
    margin-left: -95%;
  }

  .lg\:-mt-96\% {
    margin-top: -96%;
  }

  .lg\:-mr-96\% {
    margin-right: -96%;
  }

  .lg\:-mb-96\% {
    margin-bottom: -96%;
  }

  .lg\:-ml-96\% {
    margin-left: -96%;
  }

  .lg\:-mt-97\% {
    margin-top: -97%;
  }

  .lg\:-mr-97\% {
    margin-right: -97%;
  }

  .lg\:-mb-97\% {
    margin-bottom: -97%;
  }

  .lg\:-ml-97\% {
    margin-left: -97%;
  }

  .lg\:-mt-98\% {
    margin-top: -98%;
  }

  .lg\:-mr-98\% {
    margin-right: -98%;
  }

  .lg\:-mb-98\% {
    margin-bottom: -98%;
  }

  .lg\:-ml-98\% {
    margin-left: -98%;
  }

  .lg\:-mt-99\% {
    margin-top: -99%;
  }

  .lg\:-mr-99\% {
    margin-right: -99%;
  }

  .lg\:-mb-99\% {
    margin-bottom: -99%;
  }

  .lg\:-ml-99\% {
    margin-left: -99%;
  }

  .lg\:-mt-36vh {
    margin-top: -36vh;
  }

  .lg\:-mr-36vh {
    margin-right: -36vh;
  }

  .lg\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .lg\:-ml-36vh {
    margin-left: -36vh;
  }

  .lg\:-mt-75vh {
    margin-top: -75vh;
  }

  .lg\:-mr-75vh {
    margin-right: -75vh;
  }

  .lg\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .lg\:-ml-75vh {
    margin-left: -75vh;
  }

  .lg\:-mt-78vh {
    margin-top: -78vh;
  }

  .lg\:-mr-78vh {
    margin-right: -78vh;
  }

  .lg\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .lg\:-ml-78vh {
    margin-left: -78vh;
  }

  .lg\:-mt-80vh {
    margin-top: -80vh;
  }

  .lg\:-mr-80vh {
    margin-right: -80vh;
  }

  .lg\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .lg\:-ml-80vh {
    margin-left: -80vh;
  }

  .lg\:-mt-82vh {
    margin-top: -82vh;
  }

  .lg\:-mr-82vh {
    margin-right: -82vh;
  }

  .lg\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .lg\:-ml-82vh {
    margin-left: -82vh;
  }

  .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-7:hover {
    margin: 1.75rem;
  }

  .lg\:hover\:m-8:hover {
    margin: 2rem;
  }

  .lg\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .lg\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .lg\:hover\:m-12:hover {
    margin: 3rem;
  }

  .lg\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .lg\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .lg\:hover\:m-16:hover {
    margin: 4rem;
  }

  .lg\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .lg\:hover\:m-20:hover {
    margin: 5rem;
  }

  .lg\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .lg\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .lg\:hover\:m-24:hover {
    margin: 6rem;
  }

  .lg\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .lg\:hover\:m-28:hover {
    margin: 7rem;
  }

  .lg\:hover\:m-30:hover {
    margin: 7.5rem;
  }

  .lg\:hover\:m-32:hover {
    margin: 8rem;
  }

  .lg\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .lg\:hover\:m-36:hover {
    margin: 9rem;
  }

  .lg\:hover\:m-38:hover {
    margin: 9.5rem;
  }

  .lg\:hover\:m-40:hover {
    margin: 10rem;
  }

  .lg\:hover\:m-44:hover {
    margin: 11rem;
  }

  .lg\:hover\:m-48:hover {
    margin: 12rem;
  }

  .lg\:hover\:m-52:hover {
    margin: 13rem;
  }

  .lg\:hover\:m-53:hover {
    margin: 13.25rem;
  }

  .lg\:hover\:m-54:hover {
    margin: 13.5rem;
  }

  .lg\:hover\:m-56:hover {
    margin: 14rem;
  }

  .lg\:hover\:m-64:hover {
    margin: 16rem;
  }

  .lg\:hover\:m-72:hover {
    margin: 18rem;
  }

  .lg\:hover\:m-74:hover {
    margin: 18.5rem;
  }

  .lg\:hover\:m-76:hover {
    margin: 19rem;
  }

  .lg\:hover\:m-80:hover {
    margin: 20rem;
  }

  .lg\:hover\:m-85:hover {
    margin: 21.25rem;
  }

  .lg\:hover\:m-100:hover {
    margin: 25rem;
  }

  .lg\:hover\:m-105:hover {
    margin: 26.25rem;
  }

  .lg\:hover\:m-107:hover {
    margin: 26.4rem;
  }

  .lg\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .lg\:hover\:m-120:hover {
    margin: 30rem;
  }

  .lg\:hover\:m-130:hover {
    margin: 38rem;
  }

  .lg\:hover\:m-auto:hover {
    margin: auto;
  }

  .lg\:hover\:m-px:hover {
    margin: 1px;
  }

  .lg\:hover\:m-250px:hover {
    margin: 250px;
  }

  .lg\:hover\:m-1\/2\%:hover {
    margin: 0.5%;
  }

  .lg\:hover\:m-1\%:hover {
    margin: 1%;
  }

  .lg\:hover\:m-2\%:hover {
    margin: 2%;
  }

  .lg\:hover\:m-3\%:hover {
    margin: 3%;
  }

  .lg\:hover\:m-4\%:hover {
    margin: 4%;
  }

  .lg\:hover\:m-5\%:hover {
    margin: 5%;
  }

  .lg\:hover\:m-10\%:hover {
    margin: 10%;
  }

  .lg\:hover\:m-20\%:hover {
    margin: 20%;
  }

  .lg\:hover\:m-23\%:hover {
    margin: 23%;
  }

  .lg\:hover\:m-25\%:hover {
    margin: 25%;
  }

  .lg\:hover\:m-26\%:hover {
    margin: 26%;
  }

  .lg\:hover\:m-30\%:hover {
    margin: 30%;
  }

  .lg\:hover\:m-40\%:hover {
    margin: 40%;
  }

  .lg\:hover\:m-50\%:hover {
    margin: 50%;
  }

  .lg\:hover\:m-60\%:hover {
    margin: 60%;
  }

  .lg\:hover\:m-70\%:hover {
    margin: 70%;
  }

  .lg\:hover\:m-80\%:hover {
    margin: 80%;
  }

  .lg\:hover\:m-90\%:hover {
    margin: 90%;
  }

  .lg\:hover\:m-95\%:hover {
    margin: 95%;
  }

  .lg\:hover\:m-96\%:hover {
    margin: 96%;
  }

  .lg\:hover\:m-97\%:hover {
    margin: 97%;
  }

  .lg\:hover\:m-98\%:hover {
    margin: 98%;
  }

  .lg\:hover\:m-99\%:hover {
    margin: 99%;
  }

  .lg\:hover\:m-36vh:hover {
    margin: 36vh;
  }

  .lg\:hover\:m-75vh:hover {
    margin: 75vh;
  }

  .lg\:hover\:m-78vh:hover {
    margin: 78vh;
  }

  .lg\:hover\:m-80vh:hover {
    margin: 80vh;
  }

  .lg\:hover\:m-82vh:hover {
    margin: 82vh;
  }

  .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-7:hover {
    margin: -1.75rem;
  }

  .lg\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .lg\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .lg\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .lg\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .lg\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .lg\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .lg\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .lg\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .lg\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .lg\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .lg\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .lg\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .lg\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .lg\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .lg\:hover\:-m-30:hover {
    margin: -7.5rem;
  }

  .lg\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .lg\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .lg\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .lg\:hover\:-m-38:hover {
    margin: -9.5rem;
  }

  .lg\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .lg\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .lg\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .lg\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .lg\:hover\:-m-53:hover {
    margin: -13.25rem;
  }

  .lg\:hover\:-m-54:hover {
    margin: -13.5rem;
  }

  .lg\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .lg\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .lg\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .lg\:hover\:-m-74:hover {
    margin: -18.5rem;
  }

  .lg\:hover\:-m-76:hover {
    margin: -19rem;
  }

  .lg\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .lg\:hover\:-m-85:hover {
    margin: -21.25rem;
  }

  .lg\:hover\:-m-100:hover {
    margin: -25rem;
  }

  .lg\:hover\:-m-105:hover {
    margin: -26.25rem;
  }

  .lg\:hover\:-m-107:hover {
    margin: -26.4rem;
  }

  .lg\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .lg\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .lg\:hover\:-m-130:hover {
    margin: -38rem;
  }

  .lg\:hover\:-m-px:hover {
    margin: -1px;
  }

  .lg\:hover\:-m-250px:hover {
    margin: -250px;
  }

  .lg\:hover\:-m-1\/2\%:hover {
    margin: -0.5%;
  }

  .lg\:hover\:-m-1\%:hover {
    margin: -1%;
  }

  .lg\:hover\:-m-2\%:hover {
    margin: -2%;
  }

  .lg\:hover\:-m-3\%:hover {
    margin: -3%;
  }

  .lg\:hover\:-m-4\%:hover {
    margin: -4%;
  }

  .lg\:hover\:-m-5\%:hover {
    margin: -5%;
  }

  .lg\:hover\:-m-10\%:hover {
    margin: -10%;
  }

  .lg\:hover\:-m-20\%:hover {
    margin: -20%;
  }

  .lg\:hover\:-m-23\%:hover {
    margin: -23%;
  }

  .lg\:hover\:-m-25\%:hover {
    margin: -25%;
  }

  .lg\:hover\:-m-26\%:hover {
    margin: -26%;
  }

  .lg\:hover\:-m-30\%:hover {
    margin: -30%;
  }

  .lg\:hover\:-m-40\%:hover {
    margin: -40%;
  }

  .lg\:hover\:-m-50\%:hover {
    margin: -50%;
  }

  .lg\:hover\:-m-60\%:hover {
    margin: -60%;
  }

  .lg\:hover\:-m-70\%:hover {
    margin: -70%;
  }

  .lg\:hover\:-m-80\%:hover {
    margin: -80%;
  }

  .lg\:hover\:-m-90\%:hover {
    margin: -90%;
  }

  .lg\:hover\:-m-95\%:hover {
    margin: -95%;
  }

  .lg\:hover\:-m-96\%:hover {
    margin: -96%;
  }

  .lg\:hover\:-m-97\%:hover {
    margin: -97%;
  }

  .lg\:hover\:-m-98\%:hover {
    margin: -98%;
  }

  .lg\:hover\:-m-99\%:hover {
    margin: -99%;
  }

  .lg\:hover\:-m-36vh:hover {
    margin: -36vh;
  }

  .lg\:hover\:-m-75vh:hover {
    margin: -75vh;
  }

  .lg\:hover\:-m-78vh:hover {
    margin: -78vh;
  }

  .lg\:hover\:-m-80vh:hover {
    margin: -80vh;
  }

  .lg\:hover\:-m-82vh:hover {
    margin: -82vh;
  }

  .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-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .lg\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .lg\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.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-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:hover\:my-30:hover {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:hover\:mx-30:hover {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:hover\:my-38:hover {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .lg\:hover\:mx-38:hover {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .lg\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:hover\:my-53:hover {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .lg\:hover\:mx-53:hover {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .lg\:hover\:my-54:hover {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .lg\:hover\:mx-54:hover {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .lg\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:hover\:my-74:hover {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .lg\:hover\:mx-74:hover {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .lg\:hover\:my-76:hover {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .lg\:hover\:mx-76:hover {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .lg\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:hover\:my-85:hover {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .lg\:hover\:mx-85:hover {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .lg\:hover\:my-100:hover {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .lg\:hover\:mx-100:hover {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .lg\:hover\:my-105:hover {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .lg\:hover\:mx-105:hover {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .lg\:hover\:my-107:hover {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .lg\:hover\:mx-107:hover {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .lg\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .lg\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .lg\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:hover\:my-130:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .lg\:hover\:mx-130:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:hover\:mx-250px:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:hover\:my-1\/2\%:hover {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .lg\:hover\:mx-1\/2\%:hover {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .lg\:hover\:my-1\%:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:hover\:mx-1\%:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:hover\:my-2\%:hover {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .lg\:hover\:mx-2\%:hover {
    margin-left: 2%;
    margin-right: 2%;
  }

  .lg\:hover\:my-3\%:hover {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .lg\:hover\:mx-3\%:hover {
    margin-left: 3%;
    margin-right: 3%;
  }

  .lg\:hover\:my-4\%:hover {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .lg\:hover\:mx-4\%:hover {
    margin-left: 4%;
    margin-right: 4%;
  }

  .lg\:hover\:my-5\%:hover {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:hover\:mx-5\%:hover {
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:hover\:my-10\%:hover {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:hover\:mx-10\%:hover {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:hover\:my-20\%:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:hover\:mx-20\%:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:hover\:my-23\%:hover {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .lg\:hover\:mx-23\%:hover {
    margin-left: 23%;
    margin-right: 23%;
  }

  .lg\:hover\:my-25\%:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:hover\:mx-25\%:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:hover\:my-26\%:hover {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .lg\:hover\:mx-26\%:hover {
    margin-left: 26%;
    margin-right: 26%;
  }

  .lg\:hover\:my-30\%:hover {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:hover\:mx-30\%:hover {
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:hover\:my-40\%:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:hover\:mx-40\%:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:hover\:my-50\%:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:hover\:mx-50\%:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:hover\:my-60\%:hover {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:hover\:mx-60\%:hover {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:hover\:my-70\%:hover {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .lg\:hover\:mx-70\%:hover {
    margin-left: 70%;
    margin-right: 70%;
  }

  .lg\:hover\:my-80\%:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:hover\:mx-80\%:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:hover\:my-90\%:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:hover\:mx-90\%:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:hover\:my-95\%:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:hover\:mx-95\%:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:hover\:my-96\%:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:hover\:mx-96\%:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:hover\:my-97\%:hover {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .lg\:hover\:mx-97\%:hover {
    margin-left: 97%;
    margin-right: 97%;
  }

  .lg\:hover\:my-98\%:hover {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .lg\:hover\:mx-98\%:hover {
    margin-left: 98%;
    margin-right: 98%;
  }

  .lg\:hover\:my-99\%:hover {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .lg\:hover\:mx-99\%:hover {
    margin-left: 99%;
    margin-right: 99%;
  }

  .lg\:hover\:my-36vh:hover {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .lg\:hover\:mx-36vh:hover {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .lg\:hover\:my-75vh:hover {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .lg\:hover\:mx-75vh:hover {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .lg\:hover\:my-78vh:hover {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .lg\:hover\:mx-78vh:hover {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .lg\:hover\:my-80vh:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:hover\:mx-80vh:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:hover\:my-82vh:hover {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .lg\:hover\:mx-82vh:hover {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .lg\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .lg\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.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-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:hover\:-my-30:hover {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:hover\:-mx-30:hover {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:hover\:-my-38:hover {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .lg\:hover\:-mx-38:hover {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .lg\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:hover\:-my-53:hover {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .lg\:hover\:-mx-53:hover {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .lg\:hover\:-my-54:hover {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .lg\:hover\:-mx-54:hover {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .lg\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:hover\:-my-74:hover {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .lg\:hover\:-mx-74:hover {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .lg\:hover\:-my-76:hover {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .lg\:hover\:-mx-76:hover {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .lg\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:hover\:-my-85:hover {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .lg\:hover\:-mx-85:hover {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .lg\:hover\:-my-100:hover {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .lg\:hover\:-mx-100:hover {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .lg\:hover\:-my-105:hover {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .lg\:hover\:-mx-105:hover {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .lg\:hover\:-my-107:hover {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .lg\:hover\:-mx-107:hover {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .lg\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .lg\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .lg\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:hover\:-my-130:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .lg\:hover\:-mx-130:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .lg\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:hover\:-my-250px:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:hover\:-mx-250px:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:hover\:-my-1\/2\%:hover {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .lg\:hover\:-mx-1\/2\%:hover {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .lg\:hover\:-my-1\%:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:hover\:-mx-1\%:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:hover\:-my-2\%:hover {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .lg\:hover\:-mx-2\%:hover {
    margin-left: -2%;
    margin-right: -2%;
  }

  .lg\:hover\:-my-3\%:hover {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .lg\:hover\:-mx-3\%:hover {
    margin-left: -3%;
    margin-right: -3%;
  }

  .lg\:hover\:-my-4\%:hover {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .lg\:hover\:-mx-4\%:hover {
    margin-left: -4%;
    margin-right: -4%;
  }

  .lg\:hover\:-my-5\%:hover {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .lg\:hover\:-mx-5\%:hover {
    margin-left: -5%;
    margin-right: -5%;
  }

  .lg\:hover\:-my-10\%:hover {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg\:hover\:-mx-10\%:hover {
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg\:hover\:-my-20\%:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:hover\:-mx-20\%:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:hover\:-my-23\%:hover {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .lg\:hover\:-mx-23\%:hover {
    margin-left: -23%;
    margin-right: -23%;
  }

  .lg\:hover\:-my-25\%:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:hover\:-mx-25\%:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:hover\:-my-26\%:hover {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .lg\:hover\:-mx-26\%:hover {
    margin-left: -26%;
    margin-right: -26%;
  }

  .lg\:hover\:-my-30\%:hover {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .lg\:hover\:-mx-30\%:hover {
    margin-left: -30%;
    margin-right: -30%;
  }

  .lg\:hover\:-my-40\%:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:hover\:-mx-40\%:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:hover\:-my-50\%:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:hover\:-mx-50\%:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:hover\:-my-60\%:hover {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:hover\:-mx-60\%:hover {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:hover\:-my-70\%:hover {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .lg\:hover\:-mx-70\%:hover {
    margin-left: -70%;
    margin-right: -70%;
  }

  .lg\:hover\:-my-80\%:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:hover\:-mx-80\%:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:hover\:-my-90\%:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:hover\:-mx-90\%:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:hover\:-my-95\%:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:hover\:-mx-95\%:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:hover\:-my-96\%:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:hover\:-mx-96\%:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:hover\:-my-97\%:hover {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .lg\:hover\:-mx-97\%:hover {
    margin-left: -97%;
    margin-right: -97%;
  }

  .lg\:hover\:-my-98\%:hover {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .lg\:hover\:-mx-98\%:hover {
    margin-left: -98%;
    margin-right: -98%;
  }

  .lg\:hover\:-my-99\%:hover {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .lg\:hover\:-mx-99\%:hover {
    margin-left: -99%;
    margin-right: -99%;
  }

  .lg\:hover\:-my-36vh:hover {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .lg\:hover\:-mx-36vh:hover {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .lg\:hover\:-my-75vh:hover {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .lg\:hover\:-mx-75vh:hover {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .lg\:hover\:-my-78vh:hover {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .lg\:hover\:-mx-78vh:hover {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .lg\:hover\:-my-80vh:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:hover\:-mx-80vh:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:hover\:-my-82vh:hover {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .lg\:hover\:-mx-82vh:hover {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:hover {
    margin-top: 1.75rem;
  }

  .lg\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .lg\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .lg\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .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-9:hover {
    margin-top: 2.25rem;
  }

  .lg\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .lg\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .lg\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .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-14:hover {
    margin-top: 3.5rem;
  }

  .lg\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .lg\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .lg\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .lg\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .lg\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .lg\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .lg\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .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-18:hover {
    margin-top: 4.5rem;
  }

  .lg\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .lg\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .lg\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .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-21:hover {
    margin-top: 5.25rem;
  }

  .lg\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .lg\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .lg\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .lg\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .lg\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .lg\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .lg\:hover\:ml-22:hover {
    margin-left: 5.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-26:hover {
    margin-top: 6.5rem;
  }

  .lg\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .lg\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .lg\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .lg\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .lg\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .lg\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .lg\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .lg\:hover\:mt-30:hover {
    margin-top: 7.5rem;
  }

  .lg\:hover\:mr-30:hover {
    margin-right: 7.5rem;
  }

  .lg\:hover\:mb-30:hover {
    margin-bottom: 7.5rem;
  }

  .lg\:hover\:ml-30:hover {
    margin-left: 7.5rem;
  }

  .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-34:hover {
    margin-top: 8.5rem;
  }

  .lg\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .lg\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .lg\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .lg\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .lg\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .lg\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .lg\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .lg\:hover\:mt-38:hover {
    margin-top: 9.5rem;
  }

  .lg\:hover\:mr-38:hover {
    margin-right: 9.5rem;
  }

  .lg\:hover\:mb-38:hover {
    margin-bottom: 9.5rem;
  }

  .lg\:hover\:ml-38:hover {
    margin-left: 9.5rem;
  }

  .lg\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .lg\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .lg\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .lg\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .lg\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .lg\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .lg\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .lg\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .lg\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .lg\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .lg\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .lg\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .lg\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .lg\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .lg\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .lg\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .lg\:hover\:mt-53:hover {
    margin-top: 13.25rem;
  }

  .lg\:hover\:mr-53:hover {
    margin-right: 13.25rem;
  }

  .lg\:hover\:mb-53:hover {
    margin-bottom: 13.25rem;
  }

  .lg\:hover\:ml-53:hover {
    margin-left: 13.25rem;
  }

  .lg\:hover\:mt-54:hover {
    margin-top: 13.5rem;
  }

  .lg\:hover\:mr-54:hover {
    margin-right: 13.5rem;
  }

  .lg\:hover\:mb-54:hover {
    margin-bottom: 13.5rem;
  }

  .lg\:hover\:ml-54:hover {
    margin-left: 13.5rem;
  }

  .lg\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .lg\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .lg\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .lg\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .lg\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .lg\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .lg\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .lg\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .lg\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .lg\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .lg\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .lg\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .lg\:hover\:mt-74:hover {
    margin-top: 18.5rem;
  }

  .lg\:hover\:mr-74:hover {
    margin-right: 18.5rem;
  }

  .lg\:hover\:mb-74:hover {
    margin-bottom: 18.5rem;
  }

  .lg\:hover\:ml-74:hover {
    margin-left: 18.5rem;
  }

  .lg\:hover\:mt-76:hover {
    margin-top: 19rem;
  }

  .lg\:hover\:mr-76:hover {
    margin-right: 19rem;
  }

  .lg\:hover\:mb-76:hover {
    margin-bottom: 19rem;
  }

  .lg\:hover\:ml-76:hover {
    margin-left: 19rem;
  }

  .lg\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .lg\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .lg\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .lg\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .lg\:hover\:mt-85:hover {
    margin-top: 21.25rem;
  }

  .lg\:hover\:mr-85:hover {
    margin-right: 21.25rem;
  }

  .lg\:hover\:mb-85:hover {
    margin-bottom: 21.25rem;
  }

  .lg\:hover\:ml-85:hover {
    margin-left: 21.25rem;
  }

  .lg\:hover\:mt-100:hover {
    margin-top: 25rem;
  }

  .lg\:hover\:mr-100:hover {
    margin-right: 25rem;
  }

  .lg\:hover\:mb-100:hover {
    margin-bottom: 25rem;
  }

  .lg\:hover\:ml-100:hover {
    margin-left: 25rem;
  }

  .lg\:hover\:mt-105:hover {
    margin-top: 26.25rem;
  }

  .lg\:hover\:mr-105:hover {
    margin-right: 26.25rem;
  }

  .lg\:hover\:mb-105:hover {
    margin-bottom: 26.25rem;
  }

  .lg\:hover\:ml-105:hover {
    margin-left: 26.25rem;
  }

  .lg\:hover\:mt-107:hover {
    margin-top: 26.4rem;
  }

  .lg\:hover\:mr-107:hover {
    margin-right: 26.4rem;
  }

  .lg\:hover\:mb-107:hover {
    margin-bottom: 26.4rem;
  }

  .lg\:hover\:ml-107:hover {
    margin-left: 26.4rem;
  }

  .lg\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .lg\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .lg\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .lg\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .lg\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .lg\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .lg\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .lg\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .lg\:hover\:mt-130:hover {
    margin-top: 38rem;
  }

  .lg\:hover\:mr-130:hover {
    margin-right: 38rem;
  }

  .lg\:hover\:mb-130:hover {
    margin-bottom: 38rem;
  }

  .lg\:hover\:ml-130:hover {
    margin-left: 38rem;
  }

  .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\:hover\:mt-250px:hover {
    margin-top: 250px;
  }

  .lg\:hover\:mr-250px:hover {
    margin-right: 250px;
  }

  .lg\:hover\:mb-250px:hover {
    margin-bottom: 250px;
  }

  .lg\:hover\:ml-250px:hover {
    margin-left: 250px;
  }

  .lg\:hover\:mt-1\/2\%:hover {
    margin-top: 0.5%;
  }

  .lg\:hover\:mr-1\/2\%:hover {
    margin-right: 0.5%;
  }

  .lg\:hover\:mb-1\/2\%:hover {
    margin-bottom: 0.5%;
  }

  .lg\:hover\:ml-1\/2\%:hover {
    margin-left: 0.5%;
  }

  .lg\:hover\:mt-1\%:hover {
    margin-top: 1%;
  }

  .lg\:hover\:mr-1\%:hover {
    margin-right: 1%;
  }

  .lg\:hover\:mb-1\%:hover {
    margin-bottom: 1%;
  }

  .lg\:hover\:ml-1\%:hover {
    margin-left: 1%;
  }

  .lg\:hover\:mt-2\%:hover {
    margin-top: 2%;
  }

  .lg\:hover\:mr-2\%:hover {
    margin-right: 2%;
  }

  .lg\:hover\:mb-2\%:hover {
    margin-bottom: 2%;
  }

  .lg\:hover\:ml-2\%:hover {
    margin-left: 2%;
  }

  .lg\:hover\:mt-3\%:hover {
    margin-top: 3%;
  }

  .lg\:hover\:mr-3\%:hover {
    margin-right: 3%;
  }

  .lg\:hover\:mb-3\%:hover {
    margin-bottom: 3%;
  }

  .lg\:hover\:ml-3\%:hover {
    margin-left: 3%;
  }

  .lg\:hover\:mt-4\%:hover {
    margin-top: 4%;
  }

  .lg\:hover\:mr-4\%:hover {
    margin-right: 4%;
  }

  .lg\:hover\:mb-4\%:hover {
    margin-bottom: 4%;
  }

  .lg\:hover\:ml-4\%:hover {
    margin-left: 4%;
  }

  .lg\:hover\:mt-5\%:hover {
    margin-top: 5%;
  }

  .lg\:hover\:mr-5\%:hover {
    margin-right: 5%;
  }

  .lg\:hover\:mb-5\%:hover {
    margin-bottom: 5%;
  }

  .lg\:hover\:ml-5\%:hover {
    margin-left: 5%;
  }

  .lg\:hover\:mt-10\%:hover {
    margin-top: 10%;
  }

  .lg\:hover\:mr-10\%:hover {
    margin-right: 10%;
  }

  .lg\:hover\:mb-10\%:hover {
    margin-bottom: 10%;
  }

  .lg\:hover\:ml-10\%:hover {
    margin-left: 10%;
  }

  .lg\:hover\:mt-20\%:hover {
    margin-top: 20%;
  }

  .lg\:hover\:mr-20\%:hover {
    margin-right: 20%;
  }

  .lg\:hover\:mb-20\%:hover {
    margin-bottom: 20%;
  }

  .lg\:hover\:ml-20\%:hover {
    margin-left: 20%;
  }

  .lg\:hover\:mt-23\%:hover {
    margin-top: 23%;
  }

  .lg\:hover\:mr-23\%:hover {
    margin-right: 23%;
  }

  .lg\:hover\:mb-23\%:hover {
    margin-bottom: 23%;
  }

  .lg\:hover\:ml-23\%:hover {
    margin-left: 23%;
  }

  .lg\:hover\:mt-25\%:hover {
    margin-top: 25%;
  }

  .lg\:hover\:mr-25\%:hover {
    margin-right: 25%;
  }

  .lg\:hover\:mb-25\%:hover {
    margin-bottom: 25%;
  }

  .lg\:hover\:ml-25\%:hover {
    margin-left: 25%;
  }

  .lg\:hover\:mt-26\%:hover {
    margin-top: 26%;
  }

  .lg\:hover\:mr-26\%:hover {
    margin-right: 26%;
  }

  .lg\:hover\:mb-26\%:hover {
    margin-bottom: 26%;
  }

  .lg\:hover\:ml-26\%:hover {
    margin-left: 26%;
  }

  .lg\:hover\:mt-30\%:hover {
    margin-top: 30%;
  }

  .lg\:hover\:mr-30\%:hover {
    margin-right: 30%;
  }

  .lg\:hover\:mb-30\%:hover {
    margin-bottom: 30%;
  }

  .lg\:hover\:ml-30\%:hover {
    margin-left: 30%;
  }

  .lg\:hover\:mt-40\%:hover {
    margin-top: 40%;
  }

  .lg\:hover\:mr-40\%:hover {
    margin-right: 40%;
  }

  .lg\:hover\:mb-40\%:hover {
    margin-bottom: 40%;
  }

  .lg\:hover\:ml-40\%:hover {
    margin-left: 40%;
  }

  .lg\:hover\:mt-50\%:hover {
    margin-top: 50%;
  }

  .lg\:hover\:mr-50\%:hover {
    margin-right: 50%;
  }

  .lg\:hover\:mb-50\%:hover {
    margin-bottom: 50%;
  }

  .lg\:hover\:ml-50\%:hover {
    margin-left: 50%;
  }

  .lg\:hover\:mt-60\%:hover {
    margin-top: 60%;
  }

  .lg\:hover\:mr-60\%:hover {
    margin-right: 60%;
  }

  .lg\:hover\:mb-60\%:hover {
    margin-bottom: 60%;
  }

  .lg\:hover\:ml-60\%:hover {
    margin-left: 60%;
  }

  .lg\:hover\:mt-70\%:hover {
    margin-top: 70%;
  }

  .lg\:hover\:mr-70\%:hover {
    margin-right: 70%;
  }

  .lg\:hover\:mb-70\%:hover {
    margin-bottom: 70%;
  }

  .lg\:hover\:ml-70\%:hover {
    margin-left: 70%;
  }

  .lg\:hover\:mt-80\%:hover {
    margin-top: 80%;
  }

  .lg\:hover\:mr-80\%:hover {
    margin-right: 80%;
  }

  .lg\:hover\:mb-80\%:hover {
    margin-bottom: 80%;
  }

  .lg\:hover\:ml-80\%:hover {
    margin-left: 80%;
  }

  .lg\:hover\:mt-90\%:hover {
    margin-top: 90%;
  }

  .lg\:hover\:mr-90\%:hover {
    margin-right: 90%;
  }

  .lg\:hover\:mb-90\%:hover {
    margin-bottom: 90%;
  }

  .lg\:hover\:ml-90\%:hover {
    margin-left: 90%;
  }

  .lg\:hover\:mt-95\%:hover {
    margin-top: 95%;
  }

  .lg\:hover\:mr-95\%:hover {
    margin-right: 95%;
  }

  .lg\:hover\:mb-95\%:hover {
    margin-bottom: 95%;
  }

  .lg\:hover\:ml-95\%:hover {
    margin-left: 95%;
  }

  .lg\:hover\:mt-96\%:hover {
    margin-top: 96%;
  }

  .lg\:hover\:mr-96\%:hover {
    margin-right: 96%;
  }

  .lg\:hover\:mb-96\%:hover {
    margin-bottom: 96%;
  }

  .lg\:hover\:ml-96\%:hover {
    margin-left: 96%;
  }

  .lg\:hover\:mt-97\%:hover {
    margin-top: 97%;
  }

  .lg\:hover\:mr-97\%:hover {
    margin-right: 97%;
  }

  .lg\:hover\:mb-97\%:hover {
    margin-bottom: 97%;
  }

  .lg\:hover\:ml-97\%:hover {
    margin-left: 97%;
  }

  .lg\:hover\:mt-98\%:hover {
    margin-top: 98%;
  }

  .lg\:hover\:mr-98\%:hover {
    margin-right: 98%;
  }

  .lg\:hover\:mb-98\%:hover {
    margin-bottom: 98%;
  }

  .lg\:hover\:ml-98\%:hover {
    margin-left: 98%;
  }

  .lg\:hover\:mt-99\%:hover {
    margin-top: 99%;
  }

  .lg\:hover\:mr-99\%:hover {
    margin-right: 99%;
  }

  .lg\:hover\:mb-99\%:hover {
    margin-bottom: 99%;
  }

  .lg\:hover\:ml-99\%:hover {
    margin-left: 99%;
  }

  .lg\:hover\:mt-36vh:hover {
    margin-top: 36vh;
  }

  .lg\:hover\:mr-36vh:hover {
    margin-right: 36vh;
  }

  .lg\:hover\:mb-36vh:hover {
    margin-bottom: 36vh;
  }

  .lg\:hover\:ml-36vh:hover {
    margin-left: 36vh;
  }

  .lg\:hover\:mt-75vh:hover {
    margin-top: 75vh;
  }

  .lg\:hover\:mr-75vh:hover {
    margin-right: 75vh;
  }

  .lg\:hover\:mb-75vh:hover {
    margin-bottom: 75vh;
  }

  .lg\:hover\:ml-75vh:hover {
    margin-left: 75vh;
  }

  .lg\:hover\:mt-78vh:hover {
    margin-top: 78vh;
  }

  .lg\:hover\:mr-78vh:hover {
    margin-right: 78vh;
  }

  .lg\:hover\:mb-78vh:hover {
    margin-bottom: 78vh;
  }

  .lg\:hover\:ml-78vh:hover {
    margin-left: 78vh;
  }

  .lg\:hover\:mt-80vh:hover {
    margin-top: 80vh;
  }

  .lg\:hover\:mr-80vh:hover {
    margin-right: 80vh;
  }

  .lg\:hover\:mb-80vh:hover {
    margin-bottom: 80vh;
  }

  .lg\:hover\:ml-80vh:hover {
    margin-left: 80vh;
  }

  .lg\:hover\:mt-82vh:hover {
    margin-top: 82vh;
  }

  .lg\:hover\:mr-82vh:hover {
    margin-right: 82vh;
  }

  .lg\:hover\:mb-82vh:hover {
    margin-bottom: 82vh;
  }

  .lg\:hover\:ml-82vh:hover {
    margin-left: 82vh;
  }

  .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-7:hover {
    margin-top: -1.75rem;
  }

  .lg\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .lg\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .lg\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .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-9:hover {
    margin-top: -2.25rem;
  }

  .lg\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .lg\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .lg\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .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-14:hover {
    margin-top: -3.5rem;
  }

  .lg\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .lg\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .lg\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .lg\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .lg\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .lg\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .lg\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .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-18:hover {
    margin-top: -4.5rem;
  }

  .lg\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .lg\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .lg\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .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-21:hover {
    margin-top: -5.25rem;
  }

  .lg\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .lg\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .lg\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .lg\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .lg\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .lg\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .lg\:hover\:-ml-22:hover {
    margin-left: -5.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-26:hover {
    margin-top: -6.5rem;
  }

  .lg\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .lg\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .lg\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .lg\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .lg\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .lg\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .lg\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .lg\:hover\:-mt-30:hover {
    margin-top: -7.5rem;
  }

  .lg\:hover\:-mr-30:hover {
    margin-right: -7.5rem;
  }

  .lg\:hover\:-mb-30:hover {
    margin-bottom: -7.5rem;
  }

  .lg\:hover\:-ml-30:hover {
    margin-left: -7.5rem;
  }

  .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-34:hover {
    margin-top: -8.5rem;
  }

  .lg\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .lg\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .lg\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .lg\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .lg\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .lg\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .lg\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .lg\:hover\:-mt-38:hover {
    margin-top: -9.5rem;
  }

  .lg\:hover\:-mr-38:hover {
    margin-right: -9.5rem;
  }

  .lg\:hover\:-mb-38:hover {
    margin-bottom: -9.5rem;
  }

  .lg\:hover\:-ml-38:hover {
    margin-left: -9.5rem;
  }

  .lg\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .lg\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .lg\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .lg\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .lg\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .lg\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .lg\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .lg\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .lg\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .lg\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .lg\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .lg\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .lg\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .lg\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .lg\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .lg\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .lg\:hover\:-mt-53:hover {
    margin-top: -13.25rem;
  }

  .lg\:hover\:-mr-53:hover {
    margin-right: -13.25rem;
  }

  .lg\:hover\:-mb-53:hover {
    margin-bottom: -13.25rem;
  }

  .lg\:hover\:-ml-53:hover {
    margin-left: -13.25rem;
  }

  .lg\:hover\:-mt-54:hover {
    margin-top: -13.5rem;
  }

  .lg\:hover\:-mr-54:hover {
    margin-right: -13.5rem;
  }

  .lg\:hover\:-mb-54:hover {
    margin-bottom: -13.5rem;
  }

  .lg\:hover\:-ml-54:hover {
    margin-left: -13.5rem;
  }

  .lg\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .lg\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .lg\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .lg\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .lg\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .lg\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .lg\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .lg\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .lg\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .lg\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .lg\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .lg\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .lg\:hover\:-mt-74:hover {
    margin-top: -18.5rem;
  }

  .lg\:hover\:-mr-74:hover {
    margin-right: -18.5rem;
  }

  .lg\:hover\:-mb-74:hover {
    margin-bottom: -18.5rem;
  }

  .lg\:hover\:-ml-74:hover {
    margin-left: -18.5rem;
  }

  .lg\:hover\:-mt-76:hover {
    margin-top: -19rem;
  }

  .lg\:hover\:-mr-76:hover {
    margin-right: -19rem;
  }

  .lg\:hover\:-mb-76:hover {
    margin-bottom: -19rem;
  }

  .lg\:hover\:-ml-76:hover {
    margin-left: -19rem;
  }

  .lg\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .lg\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .lg\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .lg\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .lg\:hover\:-mt-85:hover {
    margin-top: -21.25rem;
  }

  .lg\:hover\:-mr-85:hover {
    margin-right: -21.25rem;
  }

  .lg\:hover\:-mb-85:hover {
    margin-bottom: -21.25rem;
  }

  .lg\:hover\:-ml-85:hover {
    margin-left: -21.25rem;
  }

  .lg\:hover\:-mt-100:hover {
    margin-top: -25rem;
  }

  .lg\:hover\:-mr-100:hover {
    margin-right: -25rem;
  }

  .lg\:hover\:-mb-100:hover {
    margin-bottom: -25rem;
  }

  .lg\:hover\:-ml-100:hover {
    margin-left: -25rem;
  }

  .lg\:hover\:-mt-105:hover {
    margin-top: -26.25rem;
  }

  .lg\:hover\:-mr-105:hover {
    margin-right: -26.25rem;
  }

  .lg\:hover\:-mb-105:hover {
    margin-bottom: -26.25rem;
  }

  .lg\:hover\:-ml-105:hover {
    margin-left: -26.25rem;
  }

  .lg\:hover\:-mt-107:hover {
    margin-top: -26.4rem;
  }

  .lg\:hover\:-mr-107:hover {
    margin-right: -26.4rem;
  }

  .lg\:hover\:-mb-107:hover {
    margin-bottom: -26.4rem;
  }

  .lg\:hover\:-ml-107:hover {
    margin-left: -26.4rem;
  }

  .lg\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .lg\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .lg\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .lg\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .lg\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .lg\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .lg\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .lg\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .lg\:hover\:-mt-130:hover {
    margin-top: -38rem;
  }

  .lg\:hover\:-mr-130:hover {
    margin-right: -38rem;
  }

  .lg\:hover\:-mb-130:hover {
    margin-bottom: -38rem;
  }

  .lg\:hover\:-ml-130:hover {
    margin-left: -38rem;
  }

  .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\:hover\:-mt-250px:hover {
    margin-top: -250px;
  }

  .lg\:hover\:-mr-250px:hover {
    margin-right: -250px;
  }

  .lg\:hover\:-mb-250px:hover {
    margin-bottom: -250px;
  }

  .lg\:hover\:-ml-250px:hover {
    margin-left: -250px;
  }

  .lg\:hover\:-mt-1\/2\%:hover {
    margin-top: -0.5%;
  }

  .lg\:hover\:-mr-1\/2\%:hover {
    margin-right: -0.5%;
  }

  .lg\:hover\:-mb-1\/2\%:hover {
    margin-bottom: -0.5%;
  }

  .lg\:hover\:-ml-1\/2\%:hover {
    margin-left: -0.5%;
  }

  .lg\:hover\:-mt-1\%:hover {
    margin-top: -1%;
  }

  .lg\:hover\:-mr-1\%:hover {
    margin-right: -1%;
  }

  .lg\:hover\:-mb-1\%:hover {
    margin-bottom: -1%;
  }

  .lg\:hover\:-ml-1\%:hover {
    margin-left: -1%;
  }

  .lg\:hover\:-mt-2\%:hover {
    margin-top: -2%;
  }

  .lg\:hover\:-mr-2\%:hover {
    margin-right: -2%;
  }

  .lg\:hover\:-mb-2\%:hover {
    margin-bottom: -2%;
  }

  .lg\:hover\:-ml-2\%:hover {
    margin-left: -2%;
  }

  .lg\:hover\:-mt-3\%:hover {
    margin-top: -3%;
  }

  .lg\:hover\:-mr-3\%:hover {
    margin-right: -3%;
  }

  .lg\:hover\:-mb-3\%:hover {
    margin-bottom: -3%;
  }

  .lg\:hover\:-ml-3\%:hover {
    margin-left: -3%;
  }

  .lg\:hover\:-mt-4\%:hover {
    margin-top: -4%;
  }

  .lg\:hover\:-mr-4\%:hover {
    margin-right: -4%;
  }

  .lg\:hover\:-mb-4\%:hover {
    margin-bottom: -4%;
  }

  .lg\:hover\:-ml-4\%:hover {
    margin-left: -4%;
  }

  .lg\:hover\:-mt-5\%:hover {
    margin-top: -5%;
  }

  .lg\:hover\:-mr-5\%:hover {
    margin-right: -5%;
  }

  .lg\:hover\:-mb-5\%:hover {
    margin-bottom: -5%;
  }

  .lg\:hover\:-ml-5\%:hover {
    margin-left: -5%;
  }

  .lg\:hover\:-mt-10\%:hover {
    margin-top: -10%;
  }

  .lg\:hover\:-mr-10\%:hover {
    margin-right: -10%;
  }

  .lg\:hover\:-mb-10\%:hover {
    margin-bottom: -10%;
  }

  .lg\:hover\:-ml-10\%:hover {
    margin-left: -10%;
  }

  .lg\:hover\:-mt-20\%:hover {
    margin-top: -20%;
  }

  .lg\:hover\:-mr-20\%:hover {
    margin-right: -20%;
  }

  .lg\:hover\:-mb-20\%:hover {
    margin-bottom: -20%;
  }

  .lg\:hover\:-ml-20\%:hover {
    margin-left: -20%;
  }

  .lg\:hover\:-mt-23\%:hover {
    margin-top: -23%;
  }

  .lg\:hover\:-mr-23\%:hover {
    margin-right: -23%;
  }

  .lg\:hover\:-mb-23\%:hover {
    margin-bottom: -23%;
  }

  .lg\:hover\:-ml-23\%:hover {
    margin-left: -23%;
  }

  .lg\:hover\:-mt-25\%:hover {
    margin-top: -25%;
  }

  .lg\:hover\:-mr-25\%:hover {
    margin-right: -25%;
  }

  .lg\:hover\:-mb-25\%:hover {
    margin-bottom: -25%;
  }

  .lg\:hover\:-ml-25\%:hover {
    margin-left: -25%;
  }

  .lg\:hover\:-mt-26\%:hover {
    margin-top: -26%;
  }

  .lg\:hover\:-mr-26\%:hover {
    margin-right: -26%;
  }

  .lg\:hover\:-mb-26\%:hover {
    margin-bottom: -26%;
  }

  .lg\:hover\:-ml-26\%:hover {
    margin-left: -26%;
  }

  .lg\:hover\:-mt-30\%:hover {
    margin-top: -30%;
  }

  .lg\:hover\:-mr-30\%:hover {
    margin-right: -30%;
  }

  .lg\:hover\:-mb-30\%:hover {
    margin-bottom: -30%;
  }

  .lg\:hover\:-ml-30\%:hover {
    margin-left: -30%;
  }

  .lg\:hover\:-mt-40\%:hover {
    margin-top: -40%;
  }

  .lg\:hover\:-mr-40\%:hover {
    margin-right: -40%;
  }

  .lg\:hover\:-mb-40\%:hover {
    margin-bottom: -40%;
  }

  .lg\:hover\:-ml-40\%:hover {
    margin-left: -40%;
  }

  .lg\:hover\:-mt-50\%:hover {
    margin-top: -50%;
  }

  .lg\:hover\:-mr-50\%:hover {
    margin-right: -50%;
  }

  .lg\:hover\:-mb-50\%:hover {
    margin-bottom: -50%;
  }

  .lg\:hover\:-ml-50\%:hover {
    margin-left: -50%;
  }

  .lg\:hover\:-mt-60\%:hover {
    margin-top: -60%;
  }

  .lg\:hover\:-mr-60\%:hover {
    margin-right: -60%;
  }

  .lg\:hover\:-mb-60\%:hover {
    margin-bottom: -60%;
  }

  .lg\:hover\:-ml-60\%:hover {
    margin-left: -60%;
  }

  .lg\:hover\:-mt-70\%:hover {
    margin-top: -70%;
  }

  .lg\:hover\:-mr-70\%:hover {
    margin-right: -70%;
  }

  .lg\:hover\:-mb-70\%:hover {
    margin-bottom: -70%;
  }

  .lg\:hover\:-ml-70\%:hover {
    margin-left: -70%;
  }

  .lg\:hover\:-mt-80\%:hover {
    margin-top: -80%;
  }

  .lg\:hover\:-mr-80\%:hover {
    margin-right: -80%;
  }

  .lg\:hover\:-mb-80\%:hover {
    margin-bottom: -80%;
  }

  .lg\:hover\:-ml-80\%:hover {
    margin-left: -80%;
  }

  .lg\:hover\:-mt-90\%:hover {
    margin-top: -90%;
  }

  .lg\:hover\:-mr-90\%:hover {
    margin-right: -90%;
  }

  .lg\:hover\:-mb-90\%:hover {
    margin-bottom: -90%;
  }

  .lg\:hover\:-ml-90\%:hover {
    margin-left: -90%;
  }

  .lg\:hover\:-mt-95\%:hover {
    margin-top: -95%;
  }

  .lg\:hover\:-mr-95\%:hover {
    margin-right: -95%;
  }

  .lg\:hover\:-mb-95\%:hover {
    margin-bottom: -95%;
  }

  .lg\:hover\:-ml-95\%:hover {
    margin-left: -95%;
  }

  .lg\:hover\:-mt-96\%:hover {
    margin-top: -96%;
  }

  .lg\:hover\:-mr-96\%:hover {
    margin-right: -96%;
  }

  .lg\:hover\:-mb-96\%:hover {
    margin-bottom: -96%;
  }

  .lg\:hover\:-ml-96\%:hover {
    margin-left: -96%;
  }

  .lg\:hover\:-mt-97\%:hover {
    margin-top: -97%;
  }

  .lg\:hover\:-mr-97\%:hover {
    margin-right: -97%;
  }

  .lg\:hover\:-mb-97\%:hover {
    margin-bottom: -97%;
  }

  .lg\:hover\:-ml-97\%:hover {
    margin-left: -97%;
  }

  .lg\:hover\:-mt-98\%:hover {
    margin-top: -98%;
  }

  .lg\:hover\:-mr-98\%:hover {
    margin-right: -98%;
  }

  .lg\:hover\:-mb-98\%:hover {
    margin-bottom: -98%;
  }

  .lg\:hover\:-ml-98\%:hover {
    margin-left: -98%;
  }

  .lg\:hover\:-mt-99\%:hover {
    margin-top: -99%;
  }

  .lg\:hover\:-mr-99\%:hover {
    margin-right: -99%;
  }

  .lg\:hover\:-mb-99\%:hover {
    margin-bottom: -99%;
  }

  .lg\:hover\:-ml-99\%:hover {
    margin-left: -99%;
  }

  .lg\:hover\:-mt-36vh:hover {
    margin-top: -36vh;
  }

  .lg\:hover\:-mr-36vh:hover {
    margin-right: -36vh;
  }

  .lg\:hover\:-mb-36vh:hover {
    margin-bottom: -36vh;
  }

  .lg\:hover\:-ml-36vh:hover {
    margin-left: -36vh;
  }

  .lg\:hover\:-mt-75vh:hover {
    margin-top: -75vh;
  }

  .lg\:hover\:-mr-75vh:hover {
    margin-right: -75vh;
  }

  .lg\:hover\:-mb-75vh:hover {
    margin-bottom: -75vh;
  }

  .lg\:hover\:-ml-75vh:hover {
    margin-left: -75vh;
  }

  .lg\:hover\:-mt-78vh:hover {
    margin-top: -78vh;
  }

  .lg\:hover\:-mr-78vh:hover {
    margin-right: -78vh;
  }

  .lg\:hover\:-mb-78vh:hover {
    margin-bottom: -78vh;
  }

  .lg\:hover\:-ml-78vh:hover {
    margin-left: -78vh;
  }

  .lg\:hover\:-mt-80vh:hover {
    margin-top: -80vh;
  }

  .lg\:hover\:-mr-80vh:hover {
    margin-right: -80vh;
  }

  .lg\:hover\:-mb-80vh:hover {
    margin-bottom: -80vh;
  }

  .lg\:hover\:-ml-80vh:hover {
    margin-left: -80vh;
  }

  .lg\:hover\:-mt-82vh:hover {
    margin-top: -82vh;
  }

  .lg\:hover\:-mr-82vh:hover {
    margin-right: -82vh;
  }

  .lg\:hover\:-mb-82vh:hover {
    margin-bottom: -82vh;
  }

  .lg\:hover\:-ml-82vh:hover {
    margin-left: -82vh;
  }

  .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-7:focus {
    margin: 1.75rem;
  }

  .lg\:focus\:m-8:focus {
    margin: 2rem;
  }

  .lg\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .lg\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .lg\:focus\:m-12:focus {
    margin: 3rem;
  }

  .lg\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .lg\:focus\:m-15:focus {
    margin: 3.75rem;
  }

  .lg\:focus\:m-16:focus {
    margin: 4rem;
  }

  .lg\:focus\:m-18:focus {
    margin: 4.5rem;
  }

  .lg\:focus\:m-20:focus {
    margin: 5rem;
  }

  .lg\:focus\:m-21:focus {
    margin: 5.25rem;
  }

  .lg\:focus\:m-22:focus {
    margin: 5.5rem;
  }

  .lg\:focus\:m-24:focus {
    margin: 6rem;
  }

  .lg\:focus\:m-26:focus {
    margin: 6.5rem;
  }

  .lg\:focus\:m-28:focus {
    margin: 7rem;
  }

  .lg\:focus\:m-30:focus {
    margin: 7.5rem;
  }

  .lg\:focus\:m-32:focus {
    margin: 8rem;
  }

  .lg\:focus\:m-34:focus {
    margin: 8.5rem;
  }

  .lg\:focus\:m-36:focus {
    margin: 9rem;
  }

  .lg\:focus\:m-38:focus {
    margin: 9.5rem;
  }

  .lg\:focus\:m-40:focus {
    margin: 10rem;
  }

  .lg\:focus\:m-44:focus {
    margin: 11rem;
  }

  .lg\:focus\:m-48:focus {
    margin: 12rem;
  }

  .lg\:focus\:m-52:focus {
    margin: 13rem;
  }

  .lg\:focus\:m-53:focus {
    margin: 13.25rem;
  }

  .lg\:focus\:m-54:focus {
    margin: 13.5rem;
  }

  .lg\:focus\:m-56:focus {
    margin: 14rem;
  }

  .lg\:focus\:m-64:focus {
    margin: 16rem;
  }

  .lg\:focus\:m-72:focus {
    margin: 18rem;
  }

  .lg\:focus\:m-74:focus {
    margin: 18.5rem;
  }

  .lg\:focus\:m-76:focus {
    margin: 19rem;
  }

  .lg\:focus\:m-80:focus {
    margin: 20rem;
  }

  .lg\:focus\:m-85:focus {
    margin: 21.25rem;
  }

  .lg\:focus\:m-100:focus {
    margin: 25rem;
  }

  .lg\:focus\:m-105:focus {
    margin: 26.25rem;
  }

  .lg\:focus\:m-107:focus {
    margin: 26.4rem;
  }

  .lg\:focus\:m-110:focus {
    margin: 27.5rem;
  }

  .lg\:focus\:m-120:focus {
    margin: 30rem;
  }

  .lg\:focus\:m-130:focus {
    margin: 38rem;
  }

  .lg\:focus\:m-auto:focus {
    margin: auto;
  }

  .lg\:focus\:m-px:focus {
    margin: 1px;
  }

  .lg\:focus\:m-250px:focus {
    margin: 250px;
  }

  .lg\:focus\:m-1\/2\%:focus {
    margin: 0.5%;
  }

  .lg\:focus\:m-1\%:focus {
    margin: 1%;
  }

  .lg\:focus\:m-2\%:focus {
    margin: 2%;
  }

  .lg\:focus\:m-3\%:focus {
    margin: 3%;
  }

  .lg\:focus\:m-4\%:focus {
    margin: 4%;
  }

  .lg\:focus\:m-5\%:focus {
    margin: 5%;
  }

  .lg\:focus\:m-10\%:focus {
    margin: 10%;
  }

  .lg\:focus\:m-20\%:focus {
    margin: 20%;
  }

  .lg\:focus\:m-23\%:focus {
    margin: 23%;
  }

  .lg\:focus\:m-25\%:focus {
    margin: 25%;
  }

  .lg\:focus\:m-26\%:focus {
    margin: 26%;
  }

  .lg\:focus\:m-30\%:focus {
    margin: 30%;
  }

  .lg\:focus\:m-40\%:focus {
    margin: 40%;
  }

  .lg\:focus\:m-50\%:focus {
    margin: 50%;
  }

  .lg\:focus\:m-60\%:focus {
    margin: 60%;
  }

  .lg\:focus\:m-70\%:focus {
    margin: 70%;
  }

  .lg\:focus\:m-80\%:focus {
    margin: 80%;
  }

  .lg\:focus\:m-90\%:focus {
    margin: 90%;
  }

  .lg\:focus\:m-95\%:focus {
    margin: 95%;
  }

  .lg\:focus\:m-96\%:focus {
    margin: 96%;
  }

  .lg\:focus\:m-97\%:focus {
    margin: 97%;
  }

  .lg\:focus\:m-98\%:focus {
    margin: 98%;
  }

  .lg\:focus\:m-99\%:focus {
    margin: 99%;
  }

  .lg\:focus\:m-36vh:focus {
    margin: 36vh;
  }

  .lg\:focus\:m-75vh:focus {
    margin: 75vh;
  }

  .lg\:focus\:m-78vh:focus {
    margin: 78vh;
  }

  .lg\:focus\:m-80vh:focus {
    margin: 80vh;
  }

  .lg\:focus\:m-82vh:focus {
    margin: 82vh;
  }

  .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-7:focus {
    margin: -1.75rem;
  }

  .lg\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .lg\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .lg\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .lg\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .lg\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .lg\:focus\:-m-15:focus {
    margin: -3.75rem;
  }

  .lg\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .lg\:focus\:-m-18:focus {
    margin: -4.5rem;
  }

  .lg\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .lg\:focus\:-m-21:focus {
    margin: -5.25rem;
  }

  .lg\:focus\:-m-22:focus {
    margin: -5.5rem;
  }

  .lg\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .lg\:focus\:-m-26:focus {
    margin: -6.5rem;
  }

  .lg\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .lg\:focus\:-m-30:focus {
    margin: -7.5rem;
  }

  .lg\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .lg\:focus\:-m-34:focus {
    margin: -8.5rem;
  }

  .lg\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .lg\:focus\:-m-38:focus {
    margin: -9.5rem;
  }

  .lg\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .lg\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .lg\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .lg\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .lg\:focus\:-m-53:focus {
    margin: -13.25rem;
  }

  .lg\:focus\:-m-54:focus {
    margin: -13.5rem;
  }

  .lg\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .lg\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .lg\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .lg\:focus\:-m-74:focus {
    margin: -18.5rem;
  }

  .lg\:focus\:-m-76:focus {
    margin: -19rem;
  }

  .lg\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .lg\:focus\:-m-85:focus {
    margin: -21.25rem;
  }

  .lg\:focus\:-m-100:focus {
    margin: -25rem;
  }

  .lg\:focus\:-m-105:focus {
    margin: -26.25rem;
  }

  .lg\:focus\:-m-107:focus {
    margin: -26.4rem;
  }

  .lg\:focus\:-m-110:focus {
    margin: -27.5rem;
  }

  .lg\:focus\:-m-120:focus {
    margin: -30rem;
  }

  .lg\:focus\:-m-130:focus {
    margin: -38rem;
  }

  .lg\:focus\:-m-px:focus {
    margin: -1px;
  }

  .lg\:focus\:-m-250px:focus {
    margin: -250px;
  }

  .lg\:focus\:-m-1\/2\%:focus {
    margin: -0.5%;
  }

  .lg\:focus\:-m-1\%:focus {
    margin: -1%;
  }

  .lg\:focus\:-m-2\%:focus {
    margin: -2%;
  }

  .lg\:focus\:-m-3\%:focus {
    margin: -3%;
  }

  .lg\:focus\:-m-4\%:focus {
    margin: -4%;
  }

  .lg\:focus\:-m-5\%:focus {
    margin: -5%;
  }

  .lg\:focus\:-m-10\%:focus {
    margin: -10%;
  }

  .lg\:focus\:-m-20\%:focus {
    margin: -20%;
  }

  .lg\:focus\:-m-23\%:focus {
    margin: -23%;
  }

  .lg\:focus\:-m-25\%:focus {
    margin: -25%;
  }

  .lg\:focus\:-m-26\%:focus {
    margin: -26%;
  }

  .lg\:focus\:-m-30\%:focus {
    margin: -30%;
  }

  .lg\:focus\:-m-40\%:focus {
    margin: -40%;
  }

  .lg\:focus\:-m-50\%:focus {
    margin: -50%;
  }

  .lg\:focus\:-m-60\%:focus {
    margin: -60%;
  }

  .lg\:focus\:-m-70\%:focus {
    margin: -70%;
  }

  .lg\:focus\:-m-80\%:focus {
    margin: -80%;
  }

  .lg\:focus\:-m-90\%:focus {
    margin: -90%;
  }

  .lg\:focus\:-m-95\%:focus {
    margin: -95%;
  }

  .lg\:focus\:-m-96\%:focus {
    margin: -96%;
  }

  .lg\:focus\:-m-97\%:focus {
    margin: -97%;
  }

  .lg\:focus\:-m-98\%:focus {
    margin: -98%;
  }

  .lg\:focus\:-m-99\%:focus {
    margin: -99%;
  }

  .lg\:focus\:-m-36vh:focus {
    margin: -36vh;
  }

  .lg\:focus\:-m-75vh:focus {
    margin: -75vh;
  }

  .lg\:focus\:-m-78vh:focus {
    margin: -78vh;
  }

  .lg\:focus\:-m-80vh:focus {
    margin: -80vh;
  }

  .lg\:focus\:-m-82vh:focus {
    margin: -82vh;
  }

  .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-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:focus\:my-15:focus {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:focus\:mx-15:focus {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:focus {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:focus\:mx-18:focus {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:focus {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .lg\:focus\:mx-21:focus {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .lg\:focus\:my-22:focus {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:focus\:mx-22:focus {
    margin-left: 5.5rem;
    margin-right: 5.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-26:focus {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:focus\:mx-26:focus {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:focus\:my-30:focus {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:focus\:mx-30:focus {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:focus {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:focus\:mx-34:focus {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:focus\:my-38:focus {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .lg\:focus\:mx-38:focus {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .lg\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:focus\:my-53:focus {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .lg\:focus\:mx-53:focus {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .lg\:focus\:my-54:focus {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .lg\:focus\:mx-54:focus {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .lg\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:focus\:my-74:focus {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .lg\:focus\:mx-74:focus {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .lg\:focus\:my-76:focus {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .lg\:focus\:mx-76:focus {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .lg\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:focus\:my-85:focus {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .lg\:focus\:mx-85:focus {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .lg\:focus\:my-100:focus {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .lg\:focus\:mx-100:focus {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .lg\:focus\:my-105:focus {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .lg\:focus\:mx-105:focus {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .lg\:focus\:my-107:focus {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .lg\:focus\:mx-107:focus {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .lg\:focus\:my-110:focus {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .lg\:focus\:mx-110:focus {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .lg\:focus\:my-120:focus {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:focus\:mx-120:focus {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:focus\:my-130:focus {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .lg\:focus\:mx-130:focus {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:focus\:mx-250px:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:focus\:my-1\/2\%:focus {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .lg\:focus\:mx-1\/2\%:focus {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .lg\:focus\:my-1\%:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:focus\:mx-1\%:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:focus\:my-2\%:focus {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .lg\:focus\:mx-2\%:focus {
    margin-left: 2%;
    margin-right: 2%;
  }

  .lg\:focus\:my-3\%:focus {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .lg\:focus\:mx-3\%:focus {
    margin-left: 3%;
    margin-right: 3%;
  }

  .lg\:focus\:my-4\%:focus {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .lg\:focus\:mx-4\%:focus {
    margin-left: 4%;
    margin-right: 4%;
  }

  .lg\:focus\:my-5\%:focus {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:focus\:mx-5\%:focus {
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:focus\:my-10\%:focus {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:focus\:mx-10\%:focus {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:focus\:my-20\%:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:focus\:mx-20\%:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:focus\:my-23\%:focus {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .lg\:focus\:mx-23\%:focus {
    margin-left: 23%;
    margin-right: 23%;
  }

  .lg\:focus\:my-25\%:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:focus\:mx-25\%:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:focus\:my-26\%:focus {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .lg\:focus\:mx-26\%:focus {
    margin-left: 26%;
    margin-right: 26%;
  }

  .lg\:focus\:my-30\%:focus {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:focus\:mx-30\%:focus {
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:focus\:my-40\%:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:focus\:mx-40\%:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:focus\:my-50\%:focus {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:focus\:mx-50\%:focus {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:focus\:my-60\%:focus {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:focus\:mx-60\%:focus {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:focus\:my-70\%:focus {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .lg\:focus\:mx-70\%:focus {
    margin-left: 70%;
    margin-right: 70%;
  }

  .lg\:focus\:my-80\%:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:focus\:mx-80\%:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:focus\:my-90\%:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:focus\:mx-90\%:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:focus\:my-95\%:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:focus\:mx-95\%:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:focus\:my-96\%:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:focus\:mx-96\%:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:focus\:my-97\%:focus {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .lg\:focus\:mx-97\%:focus {
    margin-left: 97%;
    margin-right: 97%;
  }

  .lg\:focus\:my-98\%:focus {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .lg\:focus\:mx-98\%:focus {
    margin-left: 98%;
    margin-right: 98%;
  }

  .lg\:focus\:my-99\%:focus {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .lg\:focus\:mx-99\%:focus {
    margin-left: 99%;
    margin-right: 99%;
  }

  .lg\:focus\:my-36vh:focus {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .lg\:focus\:mx-36vh:focus {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .lg\:focus\:my-75vh:focus {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .lg\:focus\:mx-75vh:focus {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .lg\:focus\:my-78vh:focus {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .lg\:focus\:mx-78vh:focus {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .lg\:focus\:my-80vh:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:focus\:mx-80vh:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:focus\:my-82vh:focus {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .lg\:focus\:mx-82vh:focus {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:focus\:-my-15:focus {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:focus\:-mx-15:focus {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:focus {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:focus\:-mx-18:focus {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:focus {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .lg\:focus\:-mx-21:focus {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .lg\:focus\:-my-22:focus {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:focus\:-mx-22:focus {
    margin-left: -5.5rem;
    margin-right: -5.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-26:focus {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:focus\:-mx-26:focus {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:focus\:-my-30:focus {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:focus\:-mx-30:focus {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:focus {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:focus\:-mx-34:focus {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:focus\:-my-38:focus {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .lg\:focus\:-mx-38:focus {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .lg\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:focus\:-my-53:focus {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .lg\:focus\:-mx-53:focus {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .lg\:focus\:-my-54:focus {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .lg\:focus\:-mx-54:focus {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .lg\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:focus\:-my-74:focus {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .lg\:focus\:-mx-74:focus {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .lg\:focus\:-my-76:focus {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .lg\:focus\:-mx-76:focus {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .lg\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:focus\:-my-85:focus {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .lg\:focus\:-mx-85:focus {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .lg\:focus\:-my-100:focus {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .lg\:focus\:-mx-100:focus {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .lg\:focus\:-my-105:focus {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .lg\:focus\:-mx-105:focus {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .lg\:focus\:-my-107:focus {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .lg\:focus\:-mx-107:focus {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .lg\:focus\:-my-110:focus {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .lg\:focus\:-mx-110:focus {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .lg\:focus\:-my-120:focus {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:focus\:-mx-120:focus {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:focus\:-my-130:focus {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .lg\:focus\:-mx-130:focus {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .lg\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:focus\:-my-250px:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:focus\:-mx-250px:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:focus\:-my-1\/2\%:focus {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .lg\:focus\:-mx-1\/2\%:focus {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .lg\:focus\:-my-1\%:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:focus\:-mx-1\%:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:focus\:-my-2\%:focus {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .lg\:focus\:-mx-2\%:focus {
    margin-left: -2%;
    margin-right: -2%;
  }

  .lg\:focus\:-my-3\%:focus {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .lg\:focus\:-mx-3\%:focus {
    margin-left: -3%;
    margin-right: -3%;
  }

  .lg\:focus\:-my-4\%:focus {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .lg\:focus\:-mx-4\%:focus {
    margin-left: -4%;
    margin-right: -4%;
  }

  .lg\:focus\:-my-5\%:focus {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .lg\:focus\:-mx-5\%:focus {
    margin-left: -5%;
    margin-right: -5%;
  }

  .lg\:focus\:-my-10\%:focus {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg\:focus\:-mx-10\%:focus {
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg\:focus\:-my-20\%:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:focus\:-mx-20\%:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:focus\:-my-23\%:focus {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .lg\:focus\:-mx-23\%:focus {
    margin-left: -23%;
    margin-right: -23%;
  }

  .lg\:focus\:-my-25\%:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:focus\:-mx-25\%:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:focus\:-my-26\%:focus {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .lg\:focus\:-mx-26\%:focus {
    margin-left: -26%;
    margin-right: -26%;
  }

  .lg\:focus\:-my-30\%:focus {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .lg\:focus\:-mx-30\%:focus {
    margin-left: -30%;
    margin-right: -30%;
  }

  .lg\:focus\:-my-40\%:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:focus\:-mx-40\%:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:focus\:-my-50\%:focus {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:focus\:-mx-50\%:focus {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:focus\:-my-60\%:focus {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:focus\:-mx-60\%:focus {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:focus\:-my-70\%:focus {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .lg\:focus\:-mx-70\%:focus {
    margin-left: -70%;
    margin-right: -70%;
  }

  .lg\:focus\:-my-80\%:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:focus\:-mx-80\%:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:focus\:-my-90\%:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:focus\:-mx-90\%:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:focus\:-my-95\%:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:focus\:-mx-95\%:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:focus\:-my-96\%:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:focus\:-mx-96\%:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:focus\:-my-97\%:focus {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .lg\:focus\:-mx-97\%:focus {
    margin-left: -97%;
    margin-right: -97%;
  }

  .lg\:focus\:-my-98\%:focus {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .lg\:focus\:-mx-98\%:focus {
    margin-left: -98%;
    margin-right: -98%;
  }

  .lg\:focus\:-my-99\%:focus {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .lg\:focus\:-mx-99\%:focus {
    margin-left: -99%;
    margin-right: -99%;
  }

  .lg\:focus\:-my-36vh:focus {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .lg\:focus\:-mx-36vh:focus {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .lg\:focus\:-my-75vh:focus {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .lg\:focus\:-mx-75vh:focus {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .lg\:focus\:-my-78vh:focus {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .lg\:focus\:-mx-78vh:focus {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .lg\:focus\:-my-80vh:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:focus\:-mx-80vh:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:focus\:-my-82vh:focus {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .lg\:focus\:-mx-82vh:focus {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:focus {
    margin-top: 1.75rem;
  }

  .lg\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .lg\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .lg\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .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-9:focus {
    margin-top: 2.25rem;
  }

  .lg\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .lg\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .lg\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .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-14:focus {
    margin-top: 3.5rem;
  }

  .lg\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .lg\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .lg\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .lg\:focus\:mt-15:focus {
    margin-top: 3.75rem;
  }

  .lg\:focus\:mr-15:focus {
    margin-right: 3.75rem;
  }

  .lg\:focus\:mb-15:focus {
    margin-bottom: 3.75rem;
  }

  .lg\:focus\:ml-15:focus {
    margin-left: 3.75rem;
  }

  .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-18:focus {
    margin-top: 4.5rem;
  }

  .lg\:focus\:mr-18:focus {
    margin-right: 4.5rem;
  }

  .lg\:focus\:mb-18:focus {
    margin-bottom: 4.5rem;
  }

  .lg\:focus\:ml-18:focus {
    margin-left: 4.5rem;
  }

  .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-21:focus {
    margin-top: 5.25rem;
  }

  .lg\:focus\:mr-21:focus {
    margin-right: 5.25rem;
  }

  .lg\:focus\:mb-21:focus {
    margin-bottom: 5.25rem;
  }

  .lg\:focus\:ml-21:focus {
    margin-left: 5.25rem;
  }

  .lg\:focus\:mt-22:focus {
    margin-top: 5.5rem;
  }

  .lg\:focus\:mr-22:focus {
    margin-right: 5.5rem;
  }

  .lg\:focus\:mb-22:focus {
    margin-bottom: 5.5rem;
  }

  .lg\:focus\:ml-22:focus {
    margin-left: 5.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-26:focus {
    margin-top: 6.5rem;
  }

  .lg\:focus\:mr-26:focus {
    margin-right: 6.5rem;
  }

  .lg\:focus\:mb-26:focus {
    margin-bottom: 6.5rem;
  }

  .lg\:focus\:ml-26:focus {
    margin-left: 6.5rem;
  }

  .lg\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .lg\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .lg\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .lg\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .lg\:focus\:mt-30:focus {
    margin-top: 7.5rem;
  }

  .lg\:focus\:mr-30:focus {
    margin-right: 7.5rem;
  }

  .lg\:focus\:mb-30:focus {
    margin-bottom: 7.5rem;
  }

  .lg\:focus\:ml-30:focus {
    margin-left: 7.5rem;
  }

  .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-34:focus {
    margin-top: 8.5rem;
  }

  .lg\:focus\:mr-34:focus {
    margin-right: 8.5rem;
  }

  .lg\:focus\:mb-34:focus {
    margin-bottom: 8.5rem;
  }

  .lg\:focus\:ml-34:focus {
    margin-left: 8.5rem;
  }

  .lg\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .lg\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .lg\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .lg\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .lg\:focus\:mt-38:focus {
    margin-top: 9.5rem;
  }

  .lg\:focus\:mr-38:focus {
    margin-right: 9.5rem;
  }

  .lg\:focus\:mb-38:focus {
    margin-bottom: 9.5rem;
  }

  .lg\:focus\:ml-38:focus {
    margin-left: 9.5rem;
  }

  .lg\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .lg\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .lg\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .lg\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .lg\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .lg\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .lg\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .lg\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .lg\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .lg\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .lg\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .lg\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .lg\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .lg\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .lg\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .lg\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .lg\:focus\:mt-53:focus {
    margin-top: 13.25rem;
  }

  .lg\:focus\:mr-53:focus {
    margin-right: 13.25rem;
  }

  .lg\:focus\:mb-53:focus {
    margin-bottom: 13.25rem;
  }

  .lg\:focus\:ml-53:focus {
    margin-left: 13.25rem;
  }

  .lg\:focus\:mt-54:focus {
    margin-top: 13.5rem;
  }

  .lg\:focus\:mr-54:focus {
    margin-right: 13.5rem;
  }

  .lg\:focus\:mb-54:focus {
    margin-bottom: 13.5rem;
  }

  .lg\:focus\:ml-54:focus {
    margin-left: 13.5rem;
  }

  .lg\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .lg\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .lg\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .lg\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .lg\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .lg\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .lg\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .lg\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .lg\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .lg\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .lg\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .lg\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .lg\:focus\:mt-74:focus {
    margin-top: 18.5rem;
  }

  .lg\:focus\:mr-74:focus {
    margin-right: 18.5rem;
  }

  .lg\:focus\:mb-74:focus {
    margin-bottom: 18.5rem;
  }

  .lg\:focus\:ml-74:focus {
    margin-left: 18.5rem;
  }

  .lg\:focus\:mt-76:focus {
    margin-top: 19rem;
  }

  .lg\:focus\:mr-76:focus {
    margin-right: 19rem;
  }

  .lg\:focus\:mb-76:focus {
    margin-bottom: 19rem;
  }

  .lg\:focus\:ml-76:focus {
    margin-left: 19rem;
  }

  .lg\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .lg\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .lg\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .lg\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .lg\:focus\:mt-85:focus {
    margin-top: 21.25rem;
  }

  .lg\:focus\:mr-85:focus {
    margin-right: 21.25rem;
  }

  .lg\:focus\:mb-85:focus {
    margin-bottom: 21.25rem;
  }

  .lg\:focus\:ml-85:focus {
    margin-left: 21.25rem;
  }

  .lg\:focus\:mt-100:focus {
    margin-top: 25rem;
  }

  .lg\:focus\:mr-100:focus {
    margin-right: 25rem;
  }

  .lg\:focus\:mb-100:focus {
    margin-bottom: 25rem;
  }

  .lg\:focus\:ml-100:focus {
    margin-left: 25rem;
  }

  .lg\:focus\:mt-105:focus {
    margin-top: 26.25rem;
  }

  .lg\:focus\:mr-105:focus {
    margin-right: 26.25rem;
  }

  .lg\:focus\:mb-105:focus {
    margin-bottom: 26.25rem;
  }

  .lg\:focus\:ml-105:focus {
    margin-left: 26.25rem;
  }

  .lg\:focus\:mt-107:focus {
    margin-top: 26.4rem;
  }

  .lg\:focus\:mr-107:focus {
    margin-right: 26.4rem;
  }

  .lg\:focus\:mb-107:focus {
    margin-bottom: 26.4rem;
  }

  .lg\:focus\:ml-107:focus {
    margin-left: 26.4rem;
  }

  .lg\:focus\:mt-110:focus {
    margin-top: 27.5rem;
  }

  .lg\:focus\:mr-110:focus {
    margin-right: 27.5rem;
  }

  .lg\:focus\:mb-110:focus {
    margin-bottom: 27.5rem;
  }

  .lg\:focus\:ml-110:focus {
    margin-left: 27.5rem;
  }

  .lg\:focus\:mt-120:focus {
    margin-top: 30rem;
  }

  .lg\:focus\:mr-120:focus {
    margin-right: 30rem;
  }

  .lg\:focus\:mb-120:focus {
    margin-bottom: 30rem;
  }

  .lg\:focus\:ml-120:focus {
    margin-left: 30rem;
  }

  .lg\:focus\:mt-130:focus {
    margin-top: 38rem;
  }

  .lg\:focus\:mr-130:focus {
    margin-right: 38rem;
  }

  .lg\:focus\:mb-130:focus {
    margin-bottom: 38rem;
  }

  .lg\:focus\:ml-130:focus {
    margin-left: 38rem;
  }

  .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\:focus\:mt-250px:focus {
    margin-top: 250px;
  }

  .lg\:focus\:mr-250px:focus {
    margin-right: 250px;
  }

  .lg\:focus\:mb-250px:focus {
    margin-bottom: 250px;
  }

  .lg\:focus\:ml-250px:focus {
    margin-left: 250px;
  }

  .lg\:focus\:mt-1\/2\%:focus {
    margin-top: 0.5%;
  }

  .lg\:focus\:mr-1\/2\%:focus {
    margin-right: 0.5%;
  }

  .lg\:focus\:mb-1\/2\%:focus {
    margin-bottom: 0.5%;
  }

  .lg\:focus\:ml-1\/2\%:focus {
    margin-left: 0.5%;
  }

  .lg\:focus\:mt-1\%:focus {
    margin-top: 1%;
  }

  .lg\:focus\:mr-1\%:focus {
    margin-right: 1%;
  }

  .lg\:focus\:mb-1\%:focus {
    margin-bottom: 1%;
  }

  .lg\:focus\:ml-1\%:focus {
    margin-left: 1%;
  }

  .lg\:focus\:mt-2\%:focus {
    margin-top: 2%;
  }

  .lg\:focus\:mr-2\%:focus {
    margin-right: 2%;
  }

  .lg\:focus\:mb-2\%:focus {
    margin-bottom: 2%;
  }

  .lg\:focus\:ml-2\%:focus {
    margin-left: 2%;
  }

  .lg\:focus\:mt-3\%:focus {
    margin-top: 3%;
  }

  .lg\:focus\:mr-3\%:focus {
    margin-right: 3%;
  }

  .lg\:focus\:mb-3\%:focus {
    margin-bottom: 3%;
  }

  .lg\:focus\:ml-3\%:focus {
    margin-left: 3%;
  }

  .lg\:focus\:mt-4\%:focus {
    margin-top: 4%;
  }

  .lg\:focus\:mr-4\%:focus {
    margin-right: 4%;
  }

  .lg\:focus\:mb-4\%:focus {
    margin-bottom: 4%;
  }

  .lg\:focus\:ml-4\%:focus {
    margin-left: 4%;
  }

  .lg\:focus\:mt-5\%:focus {
    margin-top: 5%;
  }

  .lg\:focus\:mr-5\%:focus {
    margin-right: 5%;
  }

  .lg\:focus\:mb-5\%:focus {
    margin-bottom: 5%;
  }

  .lg\:focus\:ml-5\%:focus {
    margin-left: 5%;
  }

  .lg\:focus\:mt-10\%:focus {
    margin-top: 10%;
  }

  .lg\:focus\:mr-10\%:focus {
    margin-right: 10%;
  }

  .lg\:focus\:mb-10\%:focus {
    margin-bottom: 10%;
  }

  .lg\:focus\:ml-10\%:focus {
    margin-left: 10%;
  }

  .lg\:focus\:mt-20\%:focus {
    margin-top: 20%;
  }

  .lg\:focus\:mr-20\%:focus {
    margin-right: 20%;
  }

  .lg\:focus\:mb-20\%:focus {
    margin-bottom: 20%;
  }

  .lg\:focus\:ml-20\%:focus {
    margin-left: 20%;
  }

  .lg\:focus\:mt-23\%:focus {
    margin-top: 23%;
  }

  .lg\:focus\:mr-23\%:focus {
    margin-right: 23%;
  }

  .lg\:focus\:mb-23\%:focus {
    margin-bottom: 23%;
  }

  .lg\:focus\:ml-23\%:focus {
    margin-left: 23%;
  }

  .lg\:focus\:mt-25\%:focus {
    margin-top: 25%;
  }

  .lg\:focus\:mr-25\%:focus {
    margin-right: 25%;
  }

  .lg\:focus\:mb-25\%:focus {
    margin-bottom: 25%;
  }

  .lg\:focus\:ml-25\%:focus {
    margin-left: 25%;
  }

  .lg\:focus\:mt-26\%:focus {
    margin-top: 26%;
  }

  .lg\:focus\:mr-26\%:focus {
    margin-right: 26%;
  }

  .lg\:focus\:mb-26\%:focus {
    margin-bottom: 26%;
  }

  .lg\:focus\:ml-26\%:focus {
    margin-left: 26%;
  }

  .lg\:focus\:mt-30\%:focus {
    margin-top: 30%;
  }

  .lg\:focus\:mr-30\%:focus {
    margin-right: 30%;
  }

  .lg\:focus\:mb-30\%:focus {
    margin-bottom: 30%;
  }

  .lg\:focus\:ml-30\%:focus {
    margin-left: 30%;
  }

  .lg\:focus\:mt-40\%:focus {
    margin-top: 40%;
  }

  .lg\:focus\:mr-40\%:focus {
    margin-right: 40%;
  }

  .lg\:focus\:mb-40\%:focus {
    margin-bottom: 40%;
  }

  .lg\:focus\:ml-40\%:focus {
    margin-left: 40%;
  }

  .lg\:focus\:mt-50\%:focus {
    margin-top: 50%;
  }

  .lg\:focus\:mr-50\%:focus {
    margin-right: 50%;
  }

  .lg\:focus\:mb-50\%:focus {
    margin-bottom: 50%;
  }

  .lg\:focus\:ml-50\%:focus {
    margin-left: 50%;
  }

  .lg\:focus\:mt-60\%:focus {
    margin-top: 60%;
  }

  .lg\:focus\:mr-60\%:focus {
    margin-right: 60%;
  }

  .lg\:focus\:mb-60\%:focus {
    margin-bottom: 60%;
  }

  .lg\:focus\:ml-60\%:focus {
    margin-left: 60%;
  }

  .lg\:focus\:mt-70\%:focus {
    margin-top: 70%;
  }

  .lg\:focus\:mr-70\%:focus {
    margin-right: 70%;
  }

  .lg\:focus\:mb-70\%:focus {
    margin-bottom: 70%;
  }

  .lg\:focus\:ml-70\%:focus {
    margin-left: 70%;
  }

  .lg\:focus\:mt-80\%:focus {
    margin-top: 80%;
  }

  .lg\:focus\:mr-80\%:focus {
    margin-right: 80%;
  }

  .lg\:focus\:mb-80\%:focus {
    margin-bottom: 80%;
  }

  .lg\:focus\:ml-80\%:focus {
    margin-left: 80%;
  }

  .lg\:focus\:mt-90\%:focus {
    margin-top: 90%;
  }

  .lg\:focus\:mr-90\%:focus {
    margin-right: 90%;
  }

  .lg\:focus\:mb-90\%:focus {
    margin-bottom: 90%;
  }

  .lg\:focus\:ml-90\%:focus {
    margin-left: 90%;
  }

  .lg\:focus\:mt-95\%:focus {
    margin-top: 95%;
  }

  .lg\:focus\:mr-95\%:focus {
    margin-right: 95%;
  }

  .lg\:focus\:mb-95\%:focus {
    margin-bottom: 95%;
  }

  .lg\:focus\:ml-95\%:focus {
    margin-left: 95%;
  }

  .lg\:focus\:mt-96\%:focus {
    margin-top: 96%;
  }

  .lg\:focus\:mr-96\%:focus {
    margin-right: 96%;
  }

  .lg\:focus\:mb-96\%:focus {
    margin-bottom: 96%;
  }

  .lg\:focus\:ml-96\%:focus {
    margin-left: 96%;
  }

  .lg\:focus\:mt-97\%:focus {
    margin-top: 97%;
  }

  .lg\:focus\:mr-97\%:focus {
    margin-right: 97%;
  }

  .lg\:focus\:mb-97\%:focus {
    margin-bottom: 97%;
  }

  .lg\:focus\:ml-97\%:focus {
    margin-left: 97%;
  }

  .lg\:focus\:mt-98\%:focus {
    margin-top: 98%;
  }

  .lg\:focus\:mr-98\%:focus {
    margin-right: 98%;
  }

  .lg\:focus\:mb-98\%:focus {
    margin-bottom: 98%;
  }

  .lg\:focus\:ml-98\%:focus {
    margin-left: 98%;
  }

  .lg\:focus\:mt-99\%:focus {
    margin-top: 99%;
  }

  .lg\:focus\:mr-99\%:focus {
    margin-right: 99%;
  }

  .lg\:focus\:mb-99\%:focus {
    margin-bottom: 99%;
  }

  .lg\:focus\:ml-99\%:focus {
    margin-left: 99%;
  }

  .lg\:focus\:mt-36vh:focus {
    margin-top: 36vh;
  }

  .lg\:focus\:mr-36vh:focus {
    margin-right: 36vh;
  }

  .lg\:focus\:mb-36vh:focus {
    margin-bottom: 36vh;
  }

  .lg\:focus\:ml-36vh:focus {
    margin-left: 36vh;
  }

  .lg\:focus\:mt-75vh:focus {
    margin-top: 75vh;
  }

  .lg\:focus\:mr-75vh:focus {
    margin-right: 75vh;
  }

  .lg\:focus\:mb-75vh:focus {
    margin-bottom: 75vh;
  }

  .lg\:focus\:ml-75vh:focus {
    margin-left: 75vh;
  }

  .lg\:focus\:mt-78vh:focus {
    margin-top: 78vh;
  }

  .lg\:focus\:mr-78vh:focus {
    margin-right: 78vh;
  }

  .lg\:focus\:mb-78vh:focus {
    margin-bottom: 78vh;
  }

  .lg\:focus\:ml-78vh:focus {
    margin-left: 78vh;
  }

  .lg\:focus\:mt-80vh:focus {
    margin-top: 80vh;
  }

  .lg\:focus\:mr-80vh:focus {
    margin-right: 80vh;
  }

  .lg\:focus\:mb-80vh:focus {
    margin-bottom: 80vh;
  }

  .lg\:focus\:ml-80vh:focus {
    margin-left: 80vh;
  }

  .lg\:focus\:mt-82vh:focus {
    margin-top: 82vh;
  }

  .lg\:focus\:mr-82vh:focus {
    margin-right: 82vh;
  }

  .lg\:focus\:mb-82vh:focus {
    margin-bottom: 82vh;
  }

  .lg\:focus\:ml-82vh:focus {
    margin-left: 82vh;
  }

  .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-7:focus {
    margin-top: -1.75rem;
  }

  .lg\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .lg\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .lg\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .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-9:focus {
    margin-top: -2.25rem;
  }

  .lg\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .lg\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .lg\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .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-14:focus {
    margin-top: -3.5rem;
  }

  .lg\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .lg\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .lg\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .lg\:focus\:-mt-15:focus {
    margin-top: -3.75rem;
  }

  .lg\:focus\:-mr-15:focus {
    margin-right: -3.75rem;
  }

  .lg\:focus\:-mb-15:focus {
    margin-bottom: -3.75rem;
  }

  .lg\:focus\:-ml-15:focus {
    margin-left: -3.75rem;
  }

  .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-18:focus {
    margin-top: -4.5rem;
  }

  .lg\:focus\:-mr-18:focus {
    margin-right: -4.5rem;
  }

  .lg\:focus\:-mb-18:focus {
    margin-bottom: -4.5rem;
  }

  .lg\:focus\:-ml-18:focus {
    margin-left: -4.5rem;
  }

  .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-21:focus {
    margin-top: -5.25rem;
  }

  .lg\:focus\:-mr-21:focus {
    margin-right: -5.25rem;
  }

  .lg\:focus\:-mb-21:focus {
    margin-bottom: -5.25rem;
  }

  .lg\:focus\:-ml-21:focus {
    margin-left: -5.25rem;
  }

  .lg\:focus\:-mt-22:focus {
    margin-top: -5.5rem;
  }

  .lg\:focus\:-mr-22:focus {
    margin-right: -5.5rem;
  }

  .lg\:focus\:-mb-22:focus {
    margin-bottom: -5.5rem;
  }

  .lg\:focus\:-ml-22:focus {
    margin-left: -5.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-26:focus {
    margin-top: -6.5rem;
  }

  .lg\:focus\:-mr-26:focus {
    margin-right: -6.5rem;
  }

  .lg\:focus\:-mb-26:focus {
    margin-bottom: -6.5rem;
  }

  .lg\:focus\:-ml-26:focus {
    margin-left: -6.5rem;
  }

  .lg\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .lg\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .lg\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .lg\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .lg\:focus\:-mt-30:focus {
    margin-top: -7.5rem;
  }

  .lg\:focus\:-mr-30:focus {
    margin-right: -7.5rem;
  }

  .lg\:focus\:-mb-30:focus {
    margin-bottom: -7.5rem;
  }

  .lg\:focus\:-ml-30:focus {
    margin-left: -7.5rem;
  }

  .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-34:focus {
    margin-top: -8.5rem;
  }

  .lg\:focus\:-mr-34:focus {
    margin-right: -8.5rem;
  }

  .lg\:focus\:-mb-34:focus {
    margin-bottom: -8.5rem;
  }

  .lg\:focus\:-ml-34:focus {
    margin-left: -8.5rem;
  }

  .lg\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .lg\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .lg\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .lg\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .lg\:focus\:-mt-38:focus {
    margin-top: -9.5rem;
  }

  .lg\:focus\:-mr-38:focus {
    margin-right: -9.5rem;
  }

  .lg\:focus\:-mb-38:focus {
    margin-bottom: -9.5rem;
  }

  .lg\:focus\:-ml-38:focus {
    margin-left: -9.5rem;
  }

  .lg\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .lg\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .lg\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .lg\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .lg\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .lg\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .lg\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .lg\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .lg\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .lg\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .lg\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .lg\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .lg\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .lg\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .lg\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .lg\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .lg\:focus\:-mt-53:focus {
    margin-top: -13.25rem;
  }

  .lg\:focus\:-mr-53:focus {
    margin-right: -13.25rem;
  }

  .lg\:focus\:-mb-53:focus {
    margin-bottom: -13.25rem;
  }

  .lg\:focus\:-ml-53:focus {
    margin-left: -13.25rem;
  }

  .lg\:focus\:-mt-54:focus {
    margin-top: -13.5rem;
  }

  .lg\:focus\:-mr-54:focus {
    margin-right: -13.5rem;
  }

  .lg\:focus\:-mb-54:focus {
    margin-bottom: -13.5rem;
  }

  .lg\:focus\:-ml-54:focus {
    margin-left: -13.5rem;
  }

  .lg\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .lg\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .lg\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .lg\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .lg\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .lg\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .lg\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .lg\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .lg\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .lg\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .lg\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .lg\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .lg\:focus\:-mt-74:focus {
    margin-top: -18.5rem;
  }

  .lg\:focus\:-mr-74:focus {
    margin-right: -18.5rem;
  }

  .lg\:focus\:-mb-74:focus {
    margin-bottom: -18.5rem;
  }

  .lg\:focus\:-ml-74:focus {
    margin-left: -18.5rem;
  }

  .lg\:focus\:-mt-76:focus {
    margin-top: -19rem;
  }

  .lg\:focus\:-mr-76:focus {
    margin-right: -19rem;
  }

  .lg\:focus\:-mb-76:focus {
    margin-bottom: -19rem;
  }

  .lg\:focus\:-ml-76:focus {
    margin-left: -19rem;
  }

  .lg\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .lg\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .lg\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .lg\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .lg\:focus\:-mt-85:focus {
    margin-top: -21.25rem;
  }

  .lg\:focus\:-mr-85:focus {
    margin-right: -21.25rem;
  }

  .lg\:focus\:-mb-85:focus {
    margin-bottom: -21.25rem;
  }

  .lg\:focus\:-ml-85:focus {
    margin-left: -21.25rem;
  }

  .lg\:focus\:-mt-100:focus {
    margin-top: -25rem;
  }

  .lg\:focus\:-mr-100:focus {
    margin-right: -25rem;
  }

  .lg\:focus\:-mb-100:focus {
    margin-bottom: -25rem;
  }

  .lg\:focus\:-ml-100:focus {
    margin-left: -25rem;
  }

  .lg\:focus\:-mt-105:focus {
    margin-top: -26.25rem;
  }

  .lg\:focus\:-mr-105:focus {
    margin-right: -26.25rem;
  }

  .lg\:focus\:-mb-105:focus {
    margin-bottom: -26.25rem;
  }

  .lg\:focus\:-ml-105:focus {
    margin-left: -26.25rem;
  }

  .lg\:focus\:-mt-107:focus {
    margin-top: -26.4rem;
  }

  .lg\:focus\:-mr-107:focus {
    margin-right: -26.4rem;
  }

  .lg\:focus\:-mb-107:focus {
    margin-bottom: -26.4rem;
  }

  .lg\:focus\:-ml-107:focus {
    margin-left: -26.4rem;
  }

  .lg\:focus\:-mt-110:focus {
    margin-top: -27.5rem;
  }

  .lg\:focus\:-mr-110:focus {
    margin-right: -27.5rem;
  }

  .lg\:focus\:-mb-110:focus {
    margin-bottom: -27.5rem;
  }

  .lg\:focus\:-ml-110:focus {
    margin-left: -27.5rem;
  }

  .lg\:focus\:-mt-120:focus {
    margin-top: -30rem;
  }

  .lg\:focus\:-mr-120:focus {
    margin-right: -30rem;
  }

  .lg\:focus\:-mb-120:focus {
    margin-bottom: -30rem;
  }

  .lg\:focus\:-ml-120:focus {
    margin-left: -30rem;
  }

  .lg\:focus\:-mt-130:focus {
    margin-top: -38rem;
  }

  .lg\:focus\:-mr-130:focus {
    margin-right: -38rem;
  }

  .lg\:focus\:-mb-130:focus {
    margin-bottom: -38rem;
  }

  .lg\:focus\:-ml-130:focus {
    margin-left: -38rem;
  }

  .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\:focus\:-mt-250px:focus {
    margin-top: -250px;
  }

  .lg\:focus\:-mr-250px:focus {
    margin-right: -250px;
  }

  .lg\:focus\:-mb-250px:focus {
    margin-bottom: -250px;
  }

  .lg\:focus\:-ml-250px:focus {
    margin-left: -250px;
  }

  .lg\:focus\:-mt-1\/2\%:focus {
    margin-top: -0.5%;
  }

  .lg\:focus\:-mr-1\/2\%:focus {
    margin-right: -0.5%;
  }

  .lg\:focus\:-mb-1\/2\%:focus {
    margin-bottom: -0.5%;
  }

  .lg\:focus\:-ml-1\/2\%:focus {
    margin-left: -0.5%;
  }

  .lg\:focus\:-mt-1\%:focus {
    margin-top: -1%;
  }

  .lg\:focus\:-mr-1\%:focus {
    margin-right: -1%;
  }

  .lg\:focus\:-mb-1\%:focus {
    margin-bottom: -1%;
  }

  .lg\:focus\:-ml-1\%:focus {
    margin-left: -1%;
  }

  .lg\:focus\:-mt-2\%:focus {
    margin-top: -2%;
  }

  .lg\:focus\:-mr-2\%:focus {
    margin-right: -2%;
  }

  .lg\:focus\:-mb-2\%:focus {
    margin-bottom: -2%;
  }

  .lg\:focus\:-ml-2\%:focus {
    margin-left: -2%;
  }

  .lg\:focus\:-mt-3\%:focus {
    margin-top: -3%;
  }

  .lg\:focus\:-mr-3\%:focus {
    margin-right: -3%;
  }

  .lg\:focus\:-mb-3\%:focus {
    margin-bottom: -3%;
  }

  .lg\:focus\:-ml-3\%:focus {
    margin-left: -3%;
  }

  .lg\:focus\:-mt-4\%:focus {
    margin-top: -4%;
  }

  .lg\:focus\:-mr-4\%:focus {
    margin-right: -4%;
  }

  .lg\:focus\:-mb-4\%:focus {
    margin-bottom: -4%;
  }

  .lg\:focus\:-ml-4\%:focus {
    margin-left: -4%;
  }

  .lg\:focus\:-mt-5\%:focus {
    margin-top: -5%;
  }

  .lg\:focus\:-mr-5\%:focus {
    margin-right: -5%;
  }

  .lg\:focus\:-mb-5\%:focus {
    margin-bottom: -5%;
  }

  .lg\:focus\:-ml-5\%:focus {
    margin-left: -5%;
  }

  .lg\:focus\:-mt-10\%:focus {
    margin-top: -10%;
  }

  .lg\:focus\:-mr-10\%:focus {
    margin-right: -10%;
  }

  .lg\:focus\:-mb-10\%:focus {
    margin-bottom: -10%;
  }

  .lg\:focus\:-ml-10\%:focus {
    margin-left: -10%;
  }

  .lg\:focus\:-mt-20\%:focus {
    margin-top: -20%;
  }

  .lg\:focus\:-mr-20\%:focus {
    margin-right: -20%;
  }

  .lg\:focus\:-mb-20\%:focus {
    margin-bottom: -20%;
  }

  .lg\:focus\:-ml-20\%:focus {
    margin-left: -20%;
  }

  .lg\:focus\:-mt-23\%:focus {
    margin-top: -23%;
  }

  .lg\:focus\:-mr-23\%:focus {
    margin-right: -23%;
  }

  .lg\:focus\:-mb-23\%:focus {
    margin-bottom: -23%;
  }

  .lg\:focus\:-ml-23\%:focus {
    margin-left: -23%;
  }

  .lg\:focus\:-mt-25\%:focus {
    margin-top: -25%;
  }

  .lg\:focus\:-mr-25\%:focus {
    margin-right: -25%;
  }

  .lg\:focus\:-mb-25\%:focus {
    margin-bottom: -25%;
  }

  .lg\:focus\:-ml-25\%:focus {
    margin-left: -25%;
  }

  .lg\:focus\:-mt-26\%:focus {
    margin-top: -26%;
  }

  .lg\:focus\:-mr-26\%:focus {
    margin-right: -26%;
  }

  .lg\:focus\:-mb-26\%:focus {
    margin-bottom: -26%;
  }

  .lg\:focus\:-ml-26\%:focus {
    margin-left: -26%;
  }

  .lg\:focus\:-mt-30\%:focus {
    margin-top: -30%;
  }

  .lg\:focus\:-mr-30\%:focus {
    margin-right: -30%;
  }

  .lg\:focus\:-mb-30\%:focus {
    margin-bottom: -30%;
  }

  .lg\:focus\:-ml-30\%:focus {
    margin-left: -30%;
  }

  .lg\:focus\:-mt-40\%:focus {
    margin-top: -40%;
  }

  .lg\:focus\:-mr-40\%:focus {
    margin-right: -40%;
  }

  .lg\:focus\:-mb-40\%:focus {
    margin-bottom: -40%;
  }

  .lg\:focus\:-ml-40\%:focus {
    margin-left: -40%;
  }

  .lg\:focus\:-mt-50\%:focus {
    margin-top: -50%;
  }

  .lg\:focus\:-mr-50\%:focus {
    margin-right: -50%;
  }

  .lg\:focus\:-mb-50\%:focus {
    margin-bottom: -50%;
  }

  .lg\:focus\:-ml-50\%:focus {
    margin-left: -50%;
  }

  .lg\:focus\:-mt-60\%:focus {
    margin-top: -60%;
  }

  .lg\:focus\:-mr-60\%:focus {
    margin-right: -60%;
  }

  .lg\:focus\:-mb-60\%:focus {
    margin-bottom: -60%;
  }

  .lg\:focus\:-ml-60\%:focus {
    margin-left: -60%;
  }

  .lg\:focus\:-mt-70\%:focus {
    margin-top: -70%;
  }

  .lg\:focus\:-mr-70\%:focus {
    margin-right: -70%;
  }

  .lg\:focus\:-mb-70\%:focus {
    margin-bottom: -70%;
  }

  .lg\:focus\:-ml-70\%:focus {
    margin-left: -70%;
  }

  .lg\:focus\:-mt-80\%:focus {
    margin-top: -80%;
  }

  .lg\:focus\:-mr-80\%:focus {
    margin-right: -80%;
  }

  .lg\:focus\:-mb-80\%:focus {
    margin-bottom: -80%;
  }

  .lg\:focus\:-ml-80\%:focus {
    margin-left: -80%;
  }

  .lg\:focus\:-mt-90\%:focus {
    margin-top: -90%;
  }

  .lg\:focus\:-mr-90\%:focus {
    margin-right: -90%;
  }

  .lg\:focus\:-mb-90\%:focus {
    margin-bottom: -90%;
  }

  .lg\:focus\:-ml-90\%:focus {
    margin-left: -90%;
  }

  .lg\:focus\:-mt-95\%:focus {
    margin-top: -95%;
  }

  .lg\:focus\:-mr-95\%:focus {
    margin-right: -95%;
  }

  .lg\:focus\:-mb-95\%:focus {
    margin-bottom: -95%;
  }

  .lg\:focus\:-ml-95\%:focus {
    margin-left: -95%;
  }

  .lg\:focus\:-mt-96\%:focus {
    margin-top: -96%;
  }

  .lg\:focus\:-mr-96\%:focus {
    margin-right: -96%;
  }

  .lg\:focus\:-mb-96\%:focus {
    margin-bottom: -96%;
  }

  .lg\:focus\:-ml-96\%:focus {
    margin-left: -96%;
  }

  .lg\:focus\:-mt-97\%:focus {
    margin-top: -97%;
  }

  .lg\:focus\:-mr-97\%:focus {
    margin-right: -97%;
  }

  .lg\:focus\:-mb-97\%:focus {
    margin-bottom: -97%;
  }

  .lg\:focus\:-ml-97\%:focus {
    margin-left: -97%;
  }

  .lg\:focus\:-mt-98\%:focus {
    margin-top: -98%;
  }

  .lg\:focus\:-mr-98\%:focus {
    margin-right: -98%;
  }

  .lg\:focus\:-mb-98\%:focus {
    margin-bottom: -98%;
  }

  .lg\:focus\:-ml-98\%:focus {
    margin-left: -98%;
  }

  .lg\:focus\:-mt-99\%:focus {
    margin-top: -99%;
  }

  .lg\:focus\:-mr-99\%:focus {
    margin-right: -99%;
  }

  .lg\:focus\:-mb-99\%:focus {
    margin-bottom: -99%;
  }

  .lg\:focus\:-ml-99\%:focus {
    margin-left: -99%;
  }

  .lg\:focus\:-mt-36vh:focus {
    margin-top: -36vh;
  }

  .lg\:focus\:-mr-36vh:focus {
    margin-right: -36vh;
  }

  .lg\:focus\:-mb-36vh:focus {
    margin-bottom: -36vh;
  }

  .lg\:focus\:-ml-36vh:focus {
    margin-left: -36vh;
  }

  .lg\:focus\:-mt-75vh:focus {
    margin-top: -75vh;
  }

  .lg\:focus\:-mr-75vh:focus {
    margin-right: -75vh;
  }

  .lg\:focus\:-mb-75vh:focus {
    margin-bottom: -75vh;
  }

  .lg\:focus\:-ml-75vh:focus {
    margin-left: -75vh;
  }

  .lg\:focus\:-mt-78vh:focus {
    margin-top: -78vh;
  }

  .lg\:focus\:-mr-78vh:focus {
    margin-right: -78vh;
  }

  .lg\:focus\:-mb-78vh:focus {
    margin-bottom: -78vh;
  }

  .lg\:focus\:-ml-78vh:focus {
    margin-left: -78vh;
  }

  .lg\:focus\:-mt-80vh:focus {
    margin-top: -80vh;
  }

  .lg\:focus\:-mr-80vh:focus {
    margin-right: -80vh;
  }

  .lg\:focus\:-mb-80vh:focus {
    margin-bottom: -80vh;
  }

  .lg\:focus\:-ml-80vh:focus {
    margin-left: -80vh;
  }

  .lg\:focus\:-mt-82vh:focus {
    margin-top: -82vh;
  }

  .lg\:focus\:-mr-82vh:focus {
    margin-right: -82vh;
  }

  .lg\:focus\:-mb-82vh:focus {
    margin-bottom: -82vh;
  }

  .lg\:focus\:-ml-82vh:focus {
    margin-left: -82vh;
  }

  .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-7:focus-within {
    margin: 1.75rem;
  }

  .lg\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .lg\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .lg\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .lg\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .lg\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .lg\:focus-within\:m-15:focus-within {
    margin: 3.75rem;
  }

  .lg\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .lg\:focus-within\:m-18:focus-within {
    margin: 4.5rem;
  }

  .lg\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .lg\:focus-within\:m-21:focus-within {
    margin: 5.25rem;
  }

  .lg\:focus-within\:m-22:focus-within {
    margin: 5.5rem;
  }

  .lg\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .lg\:focus-within\:m-26:focus-within {
    margin: 6.5rem;
  }

  .lg\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .lg\:focus-within\:m-30:focus-within {
    margin: 7.5rem;
  }

  .lg\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .lg\:focus-within\:m-34:focus-within {
    margin: 8.5rem;
  }

  .lg\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .lg\:focus-within\:m-38:focus-within {
    margin: 9.5rem;
  }

  .lg\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .lg\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .lg\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .lg\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .lg\:focus-within\:m-53:focus-within {
    margin: 13.25rem;
  }

  .lg\:focus-within\:m-54:focus-within {
    margin: 13.5rem;
  }

  .lg\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .lg\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .lg\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .lg\:focus-within\:m-74:focus-within {
    margin: 18.5rem;
  }

  .lg\:focus-within\:m-76:focus-within {
    margin: 19rem;
  }

  .lg\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .lg\:focus-within\:m-85:focus-within {
    margin: 21.25rem;
  }

  .lg\:focus-within\:m-100:focus-within {
    margin: 25rem;
  }

  .lg\:focus-within\:m-105:focus-within {
    margin: 26.25rem;
  }

  .lg\:focus-within\:m-107:focus-within {
    margin: 26.4rem;
  }

  .lg\:focus-within\:m-110:focus-within {
    margin: 27.5rem;
  }

  .lg\:focus-within\:m-120:focus-within {
    margin: 30rem;
  }

  .lg\:focus-within\:m-130:focus-within {
    margin: 38rem;
  }

  .lg\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .lg\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .lg\:focus-within\:m-250px:focus-within {
    margin: 250px;
  }

  .lg\:focus-within\:m-1\/2\%:focus-within {
    margin: 0.5%;
  }

  .lg\:focus-within\:m-1\%:focus-within {
    margin: 1%;
  }

  .lg\:focus-within\:m-2\%:focus-within {
    margin: 2%;
  }

  .lg\:focus-within\:m-3\%:focus-within {
    margin: 3%;
  }

  .lg\:focus-within\:m-4\%:focus-within {
    margin: 4%;
  }

  .lg\:focus-within\:m-5\%:focus-within {
    margin: 5%;
  }

  .lg\:focus-within\:m-10\%:focus-within {
    margin: 10%;
  }

  .lg\:focus-within\:m-20\%:focus-within {
    margin: 20%;
  }

  .lg\:focus-within\:m-23\%:focus-within {
    margin: 23%;
  }

  .lg\:focus-within\:m-25\%:focus-within {
    margin: 25%;
  }

  .lg\:focus-within\:m-26\%:focus-within {
    margin: 26%;
  }

  .lg\:focus-within\:m-30\%:focus-within {
    margin: 30%;
  }

  .lg\:focus-within\:m-40\%:focus-within {
    margin: 40%;
  }

  .lg\:focus-within\:m-50\%:focus-within {
    margin: 50%;
  }

  .lg\:focus-within\:m-60\%:focus-within {
    margin: 60%;
  }

  .lg\:focus-within\:m-70\%:focus-within {
    margin: 70%;
  }

  .lg\:focus-within\:m-80\%:focus-within {
    margin: 80%;
  }

  .lg\:focus-within\:m-90\%:focus-within {
    margin: 90%;
  }

  .lg\:focus-within\:m-95\%:focus-within {
    margin: 95%;
  }

  .lg\:focus-within\:m-96\%:focus-within {
    margin: 96%;
  }

  .lg\:focus-within\:m-97\%:focus-within {
    margin: 97%;
  }

  .lg\:focus-within\:m-98\%:focus-within {
    margin: 98%;
  }

  .lg\:focus-within\:m-99\%:focus-within {
    margin: 99%;
  }

  .lg\:focus-within\:m-36vh:focus-within {
    margin: 36vh;
  }

  .lg\:focus-within\:m-75vh:focus-within {
    margin: 75vh;
  }

  .lg\:focus-within\:m-78vh:focus-within {
    margin: 78vh;
  }

  .lg\:focus-within\:m-80vh:focus-within {
    margin: 80vh;
  }

  .lg\:focus-within\:m-82vh:focus-within {
    margin: 82vh;
  }

  .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-7:focus-within {
    margin: -1.75rem;
  }

  .lg\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .lg\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .lg\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .lg\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .lg\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .lg\:focus-within\:-m-15:focus-within {
    margin: -3.75rem;
  }

  .lg\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .lg\:focus-within\:-m-18:focus-within {
    margin: -4.5rem;
  }

  .lg\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .lg\:focus-within\:-m-21:focus-within {
    margin: -5.25rem;
  }

  .lg\:focus-within\:-m-22:focus-within {
    margin: -5.5rem;
  }

  .lg\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .lg\:focus-within\:-m-26:focus-within {
    margin: -6.5rem;
  }

  .lg\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .lg\:focus-within\:-m-30:focus-within {
    margin: -7.5rem;
  }

  .lg\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .lg\:focus-within\:-m-34:focus-within {
    margin: -8.5rem;
  }

  .lg\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .lg\:focus-within\:-m-38:focus-within {
    margin: -9.5rem;
  }

  .lg\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .lg\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .lg\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .lg\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .lg\:focus-within\:-m-53:focus-within {
    margin: -13.25rem;
  }

  .lg\:focus-within\:-m-54:focus-within {
    margin: -13.5rem;
  }

  .lg\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .lg\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .lg\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .lg\:focus-within\:-m-74:focus-within {
    margin: -18.5rem;
  }

  .lg\:focus-within\:-m-76:focus-within {
    margin: -19rem;
  }

  .lg\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .lg\:focus-within\:-m-85:focus-within {
    margin: -21.25rem;
  }

  .lg\:focus-within\:-m-100:focus-within {
    margin: -25rem;
  }

  .lg\:focus-within\:-m-105:focus-within {
    margin: -26.25rem;
  }

  .lg\:focus-within\:-m-107:focus-within {
    margin: -26.4rem;
  }

  .lg\:focus-within\:-m-110:focus-within {
    margin: -27.5rem;
  }

  .lg\:focus-within\:-m-120:focus-within {
    margin: -30rem;
  }

  .lg\:focus-within\:-m-130:focus-within {
    margin: -38rem;
  }

  .lg\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .lg\:focus-within\:-m-250px:focus-within {
    margin: -250px;
  }

  .lg\:focus-within\:-m-1\/2\%:focus-within {
    margin: -0.5%;
  }

  .lg\:focus-within\:-m-1\%:focus-within {
    margin: -1%;
  }

  .lg\:focus-within\:-m-2\%:focus-within {
    margin: -2%;
  }

  .lg\:focus-within\:-m-3\%:focus-within {
    margin: -3%;
  }

  .lg\:focus-within\:-m-4\%:focus-within {
    margin: -4%;
  }

  .lg\:focus-within\:-m-5\%:focus-within {
    margin: -5%;
  }

  .lg\:focus-within\:-m-10\%:focus-within {
    margin: -10%;
  }

  .lg\:focus-within\:-m-20\%:focus-within {
    margin: -20%;
  }

  .lg\:focus-within\:-m-23\%:focus-within {
    margin: -23%;
  }

  .lg\:focus-within\:-m-25\%:focus-within {
    margin: -25%;
  }

  .lg\:focus-within\:-m-26\%:focus-within {
    margin: -26%;
  }

  .lg\:focus-within\:-m-30\%:focus-within {
    margin: -30%;
  }

  .lg\:focus-within\:-m-40\%:focus-within {
    margin: -40%;
  }

  .lg\:focus-within\:-m-50\%:focus-within {
    margin: -50%;
  }

  .lg\:focus-within\:-m-60\%:focus-within {
    margin: -60%;
  }

  .lg\:focus-within\:-m-70\%:focus-within {
    margin: -70%;
  }

  .lg\:focus-within\:-m-80\%:focus-within {
    margin: -80%;
  }

  .lg\:focus-within\:-m-90\%:focus-within {
    margin: -90%;
  }

  .lg\:focus-within\:-m-95\%:focus-within {
    margin: -95%;
  }

  .lg\:focus-within\:-m-96\%:focus-within {
    margin: -96%;
  }

  .lg\:focus-within\:-m-97\%:focus-within {
    margin: -97%;
  }

  .lg\:focus-within\:-m-98\%:focus-within {
    margin: -98%;
  }

  .lg\:focus-within\:-m-99\%:focus-within {
    margin: -99%;
  }

  .lg\:focus-within\:-m-36vh:focus-within {
    margin: -36vh;
  }

  .lg\:focus-within\:-m-75vh:focus-within {
    margin: -75vh;
  }

  .lg\:focus-within\:-m-78vh:focus-within {
    margin: -78vh;
  }

  .lg\:focus-within\:-m-80vh:focus-within {
    margin: -80vh;
  }

  .lg\:focus-within\:-m-82vh:focus-within {
    margin: -82vh;
  }

  .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-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:focus-within\:my-15:focus-within {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:focus-within\:mx-15:focus-within {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:focus-within {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:focus-within\:mx-18:focus-within {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:focus-within {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .lg\:focus-within\:mx-21:focus-within {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .lg\:focus-within\:my-22:focus-within {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:focus-within\:mx-22:focus-within {
    margin-left: 5.5rem;
    margin-right: 5.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-26:focus-within {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:focus-within\:mx-26:focus-within {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:focus-within\:my-30:focus-within {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:focus-within\:mx-30:focus-within {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:focus-within {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:focus-within\:mx-34:focus-within {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:focus-within\:my-38:focus-within {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .lg\:focus-within\:mx-38:focus-within {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .lg\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:focus-within\:my-53:focus-within {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .lg\:focus-within\:mx-53:focus-within {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .lg\:focus-within\:my-54:focus-within {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .lg\:focus-within\:mx-54:focus-within {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .lg\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:focus-within\:my-74:focus-within {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .lg\:focus-within\:mx-74:focus-within {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .lg\:focus-within\:my-76:focus-within {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .lg\:focus-within\:mx-76:focus-within {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .lg\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:focus-within\:my-85:focus-within {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .lg\:focus-within\:mx-85:focus-within {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .lg\:focus-within\:my-100:focus-within {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .lg\:focus-within\:mx-100:focus-within {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .lg\:focus-within\:my-105:focus-within {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .lg\:focus-within\:mx-105:focus-within {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .lg\:focus-within\:my-107:focus-within {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .lg\:focus-within\:mx-107:focus-within {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .lg\:focus-within\:my-110:focus-within {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .lg\:focus-within\:mx-110:focus-within {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .lg\:focus-within\:my-120:focus-within {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:focus-within\:mx-120:focus-within {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:focus-within\:my-130:focus-within {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .lg\:focus-within\:mx-130:focus-within {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:focus-within {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .lg\:focus-within\:mx-250px:focus-within {
    margin-left: 250px;
    margin-right: 250px;
  }

  .lg\:focus-within\:my-1\/2\%:focus-within {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .lg\:focus-within\:mx-1\/2\%:focus-within {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .lg\:focus-within\:my-1\%:focus-within {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .lg\:focus-within\:mx-1\%:focus-within {
    margin-left: 1%;
    margin-right: 1%;
  }

  .lg\:focus-within\:my-2\%:focus-within {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .lg\:focus-within\:mx-2\%:focus-within {
    margin-left: 2%;
    margin-right: 2%;
  }

  .lg\:focus-within\:my-3\%:focus-within {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .lg\:focus-within\:mx-3\%:focus-within {
    margin-left: 3%;
    margin-right: 3%;
  }

  .lg\:focus-within\:my-4\%:focus-within {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .lg\:focus-within\:mx-4\%:focus-within {
    margin-left: 4%;
    margin-right: 4%;
  }

  .lg\:focus-within\:my-5\%:focus-within {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .lg\:focus-within\:mx-5\%:focus-within {
    margin-left: 5%;
    margin-right: 5%;
  }

  .lg\:focus-within\:my-10\%:focus-within {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .lg\:focus-within\:mx-10\%:focus-within {
    margin-left: 10%;
    margin-right: 10%;
  }

  .lg\:focus-within\:my-20\%:focus-within {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:focus-within\:mx-20\%:focus-within {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:focus-within\:my-23\%:focus-within {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .lg\:focus-within\:mx-23\%:focus-within {
    margin-left: 23%;
    margin-right: 23%;
  }

  .lg\:focus-within\:my-25\%:focus-within {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:focus-within\:mx-25\%:focus-within {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:focus-within\:my-26\%:focus-within {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .lg\:focus-within\:mx-26\%:focus-within {
    margin-left: 26%;
    margin-right: 26%;
  }

  .lg\:focus-within\:my-30\%:focus-within {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .lg\:focus-within\:mx-30\%:focus-within {
    margin-left: 30%;
    margin-right: 30%;
  }

  .lg\:focus-within\:my-40\%:focus-within {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:focus-within\:mx-40\%:focus-within {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:focus-within\:my-50\%:focus-within {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:focus-within\:mx-50\%:focus-within {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:focus-within\:my-60\%:focus-within {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:focus-within\:mx-60\%:focus-within {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:focus-within\:my-70\%:focus-within {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .lg\:focus-within\:mx-70\%:focus-within {
    margin-left: 70%;
    margin-right: 70%;
  }

  .lg\:focus-within\:my-80\%:focus-within {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:focus-within\:mx-80\%:focus-within {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:focus-within\:my-90\%:focus-within {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .lg\:focus-within\:mx-90\%:focus-within {
    margin-left: 90%;
    margin-right: 90%;
  }

  .lg\:focus-within\:my-95\%:focus-within {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .lg\:focus-within\:mx-95\%:focus-within {
    margin-left: 95%;
    margin-right: 95%;
  }

  .lg\:focus-within\:my-96\%:focus-within {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .lg\:focus-within\:mx-96\%:focus-within {
    margin-left: 96%;
    margin-right: 96%;
  }

  .lg\:focus-within\:my-97\%:focus-within {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .lg\:focus-within\:mx-97\%:focus-within {
    margin-left: 97%;
    margin-right: 97%;
  }

  .lg\:focus-within\:my-98\%:focus-within {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .lg\:focus-within\:mx-98\%:focus-within {
    margin-left: 98%;
    margin-right: 98%;
  }

  .lg\:focus-within\:my-99\%:focus-within {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .lg\:focus-within\:mx-99\%:focus-within {
    margin-left: 99%;
    margin-right: 99%;
  }

  .lg\:focus-within\:my-36vh:focus-within {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .lg\:focus-within\:mx-36vh:focus-within {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .lg\:focus-within\:my-75vh:focus-within {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .lg\:focus-within\:mx-75vh:focus-within {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .lg\:focus-within\:my-78vh:focus-within {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .lg\:focus-within\:mx-78vh:focus-within {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .lg\:focus-within\:my-80vh:focus-within {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:focus-within\:mx-80vh:focus-within {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:focus-within\:my-82vh:focus-within {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .lg\:focus-within\:mx-82vh:focus-within {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:focus-within\:-my-15:focus-within {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:focus-within\:-mx-15:focus-within {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:focus-within {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:focus-within\:-mx-18:focus-within {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:focus-within {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .lg\:focus-within\:-mx-21:focus-within {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .lg\:focus-within\:-my-22:focus-within {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:focus-within\:-mx-22:focus-within {
    margin-left: -5.5rem;
    margin-right: -5.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-26:focus-within {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:focus-within\:-mx-26:focus-within {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:focus-within\:-my-30:focus-within {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .lg\:focus-within\:-mx-30:focus-within {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:focus-within {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:focus-within\:-mx-34:focus-within {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:focus-within\:-my-38:focus-within {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .lg\:focus-within\:-mx-38:focus-within {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .lg\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:focus-within\:-my-53:focus-within {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .lg\:focus-within\:-mx-53:focus-within {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .lg\:focus-within\:-my-54:focus-within {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .lg\:focus-within\:-mx-54:focus-within {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .lg\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:focus-within\:-my-74:focus-within {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .lg\:focus-within\:-mx-74:focus-within {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .lg\:focus-within\:-my-76:focus-within {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .lg\:focus-within\:-mx-76:focus-within {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .lg\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:focus-within\:-my-85:focus-within {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .lg\:focus-within\:-mx-85:focus-within {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .lg\:focus-within\:-my-100:focus-within {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .lg\:focus-within\:-mx-100:focus-within {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .lg\:focus-within\:-my-105:focus-within {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .lg\:focus-within\:-mx-105:focus-within {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .lg\:focus-within\:-my-107:focus-within {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .lg\:focus-within\:-mx-107:focus-within {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .lg\:focus-within\:-my-110:focus-within {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .lg\:focus-within\:-mx-110:focus-within {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .lg\:focus-within\:-my-120:focus-within {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:focus-within\:-mx-120:focus-within {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:focus-within\:-my-130:focus-within {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .lg\:focus-within\:-mx-130:focus-within {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .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\:-my-250px:focus-within {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .lg\:focus-within\:-mx-250px:focus-within {
    margin-left: -250px;
    margin-right: -250px;
  }

  .lg\:focus-within\:-my-1\/2\%:focus-within {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .lg\:focus-within\:-mx-1\/2\%:focus-within {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .lg\:focus-within\:-my-1\%:focus-within {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .lg\:focus-within\:-mx-1\%:focus-within {
    margin-left: -1%;
    margin-right: -1%;
  }

  .lg\:focus-within\:-my-2\%:focus-within {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .lg\:focus-within\:-mx-2\%:focus-within {
    margin-left: -2%;
    margin-right: -2%;
  }

  .lg\:focus-within\:-my-3\%:focus-within {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .lg\:focus-within\:-mx-3\%:focus-within {
    margin-left: -3%;
    margin-right: -3%;
  }

  .lg\:focus-within\:-my-4\%:focus-within {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .lg\:focus-within\:-mx-4\%:focus-within {
    margin-left: -4%;
    margin-right: -4%;
  }

  .lg\:focus-within\:-my-5\%:focus-within {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .lg\:focus-within\:-mx-5\%:focus-within {
    margin-left: -5%;
    margin-right: -5%;
  }

  .lg\:focus-within\:-my-10\%:focus-within {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .lg\:focus-within\:-mx-10\%:focus-within {
    margin-left: -10%;
    margin-right: -10%;
  }

  .lg\:focus-within\:-my-20\%:focus-within {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:focus-within\:-mx-20\%:focus-within {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:focus-within\:-my-23\%:focus-within {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .lg\:focus-within\:-mx-23\%:focus-within {
    margin-left: -23%;
    margin-right: -23%;
  }

  .lg\:focus-within\:-my-25\%:focus-within {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:focus-within\:-mx-25\%:focus-within {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:focus-within\:-my-26\%:focus-within {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .lg\:focus-within\:-mx-26\%:focus-within {
    margin-left: -26%;
    margin-right: -26%;
  }

  .lg\:focus-within\:-my-30\%:focus-within {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .lg\:focus-within\:-mx-30\%:focus-within {
    margin-left: -30%;
    margin-right: -30%;
  }

  .lg\:focus-within\:-my-40\%:focus-within {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:focus-within\:-mx-40\%:focus-within {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:focus-within\:-my-50\%:focus-within {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:focus-within\:-mx-50\%:focus-within {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:focus-within\:-my-60\%:focus-within {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:focus-within\:-mx-60\%:focus-within {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:focus-within\:-my-70\%:focus-within {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .lg\:focus-within\:-mx-70\%:focus-within {
    margin-left: -70%;
    margin-right: -70%;
  }

  .lg\:focus-within\:-my-80\%:focus-within {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:focus-within\:-mx-80\%:focus-within {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:focus-within\:-my-90\%:focus-within {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .lg\:focus-within\:-mx-90\%:focus-within {
    margin-left: -90%;
    margin-right: -90%;
  }

  .lg\:focus-within\:-my-95\%:focus-within {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .lg\:focus-within\:-mx-95\%:focus-within {
    margin-left: -95%;
    margin-right: -95%;
  }

  .lg\:focus-within\:-my-96\%:focus-within {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .lg\:focus-within\:-mx-96\%:focus-within {
    margin-left: -96%;
    margin-right: -96%;
  }

  .lg\:focus-within\:-my-97\%:focus-within {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .lg\:focus-within\:-mx-97\%:focus-within {
    margin-left: -97%;
    margin-right: -97%;
  }

  .lg\:focus-within\:-my-98\%:focus-within {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .lg\:focus-within\:-mx-98\%:focus-within {
    margin-left: -98%;
    margin-right: -98%;
  }

  .lg\:focus-within\:-my-99\%:focus-within {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .lg\:focus-within\:-mx-99\%:focus-within {
    margin-left: -99%;
    margin-right: -99%;
  }

  .lg\:focus-within\:-my-36vh:focus-within {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .lg\:focus-within\:-mx-36vh:focus-within {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .lg\:focus-within\:-my-75vh:focus-within {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .lg\:focus-within\:-mx-75vh:focus-within {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .lg\:focus-within\:-my-78vh:focus-within {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .lg\:focus-within\:-mx-78vh:focus-within {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .lg\:focus-within\:-my-80vh:focus-within {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:focus-within\:-mx-80vh:focus-within {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:focus-within\:-my-82vh:focus-within {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .lg\:focus-within\:-mx-82vh:focus-within {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:focus-within {
    margin-top: 1.75rem;
  }

  .lg\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .lg\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .lg\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .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-9:focus-within {
    margin-top: 2.25rem;
  }

  .lg\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .lg\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .lg\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .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-14:focus-within {
    margin-top: 3.5rem;
  }

  .lg\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .lg\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .lg\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .lg\:focus-within\:mt-15:focus-within {
    margin-top: 3.75rem;
  }

  .lg\:focus-within\:mr-15:focus-within {
    margin-right: 3.75rem;
  }

  .lg\:focus-within\:mb-15:focus-within {
    margin-bottom: 3.75rem;
  }

  .lg\:focus-within\:ml-15:focus-within {
    margin-left: 3.75rem;
  }

  .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-18:focus-within {
    margin-top: 4.5rem;
  }

  .lg\:focus-within\:mr-18:focus-within {
    margin-right: 4.5rem;
  }

  .lg\:focus-within\:mb-18:focus-within {
    margin-bottom: 4.5rem;
  }

  .lg\:focus-within\:ml-18:focus-within {
    margin-left: 4.5rem;
  }

  .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-21:focus-within {
    margin-top: 5.25rem;
  }

  .lg\:focus-within\:mr-21:focus-within {
    margin-right: 5.25rem;
  }

  .lg\:focus-within\:mb-21:focus-within {
    margin-bottom: 5.25rem;
  }

  .lg\:focus-within\:ml-21:focus-within {
    margin-left: 5.25rem;
  }

  .lg\:focus-within\:mt-22:focus-within {
    margin-top: 5.5rem;
  }

  .lg\:focus-within\:mr-22:focus-within {
    margin-right: 5.5rem;
  }

  .lg\:focus-within\:mb-22:focus-within {
    margin-bottom: 5.5rem;
  }

  .lg\:focus-within\:ml-22:focus-within {
    margin-left: 5.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-26:focus-within {
    margin-top: 6.5rem;
  }

  .lg\:focus-within\:mr-26:focus-within {
    margin-right: 6.5rem;
  }

  .lg\:focus-within\:mb-26:focus-within {
    margin-bottom: 6.5rem;
  }

  .lg\:focus-within\:ml-26:focus-within {
    margin-left: 6.5rem;
  }

  .lg\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .lg\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .lg\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .lg\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .lg\:focus-within\:mt-30:focus-within {
    margin-top: 7.5rem;
  }

  .lg\:focus-within\:mr-30:focus-within {
    margin-right: 7.5rem;
  }

  .lg\:focus-within\:mb-30:focus-within {
    margin-bottom: 7.5rem;
  }

  .lg\:focus-within\:ml-30:focus-within {
    margin-left: 7.5rem;
  }

  .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-34:focus-within {
    margin-top: 8.5rem;
  }

  .lg\:focus-within\:mr-34:focus-within {
    margin-right: 8.5rem;
  }

  .lg\:focus-within\:mb-34:focus-within {
    margin-bottom: 8.5rem;
  }

  .lg\:focus-within\:ml-34:focus-within {
    margin-left: 8.5rem;
  }

  .lg\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .lg\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .lg\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .lg\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .lg\:focus-within\:mt-38:focus-within {
    margin-top: 9.5rem;
  }

  .lg\:focus-within\:mr-38:focus-within {
    margin-right: 9.5rem;
  }

  .lg\:focus-within\:mb-38:focus-within {
    margin-bottom: 9.5rem;
  }

  .lg\:focus-within\:ml-38:focus-within {
    margin-left: 9.5rem;
  }

  .lg\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .lg\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .lg\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .lg\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .lg\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .lg\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .lg\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .lg\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .lg\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .lg\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .lg\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .lg\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .lg\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .lg\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .lg\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .lg\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .lg\:focus-within\:mt-53:focus-within {
    margin-top: 13.25rem;
  }

  .lg\:focus-within\:mr-53:focus-within {
    margin-right: 13.25rem;
  }

  .lg\:focus-within\:mb-53:focus-within {
    margin-bottom: 13.25rem;
  }

  .lg\:focus-within\:ml-53:focus-within {
    margin-left: 13.25rem;
  }

  .lg\:focus-within\:mt-54:focus-within {
    margin-top: 13.5rem;
  }

  .lg\:focus-within\:mr-54:focus-within {
    margin-right: 13.5rem;
  }

  .lg\:focus-within\:mb-54:focus-within {
    margin-bottom: 13.5rem;
  }

  .lg\:focus-within\:ml-54:focus-within {
    margin-left: 13.5rem;
  }

  .lg\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .lg\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .lg\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .lg\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .lg\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .lg\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .lg\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .lg\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .lg\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .lg\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .lg\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .lg\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .lg\:focus-within\:mt-74:focus-within {
    margin-top: 18.5rem;
  }

  .lg\:focus-within\:mr-74:focus-within {
    margin-right: 18.5rem;
  }

  .lg\:focus-within\:mb-74:focus-within {
    margin-bottom: 18.5rem;
  }

  .lg\:focus-within\:ml-74:focus-within {
    margin-left: 18.5rem;
  }

  .lg\:focus-within\:mt-76:focus-within {
    margin-top: 19rem;
  }

  .lg\:focus-within\:mr-76:focus-within {
    margin-right: 19rem;
  }

  .lg\:focus-within\:mb-76:focus-within {
    margin-bottom: 19rem;
  }

  .lg\:focus-within\:ml-76:focus-within {
    margin-left: 19rem;
  }

  .lg\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .lg\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .lg\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .lg\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .lg\:focus-within\:mt-85:focus-within {
    margin-top: 21.25rem;
  }

  .lg\:focus-within\:mr-85:focus-within {
    margin-right: 21.25rem;
  }

  .lg\:focus-within\:mb-85:focus-within {
    margin-bottom: 21.25rem;
  }

  .lg\:focus-within\:ml-85:focus-within {
    margin-left: 21.25rem;
  }

  .lg\:focus-within\:mt-100:focus-within {
    margin-top: 25rem;
  }

  .lg\:focus-within\:mr-100:focus-within {
    margin-right: 25rem;
  }

  .lg\:focus-within\:mb-100:focus-within {
    margin-bottom: 25rem;
  }

  .lg\:focus-within\:ml-100:focus-within {
    margin-left: 25rem;
  }

  .lg\:focus-within\:mt-105:focus-within {
    margin-top: 26.25rem;
  }

  .lg\:focus-within\:mr-105:focus-within {
    margin-right: 26.25rem;
  }

  .lg\:focus-within\:mb-105:focus-within {
    margin-bottom: 26.25rem;
  }

  .lg\:focus-within\:ml-105:focus-within {
    margin-left: 26.25rem;
  }

  .lg\:focus-within\:mt-107:focus-within {
    margin-top: 26.4rem;
  }

  .lg\:focus-within\:mr-107:focus-within {
    margin-right: 26.4rem;
  }

  .lg\:focus-within\:mb-107:focus-within {
    margin-bottom: 26.4rem;
  }

  .lg\:focus-within\:ml-107:focus-within {
    margin-left: 26.4rem;
  }

  .lg\:focus-within\:mt-110:focus-within {
    margin-top: 27.5rem;
  }

  .lg\:focus-within\:mr-110:focus-within {
    margin-right: 27.5rem;
  }

  .lg\:focus-within\:mb-110:focus-within {
    margin-bottom: 27.5rem;
  }

  .lg\:focus-within\:ml-110:focus-within {
    margin-left: 27.5rem;
  }

  .lg\:focus-within\:mt-120:focus-within {
    margin-top: 30rem;
  }

  .lg\:focus-within\:mr-120:focus-within {
    margin-right: 30rem;
  }

  .lg\:focus-within\:mb-120:focus-within {
    margin-bottom: 30rem;
  }

  .lg\:focus-within\:ml-120:focus-within {
    margin-left: 30rem;
  }

  .lg\:focus-within\:mt-130:focus-within {
    margin-top: 38rem;
  }

  .lg\:focus-within\:mr-130:focus-within {
    margin-right: 38rem;
  }

  .lg\:focus-within\:mb-130:focus-within {
    margin-bottom: 38rem;
  }

  .lg\:focus-within\:ml-130:focus-within {
    margin-left: 38rem;
  }

  .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-within\:mt-250px:focus-within {
    margin-top: 250px;
  }

  .lg\:focus-within\:mr-250px:focus-within {
    margin-right: 250px;
  }

  .lg\:focus-within\:mb-250px:focus-within {
    margin-bottom: 250px;
  }

  .lg\:focus-within\:ml-250px:focus-within {
    margin-left: 250px;
  }

  .lg\:focus-within\:mt-1\/2\%:focus-within {
    margin-top: 0.5%;
  }

  .lg\:focus-within\:mr-1\/2\%:focus-within {
    margin-right: 0.5%;
  }

  .lg\:focus-within\:mb-1\/2\%:focus-within {
    margin-bottom: 0.5%;
  }

  .lg\:focus-within\:ml-1\/2\%:focus-within {
    margin-left: 0.5%;
  }

  .lg\:focus-within\:mt-1\%:focus-within {
    margin-top: 1%;
  }

  .lg\:focus-within\:mr-1\%:focus-within {
    margin-right: 1%;
  }

  .lg\:focus-within\:mb-1\%:focus-within {
    margin-bottom: 1%;
  }

  .lg\:focus-within\:ml-1\%:focus-within {
    margin-left: 1%;
  }

  .lg\:focus-within\:mt-2\%:focus-within {
    margin-top: 2%;
  }

  .lg\:focus-within\:mr-2\%:focus-within {
    margin-right: 2%;
  }

  .lg\:focus-within\:mb-2\%:focus-within {
    margin-bottom: 2%;
  }

  .lg\:focus-within\:ml-2\%:focus-within {
    margin-left: 2%;
  }

  .lg\:focus-within\:mt-3\%:focus-within {
    margin-top: 3%;
  }

  .lg\:focus-within\:mr-3\%:focus-within {
    margin-right: 3%;
  }

  .lg\:focus-within\:mb-3\%:focus-within {
    margin-bottom: 3%;
  }

  .lg\:focus-within\:ml-3\%:focus-within {
    margin-left: 3%;
  }

  .lg\:focus-within\:mt-4\%:focus-within {
    margin-top: 4%;
  }

  .lg\:focus-within\:mr-4\%:focus-within {
    margin-right: 4%;
  }

  .lg\:focus-within\:mb-4\%:focus-within {
    margin-bottom: 4%;
  }

  .lg\:focus-within\:ml-4\%:focus-within {
    margin-left: 4%;
  }

  .lg\:focus-within\:mt-5\%:focus-within {
    margin-top: 5%;
  }

  .lg\:focus-within\:mr-5\%:focus-within {
    margin-right: 5%;
  }

  .lg\:focus-within\:mb-5\%:focus-within {
    margin-bottom: 5%;
  }

  .lg\:focus-within\:ml-5\%:focus-within {
    margin-left: 5%;
  }

  .lg\:focus-within\:mt-10\%:focus-within {
    margin-top: 10%;
  }

  .lg\:focus-within\:mr-10\%:focus-within {
    margin-right: 10%;
  }

  .lg\:focus-within\:mb-10\%:focus-within {
    margin-bottom: 10%;
  }

  .lg\:focus-within\:ml-10\%:focus-within {
    margin-left: 10%;
  }

  .lg\:focus-within\:mt-20\%:focus-within {
    margin-top: 20%;
  }

  .lg\:focus-within\:mr-20\%:focus-within {
    margin-right: 20%;
  }

  .lg\:focus-within\:mb-20\%:focus-within {
    margin-bottom: 20%;
  }

  .lg\:focus-within\:ml-20\%:focus-within {
    margin-left: 20%;
  }

  .lg\:focus-within\:mt-23\%:focus-within {
    margin-top: 23%;
  }

  .lg\:focus-within\:mr-23\%:focus-within {
    margin-right: 23%;
  }

  .lg\:focus-within\:mb-23\%:focus-within {
    margin-bottom: 23%;
  }

  .lg\:focus-within\:ml-23\%:focus-within {
    margin-left: 23%;
  }

  .lg\:focus-within\:mt-25\%:focus-within {
    margin-top: 25%;
  }

  .lg\:focus-within\:mr-25\%:focus-within {
    margin-right: 25%;
  }

  .lg\:focus-within\:mb-25\%:focus-within {
    margin-bottom: 25%;
  }

  .lg\:focus-within\:ml-25\%:focus-within {
    margin-left: 25%;
  }

  .lg\:focus-within\:mt-26\%:focus-within {
    margin-top: 26%;
  }

  .lg\:focus-within\:mr-26\%:focus-within {
    margin-right: 26%;
  }

  .lg\:focus-within\:mb-26\%:focus-within {
    margin-bottom: 26%;
  }

  .lg\:focus-within\:ml-26\%:focus-within {
    margin-left: 26%;
  }

  .lg\:focus-within\:mt-30\%:focus-within {
    margin-top: 30%;
  }

  .lg\:focus-within\:mr-30\%:focus-within {
    margin-right: 30%;
  }

  .lg\:focus-within\:mb-30\%:focus-within {
    margin-bottom: 30%;
  }

  .lg\:focus-within\:ml-30\%:focus-within {
    margin-left: 30%;
  }

  .lg\:focus-within\:mt-40\%:focus-within {
    margin-top: 40%;
  }

  .lg\:focus-within\:mr-40\%:focus-within {
    margin-right: 40%;
  }

  .lg\:focus-within\:mb-40\%:focus-within {
    margin-bottom: 40%;
  }

  .lg\:focus-within\:ml-40\%:focus-within {
    margin-left: 40%;
  }

  .lg\:focus-within\:mt-50\%:focus-within {
    margin-top: 50%;
  }

  .lg\:focus-within\:mr-50\%:focus-within {
    margin-right: 50%;
  }

  .lg\:focus-within\:mb-50\%:focus-within {
    margin-bottom: 50%;
  }

  .lg\:focus-within\:ml-50\%:focus-within {
    margin-left: 50%;
  }

  .lg\:focus-within\:mt-60\%:focus-within {
    margin-top: 60%;
  }

  .lg\:focus-within\:mr-60\%:focus-within {
    margin-right: 60%;
  }

  .lg\:focus-within\:mb-60\%:focus-within {
    margin-bottom: 60%;
  }

  .lg\:focus-within\:ml-60\%:focus-within {
    margin-left: 60%;
  }

  .lg\:focus-within\:mt-70\%:focus-within {
    margin-top: 70%;
  }

  .lg\:focus-within\:mr-70\%:focus-within {
    margin-right: 70%;
  }

  .lg\:focus-within\:mb-70\%:focus-within {
    margin-bottom: 70%;
  }

  .lg\:focus-within\:ml-70\%:focus-within {
    margin-left: 70%;
  }

  .lg\:focus-within\:mt-80\%:focus-within {
    margin-top: 80%;
  }

  .lg\:focus-within\:mr-80\%:focus-within {
    margin-right: 80%;
  }

  .lg\:focus-within\:mb-80\%:focus-within {
    margin-bottom: 80%;
  }

  .lg\:focus-within\:ml-80\%:focus-within {
    margin-left: 80%;
  }

  .lg\:focus-within\:mt-90\%:focus-within {
    margin-top: 90%;
  }

  .lg\:focus-within\:mr-90\%:focus-within {
    margin-right: 90%;
  }

  .lg\:focus-within\:mb-90\%:focus-within {
    margin-bottom: 90%;
  }

  .lg\:focus-within\:ml-90\%:focus-within {
    margin-left: 90%;
  }

  .lg\:focus-within\:mt-95\%:focus-within {
    margin-top: 95%;
  }

  .lg\:focus-within\:mr-95\%:focus-within {
    margin-right: 95%;
  }

  .lg\:focus-within\:mb-95\%:focus-within {
    margin-bottom: 95%;
  }

  .lg\:focus-within\:ml-95\%:focus-within {
    margin-left: 95%;
  }

  .lg\:focus-within\:mt-96\%:focus-within {
    margin-top: 96%;
  }

  .lg\:focus-within\:mr-96\%:focus-within {
    margin-right: 96%;
  }

  .lg\:focus-within\:mb-96\%:focus-within {
    margin-bottom: 96%;
  }

  .lg\:focus-within\:ml-96\%:focus-within {
    margin-left: 96%;
  }

  .lg\:focus-within\:mt-97\%:focus-within {
    margin-top: 97%;
  }

  .lg\:focus-within\:mr-97\%:focus-within {
    margin-right: 97%;
  }

  .lg\:focus-within\:mb-97\%:focus-within {
    margin-bottom: 97%;
  }

  .lg\:focus-within\:ml-97\%:focus-within {
    margin-left: 97%;
  }

  .lg\:focus-within\:mt-98\%:focus-within {
    margin-top: 98%;
  }

  .lg\:focus-within\:mr-98\%:focus-within {
    margin-right: 98%;
  }

  .lg\:focus-within\:mb-98\%:focus-within {
    margin-bottom: 98%;
  }

  .lg\:focus-within\:ml-98\%:focus-within {
    margin-left: 98%;
  }

  .lg\:focus-within\:mt-99\%:focus-within {
    margin-top: 99%;
  }

  .lg\:focus-within\:mr-99\%:focus-within {
    margin-right: 99%;
  }

  .lg\:focus-within\:mb-99\%:focus-within {
    margin-bottom: 99%;
  }

  .lg\:focus-within\:ml-99\%:focus-within {
    margin-left: 99%;
  }

  .lg\:focus-within\:mt-36vh:focus-within {
    margin-top: 36vh;
  }

  .lg\:focus-within\:mr-36vh:focus-within {
    margin-right: 36vh;
  }

  .lg\:focus-within\:mb-36vh:focus-within {
    margin-bottom: 36vh;
  }

  .lg\:focus-within\:ml-36vh:focus-within {
    margin-left: 36vh;
  }

  .lg\:focus-within\:mt-75vh:focus-within {
    margin-top: 75vh;
  }

  .lg\:focus-within\:mr-75vh:focus-within {
    margin-right: 75vh;
  }

  .lg\:focus-within\:mb-75vh:focus-within {
    margin-bottom: 75vh;
  }

  .lg\:focus-within\:ml-75vh:focus-within {
    margin-left: 75vh;
  }

  .lg\:focus-within\:mt-78vh:focus-within {
    margin-top: 78vh;
  }

  .lg\:focus-within\:mr-78vh:focus-within {
    margin-right: 78vh;
  }

  .lg\:focus-within\:mb-78vh:focus-within {
    margin-bottom: 78vh;
  }

  .lg\:focus-within\:ml-78vh:focus-within {
    margin-left: 78vh;
  }

  .lg\:focus-within\:mt-80vh:focus-within {
    margin-top: 80vh;
  }

  .lg\:focus-within\:mr-80vh:focus-within {
    margin-right: 80vh;
  }

  .lg\:focus-within\:mb-80vh:focus-within {
    margin-bottom: 80vh;
  }

  .lg\:focus-within\:ml-80vh:focus-within {
    margin-left: 80vh;
  }

  .lg\:focus-within\:mt-82vh:focus-within {
    margin-top: 82vh;
  }

  .lg\:focus-within\:mr-82vh:focus-within {
    margin-right: 82vh;
  }

  .lg\:focus-within\:mb-82vh:focus-within {
    margin-bottom: 82vh;
  }

  .lg\:focus-within\:ml-82vh:focus-within {
    margin-left: 82vh;
  }

  .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-7:focus-within {
    margin-top: -1.75rem;
  }

  .lg\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .lg\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .lg\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .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-9:focus-within {
    margin-top: -2.25rem;
  }

  .lg\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .lg\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .lg\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .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-14:focus-within {
    margin-top: -3.5rem;
  }

  .lg\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .lg\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .lg\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .lg\:focus-within\:-mt-15:focus-within {
    margin-top: -3.75rem;
  }

  .lg\:focus-within\:-mr-15:focus-within {
    margin-right: -3.75rem;
  }

  .lg\:focus-within\:-mb-15:focus-within {
    margin-bottom: -3.75rem;
  }

  .lg\:focus-within\:-ml-15:focus-within {
    margin-left: -3.75rem;
  }

  .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-18:focus-within {
    margin-top: -4.5rem;
  }

  .lg\:focus-within\:-mr-18:focus-within {
    margin-right: -4.5rem;
  }

  .lg\:focus-within\:-mb-18:focus-within {
    margin-bottom: -4.5rem;
  }

  .lg\:focus-within\:-ml-18:focus-within {
    margin-left: -4.5rem;
  }

  .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-21:focus-within {
    margin-top: -5.25rem;
  }

  .lg\:focus-within\:-mr-21:focus-within {
    margin-right: -5.25rem;
  }

  .lg\:focus-within\:-mb-21:focus-within {
    margin-bottom: -5.25rem;
  }

  .lg\:focus-within\:-ml-21:focus-within {
    margin-left: -5.25rem;
  }

  .lg\:focus-within\:-mt-22:focus-within {
    margin-top: -5.5rem;
  }

  .lg\:focus-within\:-mr-22:focus-within {
    margin-right: -5.5rem;
  }

  .lg\:focus-within\:-mb-22:focus-within {
    margin-bottom: -5.5rem;
  }

  .lg\:focus-within\:-ml-22:focus-within {
    margin-left: -5.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-26:focus-within {
    margin-top: -6.5rem;
  }

  .lg\:focus-within\:-mr-26:focus-within {
    margin-right: -6.5rem;
  }

  .lg\:focus-within\:-mb-26:focus-within {
    margin-bottom: -6.5rem;
  }

  .lg\:focus-within\:-ml-26:focus-within {
    margin-left: -6.5rem;
  }

  .lg\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .lg\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .lg\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .lg\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .lg\:focus-within\:-mt-30:focus-within {
    margin-top: -7.5rem;
  }

  .lg\:focus-within\:-mr-30:focus-within {
    margin-right: -7.5rem;
  }

  .lg\:focus-within\:-mb-30:focus-within {
    margin-bottom: -7.5rem;
  }

  .lg\:focus-within\:-ml-30:focus-within {
    margin-left: -7.5rem;
  }

  .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-34:focus-within {
    margin-top: -8.5rem;
  }

  .lg\:focus-within\:-mr-34:focus-within {
    margin-right: -8.5rem;
  }

  .lg\:focus-within\:-mb-34:focus-within {
    margin-bottom: -8.5rem;
  }

  .lg\:focus-within\:-ml-34:focus-within {
    margin-left: -8.5rem;
  }

  .lg\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .lg\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .lg\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .lg\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .lg\:focus-within\:-mt-38:focus-within {
    margin-top: -9.5rem;
  }

  .lg\:focus-within\:-mr-38:focus-within {
    margin-right: -9.5rem;
  }

  .lg\:focus-within\:-mb-38:focus-within {
    margin-bottom: -9.5rem;
  }

  .lg\:focus-within\:-ml-38:focus-within {
    margin-left: -9.5rem;
  }

  .lg\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .lg\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .lg\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .lg\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .lg\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .lg\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .lg\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .lg\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .lg\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .lg\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .lg\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .lg\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .lg\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .lg\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .lg\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .lg\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .lg\:focus-within\:-mt-53:focus-within {
    margin-top: -13.25rem;
  }

  .lg\:focus-within\:-mr-53:focus-within {
    margin-right: -13.25rem;
  }

  .lg\:focus-within\:-mb-53:focus-within {
    margin-bottom: -13.25rem;
  }

  .lg\:focus-within\:-ml-53:focus-within {
    margin-left: -13.25rem;
  }

  .lg\:focus-within\:-mt-54:focus-within {
    margin-top: -13.5rem;
  }

  .lg\:focus-within\:-mr-54:focus-within {
    margin-right: -13.5rem;
  }

  .lg\:focus-within\:-mb-54:focus-within {
    margin-bottom: -13.5rem;
  }

  .lg\:focus-within\:-ml-54:focus-within {
    margin-left: -13.5rem;
  }

  .lg\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .lg\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .lg\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .lg\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .lg\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .lg\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .lg\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .lg\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .lg\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .lg\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .lg\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .lg\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .lg\:focus-within\:-mt-74:focus-within {
    margin-top: -18.5rem;
  }

  .lg\:focus-within\:-mr-74:focus-within {
    margin-right: -18.5rem;
  }

  .lg\:focus-within\:-mb-74:focus-within {
    margin-bottom: -18.5rem;
  }

  .lg\:focus-within\:-ml-74:focus-within {
    margin-left: -18.5rem;
  }

  .lg\:focus-within\:-mt-76:focus-within {
    margin-top: -19rem;
  }

  .lg\:focus-within\:-mr-76:focus-within {
    margin-right: -19rem;
  }

  .lg\:focus-within\:-mb-76:focus-within {
    margin-bottom: -19rem;
  }

  .lg\:focus-within\:-ml-76:focus-within {
    margin-left: -19rem;
  }

  .lg\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .lg\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .lg\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .lg\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .lg\:focus-within\:-mt-85:focus-within {
    margin-top: -21.25rem;
  }

  .lg\:focus-within\:-mr-85:focus-within {
    margin-right: -21.25rem;
  }

  .lg\:focus-within\:-mb-85:focus-within {
    margin-bottom: -21.25rem;
  }

  .lg\:focus-within\:-ml-85:focus-within {
    margin-left: -21.25rem;
  }

  .lg\:focus-within\:-mt-100:focus-within {
    margin-top: -25rem;
  }

  .lg\:focus-within\:-mr-100:focus-within {
    margin-right: -25rem;
  }

  .lg\:focus-within\:-mb-100:focus-within {
    margin-bottom: -25rem;
  }

  .lg\:focus-within\:-ml-100:focus-within {
    margin-left: -25rem;
  }

  .lg\:focus-within\:-mt-105:focus-within {
    margin-top: -26.25rem;
  }

  .lg\:focus-within\:-mr-105:focus-within {
    margin-right: -26.25rem;
  }

  .lg\:focus-within\:-mb-105:focus-within {
    margin-bottom: -26.25rem;
  }

  .lg\:focus-within\:-ml-105:focus-within {
    margin-left: -26.25rem;
  }

  .lg\:focus-within\:-mt-107:focus-within {
    margin-top: -26.4rem;
  }

  .lg\:focus-within\:-mr-107:focus-within {
    margin-right: -26.4rem;
  }

  .lg\:focus-within\:-mb-107:focus-within {
    margin-bottom: -26.4rem;
  }

  .lg\:focus-within\:-ml-107:focus-within {
    margin-left: -26.4rem;
  }

  .lg\:focus-within\:-mt-110:focus-within {
    margin-top: -27.5rem;
  }

  .lg\:focus-within\:-mr-110:focus-within {
    margin-right: -27.5rem;
  }

  .lg\:focus-within\:-mb-110:focus-within {
    margin-bottom: -27.5rem;
  }

  .lg\:focus-within\:-ml-110:focus-within {
    margin-left: -27.5rem;
  }

  .lg\:focus-within\:-mt-120:focus-within {
    margin-top: -30rem;
  }

  .lg\:focus-within\:-mr-120:focus-within {
    margin-right: -30rem;
  }

  .lg\:focus-within\:-mb-120:focus-within {
    margin-bottom: -30rem;
  }

  .lg\:focus-within\:-ml-120:focus-within {
    margin-left: -30rem;
  }

  .lg\:focus-within\:-mt-130:focus-within {
    margin-top: -38rem;
  }

  .lg\:focus-within\:-mr-130:focus-within {
    margin-right: -38rem;
  }

  .lg\:focus-within\:-mb-130:focus-within {
    margin-bottom: -38rem;
  }

  .lg\:focus-within\:-ml-130:focus-within {
    margin-left: -38rem;
  }

  .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-within\:-mt-250px:focus-within {
    margin-top: -250px;
  }

  .lg\:focus-within\:-mr-250px:focus-within {
    margin-right: -250px;
  }

  .lg\:focus-within\:-mb-250px:focus-within {
    margin-bottom: -250px;
  }

  .lg\:focus-within\:-ml-250px:focus-within {
    margin-left: -250px;
  }

  .lg\:focus-within\:-mt-1\/2\%:focus-within {
    margin-top: -0.5%;
  }

  .lg\:focus-within\:-mr-1\/2\%:focus-within {
    margin-right: -0.5%;
  }

  .lg\:focus-within\:-mb-1\/2\%:focus-within {
    margin-bottom: -0.5%;
  }

  .lg\:focus-within\:-ml-1\/2\%:focus-within {
    margin-left: -0.5%;
  }

  .lg\:focus-within\:-mt-1\%:focus-within {
    margin-top: -1%;
  }

  .lg\:focus-within\:-mr-1\%:focus-within {
    margin-right: -1%;
  }

  .lg\:focus-within\:-mb-1\%:focus-within {
    margin-bottom: -1%;
  }

  .lg\:focus-within\:-ml-1\%:focus-within {
    margin-left: -1%;
  }

  .lg\:focus-within\:-mt-2\%:focus-within {
    margin-top: -2%;
  }

  .lg\:focus-within\:-mr-2\%:focus-within {
    margin-right: -2%;
  }

  .lg\:focus-within\:-mb-2\%:focus-within {
    margin-bottom: -2%;
  }

  .lg\:focus-within\:-ml-2\%:focus-within {
    margin-left: -2%;
  }

  .lg\:focus-within\:-mt-3\%:focus-within {
    margin-top: -3%;
  }

  .lg\:focus-within\:-mr-3\%:focus-within {
    margin-right: -3%;
  }

  .lg\:focus-within\:-mb-3\%:focus-within {
    margin-bottom: -3%;
  }

  .lg\:focus-within\:-ml-3\%:focus-within {
    margin-left: -3%;
  }

  .lg\:focus-within\:-mt-4\%:focus-within {
    margin-top: -4%;
  }

  .lg\:focus-within\:-mr-4\%:focus-within {
    margin-right: -4%;
  }

  .lg\:focus-within\:-mb-4\%:focus-within {
    margin-bottom: -4%;
  }

  .lg\:focus-within\:-ml-4\%:focus-within {
    margin-left: -4%;
  }

  .lg\:focus-within\:-mt-5\%:focus-within {
    margin-top: -5%;
  }

  .lg\:focus-within\:-mr-5\%:focus-within {
    margin-right: -5%;
  }

  .lg\:focus-within\:-mb-5\%:focus-within {
    margin-bottom: -5%;
  }

  .lg\:focus-within\:-ml-5\%:focus-within {
    margin-left: -5%;
  }

  .lg\:focus-within\:-mt-10\%:focus-within {
    margin-top: -10%;
  }

  .lg\:focus-within\:-mr-10\%:focus-within {
    margin-right: -10%;
  }

  .lg\:focus-within\:-mb-10\%:focus-within {
    margin-bottom: -10%;
  }

  .lg\:focus-within\:-ml-10\%:focus-within {
    margin-left: -10%;
  }

  .lg\:focus-within\:-mt-20\%:focus-within {
    margin-top: -20%;
  }

  .lg\:focus-within\:-mr-20\%:focus-within {
    margin-right: -20%;
  }

  .lg\:focus-within\:-mb-20\%:focus-within {
    margin-bottom: -20%;
  }

  .lg\:focus-within\:-ml-20\%:focus-within {
    margin-left: -20%;
  }

  .lg\:focus-within\:-mt-23\%:focus-within {
    margin-top: -23%;
  }

  .lg\:focus-within\:-mr-23\%:focus-within {
    margin-right: -23%;
  }

  .lg\:focus-within\:-mb-23\%:focus-within {
    margin-bottom: -23%;
  }

  .lg\:focus-within\:-ml-23\%:focus-within {
    margin-left: -23%;
  }

  .lg\:focus-within\:-mt-25\%:focus-within {
    margin-top: -25%;
  }

  .lg\:focus-within\:-mr-25\%:focus-within {
    margin-right: -25%;
  }

  .lg\:focus-within\:-mb-25\%:focus-within {
    margin-bottom: -25%;
  }

  .lg\:focus-within\:-ml-25\%:focus-within {
    margin-left: -25%;
  }

  .lg\:focus-within\:-mt-26\%:focus-within {
    margin-top: -26%;
  }

  .lg\:focus-within\:-mr-26\%:focus-within {
    margin-right: -26%;
  }

  .lg\:focus-within\:-mb-26\%:focus-within {
    margin-bottom: -26%;
  }

  .lg\:focus-within\:-ml-26\%:focus-within {
    margin-left: -26%;
  }

  .lg\:focus-within\:-mt-30\%:focus-within {
    margin-top: -30%;
  }

  .lg\:focus-within\:-mr-30\%:focus-within {
    margin-right: -30%;
  }

  .lg\:focus-within\:-mb-30\%:focus-within {
    margin-bottom: -30%;
  }

  .lg\:focus-within\:-ml-30\%:focus-within {
    margin-left: -30%;
  }

  .lg\:focus-within\:-mt-40\%:focus-within {
    margin-top: -40%;
  }

  .lg\:focus-within\:-mr-40\%:focus-within {
    margin-right: -40%;
  }

  .lg\:focus-within\:-mb-40\%:focus-within {
    margin-bottom: -40%;
  }

  .lg\:focus-within\:-ml-40\%:focus-within {
    margin-left: -40%;
  }

  .lg\:focus-within\:-mt-50\%:focus-within {
    margin-top: -50%;
  }

  .lg\:focus-within\:-mr-50\%:focus-within {
    margin-right: -50%;
  }

  .lg\:focus-within\:-mb-50\%:focus-within {
    margin-bottom: -50%;
  }

  .lg\:focus-within\:-ml-50\%:focus-within {
    margin-left: -50%;
  }

  .lg\:focus-within\:-mt-60\%:focus-within {
    margin-top: -60%;
  }

  .lg\:focus-within\:-mr-60\%:focus-within {
    margin-right: -60%;
  }

  .lg\:focus-within\:-mb-60\%:focus-within {
    margin-bottom: -60%;
  }

  .lg\:focus-within\:-ml-60\%:focus-within {
    margin-left: -60%;
  }

  .lg\:focus-within\:-mt-70\%:focus-within {
    margin-top: -70%;
  }

  .lg\:focus-within\:-mr-70\%:focus-within {
    margin-right: -70%;
  }

  .lg\:focus-within\:-mb-70\%:focus-within {
    margin-bottom: -70%;
  }

  .lg\:focus-within\:-ml-70\%:focus-within {
    margin-left: -70%;
  }

  .lg\:focus-within\:-mt-80\%:focus-within {
    margin-top: -80%;
  }

  .lg\:focus-within\:-mr-80\%:focus-within {
    margin-right: -80%;
  }

  .lg\:focus-within\:-mb-80\%:focus-within {
    margin-bottom: -80%;
  }

  .lg\:focus-within\:-ml-80\%:focus-within {
    margin-left: -80%;
  }

  .lg\:focus-within\:-mt-90\%:focus-within {
    margin-top: -90%;
  }

  .lg\:focus-within\:-mr-90\%:focus-within {
    margin-right: -90%;
  }

  .lg\:focus-within\:-mb-90\%:focus-within {
    margin-bottom: -90%;
  }

  .lg\:focus-within\:-ml-90\%:focus-within {
    margin-left: -90%;
  }

  .lg\:focus-within\:-mt-95\%:focus-within {
    margin-top: -95%;
  }

  .lg\:focus-within\:-mr-95\%:focus-within {
    margin-right: -95%;
  }

  .lg\:focus-within\:-mb-95\%:focus-within {
    margin-bottom: -95%;
  }

  .lg\:focus-within\:-ml-95\%:focus-within {
    margin-left: -95%;
  }

  .lg\:focus-within\:-mt-96\%:focus-within {
    margin-top: -96%;
  }

  .lg\:focus-within\:-mr-96\%:focus-within {
    margin-right: -96%;
  }

  .lg\:focus-within\:-mb-96\%:focus-within {
    margin-bottom: -96%;
  }

  .lg\:focus-within\:-ml-96\%:focus-within {
    margin-left: -96%;
  }

  .lg\:focus-within\:-mt-97\%:focus-within {
    margin-top: -97%;
  }

  .lg\:focus-within\:-mr-97\%:focus-within {
    margin-right: -97%;
  }

  .lg\:focus-within\:-mb-97\%:focus-within {
    margin-bottom: -97%;
  }

  .lg\:focus-within\:-ml-97\%:focus-within {
    margin-left: -97%;
  }

  .lg\:focus-within\:-mt-98\%:focus-within {
    margin-top: -98%;
  }

  .lg\:focus-within\:-mr-98\%:focus-within {
    margin-right: -98%;
  }

  .lg\:focus-within\:-mb-98\%:focus-within {
    margin-bottom: -98%;
  }

  .lg\:focus-within\:-ml-98\%:focus-within {
    margin-left: -98%;
  }

  .lg\:focus-within\:-mt-99\%:focus-within {
    margin-top: -99%;
  }

  .lg\:focus-within\:-mr-99\%:focus-within {
    margin-right: -99%;
  }

  .lg\:focus-within\:-mb-99\%:focus-within {
    margin-bottom: -99%;
  }

  .lg\:focus-within\:-ml-99\%:focus-within {
    margin-left: -99%;
  }

  .lg\:focus-within\:-mt-36vh:focus-within {
    margin-top: -36vh;
  }

  .lg\:focus-within\:-mr-36vh:focus-within {
    margin-right: -36vh;
  }

  .lg\:focus-within\:-mb-36vh:focus-within {
    margin-bottom: -36vh;
  }

  .lg\:focus-within\:-ml-36vh:focus-within {
    margin-left: -36vh;
  }

  .lg\:focus-within\:-mt-75vh:focus-within {
    margin-top: -75vh;
  }

  .lg\:focus-within\:-mr-75vh:focus-within {
    margin-right: -75vh;
  }

  .lg\:focus-within\:-mb-75vh:focus-within {
    margin-bottom: -75vh;
  }

  .lg\:focus-within\:-ml-75vh:focus-within {
    margin-left: -75vh;
  }

  .lg\:focus-within\:-mt-78vh:focus-within {
    margin-top: -78vh;
  }

  .lg\:focus-within\:-mr-78vh:focus-within {
    margin-right: -78vh;
  }

  .lg\:focus-within\:-mb-78vh:focus-within {
    margin-bottom: -78vh;
  }

  .lg\:focus-within\:-ml-78vh:focus-within {
    margin-left: -78vh;
  }

  .lg\:focus-within\:-mt-80vh:focus-within {
    margin-top: -80vh;
  }

  .lg\:focus-within\:-mr-80vh:focus-within {
    margin-right: -80vh;
  }

  .lg\:focus-within\:-mb-80vh:focus-within {
    margin-bottom: -80vh;
  }

  .lg\:focus-within\:-ml-80vh:focus-within {
    margin-left: -80vh;
  }

  .lg\:focus-within\:-mt-82vh:focus-within {
    margin-top: -82vh;
  }

  .lg\:focus-within\:-mr-82vh:focus-within {
    margin-right: -82vh;
  }

  .lg\:focus-within\:-mb-82vh:focus-within {
    margin-bottom: -82vh;
  }

  .lg\:focus-within\:-ml-82vh:focus-within {
    margin-left: -82vh;
  }

  .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-7 {
    margin: 1.75rem;
  }

  .group:hover .lg\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .lg\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .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-14 {
    margin: 3.5rem;
  }

  .group:hover .lg\:group-hover\:m-15 {
    margin: 3.75rem;
  }

  .group:hover .lg\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .lg\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .lg\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .lg\:group-hover\:m-21 {
    margin: 5.25rem;
  }

  .group:hover .lg\:group-hover\:m-22 {
    margin: 5.5rem;
  }

  .group:hover .lg\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .lg\:group-hover\:m-26 {
    margin: 6.5rem;
  }

  .group:hover .lg\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .lg\:group-hover\:m-30 {
    margin: 7.5rem;
  }

  .group:hover .lg\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .lg\:group-hover\:m-34 {
    margin: 8.5rem;
  }

  .group:hover .lg\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .lg\:group-hover\:m-38 {
    margin: 9.5rem;
  }

  .group:hover .lg\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .lg\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .lg\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .lg\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .lg\:group-hover\:m-53 {
    margin: 13.25rem;
  }

  .group:hover .lg\:group-hover\:m-54 {
    margin: 13.5rem;
  }

  .group:hover .lg\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .lg\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .lg\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .lg\:group-hover\:m-74 {
    margin: 18.5rem;
  }

  .group:hover .lg\:group-hover\:m-76 {
    margin: 19rem;
  }

  .group:hover .lg\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .lg\:group-hover\:m-85 {
    margin: 21.25rem;
  }

  .group:hover .lg\:group-hover\:m-100 {
    margin: 25rem;
  }

  .group:hover .lg\:group-hover\:m-105 {
    margin: 26.25rem;
  }

  .group:hover .lg\:group-hover\:m-107 {
    margin: 26.4rem;
  }

  .group:hover .lg\:group-hover\:m-110 {
    margin: 27.5rem;
  }

  .group:hover .lg\:group-hover\:m-120 {
    margin: 30rem;
  }

  .group:hover .lg\:group-hover\:m-130 {
    margin: 38rem;
  }

  .group:hover .lg\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .lg\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .lg\:group-hover\:m-250px {
    margin: 250px;
  }

  .group:hover .lg\:group-hover\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:hover .lg\:group-hover\:m-1\% {
    margin: 1%;
  }

  .group:hover .lg\:group-hover\:m-2\% {
    margin: 2%;
  }

  .group:hover .lg\:group-hover\:m-3\% {
    margin: 3%;
  }

  .group:hover .lg\:group-hover\:m-4\% {
    margin: 4%;
  }

  .group:hover .lg\:group-hover\:m-5\% {
    margin: 5%;
  }

  .group:hover .lg\:group-hover\:m-10\% {
    margin: 10%;
  }

  .group:hover .lg\:group-hover\:m-20\% {
    margin: 20%;
  }

  .group:hover .lg\:group-hover\:m-23\% {
    margin: 23%;
  }

  .group:hover .lg\:group-hover\:m-25\% {
    margin: 25%;
  }

  .group:hover .lg\:group-hover\:m-26\% {
    margin: 26%;
  }

  .group:hover .lg\:group-hover\:m-30\% {
    margin: 30%;
  }

  .group:hover .lg\:group-hover\:m-40\% {
    margin: 40%;
  }

  .group:hover .lg\:group-hover\:m-50\% {
    margin: 50%;
  }

  .group:hover .lg\:group-hover\:m-60\% {
    margin: 60%;
  }

  .group:hover .lg\:group-hover\:m-70\% {
    margin: 70%;
  }

  .group:hover .lg\:group-hover\:m-80\% {
    margin: 80%;
  }

  .group:hover .lg\:group-hover\:m-90\% {
    margin: 90%;
  }

  .group:hover .lg\:group-hover\:m-95\% {
    margin: 95%;
  }

  .group:hover .lg\:group-hover\:m-96\% {
    margin: 96%;
  }

  .group:hover .lg\:group-hover\:m-97\% {
    margin: 97%;
  }

  .group:hover .lg\:group-hover\:m-98\% {
    margin: 98%;
  }

  .group:hover .lg\:group-hover\:m-99\% {
    margin: 99%;
  }

  .group:hover .lg\:group-hover\:m-36vh {
    margin: 36vh;
  }

  .group:hover .lg\:group-hover\:m-75vh {
    margin: 75vh;
  }

  .group:hover .lg\:group-hover\:m-78vh {
    margin: 78vh;
  }

  .group:hover .lg\:group-hover\:m-80vh {
    margin: 80vh;
  }

  .group:hover .lg\:group-hover\:m-82vh {
    margin: 82vh;
  }

  .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-7 {
    margin: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .lg\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .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-14 {
    margin: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-m-15 {
    margin: -3.75rem;
  }

  .group:hover .lg\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .lg\:group-hover\:-m-18 {
    margin: -4.5rem;
  }

  .group:hover .lg\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .lg\:group-hover\:-m-21 {
    margin: -5.25rem;
  }

  .group:hover .lg\:group-hover\:-m-22 {
    margin: -5.5rem;
  }

  .group:hover .lg\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .lg\:group-hover\:-m-26 {
    margin: -6.5rem;
  }

  .group:hover .lg\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .lg\:group-hover\:-m-30 {
    margin: -7.5rem;
  }

  .group:hover .lg\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .lg\:group-hover\:-m-34 {
    margin: -8.5rem;
  }

  .group:hover .lg\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .lg\:group-hover\:-m-38 {
    margin: -9.5rem;
  }

  .group:hover .lg\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .lg\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .lg\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .lg\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .lg\:group-hover\:-m-53 {
    margin: -13.25rem;
  }

  .group:hover .lg\:group-hover\:-m-54 {
    margin: -13.5rem;
  }

  .group:hover .lg\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .lg\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .lg\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .lg\:group-hover\:-m-74 {
    margin: -18.5rem;
  }

  .group:hover .lg\:group-hover\:-m-76 {
    margin: -19rem;
  }

  .group:hover .lg\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .lg\:group-hover\:-m-85 {
    margin: -21.25rem;
  }

  .group:hover .lg\:group-hover\:-m-100 {
    margin: -25rem;
  }

  .group:hover .lg\:group-hover\:-m-105 {
    margin: -26.25rem;
  }

  .group:hover .lg\:group-hover\:-m-107 {
    margin: -26.4rem;
  }

  .group:hover .lg\:group-hover\:-m-110 {
    margin: -27.5rem;
  }

  .group:hover .lg\:group-hover\:-m-120 {
    margin: -30rem;
  }

  .group:hover .lg\:group-hover\:-m-130 {
    margin: -38rem;
  }

  .group:hover .lg\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .lg\:group-hover\:-m-250px {
    margin: -250px;
  }

  .group:hover .lg\:group-hover\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:hover .lg\:group-hover\:-m-1\% {
    margin: -1%;
  }

  .group:hover .lg\:group-hover\:-m-2\% {
    margin: -2%;
  }

  .group:hover .lg\:group-hover\:-m-3\% {
    margin: -3%;
  }

  .group:hover .lg\:group-hover\:-m-4\% {
    margin: -4%;
  }

  .group:hover .lg\:group-hover\:-m-5\% {
    margin: -5%;
  }

  .group:hover .lg\:group-hover\:-m-10\% {
    margin: -10%;
  }

  .group:hover .lg\:group-hover\:-m-20\% {
    margin: -20%;
  }

  .group:hover .lg\:group-hover\:-m-23\% {
    margin: -23%;
  }

  .group:hover .lg\:group-hover\:-m-25\% {
    margin: -25%;
  }

  .group:hover .lg\:group-hover\:-m-26\% {
    margin: -26%;
  }

  .group:hover .lg\:group-hover\:-m-30\% {
    margin: -30%;
  }

  .group:hover .lg\:group-hover\:-m-40\% {
    margin: -40%;
  }

  .group:hover .lg\:group-hover\:-m-50\% {
    margin: -50%;
  }

  .group:hover .lg\:group-hover\:-m-60\% {
    margin: -60%;
  }

  .group:hover .lg\:group-hover\:-m-70\% {
    margin: -70%;
  }

  .group:hover .lg\:group-hover\:-m-80\% {
    margin: -80%;
  }

  .group:hover .lg\:group-hover\:-m-90\% {
    margin: -90%;
  }

  .group:hover .lg\:group-hover\:-m-95\% {
    margin: -95%;
  }

  .group:hover .lg\:group-hover\:-m-96\% {
    margin: -96%;
  }

  .group:hover .lg\:group-hover\:-m-97\% {
    margin: -97%;
  }

  .group:hover .lg\:group-hover\:-m-98\% {
    margin: -98%;
  }

  .group:hover .lg\:group-hover\:-m-99\% {
    margin: -99%;
  }

  .group:hover .lg\:group-hover\:-m-36vh {
    margin: -36vh;
  }

  .group:hover .lg\:group-hover\:-m-75vh {
    margin: -75vh;
  }

  .group:hover .lg\:group-hover\:-m-78vh {
    margin: -78vh;
  }

  .group:hover .lg\:group-hover\:-m-80vh {
    margin: -80vh;
  }

  .group:hover .lg\:group-hover\:-m-82vh {
    margin: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:hover .lg\:group-hover\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:hover .lg\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .lg\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .lg\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .lg\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .lg\:group-hover\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:hover .lg\:group-hover\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:hover .lg\:group-hover\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:hover .lg\:group-hover\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.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-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:hover .lg\:group-hover\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:hover .lg\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .lg\:group-hover\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:hover .lg\:group-hover\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:hover .lg\:group-hover\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:hover .lg\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .lg\:group-hover\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:hover .lg\:group-hover\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:hover .lg\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .lg\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .lg\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .lg\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .lg\:group-hover\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:hover .lg\:group-hover\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:hover .lg\:group-hover\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:hover .lg\:group-hover\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:hover .lg\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .lg\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .lg\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .lg\:group-hover\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:hover .lg\:group-hover\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:hover .lg\:group-hover\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:hover .lg\:group-hover\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:hover .lg\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .lg\:group-hover\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:hover .lg\:group-hover\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:hover .lg\:group-hover\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:hover .lg\:group-hover\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:hover .lg\:group-hover\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:hover .lg\:group-hover\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:hover .lg\:group-hover\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:hover .lg\:group-hover\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:hover .lg\:group-hover\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:hover .lg\:group-hover\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:hover .lg\:group-hover\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:hover .lg\:group-hover\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:hover .lg\:group-hover\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:hover .lg\:group-hover\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .lg\:group-hover\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .lg\:group-hover\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:hover .lg\:group-hover\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:hover .lg\:group-hover\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .lg\:group-hover\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .lg\:group-hover\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:hover .lg\:group-hover\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:hover .lg\:group-hover\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:hover .lg\:group-hover\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:hover .lg\:group-hover\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:hover .lg\:group-hover\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:hover .lg\:group-hover\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:hover .lg\:group-hover\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:hover .lg\:group-hover\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:hover .lg\:group-hover\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:hover .lg\:group-hover\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .lg\:group-hover\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .lg\:group-hover\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:hover .lg\:group-hover\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:hover .lg\:group-hover\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .lg\:group-hover\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .lg\:group-hover\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:hover .lg\:group-hover\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:hover .lg\:group-hover\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:hover .lg\:group-hover\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:hover .lg\:group-hover\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .lg\:group-hover\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .lg\:group-hover\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:hover .lg\:group-hover\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:hover .lg\:group-hover\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:hover .lg\:group-hover\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:hover .lg\:group-hover\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:hover .lg\:group-hover\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:hover .lg\:group-hover\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .lg\:group-hover\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .lg\:group-hover\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .lg\:group-hover\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .lg\:group-hover\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .lg\:group-hover\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .lg\:group-hover\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .lg\:group-hover\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .lg\:group-hover\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:hover .lg\:group-hover\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:hover .lg\:group-hover\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:hover .lg\:group-hover\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:hover .lg\:group-hover\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:hover .lg\:group-hover\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:hover .lg\:group-hover\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:hover .lg\:group-hover\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:hover .lg\:group-hover\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:hover .lg\:group-hover\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:hover .lg\:group-hover\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:hover .lg\:group-hover\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:hover .lg\:group-hover\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .lg\:group-hover\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .lg\:group-hover\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:hover .lg\:group-hover\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:hover .lg\:group-hover\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:hover .lg\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .lg\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .lg\:group-hover\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:hover .lg\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .lg\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .lg\:group-hover\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:hover .lg\:group-hover\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.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-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:hover .lg\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .lg\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .lg\:group-hover\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:hover .lg\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .lg\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .lg\:group-hover\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:hover .lg\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .lg\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .lg\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .lg\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .lg\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .lg\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .lg\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .lg\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .lg\:group-hover\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:hover .lg\:group-hover\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:hover .lg\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .lg\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .lg\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .lg\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .lg\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .lg\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .lg\:group-hover\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:hover .lg\:group-hover\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:hover .lg\:group-hover\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:hover .lg\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .lg\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .lg\:group-hover\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:hover .lg\:group-hover\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:hover .lg\:group-hover\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:hover .lg\:group-hover\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:hover .lg\:group-hover\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:hover .lg\:group-hover\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:hover .lg\:group-hover\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:hover .lg\:group-hover\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:hover .lg\:group-hover\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:hover .lg\:group-hover\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:hover .lg\:group-hover\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:hover .lg\:group-hover\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:hover .lg\:group-hover\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .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\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .lg\:group-hover\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .lg\:group-hover\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:hover .lg\:group-hover\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:hover .lg\:group-hover\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .lg\:group-hover\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .lg\:group-hover\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:hover .lg\:group-hover\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:hover .lg\:group-hover\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:hover .lg\:group-hover\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:hover .lg\:group-hover\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:hover .lg\:group-hover\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:hover .lg\:group-hover\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:hover .lg\:group-hover\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:hover .lg\:group-hover\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:hover .lg\:group-hover\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:hover .lg\:group-hover\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .lg\:group-hover\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .lg\:group-hover\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:hover .lg\:group-hover\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:hover .lg\:group-hover\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .lg\:group-hover\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .lg\:group-hover\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:hover .lg\:group-hover\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:hover .lg\:group-hover\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:hover .lg\:group-hover\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:hover .lg\:group-hover\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .lg\:group-hover\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .lg\:group-hover\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:hover .lg\:group-hover\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:hover .lg\:group-hover\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:hover .lg\:group-hover\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:hover .lg\:group-hover\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:hover .lg\:group-hover\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:hover .lg\:group-hover\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .lg\:group-hover\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .lg\:group-hover\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .lg\:group-hover\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .lg\:group-hover\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .lg\:group-hover\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .lg\:group-hover\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .lg\:group-hover\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .lg\:group-hover\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:hover .lg\:group-hover\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:hover .lg\:group-hover\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:hover .lg\:group-hover\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:hover .lg\:group-hover\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:hover .lg\:group-hover\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:hover .lg\:group-hover\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:hover .lg\:group-hover\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:hover .lg\:group-hover\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:hover .lg\:group-hover\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:hover .lg\:group-hover\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:hover .lg\:group-hover\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:hover .lg\:group-hover\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .lg\:group-hover\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .lg\:group-hover\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:hover .lg\:group-hover\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
  }

  .group:hover .lg\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .lg\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
  }

  .group:hover .lg\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .lg\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
  }

  .group:hover .lg\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .lg\:group-hover\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:hover .lg\:group-hover\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:hover .lg\:group-hover\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:hover .lg\:group-hover\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:hover .lg\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .lg\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .lg\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .lg\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .lg\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .lg\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .lg\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .lg\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .lg\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .lg\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .lg\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .lg\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .lg\:group-hover\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:hover .lg\:group-hover\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:hover .lg\:group-hover\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:hover .lg\:group-hover\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:hover .lg\:group-hover\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:hover .lg\:group-hover\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:hover .lg\:group-hover\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:hover .lg\:group-hover\:ml-22 {
    margin-left: 5.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-26 {
    margin-top: 6.5rem;
  }

  .group:hover .lg\:group-hover\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:hover .lg\:group-hover\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:hover .lg\:group-hover\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:hover .lg\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .lg\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .lg\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .lg\:group-hover\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:hover .lg\:group-hover\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:hover .lg\:group-hover\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:hover .lg\:group-hover\:ml-30 {
    margin-left: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
  }

  .group:hover .lg\:group-hover\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:hover .lg\:group-hover\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:hover .lg\:group-hover\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:hover .lg\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .lg\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .lg\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .lg\:group-hover\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:hover .lg\:group-hover\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:hover .lg\:group-hover\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:hover .lg\:group-hover\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:hover .lg\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .lg\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .lg\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .lg\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .lg\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .lg\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .lg\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .lg\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .lg\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .lg\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .lg\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .lg\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .lg\:group-hover\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:hover .lg\:group-hover\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:hover .lg\:group-hover\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:hover .lg\:group-hover\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:hover .lg\:group-hover\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:hover .lg\:group-hover\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:hover .lg\:group-hover\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:hover .lg\:group-hover\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:hover .lg\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .lg\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .lg\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .lg\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .lg\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .lg\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .lg\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .lg\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .lg\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .lg\:group-hover\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:hover .lg\:group-hover\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:hover .lg\:group-hover\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:hover .lg\:group-hover\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:hover .lg\:group-hover\:mt-76 {
    margin-top: 19rem;
  }

  .group:hover .lg\:group-hover\:mr-76 {
    margin-right: 19rem;
  }

  .group:hover .lg\:group-hover\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:hover .lg\:group-hover\:ml-76 {
    margin-left: 19rem;
  }

  .group:hover .lg\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .lg\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .lg\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .lg\:group-hover\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:hover .lg\:group-hover\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:hover .lg\:group-hover\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:hover .lg\:group-hover\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:hover .lg\:group-hover\:mt-100 {
    margin-top: 25rem;
  }

  .group:hover .lg\:group-hover\:mr-100 {
    margin-right: 25rem;
  }

  .group:hover .lg\:group-hover\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:hover .lg\:group-hover\:ml-100 {
    margin-left: 25rem;
  }

  .group:hover .lg\:group-hover\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:hover .lg\:group-hover\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:hover .lg\:group-hover\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:hover .lg\:group-hover\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:hover .lg\:group-hover\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:hover .lg\:group-hover\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:hover .lg\:group-hover\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:hover .lg\:group-hover\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:hover .lg\:group-hover\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:hover .lg\:group-hover\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:hover .lg\:group-hover\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:hover .lg\:group-hover\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:hover .lg\:group-hover\:mt-120 {
    margin-top: 30rem;
  }

  .group:hover .lg\:group-hover\:mr-120 {
    margin-right: 30rem;
  }

  .group:hover .lg\:group-hover\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:hover .lg\:group-hover\:ml-120 {
    margin-left: 30rem;
  }

  .group:hover .lg\:group-hover\:mt-130 {
    margin-top: 38rem;
  }

  .group:hover .lg\:group-hover\:mr-130 {
    margin-right: 38rem;
  }

  .group:hover .lg\:group-hover\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:hover .lg\:group-hover\:ml-130 {
    margin-left: 38rem;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:mt-250px {
    margin-top: 250px;
  }

  .group:hover .lg\:group-hover\:mr-250px {
    margin-right: 250px;
  }

  .group:hover .lg\:group-hover\:mb-250px {
    margin-bottom: 250px;
  }

  .group:hover .lg\:group-hover\:ml-250px {
    margin-left: 250px;
  }

  .group:hover .lg\:group-hover\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:hover .lg\:group-hover\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:hover .lg\:group-hover\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:hover .lg\:group-hover\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:hover .lg\:group-hover\:mt-1\% {
    margin-top: 1%;
  }

  .group:hover .lg\:group-hover\:mr-1\% {
    margin-right: 1%;
  }

  .group:hover .lg\:group-hover\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:hover .lg\:group-hover\:ml-1\% {
    margin-left: 1%;
  }

  .group:hover .lg\:group-hover\:mt-2\% {
    margin-top: 2%;
  }

  .group:hover .lg\:group-hover\:mr-2\% {
    margin-right: 2%;
  }

  .group:hover .lg\:group-hover\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:hover .lg\:group-hover\:ml-2\% {
    margin-left: 2%;
  }

  .group:hover .lg\:group-hover\:mt-3\% {
    margin-top: 3%;
  }

  .group:hover .lg\:group-hover\:mr-3\% {
    margin-right: 3%;
  }

  .group:hover .lg\:group-hover\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:hover .lg\:group-hover\:ml-3\% {
    margin-left: 3%;
  }

  .group:hover .lg\:group-hover\:mt-4\% {
    margin-top: 4%;
  }

  .group:hover .lg\:group-hover\:mr-4\% {
    margin-right: 4%;
  }

  .group:hover .lg\:group-hover\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:hover .lg\:group-hover\:ml-4\% {
    margin-left: 4%;
  }

  .group:hover .lg\:group-hover\:mt-5\% {
    margin-top: 5%;
  }

  .group:hover .lg\:group-hover\:mr-5\% {
    margin-right: 5%;
  }

  .group:hover .lg\:group-hover\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:hover .lg\:group-hover\:ml-5\% {
    margin-left: 5%;
  }

  .group:hover .lg\:group-hover\:mt-10\% {
    margin-top: 10%;
  }

  .group:hover .lg\:group-hover\:mr-10\% {
    margin-right: 10%;
  }

  .group:hover .lg\:group-hover\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:hover .lg\:group-hover\:ml-10\% {
    margin-left: 10%;
  }

  .group:hover .lg\:group-hover\:mt-20\% {
    margin-top: 20%;
  }

  .group:hover .lg\:group-hover\:mr-20\% {
    margin-right: 20%;
  }

  .group:hover .lg\:group-hover\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:hover .lg\:group-hover\:ml-20\% {
    margin-left: 20%;
  }

  .group:hover .lg\:group-hover\:mt-23\% {
    margin-top: 23%;
  }

  .group:hover .lg\:group-hover\:mr-23\% {
    margin-right: 23%;
  }

  .group:hover .lg\:group-hover\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:hover .lg\:group-hover\:ml-23\% {
    margin-left: 23%;
  }

  .group:hover .lg\:group-hover\:mt-25\% {
    margin-top: 25%;
  }

  .group:hover .lg\:group-hover\:mr-25\% {
    margin-right: 25%;
  }

  .group:hover .lg\:group-hover\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:hover .lg\:group-hover\:ml-25\% {
    margin-left: 25%;
  }

  .group:hover .lg\:group-hover\:mt-26\% {
    margin-top: 26%;
  }

  .group:hover .lg\:group-hover\:mr-26\% {
    margin-right: 26%;
  }

  .group:hover .lg\:group-hover\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:hover .lg\:group-hover\:ml-26\% {
    margin-left: 26%;
  }

  .group:hover .lg\:group-hover\:mt-30\% {
    margin-top: 30%;
  }

  .group:hover .lg\:group-hover\:mr-30\% {
    margin-right: 30%;
  }

  .group:hover .lg\:group-hover\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:hover .lg\:group-hover\:ml-30\% {
    margin-left: 30%;
  }

  .group:hover .lg\:group-hover\:mt-40\% {
    margin-top: 40%;
  }

  .group:hover .lg\:group-hover\:mr-40\% {
    margin-right: 40%;
  }

  .group:hover .lg\:group-hover\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:hover .lg\:group-hover\:ml-40\% {
    margin-left: 40%;
  }

  .group:hover .lg\:group-hover\:mt-50\% {
    margin-top: 50%;
  }

  .group:hover .lg\:group-hover\:mr-50\% {
    margin-right: 50%;
  }

  .group:hover .lg\:group-hover\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:hover .lg\:group-hover\:ml-50\% {
    margin-left: 50%;
  }

  .group:hover .lg\:group-hover\:mt-60\% {
    margin-top: 60%;
  }

  .group:hover .lg\:group-hover\:mr-60\% {
    margin-right: 60%;
  }

  .group:hover .lg\:group-hover\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:hover .lg\:group-hover\:ml-60\% {
    margin-left: 60%;
  }

  .group:hover .lg\:group-hover\:mt-70\% {
    margin-top: 70%;
  }

  .group:hover .lg\:group-hover\:mr-70\% {
    margin-right: 70%;
  }

  .group:hover .lg\:group-hover\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:hover .lg\:group-hover\:ml-70\% {
    margin-left: 70%;
  }

  .group:hover .lg\:group-hover\:mt-80\% {
    margin-top: 80%;
  }

  .group:hover .lg\:group-hover\:mr-80\% {
    margin-right: 80%;
  }

  .group:hover .lg\:group-hover\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:hover .lg\:group-hover\:ml-80\% {
    margin-left: 80%;
  }

  .group:hover .lg\:group-hover\:mt-90\% {
    margin-top: 90%;
  }

  .group:hover .lg\:group-hover\:mr-90\% {
    margin-right: 90%;
  }

  .group:hover .lg\:group-hover\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:hover .lg\:group-hover\:ml-90\% {
    margin-left: 90%;
  }

  .group:hover .lg\:group-hover\:mt-95\% {
    margin-top: 95%;
  }

  .group:hover .lg\:group-hover\:mr-95\% {
    margin-right: 95%;
  }

  .group:hover .lg\:group-hover\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:hover .lg\:group-hover\:ml-95\% {
    margin-left: 95%;
  }

  .group:hover .lg\:group-hover\:mt-96\% {
    margin-top: 96%;
  }

  .group:hover .lg\:group-hover\:mr-96\% {
    margin-right: 96%;
  }

  .group:hover .lg\:group-hover\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:hover .lg\:group-hover\:ml-96\% {
    margin-left: 96%;
  }

  .group:hover .lg\:group-hover\:mt-97\% {
    margin-top: 97%;
  }

  .group:hover .lg\:group-hover\:mr-97\% {
    margin-right: 97%;
  }

  .group:hover .lg\:group-hover\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:hover .lg\:group-hover\:ml-97\% {
    margin-left: 97%;
  }

  .group:hover .lg\:group-hover\:mt-98\% {
    margin-top: 98%;
  }

  .group:hover .lg\:group-hover\:mr-98\% {
    margin-right: 98%;
  }

  .group:hover .lg\:group-hover\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:hover .lg\:group-hover\:ml-98\% {
    margin-left: 98%;
  }

  .group:hover .lg\:group-hover\:mt-99\% {
    margin-top: 99%;
  }

  .group:hover .lg\:group-hover\:mr-99\% {
    margin-right: 99%;
  }

  .group:hover .lg\:group-hover\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:hover .lg\:group-hover\:ml-99\% {
    margin-left: 99%;
  }

  .group:hover .lg\:group-hover\:mt-36vh {
    margin-top: 36vh;
  }

  .group:hover .lg\:group-hover\:mr-36vh {
    margin-right: 36vh;
  }

  .group:hover .lg\:group-hover\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:hover .lg\:group-hover\:ml-36vh {
    margin-left: 36vh;
  }

  .group:hover .lg\:group-hover\:mt-75vh {
    margin-top: 75vh;
  }

  .group:hover .lg\:group-hover\:mr-75vh {
    margin-right: 75vh;
  }

  .group:hover .lg\:group-hover\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:hover .lg\:group-hover\:ml-75vh {
    margin-left: 75vh;
  }

  .group:hover .lg\:group-hover\:mt-78vh {
    margin-top: 78vh;
  }

  .group:hover .lg\:group-hover\:mr-78vh {
    margin-right: 78vh;
  }

  .group:hover .lg\:group-hover\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:hover .lg\:group-hover\:ml-78vh {
    margin-left: 78vh;
  }

  .group:hover .lg\:group-hover\:mt-80vh {
    margin-top: 80vh;
  }

  .group:hover .lg\:group-hover\:mr-80vh {
    margin-right: 80vh;
  }

  .group:hover .lg\:group-hover\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:hover .lg\:group-hover\:ml-80vh {
    margin-left: 80vh;
  }

  .group:hover .lg\:group-hover\:mt-82vh {
    margin-top: 82vh;
  }

  .group:hover .lg\:group-hover\:mr-82vh {
    margin-right: 82vh;
  }

  .group:hover .lg\:group-hover\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:hover .lg\:group-hover\:ml-82vh {
    margin-left: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .lg\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:hover .lg\:group-hover\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:hover .lg\:group-hover\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:hover .lg\:group-hover\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:hover .lg\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .lg\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .lg\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .lg\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .lg\:group-hover\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .lg\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .lg\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .lg\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .lg\:group-hover\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-22 {
    margin-left: -5.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-26 {
    margin-top: -6.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .lg\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .lg\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .lg\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .lg\:group-hover\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-30 {
    margin-left: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .lg\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .lg\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .lg\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .lg\:group-hover\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .lg\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .lg\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .lg\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .lg\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .lg\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .lg\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .lg\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .lg\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .lg\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .lg\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .lg\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .lg\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .lg\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .lg\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .lg\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .lg\:group-hover\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .lg\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .lg\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .lg\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .lg\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .lg\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .lg\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .lg\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .lg\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .lg\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .lg\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .lg\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .lg\:group-hover\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-76 {
    margin-top: -19rem;
  }

  .group:hover .lg\:group-hover\:-mr-76 {
    margin-right: -19rem;
  }

  .group:hover .lg\:group-hover\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:hover .lg\:group-hover\:-ml-76 {
    margin-left: -19rem;
  }

  .group:hover .lg\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .lg\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .lg\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .lg\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .lg\:group-hover\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-100 {
    margin-top: -25rem;
  }

  .group:hover .lg\:group-hover\:-mr-100 {
    margin-right: -25rem;
  }

  .group:hover .lg\:group-hover\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:hover .lg\:group-hover\:-ml-100 {
    margin-left: -25rem;
  }

  .group:hover .lg\:group-hover\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:hover .lg\:group-hover\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:hover .lg\:group-hover\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:hover .lg\:group-hover\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:hover .lg\:group-hover\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:hover .lg\:group-hover\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:hover .lg\:group-hover\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:hover .lg\:group-hover\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:hover .lg\:group-hover\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:hover .lg\:group-hover\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:hover .lg\:group-hover\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:hover .lg\:group-hover\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:hover .lg\:group-hover\:-mt-120 {
    margin-top: -30rem;
  }

  .group:hover .lg\:group-hover\:-mr-120 {
    margin-right: -30rem;
  }

  .group:hover .lg\:group-hover\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:hover .lg\:group-hover\:-ml-120 {
    margin-left: -30rem;
  }

  .group:hover .lg\:group-hover\:-mt-130 {
    margin-top: -38rem;
  }

  .group:hover .lg\:group-hover\:-mr-130 {
    margin-right: -38rem;
  }

  .group:hover .lg\:group-hover\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:hover .lg\:group-hover\:-ml-130 {
    margin-left: -38rem;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:-mt-250px {
    margin-top: -250px;
  }

  .group:hover .lg\:group-hover\:-mr-250px {
    margin-right: -250px;
  }

  .group:hover .lg\:group-hover\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:hover .lg\:group-hover\:-ml-250px {
    margin-left: -250px;
  }

  .group:hover .lg\:group-hover\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:hover .lg\:group-hover\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:hover .lg\:group-hover\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:hover .lg\:group-hover\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:hover .lg\:group-hover\:-mt-1\% {
    margin-top: -1%;
  }

  .group:hover .lg\:group-hover\:-mr-1\% {
    margin-right: -1%;
  }

  .group:hover .lg\:group-hover\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:hover .lg\:group-hover\:-ml-1\% {
    margin-left: -1%;
  }

  .group:hover .lg\:group-hover\:-mt-2\% {
    margin-top: -2%;
  }

  .group:hover .lg\:group-hover\:-mr-2\% {
    margin-right: -2%;
  }

  .group:hover .lg\:group-hover\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:hover .lg\:group-hover\:-ml-2\% {
    margin-left: -2%;
  }

  .group:hover .lg\:group-hover\:-mt-3\% {
    margin-top: -3%;
  }

  .group:hover .lg\:group-hover\:-mr-3\% {
    margin-right: -3%;
  }

  .group:hover .lg\:group-hover\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:hover .lg\:group-hover\:-ml-3\% {
    margin-left: -3%;
  }

  .group:hover .lg\:group-hover\:-mt-4\% {
    margin-top: -4%;
  }

  .group:hover .lg\:group-hover\:-mr-4\% {
    margin-right: -4%;
  }

  .group:hover .lg\:group-hover\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:hover .lg\:group-hover\:-ml-4\% {
    margin-left: -4%;
  }

  .group:hover .lg\:group-hover\:-mt-5\% {
    margin-top: -5%;
  }

  .group:hover .lg\:group-hover\:-mr-5\% {
    margin-right: -5%;
  }

  .group:hover .lg\:group-hover\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:hover .lg\:group-hover\:-ml-5\% {
    margin-left: -5%;
  }

  .group:hover .lg\:group-hover\:-mt-10\% {
    margin-top: -10%;
  }

  .group:hover .lg\:group-hover\:-mr-10\% {
    margin-right: -10%;
  }

  .group:hover .lg\:group-hover\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:hover .lg\:group-hover\:-ml-10\% {
    margin-left: -10%;
  }

  .group:hover .lg\:group-hover\:-mt-20\% {
    margin-top: -20%;
  }

  .group:hover .lg\:group-hover\:-mr-20\% {
    margin-right: -20%;
  }

  .group:hover .lg\:group-hover\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:hover .lg\:group-hover\:-ml-20\% {
    margin-left: -20%;
  }

  .group:hover .lg\:group-hover\:-mt-23\% {
    margin-top: -23%;
  }

  .group:hover .lg\:group-hover\:-mr-23\% {
    margin-right: -23%;
  }

  .group:hover .lg\:group-hover\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:hover .lg\:group-hover\:-ml-23\% {
    margin-left: -23%;
  }

  .group:hover .lg\:group-hover\:-mt-25\% {
    margin-top: -25%;
  }

  .group:hover .lg\:group-hover\:-mr-25\% {
    margin-right: -25%;
  }

  .group:hover .lg\:group-hover\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:hover .lg\:group-hover\:-ml-25\% {
    margin-left: -25%;
  }

  .group:hover .lg\:group-hover\:-mt-26\% {
    margin-top: -26%;
  }

  .group:hover .lg\:group-hover\:-mr-26\% {
    margin-right: -26%;
  }

  .group:hover .lg\:group-hover\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:hover .lg\:group-hover\:-ml-26\% {
    margin-left: -26%;
  }

  .group:hover .lg\:group-hover\:-mt-30\% {
    margin-top: -30%;
  }

  .group:hover .lg\:group-hover\:-mr-30\% {
    margin-right: -30%;
  }

  .group:hover .lg\:group-hover\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:hover .lg\:group-hover\:-ml-30\% {
    margin-left: -30%;
  }

  .group:hover .lg\:group-hover\:-mt-40\% {
    margin-top: -40%;
  }

  .group:hover .lg\:group-hover\:-mr-40\% {
    margin-right: -40%;
  }

  .group:hover .lg\:group-hover\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:hover .lg\:group-hover\:-ml-40\% {
    margin-left: -40%;
  }

  .group:hover .lg\:group-hover\:-mt-50\% {
    margin-top: -50%;
  }

  .group:hover .lg\:group-hover\:-mr-50\% {
    margin-right: -50%;
  }

  .group:hover .lg\:group-hover\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:hover .lg\:group-hover\:-ml-50\% {
    margin-left: -50%;
  }

  .group:hover .lg\:group-hover\:-mt-60\% {
    margin-top: -60%;
  }

  .group:hover .lg\:group-hover\:-mr-60\% {
    margin-right: -60%;
  }

  .group:hover .lg\:group-hover\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:hover .lg\:group-hover\:-ml-60\% {
    margin-left: -60%;
  }

  .group:hover .lg\:group-hover\:-mt-70\% {
    margin-top: -70%;
  }

  .group:hover .lg\:group-hover\:-mr-70\% {
    margin-right: -70%;
  }

  .group:hover .lg\:group-hover\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:hover .lg\:group-hover\:-ml-70\% {
    margin-left: -70%;
  }

  .group:hover .lg\:group-hover\:-mt-80\% {
    margin-top: -80%;
  }

  .group:hover .lg\:group-hover\:-mr-80\% {
    margin-right: -80%;
  }

  .group:hover .lg\:group-hover\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:hover .lg\:group-hover\:-ml-80\% {
    margin-left: -80%;
  }

  .group:hover .lg\:group-hover\:-mt-90\% {
    margin-top: -90%;
  }

  .group:hover .lg\:group-hover\:-mr-90\% {
    margin-right: -90%;
  }

  .group:hover .lg\:group-hover\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:hover .lg\:group-hover\:-ml-90\% {
    margin-left: -90%;
  }

  .group:hover .lg\:group-hover\:-mt-95\% {
    margin-top: -95%;
  }

  .group:hover .lg\:group-hover\:-mr-95\% {
    margin-right: -95%;
  }

  .group:hover .lg\:group-hover\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:hover .lg\:group-hover\:-ml-95\% {
    margin-left: -95%;
  }

  .group:hover .lg\:group-hover\:-mt-96\% {
    margin-top: -96%;
  }

  .group:hover .lg\:group-hover\:-mr-96\% {
    margin-right: -96%;
  }

  .group:hover .lg\:group-hover\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:hover .lg\:group-hover\:-ml-96\% {
    margin-left: -96%;
  }

  .group:hover .lg\:group-hover\:-mt-97\% {
    margin-top: -97%;
  }

  .group:hover .lg\:group-hover\:-mr-97\% {
    margin-right: -97%;
  }

  .group:hover .lg\:group-hover\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:hover .lg\:group-hover\:-ml-97\% {
    margin-left: -97%;
  }

  .group:hover .lg\:group-hover\:-mt-98\% {
    margin-top: -98%;
  }

  .group:hover .lg\:group-hover\:-mr-98\% {
    margin-right: -98%;
  }

  .group:hover .lg\:group-hover\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:hover .lg\:group-hover\:-ml-98\% {
    margin-left: -98%;
  }

  .group:hover .lg\:group-hover\:-mt-99\% {
    margin-top: -99%;
  }

  .group:hover .lg\:group-hover\:-mr-99\% {
    margin-right: -99%;
  }

  .group:hover .lg\:group-hover\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:hover .lg\:group-hover\:-ml-99\% {
    margin-left: -99%;
  }

  .group:hover .lg\:group-hover\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:hover .lg\:group-hover\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:hover .lg\:group-hover\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:hover .lg\:group-hover\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:hover .lg\:group-hover\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:hover .lg\:group-hover\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:hover .lg\:group-hover\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:hover .lg\:group-hover\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:hover .lg\:group-hover\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:hover .lg\:group-hover\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:hover .lg\:group-hover\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:hover .lg\:group-hover\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:hover .lg\:group-hover\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:hover .lg\:group-hover\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:hover .lg\:group-hover\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:hover .lg\:group-hover\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:hover .lg\:group-hover\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:hover .lg\:group-hover\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:hover .lg\:group-hover\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:hover .lg\:group-hover\:-ml-82vh {
    margin-left: -82vh;
  }

  .group:focus .lg\:group-focus\:m-0 {
    margin: 0;
  }

  .group:focus .lg\:group-focus\:m-1 {
    margin: 0.25rem;
  }

  .group:focus .lg\:group-focus\:m-2 {
    margin: 0.5rem;
  }

  .group:focus .lg\:group-focus\:m-3 {
    margin: 0.75rem;
  }

  .group:focus .lg\:group-focus\:m-4 {
    margin: 1rem;
  }

  .group:focus .lg\:group-focus\:m-5 {
    margin: 1.25rem;
  }

  .group:focus .lg\:group-focus\:m-6 {
    margin: 1.5rem;
  }

  .group:focus .lg\:group-focus\:m-7 {
    margin: 1.75rem;
  }

  .group:focus .lg\:group-focus\:m-8 {
    margin: 2rem;
  }

  .group:focus .lg\:group-focus\:m-9 {
    margin: 2.25rem;
  }

  .group:focus .lg\:group-focus\:m-10 {
    margin: 2.5rem;
  }

  .group:focus .lg\:group-focus\:m-12 {
    margin: 3rem;
  }

  .group:focus .lg\:group-focus\:m-14 {
    margin: 3.5rem;
  }

  .group:focus .lg\:group-focus\:m-15 {
    margin: 3.75rem;
  }

  .group:focus .lg\:group-focus\:m-16 {
    margin: 4rem;
  }

  .group:focus .lg\:group-focus\:m-18 {
    margin: 4.5rem;
  }

  .group:focus .lg\:group-focus\:m-20 {
    margin: 5rem;
  }

  .group:focus .lg\:group-focus\:m-21 {
    margin: 5.25rem;
  }

  .group:focus .lg\:group-focus\:m-22 {
    margin: 5.5rem;
  }

  .group:focus .lg\:group-focus\:m-24 {
    margin: 6rem;
  }

  .group:focus .lg\:group-focus\:m-26 {
    margin: 6.5rem;
  }

  .group:focus .lg\:group-focus\:m-28 {
    margin: 7rem;
  }

  .group:focus .lg\:group-focus\:m-30 {
    margin: 7.5rem;
  }

  .group:focus .lg\:group-focus\:m-32 {
    margin: 8rem;
  }

  .group:focus .lg\:group-focus\:m-34 {
    margin: 8.5rem;
  }

  .group:focus .lg\:group-focus\:m-36 {
    margin: 9rem;
  }

  .group:focus .lg\:group-focus\:m-38 {
    margin: 9.5rem;
  }

  .group:focus .lg\:group-focus\:m-40 {
    margin: 10rem;
  }

  .group:focus .lg\:group-focus\:m-44 {
    margin: 11rem;
  }

  .group:focus .lg\:group-focus\:m-48 {
    margin: 12rem;
  }

  .group:focus .lg\:group-focus\:m-52 {
    margin: 13rem;
  }

  .group:focus .lg\:group-focus\:m-53 {
    margin: 13.25rem;
  }

  .group:focus .lg\:group-focus\:m-54 {
    margin: 13.5rem;
  }

  .group:focus .lg\:group-focus\:m-56 {
    margin: 14rem;
  }

  .group:focus .lg\:group-focus\:m-64 {
    margin: 16rem;
  }

  .group:focus .lg\:group-focus\:m-72 {
    margin: 18rem;
  }

  .group:focus .lg\:group-focus\:m-74 {
    margin: 18.5rem;
  }

  .group:focus .lg\:group-focus\:m-76 {
    margin: 19rem;
  }

  .group:focus .lg\:group-focus\:m-80 {
    margin: 20rem;
  }

  .group:focus .lg\:group-focus\:m-85 {
    margin: 21.25rem;
  }

  .group:focus .lg\:group-focus\:m-100 {
    margin: 25rem;
  }

  .group:focus .lg\:group-focus\:m-105 {
    margin: 26.25rem;
  }

  .group:focus .lg\:group-focus\:m-107 {
    margin: 26.4rem;
  }

  .group:focus .lg\:group-focus\:m-110 {
    margin: 27.5rem;
  }

  .group:focus .lg\:group-focus\:m-120 {
    margin: 30rem;
  }

  .group:focus .lg\:group-focus\:m-130 {
    margin: 38rem;
  }

  .group:focus .lg\:group-focus\:m-auto {
    margin: auto;
  }

  .group:focus .lg\:group-focus\:m-px {
    margin: 1px;
  }

  .group:focus .lg\:group-focus\:m-250px {
    margin: 250px;
  }

  .group:focus .lg\:group-focus\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:focus .lg\:group-focus\:m-1\% {
    margin: 1%;
  }

  .group:focus .lg\:group-focus\:m-2\% {
    margin: 2%;
  }

  .group:focus .lg\:group-focus\:m-3\% {
    margin: 3%;
  }

  .group:focus .lg\:group-focus\:m-4\% {
    margin: 4%;
  }

  .group:focus .lg\:group-focus\:m-5\% {
    margin: 5%;
  }

  .group:focus .lg\:group-focus\:m-10\% {
    margin: 10%;
  }

  .group:focus .lg\:group-focus\:m-20\% {
    margin: 20%;
  }

  .group:focus .lg\:group-focus\:m-23\% {
    margin: 23%;
  }

  .group:focus .lg\:group-focus\:m-25\% {
    margin: 25%;
  }

  .group:focus .lg\:group-focus\:m-26\% {
    margin: 26%;
  }

  .group:focus .lg\:group-focus\:m-30\% {
    margin: 30%;
  }

  .group:focus .lg\:group-focus\:m-40\% {
    margin: 40%;
  }

  .group:focus .lg\:group-focus\:m-50\% {
    margin: 50%;
  }

  .group:focus .lg\:group-focus\:m-60\% {
    margin: 60%;
  }

  .group:focus .lg\:group-focus\:m-70\% {
    margin: 70%;
  }

  .group:focus .lg\:group-focus\:m-80\% {
    margin: 80%;
  }

  .group:focus .lg\:group-focus\:m-90\% {
    margin: 90%;
  }

  .group:focus .lg\:group-focus\:m-95\% {
    margin: 95%;
  }

  .group:focus .lg\:group-focus\:m-96\% {
    margin: 96%;
  }

  .group:focus .lg\:group-focus\:m-97\% {
    margin: 97%;
  }

  .group:focus .lg\:group-focus\:m-98\% {
    margin: 98%;
  }

  .group:focus .lg\:group-focus\:m-99\% {
    margin: 99%;
  }

  .group:focus .lg\:group-focus\:m-36vh {
    margin: 36vh;
  }

  .group:focus .lg\:group-focus\:m-75vh {
    margin: 75vh;
  }

  .group:focus .lg\:group-focus\:m-78vh {
    margin: 78vh;
  }

  .group:focus .lg\:group-focus\:m-80vh {
    margin: 80vh;
  }

  .group:focus .lg\:group-focus\:m-82vh {
    margin: 82vh;
  }

  .group:focus .lg\:group-focus\:-m-1 {
    margin: -0.25rem;
  }

  .group:focus .lg\:group-focus\:-m-2 {
    margin: -0.5rem;
  }

  .group:focus .lg\:group-focus\:-m-3 {
    margin: -0.75rem;
  }

  .group:focus .lg\:group-focus\:-m-4 {
    margin: -1rem;
  }

  .group:focus .lg\:group-focus\:-m-5 {
    margin: -1.25rem;
  }

  .group:focus .lg\:group-focus\:-m-6 {
    margin: -1.5rem;
  }

  .group:focus .lg\:group-focus\:-m-7 {
    margin: -1.75rem;
  }

  .group:focus .lg\:group-focus\:-m-8 {
    margin: -2rem;
  }

  .group:focus .lg\:group-focus\:-m-9 {
    margin: -2.25rem;
  }

  .group:focus .lg\:group-focus\:-m-10 {
    margin: -2.5rem;
  }

  .group:focus .lg\:group-focus\:-m-12 {
    margin: -3rem;
  }

  .group:focus .lg\:group-focus\:-m-14 {
    margin: -3.5rem;
  }

  .group:focus .lg\:group-focus\:-m-15 {
    margin: -3.75rem;
  }

  .group:focus .lg\:group-focus\:-m-16 {
    margin: -4rem;
  }

  .group:focus .lg\:group-focus\:-m-18 {
    margin: -4.5rem;
  }

  .group:focus .lg\:group-focus\:-m-20 {
    margin: -5rem;
  }

  .group:focus .lg\:group-focus\:-m-21 {
    margin: -5.25rem;
  }

  .group:focus .lg\:group-focus\:-m-22 {
    margin: -5.5rem;
  }

  .group:focus .lg\:group-focus\:-m-24 {
    margin: -6rem;
  }

  .group:focus .lg\:group-focus\:-m-26 {
    margin: -6.5rem;
  }

  .group:focus .lg\:group-focus\:-m-28 {
    margin: -7rem;
  }

  .group:focus .lg\:group-focus\:-m-30 {
    margin: -7.5rem;
  }

  .group:focus .lg\:group-focus\:-m-32 {
    margin: -8rem;
  }

  .group:focus .lg\:group-focus\:-m-34 {
    margin: -8.5rem;
  }

  .group:focus .lg\:group-focus\:-m-36 {
    margin: -9rem;
  }

  .group:focus .lg\:group-focus\:-m-38 {
    margin: -9.5rem;
  }

  .group:focus .lg\:group-focus\:-m-40 {
    margin: -10rem;
  }

  .group:focus .lg\:group-focus\:-m-44 {
    margin: -11rem;
  }

  .group:focus .lg\:group-focus\:-m-48 {
    margin: -12rem;
  }

  .group:focus .lg\:group-focus\:-m-52 {
    margin: -13rem;
  }

  .group:focus .lg\:group-focus\:-m-53 {
    margin: -13.25rem;
  }

  .group:focus .lg\:group-focus\:-m-54 {
    margin: -13.5rem;
  }

  .group:focus .lg\:group-focus\:-m-56 {
    margin: -14rem;
  }

  .group:focus .lg\:group-focus\:-m-64 {
    margin: -16rem;
  }

  .group:focus .lg\:group-focus\:-m-72 {
    margin: -18rem;
  }

  .group:focus .lg\:group-focus\:-m-74 {
    margin: -18.5rem;
  }

  .group:focus .lg\:group-focus\:-m-76 {
    margin: -19rem;
  }

  .group:focus .lg\:group-focus\:-m-80 {
    margin: -20rem;
  }

  .group:focus .lg\:group-focus\:-m-85 {
    margin: -21.25rem;
  }

  .group:focus .lg\:group-focus\:-m-100 {
    margin: -25rem;
  }

  .group:focus .lg\:group-focus\:-m-105 {
    margin: -26.25rem;
  }

  .group:focus .lg\:group-focus\:-m-107 {
    margin: -26.4rem;
  }

  .group:focus .lg\:group-focus\:-m-110 {
    margin: -27.5rem;
  }

  .group:focus .lg\:group-focus\:-m-120 {
    margin: -30rem;
  }

  .group:focus .lg\:group-focus\:-m-130 {
    margin: -38rem;
  }

  .group:focus .lg\:group-focus\:-m-px {
    margin: -1px;
  }

  .group:focus .lg\:group-focus\:-m-250px {
    margin: -250px;
  }

  .group:focus .lg\:group-focus\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:focus .lg\:group-focus\:-m-1\% {
    margin: -1%;
  }

  .group:focus .lg\:group-focus\:-m-2\% {
    margin: -2%;
  }

  .group:focus .lg\:group-focus\:-m-3\% {
    margin: -3%;
  }

  .group:focus .lg\:group-focus\:-m-4\% {
    margin: -4%;
  }

  .group:focus .lg\:group-focus\:-m-5\% {
    margin: -5%;
  }

  .group:focus .lg\:group-focus\:-m-10\% {
    margin: -10%;
  }

  .group:focus .lg\:group-focus\:-m-20\% {
    margin: -20%;
  }

  .group:focus .lg\:group-focus\:-m-23\% {
    margin: -23%;
  }

  .group:focus .lg\:group-focus\:-m-25\% {
    margin: -25%;
  }

  .group:focus .lg\:group-focus\:-m-26\% {
    margin: -26%;
  }

  .group:focus .lg\:group-focus\:-m-30\% {
    margin: -30%;
  }

  .group:focus .lg\:group-focus\:-m-40\% {
    margin: -40%;
  }

  .group:focus .lg\:group-focus\:-m-50\% {
    margin: -50%;
  }

  .group:focus .lg\:group-focus\:-m-60\% {
    margin: -60%;
  }

  .group:focus .lg\:group-focus\:-m-70\% {
    margin: -70%;
  }

  .group:focus .lg\:group-focus\:-m-80\% {
    margin: -80%;
  }

  .group:focus .lg\:group-focus\:-m-90\% {
    margin: -90%;
  }

  .group:focus .lg\:group-focus\:-m-95\% {
    margin: -95%;
  }

  .group:focus .lg\:group-focus\:-m-96\% {
    margin: -96%;
  }

  .group:focus .lg\:group-focus\:-m-97\% {
    margin: -97%;
  }

  .group:focus .lg\:group-focus\:-m-98\% {
    margin: -98%;
  }

  .group:focus .lg\:group-focus\:-m-99\% {
    margin: -99%;
  }

  .group:focus .lg\:group-focus\:-m-36vh {
    margin: -36vh;
  }

  .group:focus .lg\:group-focus\:-m-75vh {
    margin: -75vh;
  }

  .group:focus .lg\:group-focus\:-m-78vh {
    margin: -78vh;
  }

  .group:focus .lg\:group-focus\:-m-80vh {
    margin: -80vh;
  }

  .group:focus .lg\:group-focus\:-m-82vh {
    margin: -82vh;
  }

  .group:focus .lg\:group-focus\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:focus .lg\:group-focus\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:focus .lg\:group-focus\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:focus .lg\:group-focus\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:focus .lg\:group-focus\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:focus .lg\:group-focus\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:focus .lg\:group-focus\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:focus .lg\:group-focus\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:focus .lg\:group-focus\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:focus .lg\:group-focus\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:focus .lg\:group-focus\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:focus .lg\:group-focus\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:focus .lg\:group-focus\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:focus .lg\:group-focus\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:focus .lg\:group-focus\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:focus .lg\:group-focus\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:focus .lg\:group-focus\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:focus .lg\:group-focus\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:focus .lg\:group-focus\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:focus .lg\:group-focus\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:focus .lg\:group-focus\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:focus .lg\:group-focus\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:focus .lg\:group-focus\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:focus .lg\:group-focus\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:focus .lg\:group-focus\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:focus .lg\:group-focus\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:focus .lg\:group-focus\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:focus .lg\:group-focus\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:focus .lg\:group-focus\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:focus .lg\:group-focus\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:focus .lg\:group-focus\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:focus .lg\:group-focus\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:focus .lg\:group-focus\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:focus .lg\:group-focus\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:focus .lg\:group-focus\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:focus .lg\:group-focus\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:focus .lg\:group-focus\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:focus .lg\:group-focus\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .group:focus .lg\:group-focus\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:focus .lg\:group-focus\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:focus .lg\:group-focus\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:focus .lg\:group-focus\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:focus .lg\:group-focus\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:focus .lg\:group-focus\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:focus .lg\:group-focus\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:focus .lg\:group-focus\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .group:focus .lg\:group-focus\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:focus .lg\:group-focus\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:focus .lg\:group-focus\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:focus .lg\:group-focus\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:focus .lg\:group-focus\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:focus .lg\:group-focus\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:focus .lg\:group-focus\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:focus .lg\:group-focus\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:focus .lg\:group-focus\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:focus .lg\:group-focus\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:focus .lg\:group-focus\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:focus .lg\:group-focus\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:focus .lg\:group-focus\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:focus .lg\:group-focus\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:focus .lg\:group-focus\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:focus .lg\:group-focus\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:focus .lg\:group-focus\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:focus .lg\:group-focus\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:focus .lg\:group-focus\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:focus .lg\:group-focus\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:focus .lg\:group-focus\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:focus .lg\:group-focus\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:focus .lg\:group-focus\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:focus .lg\:group-focus\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:focus .lg\:group-focus\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:focus .lg\:group-focus\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:focus .lg\:group-focus\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:focus .lg\:group-focus\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:focus .lg\:group-focus\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:focus .lg\:group-focus\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:focus .lg\:group-focus\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:focus .lg\:group-focus\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:focus .lg\:group-focus\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:focus .lg\:group-focus\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:focus .lg\:group-focus\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:focus .lg\:group-focus\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:focus .lg\:group-focus\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:focus .lg\:group-focus\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:focus .lg\:group-focus\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:focus .lg\:group-focus\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:focus .lg\:group-focus\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:focus .lg\:group-focus\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:focus .lg\:group-focus\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:focus .lg\:group-focus\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:focus .lg\:group-focus\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:focus .lg\:group-focus\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .group:focus .lg\:group-focus\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:focus .lg\:group-focus\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:focus .lg\:group-focus\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:focus .lg\:group-focus\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:focus .lg\:group-focus\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:focus .lg\:group-focus\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:focus .lg\:group-focus\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:focus .lg\:group-focus\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:focus .lg\:group-focus\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:focus .lg\:group-focus\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:focus .lg\:group-focus\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:focus .lg\:group-focus\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:focus .lg\:group-focus\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:focus .lg\:group-focus\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:focus .lg\:group-focus\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:focus .lg\:group-focus\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:focus .lg\:group-focus\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:focus .lg\:group-focus\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:focus .lg\:group-focus\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:focus .lg\:group-focus\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:focus .lg\:group-focus\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:focus .lg\:group-focus\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:focus .lg\:group-focus\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:focus .lg\:group-focus\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:focus .lg\:group-focus\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:focus .lg\:group-focus\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:focus .lg\:group-focus\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:focus .lg\:group-focus\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:focus .lg\:group-focus\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:focus .lg\:group-focus\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:focus .lg\:group-focus\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:focus .lg\:group-focus\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:focus .lg\:group-focus\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:focus .lg\:group-focus\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:focus .lg\:group-focus\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:focus .lg\:group-focus\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:focus .lg\:group-focus\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:focus .lg\:group-focus\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:focus .lg\:group-focus\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:focus .lg\:group-focus\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:focus .lg\:group-focus\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:focus .lg\:group-focus\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:focus .lg\:group-focus\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:focus .lg\:group-focus\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:focus .lg\:group-focus\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:focus .lg\:group-focus\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:focus .lg\:group-focus\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:focus .lg\:group-focus\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:focus .lg\:group-focus\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:focus .lg\:group-focus\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:focus .lg\:group-focus\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:focus .lg\:group-focus\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:focus .lg\:group-focus\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:focus .lg\:group-focus\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:focus .lg\:group-focus\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:focus .lg\:group-focus\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:focus .lg\:group-focus\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:focus .lg\:group-focus\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:focus .lg\:group-focus\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:focus .lg\:group-focus\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:focus .lg\:group-focus\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:focus .lg\:group-focus\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .group:focus .lg\:group-focus\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:focus .lg\:group-focus\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:focus .lg\:group-focus\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:focus .lg\:group-focus\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:focus .lg\:group-focus\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:focus .lg\:group-focus\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:focus .lg\:group-focus\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:focus .lg\:group-focus\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:focus .lg\:group-focus\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:focus .lg\:group-focus\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:focus .lg\:group-focus\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:focus .lg\:group-focus\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:focus .lg\:group-focus\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:focus .lg\:group-focus\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:focus .lg\:group-focus\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:focus .lg\:group-focus\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:focus .lg\:group-focus\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:focus .lg\:group-focus\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:focus .lg\:group-focus\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:focus .lg\:group-focus\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:focus .lg\:group-focus\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:focus .lg\:group-focus\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:focus .lg\:group-focus\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:focus .lg\:group-focus\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:focus .lg\:group-focus\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:focus .lg\:group-focus\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:focus .lg\:group-focus\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:focus .lg\:group-focus\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:focus .lg\:group-focus\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:focus .lg\:group-focus\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .group:focus .lg\:group-focus\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:focus .lg\:group-focus\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:focus .lg\:group-focus\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:focus .lg\:group-focus\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:focus .lg\:group-focus\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:focus .lg\:group-focus\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .group:focus .lg\:group-focus\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:focus .lg\:group-focus\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:focus .lg\:group-focus\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:focus .lg\:group-focus\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:focus .lg\:group-focus\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:focus .lg\:group-focus\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:focus .lg\:group-focus\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:focus .lg\:group-focus\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:focus .lg\:group-focus\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:focus .lg\:group-focus\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:focus .lg\:group-focus\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:focus .lg\:group-focus\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:focus .lg\:group-focus\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:focus .lg\:group-focus\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:focus .lg\:group-focus\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:focus .lg\:group-focus\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:focus .lg\:group-focus\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:focus .lg\:group-focus\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:focus .lg\:group-focus\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:focus .lg\:group-focus\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:focus .lg\:group-focus\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:focus .lg\:group-focus\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:focus .lg\:group-focus\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:focus .lg\:group-focus\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:focus .lg\:group-focus\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:focus .lg\:group-focus\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:focus .lg\:group-focus\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:focus .lg\:group-focus\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:focus .lg\:group-focus\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:focus .lg\:group-focus\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:focus .lg\:group-focus\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:focus .lg\:group-focus\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:focus .lg\:group-focus\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:focus .lg\:group-focus\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:focus .lg\:group-focus\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:focus .lg\:group-focus\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:focus .lg\:group-focus\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:focus .lg\:group-focus\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:focus .lg\:group-focus\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:focus .lg\:group-focus\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:focus .lg\:group-focus\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:focus .lg\:group-focus\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .group:focus .lg\:group-focus\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:focus .lg\:group-focus\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:focus .lg\:group-focus\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:focus .lg\:group-focus\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:focus .lg\:group-focus\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:focus .lg\:group-focus\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:focus .lg\:group-focus\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:focus .lg\:group-focus\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:focus .lg\:group-focus\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:focus .lg\:group-focus\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:focus .lg\:group-focus\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:focus .lg\:group-focus\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:focus .lg\:group-focus\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:focus .lg\:group-focus\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:focus .lg\:group-focus\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:focus .lg\:group-focus\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:focus .lg\:group-focus\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:focus .lg\:group-focus\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:focus .lg\:group-focus\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:focus .lg\:group-focus\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:focus .lg\:group-focus\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:focus .lg\:group-focus\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:focus .lg\:group-focus\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:focus .lg\:group-focus\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:focus .lg\:group-focus\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:focus .lg\:group-focus\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:focus .lg\:group-focus\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:focus .lg\:group-focus\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:focus .lg\:group-focus\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:focus .lg\:group-focus\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:focus .lg\:group-focus\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:focus .lg\:group-focus\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:focus .lg\:group-focus\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:focus .lg\:group-focus\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:focus .lg\:group-focus\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:focus .lg\:group-focus\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:focus .lg\:group-focus\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:focus .lg\:group-focus\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:focus .lg\:group-focus\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:focus .lg\:group-focus\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:focus .lg\:group-focus\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:focus .lg\:group-focus\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:focus .lg\:group-focus\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:focus .lg\:group-focus\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:focus .lg\:group-focus\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:focus .lg\:group-focus\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:focus .lg\:group-focus\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:focus .lg\:group-focus\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:focus .lg\:group-focus\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:focus .lg\:group-focus\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:focus .lg\:group-focus\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:focus .lg\:group-focus\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:focus .lg\:group-focus\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:focus .lg\:group-focus\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:focus .lg\:group-focus\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:focus .lg\:group-focus\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:focus .lg\:group-focus\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:focus .lg\:group-focus\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:focus .lg\:group-focus\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:focus .lg\:group-focus\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .group:focus .lg\:group-focus\:mt-0 {
    margin-top: 0;
  }

  .group:focus .lg\:group-focus\:mr-0 {
    margin-right: 0;
  }

  .group:focus .lg\:group-focus\:mb-0 {
    margin-bottom: 0;
  }

  .group:focus .lg\:group-focus\:ml-0 {
    margin-left: 0;
  }

  .group:focus .lg\:group-focus\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:focus .lg\:group-focus\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:focus .lg\:group-focus\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:focus .lg\:group-focus\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:focus .lg\:group-focus\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:focus .lg\:group-focus\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:focus .lg\:group-focus\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:focus .lg\:group-focus\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:focus .lg\:group-focus\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:focus .lg\:group-focus\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:focus .lg\:group-focus\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:focus .lg\:group-focus\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:focus .lg\:group-focus\:mt-4 {
    margin-top: 1rem;
  }

  .group:focus .lg\:group-focus\:mr-4 {
    margin-right: 1rem;
  }

  .group:focus .lg\:group-focus\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:focus .lg\:group-focus\:ml-4 {
    margin-left: 1rem;
  }

  .group:focus .lg\:group-focus\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:focus .lg\:group-focus\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:focus .lg\:group-focus\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:focus .lg\:group-focus\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:focus .lg\:group-focus\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:focus .lg\:group-focus\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:focus .lg\:group-focus\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:focus .lg\:group-focus\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:focus .lg\:group-focus\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:focus .lg\:group-focus\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:focus .lg\:group-focus\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:focus .lg\:group-focus\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:focus .lg\:group-focus\:mt-8 {
    margin-top: 2rem;
  }

  .group:focus .lg\:group-focus\:mr-8 {
    margin-right: 2rem;
  }

  .group:focus .lg\:group-focus\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:focus .lg\:group-focus\:ml-8 {
    margin-left: 2rem;
  }

  .group:focus .lg\:group-focus\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:focus .lg\:group-focus\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:focus .lg\:group-focus\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:focus .lg\:group-focus\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:focus .lg\:group-focus\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:focus .lg\:group-focus\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:focus .lg\:group-focus\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:focus .lg\:group-focus\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:focus .lg\:group-focus\:mt-12 {
    margin-top: 3rem;
  }

  .group:focus .lg\:group-focus\:mr-12 {
    margin-right: 3rem;
  }

  .group:focus .lg\:group-focus\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:focus .lg\:group-focus\:ml-12 {
    margin-left: 3rem;
  }

  .group:focus .lg\:group-focus\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:focus .lg\:group-focus\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:focus .lg\:group-focus\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:focus .lg\:group-focus\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:focus .lg\:group-focus\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:focus .lg\:group-focus\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:focus .lg\:group-focus\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:focus .lg\:group-focus\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:focus .lg\:group-focus\:mt-16 {
    margin-top: 4rem;
  }

  .group:focus .lg\:group-focus\:mr-16 {
    margin-right: 4rem;
  }

  .group:focus .lg\:group-focus\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:focus .lg\:group-focus\:ml-16 {
    margin-left: 4rem;
  }

  .group:focus .lg\:group-focus\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:focus .lg\:group-focus\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:focus .lg\:group-focus\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:focus .lg\:group-focus\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:focus .lg\:group-focus\:mt-20 {
    margin-top: 5rem;
  }

  .group:focus .lg\:group-focus\:mr-20 {
    margin-right: 5rem;
  }

  .group:focus .lg\:group-focus\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:focus .lg\:group-focus\:ml-20 {
    margin-left: 5rem;
  }

  .group:focus .lg\:group-focus\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:focus .lg\:group-focus\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:focus .lg\:group-focus\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:focus .lg\:group-focus\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:focus .lg\:group-focus\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:focus .lg\:group-focus\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:focus .lg\:group-focus\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:focus .lg\:group-focus\:ml-22 {
    margin-left: 5.5rem;
  }

  .group:focus .lg\:group-focus\:mt-24 {
    margin-top: 6rem;
  }

  .group:focus .lg\:group-focus\:mr-24 {
    margin-right: 6rem;
  }

  .group:focus .lg\:group-focus\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:focus .lg\:group-focus\:ml-24 {
    margin-left: 6rem;
  }

  .group:focus .lg\:group-focus\:mt-26 {
    margin-top: 6.5rem;
  }

  .group:focus .lg\:group-focus\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:focus .lg\:group-focus\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:focus .lg\:group-focus\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:focus .lg\:group-focus\:mt-28 {
    margin-top: 7rem;
  }

  .group:focus .lg\:group-focus\:mr-28 {
    margin-right: 7rem;
  }

  .group:focus .lg\:group-focus\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:focus .lg\:group-focus\:ml-28 {
    margin-left: 7rem;
  }

  .group:focus .lg\:group-focus\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:focus .lg\:group-focus\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:focus .lg\:group-focus\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:focus .lg\:group-focus\:ml-30 {
    margin-left: 7.5rem;
  }

  .group:focus .lg\:group-focus\:mt-32 {
    margin-top: 8rem;
  }

  .group:focus .lg\:group-focus\:mr-32 {
    margin-right: 8rem;
  }

  .group:focus .lg\:group-focus\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:focus .lg\:group-focus\:ml-32 {
    margin-left: 8rem;
  }

  .group:focus .lg\:group-focus\:mt-34 {
    margin-top: 8.5rem;
  }

  .group:focus .lg\:group-focus\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:focus .lg\:group-focus\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:focus .lg\:group-focus\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:focus .lg\:group-focus\:mt-36 {
    margin-top: 9rem;
  }

  .group:focus .lg\:group-focus\:mr-36 {
    margin-right: 9rem;
  }

  .group:focus .lg\:group-focus\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:focus .lg\:group-focus\:ml-36 {
    margin-left: 9rem;
  }

  .group:focus .lg\:group-focus\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:focus .lg\:group-focus\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:focus .lg\:group-focus\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:focus .lg\:group-focus\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:focus .lg\:group-focus\:mt-40 {
    margin-top: 10rem;
  }

  .group:focus .lg\:group-focus\:mr-40 {
    margin-right: 10rem;
  }

  .group:focus .lg\:group-focus\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:focus .lg\:group-focus\:ml-40 {
    margin-left: 10rem;
  }

  .group:focus .lg\:group-focus\:mt-44 {
    margin-top: 11rem;
  }

  .group:focus .lg\:group-focus\:mr-44 {
    margin-right: 11rem;
  }

  .group:focus .lg\:group-focus\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:focus .lg\:group-focus\:ml-44 {
    margin-left: 11rem;
  }

  .group:focus .lg\:group-focus\:mt-48 {
    margin-top: 12rem;
  }

  .group:focus .lg\:group-focus\:mr-48 {
    margin-right: 12rem;
  }

  .group:focus .lg\:group-focus\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:focus .lg\:group-focus\:ml-48 {
    margin-left: 12rem;
  }

  .group:focus .lg\:group-focus\:mt-52 {
    margin-top: 13rem;
  }

  .group:focus .lg\:group-focus\:mr-52 {
    margin-right: 13rem;
  }

  .group:focus .lg\:group-focus\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:focus .lg\:group-focus\:ml-52 {
    margin-left: 13rem;
  }

  .group:focus .lg\:group-focus\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:focus .lg\:group-focus\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:focus .lg\:group-focus\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:focus .lg\:group-focus\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:focus .lg\:group-focus\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:focus .lg\:group-focus\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:focus .lg\:group-focus\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:focus .lg\:group-focus\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:focus .lg\:group-focus\:mt-56 {
    margin-top: 14rem;
  }

  .group:focus .lg\:group-focus\:mr-56 {
    margin-right: 14rem;
  }

  .group:focus .lg\:group-focus\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:focus .lg\:group-focus\:ml-56 {
    margin-left: 14rem;
  }

  .group:focus .lg\:group-focus\:mt-64 {
    margin-top: 16rem;
  }

  .group:focus .lg\:group-focus\:mr-64 {
    margin-right: 16rem;
  }

  .group:focus .lg\:group-focus\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:focus .lg\:group-focus\:ml-64 {
    margin-left: 16rem;
  }

  .group:focus .lg\:group-focus\:mt-72 {
    margin-top: 18rem;
  }

  .group:focus .lg\:group-focus\:mr-72 {
    margin-right: 18rem;
  }

  .group:focus .lg\:group-focus\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:focus .lg\:group-focus\:ml-72 {
    margin-left: 18rem;
  }

  .group:focus .lg\:group-focus\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:focus .lg\:group-focus\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:focus .lg\:group-focus\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:focus .lg\:group-focus\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:focus .lg\:group-focus\:mt-76 {
    margin-top: 19rem;
  }

  .group:focus .lg\:group-focus\:mr-76 {
    margin-right: 19rem;
  }

  .group:focus .lg\:group-focus\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:focus .lg\:group-focus\:ml-76 {
    margin-left: 19rem;
  }

  .group:focus .lg\:group-focus\:mt-80 {
    margin-top: 20rem;
  }

  .group:focus .lg\:group-focus\:mr-80 {
    margin-right: 20rem;
  }

  .group:focus .lg\:group-focus\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:focus .lg\:group-focus\:ml-80 {
    margin-left: 20rem;
  }

  .group:focus .lg\:group-focus\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:focus .lg\:group-focus\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:focus .lg\:group-focus\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:focus .lg\:group-focus\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:focus .lg\:group-focus\:mt-100 {
    margin-top: 25rem;
  }

  .group:focus .lg\:group-focus\:mr-100 {
    margin-right: 25rem;
  }

  .group:focus .lg\:group-focus\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:focus .lg\:group-focus\:ml-100 {
    margin-left: 25rem;
  }

  .group:focus .lg\:group-focus\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:focus .lg\:group-focus\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:focus .lg\:group-focus\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:focus .lg\:group-focus\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:focus .lg\:group-focus\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:focus .lg\:group-focus\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:focus .lg\:group-focus\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:focus .lg\:group-focus\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:focus .lg\:group-focus\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:focus .lg\:group-focus\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:focus .lg\:group-focus\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:focus .lg\:group-focus\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:focus .lg\:group-focus\:mt-120 {
    margin-top: 30rem;
  }

  .group:focus .lg\:group-focus\:mr-120 {
    margin-right: 30rem;
  }

  .group:focus .lg\:group-focus\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:focus .lg\:group-focus\:ml-120 {
    margin-left: 30rem;
  }

  .group:focus .lg\:group-focus\:mt-130 {
    margin-top: 38rem;
  }

  .group:focus .lg\:group-focus\:mr-130 {
    margin-right: 38rem;
  }

  .group:focus .lg\:group-focus\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:focus .lg\:group-focus\:ml-130 {
    margin-left: 38rem;
  }

  .group:focus .lg\:group-focus\:mt-auto {
    margin-top: auto;
  }

  .group:focus .lg\:group-focus\:mr-auto {
    margin-right: auto;
  }

  .group:focus .lg\:group-focus\:mb-auto {
    margin-bottom: auto;
  }

  .group:focus .lg\:group-focus\:ml-auto {
    margin-left: auto;
  }

  .group:focus .lg\:group-focus\:mt-px {
    margin-top: 1px;
  }

  .group:focus .lg\:group-focus\:mr-px {
    margin-right: 1px;
  }

  .group:focus .lg\:group-focus\:mb-px {
    margin-bottom: 1px;
  }

  .group:focus .lg\:group-focus\:ml-px {
    margin-left: 1px;
  }

  .group:focus .lg\:group-focus\:mt-250px {
    margin-top: 250px;
  }

  .group:focus .lg\:group-focus\:mr-250px {
    margin-right: 250px;
  }

  .group:focus .lg\:group-focus\:mb-250px {
    margin-bottom: 250px;
  }

  .group:focus .lg\:group-focus\:ml-250px {
    margin-left: 250px;
  }

  .group:focus .lg\:group-focus\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:focus .lg\:group-focus\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:focus .lg\:group-focus\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:focus .lg\:group-focus\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:focus .lg\:group-focus\:mt-1\% {
    margin-top: 1%;
  }

  .group:focus .lg\:group-focus\:mr-1\% {
    margin-right: 1%;
  }

  .group:focus .lg\:group-focus\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:focus .lg\:group-focus\:ml-1\% {
    margin-left: 1%;
  }

  .group:focus .lg\:group-focus\:mt-2\% {
    margin-top: 2%;
  }

  .group:focus .lg\:group-focus\:mr-2\% {
    margin-right: 2%;
  }

  .group:focus .lg\:group-focus\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:focus .lg\:group-focus\:ml-2\% {
    margin-left: 2%;
  }

  .group:focus .lg\:group-focus\:mt-3\% {
    margin-top: 3%;
  }

  .group:focus .lg\:group-focus\:mr-3\% {
    margin-right: 3%;
  }

  .group:focus .lg\:group-focus\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:focus .lg\:group-focus\:ml-3\% {
    margin-left: 3%;
  }

  .group:focus .lg\:group-focus\:mt-4\% {
    margin-top: 4%;
  }

  .group:focus .lg\:group-focus\:mr-4\% {
    margin-right: 4%;
  }

  .group:focus .lg\:group-focus\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:focus .lg\:group-focus\:ml-4\% {
    margin-left: 4%;
  }

  .group:focus .lg\:group-focus\:mt-5\% {
    margin-top: 5%;
  }

  .group:focus .lg\:group-focus\:mr-5\% {
    margin-right: 5%;
  }

  .group:focus .lg\:group-focus\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:focus .lg\:group-focus\:ml-5\% {
    margin-left: 5%;
  }

  .group:focus .lg\:group-focus\:mt-10\% {
    margin-top: 10%;
  }

  .group:focus .lg\:group-focus\:mr-10\% {
    margin-right: 10%;
  }

  .group:focus .lg\:group-focus\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:focus .lg\:group-focus\:ml-10\% {
    margin-left: 10%;
  }

  .group:focus .lg\:group-focus\:mt-20\% {
    margin-top: 20%;
  }

  .group:focus .lg\:group-focus\:mr-20\% {
    margin-right: 20%;
  }

  .group:focus .lg\:group-focus\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:focus .lg\:group-focus\:ml-20\% {
    margin-left: 20%;
  }

  .group:focus .lg\:group-focus\:mt-23\% {
    margin-top: 23%;
  }

  .group:focus .lg\:group-focus\:mr-23\% {
    margin-right: 23%;
  }

  .group:focus .lg\:group-focus\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:focus .lg\:group-focus\:ml-23\% {
    margin-left: 23%;
  }

  .group:focus .lg\:group-focus\:mt-25\% {
    margin-top: 25%;
  }

  .group:focus .lg\:group-focus\:mr-25\% {
    margin-right: 25%;
  }

  .group:focus .lg\:group-focus\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:focus .lg\:group-focus\:ml-25\% {
    margin-left: 25%;
  }

  .group:focus .lg\:group-focus\:mt-26\% {
    margin-top: 26%;
  }

  .group:focus .lg\:group-focus\:mr-26\% {
    margin-right: 26%;
  }

  .group:focus .lg\:group-focus\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:focus .lg\:group-focus\:ml-26\% {
    margin-left: 26%;
  }

  .group:focus .lg\:group-focus\:mt-30\% {
    margin-top: 30%;
  }

  .group:focus .lg\:group-focus\:mr-30\% {
    margin-right: 30%;
  }

  .group:focus .lg\:group-focus\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:focus .lg\:group-focus\:ml-30\% {
    margin-left: 30%;
  }

  .group:focus .lg\:group-focus\:mt-40\% {
    margin-top: 40%;
  }

  .group:focus .lg\:group-focus\:mr-40\% {
    margin-right: 40%;
  }

  .group:focus .lg\:group-focus\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:focus .lg\:group-focus\:ml-40\% {
    margin-left: 40%;
  }

  .group:focus .lg\:group-focus\:mt-50\% {
    margin-top: 50%;
  }

  .group:focus .lg\:group-focus\:mr-50\% {
    margin-right: 50%;
  }

  .group:focus .lg\:group-focus\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:focus .lg\:group-focus\:ml-50\% {
    margin-left: 50%;
  }

  .group:focus .lg\:group-focus\:mt-60\% {
    margin-top: 60%;
  }

  .group:focus .lg\:group-focus\:mr-60\% {
    margin-right: 60%;
  }

  .group:focus .lg\:group-focus\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:focus .lg\:group-focus\:ml-60\% {
    margin-left: 60%;
  }

  .group:focus .lg\:group-focus\:mt-70\% {
    margin-top: 70%;
  }

  .group:focus .lg\:group-focus\:mr-70\% {
    margin-right: 70%;
  }

  .group:focus .lg\:group-focus\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:focus .lg\:group-focus\:ml-70\% {
    margin-left: 70%;
  }

  .group:focus .lg\:group-focus\:mt-80\% {
    margin-top: 80%;
  }

  .group:focus .lg\:group-focus\:mr-80\% {
    margin-right: 80%;
  }

  .group:focus .lg\:group-focus\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:focus .lg\:group-focus\:ml-80\% {
    margin-left: 80%;
  }

  .group:focus .lg\:group-focus\:mt-90\% {
    margin-top: 90%;
  }

  .group:focus .lg\:group-focus\:mr-90\% {
    margin-right: 90%;
  }

  .group:focus .lg\:group-focus\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:focus .lg\:group-focus\:ml-90\% {
    margin-left: 90%;
  }

  .group:focus .lg\:group-focus\:mt-95\% {
    margin-top: 95%;
  }

  .group:focus .lg\:group-focus\:mr-95\% {
    margin-right: 95%;
  }

  .group:focus .lg\:group-focus\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:focus .lg\:group-focus\:ml-95\% {
    margin-left: 95%;
  }

  .group:focus .lg\:group-focus\:mt-96\% {
    margin-top: 96%;
  }

  .group:focus .lg\:group-focus\:mr-96\% {
    margin-right: 96%;
  }

  .group:focus .lg\:group-focus\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:focus .lg\:group-focus\:ml-96\% {
    margin-left: 96%;
  }

  .group:focus .lg\:group-focus\:mt-97\% {
    margin-top: 97%;
  }

  .group:focus .lg\:group-focus\:mr-97\% {
    margin-right: 97%;
  }

  .group:focus .lg\:group-focus\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:focus .lg\:group-focus\:ml-97\% {
    margin-left: 97%;
  }

  .group:focus .lg\:group-focus\:mt-98\% {
    margin-top: 98%;
  }

  .group:focus .lg\:group-focus\:mr-98\% {
    margin-right: 98%;
  }

  .group:focus .lg\:group-focus\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:focus .lg\:group-focus\:ml-98\% {
    margin-left: 98%;
  }

  .group:focus .lg\:group-focus\:mt-99\% {
    margin-top: 99%;
  }

  .group:focus .lg\:group-focus\:mr-99\% {
    margin-right: 99%;
  }

  .group:focus .lg\:group-focus\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:focus .lg\:group-focus\:ml-99\% {
    margin-left: 99%;
  }

  .group:focus .lg\:group-focus\:mt-36vh {
    margin-top: 36vh;
  }

  .group:focus .lg\:group-focus\:mr-36vh {
    margin-right: 36vh;
  }

  .group:focus .lg\:group-focus\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:focus .lg\:group-focus\:ml-36vh {
    margin-left: 36vh;
  }

  .group:focus .lg\:group-focus\:mt-75vh {
    margin-top: 75vh;
  }

  .group:focus .lg\:group-focus\:mr-75vh {
    margin-right: 75vh;
  }

  .group:focus .lg\:group-focus\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:focus .lg\:group-focus\:ml-75vh {
    margin-left: 75vh;
  }

  .group:focus .lg\:group-focus\:mt-78vh {
    margin-top: 78vh;
  }

  .group:focus .lg\:group-focus\:mr-78vh {
    margin-right: 78vh;
  }

  .group:focus .lg\:group-focus\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:focus .lg\:group-focus\:ml-78vh {
    margin-left: 78vh;
  }

  .group:focus .lg\:group-focus\:mt-80vh {
    margin-top: 80vh;
  }

  .group:focus .lg\:group-focus\:mr-80vh {
    margin-right: 80vh;
  }

  .group:focus .lg\:group-focus\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:focus .lg\:group-focus\:ml-80vh {
    margin-left: 80vh;
  }

  .group:focus .lg\:group-focus\:mt-82vh {
    margin-top: 82vh;
  }

  .group:focus .lg\:group-focus\:mr-82vh {
    margin-right: 82vh;
  }

  .group:focus .lg\:group-focus\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:focus .lg\:group-focus\:ml-82vh {
    margin-left: 82vh;
  }

  .group:focus .lg\:group-focus\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:focus .lg\:group-focus\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:focus .lg\:group-focus\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:focus .lg\:group-focus\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:focus .lg\:group-focus\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:focus .lg\:group-focus\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:focus .lg\:group-focus\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:focus .lg\:group-focus\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:focus .lg\:group-focus\:-mt-4 {
    margin-top: -1rem;
  }

  .group:focus .lg\:group-focus\:-mr-4 {
    margin-right: -1rem;
  }

  .group:focus .lg\:group-focus\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:focus .lg\:group-focus\:-ml-4 {
    margin-left: -1rem;
  }

  .group:focus .lg\:group-focus\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:focus .lg\:group-focus\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:focus .lg\:group-focus\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:focus .lg\:group-focus\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:focus .lg\:group-focus\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:focus .lg\:group-focus\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:focus .lg\:group-focus\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:focus .lg\:group-focus\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:focus .lg\:group-focus\:-mt-8 {
    margin-top: -2rem;
  }

  .group:focus .lg\:group-focus\:-mr-8 {
    margin-right: -2rem;
  }

  .group:focus .lg\:group-focus\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:focus .lg\:group-focus\:-ml-8 {
    margin-left: -2rem;
  }

  .group:focus .lg\:group-focus\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:focus .lg\:group-focus\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:focus .lg\:group-focus\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:focus .lg\:group-focus\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:focus .lg\:group-focus\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-12 {
    margin-top: -3rem;
  }

  .group:focus .lg\:group-focus\:-mr-12 {
    margin-right: -3rem;
  }

  .group:focus .lg\:group-focus\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:focus .lg\:group-focus\:-ml-12 {
    margin-left: -3rem;
  }

  .group:focus .lg\:group-focus\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:focus .lg\:group-focus\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:focus .lg\:group-focus\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:focus .lg\:group-focus\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:focus .lg\:group-focus\:-mt-16 {
    margin-top: -4rem;
  }

  .group:focus .lg\:group-focus\:-mr-16 {
    margin-right: -4rem;
  }

  .group:focus .lg\:group-focus\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:focus .lg\:group-focus\:-ml-16 {
    margin-left: -4rem;
  }

  .group:focus .lg\:group-focus\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-20 {
    margin-top: -5rem;
  }

  .group:focus .lg\:group-focus\:-mr-20 {
    margin-right: -5rem;
  }

  .group:focus .lg\:group-focus\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:focus .lg\:group-focus\:-ml-20 {
    margin-left: -5rem;
  }

  .group:focus .lg\:group-focus\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:focus .lg\:group-focus\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:focus .lg\:group-focus\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:focus .lg\:group-focus\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:focus .lg\:group-focus\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-22 {
    margin-left: -5.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-24 {
    margin-top: -6rem;
  }

  .group:focus .lg\:group-focus\:-mr-24 {
    margin-right: -6rem;
  }

  .group:focus .lg\:group-focus\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:focus .lg\:group-focus\:-ml-24 {
    margin-left: -6rem;
  }

  .group:focus .lg\:group-focus\:-mt-26 {
    margin-top: -6.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-28 {
    margin-top: -7rem;
  }

  .group:focus .lg\:group-focus\:-mr-28 {
    margin-right: -7rem;
  }

  .group:focus .lg\:group-focus\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:focus .lg\:group-focus\:-ml-28 {
    margin-left: -7rem;
  }

  .group:focus .lg\:group-focus\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-30 {
    margin-left: -7.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-32 {
    margin-top: -8rem;
  }

  .group:focus .lg\:group-focus\:-mr-32 {
    margin-right: -8rem;
  }

  .group:focus .lg\:group-focus\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:focus .lg\:group-focus\:-ml-32 {
    margin-left: -8rem;
  }

  .group:focus .lg\:group-focus\:-mt-34 {
    margin-top: -8.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-36 {
    margin-top: -9rem;
  }

  .group:focus .lg\:group-focus\:-mr-36 {
    margin-right: -9rem;
  }

  .group:focus .lg\:group-focus\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:focus .lg\:group-focus\:-ml-36 {
    margin-left: -9rem;
  }

  .group:focus .lg\:group-focus\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-40 {
    margin-top: -10rem;
  }

  .group:focus .lg\:group-focus\:-mr-40 {
    margin-right: -10rem;
  }

  .group:focus .lg\:group-focus\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:focus .lg\:group-focus\:-ml-40 {
    margin-left: -10rem;
  }

  .group:focus .lg\:group-focus\:-mt-44 {
    margin-top: -11rem;
  }

  .group:focus .lg\:group-focus\:-mr-44 {
    margin-right: -11rem;
  }

  .group:focus .lg\:group-focus\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:focus .lg\:group-focus\:-ml-44 {
    margin-left: -11rem;
  }

  .group:focus .lg\:group-focus\:-mt-48 {
    margin-top: -12rem;
  }

  .group:focus .lg\:group-focus\:-mr-48 {
    margin-right: -12rem;
  }

  .group:focus .lg\:group-focus\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:focus .lg\:group-focus\:-ml-48 {
    margin-left: -12rem;
  }

  .group:focus .lg\:group-focus\:-mt-52 {
    margin-top: -13rem;
  }

  .group:focus .lg\:group-focus\:-mr-52 {
    margin-right: -13rem;
  }

  .group:focus .lg\:group-focus\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:focus .lg\:group-focus\:-ml-52 {
    margin-left: -13rem;
  }

  .group:focus .lg\:group-focus\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:focus .lg\:group-focus\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:focus .lg\:group-focus\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:focus .lg\:group-focus\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:focus .lg\:group-focus\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-56 {
    margin-top: -14rem;
  }

  .group:focus .lg\:group-focus\:-mr-56 {
    margin-right: -14rem;
  }

  .group:focus .lg\:group-focus\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:focus .lg\:group-focus\:-ml-56 {
    margin-left: -14rem;
  }

  .group:focus .lg\:group-focus\:-mt-64 {
    margin-top: -16rem;
  }

  .group:focus .lg\:group-focus\:-mr-64 {
    margin-right: -16rem;
  }

  .group:focus .lg\:group-focus\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:focus .lg\:group-focus\:-ml-64 {
    margin-left: -16rem;
  }

  .group:focus .lg\:group-focus\:-mt-72 {
    margin-top: -18rem;
  }

  .group:focus .lg\:group-focus\:-mr-72 {
    margin-right: -18rem;
  }

  .group:focus .lg\:group-focus\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:focus .lg\:group-focus\:-ml-72 {
    margin-left: -18rem;
  }

  .group:focus .lg\:group-focus\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-76 {
    margin-top: -19rem;
  }

  .group:focus .lg\:group-focus\:-mr-76 {
    margin-right: -19rem;
  }

  .group:focus .lg\:group-focus\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:focus .lg\:group-focus\:-ml-76 {
    margin-left: -19rem;
  }

  .group:focus .lg\:group-focus\:-mt-80 {
    margin-top: -20rem;
  }

  .group:focus .lg\:group-focus\:-mr-80 {
    margin-right: -20rem;
  }

  .group:focus .lg\:group-focus\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:focus .lg\:group-focus\:-ml-80 {
    margin-left: -20rem;
  }

  .group:focus .lg\:group-focus\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:focus .lg\:group-focus\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:focus .lg\:group-focus\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:focus .lg\:group-focus\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:focus .lg\:group-focus\:-mt-100 {
    margin-top: -25rem;
  }

  .group:focus .lg\:group-focus\:-mr-100 {
    margin-right: -25rem;
  }

  .group:focus .lg\:group-focus\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:focus .lg\:group-focus\:-ml-100 {
    margin-left: -25rem;
  }

  .group:focus .lg\:group-focus\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:focus .lg\:group-focus\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:focus .lg\:group-focus\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:focus .lg\:group-focus\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:focus .lg\:group-focus\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:focus .lg\:group-focus\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:focus .lg\:group-focus\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:focus .lg\:group-focus\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:focus .lg\:group-focus\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:focus .lg\:group-focus\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:focus .lg\:group-focus\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:focus .lg\:group-focus\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:focus .lg\:group-focus\:-mt-120 {
    margin-top: -30rem;
  }

  .group:focus .lg\:group-focus\:-mr-120 {
    margin-right: -30rem;
  }

  .group:focus .lg\:group-focus\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:focus .lg\:group-focus\:-ml-120 {
    margin-left: -30rem;
  }

  .group:focus .lg\:group-focus\:-mt-130 {
    margin-top: -38rem;
  }

  .group:focus .lg\:group-focus\:-mr-130 {
    margin-right: -38rem;
  }

  .group:focus .lg\:group-focus\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:focus .lg\:group-focus\:-ml-130 {
    margin-left: -38rem;
  }

  .group:focus .lg\:group-focus\:-mt-px {
    margin-top: -1px;
  }

  .group:focus .lg\:group-focus\:-mr-px {
    margin-right: -1px;
  }

  .group:focus .lg\:group-focus\:-mb-px {
    margin-bottom: -1px;
  }

  .group:focus .lg\:group-focus\:-ml-px {
    margin-left: -1px;
  }

  .group:focus .lg\:group-focus\:-mt-250px {
    margin-top: -250px;
  }

  .group:focus .lg\:group-focus\:-mr-250px {
    margin-right: -250px;
  }

  .group:focus .lg\:group-focus\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:focus .lg\:group-focus\:-ml-250px {
    margin-left: -250px;
  }

  .group:focus .lg\:group-focus\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:focus .lg\:group-focus\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:focus .lg\:group-focus\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:focus .lg\:group-focus\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:focus .lg\:group-focus\:-mt-1\% {
    margin-top: -1%;
  }

  .group:focus .lg\:group-focus\:-mr-1\% {
    margin-right: -1%;
  }

  .group:focus .lg\:group-focus\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:focus .lg\:group-focus\:-ml-1\% {
    margin-left: -1%;
  }

  .group:focus .lg\:group-focus\:-mt-2\% {
    margin-top: -2%;
  }

  .group:focus .lg\:group-focus\:-mr-2\% {
    margin-right: -2%;
  }

  .group:focus .lg\:group-focus\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:focus .lg\:group-focus\:-ml-2\% {
    margin-left: -2%;
  }

  .group:focus .lg\:group-focus\:-mt-3\% {
    margin-top: -3%;
  }

  .group:focus .lg\:group-focus\:-mr-3\% {
    margin-right: -3%;
  }

  .group:focus .lg\:group-focus\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:focus .lg\:group-focus\:-ml-3\% {
    margin-left: -3%;
  }

  .group:focus .lg\:group-focus\:-mt-4\% {
    margin-top: -4%;
  }

  .group:focus .lg\:group-focus\:-mr-4\% {
    margin-right: -4%;
  }

  .group:focus .lg\:group-focus\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:focus .lg\:group-focus\:-ml-4\% {
    margin-left: -4%;
  }

  .group:focus .lg\:group-focus\:-mt-5\% {
    margin-top: -5%;
  }

  .group:focus .lg\:group-focus\:-mr-5\% {
    margin-right: -5%;
  }

  .group:focus .lg\:group-focus\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:focus .lg\:group-focus\:-ml-5\% {
    margin-left: -5%;
  }

  .group:focus .lg\:group-focus\:-mt-10\% {
    margin-top: -10%;
  }

  .group:focus .lg\:group-focus\:-mr-10\% {
    margin-right: -10%;
  }

  .group:focus .lg\:group-focus\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:focus .lg\:group-focus\:-ml-10\% {
    margin-left: -10%;
  }

  .group:focus .lg\:group-focus\:-mt-20\% {
    margin-top: -20%;
  }

  .group:focus .lg\:group-focus\:-mr-20\% {
    margin-right: -20%;
  }

  .group:focus .lg\:group-focus\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:focus .lg\:group-focus\:-ml-20\% {
    margin-left: -20%;
  }

  .group:focus .lg\:group-focus\:-mt-23\% {
    margin-top: -23%;
  }

  .group:focus .lg\:group-focus\:-mr-23\% {
    margin-right: -23%;
  }

  .group:focus .lg\:group-focus\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:focus .lg\:group-focus\:-ml-23\% {
    margin-left: -23%;
  }

  .group:focus .lg\:group-focus\:-mt-25\% {
    margin-top: -25%;
  }

  .group:focus .lg\:group-focus\:-mr-25\% {
    margin-right: -25%;
  }

  .group:focus .lg\:group-focus\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:focus .lg\:group-focus\:-ml-25\% {
    margin-left: -25%;
  }

  .group:focus .lg\:group-focus\:-mt-26\% {
    margin-top: -26%;
  }

  .group:focus .lg\:group-focus\:-mr-26\% {
    margin-right: -26%;
  }

  .group:focus .lg\:group-focus\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:focus .lg\:group-focus\:-ml-26\% {
    margin-left: -26%;
  }

  .group:focus .lg\:group-focus\:-mt-30\% {
    margin-top: -30%;
  }

  .group:focus .lg\:group-focus\:-mr-30\% {
    margin-right: -30%;
  }

  .group:focus .lg\:group-focus\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:focus .lg\:group-focus\:-ml-30\% {
    margin-left: -30%;
  }

  .group:focus .lg\:group-focus\:-mt-40\% {
    margin-top: -40%;
  }

  .group:focus .lg\:group-focus\:-mr-40\% {
    margin-right: -40%;
  }

  .group:focus .lg\:group-focus\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:focus .lg\:group-focus\:-ml-40\% {
    margin-left: -40%;
  }

  .group:focus .lg\:group-focus\:-mt-50\% {
    margin-top: -50%;
  }

  .group:focus .lg\:group-focus\:-mr-50\% {
    margin-right: -50%;
  }

  .group:focus .lg\:group-focus\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:focus .lg\:group-focus\:-ml-50\% {
    margin-left: -50%;
  }

  .group:focus .lg\:group-focus\:-mt-60\% {
    margin-top: -60%;
  }

  .group:focus .lg\:group-focus\:-mr-60\% {
    margin-right: -60%;
  }

  .group:focus .lg\:group-focus\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:focus .lg\:group-focus\:-ml-60\% {
    margin-left: -60%;
  }

  .group:focus .lg\:group-focus\:-mt-70\% {
    margin-top: -70%;
  }

  .group:focus .lg\:group-focus\:-mr-70\% {
    margin-right: -70%;
  }

  .group:focus .lg\:group-focus\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:focus .lg\:group-focus\:-ml-70\% {
    margin-left: -70%;
  }

  .group:focus .lg\:group-focus\:-mt-80\% {
    margin-top: -80%;
  }

  .group:focus .lg\:group-focus\:-mr-80\% {
    margin-right: -80%;
  }

  .group:focus .lg\:group-focus\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:focus .lg\:group-focus\:-ml-80\% {
    margin-left: -80%;
  }

  .group:focus .lg\:group-focus\:-mt-90\% {
    margin-top: -90%;
  }

  .group:focus .lg\:group-focus\:-mr-90\% {
    margin-right: -90%;
  }

  .group:focus .lg\:group-focus\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:focus .lg\:group-focus\:-ml-90\% {
    margin-left: -90%;
  }

  .group:focus .lg\:group-focus\:-mt-95\% {
    margin-top: -95%;
  }

  .group:focus .lg\:group-focus\:-mr-95\% {
    margin-right: -95%;
  }

  .group:focus .lg\:group-focus\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:focus .lg\:group-focus\:-ml-95\% {
    margin-left: -95%;
  }

  .group:focus .lg\:group-focus\:-mt-96\% {
    margin-top: -96%;
  }

  .group:focus .lg\:group-focus\:-mr-96\% {
    margin-right: -96%;
  }

  .group:focus .lg\:group-focus\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:focus .lg\:group-focus\:-ml-96\% {
    margin-left: -96%;
  }

  .group:focus .lg\:group-focus\:-mt-97\% {
    margin-top: -97%;
  }

  .group:focus .lg\:group-focus\:-mr-97\% {
    margin-right: -97%;
  }

  .group:focus .lg\:group-focus\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:focus .lg\:group-focus\:-ml-97\% {
    margin-left: -97%;
  }

  .group:focus .lg\:group-focus\:-mt-98\% {
    margin-top: -98%;
  }

  .group:focus .lg\:group-focus\:-mr-98\% {
    margin-right: -98%;
  }

  .group:focus .lg\:group-focus\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:focus .lg\:group-focus\:-ml-98\% {
    margin-left: -98%;
  }

  .group:focus .lg\:group-focus\:-mt-99\% {
    margin-top: -99%;
  }

  .group:focus .lg\:group-focus\:-mr-99\% {
    margin-right: -99%;
  }

  .group:focus .lg\:group-focus\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:focus .lg\:group-focus\:-ml-99\% {
    margin-left: -99%;
  }

  .group:focus .lg\:group-focus\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:focus .lg\:group-focus\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:focus .lg\:group-focus\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:focus .lg\:group-focus\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:focus .lg\:group-focus\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:focus .lg\:group-focus\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:focus .lg\:group-focus\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:focus .lg\:group-focus\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:focus .lg\:group-focus\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:focus .lg\:group-focus\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:focus .lg\:group-focus\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:focus .lg\:group-focus\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:focus .lg\:group-focus\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:focus .lg\:group-focus\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:focus .lg\:group-focus\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:focus .lg\:group-focus\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:focus .lg\:group-focus\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:focus .lg\:group-focus\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:focus .lg\:group-focus\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:focus .lg\:group-focus\:-ml-82vh {
    margin-left: -82vh;
  }

  .lg\:max-h-0 {
    max-height: 0;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:max-h-4 {
    max-height: 1rem;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem;
  }

  .lg\:max-h-12 {
    max-height: 3rem;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg\:max-h-15 {
    max-height: 3.75rem;
  }

  .lg\:max-h-16 {
    max-height: 4rem;
  }

  .lg\:max-h-18 {
    max-height: 4.5rem;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

  .lg\:max-h-21 {
    max-height: 5.25rem;
  }

  .lg\:max-h-22 {
    max-height: 5.5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-26 {
    max-height: 6.5rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-30 {
    max-height: 7.5rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-34 {
    max-height: 8.5rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-38 {
    max-height: 9.5rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-53 {
    max-height: 13.25rem;
  }

  .lg\:max-h-54 {
    max-height: 13.5rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-74 {
    max-height: 18.5rem;
  }

  .lg\:max-h-76 {
    max-height: 19rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-85 {
    max-height: 21.25rem;
  }

  .lg\:max-h-100 {
    max-height: 25rem;
  }

  .lg\:max-h-105 {
    max-height: 26.25rem;
  }

  .lg\:max-h-107 {
    max-height: 26.4rem;
  }

  .lg\:max-h-110 {
    max-height: 27.5rem;
  }

  .lg\:max-h-120 {
    max-height: 30rem;
  }

  .lg\:max-h-130 {
    max-height: 38rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-250px {
    max-height: 250px;
  }

  .lg\:max-h-1\/2\% {
    max-height: 0.5%;
  }

  .lg\:max-h-1\% {
    max-height: 1%;
  }

  .lg\:max-h-2\% {
    max-height: 2%;
  }

  .lg\:max-h-3\% {
    max-height: 3%;
  }

  .lg\:max-h-4\% {
    max-height: 4%;
  }

  .lg\:max-h-5\% {
    max-height: 5%;
  }

  .lg\:max-h-10\% {
    max-height: 10%;
  }

  .lg\:max-h-20\% {
    max-height: 20%;
  }

  .lg\:max-h-23\% {
    max-height: 23%;
  }

  .lg\:max-h-25\% {
    max-height: 25%;
  }

  .lg\:max-h-26\% {
    max-height: 26%;
  }

  .lg\:max-h-30\% {
    max-height: 30%;
  }

  .lg\:max-h-40\% {
    max-height: 40%;
  }

  .lg\:max-h-50\% {
    max-height: 50%;
  }

  .lg\:max-h-60\% {
    max-height: 60%;
  }

  .lg\:max-h-70\% {
    max-height: 70%;
  }

  .lg\:max-h-80\% {
    max-height: 80%;
  }

  .lg\:max-h-90\% {
    max-height: 90%;
  }

  .lg\:max-h-95\% {
    max-height: 95%;
  }

  .lg\:max-h-96\% {
    max-height: 96%;
  }

  .lg\:max-h-97\% {
    max-height: 97%;
  }

  .lg\:max-h-98\% {
    max-height: 98%;
  }

  .lg\:max-h-99\% {
    max-height: 99%;
  }

  .lg\:max-h-36vh {
    max-height: 36vh;
  }

  .lg\:max-h-75vh {
    max-height: 75vh;
  }

  .lg\:max-h-78vh {
    max-height: 78vh;
  }

  .lg\:max-h-80vh {
    max-height: 80vh;
  }

  .lg\:max-h-82vh {
    max-height: 82vh;
  }

  .lg\:max-w-0 {
    max-width: 0;
  }

  .lg\:max-w-1 {
    max-width: 0.25rem;
  }

  .lg\:max-w-2 {
    max-width: 0.5rem;
  }

  .lg\:max-w-3 {
    max-width: 0.75rem;
  }

  .lg\:max-w-4 {
    max-width: 1rem;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem;
  }

  .lg\:max-w-7 {
    max-width: 1.75rem;
  }

  .lg\:max-w-8 {
    max-width: 2rem;
  }

  .lg\:max-w-9 {
    max-width: 2.25rem;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-14 {
    max-width: 3.5rem;
  }

  .lg\:max-w-15 {
    max-width: 3.75rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-18 {
    max-width: 4.5rem;
  }

  .lg\:max-w-20 {
    max-width: 5rem;
  }

  .lg\:max-w-21 {
    max-width: 5.25rem;
  }

  .lg\:max-w-22 {
    max-width: 5.5rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-26 {
    max-width: 6.5rem;
  }

  .lg\:max-w-28 {
    max-width: 7rem;
  }

  .lg\:max-w-30 {
    max-width: 7.5rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-34 {
    max-width: 8.5rem;
  }

  .lg\:max-w-36 {
    max-width: 9rem;
  }

  .lg\:max-w-38 {
    max-width: 9.5rem;
  }

  .lg\:max-w-40 {
    max-width: 10rem;
  }

  .lg\:max-w-44 {
    max-width: 11rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-52 {
    max-width: 13rem;
  }

  .lg\:max-w-53 {
    max-width: 13.25rem;
  }

  .lg\:max-w-54 {
    max-width: 13.5rem;
  }

  .lg\:max-w-56 {
    max-width: 14rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-72 {
    max-width: 18rem;
  }

  .lg\:max-w-74 {
    max-width: 18.5rem;
  }

  .lg\:max-w-76 {
    max-width: 19rem;
  }

  .lg\:max-w-80 {
    max-width: 20rem;
  }

  .lg\:max-w-85 {
    max-width: 21.25rem;
  }

  .lg\:max-w-100 {
    max-width: 25rem;
  }

  .lg\:max-w-105 {
    max-width: 26.25rem;
  }

  .lg\:max-w-107 {
    max-width: 26.4rem;
  }

  .lg\:max-w-110 {
    max-width: 27.5rem;
  }

  .lg\:max-w-120 {
    max-width: 30rem;
  }

  .lg\:max-w-130 {
    max-width: 38rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-screen {
    max-width: 100vh;
  }

  .lg\:max-w-px {
    max-width: 1px;
  }

  .lg\:max-w-250px {
    max-width: 250px;
  }

  .lg\:max-w-1\/2\% {
    max-width: 0.5%;
  }

  .lg\:max-w-1\% {
    max-width: 1%;
  }

  .lg\:max-w-2\% {
    max-width: 2%;
  }

  .lg\:max-w-3\% {
    max-width: 3%;
  }

  .lg\:max-w-4\% {
    max-width: 4%;
  }

  .lg\:max-w-5\% {
    max-width: 5%;
  }

  .lg\:max-w-10\% {
    max-width: 10%;
  }

  .lg\:max-w-20\% {
    max-width: 20%;
  }

  .lg\:max-w-23\% {
    max-width: 23%;
  }

  .lg\:max-w-25\% {
    max-width: 25%;
  }

  .lg\:max-w-26\% {
    max-width: 26%;
  }

  .lg\:max-w-30\% {
    max-width: 30%;
  }

  .lg\:max-w-40\% {
    max-width: 40%;
  }

  .lg\:max-w-50\% {
    max-width: 50%;
  }

  .lg\:max-w-60\% {
    max-width: 60%;
  }

  .lg\:max-w-70\% {
    max-width: 70%;
  }

  .lg\:max-w-80\% {
    max-width: 80%;
  }

  .lg\:max-w-90\% {
    max-width: 90%;
  }

  .lg\:max-w-95\% {
    max-width: 95%;
  }

  .lg\:max-w-96\% {
    max-width: 96%;
  }

  .lg\:max-w-97\% {
    max-width: 97%;
  }

  .lg\:max-w-98\% {
    max-width: 98%;
  }

  .lg\:max-w-99\% {
    max-width: 99%;
  }

  .lg\:max-w-36vh {
    max-width: 36vh;
  }

  .lg\:max-w-75vh {
    max-width: 75vh;
  }

  .lg\:max-w-78vh {
    max-width: 78vh;
  }

  .lg\:max-w-80vh {
    max-width: 80vh;
  }

  .lg\:max-w-82vh {
    max-width: 82vh;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-1 {
    min-height: 0.25rem;
  }

  .lg\:min-h-2 {
    min-height: 0.5rem;
  }

  .lg\:min-h-3 {
    min-height: 0.75rem;
  }

  .lg\:min-h-4 {
    min-height: 1rem;
  }

  .lg\:min-h-5 {
    min-height: 1.25rem;
  }

  .lg\:min-h-6 {
    min-height: 1.5rem;
  }

  .lg\:min-h-7 {
    min-height: 1.75rem;
  }

  .lg\:min-h-8 {
    min-height: 2rem;
  }

  .lg\:min-h-9 {
    min-height: 2.25rem;
  }

  .lg\:min-h-10 {
    min-height: 2.5rem;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-14 {
    min-height: 3.5rem;
  }

  .lg\:min-h-15 {
    min-height: 3.75rem;
  }

  .lg\:min-h-16 {
    min-height: 4rem;
  }

  .lg\:min-h-18 {
    min-height: 4.5rem;
  }

  .lg\:min-h-20 {
    min-height: 5rem;
  }

  .lg\:min-h-21 {
    min-height: 5.25rem;
  }

  .lg\:min-h-22 {
    min-height: 5.5rem;
  }

  .lg\:min-h-24 {
    min-height: 6rem;
  }

  .lg\:min-h-26 {
    min-height: 6.5rem;
  }

  .lg\:min-h-28 {
    min-height: 7rem;
  }

  .lg\:min-h-30 {
    min-height: 7.5rem;
  }

  .lg\:min-h-32 {
    min-height: 8rem;
  }

  .lg\:min-h-34 {
    min-height: 8.5rem;
  }

  .lg\:min-h-36 {
    min-height: 9rem;
  }

  .lg\:min-h-38 {
    min-height: 9.5rem;
  }

  .lg\:min-h-40 {
    min-height: 10rem;
  }

  .lg\:min-h-44 {
    min-height: 11rem;
  }

  .lg\:min-h-48 {
    min-height: 12rem;
  }

  .lg\:min-h-52 {
    min-height: 13rem;
  }

  .lg\:min-h-53 {
    min-height: 13.25rem;
  }

  .lg\:min-h-54 {
    min-height: 13.5rem;
  }

  .lg\:min-h-56 {
    min-height: 14rem;
  }

  .lg\:min-h-64 {
    min-height: 16rem;
  }

  .lg\:min-h-72 {
    min-height: 18rem;
  }

  .lg\:min-h-74 {
    min-height: 18.5rem;
  }

  .lg\:min-h-76 {
    min-height: 19rem;
  }

  .lg\:min-h-80 {
    min-height: 20rem;
  }

  .lg\:min-h-85 {
    min-height: 21.25rem;
  }

  .lg\:min-h-100 {
    min-height: 25rem;
  }

  .lg\:min-h-105 {
    min-height: 26.25rem;
  }

  .lg\:min-h-107 {
    min-height: 26.4rem;
  }

  .lg\:min-h-110 {
    min-height: 27.5rem;
  }

  .lg\:min-h-120 {
    min-height: 30rem;
  }

  .lg\:min-h-130 {
    min-height: 38rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-h-px {
    min-height: 1px;
  }

  .lg\:min-h-250px {
    min-height: 250px;
  }

  .lg\:min-h-1\/2\% {
    min-height: 0.5%;
  }

  .lg\:min-h-1\% {
    min-height: 1%;
  }

  .lg\:min-h-2\% {
    min-height: 2%;
  }

  .lg\:min-h-3\% {
    min-height: 3%;
  }

  .lg\:min-h-4\% {
    min-height: 4%;
  }

  .lg\:min-h-5\% {
    min-height: 5%;
  }

  .lg\:min-h-10\% {
    min-height: 10%;
  }

  .lg\:min-h-20\% {
    min-height: 20%;
  }

  .lg\:min-h-23\% {
    min-height: 23%;
  }

  .lg\:min-h-25\% {
    min-height: 25%;
  }

  .lg\:min-h-26\% {
    min-height: 26%;
  }

  .lg\:min-h-30\% {
    min-height: 30%;
  }

  .lg\:min-h-40\% {
    min-height: 40%;
  }

  .lg\:min-h-50\% {
    min-height: 50%;
  }

  .lg\:min-h-60\% {
    min-height: 60%;
  }

  .lg\:min-h-70\% {
    min-height: 70%;
  }

  .lg\:min-h-80\% {
    min-height: 80%;
  }

  .lg\:min-h-90\% {
    min-height: 90%;
  }

  .lg\:min-h-95\% {
    min-height: 95%;
  }

  .lg\:min-h-96\% {
    min-height: 96%;
  }

  .lg\:min-h-97\% {
    min-height: 97%;
  }

  .lg\:min-h-98\% {
    min-height: 98%;
  }

  .lg\:min-h-99\% {
    min-height: 99%;
  }

  .lg\:min-h-36vh {
    min-height: 36vh;
  }

  .lg\:min-h-75vh {
    min-height: 75vh;
  }

  .lg\:min-h-78vh {
    min-height: 78vh;
  }

  .lg\:min-h-80vh {
    min-height: 80vh;
  }

  .lg\:min-h-82vh {
    min-height: 82vh;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-1 {
    min-width: 0.25rem;
  }

  .lg\:min-w-2 {
    min-width: 0.5rem;
  }

  .lg\:min-w-3 {
    min-width: 0.75rem;
  }

  .lg\:min-w-4 {
    min-width: 1rem;
  }

  .lg\:min-w-5 {
    min-width: 1.25rem;
  }

  .lg\:min-w-6 {
    min-width: 1.5rem;
  }

  .lg\:min-w-7 {
    min-width: 1.75rem;
  }

  .lg\:min-w-8 {
    min-width: 2rem;
  }

  .lg\:min-w-9 {
    min-width: 2.25rem;
  }

  .lg\:min-w-10 {
    min-width: 2.5rem;
  }

  .lg\:min-w-12 {
    min-width: 3rem;
  }

  .lg\:min-w-14 {
    min-width: 3.5rem;
  }

  .lg\:min-w-15 {
    min-width: 3.75rem;
  }

  .lg\:min-w-16 {
    min-width: 4rem;
  }

  .lg\:min-w-18 {
    min-width: 4.5rem;
  }

  .lg\:min-w-20 {
    min-width: 5rem;
  }

  .lg\:min-w-21 {
    min-width: 5.25rem;
  }

  .lg\:min-w-22 {
    min-width: 5.5rem;
  }

  .lg\:min-w-24 {
    min-width: 6rem;
  }

  .lg\:min-w-26 {
    min-width: 6.5rem;
  }

  .lg\:min-w-28 {
    min-width: 7rem;
  }

  .lg\:min-w-30 {
    min-width: 7.5rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-34 {
    min-width: 8.5rem;
  }

  .lg\:min-w-36 {
    min-width: 9rem;
  }

  .lg\:min-w-38 {
    min-width: 9.5rem;
  }

  .lg\:min-w-40 {
    min-width: 10rem;
  }

  .lg\:min-w-44 {
    min-width: 11rem;
  }

  .lg\:min-w-48 {
    min-width: 12rem;
  }

  .lg\:min-w-52 {
    min-width: 13rem;
  }

  .lg\:min-w-53 {
    min-width: 13.25rem;
  }

  .lg\:min-w-54 {
    min-width: 13.5rem;
  }

  .lg\:min-w-56 {
    min-width: 14rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-72 {
    min-width: 18rem;
  }

  .lg\:min-w-74 {
    min-width: 18.5rem;
  }

  .lg\:min-w-76 {
    min-width: 19rem;
  }

  .lg\:min-w-80 {
    min-width: 20rem;
  }

  .lg\:min-w-85 {
    min-width: 21.25rem;
  }

  .lg\:min-w-100 {
    min-width: 25rem;
  }

  .lg\:min-w-105 {
    min-width: 26.25rem;
  }

  .lg\:min-w-107 {
    min-width: 26.4rem;
  }

  .lg\:min-w-110 {
    min-width: 27.5rem;
  }

  .lg\:min-w-120 {
    min-width: 30rem;
  }

  .lg\:min-w-130 {
    min-width: 38rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-screen {
    min-width: 100vh;
  }

  .lg\:min-w-px {
    min-width: 1px;
  }

  .lg\:min-w-250px {
    min-width: 250px;
  }

  .lg\:min-w-1\/2\% {
    min-width: 0.5%;
  }

  .lg\:min-w-1\% {
    min-width: 1%;
  }

  .lg\:min-w-2\% {
    min-width: 2%;
  }

  .lg\:min-w-3\% {
    min-width: 3%;
  }

  .lg\:min-w-4\% {
    min-width: 4%;
  }

  .lg\:min-w-5\% {
    min-width: 5%;
  }

  .lg\:min-w-10\% {
    min-width: 10%;
  }

  .lg\:min-w-20\% {
    min-width: 20%;
  }

  .lg\:min-w-23\% {
    min-width: 23%;
  }

  .lg\:min-w-25\% {
    min-width: 25%;
  }

  .lg\:min-w-26\% {
    min-width: 26%;
  }

  .lg\:min-w-30\% {
    min-width: 30%;
  }

  .lg\:min-w-40\% {
    min-width: 40%;
  }

  .lg\:min-w-50\% {
    min-width: 50%;
  }

  .lg\:min-w-60\% {
    min-width: 60%;
  }

  .lg\:min-w-70\% {
    min-width: 70%;
  }

  .lg\:min-w-80\% {
    min-width: 80%;
  }

  .lg\:min-w-90\% {
    min-width: 90%;
  }

  .lg\:min-w-95\% {
    min-width: 95%;
  }

  .lg\:min-w-96\% {
    min-width: 96%;
  }

  .lg\:min-w-97\% {
    min-width: 97%;
  }

  .lg\:min-w-98\% {
    min-width: 98%;
  }

  .lg\:min-w-99\% {
    min-width: 99%;
  }

  .lg\:min-w-36vh {
    min-width: 36vh;
  }

  .lg\:min-w-75vh {
    min-width: 75vh;
  }

  .lg\:min-w-78vh {
    min-width: 78vh;
  }

  .lg\:min-w-80vh {
    min-width: 80vh;
  }

  .lg\:min-w-82vh {
    min-width: 82vh;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-5 {
    opacity: 0.05;
  }

  .lg\:opacity-10 {
    opacity: 0.1;
  }

  .lg\:opacity-20 {
    opacity: 0.2;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-30 {
    opacity: 0.3;
  }

  .lg\:opacity-40 {
    opacity: 0.4;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-60 {
    opacity: 0.6;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-80 {
    opacity: 0.8;
  }

  .lg\:opacity-90 {
    opacity: 0.9;
  }

  .lg\:opacity-95 {
    opacity: 0.95;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:focus .lg\:group-focus\:opacity-0 {
    opacity: 0;
  }

  .group:focus .lg\:group-focus\:opacity-5 {
    opacity: 0.05;
  }

  .group:focus .lg\:group-focus\:opacity-10 {
    opacity: 0.1;
  }

  .group:focus .lg\:group-focus\:opacity-20 {
    opacity: 0.2;
  }

  .group:focus .lg\:group-focus\:opacity-25 {
    opacity: 0.25;
  }

  .group:focus .lg\:group-focus\:opacity-30 {
    opacity: 0.3;
  }

  .group:focus .lg\:group-focus\:opacity-40 {
    opacity: 0.4;
  }

  .group:focus .lg\:group-focus\:opacity-50 {
    opacity: 0.5;
  }

  .group:focus .lg\:group-focus\:opacity-60 {
    opacity: 0.6;
  }

  .group:focus .lg\:group-focus\:opacity-70 {
    opacity: 0.7;
  }

  .group:focus .lg\:group-focus\:opacity-75 {
    opacity: 0.75;
  }

  .group:focus .lg\:group-focus\:opacity-80 {
    opacity: 0.8;
  }

  .group:focus .lg\:group-focus\:opacity-90 {
    opacity: 0.9;
  }

  .group:focus .lg\:group-focus\:opacity-95 {
    opacity: 0.95;
  }

  .group:focus .lg\:group-focus\:opacity-100 {
    opacity: 1;
  }

  .lg\:active\:opacity-0:active {
    opacity: 0;
  }

  .lg\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .lg\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .lg\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .lg\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .lg\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .lg\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .lg\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .lg\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .lg\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .lg\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .lg\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .lg\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .lg\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .lg\:active\:opacity-100:active {
    opacity: 1;
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-15 {
    padding: 3.75rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-18 {
    padding: 4.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-21 {
    padding: 5.25rem;
  }

  .lg\:p-22 {
    padding: 5.5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-26 {
    padding: 6.5rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-30 {
    padding: 7.5rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-34 {
    padding: 8.5rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-38 {
    padding: 9.5rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-53 {
    padding: 13.25rem;
  }

  .lg\:p-54 {
    padding: 13.5rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-74 {
    padding: 18.5rem;
  }

  .lg\:p-76 {
    padding: 19rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-85 {
    padding: 21.25rem;
  }

  .lg\:p-100 {
    padding: 25rem;
  }

  .lg\:p-105 {
    padding: 26.25rem;
  }

  .lg\:p-107 {
    padding: 26.4rem;
  }

  .lg\:p-110 {
    padding: 27.5rem;
  }

  .lg\:p-120 {
    padding: 30rem;
  }

  .lg\:p-130 {
    padding: 38rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-250px {
    padding: 250px;
  }

  .lg\:p-1\/2\% {
    padding: 0.5%;
  }

  .lg\:p-1\% {
    padding: 1%;
  }

  .lg\:p-2\% {
    padding: 2%;
  }

  .lg\:p-3\% {
    padding: 3%;
  }

  .lg\:p-4\% {
    padding: 4%;
  }

  .lg\:p-5\% {
    padding: 5%;
  }

  .lg\:p-10\% {
    padding: 10%;
  }

  .lg\:p-20\% {
    padding: 20%;
  }

  .lg\:p-23\% {
    padding: 23%;
  }

  .lg\:p-25\% {
    padding: 25%;
  }

  .lg\:p-26\% {
    padding: 26%;
  }

  .lg\:p-30\% {
    padding: 30%;
  }

  .lg\:p-40\% {
    padding: 40%;
  }

  .lg\:p-50\% {
    padding: 50%;
  }

  .lg\:p-60\% {
    padding: 60%;
  }

  .lg\:p-70\% {
    padding: 70%;
  }

  .lg\:p-80\% {
    padding: 80%;
  }

  .lg\:p-90\% {
    padding: 90%;
  }

  .lg\:p-95\% {
    padding: 95%;
  }

  .lg\:p-96\% {
    padding: 96%;
  }

  .lg\:p-97\% {
    padding: 97%;
  }

  .lg\:p-98\% {
    padding: 98%;
  }

  .lg\:p-99\% {
    padding: 99%;
  }

  .lg\:p-36vh {
    padding: 36vh;
  }

  .lg\:p-75vh {
    padding: 75vh;
  }

  .lg\:p-78vh {
    padding: 78vh;
  }

  .lg\:p-80vh {
    padding: 80vh;
  }

  .lg\:p-82vh {
    padding: 82vh;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .lg\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .lg\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .lg\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .lg\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .lg\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .lg\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .lg\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .lg\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .lg\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .lg\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .lg\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .lg\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lg\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .lg\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .lg\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lg\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .lg\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .lg\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .lg\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .lg\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .lg\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .lg\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .lg\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .lg\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .lg\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .lg\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .lg\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .lg\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .lg\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .lg\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .lg\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .lg\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .lg\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.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-7 {
    padding-top: 1.75rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-15 {
    padding-top: 3.75rem;
  }

  .lg\:pr-15 {
    padding-right: 3.75rem;
  }

  .lg\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .lg\:pl-15 {
    padding-left: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
  }

  .lg\:pr-18 {
    padding-right: 4.5rem;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .lg\:pl-18 {
    padding-left: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
  }

  .lg\:pr-21 {
    padding-right: 5.25rem;
  }

  .lg\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .lg\:pl-21 {
    padding-left: 5.25rem;
  }

  .lg\:pt-22 {
    padding-top: 5.5rem;
  }

  .lg\:pr-22 {
    padding-right: 5.5rem;
  }

  .lg\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .lg\:pl-22 {
    padding-left: 5.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-26 {
    padding-top: 6.5rem;
  }

  .lg\:pr-26 {
    padding-right: 6.5rem;
  }

  .lg\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .lg\:pl-26 {
    padding-left: 6.5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pt-30 {
    padding-top: 7.5rem;
  }

  .lg\:pr-30 {
    padding-right: 7.5rem;
  }

  .lg\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .lg\:pl-30 {
    padding-left: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
  }

  .lg\:pr-34 {
    padding-right: 8.5rem;
  }

  .lg\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .lg\:pl-34 {
    padding-left: 8.5rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pt-38 {
    padding-top: 9.5rem;
  }

  .lg\:pr-38 {
    padding-right: 9.5rem;
  }

  .lg\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .lg\:pl-38 {
    padding-left: 9.5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pt-53 {
    padding-top: 13.25rem;
  }

  .lg\:pr-53 {
    padding-right: 13.25rem;
  }

  .lg\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .lg\:pl-53 {
    padding-left: 13.25rem;
  }

  .lg\:pt-54 {
    padding-top: 13.5rem;
  }

  .lg\:pr-54 {
    padding-right: 13.5rem;
  }

  .lg\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .lg\:pl-54 {
    padding-left: 13.5rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pt-74 {
    padding-top: 18.5rem;
  }

  .lg\:pr-74 {
    padding-right: 18.5rem;
  }

  .lg\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .lg\:pl-74 {
    padding-left: 18.5rem;
  }

  .lg\:pt-76 {
    padding-top: 19rem;
  }

  .lg\:pr-76 {
    padding-right: 19rem;
  }

  .lg\:pb-76 {
    padding-bottom: 19rem;
  }

  .lg\:pl-76 {
    padding-left: 19rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pt-85 {
    padding-top: 21.25rem;
  }

  .lg\:pr-85 {
    padding-right: 21.25rem;
  }

  .lg\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .lg\:pl-85 {
    padding-left: 21.25rem;
  }

  .lg\:pt-100 {
    padding-top: 25rem;
  }

  .lg\:pr-100 {
    padding-right: 25rem;
  }

  .lg\:pb-100 {
    padding-bottom: 25rem;
  }

  .lg\:pl-100 {
    padding-left: 25rem;
  }

  .lg\:pt-105 {
    padding-top: 26.25rem;
  }

  .lg\:pr-105 {
    padding-right: 26.25rem;
  }

  .lg\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .lg\:pl-105 {
    padding-left: 26.25rem;
  }

  .lg\:pt-107 {
    padding-top: 26.4rem;
  }

  .lg\:pr-107 {
    padding-right: 26.4rem;
  }

  .lg\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .lg\:pl-107 {
    padding-left: 26.4rem;
  }

  .lg\:pt-110 {
    padding-top: 27.5rem;
  }

  .lg\:pr-110 {
    padding-right: 27.5rem;
  }

  .lg\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .lg\:pl-110 {
    padding-left: 27.5rem;
  }

  .lg\:pt-120 {
    padding-top: 30rem;
  }

  .lg\:pr-120 {
    padding-right: 30rem;
  }

  .lg\:pb-120 {
    padding-bottom: 30rem;
  }

  .lg\:pl-120 {
    padding-left: 30rem;
  }

  .lg\:pt-130 {
    padding-top: 38rem;
  }

  .lg\:pr-130 {
    padding-right: 38rem;
  }

  .lg\:pb-130 {
    padding-bottom: 38rem;
  }

  .lg\:pl-130 {
    padding-left: 38rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pt-250px {
    padding-top: 250px;
  }

  .lg\:pr-250px {
    padding-right: 250px;
  }

  .lg\:pb-250px {
    padding-bottom: 250px;
  }

  .lg\:pl-250px {
    padding-left: 250px;
  }

  .lg\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .lg\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .lg\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .lg\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .lg\:pt-1\% {
    padding-top: 1%;
  }

  .lg\:pr-1\% {
    padding-right: 1%;
  }

  .lg\:pb-1\% {
    padding-bottom: 1%;
  }

  .lg\:pl-1\% {
    padding-left: 1%;
  }

  .lg\:pt-2\% {
    padding-top: 2%;
  }

  .lg\:pr-2\% {
    padding-right: 2%;
  }

  .lg\:pb-2\% {
    padding-bottom: 2%;
  }

  .lg\:pl-2\% {
    padding-left: 2%;
  }

  .lg\:pt-3\% {
    padding-top: 3%;
  }

  .lg\:pr-3\% {
    padding-right: 3%;
  }

  .lg\:pb-3\% {
    padding-bottom: 3%;
  }

  .lg\:pl-3\% {
    padding-left: 3%;
  }

  .lg\:pt-4\% {
    padding-top: 4%;
  }

  .lg\:pr-4\% {
    padding-right: 4%;
  }

  .lg\:pb-4\% {
    padding-bottom: 4%;
  }

  .lg\:pl-4\% {
    padding-left: 4%;
  }

  .lg\:pt-5\% {
    padding-top: 5%;
  }

  .lg\:pr-5\% {
    padding-right: 5%;
  }

  .lg\:pb-5\% {
    padding-bottom: 5%;
  }

  .lg\:pl-5\% {
    padding-left: 5%;
  }

  .lg\:pt-10\% {
    padding-top: 10%;
  }

  .lg\:pr-10\% {
    padding-right: 10%;
  }

  .lg\:pb-10\% {
    padding-bottom: 10%;
  }

  .lg\:pl-10\% {
    padding-left: 10%;
  }

  .lg\:pt-20\% {
    padding-top: 20%;
  }

  .lg\:pr-20\% {
    padding-right: 20%;
  }

  .lg\:pb-20\% {
    padding-bottom: 20%;
  }

  .lg\:pl-20\% {
    padding-left: 20%;
  }

  .lg\:pt-23\% {
    padding-top: 23%;
  }

  .lg\:pr-23\% {
    padding-right: 23%;
  }

  .lg\:pb-23\% {
    padding-bottom: 23%;
  }

  .lg\:pl-23\% {
    padding-left: 23%;
  }

  .lg\:pt-25\% {
    padding-top: 25%;
  }

  .lg\:pr-25\% {
    padding-right: 25%;
  }

  .lg\:pb-25\% {
    padding-bottom: 25%;
  }

  .lg\:pl-25\% {
    padding-left: 25%;
  }

  .lg\:pt-26\% {
    padding-top: 26%;
  }

  .lg\:pr-26\% {
    padding-right: 26%;
  }

  .lg\:pb-26\% {
    padding-bottom: 26%;
  }

  .lg\:pl-26\% {
    padding-left: 26%;
  }

  .lg\:pt-30\% {
    padding-top: 30%;
  }

  .lg\:pr-30\% {
    padding-right: 30%;
  }

  .lg\:pb-30\% {
    padding-bottom: 30%;
  }

  .lg\:pl-30\% {
    padding-left: 30%;
  }

  .lg\:pt-40\% {
    padding-top: 40%;
  }

  .lg\:pr-40\% {
    padding-right: 40%;
  }

  .lg\:pb-40\% {
    padding-bottom: 40%;
  }

  .lg\:pl-40\% {
    padding-left: 40%;
  }

  .lg\:pt-50\% {
    padding-top: 50%;
  }

  .lg\:pr-50\% {
    padding-right: 50%;
  }

  .lg\:pb-50\% {
    padding-bottom: 50%;
  }

  .lg\:pl-50\% {
    padding-left: 50%;
  }

  .lg\:pt-60\% {
    padding-top: 60%;
  }

  .lg\:pr-60\% {
    padding-right: 60%;
  }

  .lg\:pb-60\% {
    padding-bottom: 60%;
  }

  .lg\:pl-60\% {
    padding-left: 60%;
  }

  .lg\:pt-70\% {
    padding-top: 70%;
  }

  .lg\:pr-70\% {
    padding-right: 70%;
  }

  .lg\:pb-70\% {
    padding-bottom: 70%;
  }

  .lg\:pl-70\% {
    padding-left: 70%;
  }

  .lg\:pt-80\% {
    padding-top: 80%;
  }

  .lg\:pr-80\% {
    padding-right: 80%;
  }

  .lg\:pb-80\% {
    padding-bottom: 80%;
  }

  .lg\:pl-80\% {
    padding-left: 80%;
  }

  .lg\:pt-90\% {
    padding-top: 90%;
  }

  .lg\:pr-90\% {
    padding-right: 90%;
  }

  .lg\:pb-90\% {
    padding-bottom: 90%;
  }

  .lg\:pl-90\% {
    padding-left: 90%;
  }

  .lg\:pt-95\% {
    padding-top: 95%;
  }

  .lg\:pr-95\% {
    padding-right: 95%;
  }

  .lg\:pb-95\% {
    padding-bottom: 95%;
  }

  .lg\:pl-95\% {
    padding-left: 95%;
  }

  .lg\:pt-96\% {
    padding-top: 96%;
  }

  .lg\:pr-96\% {
    padding-right: 96%;
  }

  .lg\:pb-96\% {
    padding-bottom: 96%;
  }

  .lg\:pl-96\% {
    padding-left: 96%;
  }

  .lg\:pt-97\% {
    padding-top: 97%;
  }

  .lg\:pr-97\% {
    padding-right: 97%;
  }

  .lg\:pb-97\% {
    padding-bottom: 97%;
  }

  .lg\:pl-97\% {
    padding-left: 97%;
  }

  .lg\:pt-98\% {
    padding-top: 98%;
  }

  .lg\:pr-98\% {
    padding-right: 98%;
  }

  .lg\:pb-98\% {
    padding-bottom: 98%;
  }

  .lg\:pl-98\% {
    padding-left: 98%;
  }

  .lg\:pt-99\% {
    padding-top: 99%;
  }

  .lg\:pr-99\% {
    padding-right: 99%;
  }

  .lg\:pb-99\% {
    padding-bottom: 99%;
  }

  .lg\:pl-99\% {
    padding-left: 99%;
  }

  .lg\:pt-36vh {
    padding-top: 36vh;
  }

  .lg\:pr-36vh {
    padding-right: 36vh;
  }

  .lg\:pb-36vh {
    padding-bottom: 36vh;
  }

  .lg\:pl-36vh {
    padding-left: 36vh;
  }

  .lg\:pt-75vh {
    padding-top: 75vh;
  }

  .lg\:pr-75vh {
    padding-right: 75vh;
  }

  .lg\:pb-75vh {
    padding-bottom: 75vh;
  }

  .lg\:pl-75vh {
    padding-left: 75vh;
  }

  .lg\:pt-78vh {
    padding-top: 78vh;
  }

  .lg\:pr-78vh {
    padding-right: 78vh;
  }

  .lg\:pb-78vh {
    padding-bottom: 78vh;
  }

  .lg\:pl-78vh {
    padding-left: 78vh;
  }

  .lg\:pt-80vh {
    padding-top: 80vh;
  }

  .lg\:pr-80vh {
    padding-right: 80vh;
  }

  .lg\:pb-80vh {
    padding-bottom: 80vh;
  }

  .lg\:pl-80vh {
    padding-left: 80vh;
  }

  .lg\:pt-82vh {
    padding-top: 82vh;
  }

  .lg\:pr-82vh {
    padding-right: 82vh;
  }

  .lg\:pb-82vh {
    padding-bottom: 82vh;
  }

  .lg\:pl-82vh {
    padding-left: 82vh;
  }

  .lg\:hover\:p-0:hover {
    padding: 0;
  }

  .lg\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .lg\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .lg\:hover\:p-3:hover {
    padding: 0.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-7:hover {
    padding: 1.75rem;
  }

  .lg\:hover\:p-8:hover {
    padding: 2rem;
  }

  .lg\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .lg\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .lg\:hover\:p-12:hover {
    padding: 3rem;
  }

  .lg\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .lg\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .lg\:hover\:p-16:hover {
    padding: 4rem;
  }

  .lg\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .lg\:hover\:p-20:hover {
    padding: 5rem;
  }

  .lg\:hover\:p-21:hover {
    padding: 5.25rem;
  }

  .lg\:hover\:p-22:hover {
    padding: 5.5rem;
  }

  .lg\:hover\:p-24:hover {
    padding: 6rem;
  }

  .lg\:hover\:p-26:hover {
    padding: 6.5rem;
  }

  .lg\:hover\:p-28:hover {
    padding: 7rem;
  }

  .lg\:hover\:p-30:hover {
    padding: 7.5rem;
  }

  .lg\:hover\:p-32:hover {
    padding: 8rem;
  }

  .lg\:hover\:p-34:hover {
    padding: 8.5rem;
  }

  .lg\:hover\:p-36:hover {
    padding: 9rem;
  }

  .lg\:hover\:p-38:hover {
    padding: 9.5rem;
  }

  .lg\:hover\:p-40:hover {
    padding: 10rem;
  }

  .lg\:hover\:p-44:hover {
    padding: 11rem;
  }

  .lg\:hover\:p-48:hover {
    padding: 12rem;
  }

  .lg\:hover\:p-52:hover {
    padding: 13rem;
  }

  .lg\:hover\:p-53:hover {
    padding: 13.25rem;
  }

  .lg\:hover\:p-54:hover {
    padding: 13.5rem;
  }

  .lg\:hover\:p-56:hover {
    padding: 14rem;
  }

  .lg\:hover\:p-64:hover {
    padding: 16rem;
  }

  .lg\:hover\:p-72:hover {
    padding: 18rem;
  }

  .lg\:hover\:p-74:hover {
    padding: 18.5rem;
  }

  .lg\:hover\:p-76:hover {
    padding: 19rem;
  }

  .lg\:hover\:p-80:hover {
    padding: 20rem;
  }

  .lg\:hover\:p-85:hover {
    padding: 21.25rem;
  }

  .lg\:hover\:p-100:hover {
    padding: 25rem;
  }

  .lg\:hover\:p-105:hover {
    padding: 26.25rem;
  }

  .lg\:hover\:p-107:hover {
    padding: 26.4rem;
  }

  .lg\:hover\:p-110:hover {
    padding: 27.5rem;
  }

  .lg\:hover\:p-120:hover {
    padding: 30rem;
  }

  .lg\:hover\:p-130:hover {
    padding: 38rem;
  }

  .lg\:hover\:p-px:hover {
    padding: 1px;
  }

  .lg\:hover\:p-250px:hover {
    padding: 250px;
  }

  .lg\:hover\:p-1\/2\%:hover {
    padding: 0.5%;
  }

  .lg\:hover\:p-1\%:hover {
    padding: 1%;
  }

  .lg\:hover\:p-2\%:hover {
    padding: 2%;
  }

  .lg\:hover\:p-3\%:hover {
    padding: 3%;
  }

  .lg\:hover\:p-4\%:hover {
    padding: 4%;
  }

  .lg\:hover\:p-5\%:hover {
    padding: 5%;
  }

  .lg\:hover\:p-10\%:hover {
    padding: 10%;
  }

  .lg\:hover\:p-20\%:hover {
    padding: 20%;
  }

  .lg\:hover\:p-23\%:hover {
    padding: 23%;
  }

  .lg\:hover\:p-25\%:hover {
    padding: 25%;
  }

  .lg\:hover\:p-26\%:hover {
    padding: 26%;
  }

  .lg\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .lg\:hover\:p-40\%:hover {
    padding: 40%;
  }

  .lg\:hover\:p-50\%:hover {
    padding: 50%;
  }

  .lg\:hover\:p-60\%:hover {
    padding: 60%;
  }

  .lg\:hover\:p-70\%:hover {
    padding: 70%;
  }

  .lg\:hover\:p-80\%:hover {
    padding: 80%;
  }

  .lg\:hover\:p-90\%:hover {
    padding: 90%;
  }

  .lg\:hover\:p-95\%:hover {
    padding: 95%;
  }

  .lg\:hover\:p-96\%:hover {
    padding: 96%;
  }

  .lg\:hover\:p-97\%:hover {
    padding: 97%;
  }

  .lg\:hover\:p-98\%:hover {
    padding: 98%;
  }

  .lg\:hover\:p-99\%:hover {
    padding: 99%;
  }

  .lg\:hover\:p-36vh:hover {
    padding: 36vh;
  }

  .lg\:hover\:p-75vh:hover {
    padding: 75vh;
  }

  .lg\:hover\:p-78vh:hover {
    padding: 78vh;
  }

  .lg\:hover\:p-80vh:hover {
    padding: 80vh;
  }

  .lg\:hover\:p-82vh:hover {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.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-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:hover {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:hover\:px-21:hover {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:hover\:py-22:hover {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:hover\:px-22:hover {
    padding-left: 5.5rem;
    padding-right: 5.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-26:hover {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:hover\:px-26:hover {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:hover\:py-30:hover {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:hover\:px-30:hover {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:hover {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:hover\:px-34:hover {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:hover\:py-38:hover {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:hover\:px-38:hover {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:hover\:py-53:hover {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .lg\:hover\:px-53:hover {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .lg\:hover\:py-54:hover {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:hover\:px-54:hover {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:hover\:py-74:hover {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .lg\:hover\:px-74:hover {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .lg\:hover\:py-76:hover {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .lg\:hover\:px-76:hover {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .lg\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:hover\:py-85:hover {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .lg\:hover\:px-85:hover {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .lg\:hover\:py-100:hover {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:hover\:px-100:hover {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:hover\:py-105:hover {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .lg\:hover\:px-105:hover {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .lg\:hover\:py-107:hover {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .lg\:hover\:px-107:hover {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .lg\:hover\:py-110:hover {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:hover\:px-110:hover {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:hover\:py-120:hover {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:hover\:px-120:hover {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:hover\:py-130:hover {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:hover\:px-130:hover {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:hover\:py-250px:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:hover\:px-250px:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:hover\:py-1\/2\%:hover {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .lg\:hover\:px-1\/2\%:hover {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lg\:hover\:py-1\%:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:hover\:px-1\%:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:hover\:py-2\%:hover {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .lg\:hover\:px-2\%:hover {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:hover\:py-3\%:hover {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .lg\:hover\:px-3\%:hover {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:hover\:py-4\%:hover {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lg\:hover\:px-4\%:hover {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:hover\:py-5\%:hover {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:hover\:px-5\%:hover {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:hover\:py-10\%:hover {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:hover\:px-10\%:hover {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:hover\:py-20\%:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:hover\:px-20\%:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:hover\:py-23\%:hover {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .lg\:hover\:px-23\%:hover {
    padding-left: 23%;
    padding-right: 23%;
  }

  .lg\:hover\:py-25\%:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:hover\:px-25\%:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:hover\:py-26\%:hover {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .lg\:hover\:px-26\%:hover {
    padding-left: 26%;
    padding-right: 26%;
  }

  .lg\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:hover\:py-40\%:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:hover\:px-40\%:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:hover\:py-50\%:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:hover\:px-50\%:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:hover\:py-60\%:hover {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:hover\:px-60\%:hover {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:hover\:py-70\%:hover {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:hover\:px-70\%:hover {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:hover\:py-80\%:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:hover\:px-80\%:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:hover\:py-90\%:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:hover\:px-90\%:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:hover\:py-95\%:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:hover\:px-95\%:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:hover\:py-96\%:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:hover\:px-96\%:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:hover\:py-97\%:hover {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .lg\:hover\:px-97\%:hover {
    padding-left: 97%;
    padding-right: 97%;
  }

  .lg\:hover\:py-98\%:hover {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .lg\:hover\:px-98\%:hover {
    padding-left: 98%;
    padding-right: 98%;
  }

  .lg\:hover\:py-99\%:hover {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .lg\:hover\:px-99\%:hover {
    padding-left: 99%;
    padding-right: 99%;
  }

  .lg\:hover\:py-36vh:hover {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .lg\:hover\:px-36vh:hover {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .lg\:hover\:py-75vh:hover {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .lg\:hover\:px-75vh:hover {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .lg\:hover\:py-78vh:hover {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .lg\:hover\:px-78vh:hover {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .lg\:hover\:py-80vh:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:hover\:px-80vh:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:hover\:py-82vh:hover {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .lg\:hover\:px-82vh:hover {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .lg\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .lg\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .lg\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .lg\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .lg\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .lg\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .lg\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .lg\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .lg\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .lg\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .lg\:hover\:pl-3:hover {
    padding-left: 0.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-7:hover {
    padding-top: 1.75rem;
  }

  .lg\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .lg\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .lg\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .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-9:hover {
    padding-top: 2.25rem;
  }

  .lg\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .lg\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .lg\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .lg\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .lg\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .lg\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .lg\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .lg\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .lg\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .lg\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .lg\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .lg\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .lg\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .lg\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .lg\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .lg\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .lg\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .lg\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .lg\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .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-18:hover {
    padding-top: 4.5rem;
  }

  .lg\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .lg\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .lg\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .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-21:hover {
    padding-top: 5.25rem;
  }

  .lg\:hover\:pr-21:hover {
    padding-right: 5.25rem;
  }

  .lg\:hover\:pb-21:hover {
    padding-bottom: 5.25rem;
  }

  .lg\:hover\:pl-21:hover {
    padding-left: 5.25rem;
  }

  .lg\:hover\:pt-22:hover {
    padding-top: 5.5rem;
  }

  .lg\:hover\:pr-22:hover {
    padding-right: 5.5rem;
  }

  .lg\:hover\:pb-22:hover {
    padding-bottom: 5.5rem;
  }

  .lg\:hover\:pl-22:hover {
    padding-left: 5.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-26:hover {
    padding-top: 6.5rem;
  }

  .lg\:hover\:pr-26:hover {
    padding-right: 6.5rem;
  }

  .lg\:hover\:pb-26:hover {
    padding-bottom: 6.5rem;
  }

  .lg\:hover\:pl-26:hover {
    padding-left: 6.5rem;
  }

  .lg\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .lg\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .lg\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .lg\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .lg\:hover\:pt-30:hover {
    padding-top: 7.5rem;
  }

  .lg\:hover\:pr-30:hover {
    padding-right: 7.5rem;
  }

  .lg\:hover\:pb-30:hover {
    padding-bottom: 7.5rem;
  }

  .lg\:hover\:pl-30:hover {
    padding-left: 7.5rem;
  }

  .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-34:hover {
    padding-top: 8.5rem;
  }

  .lg\:hover\:pr-34:hover {
    padding-right: 8.5rem;
  }

  .lg\:hover\:pb-34:hover {
    padding-bottom: 8.5rem;
  }

  .lg\:hover\:pl-34:hover {
    padding-left: 8.5rem;
  }

  .lg\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .lg\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .lg\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .lg\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .lg\:hover\:pt-38:hover {
    padding-top: 9.5rem;
  }

  .lg\:hover\:pr-38:hover {
    padding-right: 9.5rem;
  }

  .lg\:hover\:pb-38:hover {
    padding-bottom: 9.5rem;
  }

  .lg\:hover\:pl-38:hover {
    padding-left: 9.5rem;
  }

  .lg\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .lg\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .lg\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .lg\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .lg\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .lg\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .lg\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .lg\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .lg\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .lg\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .lg\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .lg\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .lg\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .lg\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .lg\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .lg\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .lg\:hover\:pt-53:hover {
    padding-top: 13.25rem;
  }

  .lg\:hover\:pr-53:hover {
    padding-right: 13.25rem;
  }

  .lg\:hover\:pb-53:hover {
    padding-bottom: 13.25rem;
  }

  .lg\:hover\:pl-53:hover {
    padding-left: 13.25rem;
  }

  .lg\:hover\:pt-54:hover {
    padding-top: 13.5rem;
  }

  .lg\:hover\:pr-54:hover {
    padding-right: 13.5rem;
  }

  .lg\:hover\:pb-54:hover {
    padding-bottom: 13.5rem;
  }

  .lg\:hover\:pl-54:hover {
    padding-left: 13.5rem;
  }

  .lg\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .lg\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .lg\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .lg\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .lg\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .lg\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .lg\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .lg\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .lg\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .lg\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .lg\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .lg\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .lg\:hover\:pt-74:hover {
    padding-top: 18.5rem;
  }

  .lg\:hover\:pr-74:hover {
    padding-right: 18.5rem;
  }

  .lg\:hover\:pb-74:hover {
    padding-bottom: 18.5rem;
  }

  .lg\:hover\:pl-74:hover {
    padding-left: 18.5rem;
  }

  .lg\:hover\:pt-76:hover {
    padding-top: 19rem;
  }

  .lg\:hover\:pr-76:hover {
    padding-right: 19rem;
  }

  .lg\:hover\:pb-76:hover {
    padding-bottom: 19rem;
  }

  .lg\:hover\:pl-76:hover {
    padding-left: 19rem;
  }

  .lg\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .lg\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .lg\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .lg\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .lg\:hover\:pt-85:hover {
    padding-top: 21.25rem;
  }

  .lg\:hover\:pr-85:hover {
    padding-right: 21.25rem;
  }

  .lg\:hover\:pb-85:hover {
    padding-bottom: 21.25rem;
  }

  .lg\:hover\:pl-85:hover {
    padding-left: 21.25rem;
  }

  .lg\:hover\:pt-100:hover {
    padding-top: 25rem;
  }

  .lg\:hover\:pr-100:hover {
    padding-right: 25rem;
  }

  .lg\:hover\:pb-100:hover {
    padding-bottom: 25rem;
  }

  .lg\:hover\:pl-100:hover {
    padding-left: 25rem;
  }

  .lg\:hover\:pt-105:hover {
    padding-top: 26.25rem;
  }

  .lg\:hover\:pr-105:hover {
    padding-right: 26.25rem;
  }

  .lg\:hover\:pb-105:hover {
    padding-bottom: 26.25rem;
  }

  .lg\:hover\:pl-105:hover {
    padding-left: 26.25rem;
  }

  .lg\:hover\:pt-107:hover {
    padding-top: 26.4rem;
  }

  .lg\:hover\:pr-107:hover {
    padding-right: 26.4rem;
  }

  .lg\:hover\:pb-107:hover {
    padding-bottom: 26.4rem;
  }

  .lg\:hover\:pl-107:hover {
    padding-left: 26.4rem;
  }

  .lg\:hover\:pt-110:hover {
    padding-top: 27.5rem;
  }

  .lg\:hover\:pr-110:hover {
    padding-right: 27.5rem;
  }

  .lg\:hover\:pb-110:hover {
    padding-bottom: 27.5rem;
  }

  .lg\:hover\:pl-110:hover {
    padding-left: 27.5rem;
  }

  .lg\:hover\:pt-120:hover {
    padding-top: 30rem;
  }

  .lg\:hover\:pr-120:hover {
    padding-right: 30rem;
  }

  .lg\:hover\:pb-120:hover {
    padding-bottom: 30rem;
  }

  .lg\:hover\:pl-120:hover {
    padding-left: 30rem;
  }

  .lg\:hover\:pt-130:hover {
    padding-top: 38rem;
  }

  .lg\:hover\:pr-130:hover {
    padding-right: 38rem;
  }

  .lg\:hover\:pb-130:hover {
    padding-bottom: 38rem;
  }

  .lg\:hover\:pl-130:hover {
    padding-left: 38rem;
  }

  .lg\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .lg\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .lg\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .lg\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .lg\:hover\:pt-250px:hover {
    padding-top: 250px;
  }

  .lg\:hover\:pr-250px:hover {
    padding-right: 250px;
  }

  .lg\:hover\:pb-250px:hover {
    padding-bottom: 250px;
  }

  .lg\:hover\:pl-250px:hover {
    padding-left: 250px;
  }

  .lg\:hover\:pt-1\/2\%:hover {
    padding-top: 0.5%;
  }

  .lg\:hover\:pr-1\/2\%:hover {
    padding-right: 0.5%;
  }

  .lg\:hover\:pb-1\/2\%:hover {
    padding-bottom: 0.5%;
  }

  .lg\:hover\:pl-1\/2\%:hover {
    padding-left: 0.5%;
  }

  .lg\:hover\:pt-1\%:hover {
    padding-top: 1%;
  }

  .lg\:hover\:pr-1\%:hover {
    padding-right: 1%;
  }

  .lg\:hover\:pb-1\%:hover {
    padding-bottom: 1%;
  }

  .lg\:hover\:pl-1\%:hover {
    padding-left: 1%;
  }

  .lg\:hover\:pt-2\%:hover {
    padding-top: 2%;
  }

  .lg\:hover\:pr-2\%:hover {
    padding-right: 2%;
  }

  .lg\:hover\:pb-2\%:hover {
    padding-bottom: 2%;
  }

  .lg\:hover\:pl-2\%:hover {
    padding-left: 2%;
  }

  .lg\:hover\:pt-3\%:hover {
    padding-top: 3%;
  }

  .lg\:hover\:pr-3\%:hover {
    padding-right: 3%;
  }

  .lg\:hover\:pb-3\%:hover {
    padding-bottom: 3%;
  }

  .lg\:hover\:pl-3\%:hover {
    padding-left: 3%;
  }

  .lg\:hover\:pt-4\%:hover {
    padding-top: 4%;
  }

  .lg\:hover\:pr-4\%:hover {
    padding-right: 4%;
  }

  .lg\:hover\:pb-4\%:hover {
    padding-bottom: 4%;
  }

  .lg\:hover\:pl-4\%:hover {
    padding-left: 4%;
  }

  .lg\:hover\:pt-5\%:hover {
    padding-top: 5%;
  }

  .lg\:hover\:pr-5\%:hover {
    padding-right: 5%;
  }

  .lg\:hover\:pb-5\%:hover {
    padding-bottom: 5%;
  }

  .lg\:hover\:pl-5\%:hover {
    padding-left: 5%;
  }

  .lg\:hover\:pt-10\%:hover {
    padding-top: 10%;
  }

  .lg\:hover\:pr-10\%:hover {
    padding-right: 10%;
  }

  .lg\:hover\:pb-10\%:hover {
    padding-bottom: 10%;
  }

  .lg\:hover\:pl-10\%:hover {
    padding-left: 10%;
  }

  .lg\:hover\:pt-20\%:hover {
    padding-top: 20%;
  }

  .lg\:hover\:pr-20\%:hover {
    padding-right: 20%;
  }

  .lg\:hover\:pb-20\%:hover {
    padding-bottom: 20%;
  }

  .lg\:hover\:pl-20\%:hover {
    padding-left: 20%;
  }

  .lg\:hover\:pt-23\%:hover {
    padding-top: 23%;
  }

  .lg\:hover\:pr-23\%:hover {
    padding-right: 23%;
  }

  .lg\:hover\:pb-23\%:hover {
    padding-bottom: 23%;
  }

  .lg\:hover\:pl-23\%:hover {
    padding-left: 23%;
  }

  .lg\:hover\:pt-25\%:hover {
    padding-top: 25%;
  }

  .lg\:hover\:pr-25\%:hover {
    padding-right: 25%;
  }

  .lg\:hover\:pb-25\%:hover {
    padding-bottom: 25%;
  }

  .lg\:hover\:pl-25\%:hover {
    padding-left: 25%;
  }

  .lg\:hover\:pt-26\%:hover {
    padding-top: 26%;
  }

  .lg\:hover\:pr-26\%:hover {
    padding-right: 26%;
  }

  .lg\:hover\:pb-26\%:hover {
    padding-bottom: 26%;
  }

  .lg\:hover\:pl-26\%:hover {
    padding-left: 26%;
  }

  .lg\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .lg\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .lg\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .lg\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .lg\:hover\:pt-40\%:hover {
    padding-top: 40%;
  }

  .lg\:hover\:pr-40\%:hover {
    padding-right: 40%;
  }

  .lg\:hover\:pb-40\%:hover {
    padding-bottom: 40%;
  }

  .lg\:hover\:pl-40\%:hover {
    padding-left: 40%;
  }

  .lg\:hover\:pt-50\%:hover {
    padding-top: 50%;
  }

  .lg\:hover\:pr-50\%:hover {
    padding-right: 50%;
  }

  .lg\:hover\:pb-50\%:hover {
    padding-bottom: 50%;
  }

  .lg\:hover\:pl-50\%:hover {
    padding-left: 50%;
  }

  .lg\:hover\:pt-60\%:hover {
    padding-top: 60%;
  }

  .lg\:hover\:pr-60\%:hover {
    padding-right: 60%;
  }

  .lg\:hover\:pb-60\%:hover {
    padding-bottom: 60%;
  }

  .lg\:hover\:pl-60\%:hover {
    padding-left: 60%;
  }

  .lg\:hover\:pt-70\%:hover {
    padding-top: 70%;
  }

  .lg\:hover\:pr-70\%:hover {
    padding-right: 70%;
  }

  .lg\:hover\:pb-70\%:hover {
    padding-bottom: 70%;
  }

  .lg\:hover\:pl-70\%:hover {
    padding-left: 70%;
  }

  .lg\:hover\:pt-80\%:hover {
    padding-top: 80%;
  }

  .lg\:hover\:pr-80\%:hover {
    padding-right: 80%;
  }

  .lg\:hover\:pb-80\%:hover {
    padding-bottom: 80%;
  }

  .lg\:hover\:pl-80\%:hover {
    padding-left: 80%;
  }

  .lg\:hover\:pt-90\%:hover {
    padding-top: 90%;
  }

  .lg\:hover\:pr-90\%:hover {
    padding-right: 90%;
  }

  .lg\:hover\:pb-90\%:hover {
    padding-bottom: 90%;
  }

  .lg\:hover\:pl-90\%:hover {
    padding-left: 90%;
  }

  .lg\:hover\:pt-95\%:hover {
    padding-top: 95%;
  }

  .lg\:hover\:pr-95\%:hover {
    padding-right: 95%;
  }

  .lg\:hover\:pb-95\%:hover {
    padding-bottom: 95%;
  }

  .lg\:hover\:pl-95\%:hover {
    padding-left: 95%;
  }

  .lg\:hover\:pt-96\%:hover {
    padding-top: 96%;
  }

  .lg\:hover\:pr-96\%:hover {
    padding-right: 96%;
  }

  .lg\:hover\:pb-96\%:hover {
    padding-bottom: 96%;
  }

  .lg\:hover\:pl-96\%:hover {
    padding-left: 96%;
  }

  .lg\:hover\:pt-97\%:hover {
    padding-top: 97%;
  }

  .lg\:hover\:pr-97\%:hover {
    padding-right: 97%;
  }

  .lg\:hover\:pb-97\%:hover {
    padding-bottom: 97%;
  }

  .lg\:hover\:pl-97\%:hover {
    padding-left: 97%;
  }

  .lg\:hover\:pt-98\%:hover {
    padding-top: 98%;
  }

  .lg\:hover\:pr-98\%:hover {
    padding-right: 98%;
  }

  .lg\:hover\:pb-98\%:hover {
    padding-bottom: 98%;
  }

  .lg\:hover\:pl-98\%:hover {
    padding-left: 98%;
  }

  .lg\:hover\:pt-99\%:hover {
    padding-top: 99%;
  }

  .lg\:hover\:pr-99\%:hover {
    padding-right: 99%;
  }

  .lg\:hover\:pb-99\%:hover {
    padding-bottom: 99%;
  }

  .lg\:hover\:pl-99\%:hover {
    padding-left: 99%;
  }

  .lg\:hover\:pt-36vh:hover {
    padding-top: 36vh;
  }

  .lg\:hover\:pr-36vh:hover {
    padding-right: 36vh;
  }

  .lg\:hover\:pb-36vh:hover {
    padding-bottom: 36vh;
  }

  .lg\:hover\:pl-36vh:hover {
    padding-left: 36vh;
  }

  .lg\:hover\:pt-75vh:hover {
    padding-top: 75vh;
  }

  .lg\:hover\:pr-75vh:hover {
    padding-right: 75vh;
  }

  .lg\:hover\:pb-75vh:hover {
    padding-bottom: 75vh;
  }

  .lg\:hover\:pl-75vh:hover {
    padding-left: 75vh;
  }

  .lg\:hover\:pt-78vh:hover {
    padding-top: 78vh;
  }

  .lg\:hover\:pr-78vh:hover {
    padding-right: 78vh;
  }

  .lg\:hover\:pb-78vh:hover {
    padding-bottom: 78vh;
  }

  .lg\:hover\:pl-78vh:hover {
    padding-left: 78vh;
  }

  .lg\:hover\:pt-80vh:hover {
    padding-top: 80vh;
  }

  .lg\:hover\:pr-80vh:hover {
    padding-right: 80vh;
  }

  .lg\:hover\:pb-80vh:hover {
    padding-bottom: 80vh;
  }

  .lg\:hover\:pl-80vh:hover {
    padding-left: 80vh;
  }

  .lg\:hover\:pt-82vh:hover {
    padding-top: 82vh;
  }

  .lg\:hover\:pr-82vh:hover {
    padding-right: 82vh;
  }

  .lg\:hover\:pb-82vh:hover {
    padding-bottom: 82vh;
  }

  .lg\:hover\:pl-82vh:hover {
    padding-left: 82vh;
  }

  .lg\:focus\:p-0:focus {
    padding: 0;
  }

  .lg\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .lg\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .lg\:focus\:p-3:focus {
    padding: 0.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-7:focus {
    padding: 1.75rem;
  }

  .lg\:focus\:p-8:focus {
    padding: 2rem;
  }

  .lg\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .lg\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .lg\:focus\:p-12:focus {
    padding: 3rem;
  }

  .lg\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .lg\:focus\:p-15:focus {
    padding: 3.75rem;
  }

  .lg\:focus\:p-16:focus {
    padding: 4rem;
  }

  .lg\:focus\:p-18:focus {
    padding: 4.5rem;
  }

  .lg\:focus\:p-20:focus {
    padding: 5rem;
  }

  .lg\:focus\:p-21:focus {
    padding: 5.25rem;
  }

  .lg\:focus\:p-22:focus {
    padding: 5.5rem;
  }

  .lg\:focus\:p-24:focus {
    padding: 6rem;
  }

  .lg\:focus\:p-26:focus {
    padding: 6.5rem;
  }

  .lg\:focus\:p-28:focus {
    padding: 7rem;
  }

  .lg\:focus\:p-30:focus {
    padding: 7.5rem;
  }

  .lg\:focus\:p-32:focus {
    padding: 8rem;
  }

  .lg\:focus\:p-34:focus {
    padding: 8.5rem;
  }

  .lg\:focus\:p-36:focus {
    padding: 9rem;
  }

  .lg\:focus\:p-38:focus {
    padding: 9.5rem;
  }

  .lg\:focus\:p-40:focus {
    padding: 10rem;
  }

  .lg\:focus\:p-44:focus {
    padding: 11rem;
  }

  .lg\:focus\:p-48:focus {
    padding: 12rem;
  }

  .lg\:focus\:p-52:focus {
    padding: 13rem;
  }

  .lg\:focus\:p-53:focus {
    padding: 13.25rem;
  }

  .lg\:focus\:p-54:focus {
    padding: 13.5rem;
  }

  .lg\:focus\:p-56:focus {
    padding: 14rem;
  }

  .lg\:focus\:p-64:focus {
    padding: 16rem;
  }

  .lg\:focus\:p-72:focus {
    padding: 18rem;
  }

  .lg\:focus\:p-74:focus {
    padding: 18.5rem;
  }

  .lg\:focus\:p-76:focus {
    padding: 19rem;
  }

  .lg\:focus\:p-80:focus {
    padding: 20rem;
  }

  .lg\:focus\:p-85:focus {
    padding: 21.25rem;
  }

  .lg\:focus\:p-100:focus {
    padding: 25rem;
  }

  .lg\:focus\:p-105:focus {
    padding: 26.25rem;
  }

  .lg\:focus\:p-107:focus {
    padding: 26.4rem;
  }

  .lg\:focus\:p-110:focus {
    padding: 27.5rem;
  }

  .lg\:focus\:p-120:focus {
    padding: 30rem;
  }

  .lg\:focus\:p-130:focus {
    padding: 38rem;
  }

  .lg\:focus\:p-px:focus {
    padding: 1px;
  }

  .lg\:focus\:p-250px:focus {
    padding: 250px;
  }

  .lg\:focus\:p-1\/2\%:focus {
    padding: 0.5%;
  }

  .lg\:focus\:p-1\%:focus {
    padding: 1%;
  }

  .lg\:focus\:p-2\%:focus {
    padding: 2%;
  }

  .lg\:focus\:p-3\%:focus {
    padding: 3%;
  }

  .lg\:focus\:p-4\%:focus {
    padding: 4%;
  }

  .lg\:focus\:p-5\%:focus {
    padding: 5%;
  }

  .lg\:focus\:p-10\%:focus {
    padding: 10%;
  }

  .lg\:focus\:p-20\%:focus {
    padding: 20%;
  }

  .lg\:focus\:p-23\%:focus {
    padding: 23%;
  }

  .lg\:focus\:p-25\%:focus {
    padding: 25%;
  }

  .lg\:focus\:p-26\%:focus {
    padding: 26%;
  }

  .lg\:focus\:p-30\%:focus {
    padding: 30%;
  }

  .lg\:focus\:p-40\%:focus {
    padding: 40%;
  }

  .lg\:focus\:p-50\%:focus {
    padding: 50%;
  }

  .lg\:focus\:p-60\%:focus {
    padding: 60%;
  }

  .lg\:focus\:p-70\%:focus {
    padding: 70%;
  }

  .lg\:focus\:p-80\%:focus {
    padding: 80%;
  }

  .lg\:focus\:p-90\%:focus {
    padding: 90%;
  }

  .lg\:focus\:p-95\%:focus {
    padding: 95%;
  }

  .lg\:focus\:p-96\%:focus {
    padding: 96%;
  }

  .lg\:focus\:p-97\%:focus {
    padding: 97%;
  }

  .lg\:focus\:p-98\%:focus {
    padding: 98%;
  }

  .lg\:focus\:p-99\%:focus {
    padding: 99%;
  }

  .lg\:focus\:p-36vh:focus {
    padding: 36vh;
  }

  .lg\:focus\:p-75vh:focus {
    padding: 75vh;
  }

  .lg\:focus\:p-78vh:focus {
    padding: 78vh;
  }

  .lg\:focus\:p-80vh:focus {
    padding: 80vh;
  }

  .lg\:focus\:p-82vh:focus {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.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-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:focus\:py-15:focus {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:focus\:px-15:focus {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:focus {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:focus\:px-18:focus {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:focus {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:focus\:px-21:focus {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:focus\:py-22:focus {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:focus\:px-22:focus {
    padding-left: 5.5rem;
    padding-right: 5.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-26:focus {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:focus\:px-26:focus {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:focus\:py-30:focus {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:focus\:px-30:focus {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:focus {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:focus\:px-34:focus {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:focus\:py-38:focus {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:focus\:px-38:focus {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:focus\:py-53:focus {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .lg\:focus\:px-53:focus {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .lg\:focus\:py-54:focus {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:focus\:px-54:focus {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:focus\:py-74:focus {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .lg\:focus\:px-74:focus {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .lg\:focus\:py-76:focus {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .lg\:focus\:px-76:focus {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .lg\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:focus\:py-85:focus {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .lg\:focus\:px-85:focus {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .lg\:focus\:py-100:focus {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:focus\:px-100:focus {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:focus\:py-105:focus {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .lg\:focus\:px-105:focus {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .lg\:focus\:py-107:focus {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .lg\:focus\:px-107:focus {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .lg\:focus\:py-110:focus {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:focus\:px-110:focus {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:focus\:py-120:focus {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:focus\:px-120:focus {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:focus\:py-130:focus {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:focus\:px-130:focus {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:focus\:py-250px:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:focus\:px-250px:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:focus\:py-1\/2\%:focus {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .lg\:focus\:px-1\/2\%:focus {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lg\:focus\:py-1\%:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:focus\:px-1\%:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:focus\:py-2\%:focus {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .lg\:focus\:px-2\%:focus {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:focus\:py-3\%:focus {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .lg\:focus\:px-3\%:focus {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:focus\:py-4\%:focus {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lg\:focus\:px-4\%:focus {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:focus\:py-5\%:focus {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:focus\:px-5\%:focus {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:focus\:py-10\%:focus {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:focus\:px-10\%:focus {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:focus\:py-20\%:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:focus\:px-20\%:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:focus\:py-23\%:focus {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .lg\:focus\:px-23\%:focus {
    padding-left: 23%;
    padding-right: 23%;
  }

  .lg\:focus\:py-25\%:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:focus\:px-25\%:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:focus\:py-26\%:focus {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .lg\:focus\:px-26\%:focus {
    padding-left: 26%;
    padding-right: 26%;
  }

  .lg\:focus\:py-30\%:focus {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:focus\:px-30\%:focus {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:focus\:py-40\%:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:focus\:px-40\%:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:focus\:py-50\%:focus {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:focus\:px-50\%:focus {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:focus\:py-60\%:focus {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:focus\:px-60\%:focus {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:focus\:py-70\%:focus {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:focus\:px-70\%:focus {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:focus\:py-80\%:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:focus\:px-80\%:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:focus\:py-90\%:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:focus\:px-90\%:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:focus\:py-95\%:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:focus\:px-95\%:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:focus\:py-96\%:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:focus\:px-96\%:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:focus\:py-97\%:focus {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .lg\:focus\:px-97\%:focus {
    padding-left: 97%;
    padding-right: 97%;
  }

  .lg\:focus\:py-98\%:focus {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .lg\:focus\:px-98\%:focus {
    padding-left: 98%;
    padding-right: 98%;
  }

  .lg\:focus\:py-99\%:focus {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .lg\:focus\:px-99\%:focus {
    padding-left: 99%;
    padding-right: 99%;
  }

  .lg\:focus\:py-36vh:focus {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .lg\:focus\:px-36vh:focus {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .lg\:focus\:py-75vh:focus {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .lg\:focus\:px-75vh:focus {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .lg\:focus\:py-78vh:focus {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .lg\:focus\:px-78vh:focus {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .lg\:focus\:py-80vh:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:focus\:px-80vh:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:focus\:py-82vh:focus {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .lg\:focus\:px-82vh:focus {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .lg\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .lg\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .lg\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .lg\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .lg\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .lg\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .lg\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .lg\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .lg\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .lg\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .lg\:focus\:pl-3:focus {
    padding-left: 0.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-7:focus {
    padding-top: 1.75rem;
  }

  .lg\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .lg\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .lg\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .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-9:focus {
    padding-top: 2.25rem;
  }

  .lg\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .lg\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .lg\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .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-14:focus {
    padding-top: 3.5rem;
  }

  .lg\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .lg\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .lg\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .lg\:focus\:pt-15:focus {
    padding-top: 3.75rem;
  }

  .lg\:focus\:pr-15:focus {
    padding-right: 3.75rem;
  }

  .lg\:focus\:pb-15:focus {
    padding-bottom: 3.75rem;
  }

  .lg\:focus\:pl-15:focus {
    padding-left: 3.75rem;
  }

  .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-18:focus {
    padding-top: 4.5rem;
  }

  .lg\:focus\:pr-18:focus {
    padding-right: 4.5rem;
  }

  .lg\:focus\:pb-18:focus {
    padding-bottom: 4.5rem;
  }

  .lg\:focus\:pl-18:focus {
    padding-left: 4.5rem;
  }

  .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-21:focus {
    padding-top: 5.25rem;
  }

  .lg\:focus\:pr-21:focus {
    padding-right: 5.25rem;
  }

  .lg\:focus\:pb-21:focus {
    padding-bottom: 5.25rem;
  }

  .lg\:focus\:pl-21:focus {
    padding-left: 5.25rem;
  }

  .lg\:focus\:pt-22:focus {
    padding-top: 5.5rem;
  }

  .lg\:focus\:pr-22:focus {
    padding-right: 5.5rem;
  }

  .lg\:focus\:pb-22:focus {
    padding-bottom: 5.5rem;
  }

  .lg\:focus\:pl-22:focus {
    padding-left: 5.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-26:focus {
    padding-top: 6.5rem;
  }

  .lg\:focus\:pr-26:focus {
    padding-right: 6.5rem;
  }

  .lg\:focus\:pb-26:focus {
    padding-bottom: 6.5rem;
  }

  .lg\:focus\:pl-26:focus {
    padding-left: 6.5rem;
  }

  .lg\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .lg\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .lg\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .lg\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .lg\:focus\:pt-30:focus {
    padding-top: 7.5rem;
  }

  .lg\:focus\:pr-30:focus {
    padding-right: 7.5rem;
  }

  .lg\:focus\:pb-30:focus {
    padding-bottom: 7.5rem;
  }

  .lg\:focus\:pl-30:focus {
    padding-left: 7.5rem;
  }

  .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-34:focus {
    padding-top: 8.5rem;
  }

  .lg\:focus\:pr-34:focus {
    padding-right: 8.5rem;
  }

  .lg\:focus\:pb-34:focus {
    padding-bottom: 8.5rem;
  }

  .lg\:focus\:pl-34:focus {
    padding-left: 8.5rem;
  }

  .lg\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .lg\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .lg\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .lg\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .lg\:focus\:pt-38:focus {
    padding-top: 9.5rem;
  }

  .lg\:focus\:pr-38:focus {
    padding-right: 9.5rem;
  }

  .lg\:focus\:pb-38:focus {
    padding-bottom: 9.5rem;
  }

  .lg\:focus\:pl-38:focus {
    padding-left: 9.5rem;
  }

  .lg\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .lg\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .lg\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .lg\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .lg\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .lg\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .lg\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .lg\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .lg\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .lg\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .lg\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .lg\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .lg\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .lg\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .lg\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .lg\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .lg\:focus\:pt-53:focus {
    padding-top: 13.25rem;
  }

  .lg\:focus\:pr-53:focus {
    padding-right: 13.25rem;
  }

  .lg\:focus\:pb-53:focus {
    padding-bottom: 13.25rem;
  }

  .lg\:focus\:pl-53:focus {
    padding-left: 13.25rem;
  }

  .lg\:focus\:pt-54:focus {
    padding-top: 13.5rem;
  }

  .lg\:focus\:pr-54:focus {
    padding-right: 13.5rem;
  }

  .lg\:focus\:pb-54:focus {
    padding-bottom: 13.5rem;
  }

  .lg\:focus\:pl-54:focus {
    padding-left: 13.5rem;
  }

  .lg\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .lg\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .lg\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .lg\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .lg\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .lg\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .lg\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .lg\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .lg\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .lg\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .lg\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .lg\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .lg\:focus\:pt-74:focus {
    padding-top: 18.5rem;
  }

  .lg\:focus\:pr-74:focus {
    padding-right: 18.5rem;
  }

  .lg\:focus\:pb-74:focus {
    padding-bottom: 18.5rem;
  }

  .lg\:focus\:pl-74:focus {
    padding-left: 18.5rem;
  }

  .lg\:focus\:pt-76:focus {
    padding-top: 19rem;
  }

  .lg\:focus\:pr-76:focus {
    padding-right: 19rem;
  }

  .lg\:focus\:pb-76:focus {
    padding-bottom: 19rem;
  }

  .lg\:focus\:pl-76:focus {
    padding-left: 19rem;
  }

  .lg\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .lg\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .lg\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .lg\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .lg\:focus\:pt-85:focus {
    padding-top: 21.25rem;
  }

  .lg\:focus\:pr-85:focus {
    padding-right: 21.25rem;
  }

  .lg\:focus\:pb-85:focus {
    padding-bottom: 21.25rem;
  }

  .lg\:focus\:pl-85:focus {
    padding-left: 21.25rem;
  }

  .lg\:focus\:pt-100:focus {
    padding-top: 25rem;
  }

  .lg\:focus\:pr-100:focus {
    padding-right: 25rem;
  }

  .lg\:focus\:pb-100:focus {
    padding-bottom: 25rem;
  }

  .lg\:focus\:pl-100:focus {
    padding-left: 25rem;
  }

  .lg\:focus\:pt-105:focus {
    padding-top: 26.25rem;
  }

  .lg\:focus\:pr-105:focus {
    padding-right: 26.25rem;
  }

  .lg\:focus\:pb-105:focus {
    padding-bottom: 26.25rem;
  }

  .lg\:focus\:pl-105:focus {
    padding-left: 26.25rem;
  }

  .lg\:focus\:pt-107:focus {
    padding-top: 26.4rem;
  }

  .lg\:focus\:pr-107:focus {
    padding-right: 26.4rem;
  }

  .lg\:focus\:pb-107:focus {
    padding-bottom: 26.4rem;
  }

  .lg\:focus\:pl-107:focus {
    padding-left: 26.4rem;
  }

  .lg\:focus\:pt-110:focus {
    padding-top: 27.5rem;
  }

  .lg\:focus\:pr-110:focus {
    padding-right: 27.5rem;
  }

  .lg\:focus\:pb-110:focus {
    padding-bottom: 27.5rem;
  }

  .lg\:focus\:pl-110:focus {
    padding-left: 27.5rem;
  }

  .lg\:focus\:pt-120:focus {
    padding-top: 30rem;
  }

  .lg\:focus\:pr-120:focus {
    padding-right: 30rem;
  }

  .lg\:focus\:pb-120:focus {
    padding-bottom: 30rem;
  }

  .lg\:focus\:pl-120:focus {
    padding-left: 30rem;
  }

  .lg\:focus\:pt-130:focus {
    padding-top: 38rem;
  }

  .lg\:focus\:pr-130:focus {
    padding-right: 38rem;
  }

  .lg\:focus\:pb-130:focus {
    padding-bottom: 38rem;
  }

  .lg\:focus\:pl-130:focus {
    padding-left: 38rem;
  }

  .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\:focus\:pt-250px:focus {
    padding-top: 250px;
  }

  .lg\:focus\:pr-250px:focus {
    padding-right: 250px;
  }

  .lg\:focus\:pb-250px:focus {
    padding-bottom: 250px;
  }

  .lg\:focus\:pl-250px:focus {
    padding-left: 250px;
  }

  .lg\:focus\:pt-1\/2\%:focus {
    padding-top: 0.5%;
  }

  .lg\:focus\:pr-1\/2\%:focus {
    padding-right: 0.5%;
  }

  .lg\:focus\:pb-1\/2\%:focus {
    padding-bottom: 0.5%;
  }

  .lg\:focus\:pl-1\/2\%:focus {
    padding-left: 0.5%;
  }

  .lg\:focus\:pt-1\%:focus {
    padding-top: 1%;
  }

  .lg\:focus\:pr-1\%:focus {
    padding-right: 1%;
  }

  .lg\:focus\:pb-1\%:focus {
    padding-bottom: 1%;
  }

  .lg\:focus\:pl-1\%:focus {
    padding-left: 1%;
  }

  .lg\:focus\:pt-2\%:focus {
    padding-top: 2%;
  }

  .lg\:focus\:pr-2\%:focus {
    padding-right: 2%;
  }

  .lg\:focus\:pb-2\%:focus {
    padding-bottom: 2%;
  }

  .lg\:focus\:pl-2\%:focus {
    padding-left: 2%;
  }

  .lg\:focus\:pt-3\%:focus {
    padding-top: 3%;
  }

  .lg\:focus\:pr-3\%:focus {
    padding-right: 3%;
  }

  .lg\:focus\:pb-3\%:focus {
    padding-bottom: 3%;
  }

  .lg\:focus\:pl-3\%:focus {
    padding-left: 3%;
  }

  .lg\:focus\:pt-4\%:focus {
    padding-top: 4%;
  }

  .lg\:focus\:pr-4\%:focus {
    padding-right: 4%;
  }

  .lg\:focus\:pb-4\%:focus {
    padding-bottom: 4%;
  }

  .lg\:focus\:pl-4\%:focus {
    padding-left: 4%;
  }

  .lg\:focus\:pt-5\%:focus {
    padding-top: 5%;
  }

  .lg\:focus\:pr-5\%:focus {
    padding-right: 5%;
  }

  .lg\:focus\:pb-5\%:focus {
    padding-bottom: 5%;
  }

  .lg\:focus\:pl-5\%:focus {
    padding-left: 5%;
  }

  .lg\:focus\:pt-10\%:focus {
    padding-top: 10%;
  }

  .lg\:focus\:pr-10\%:focus {
    padding-right: 10%;
  }

  .lg\:focus\:pb-10\%:focus {
    padding-bottom: 10%;
  }

  .lg\:focus\:pl-10\%:focus {
    padding-left: 10%;
  }

  .lg\:focus\:pt-20\%:focus {
    padding-top: 20%;
  }

  .lg\:focus\:pr-20\%:focus {
    padding-right: 20%;
  }

  .lg\:focus\:pb-20\%:focus {
    padding-bottom: 20%;
  }

  .lg\:focus\:pl-20\%:focus {
    padding-left: 20%;
  }

  .lg\:focus\:pt-23\%:focus {
    padding-top: 23%;
  }

  .lg\:focus\:pr-23\%:focus {
    padding-right: 23%;
  }

  .lg\:focus\:pb-23\%:focus {
    padding-bottom: 23%;
  }

  .lg\:focus\:pl-23\%:focus {
    padding-left: 23%;
  }

  .lg\:focus\:pt-25\%:focus {
    padding-top: 25%;
  }

  .lg\:focus\:pr-25\%:focus {
    padding-right: 25%;
  }

  .lg\:focus\:pb-25\%:focus {
    padding-bottom: 25%;
  }

  .lg\:focus\:pl-25\%:focus {
    padding-left: 25%;
  }

  .lg\:focus\:pt-26\%:focus {
    padding-top: 26%;
  }

  .lg\:focus\:pr-26\%:focus {
    padding-right: 26%;
  }

  .lg\:focus\:pb-26\%:focus {
    padding-bottom: 26%;
  }

  .lg\:focus\:pl-26\%:focus {
    padding-left: 26%;
  }

  .lg\:focus\:pt-30\%:focus {
    padding-top: 30%;
  }

  .lg\:focus\:pr-30\%:focus {
    padding-right: 30%;
  }

  .lg\:focus\:pb-30\%:focus {
    padding-bottom: 30%;
  }

  .lg\:focus\:pl-30\%:focus {
    padding-left: 30%;
  }

  .lg\:focus\:pt-40\%:focus {
    padding-top: 40%;
  }

  .lg\:focus\:pr-40\%:focus {
    padding-right: 40%;
  }

  .lg\:focus\:pb-40\%:focus {
    padding-bottom: 40%;
  }

  .lg\:focus\:pl-40\%:focus {
    padding-left: 40%;
  }

  .lg\:focus\:pt-50\%:focus {
    padding-top: 50%;
  }

  .lg\:focus\:pr-50\%:focus {
    padding-right: 50%;
  }

  .lg\:focus\:pb-50\%:focus {
    padding-bottom: 50%;
  }

  .lg\:focus\:pl-50\%:focus {
    padding-left: 50%;
  }

  .lg\:focus\:pt-60\%:focus {
    padding-top: 60%;
  }

  .lg\:focus\:pr-60\%:focus {
    padding-right: 60%;
  }

  .lg\:focus\:pb-60\%:focus {
    padding-bottom: 60%;
  }

  .lg\:focus\:pl-60\%:focus {
    padding-left: 60%;
  }

  .lg\:focus\:pt-70\%:focus {
    padding-top: 70%;
  }

  .lg\:focus\:pr-70\%:focus {
    padding-right: 70%;
  }

  .lg\:focus\:pb-70\%:focus {
    padding-bottom: 70%;
  }

  .lg\:focus\:pl-70\%:focus {
    padding-left: 70%;
  }

  .lg\:focus\:pt-80\%:focus {
    padding-top: 80%;
  }

  .lg\:focus\:pr-80\%:focus {
    padding-right: 80%;
  }

  .lg\:focus\:pb-80\%:focus {
    padding-bottom: 80%;
  }

  .lg\:focus\:pl-80\%:focus {
    padding-left: 80%;
  }

  .lg\:focus\:pt-90\%:focus {
    padding-top: 90%;
  }

  .lg\:focus\:pr-90\%:focus {
    padding-right: 90%;
  }

  .lg\:focus\:pb-90\%:focus {
    padding-bottom: 90%;
  }

  .lg\:focus\:pl-90\%:focus {
    padding-left: 90%;
  }

  .lg\:focus\:pt-95\%:focus {
    padding-top: 95%;
  }

  .lg\:focus\:pr-95\%:focus {
    padding-right: 95%;
  }

  .lg\:focus\:pb-95\%:focus {
    padding-bottom: 95%;
  }

  .lg\:focus\:pl-95\%:focus {
    padding-left: 95%;
  }

  .lg\:focus\:pt-96\%:focus {
    padding-top: 96%;
  }

  .lg\:focus\:pr-96\%:focus {
    padding-right: 96%;
  }

  .lg\:focus\:pb-96\%:focus {
    padding-bottom: 96%;
  }

  .lg\:focus\:pl-96\%:focus {
    padding-left: 96%;
  }

  .lg\:focus\:pt-97\%:focus {
    padding-top: 97%;
  }

  .lg\:focus\:pr-97\%:focus {
    padding-right: 97%;
  }

  .lg\:focus\:pb-97\%:focus {
    padding-bottom: 97%;
  }

  .lg\:focus\:pl-97\%:focus {
    padding-left: 97%;
  }

  .lg\:focus\:pt-98\%:focus {
    padding-top: 98%;
  }

  .lg\:focus\:pr-98\%:focus {
    padding-right: 98%;
  }

  .lg\:focus\:pb-98\%:focus {
    padding-bottom: 98%;
  }

  .lg\:focus\:pl-98\%:focus {
    padding-left: 98%;
  }

  .lg\:focus\:pt-99\%:focus {
    padding-top: 99%;
  }

  .lg\:focus\:pr-99\%:focus {
    padding-right: 99%;
  }

  .lg\:focus\:pb-99\%:focus {
    padding-bottom: 99%;
  }

  .lg\:focus\:pl-99\%:focus {
    padding-left: 99%;
  }

  .lg\:focus\:pt-36vh:focus {
    padding-top: 36vh;
  }

  .lg\:focus\:pr-36vh:focus {
    padding-right: 36vh;
  }

  .lg\:focus\:pb-36vh:focus {
    padding-bottom: 36vh;
  }

  .lg\:focus\:pl-36vh:focus {
    padding-left: 36vh;
  }

  .lg\:focus\:pt-75vh:focus {
    padding-top: 75vh;
  }

  .lg\:focus\:pr-75vh:focus {
    padding-right: 75vh;
  }

  .lg\:focus\:pb-75vh:focus {
    padding-bottom: 75vh;
  }

  .lg\:focus\:pl-75vh:focus {
    padding-left: 75vh;
  }

  .lg\:focus\:pt-78vh:focus {
    padding-top: 78vh;
  }

  .lg\:focus\:pr-78vh:focus {
    padding-right: 78vh;
  }

  .lg\:focus\:pb-78vh:focus {
    padding-bottom: 78vh;
  }

  .lg\:focus\:pl-78vh:focus {
    padding-left: 78vh;
  }

  .lg\:focus\:pt-80vh:focus {
    padding-top: 80vh;
  }

  .lg\:focus\:pr-80vh:focus {
    padding-right: 80vh;
  }

  .lg\:focus\:pb-80vh:focus {
    padding-bottom: 80vh;
  }

  .lg\:focus\:pl-80vh:focus {
    padding-left: 80vh;
  }

  .lg\:focus\:pt-82vh:focus {
    padding-top: 82vh;
  }

  .lg\:focus\:pr-82vh:focus {
    padding-right: 82vh;
  }

  .lg\:focus\:pb-82vh:focus {
    padding-bottom: 82vh;
  }

  .lg\:focus\:pl-82vh:focus {
    padding-left: 82vh;
  }

  .lg\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .lg\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .lg\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .lg\:focus-within\:p-3:focus-within {
    padding: 0.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-7:focus-within {
    padding: 1.75rem;
  }

  .lg\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .lg\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .lg\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .lg\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .lg\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .lg\:focus-within\:p-15:focus-within {
    padding: 3.75rem;
  }

  .lg\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .lg\:focus-within\:p-18:focus-within {
    padding: 4.5rem;
  }

  .lg\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .lg\:focus-within\:p-21:focus-within {
    padding: 5.25rem;
  }

  .lg\:focus-within\:p-22:focus-within {
    padding: 5.5rem;
  }

  .lg\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .lg\:focus-within\:p-26:focus-within {
    padding: 6.5rem;
  }

  .lg\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .lg\:focus-within\:p-30:focus-within {
    padding: 7.5rem;
  }

  .lg\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .lg\:focus-within\:p-34:focus-within {
    padding: 8.5rem;
  }

  .lg\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .lg\:focus-within\:p-38:focus-within {
    padding: 9.5rem;
  }

  .lg\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .lg\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .lg\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .lg\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .lg\:focus-within\:p-53:focus-within {
    padding: 13.25rem;
  }

  .lg\:focus-within\:p-54:focus-within {
    padding: 13.5rem;
  }

  .lg\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .lg\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .lg\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .lg\:focus-within\:p-74:focus-within {
    padding: 18.5rem;
  }

  .lg\:focus-within\:p-76:focus-within {
    padding: 19rem;
  }

  .lg\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .lg\:focus-within\:p-85:focus-within {
    padding: 21.25rem;
  }

  .lg\:focus-within\:p-100:focus-within {
    padding: 25rem;
  }

  .lg\:focus-within\:p-105:focus-within {
    padding: 26.25rem;
  }

  .lg\:focus-within\:p-107:focus-within {
    padding: 26.4rem;
  }

  .lg\:focus-within\:p-110:focus-within {
    padding: 27.5rem;
  }

  .lg\:focus-within\:p-120:focus-within {
    padding: 30rem;
  }

  .lg\:focus-within\:p-130:focus-within {
    padding: 38rem;
  }

  .lg\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .lg\:focus-within\:p-250px:focus-within {
    padding: 250px;
  }

  .lg\:focus-within\:p-1\/2\%:focus-within {
    padding: 0.5%;
  }

  .lg\:focus-within\:p-1\%:focus-within {
    padding: 1%;
  }

  .lg\:focus-within\:p-2\%:focus-within {
    padding: 2%;
  }

  .lg\:focus-within\:p-3\%:focus-within {
    padding: 3%;
  }

  .lg\:focus-within\:p-4\%:focus-within {
    padding: 4%;
  }

  .lg\:focus-within\:p-5\%:focus-within {
    padding: 5%;
  }

  .lg\:focus-within\:p-10\%:focus-within {
    padding: 10%;
  }

  .lg\:focus-within\:p-20\%:focus-within {
    padding: 20%;
  }

  .lg\:focus-within\:p-23\%:focus-within {
    padding: 23%;
  }

  .lg\:focus-within\:p-25\%:focus-within {
    padding: 25%;
  }

  .lg\:focus-within\:p-26\%:focus-within {
    padding: 26%;
  }

  .lg\:focus-within\:p-30\%:focus-within {
    padding: 30%;
  }

  .lg\:focus-within\:p-40\%:focus-within {
    padding: 40%;
  }

  .lg\:focus-within\:p-50\%:focus-within {
    padding: 50%;
  }

  .lg\:focus-within\:p-60\%:focus-within {
    padding: 60%;
  }

  .lg\:focus-within\:p-70\%:focus-within {
    padding: 70%;
  }

  .lg\:focus-within\:p-80\%:focus-within {
    padding: 80%;
  }

  .lg\:focus-within\:p-90\%:focus-within {
    padding: 90%;
  }

  .lg\:focus-within\:p-95\%:focus-within {
    padding: 95%;
  }

  .lg\:focus-within\:p-96\%:focus-within {
    padding: 96%;
  }

  .lg\:focus-within\:p-97\%:focus-within {
    padding: 97%;
  }

  .lg\:focus-within\:p-98\%:focus-within {
    padding: 98%;
  }

  .lg\:focus-within\:p-99\%:focus-within {
    padding: 99%;
  }

  .lg\:focus-within\:p-36vh:focus-within {
    padding: 36vh;
  }

  .lg\:focus-within\:p-75vh:focus-within {
    padding: 75vh;
  }

  .lg\:focus-within\:p-78vh:focus-within {
    padding: 78vh;
  }

  .lg\:focus-within\:p-80vh:focus-within {
    padding: 80vh;
  }

  .lg\:focus-within\:p-82vh:focus-within {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.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-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:focus-within\:py-15:focus-within {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:focus-within\:px-15:focus-within {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:focus-within {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:focus-within\:px-18:focus-within {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:focus-within {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:focus-within\:px-21:focus-within {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:focus-within\:py-22:focus-within {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:focus-within\:px-22:focus-within {
    padding-left: 5.5rem;
    padding-right: 5.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-26:focus-within {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:focus-within\:px-26:focus-within {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:focus-within\:py-30:focus-within {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:focus-within\:px-30:focus-within {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:focus-within {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:focus-within\:px-34:focus-within {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:focus-within\:py-38:focus-within {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:focus-within\:px-38:focus-within {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:focus-within\:py-53:focus-within {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .lg\:focus-within\:px-53:focus-within {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .lg\:focus-within\:py-54:focus-within {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:focus-within\:px-54:focus-within {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:focus-within\:py-74:focus-within {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .lg\:focus-within\:px-74:focus-within {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .lg\:focus-within\:py-76:focus-within {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .lg\:focus-within\:px-76:focus-within {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .lg\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:focus-within\:py-85:focus-within {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .lg\:focus-within\:px-85:focus-within {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .lg\:focus-within\:py-100:focus-within {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:focus-within\:px-100:focus-within {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:focus-within\:py-105:focus-within {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .lg\:focus-within\:px-105:focus-within {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .lg\:focus-within\:py-107:focus-within {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .lg\:focus-within\:px-107:focus-within {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .lg\:focus-within\:py-110:focus-within {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:focus-within\:px-110:focus-within {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:focus-within\:py-120:focus-within {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:focus-within\:px-120:focus-within {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:focus-within\:py-130:focus-within {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:focus-within\:px-130:focus-within {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .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\:py-250px:focus-within {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:focus-within\:px-250px:focus-within {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:focus-within\:py-1\/2\%:focus-within {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .lg\:focus-within\:px-1\/2\%:focus-within {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lg\:focus-within\:py-1\%:focus-within {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:focus-within\:px-1\%:focus-within {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:focus-within\:py-2\%:focus-within {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .lg\:focus-within\:px-2\%:focus-within {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:focus-within\:py-3\%:focus-within {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .lg\:focus-within\:px-3\%:focus-within {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:focus-within\:py-4\%:focus-within {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lg\:focus-within\:px-4\%:focus-within {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:focus-within\:py-5\%:focus-within {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:focus-within\:px-5\%:focus-within {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:focus-within\:py-10\%:focus-within {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:focus-within\:px-10\%:focus-within {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:focus-within\:py-20\%:focus-within {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:focus-within\:px-20\%:focus-within {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:focus-within\:py-23\%:focus-within {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .lg\:focus-within\:px-23\%:focus-within {
    padding-left: 23%;
    padding-right: 23%;
  }

  .lg\:focus-within\:py-25\%:focus-within {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:focus-within\:px-25\%:focus-within {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:focus-within\:py-26\%:focus-within {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .lg\:focus-within\:px-26\%:focus-within {
    padding-left: 26%;
    padding-right: 26%;
  }

  .lg\:focus-within\:py-30\%:focus-within {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:focus-within\:px-30\%:focus-within {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:focus-within\:py-40\%:focus-within {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:focus-within\:px-40\%:focus-within {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:focus-within\:py-50\%:focus-within {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:focus-within\:px-50\%:focus-within {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:focus-within\:py-60\%:focus-within {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:focus-within\:px-60\%:focus-within {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:focus-within\:py-70\%:focus-within {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:focus-within\:px-70\%:focus-within {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:focus-within\:py-80\%:focus-within {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:focus-within\:px-80\%:focus-within {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:focus-within\:py-90\%:focus-within {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:focus-within\:px-90\%:focus-within {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:focus-within\:py-95\%:focus-within {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:focus-within\:px-95\%:focus-within {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:focus-within\:py-96\%:focus-within {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:focus-within\:px-96\%:focus-within {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:focus-within\:py-97\%:focus-within {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .lg\:focus-within\:px-97\%:focus-within {
    padding-left: 97%;
    padding-right: 97%;
  }

  .lg\:focus-within\:py-98\%:focus-within {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .lg\:focus-within\:px-98\%:focus-within {
    padding-left: 98%;
    padding-right: 98%;
  }

  .lg\:focus-within\:py-99\%:focus-within {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .lg\:focus-within\:px-99\%:focus-within {
    padding-left: 99%;
    padding-right: 99%;
  }

  .lg\:focus-within\:py-36vh:focus-within {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .lg\:focus-within\:px-36vh:focus-within {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .lg\:focus-within\:py-75vh:focus-within {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .lg\:focus-within\:px-75vh:focus-within {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .lg\:focus-within\:py-78vh:focus-within {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .lg\:focus-within\:px-78vh:focus-within {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .lg\:focus-within\:py-80vh:focus-within {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:focus-within\:px-80vh:focus-within {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:focus-within\:py-82vh:focus-within {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .lg\:focus-within\:px-82vh:focus-within {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .lg\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .lg\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .lg\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .lg\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .lg\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .lg\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .lg\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .lg\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .lg\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .lg\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .lg\:focus-within\:pl-3:focus-within {
    padding-left: 0.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-7:focus-within {
    padding-top: 1.75rem;
  }

  .lg\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .lg\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .lg\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .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-9:focus-within {
    padding-top: 2.25rem;
  }

  .lg\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .lg\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .lg\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .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-14:focus-within {
    padding-top: 3.5rem;
  }

  .lg\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .lg\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .lg\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .lg\:focus-within\:pt-15:focus-within {
    padding-top: 3.75rem;
  }

  .lg\:focus-within\:pr-15:focus-within {
    padding-right: 3.75rem;
  }

  .lg\:focus-within\:pb-15:focus-within {
    padding-bottom: 3.75rem;
  }

  .lg\:focus-within\:pl-15:focus-within {
    padding-left: 3.75rem;
  }

  .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-18:focus-within {
    padding-top: 4.5rem;
  }

  .lg\:focus-within\:pr-18:focus-within {
    padding-right: 4.5rem;
  }

  .lg\:focus-within\:pb-18:focus-within {
    padding-bottom: 4.5rem;
  }

  .lg\:focus-within\:pl-18:focus-within {
    padding-left: 4.5rem;
  }

  .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-21:focus-within {
    padding-top: 5.25rem;
  }

  .lg\:focus-within\:pr-21:focus-within {
    padding-right: 5.25rem;
  }

  .lg\:focus-within\:pb-21:focus-within {
    padding-bottom: 5.25rem;
  }

  .lg\:focus-within\:pl-21:focus-within {
    padding-left: 5.25rem;
  }

  .lg\:focus-within\:pt-22:focus-within {
    padding-top: 5.5rem;
  }

  .lg\:focus-within\:pr-22:focus-within {
    padding-right: 5.5rem;
  }

  .lg\:focus-within\:pb-22:focus-within {
    padding-bottom: 5.5rem;
  }

  .lg\:focus-within\:pl-22:focus-within {
    padding-left: 5.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-26:focus-within {
    padding-top: 6.5rem;
  }

  .lg\:focus-within\:pr-26:focus-within {
    padding-right: 6.5rem;
  }

  .lg\:focus-within\:pb-26:focus-within {
    padding-bottom: 6.5rem;
  }

  .lg\:focus-within\:pl-26:focus-within {
    padding-left: 6.5rem;
  }

  .lg\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .lg\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .lg\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .lg\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .lg\:focus-within\:pt-30:focus-within {
    padding-top: 7.5rem;
  }

  .lg\:focus-within\:pr-30:focus-within {
    padding-right: 7.5rem;
  }

  .lg\:focus-within\:pb-30:focus-within {
    padding-bottom: 7.5rem;
  }

  .lg\:focus-within\:pl-30:focus-within {
    padding-left: 7.5rem;
  }

  .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-34:focus-within {
    padding-top: 8.5rem;
  }

  .lg\:focus-within\:pr-34:focus-within {
    padding-right: 8.5rem;
  }

  .lg\:focus-within\:pb-34:focus-within {
    padding-bottom: 8.5rem;
  }

  .lg\:focus-within\:pl-34:focus-within {
    padding-left: 8.5rem;
  }

  .lg\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .lg\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .lg\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .lg\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .lg\:focus-within\:pt-38:focus-within {
    padding-top: 9.5rem;
  }

  .lg\:focus-within\:pr-38:focus-within {
    padding-right: 9.5rem;
  }

  .lg\:focus-within\:pb-38:focus-within {
    padding-bottom: 9.5rem;
  }

  .lg\:focus-within\:pl-38:focus-within {
    padding-left: 9.5rem;
  }

  .lg\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .lg\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .lg\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .lg\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .lg\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .lg\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .lg\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .lg\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .lg\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .lg\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .lg\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .lg\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .lg\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .lg\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .lg\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .lg\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .lg\:focus-within\:pt-53:focus-within {
    padding-top: 13.25rem;
  }

  .lg\:focus-within\:pr-53:focus-within {
    padding-right: 13.25rem;
  }

  .lg\:focus-within\:pb-53:focus-within {
    padding-bottom: 13.25rem;
  }

  .lg\:focus-within\:pl-53:focus-within {
    padding-left: 13.25rem;
  }

  .lg\:focus-within\:pt-54:focus-within {
    padding-top: 13.5rem;
  }

  .lg\:focus-within\:pr-54:focus-within {
    padding-right: 13.5rem;
  }

  .lg\:focus-within\:pb-54:focus-within {
    padding-bottom: 13.5rem;
  }

  .lg\:focus-within\:pl-54:focus-within {
    padding-left: 13.5rem;
  }

  .lg\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .lg\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .lg\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .lg\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .lg\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .lg\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .lg\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .lg\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .lg\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .lg\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .lg\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .lg\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .lg\:focus-within\:pt-74:focus-within {
    padding-top: 18.5rem;
  }

  .lg\:focus-within\:pr-74:focus-within {
    padding-right: 18.5rem;
  }

  .lg\:focus-within\:pb-74:focus-within {
    padding-bottom: 18.5rem;
  }

  .lg\:focus-within\:pl-74:focus-within {
    padding-left: 18.5rem;
  }

  .lg\:focus-within\:pt-76:focus-within {
    padding-top: 19rem;
  }

  .lg\:focus-within\:pr-76:focus-within {
    padding-right: 19rem;
  }

  .lg\:focus-within\:pb-76:focus-within {
    padding-bottom: 19rem;
  }

  .lg\:focus-within\:pl-76:focus-within {
    padding-left: 19rem;
  }

  .lg\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .lg\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .lg\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .lg\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .lg\:focus-within\:pt-85:focus-within {
    padding-top: 21.25rem;
  }

  .lg\:focus-within\:pr-85:focus-within {
    padding-right: 21.25rem;
  }

  .lg\:focus-within\:pb-85:focus-within {
    padding-bottom: 21.25rem;
  }

  .lg\:focus-within\:pl-85:focus-within {
    padding-left: 21.25rem;
  }

  .lg\:focus-within\:pt-100:focus-within {
    padding-top: 25rem;
  }

  .lg\:focus-within\:pr-100:focus-within {
    padding-right: 25rem;
  }

  .lg\:focus-within\:pb-100:focus-within {
    padding-bottom: 25rem;
  }

  .lg\:focus-within\:pl-100:focus-within {
    padding-left: 25rem;
  }

  .lg\:focus-within\:pt-105:focus-within {
    padding-top: 26.25rem;
  }

  .lg\:focus-within\:pr-105:focus-within {
    padding-right: 26.25rem;
  }

  .lg\:focus-within\:pb-105:focus-within {
    padding-bottom: 26.25rem;
  }

  .lg\:focus-within\:pl-105:focus-within {
    padding-left: 26.25rem;
  }

  .lg\:focus-within\:pt-107:focus-within {
    padding-top: 26.4rem;
  }

  .lg\:focus-within\:pr-107:focus-within {
    padding-right: 26.4rem;
  }

  .lg\:focus-within\:pb-107:focus-within {
    padding-bottom: 26.4rem;
  }

  .lg\:focus-within\:pl-107:focus-within {
    padding-left: 26.4rem;
  }

  .lg\:focus-within\:pt-110:focus-within {
    padding-top: 27.5rem;
  }

  .lg\:focus-within\:pr-110:focus-within {
    padding-right: 27.5rem;
  }

  .lg\:focus-within\:pb-110:focus-within {
    padding-bottom: 27.5rem;
  }

  .lg\:focus-within\:pl-110:focus-within {
    padding-left: 27.5rem;
  }

  .lg\:focus-within\:pt-120:focus-within {
    padding-top: 30rem;
  }

  .lg\:focus-within\:pr-120:focus-within {
    padding-right: 30rem;
  }

  .lg\:focus-within\:pb-120:focus-within {
    padding-bottom: 30rem;
  }

  .lg\:focus-within\:pl-120:focus-within {
    padding-left: 30rem;
  }

  .lg\:focus-within\:pt-130:focus-within {
    padding-top: 38rem;
  }

  .lg\:focus-within\:pr-130:focus-within {
    padding-right: 38rem;
  }

  .lg\:focus-within\:pb-130:focus-within {
    padding-bottom: 38rem;
  }

  .lg\:focus-within\:pl-130:focus-within {
    padding-left: 38rem;
  }

  .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-within\:pt-250px:focus-within {
    padding-top: 250px;
  }

  .lg\:focus-within\:pr-250px:focus-within {
    padding-right: 250px;
  }

  .lg\:focus-within\:pb-250px:focus-within {
    padding-bottom: 250px;
  }

  .lg\:focus-within\:pl-250px:focus-within {
    padding-left: 250px;
  }

  .lg\:focus-within\:pt-1\/2\%:focus-within {
    padding-top: 0.5%;
  }

  .lg\:focus-within\:pr-1\/2\%:focus-within {
    padding-right: 0.5%;
  }

  .lg\:focus-within\:pb-1\/2\%:focus-within {
    padding-bottom: 0.5%;
  }

  .lg\:focus-within\:pl-1\/2\%:focus-within {
    padding-left: 0.5%;
  }

  .lg\:focus-within\:pt-1\%:focus-within {
    padding-top: 1%;
  }

  .lg\:focus-within\:pr-1\%:focus-within {
    padding-right: 1%;
  }

  .lg\:focus-within\:pb-1\%:focus-within {
    padding-bottom: 1%;
  }

  .lg\:focus-within\:pl-1\%:focus-within {
    padding-left: 1%;
  }

  .lg\:focus-within\:pt-2\%:focus-within {
    padding-top: 2%;
  }

  .lg\:focus-within\:pr-2\%:focus-within {
    padding-right: 2%;
  }

  .lg\:focus-within\:pb-2\%:focus-within {
    padding-bottom: 2%;
  }

  .lg\:focus-within\:pl-2\%:focus-within {
    padding-left: 2%;
  }

  .lg\:focus-within\:pt-3\%:focus-within {
    padding-top: 3%;
  }

  .lg\:focus-within\:pr-3\%:focus-within {
    padding-right: 3%;
  }

  .lg\:focus-within\:pb-3\%:focus-within {
    padding-bottom: 3%;
  }

  .lg\:focus-within\:pl-3\%:focus-within {
    padding-left: 3%;
  }

  .lg\:focus-within\:pt-4\%:focus-within {
    padding-top: 4%;
  }

  .lg\:focus-within\:pr-4\%:focus-within {
    padding-right: 4%;
  }

  .lg\:focus-within\:pb-4\%:focus-within {
    padding-bottom: 4%;
  }

  .lg\:focus-within\:pl-4\%:focus-within {
    padding-left: 4%;
  }

  .lg\:focus-within\:pt-5\%:focus-within {
    padding-top: 5%;
  }

  .lg\:focus-within\:pr-5\%:focus-within {
    padding-right: 5%;
  }

  .lg\:focus-within\:pb-5\%:focus-within {
    padding-bottom: 5%;
  }

  .lg\:focus-within\:pl-5\%:focus-within {
    padding-left: 5%;
  }

  .lg\:focus-within\:pt-10\%:focus-within {
    padding-top: 10%;
  }

  .lg\:focus-within\:pr-10\%:focus-within {
    padding-right: 10%;
  }

  .lg\:focus-within\:pb-10\%:focus-within {
    padding-bottom: 10%;
  }

  .lg\:focus-within\:pl-10\%:focus-within {
    padding-left: 10%;
  }

  .lg\:focus-within\:pt-20\%:focus-within {
    padding-top: 20%;
  }

  .lg\:focus-within\:pr-20\%:focus-within {
    padding-right: 20%;
  }

  .lg\:focus-within\:pb-20\%:focus-within {
    padding-bottom: 20%;
  }

  .lg\:focus-within\:pl-20\%:focus-within {
    padding-left: 20%;
  }

  .lg\:focus-within\:pt-23\%:focus-within {
    padding-top: 23%;
  }

  .lg\:focus-within\:pr-23\%:focus-within {
    padding-right: 23%;
  }

  .lg\:focus-within\:pb-23\%:focus-within {
    padding-bottom: 23%;
  }

  .lg\:focus-within\:pl-23\%:focus-within {
    padding-left: 23%;
  }

  .lg\:focus-within\:pt-25\%:focus-within {
    padding-top: 25%;
  }

  .lg\:focus-within\:pr-25\%:focus-within {
    padding-right: 25%;
  }

  .lg\:focus-within\:pb-25\%:focus-within {
    padding-bottom: 25%;
  }

  .lg\:focus-within\:pl-25\%:focus-within {
    padding-left: 25%;
  }

  .lg\:focus-within\:pt-26\%:focus-within {
    padding-top: 26%;
  }

  .lg\:focus-within\:pr-26\%:focus-within {
    padding-right: 26%;
  }

  .lg\:focus-within\:pb-26\%:focus-within {
    padding-bottom: 26%;
  }

  .lg\:focus-within\:pl-26\%:focus-within {
    padding-left: 26%;
  }

  .lg\:focus-within\:pt-30\%:focus-within {
    padding-top: 30%;
  }

  .lg\:focus-within\:pr-30\%:focus-within {
    padding-right: 30%;
  }

  .lg\:focus-within\:pb-30\%:focus-within {
    padding-bottom: 30%;
  }

  .lg\:focus-within\:pl-30\%:focus-within {
    padding-left: 30%;
  }

  .lg\:focus-within\:pt-40\%:focus-within {
    padding-top: 40%;
  }

  .lg\:focus-within\:pr-40\%:focus-within {
    padding-right: 40%;
  }

  .lg\:focus-within\:pb-40\%:focus-within {
    padding-bottom: 40%;
  }

  .lg\:focus-within\:pl-40\%:focus-within {
    padding-left: 40%;
  }

  .lg\:focus-within\:pt-50\%:focus-within {
    padding-top: 50%;
  }

  .lg\:focus-within\:pr-50\%:focus-within {
    padding-right: 50%;
  }

  .lg\:focus-within\:pb-50\%:focus-within {
    padding-bottom: 50%;
  }

  .lg\:focus-within\:pl-50\%:focus-within {
    padding-left: 50%;
  }

  .lg\:focus-within\:pt-60\%:focus-within {
    padding-top: 60%;
  }

  .lg\:focus-within\:pr-60\%:focus-within {
    padding-right: 60%;
  }

  .lg\:focus-within\:pb-60\%:focus-within {
    padding-bottom: 60%;
  }

  .lg\:focus-within\:pl-60\%:focus-within {
    padding-left: 60%;
  }

  .lg\:focus-within\:pt-70\%:focus-within {
    padding-top: 70%;
  }

  .lg\:focus-within\:pr-70\%:focus-within {
    padding-right: 70%;
  }

  .lg\:focus-within\:pb-70\%:focus-within {
    padding-bottom: 70%;
  }

  .lg\:focus-within\:pl-70\%:focus-within {
    padding-left: 70%;
  }

  .lg\:focus-within\:pt-80\%:focus-within {
    padding-top: 80%;
  }

  .lg\:focus-within\:pr-80\%:focus-within {
    padding-right: 80%;
  }

  .lg\:focus-within\:pb-80\%:focus-within {
    padding-bottom: 80%;
  }

  .lg\:focus-within\:pl-80\%:focus-within {
    padding-left: 80%;
  }

  .lg\:focus-within\:pt-90\%:focus-within {
    padding-top: 90%;
  }

  .lg\:focus-within\:pr-90\%:focus-within {
    padding-right: 90%;
  }

  .lg\:focus-within\:pb-90\%:focus-within {
    padding-bottom: 90%;
  }

  .lg\:focus-within\:pl-90\%:focus-within {
    padding-left: 90%;
  }

  .lg\:focus-within\:pt-95\%:focus-within {
    padding-top: 95%;
  }

  .lg\:focus-within\:pr-95\%:focus-within {
    padding-right: 95%;
  }

  .lg\:focus-within\:pb-95\%:focus-within {
    padding-bottom: 95%;
  }

  .lg\:focus-within\:pl-95\%:focus-within {
    padding-left: 95%;
  }

  .lg\:focus-within\:pt-96\%:focus-within {
    padding-top: 96%;
  }

  .lg\:focus-within\:pr-96\%:focus-within {
    padding-right: 96%;
  }

  .lg\:focus-within\:pb-96\%:focus-within {
    padding-bottom: 96%;
  }

  .lg\:focus-within\:pl-96\%:focus-within {
    padding-left: 96%;
  }

  .lg\:focus-within\:pt-97\%:focus-within {
    padding-top: 97%;
  }

  .lg\:focus-within\:pr-97\%:focus-within {
    padding-right: 97%;
  }

  .lg\:focus-within\:pb-97\%:focus-within {
    padding-bottom: 97%;
  }

  .lg\:focus-within\:pl-97\%:focus-within {
    padding-left: 97%;
  }

  .lg\:focus-within\:pt-98\%:focus-within {
    padding-top: 98%;
  }

  .lg\:focus-within\:pr-98\%:focus-within {
    padding-right: 98%;
  }

  .lg\:focus-within\:pb-98\%:focus-within {
    padding-bottom: 98%;
  }

  .lg\:focus-within\:pl-98\%:focus-within {
    padding-left: 98%;
  }

  .lg\:focus-within\:pt-99\%:focus-within {
    padding-top: 99%;
  }

  .lg\:focus-within\:pr-99\%:focus-within {
    padding-right: 99%;
  }

  .lg\:focus-within\:pb-99\%:focus-within {
    padding-bottom: 99%;
  }

  .lg\:focus-within\:pl-99\%:focus-within {
    padding-left: 99%;
  }

  .lg\:focus-within\:pt-36vh:focus-within {
    padding-top: 36vh;
  }

  .lg\:focus-within\:pr-36vh:focus-within {
    padding-right: 36vh;
  }

  .lg\:focus-within\:pb-36vh:focus-within {
    padding-bottom: 36vh;
  }

  .lg\:focus-within\:pl-36vh:focus-within {
    padding-left: 36vh;
  }

  .lg\:focus-within\:pt-75vh:focus-within {
    padding-top: 75vh;
  }

  .lg\:focus-within\:pr-75vh:focus-within {
    padding-right: 75vh;
  }

  .lg\:focus-within\:pb-75vh:focus-within {
    padding-bottom: 75vh;
  }

  .lg\:focus-within\:pl-75vh:focus-within {
    padding-left: 75vh;
  }

  .lg\:focus-within\:pt-78vh:focus-within {
    padding-top: 78vh;
  }

  .lg\:focus-within\:pr-78vh:focus-within {
    padding-right: 78vh;
  }

  .lg\:focus-within\:pb-78vh:focus-within {
    padding-bottom: 78vh;
  }

  .lg\:focus-within\:pl-78vh:focus-within {
    padding-left: 78vh;
  }

  .lg\:focus-within\:pt-80vh:focus-within {
    padding-top: 80vh;
  }

  .lg\:focus-within\:pr-80vh:focus-within {
    padding-right: 80vh;
  }

  .lg\:focus-within\:pb-80vh:focus-within {
    padding-bottom: 80vh;
  }

  .lg\:focus-within\:pl-80vh:focus-within {
    padding-left: 80vh;
  }

  .lg\:focus-within\:pt-82vh:focus-within {
    padding-top: 82vh;
  }

  .lg\:focus-within\:pr-82vh:focus-within {
    padding-right: 82vh;
  }

  .lg\:focus-within\:pb-82vh:focus-within {
    padding-bottom: 82vh;
  }

  .lg\:focus-within\:pl-82vh:focus-within {
    padding-left: 82vh;
  }

  .group:hover .lg\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .lg\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .lg\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .lg\:group-hover\:p-3 {
    padding: 0.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-7 {
    padding: 1.75rem;
  }

  .group:hover .lg\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .lg\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .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-14 {
    padding: 3.5rem;
  }

  .group:hover .lg\:group-hover\:p-15 {
    padding: 3.75rem;
  }

  .group:hover .lg\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .lg\:group-hover\:p-18 {
    padding: 4.5rem;
  }

  .group:hover .lg\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .lg\:group-hover\:p-21 {
    padding: 5.25rem;
  }

  .group:hover .lg\:group-hover\:p-22 {
    padding: 5.5rem;
  }

  .group:hover .lg\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .lg\:group-hover\:p-26 {
    padding: 6.5rem;
  }

  .group:hover .lg\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .lg\:group-hover\:p-30 {
    padding: 7.5rem;
  }

  .group:hover .lg\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .lg\:group-hover\:p-34 {
    padding: 8.5rem;
  }

  .group:hover .lg\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .lg\:group-hover\:p-38 {
    padding: 9.5rem;
  }

  .group:hover .lg\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .lg\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .lg\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .lg\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .lg\:group-hover\:p-53 {
    padding: 13.25rem;
  }

  .group:hover .lg\:group-hover\:p-54 {
    padding: 13.5rem;
  }

  .group:hover .lg\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .lg\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .lg\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .lg\:group-hover\:p-74 {
    padding: 18.5rem;
  }

  .group:hover .lg\:group-hover\:p-76 {
    padding: 19rem;
  }

  .group:hover .lg\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .lg\:group-hover\:p-85 {
    padding: 21.25rem;
  }

  .group:hover .lg\:group-hover\:p-100 {
    padding: 25rem;
  }

  .group:hover .lg\:group-hover\:p-105 {
    padding: 26.25rem;
  }

  .group:hover .lg\:group-hover\:p-107 {
    padding: 26.4rem;
  }

  .group:hover .lg\:group-hover\:p-110 {
    padding: 27.5rem;
  }

  .group:hover .lg\:group-hover\:p-120 {
    padding: 30rem;
  }

  .group:hover .lg\:group-hover\:p-130 {
    padding: 38rem;
  }

  .group:hover .lg\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .lg\:group-hover\:p-250px {
    padding: 250px;
  }

  .group:hover .lg\:group-hover\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:hover .lg\:group-hover\:p-1\% {
    padding: 1%;
  }

  .group:hover .lg\:group-hover\:p-2\% {
    padding: 2%;
  }

  .group:hover .lg\:group-hover\:p-3\% {
    padding: 3%;
  }

  .group:hover .lg\:group-hover\:p-4\% {
    padding: 4%;
  }

  .group:hover .lg\:group-hover\:p-5\% {
    padding: 5%;
  }

  .group:hover .lg\:group-hover\:p-10\% {
    padding: 10%;
  }

  .group:hover .lg\:group-hover\:p-20\% {
    padding: 20%;
  }

  .group:hover .lg\:group-hover\:p-23\% {
    padding: 23%;
  }

  .group:hover .lg\:group-hover\:p-25\% {
    padding: 25%;
  }

  .group:hover .lg\:group-hover\:p-26\% {
    padding: 26%;
  }

  .group:hover .lg\:group-hover\:p-30\% {
    padding: 30%;
  }

  .group:hover .lg\:group-hover\:p-40\% {
    padding: 40%;
  }

  .group:hover .lg\:group-hover\:p-50\% {
    padding: 50%;
  }

  .group:hover .lg\:group-hover\:p-60\% {
    padding: 60%;
  }

  .group:hover .lg\:group-hover\:p-70\% {
    padding: 70%;
  }

  .group:hover .lg\:group-hover\:p-80\% {
    padding: 80%;
  }

  .group:hover .lg\:group-hover\:p-90\% {
    padding: 90%;
  }

  .group:hover .lg\:group-hover\:p-95\% {
    padding: 95%;
  }

  .group:hover .lg\:group-hover\:p-96\% {
    padding: 96%;
  }

  .group:hover .lg\:group-hover\:p-97\% {
    padding: 97%;
  }

  .group:hover .lg\:group-hover\:p-98\% {
    padding: 98%;
  }

  .group:hover .lg\:group-hover\:p-99\% {
    padding: 99%;
  }

  .group:hover .lg\:group-hover\:p-36vh {
    padding: 36vh;
  }

  .group:hover .lg\:group-hover\:p-75vh {
    padding: 75vh;
  }

  .group:hover .lg\:group-hover\:p-78vh {
    padding: 78vh;
  }

  .group:hover .lg\:group-hover\:p-80vh {
    padding: 80vh;
  }

  .group:hover .lg\:group-hover\:p-82vh {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:hover .lg\:group-hover\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:hover .lg\:group-hover\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:hover .lg\:group-hover\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:hover .lg\:group-hover\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:hover .lg\:group-hover\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.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-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:hover .lg\:group-hover\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:hover .lg\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .lg\:group-hover\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:hover .lg\:group-hover\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:hover .lg\:group-hover\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:hover .lg\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .lg\:group-hover\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:hover .lg\:group-hover\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:hover .lg\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .lg\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .lg\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .lg\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .lg\:group-hover\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:hover .lg\:group-hover\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:hover .lg\:group-hover\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:hover .lg\:group-hover\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:hover .lg\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .lg\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .lg\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .lg\:group-hover\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:hover .lg\:group-hover\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:hover .lg\:group-hover\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:hover .lg\:group-hover\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:hover .lg\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .lg\:group-hover\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:hover .lg\:group-hover\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:hover .lg\:group-hover\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:hover .lg\:group-hover\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:hover .lg\:group-hover\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:hover .lg\:group-hover\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:hover .lg\:group-hover\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:hover .lg\:group-hover\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:hover .lg\:group-hover\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:hover .lg\:group-hover\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:hover .lg\:group-hover\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:hover .lg\:group-hover\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:hover .lg\:group-hover\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:hover .lg\:group-hover\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .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\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .lg\:group-hover\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .lg\:group-hover\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:hover .lg\:group-hover\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:hover .lg\:group-hover\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .lg\:group-hover\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .lg\:group-hover\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:hover .lg\:group-hover\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:hover .lg\:group-hover\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:hover .lg\:group-hover\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:hover .lg\:group-hover\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:hover .lg\:group-hover\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:hover .lg\:group-hover\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:hover .lg\:group-hover\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:hover .lg\:group-hover\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:hover .lg\:group-hover\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:hover .lg\:group-hover\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .lg\:group-hover\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .lg\:group-hover\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:hover .lg\:group-hover\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:hover .lg\:group-hover\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .lg\:group-hover\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .lg\:group-hover\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:hover .lg\:group-hover\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:hover .lg\:group-hover\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:hover .lg\:group-hover\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:hover .lg\:group-hover\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .lg\:group-hover\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .lg\:group-hover\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:hover .lg\:group-hover\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:hover .lg\:group-hover\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:hover .lg\:group-hover\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:hover .lg\:group-hover\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:hover .lg\:group-hover\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:hover .lg\:group-hover\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .lg\:group-hover\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .lg\:group-hover\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .lg\:group-hover\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .lg\:group-hover\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .lg\:group-hover\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .lg\:group-hover\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .lg\:group-hover\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .lg\:group-hover\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:hover .lg\:group-hover\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:hover .lg\:group-hover\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:hover .lg\:group-hover\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:hover .lg\:group-hover\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:hover .lg\:group-hover\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:hover .lg\:group-hover\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:hover .lg\:group-hover\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:hover .lg\:group-hover\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:hover .lg\:group-hover\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:hover .lg\:group-hover\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:hover .lg\:group-hover\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:hover .lg\:group-hover\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .lg\:group-hover\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .lg\:group-hover\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:hover .lg\:group-hover\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .lg\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .lg\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .lg\:group-hover\:pl-3 {
    padding-left: 0.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-7 {
    padding-top: 1.75rem;
  }

  .group:hover .lg\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .lg\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .lg\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
  }

  .group:hover .lg\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .lg\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .lg\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .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-14 {
    padding-top: 3.5rem;
  }

  .group:hover .lg\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .lg\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .lg\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .lg\:group-hover\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:hover .lg\:group-hover\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:hover .lg\:group-hover\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:hover .lg\:group-hover\:pl-15 {
    padding-left: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
  }

  .group:hover .lg\:group-hover\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:hover .lg\:group-hover\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:hover .lg\:group-hover\:pl-18 {
    padding-left: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
  }

  .group:hover .lg\:group-hover\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:hover .lg\:group-hover\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:hover .lg\:group-hover\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:hover .lg\:group-hover\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:hover .lg\:group-hover\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:hover .lg\:group-hover\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:hover .lg\:group-hover\:pl-22 {
    padding-left: 5.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-26 {
    padding-top: 6.5rem;
  }

  .group:hover .lg\:group-hover\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:hover .lg\:group-hover\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:hover .lg\:group-hover\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:hover .lg\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .lg\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .lg\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .lg\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .lg\:group-hover\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:hover .lg\:group-hover\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:hover .lg\:group-hover\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:hover .lg\:group-hover\:pl-30 {
    padding-left: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
  }

  .group:hover .lg\:group-hover\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:hover .lg\:group-hover\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:hover .lg\:group-hover\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:hover .lg\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .lg\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .lg\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .lg\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .lg\:group-hover\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:hover .lg\:group-hover\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:hover .lg\:group-hover\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:hover .lg\:group-hover\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:hover .lg\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .lg\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .lg\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .lg\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .lg\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .lg\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .lg\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .lg\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .lg\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .lg\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .lg\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .lg\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .lg\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .lg\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .lg\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .lg\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .lg\:group-hover\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:hover .lg\:group-hover\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:hover .lg\:group-hover\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:hover .lg\:group-hover\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:hover .lg\:group-hover\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:hover .lg\:group-hover\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:hover .lg\:group-hover\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:hover .lg\:group-hover\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:hover .lg\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .lg\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .lg\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .lg\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .lg\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .lg\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .lg\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .lg\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .lg\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .lg\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .lg\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .lg\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .lg\:group-hover\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:hover .lg\:group-hover\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:hover .lg\:group-hover\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:hover .lg\:group-hover\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:hover .lg\:group-hover\:pt-76 {
    padding-top: 19rem;
  }

  .group:hover .lg\:group-hover\:pr-76 {
    padding-right: 19rem;
  }

  .group:hover .lg\:group-hover\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:hover .lg\:group-hover\:pl-76 {
    padding-left: 19rem;
  }

  .group:hover .lg\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .lg\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .lg\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .lg\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .lg\:group-hover\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:hover .lg\:group-hover\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:hover .lg\:group-hover\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:hover .lg\:group-hover\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:hover .lg\:group-hover\:pt-100 {
    padding-top: 25rem;
  }

  .group:hover .lg\:group-hover\:pr-100 {
    padding-right: 25rem;
  }

  .group:hover .lg\:group-hover\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:hover .lg\:group-hover\:pl-100 {
    padding-left: 25rem;
  }

  .group:hover .lg\:group-hover\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:hover .lg\:group-hover\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:hover .lg\:group-hover\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:hover .lg\:group-hover\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:hover .lg\:group-hover\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:hover .lg\:group-hover\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:hover .lg\:group-hover\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:hover .lg\:group-hover\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:hover .lg\:group-hover\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:hover .lg\:group-hover\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:hover .lg\:group-hover\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:hover .lg\:group-hover\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:hover .lg\:group-hover\:pt-120 {
    padding-top: 30rem;
  }

  .group:hover .lg\:group-hover\:pr-120 {
    padding-right: 30rem;
  }

  .group:hover .lg\:group-hover\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:hover .lg\:group-hover\:pl-120 {
    padding-left: 30rem;
  }

  .group:hover .lg\:group-hover\:pt-130 {
    padding-top: 38rem;
  }

  .group:hover .lg\:group-hover\:pr-130 {
    padding-right: 38rem;
  }

  .group:hover .lg\:group-hover\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:hover .lg\:group-hover\:pl-130 {
    padding-left: 38rem;
  }

  .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;
  }

  .group:hover .lg\:group-hover\:pt-250px {
    padding-top: 250px;
  }

  .group:hover .lg\:group-hover\:pr-250px {
    padding-right: 250px;
  }

  .group:hover .lg\:group-hover\:pb-250px {
    padding-bottom: 250px;
  }

  .group:hover .lg\:group-hover\:pl-250px {
    padding-left: 250px;
  }

  .group:hover .lg\:group-hover\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:hover .lg\:group-hover\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:hover .lg\:group-hover\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:hover .lg\:group-hover\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:hover .lg\:group-hover\:pt-1\% {
    padding-top: 1%;
  }

  .group:hover .lg\:group-hover\:pr-1\% {
    padding-right: 1%;
  }

  .group:hover .lg\:group-hover\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:hover .lg\:group-hover\:pl-1\% {
    padding-left: 1%;
  }

  .group:hover .lg\:group-hover\:pt-2\% {
    padding-top: 2%;
  }

  .group:hover .lg\:group-hover\:pr-2\% {
    padding-right: 2%;
  }

  .group:hover .lg\:group-hover\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:hover .lg\:group-hover\:pl-2\% {
    padding-left: 2%;
  }

  .group:hover .lg\:group-hover\:pt-3\% {
    padding-top: 3%;
  }

  .group:hover .lg\:group-hover\:pr-3\% {
    padding-right: 3%;
  }

  .group:hover .lg\:group-hover\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:hover .lg\:group-hover\:pl-3\% {
    padding-left: 3%;
  }

  .group:hover .lg\:group-hover\:pt-4\% {
    padding-top: 4%;
  }

  .group:hover .lg\:group-hover\:pr-4\% {
    padding-right: 4%;
  }

  .group:hover .lg\:group-hover\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:hover .lg\:group-hover\:pl-4\% {
    padding-left: 4%;
  }

  .group:hover .lg\:group-hover\:pt-5\% {
    padding-top: 5%;
  }

  .group:hover .lg\:group-hover\:pr-5\% {
    padding-right: 5%;
  }

  .group:hover .lg\:group-hover\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:hover .lg\:group-hover\:pl-5\% {
    padding-left: 5%;
  }

  .group:hover .lg\:group-hover\:pt-10\% {
    padding-top: 10%;
  }

  .group:hover .lg\:group-hover\:pr-10\% {
    padding-right: 10%;
  }

  .group:hover .lg\:group-hover\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:hover .lg\:group-hover\:pl-10\% {
    padding-left: 10%;
  }

  .group:hover .lg\:group-hover\:pt-20\% {
    padding-top: 20%;
  }

  .group:hover .lg\:group-hover\:pr-20\% {
    padding-right: 20%;
  }

  .group:hover .lg\:group-hover\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:hover .lg\:group-hover\:pl-20\% {
    padding-left: 20%;
  }

  .group:hover .lg\:group-hover\:pt-23\% {
    padding-top: 23%;
  }

  .group:hover .lg\:group-hover\:pr-23\% {
    padding-right: 23%;
  }

  .group:hover .lg\:group-hover\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:hover .lg\:group-hover\:pl-23\% {
    padding-left: 23%;
  }

  .group:hover .lg\:group-hover\:pt-25\% {
    padding-top: 25%;
  }

  .group:hover .lg\:group-hover\:pr-25\% {
    padding-right: 25%;
  }

  .group:hover .lg\:group-hover\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:hover .lg\:group-hover\:pl-25\% {
    padding-left: 25%;
  }

  .group:hover .lg\:group-hover\:pt-26\% {
    padding-top: 26%;
  }

  .group:hover .lg\:group-hover\:pr-26\% {
    padding-right: 26%;
  }

  .group:hover .lg\:group-hover\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:hover .lg\:group-hover\:pl-26\% {
    padding-left: 26%;
  }

  .group:hover .lg\:group-hover\:pt-30\% {
    padding-top: 30%;
  }

  .group:hover .lg\:group-hover\:pr-30\% {
    padding-right: 30%;
  }

  .group:hover .lg\:group-hover\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:hover .lg\:group-hover\:pl-30\% {
    padding-left: 30%;
  }

  .group:hover .lg\:group-hover\:pt-40\% {
    padding-top: 40%;
  }

  .group:hover .lg\:group-hover\:pr-40\% {
    padding-right: 40%;
  }

  .group:hover .lg\:group-hover\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:hover .lg\:group-hover\:pl-40\% {
    padding-left: 40%;
  }

  .group:hover .lg\:group-hover\:pt-50\% {
    padding-top: 50%;
  }

  .group:hover .lg\:group-hover\:pr-50\% {
    padding-right: 50%;
  }

  .group:hover .lg\:group-hover\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:hover .lg\:group-hover\:pl-50\% {
    padding-left: 50%;
  }

  .group:hover .lg\:group-hover\:pt-60\% {
    padding-top: 60%;
  }

  .group:hover .lg\:group-hover\:pr-60\% {
    padding-right: 60%;
  }

  .group:hover .lg\:group-hover\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:hover .lg\:group-hover\:pl-60\% {
    padding-left: 60%;
  }

  .group:hover .lg\:group-hover\:pt-70\% {
    padding-top: 70%;
  }

  .group:hover .lg\:group-hover\:pr-70\% {
    padding-right: 70%;
  }

  .group:hover .lg\:group-hover\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:hover .lg\:group-hover\:pl-70\% {
    padding-left: 70%;
  }

  .group:hover .lg\:group-hover\:pt-80\% {
    padding-top: 80%;
  }

  .group:hover .lg\:group-hover\:pr-80\% {
    padding-right: 80%;
  }

  .group:hover .lg\:group-hover\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:hover .lg\:group-hover\:pl-80\% {
    padding-left: 80%;
  }

  .group:hover .lg\:group-hover\:pt-90\% {
    padding-top: 90%;
  }

  .group:hover .lg\:group-hover\:pr-90\% {
    padding-right: 90%;
  }

  .group:hover .lg\:group-hover\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:hover .lg\:group-hover\:pl-90\% {
    padding-left: 90%;
  }

  .group:hover .lg\:group-hover\:pt-95\% {
    padding-top: 95%;
  }

  .group:hover .lg\:group-hover\:pr-95\% {
    padding-right: 95%;
  }

  .group:hover .lg\:group-hover\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:hover .lg\:group-hover\:pl-95\% {
    padding-left: 95%;
  }

  .group:hover .lg\:group-hover\:pt-96\% {
    padding-top: 96%;
  }

  .group:hover .lg\:group-hover\:pr-96\% {
    padding-right: 96%;
  }

  .group:hover .lg\:group-hover\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:hover .lg\:group-hover\:pl-96\% {
    padding-left: 96%;
  }

  .group:hover .lg\:group-hover\:pt-97\% {
    padding-top: 97%;
  }

  .group:hover .lg\:group-hover\:pr-97\% {
    padding-right: 97%;
  }

  .group:hover .lg\:group-hover\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:hover .lg\:group-hover\:pl-97\% {
    padding-left: 97%;
  }

  .group:hover .lg\:group-hover\:pt-98\% {
    padding-top: 98%;
  }

  .group:hover .lg\:group-hover\:pr-98\% {
    padding-right: 98%;
  }

  .group:hover .lg\:group-hover\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:hover .lg\:group-hover\:pl-98\% {
    padding-left: 98%;
  }

  .group:hover .lg\:group-hover\:pt-99\% {
    padding-top: 99%;
  }

  .group:hover .lg\:group-hover\:pr-99\% {
    padding-right: 99%;
  }

  .group:hover .lg\:group-hover\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:hover .lg\:group-hover\:pl-99\% {
    padding-left: 99%;
  }

  .group:hover .lg\:group-hover\:pt-36vh {
    padding-top: 36vh;
  }

  .group:hover .lg\:group-hover\:pr-36vh {
    padding-right: 36vh;
  }

  .group:hover .lg\:group-hover\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:hover .lg\:group-hover\:pl-36vh {
    padding-left: 36vh;
  }

  .group:hover .lg\:group-hover\:pt-75vh {
    padding-top: 75vh;
  }

  .group:hover .lg\:group-hover\:pr-75vh {
    padding-right: 75vh;
  }

  .group:hover .lg\:group-hover\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:hover .lg\:group-hover\:pl-75vh {
    padding-left: 75vh;
  }

  .group:hover .lg\:group-hover\:pt-78vh {
    padding-top: 78vh;
  }

  .group:hover .lg\:group-hover\:pr-78vh {
    padding-right: 78vh;
  }

  .group:hover .lg\:group-hover\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:hover .lg\:group-hover\:pl-78vh {
    padding-left: 78vh;
  }

  .group:hover .lg\:group-hover\:pt-80vh {
    padding-top: 80vh;
  }

  .group:hover .lg\:group-hover\:pr-80vh {
    padding-right: 80vh;
  }

  .group:hover .lg\:group-hover\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:hover .lg\:group-hover\:pl-80vh {
    padding-left: 80vh;
  }

  .group:hover .lg\:group-hover\:pt-82vh {
    padding-top: 82vh;
  }

  .group:hover .lg\:group-hover\:pr-82vh {
    padding-right: 82vh;
  }

  .group:hover .lg\:group-hover\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:hover .lg\:group-hover\:pl-82vh {
    padding-left: 82vh;
  }

  .group:focus .lg\:group-focus\:p-0 {
    padding: 0;
  }

  .group:focus .lg\:group-focus\:p-1 {
    padding: 0.25rem;
  }

  .group:focus .lg\:group-focus\:p-2 {
    padding: 0.5rem;
  }

  .group:focus .lg\:group-focus\:p-3 {
    padding: 0.75rem;
  }

  .group:focus .lg\:group-focus\:p-4 {
    padding: 1rem;
  }

  .group:focus .lg\:group-focus\:p-5 {
    padding: 1.25rem;
  }

  .group:focus .lg\:group-focus\:p-6 {
    padding: 1.5rem;
  }

  .group:focus .lg\:group-focus\:p-7 {
    padding: 1.75rem;
  }

  .group:focus .lg\:group-focus\:p-8 {
    padding: 2rem;
  }

  .group:focus .lg\:group-focus\:p-9 {
    padding: 2.25rem;
  }

  .group:focus .lg\:group-focus\:p-10 {
    padding: 2.5rem;
  }

  .group:focus .lg\:group-focus\:p-12 {
    padding: 3rem;
  }

  .group:focus .lg\:group-focus\:p-14 {
    padding: 3.5rem;
  }

  .group:focus .lg\:group-focus\:p-15 {
    padding: 3.75rem;
  }

  .group:focus .lg\:group-focus\:p-16 {
    padding: 4rem;
  }

  .group:focus .lg\:group-focus\:p-18 {
    padding: 4.5rem;
  }

  .group:focus .lg\:group-focus\:p-20 {
    padding: 5rem;
  }

  .group:focus .lg\:group-focus\:p-21 {
    padding: 5.25rem;
  }

  .group:focus .lg\:group-focus\:p-22 {
    padding: 5.5rem;
  }

  .group:focus .lg\:group-focus\:p-24 {
    padding: 6rem;
  }

  .group:focus .lg\:group-focus\:p-26 {
    padding: 6.5rem;
  }

  .group:focus .lg\:group-focus\:p-28 {
    padding: 7rem;
  }

  .group:focus .lg\:group-focus\:p-30 {
    padding: 7.5rem;
  }

  .group:focus .lg\:group-focus\:p-32 {
    padding: 8rem;
  }

  .group:focus .lg\:group-focus\:p-34 {
    padding: 8.5rem;
  }

  .group:focus .lg\:group-focus\:p-36 {
    padding: 9rem;
  }

  .group:focus .lg\:group-focus\:p-38 {
    padding: 9.5rem;
  }

  .group:focus .lg\:group-focus\:p-40 {
    padding: 10rem;
  }

  .group:focus .lg\:group-focus\:p-44 {
    padding: 11rem;
  }

  .group:focus .lg\:group-focus\:p-48 {
    padding: 12rem;
  }

  .group:focus .lg\:group-focus\:p-52 {
    padding: 13rem;
  }

  .group:focus .lg\:group-focus\:p-53 {
    padding: 13.25rem;
  }

  .group:focus .lg\:group-focus\:p-54 {
    padding: 13.5rem;
  }

  .group:focus .lg\:group-focus\:p-56 {
    padding: 14rem;
  }

  .group:focus .lg\:group-focus\:p-64 {
    padding: 16rem;
  }

  .group:focus .lg\:group-focus\:p-72 {
    padding: 18rem;
  }

  .group:focus .lg\:group-focus\:p-74 {
    padding: 18.5rem;
  }

  .group:focus .lg\:group-focus\:p-76 {
    padding: 19rem;
  }

  .group:focus .lg\:group-focus\:p-80 {
    padding: 20rem;
  }

  .group:focus .lg\:group-focus\:p-85 {
    padding: 21.25rem;
  }

  .group:focus .lg\:group-focus\:p-100 {
    padding: 25rem;
  }

  .group:focus .lg\:group-focus\:p-105 {
    padding: 26.25rem;
  }

  .group:focus .lg\:group-focus\:p-107 {
    padding: 26.4rem;
  }

  .group:focus .lg\:group-focus\:p-110 {
    padding: 27.5rem;
  }

  .group:focus .lg\:group-focus\:p-120 {
    padding: 30rem;
  }

  .group:focus .lg\:group-focus\:p-130 {
    padding: 38rem;
  }

  .group:focus .lg\:group-focus\:p-px {
    padding: 1px;
  }

  .group:focus .lg\:group-focus\:p-250px {
    padding: 250px;
  }

  .group:focus .lg\:group-focus\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:focus .lg\:group-focus\:p-1\% {
    padding: 1%;
  }

  .group:focus .lg\:group-focus\:p-2\% {
    padding: 2%;
  }

  .group:focus .lg\:group-focus\:p-3\% {
    padding: 3%;
  }

  .group:focus .lg\:group-focus\:p-4\% {
    padding: 4%;
  }

  .group:focus .lg\:group-focus\:p-5\% {
    padding: 5%;
  }

  .group:focus .lg\:group-focus\:p-10\% {
    padding: 10%;
  }

  .group:focus .lg\:group-focus\:p-20\% {
    padding: 20%;
  }

  .group:focus .lg\:group-focus\:p-23\% {
    padding: 23%;
  }

  .group:focus .lg\:group-focus\:p-25\% {
    padding: 25%;
  }

  .group:focus .lg\:group-focus\:p-26\% {
    padding: 26%;
  }

  .group:focus .lg\:group-focus\:p-30\% {
    padding: 30%;
  }

  .group:focus .lg\:group-focus\:p-40\% {
    padding: 40%;
  }

  .group:focus .lg\:group-focus\:p-50\% {
    padding: 50%;
  }

  .group:focus .lg\:group-focus\:p-60\% {
    padding: 60%;
  }

  .group:focus .lg\:group-focus\:p-70\% {
    padding: 70%;
  }

  .group:focus .lg\:group-focus\:p-80\% {
    padding: 80%;
  }

  .group:focus .lg\:group-focus\:p-90\% {
    padding: 90%;
  }

  .group:focus .lg\:group-focus\:p-95\% {
    padding: 95%;
  }

  .group:focus .lg\:group-focus\:p-96\% {
    padding: 96%;
  }

  .group:focus .lg\:group-focus\:p-97\% {
    padding: 97%;
  }

  .group:focus .lg\:group-focus\:p-98\% {
    padding: 98%;
  }

  .group:focus .lg\:group-focus\:p-99\% {
    padding: 99%;
  }

  .group:focus .lg\:group-focus\:p-36vh {
    padding: 36vh;
  }

  .group:focus .lg\:group-focus\:p-75vh {
    padding: 75vh;
  }

  .group:focus .lg\:group-focus\:p-78vh {
    padding: 78vh;
  }

  .group:focus .lg\:group-focus\:p-80vh {
    padding: 80vh;
  }

  .group:focus .lg\:group-focus\:p-82vh {
    padding: 82vh;
  }

  .group:focus .lg\:group-focus\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:focus .lg\:group-focus\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:focus .lg\:group-focus\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:focus .lg\:group-focus\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:focus .lg\:group-focus\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:focus .lg\:group-focus\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:focus .lg\:group-focus\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:focus .lg\:group-focus\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:focus .lg\:group-focus\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:focus .lg\:group-focus\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:focus .lg\:group-focus\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:focus .lg\:group-focus\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:focus .lg\:group-focus\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:focus .lg\:group-focus\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:focus .lg\:group-focus\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:focus .lg\:group-focus\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:focus .lg\:group-focus\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:focus .lg\:group-focus\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:focus .lg\:group-focus\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:focus .lg\:group-focus\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:focus .lg\:group-focus\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:focus .lg\:group-focus\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:focus .lg\:group-focus\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:focus .lg\:group-focus\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:focus .lg\:group-focus\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:focus .lg\:group-focus\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:focus .lg\:group-focus\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:focus .lg\:group-focus\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .group:focus .lg\:group-focus\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:focus .lg\:group-focus\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:focus .lg\:group-focus\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:focus .lg\:group-focus\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .group:focus .lg\:group-focus\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:focus .lg\:group-focus\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:focus .lg\:group-focus\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:focus .lg\:group-focus\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:focus .lg\:group-focus\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:focus .lg\:group-focus\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .group:focus .lg\:group-focus\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:focus .lg\:group-focus\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:focus .lg\:group-focus\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:focus .lg\:group-focus\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:focus .lg\:group-focus\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:focus .lg\:group-focus\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:focus .lg\:group-focus\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:focus .lg\:group-focus\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .group:focus .lg\:group-focus\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:focus .lg\:group-focus\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:focus .lg\:group-focus\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:focus .lg\:group-focus\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:focus .lg\:group-focus\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:focus .lg\:group-focus\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:focus .lg\:group-focus\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:focus .lg\:group-focus\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:focus .lg\:group-focus\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:focus .lg\:group-focus\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:focus .lg\:group-focus\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:focus .lg\:group-focus\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:focus .lg\:group-focus\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:focus .lg\:group-focus\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:focus .lg\:group-focus\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:focus .lg\:group-focus\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:focus .lg\:group-focus\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:focus .lg\:group-focus\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:focus .lg\:group-focus\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:focus .lg\:group-focus\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:focus .lg\:group-focus\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:focus .lg\:group-focus\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:focus .lg\:group-focus\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:focus .lg\:group-focus\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:focus .lg\:group-focus\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:focus .lg\:group-focus\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:focus .lg\:group-focus\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:focus .lg\:group-focus\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:focus .lg\:group-focus\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:focus .lg\:group-focus\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:focus .lg\:group-focus\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:focus .lg\:group-focus\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:focus .lg\:group-focus\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:focus .lg\:group-focus\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:focus .lg\:group-focus\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:focus .lg\:group-focus\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:focus .lg\:group-focus\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:focus .lg\:group-focus\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:focus .lg\:group-focus\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:focus .lg\:group-focus\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:focus .lg\:group-focus\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:focus .lg\:group-focus\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:focus .lg\:group-focus\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:focus .lg\:group-focus\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:focus .lg\:group-focus\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:focus .lg\:group-focus\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .group:focus .lg\:group-focus\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:focus .lg\:group-focus\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:focus .lg\:group-focus\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:focus .lg\:group-focus\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:focus .lg\:group-focus\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:focus .lg\:group-focus\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:focus .lg\:group-focus\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:focus .lg\:group-focus\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:focus .lg\:group-focus\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:focus .lg\:group-focus\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:focus .lg\:group-focus\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:focus .lg\:group-focus\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:focus .lg\:group-focus\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:focus .lg\:group-focus\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:focus .lg\:group-focus\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:focus .lg\:group-focus\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:focus .lg\:group-focus\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:focus .lg\:group-focus\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:focus .lg\:group-focus\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:focus .lg\:group-focus\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:focus .lg\:group-focus\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:focus .lg\:group-focus\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:focus .lg\:group-focus\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:focus .lg\:group-focus\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:focus .lg\:group-focus\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:focus .lg\:group-focus\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:focus .lg\:group-focus\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:focus .lg\:group-focus\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:focus .lg\:group-focus\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:focus .lg\:group-focus\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:focus .lg\:group-focus\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:focus .lg\:group-focus\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:focus .lg\:group-focus\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:focus .lg\:group-focus\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:focus .lg\:group-focus\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:focus .lg\:group-focus\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:focus .lg\:group-focus\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:focus .lg\:group-focus\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:focus .lg\:group-focus\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:focus .lg\:group-focus\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:focus .lg\:group-focus\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:focus .lg\:group-focus\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:focus .lg\:group-focus\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:focus .lg\:group-focus\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:focus .lg\:group-focus\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:focus .lg\:group-focus\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:focus .lg\:group-focus\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:focus .lg\:group-focus\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:focus .lg\:group-focus\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:focus .lg\:group-focus\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:focus .lg\:group-focus\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:focus .lg\:group-focus\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:focus .lg\:group-focus\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:focus .lg\:group-focus\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:focus .lg\:group-focus\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:focus .lg\:group-focus\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:focus .lg\:group-focus\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:focus .lg\:group-focus\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:focus .lg\:group-focus\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:focus .lg\:group-focus\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .group:focus .lg\:group-focus\:pt-0 {
    padding-top: 0;
  }

  .group:focus .lg\:group-focus\:pr-0 {
    padding-right: 0;
  }

  .group:focus .lg\:group-focus\:pb-0 {
    padding-bottom: 0;
  }

  .group:focus .lg\:group-focus\:pl-0 {
    padding-left: 0;
  }

  .group:focus .lg\:group-focus\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:focus .lg\:group-focus\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:focus .lg\:group-focus\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:focus .lg\:group-focus\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:focus .lg\:group-focus\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:focus .lg\:group-focus\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:focus .lg\:group-focus\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:focus .lg\:group-focus\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:focus .lg\:group-focus\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:focus .lg\:group-focus\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:focus .lg\:group-focus\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:focus .lg\:group-focus\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:focus .lg\:group-focus\:pt-4 {
    padding-top: 1rem;
  }

  .group:focus .lg\:group-focus\:pr-4 {
    padding-right: 1rem;
  }

  .group:focus .lg\:group-focus\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:focus .lg\:group-focus\:pl-4 {
    padding-left: 1rem;
  }

  .group:focus .lg\:group-focus\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:focus .lg\:group-focus\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:focus .lg\:group-focus\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:focus .lg\:group-focus\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:focus .lg\:group-focus\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:focus .lg\:group-focus\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:focus .lg\:group-focus\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:focus .lg\:group-focus\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:focus .lg\:group-focus\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:focus .lg\:group-focus\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:focus .lg\:group-focus\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:focus .lg\:group-focus\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:focus .lg\:group-focus\:pt-8 {
    padding-top: 2rem;
  }

  .group:focus .lg\:group-focus\:pr-8 {
    padding-right: 2rem;
  }

  .group:focus .lg\:group-focus\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:focus .lg\:group-focus\:pl-8 {
    padding-left: 2rem;
  }

  .group:focus .lg\:group-focus\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:focus .lg\:group-focus\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:focus .lg\:group-focus\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:focus .lg\:group-focus\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:focus .lg\:group-focus\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:focus .lg\:group-focus\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:focus .lg\:group-focus\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:focus .lg\:group-focus\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:focus .lg\:group-focus\:pt-12 {
    padding-top: 3rem;
  }

  .group:focus .lg\:group-focus\:pr-12 {
    padding-right: 3rem;
  }

  .group:focus .lg\:group-focus\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:focus .lg\:group-focus\:pl-12 {
    padding-left: 3rem;
  }

  .group:focus .lg\:group-focus\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:focus .lg\:group-focus\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:focus .lg\:group-focus\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:focus .lg\:group-focus\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:focus .lg\:group-focus\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:focus .lg\:group-focus\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:focus .lg\:group-focus\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:focus .lg\:group-focus\:pl-15 {
    padding-left: 3.75rem;
  }

  .group:focus .lg\:group-focus\:pt-16 {
    padding-top: 4rem;
  }

  .group:focus .lg\:group-focus\:pr-16 {
    padding-right: 4rem;
  }

  .group:focus .lg\:group-focus\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:focus .lg\:group-focus\:pl-16 {
    padding-left: 4rem;
  }

  .group:focus .lg\:group-focus\:pt-18 {
    padding-top: 4.5rem;
  }

  .group:focus .lg\:group-focus\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:focus .lg\:group-focus\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:focus .lg\:group-focus\:pl-18 {
    padding-left: 4.5rem;
  }

  .group:focus .lg\:group-focus\:pt-20 {
    padding-top: 5rem;
  }

  .group:focus .lg\:group-focus\:pr-20 {
    padding-right: 5rem;
  }

  .group:focus .lg\:group-focus\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:focus .lg\:group-focus\:pl-20 {
    padding-left: 5rem;
  }

  .group:focus .lg\:group-focus\:pt-21 {
    padding-top: 5.25rem;
  }

  .group:focus .lg\:group-focus\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:focus .lg\:group-focus\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:focus .lg\:group-focus\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:focus .lg\:group-focus\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:focus .lg\:group-focus\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:focus .lg\:group-focus\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:focus .lg\:group-focus\:pl-22 {
    padding-left: 5.5rem;
  }

  .group:focus .lg\:group-focus\:pt-24 {
    padding-top: 6rem;
  }

  .group:focus .lg\:group-focus\:pr-24 {
    padding-right: 6rem;
  }

  .group:focus .lg\:group-focus\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:focus .lg\:group-focus\:pl-24 {
    padding-left: 6rem;
  }

  .group:focus .lg\:group-focus\:pt-26 {
    padding-top: 6.5rem;
  }

  .group:focus .lg\:group-focus\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:focus .lg\:group-focus\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:focus .lg\:group-focus\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:focus .lg\:group-focus\:pt-28 {
    padding-top: 7rem;
  }

  .group:focus .lg\:group-focus\:pr-28 {
    padding-right: 7rem;
  }

  .group:focus .lg\:group-focus\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:focus .lg\:group-focus\:pl-28 {
    padding-left: 7rem;
  }

  .group:focus .lg\:group-focus\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:focus .lg\:group-focus\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:focus .lg\:group-focus\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:focus .lg\:group-focus\:pl-30 {
    padding-left: 7.5rem;
  }

  .group:focus .lg\:group-focus\:pt-32 {
    padding-top: 8rem;
  }

  .group:focus .lg\:group-focus\:pr-32 {
    padding-right: 8rem;
  }

  .group:focus .lg\:group-focus\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:focus .lg\:group-focus\:pl-32 {
    padding-left: 8rem;
  }

  .group:focus .lg\:group-focus\:pt-34 {
    padding-top: 8.5rem;
  }

  .group:focus .lg\:group-focus\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:focus .lg\:group-focus\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:focus .lg\:group-focus\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:focus .lg\:group-focus\:pt-36 {
    padding-top: 9rem;
  }

  .group:focus .lg\:group-focus\:pr-36 {
    padding-right: 9rem;
  }

  .group:focus .lg\:group-focus\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:focus .lg\:group-focus\:pl-36 {
    padding-left: 9rem;
  }

  .group:focus .lg\:group-focus\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:focus .lg\:group-focus\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:focus .lg\:group-focus\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:focus .lg\:group-focus\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:focus .lg\:group-focus\:pt-40 {
    padding-top: 10rem;
  }

  .group:focus .lg\:group-focus\:pr-40 {
    padding-right: 10rem;
  }

  .group:focus .lg\:group-focus\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:focus .lg\:group-focus\:pl-40 {
    padding-left: 10rem;
  }

  .group:focus .lg\:group-focus\:pt-44 {
    padding-top: 11rem;
  }

  .group:focus .lg\:group-focus\:pr-44 {
    padding-right: 11rem;
  }

  .group:focus .lg\:group-focus\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:focus .lg\:group-focus\:pl-44 {
    padding-left: 11rem;
  }

  .group:focus .lg\:group-focus\:pt-48 {
    padding-top: 12rem;
  }

  .group:focus .lg\:group-focus\:pr-48 {
    padding-right: 12rem;
  }

  .group:focus .lg\:group-focus\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:focus .lg\:group-focus\:pl-48 {
    padding-left: 12rem;
  }

  .group:focus .lg\:group-focus\:pt-52 {
    padding-top: 13rem;
  }

  .group:focus .lg\:group-focus\:pr-52 {
    padding-right: 13rem;
  }

  .group:focus .lg\:group-focus\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:focus .lg\:group-focus\:pl-52 {
    padding-left: 13rem;
  }

  .group:focus .lg\:group-focus\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:focus .lg\:group-focus\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:focus .lg\:group-focus\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:focus .lg\:group-focus\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:focus .lg\:group-focus\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:focus .lg\:group-focus\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:focus .lg\:group-focus\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:focus .lg\:group-focus\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:focus .lg\:group-focus\:pt-56 {
    padding-top: 14rem;
  }

  .group:focus .lg\:group-focus\:pr-56 {
    padding-right: 14rem;
  }

  .group:focus .lg\:group-focus\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:focus .lg\:group-focus\:pl-56 {
    padding-left: 14rem;
  }

  .group:focus .lg\:group-focus\:pt-64 {
    padding-top: 16rem;
  }

  .group:focus .lg\:group-focus\:pr-64 {
    padding-right: 16rem;
  }

  .group:focus .lg\:group-focus\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:focus .lg\:group-focus\:pl-64 {
    padding-left: 16rem;
  }

  .group:focus .lg\:group-focus\:pt-72 {
    padding-top: 18rem;
  }

  .group:focus .lg\:group-focus\:pr-72 {
    padding-right: 18rem;
  }

  .group:focus .lg\:group-focus\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:focus .lg\:group-focus\:pl-72 {
    padding-left: 18rem;
  }

  .group:focus .lg\:group-focus\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:focus .lg\:group-focus\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:focus .lg\:group-focus\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:focus .lg\:group-focus\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:focus .lg\:group-focus\:pt-76 {
    padding-top: 19rem;
  }

  .group:focus .lg\:group-focus\:pr-76 {
    padding-right: 19rem;
  }

  .group:focus .lg\:group-focus\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:focus .lg\:group-focus\:pl-76 {
    padding-left: 19rem;
  }

  .group:focus .lg\:group-focus\:pt-80 {
    padding-top: 20rem;
  }

  .group:focus .lg\:group-focus\:pr-80 {
    padding-right: 20rem;
  }

  .group:focus .lg\:group-focus\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:focus .lg\:group-focus\:pl-80 {
    padding-left: 20rem;
  }

  .group:focus .lg\:group-focus\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:focus .lg\:group-focus\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:focus .lg\:group-focus\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:focus .lg\:group-focus\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:focus .lg\:group-focus\:pt-100 {
    padding-top: 25rem;
  }

  .group:focus .lg\:group-focus\:pr-100 {
    padding-right: 25rem;
  }

  .group:focus .lg\:group-focus\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:focus .lg\:group-focus\:pl-100 {
    padding-left: 25rem;
  }

  .group:focus .lg\:group-focus\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:focus .lg\:group-focus\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:focus .lg\:group-focus\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:focus .lg\:group-focus\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:focus .lg\:group-focus\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:focus .lg\:group-focus\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:focus .lg\:group-focus\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:focus .lg\:group-focus\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:focus .lg\:group-focus\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:focus .lg\:group-focus\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:focus .lg\:group-focus\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:focus .lg\:group-focus\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:focus .lg\:group-focus\:pt-120 {
    padding-top: 30rem;
  }

  .group:focus .lg\:group-focus\:pr-120 {
    padding-right: 30rem;
  }

  .group:focus .lg\:group-focus\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:focus .lg\:group-focus\:pl-120 {
    padding-left: 30rem;
  }

  .group:focus .lg\:group-focus\:pt-130 {
    padding-top: 38rem;
  }

  .group:focus .lg\:group-focus\:pr-130 {
    padding-right: 38rem;
  }

  .group:focus .lg\:group-focus\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:focus .lg\:group-focus\:pl-130 {
    padding-left: 38rem;
  }

  .group:focus .lg\:group-focus\:pt-px {
    padding-top: 1px;
  }

  .group:focus .lg\:group-focus\:pr-px {
    padding-right: 1px;
  }

  .group:focus .lg\:group-focus\:pb-px {
    padding-bottom: 1px;
  }

  .group:focus .lg\:group-focus\:pl-px {
    padding-left: 1px;
  }

  .group:focus .lg\:group-focus\:pt-250px {
    padding-top: 250px;
  }

  .group:focus .lg\:group-focus\:pr-250px {
    padding-right: 250px;
  }

  .group:focus .lg\:group-focus\:pb-250px {
    padding-bottom: 250px;
  }

  .group:focus .lg\:group-focus\:pl-250px {
    padding-left: 250px;
  }

  .group:focus .lg\:group-focus\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:focus .lg\:group-focus\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:focus .lg\:group-focus\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:focus .lg\:group-focus\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:focus .lg\:group-focus\:pt-1\% {
    padding-top: 1%;
  }

  .group:focus .lg\:group-focus\:pr-1\% {
    padding-right: 1%;
  }

  .group:focus .lg\:group-focus\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:focus .lg\:group-focus\:pl-1\% {
    padding-left: 1%;
  }

  .group:focus .lg\:group-focus\:pt-2\% {
    padding-top: 2%;
  }

  .group:focus .lg\:group-focus\:pr-2\% {
    padding-right: 2%;
  }

  .group:focus .lg\:group-focus\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:focus .lg\:group-focus\:pl-2\% {
    padding-left: 2%;
  }

  .group:focus .lg\:group-focus\:pt-3\% {
    padding-top: 3%;
  }

  .group:focus .lg\:group-focus\:pr-3\% {
    padding-right: 3%;
  }

  .group:focus .lg\:group-focus\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:focus .lg\:group-focus\:pl-3\% {
    padding-left: 3%;
  }

  .group:focus .lg\:group-focus\:pt-4\% {
    padding-top: 4%;
  }

  .group:focus .lg\:group-focus\:pr-4\% {
    padding-right: 4%;
  }

  .group:focus .lg\:group-focus\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:focus .lg\:group-focus\:pl-4\% {
    padding-left: 4%;
  }

  .group:focus .lg\:group-focus\:pt-5\% {
    padding-top: 5%;
  }

  .group:focus .lg\:group-focus\:pr-5\% {
    padding-right: 5%;
  }

  .group:focus .lg\:group-focus\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:focus .lg\:group-focus\:pl-5\% {
    padding-left: 5%;
  }

  .group:focus .lg\:group-focus\:pt-10\% {
    padding-top: 10%;
  }

  .group:focus .lg\:group-focus\:pr-10\% {
    padding-right: 10%;
  }

  .group:focus .lg\:group-focus\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:focus .lg\:group-focus\:pl-10\% {
    padding-left: 10%;
  }

  .group:focus .lg\:group-focus\:pt-20\% {
    padding-top: 20%;
  }

  .group:focus .lg\:group-focus\:pr-20\% {
    padding-right: 20%;
  }

  .group:focus .lg\:group-focus\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:focus .lg\:group-focus\:pl-20\% {
    padding-left: 20%;
  }

  .group:focus .lg\:group-focus\:pt-23\% {
    padding-top: 23%;
  }

  .group:focus .lg\:group-focus\:pr-23\% {
    padding-right: 23%;
  }

  .group:focus .lg\:group-focus\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:focus .lg\:group-focus\:pl-23\% {
    padding-left: 23%;
  }

  .group:focus .lg\:group-focus\:pt-25\% {
    padding-top: 25%;
  }

  .group:focus .lg\:group-focus\:pr-25\% {
    padding-right: 25%;
  }

  .group:focus .lg\:group-focus\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:focus .lg\:group-focus\:pl-25\% {
    padding-left: 25%;
  }

  .group:focus .lg\:group-focus\:pt-26\% {
    padding-top: 26%;
  }

  .group:focus .lg\:group-focus\:pr-26\% {
    padding-right: 26%;
  }

  .group:focus .lg\:group-focus\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:focus .lg\:group-focus\:pl-26\% {
    padding-left: 26%;
  }

  .group:focus .lg\:group-focus\:pt-30\% {
    padding-top: 30%;
  }

  .group:focus .lg\:group-focus\:pr-30\% {
    padding-right: 30%;
  }

  .group:focus .lg\:group-focus\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:focus .lg\:group-focus\:pl-30\% {
    padding-left: 30%;
  }

  .group:focus .lg\:group-focus\:pt-40\% {
    padding-top: 40%;
  }

  .group:focus .lg\:group-focus\:pr-40\% {
    padding-right: 40%;
  }

  .group:focus .lg\:group-focus\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:focus .lg\:group-focus\:pl-40\% {
    padding-left: 40%;
  }

  .group:focus .lg\:group-focus\:pt-50\% {
    padding-top: 50%;
  }

  .group:focus .lg\:group-focus\:pr-50\% {
    padding-right: 50%;
  }

  .group:focus .lg\:group-focus\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:focus .lg\:group-focus\:pl-50\% {
    padding-left: 50%;
  }

  .group:focus .lg\:group-focus\:pt-60\% {
    padding-top: 60%;
  }

  .group:focus .lg\:group-focus\:pr-60\% {
    padding-right: 60%;
  }

  .group:focus .lg\:group-focus\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:focus .lg\:group-focus\:pl-60\% {
    padding-left: 60%;
  }

  .group:focus .lg\:group-focus\:pt-70\% {
    padding-top: 70%;
  }

  .group:focus .lg\:group-focus\:pr-70\% {
    padding-right: 70%;
  }

  .group:focus .lg\:group-focus\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:focus .lg\:group-focus\:pl-70\% {
    padding-left: 70%;
  }

  .group:focus .lg\:group-focus\:pt-80\% {
    padding-top: 80%;
  }

  .group:focus .lg\:group-focus\:pr-80\% {
    padding-right: 80%;
  }

  .group:focus .lg\:group-focus\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:focus .lg\:group-focus\:pl-80\% {
    padding-left: 80%;
  }

  .group:focus .lg\:group-focus\:pt-90\% {
    padding-top: 90%;
  }

  .group:focus .lg\:group-focus\:pr-90\% {
    padding-right: 90%;
  }

  .group:focus .lg\:group-focus\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:focus .lg\:group-focus\:pl-90\% {
    padding-left: 90%;
  }

  .group:focus .lg\:group-focus\:pt-95\% {
    padding-top: 95%;
  }

  .group:focus .lg\:group-focus\:pr-95\% {
    padding-right: 95%;
  }

  .group:focus .lg\:group-focus\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:focus .lg\:group-focus\:pl-95\% {
    padding-left: 95%;
  }

  .group:focus .lg\:group-focus\:pt-96\% {
    padding-top: 96%;
  }

  .group:focus .lg\:group-focus\:pr-96\% {
    padding-right: 96%;
  }

  .group:focus .lg\:group-focus\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:focus .lg\:group-focus\:pl-96\% {
    padding-left: 96%;
  }

  .group:focus .lg\:group-focus\:pt-97\% {
    padding-top: 97%;
  }

  .group:focus .lg\:group-focus\:pr-97\% {
    padding-right: 97%;
  }

  .group:focus .lg\:group-focus\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:focus .lg\:group-focus\:pl-97\% {
    padding-left: 97%;
  }

  .group:focus .lg\:group-focus\:pt-98\% {
    padding-top: 98%;
  }

  .group:focus .lg\:group-focus\:pr-98\% {
    padding-right: 98%;
  }

  .group:focus .lg\:group-focus\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:focus .lg\:group-focus\:pl-98\% {
    padding-left: 98%;
  }

  .group:focus .lg\:group-focus\:pt-99\% {
    padding-top: 99%;
  }

  .group:focus .lg\:group-focus\:pr-99\% {
    padding-right: 99%;
  }

  .group:focus .lg\:group-focus\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:focus .lg\:group-focus\:pl-99\% {
    padding-left: 99%;
  }

  .group:focus .lg\:group-focus\:pt-36vh {
    padding-top: 36vh;
  }

  .group:focus .lg\:group-focus\:pr-36vh {
    padding-right: 36vh;
  }

  .group:focus .lg\:group-focus\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:focus .lg\:group-focus\:pl-36vh {
    padding-left: 36vh;
  }

  .group:focus .lg\:group-focus\:pt-75vh {
    padding-top: 75vh;
  }

  .group:focus .lg\:group-focus\:pr-75vh {
    padding-right: 75vh;
  }

  .group:focus .lg\:group-focus\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:focus .lg\:group-focus\:pl-75vh {
    padding-left: 75vh;
  }

  .group:focus .lg\:group-focus\:pt-78vh {
    padding-top: 78vh;
  }

  .group:focus .lg\:group-focus\:pr-78vh {
    padding-right: 78vh;
  }

  .group:focus .lg\:group-focus\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:focus .lg\:group-focus\:pl-78vh {
    padding-left: 78vh;
  }

  .group:focus .lg\:group-focus\:pt-80vh {
    padding-top: 80vh;
  }

  .group:focus .lg\:group-focus\:pr-80vh {
    padding-right: 80vh;
  }

  .group:focus .lg\:group-focus\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:focus .lg\:group-focus\:pl-80vh {
    padding-left: 80vh;
  }

  .group:focus .lg\:group-focus\:pt-82vh {
    padding-top: 82vh;
  }

  .group:focus .lg\:group-focus\:pr-82vh {
    padding-right: 82vh;
  }

  .group:focus .lg\:group-focus\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:focus .lg\:group-focus\:pl-82vh {
    padding-left: 82vh;
  }

  .lg\:first\:p-0:first-child {
    padding: 0;
  }

  .lg\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .lg\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .lg\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .lg\:first\:p-4:first-child {
    padding: 1rem;
  }

  .lg\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .lg\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .lg\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .lg\:first\:p-8:first-child {
    padding: 2rem;
  }

  .lg\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .lg\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .lg\:first\:p-12:first-child {
    padding: 3rem;
  }

  .lg\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .lg\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .lg\:first\:p-16:first-child {
    padding: 4rem;
  }

  .lg\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .lg\:first\:p-20:first-child {
    padding: 5rem;
  }

  .lg\:first\:p-21:first-child {
    padding: 5.25rem;
  }

  .lg\:first\:p-22:first-child {
    padding: 5.5rem;
  }

  .lg\:first\:p-24:first-child {
    padding: 6rem;
  }

  .lg\:first\:p-26:first-child {
    padding: 6.5rem;
  }

  .lg\:first\:p-28:first-child {
    padding: 7rem;
  }

  .lg\:first\:p-30:first-child {
    padding: 7.5rem;
  }

  .lg\:first\:p-32:first-child {
    padding: 8rem;
  }

  .lg\:first\:p-34:first-child {
    padding: 8.5rem;
  }

  .lg\:first\:p-36:first-child {
    padding: 9rem;
  }

  .lg\:first\:p-38:first-child {
    padding: 9.5rem;
  }

  .lg\:first\:p-40:first-child {
    padding: 10rem;
  }

  .lg\:first\:p-44:first-child {
    padding: 11rem;
  }

  .lg\:first\:p-48:first-child {
    padding: 12rem;
  }

  .lg\:first\:p-52:first-child {
    padding: 13rem;
  }

  .lg\:first\:p-53:first-child {
    padding: 13.25rem;
  }

  .lg\:first\:p-54:first-child {
    padding: 13.5rem;
  }

  .lg\:first\:p-56:first-child {
    padding: 14rem;
  }

  .lg\:first\:p-64:first-child {
    padding: 16rem;
  }

  .lg\:first\:p-72:first-child {
    padding: 18rem;
  }

  .lg\:first\:p-74:first-child {
    padding: 18.5rem;
  }

  .lg\:first\:p-76:first-child {
    padding: 19rem;
  }

  .lg\:first\:p-80:first-child {
    padding: 20rem;
  }

  .lg\:first\:p-85:first-child {
    padding: 21.25rem;
  }

  .lg\:first\:p-100:first-child {
    padding: 25rem;
  }

  .lg\:first\:p-105:first-child {
    padding: 26.25rem;
  }

  .lg\:first\:p-107:first-child {
    padding: 26.4rem;
  }

  .lg\:first\:p-110:first-child {
    padding: 27.5rem;
  }

  .lg\:first\:p-120:first-child {
    padding: 30rem;
  }

  .lg\:first\:p-130:first-child {
    padding: 38rem;
  }

  .lg\:first\:p-px:first-child {
    padding: 1px;
  }

  .lg\:first\:p-250px:first-child {
    padding: 250px;
  }

  .lg\:first\:p-1\/2\%:first-child {
    padding: 0.5%;
  }

  .lg\:first\:p-1\%:first-child {
    padding: 1%;
  }

  .lg\:first\:p-2\%:first-child {
    padding: 2%;
  }

  .lg\:first\:p-3\%:first-child {
    padding: 3%;
  }

  .lg\:first\:p-4\%:first-child {
    padding: 4%;
  }

  .lg\:first\:p-5\%:first-child {
    padding: 5%;
  }

  .lg\:first\:p-10\%:first-child {
    padding: 10%;
  }

  .lg\:first\:p-20\%:first-child {
    padding: 20%;
  }

  .lg\:first\:p-23\%:first-child {
    padding: 23%;
  }

  .lg\:first\:p-25\%:first-child {
    padding: 25%;
  }

  .lg\:first\:p-26\%:first-child {
    padding: 26%;
  }

  .lg\:first\:p-30\%:first-child {
    padding: 30%;
  }

  .lg\:first\:p-40\%:first-child {
    padding: 40%;
  }

  .lg\:first\:p-50\%:first-child {
    padding: 50%;
  }

  .lg\:first\:p-60\%:first-child {
    padding: 60%;
  }

  .lg\:first\:p-70\%:first-child {
    padding: 70%;
  }

  .lg\:first\:p-80\%:first-child {
    padding: 80%;
  }

  .lg\:first\:p-90\%:first-child {
    padding: 90%;
  }

  .lg\:first\:p-95\%:first-child {
    padding: 95%;
  }

  .lg\:first\:p-96\%:first-child {
    padding: 96%;
  }

  .lg\:first\:p-97\%:first-child {
    padding: 97%;
  }

  .lg\:first\:p-98\%:first-child {
    padding: 98%;
  }

  .lg\:first\:p-99\%:first-child {
    padding: 99%;
  }

  .lg\:first\:p-36vh:first-child {
    padding: 36vh;
  }

  .lg\:first\:p-75vh:first-child {
    padding: 75vh;
  }

  .lg\:first\:p-78vh:first-child {
    padding: 78vh;
  }

  .lg\:first\:p-80vh:first-child {
    padding: 80vh;
  }

  .lg\:first\:p-82vh:first-child {
    padding: 82vh;
  }

  .lg\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:first\:py-21:first-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:first\:px-21:first-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:first\:py-22:first-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:first\:px-22:first-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:first\:py-26:first-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:first\:px-26:first-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:first\:py-30:first-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:first\:px-30:first-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:first\:py-34:first-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:first\:px-34:first-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:first\:py-38:first-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:first\:px-38:first-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:first\:py-53:first-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .lg\:first\:px-53:first-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .lg\:first\:py-54:first-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:first\:px-54:first-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:first\:py-74:first-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .lg\:first\:px-74:first-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .lg\:first\:py-76:first-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .lg\:first\:px-76:first-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .lg\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:first\:py-85:first-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .lg\:first\:px-85:first-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .lg\:first\:py-100:first-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:first\:px-100:first-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:first\:py-105:first-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .lg\:first\:px-105:first-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .lg\:first\:py-107:first-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .lg\:first\:px-107:first-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .lg\:first\:py-110:first-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:first\:px-110:first-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:first\:py-120:first-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:first\:px-120:first-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:first\:py-130:first-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:first\:px-130:first-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:first\:py-250px:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:first\:px-250px:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:first\:py-1\/2\%:first-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .lg\:first\:px-1\/2\%:first-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lg\:first\:py-1\%:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:first\:px-1\%:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:first\:py-2\%:first-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .lg\:first\:px-2\%:first-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:first\:py-3\%:first-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .lg\:first\:px-3\%:first-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:first\:py-4\%:first-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lg\:first\:px-4\%:first-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:first\:py-5\%:first-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:first\:px-5\%:first-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:first\:py-10\%:first-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:first\:px-10\%:first-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:first\:py-20\%:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:first\:px-20\%:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:first\:py-23\%:first-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .lg\:first\:px-23\%:first-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .lg\:first\:py-25\%:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:first\:px-25\%:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:first\:py-26\%:first-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .lg\:first\:px-26\%:first-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .lg\:first\:py-30\%:first-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:first\:px-30\%:first-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:first\:py-40\%:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:first\:px-40\%:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:first\:py-50\%:first-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:first\:px-50\%:first-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:first\:py-60\%:first-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:first\:px-60\%:first-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:first\:py-70\%:first-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:first\:px-70\%:first-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:first\:py-80\%:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:first\:px-80\%:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:first\:py-90\%:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:first\:px-90\%:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:first\:py-95\%:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:first\:px-95\%:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:first\:py-96\%:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:first\:px-96\%:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:first\:py-97\%:first-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .lg\:first\:px-97\%:first-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .lg\:first\:py-98\%:first-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .lg\:first\:px-98\%:first-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .lg\:first\:py-99\%:first-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .lg\:first\:px-99\%:first-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .lg\:first\:py-36vh:first-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .lg\:first\:px-36vh:first-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .lg\:first\:py-75vh:first-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .lg\:first\:px-75vh:first-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .lg\:first\:py-78vh:first-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .lg\:first\:px-78vh:first-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .lg\:first\:py-80vh:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:first\:px-80vh:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:first\:py-82vh:first-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .lg\:first\:px-82vh:first-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .lg\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .lg\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .lg\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .lg\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .lg\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .lg\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .lg\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .lg\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .lg\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .lg\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .lg\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .lg\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .lg\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .lg\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .lg\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .lg\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .lg\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .lg\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .lg\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .lg\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .lg\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .lg\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .lg\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .lg\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .lg\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .lg\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .lg\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .lg\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .lg\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .lg\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .lg\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .lg\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .lg\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .lg\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .lg\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .lg\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .lg\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .lg\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .lg\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .lg\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .lg\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .lg\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .lg\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .lg\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .lg\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .lg\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .lg\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .lg\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .lg\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .lg\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .lg\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .lg\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .lg\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .lg\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .lg\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .lg\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .lg\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .lg\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .lg\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .lg\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .lg\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .lg\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .lg\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .lg\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .lg\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .lg\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .lg\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .lg\:first\:pt-21:first-child {
    padding-top: 5.25rem;
  }

  .lg\:first\:pr-21:first-child {
    padding-right: 5.25rem;
  }

  .lg\:first\:pb-21:first-child {
    padding-bottom: 5.25rem;
  }

  .lg\:first\:pl-21:first-child {
    padding-left: 5.25rem;
  }

  .lg\:first\:pt-22:first-child {
    padding-top: 5.5rem;
  }

  .lg\:first\:pr-22:first-child {
    padding-right: 5.5rem;
  }

  .lg\:first\:pb-22:first-child {
    padding-bottom: 5.5rem;
  }

  .lg\:first\:pl-22:first-child {
    padding-left: 5.5rem;
  }

  .lg\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .lg\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .lg\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .lg\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .lg\:first\:pt-26:first-child {
    padding-top: 6.5rem;
  }

  .lg\:first\:pr-26:first-child {
    padding-right: 6.5rem;
  }

  .lg\:first\:pb-26:first-child {
    padding-bottom: 6.5rem;
  }

  .lg\:first\:pl-26:first-child {
    padding-left: 6.5rem;
  }

  .lg\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .lg\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .lg\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .lg\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .lg\:first\:pt-30:first-child {
    padding-top: 7.5rem;
  }

  .lg\:first\:pr-30:first-child {
    padding-right: 7.5rem;
  }

  .lg\:first\:pb-30:first-child {
    padding-bottom: 7.5rem;
  }

  .lg\:first\:pl-30:first-child {
    padding-left: 7.5rem;
  }

  .lg\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .lg\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .lg\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .lg\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .lg\:first\:pt-34:first-child {
    padding-top: 8.5rem;
  }

  .lg\:first\:pr-34:first-child {
    padding-right: 8.5rem;
  }

  .lg\:first\:pb-34:first-child {
    padding-bottom: 8.5rem;
  }

  .lg\:first\:pl-34:first-child {
    padding-left: 8.5rem;
  }

  .lg\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .lg\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .lg\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .lg\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .lg\:first\:pt-38:first-child {
    padding-top: 9.5rem;
  }

  .lg\:first\:pr-38:first-child {
    padding-right: 9.5rem;
  }

  .lg\:first\:pb-38:first-child {
    padding-bottom: 9.5rem;
  }

  .lg\:first\:pl-38:first-child {
    padding-left: 9.5rem;
  }

  .lg\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .lg\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .lg\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .lg\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .lg\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .lg\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .lg\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .lg\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .lg\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .lg\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .lg\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .lg\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .lg\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .lg\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .lg\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .lg\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .lg\:first\:pt-53:first-child {
    padding-top: 13.25rem;
  }

  .lg\:first\:pr-53:first-child {
    padding-right: 13.25rem;
  }

  .lg\:first\:pb-53:first-child {
    padding-bottom: 13.25rem;
  }

  .lg\:first\:pl-53:first-child {
    padding-left: 13.25rem;
  }

  .lg\:first\:pt-54:first-child {
    padding-top: 13.5rem;
  }

  .lg\:first\:pr-54:first-child {
    padding-right: 13.5rem;
  }

  .lg\:first\:pb-54:first-child {
    padding-bottom: 13.5rem;
  }

  .lg\:first\:pl-54:first-child {
    padding-left: 13.5rem;
  }

  .lg\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .lg\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .lg\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .lg\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .lg\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .lg\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .lg\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .lg\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .lg\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .lg\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .lg\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .lg\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .lg\:first\:pt-74:first-child {
    padding-top: 18.5rem;
  }

  .lg\:first\:pr-74:first-child {
    padding-right: 18.5rem;
  }

  .lg\:first\:pb-74:first-child {
    padding-bottom: 18.5rem;
  }

  .lg\:first\:pl-74:first-child {
    padding-left: 18.5rem;
  }

  .lg\:first\:pt-76:first-child {
    padding-top: 19rem;
  }

  .lg\:first\:pr-76:first-child {
    padding-right: 19rem;
  }

  .lg\:first\:pb-76:first-child {
    padding-bottom: 19rem;
  }

  .lg\:first\:pl-76:first-child {
    padding-left: 19rem;
  }

  .lg\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .lg\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .lg\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .lg\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .lg\:first\:pt-85:first-child {
    padding-top: 21.25rem;
  }

  .lg\:first\:pr-85:first-child {
    padding-right: 21.25rem;
  }

  .lg\:first\:pb-85:first-child {
    padding-bottom: 21.25rem;
  }

  .lg\:first\:pl-85:first-child {
    padding-left: 21.25rem;
  }

  .lg\:first\:pt-100:first-child {
    padding-top: 25rem;
  }

  .lg\:first\:pr-100:first-child {
    padding-right: 25rem;
  }

  .lg\:first\:pb-100:first-child {
    padding-bottom: 25rem;
  }

  .lg\:first\:pl-100:first-child {
    padding-left: 25rem;
  }

  .lg\:first\:pt-105:first-child {
    padding-top: 26.25rem;
  }

  .lg\:first\:pr-105:first-child {
    padding-right: 26.25rem;
  }

  .lg\:first\:pb-105:first-child {
    padding-bottom: 26.25rem;
  }

  .lg\:first\:pl-105:first-child {
    padding-left: 26.25rem;
  }

  .lg\:first\:pt-107:first-child {
    padding-top: 26.4rem;
  }

  .lg\:first\:pr-107:first-child {
    padding-right: 26.4rem;
  }

  .lg\:first\:pb-107:first-child {
    padding-bottom: 26.4rem;
  }

  .lg\:first\:pl-107:first-child {
    padding-left: 26.4rem;
  }

  .lg\:first\:pt-110:first-child {
    padding-top: 27.5rem;
  }

  .lg\:first\:pr-110:first-child {
    padding-right: 27.5rem;
  }

  .lg\:first\:pb-110:first-child {
    padding-bottom: 27.5rem;
  }

  .lg\:first\:pl-110:first-child {
    padding-left: 27.5rem;
  }

  .lg\:first\:pt-120:first-child {
    padding-top: 30rem;
  }

  .lg\:first\:pr-120:first-child {
    padding-right: 30rem;
  }

  .lg\:first\:pb-120:first-child {
    padding-bottom: 30rem;
  }

  .lg\:first\:pl-120:first-child {
    padding-left: 30rem;
  }

  .lg\:first\:pt-130:first-child {
    padding-top: 38rem;
  }

  .lg\:first\:pr-130:first-child {
    padding-right: 38rem;
  }

  .lg\:first\:pb-130:first-child {
    padding-bottom: 38rem;
  }

  .lg\:first\:pl-130:first-child {
    padding-left: 38rem;
  }

  .lg\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .lg\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .lg\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .lg\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .lg\:first\:pt-250px:first-child {
    padding-top: 250px;
  }

  .lg\:first\:pr-250px:first-child {
    padding-right: 250px;
  }

  .lg\:first\:pb-250px:first-child {
    padding-bottom: 250px;
  }

  .lg\:first\:pl-250px:first-child {
    padding-left: 250px;
  }

  .lg\:first\:pt-1\/2\%:first-child {
    padding-top: 0.5%;
  }

  .lg\:first\:pr-1\/2\%:first-child {
    padding-right: 0.5%;
  }

  .lg\:first\:pb-1\/2\%:first-child {
    padding-bottom: 0.5%;
  }

  .lg\:first\:pl-1\/2\%:first-child {
    padding-left: 0.5%;
  }

  .lg\:first\:pt-1\%:first-child {
    padding-top: 1%;
  }

  .lg\:first\:pr-1\%:first-child {
    padding-right: 1%;
  }

  .lg\:first\:pb-1\%:first-child {
    padding-bottom: 1%;
  }

  .lg\:first\:pl-1\%:first-child {
    padding-left: 1%;
  }

  .lg\:first\:pt-2\%:first-child {
    padding-top: 2%;
  }

  .lg\:first\:pr-2\%:first-child {
    padding-right: 2%;
  }

  .lg\:first\:pb-2\%:first-child {
    padding-bottom: 2%;
  }

  .lg\:first\:pl-2\%:first-child {
    padding-left: 2%;
  }

  .lg\:first\:pt-3\%:first-child {
    padding-top: 3%;
  }

  .lg\:first\:pr-3\%:first-child {
    padding-right: 3%;
  }

  .lg\:first\:pb-3\%:first-child {
    padding-bottom: 3%;
  }

  .lg\:first\:pl-3\%:first-child {
    padding-left: 3%;
  }

  .lg\:first\:pt-4\%:first-child {
    padding-top: 4%;
  }

  .lg\:first\:pr-4\%:first-child {
    padding-right: 4%;
  }

  .lg\:first\:pb-4\%:first-child {
    padding-bottom: 4%;
  }

  .lg\:first\:pl-4\%:first-child {
    padding-left: 4%;
  }

  .lg\:first\:pt-5\%:first-child {
    padding-top: 5%;
  }

  .lg\:first\:pr-5\%:first-child {
    padding-right: 5%;
  }

  .lg\:first\:pb-5\%:first-child {
    padding-bottom: 5%;
  }

  .lg\:first\:pl-5\%:first-child {
    padding-left: 5%;
  }

  .lg\:first\:pt-10\%:first-child {
    padding-top: 10%;
  }

  .lg\:first\:pr-10\%:first-child {
    padding-right: 10%;
  }

  .lg\:first\:pb-10\%:first-child {
    padding-bottom: 10%;
  }

  .lg\:first\:pl-10\%:first-child {
    padding-left: 10%;
  }

  .lg\:first\:pt-20\%:first-child {
    padding-top: 20%;
  }

  .lg\:first\:pr-20\%:first-child {
    padding-right: 20%;
  }

  .lg\:first\:pb-20\%:first-child {
    padding-bottom: 20%;
  }

  .lg\:first\:pl-20\%:first-child {
    padding-left: 20%;
  }

  .lg\:first\:pt-23\%:first-child {
    padding-top: 23%;
  }

  .lg\:first\:pr-23\%:first-child {
    padding-right: 23%;
  }

  .lg\:first\:pb-23\%:first-child {
    padding-bottom: 23%;
  }

  .lg\:first\:pl-23\%:first-child {
    padding-left: 23%;
  }

  .lg\:first\:pt-25\%:first-child {
    padding-top: 25%;
  }

  .lg\:first\:pr-25\%:first-child {
    padding-right: 25%;
  }

  .lg\:first\:pb-25\%:first-child {
    padding-bottom: 25%;
  }

  .lg\:first\:pl-25\%:first-child {
    padding-left: 25%;
  }

  .lg\:first\:pt-26\%:first-child {
    padding-top: 26%;
  }

  .lg\:first\:pr-26\%:first-child {
    padding-right: 26%;
  }

  .lg\:first\:pb-26\%:first-child {
    padding-bottom: 26%;
  }

  .lg\:first\:pl-26\%:first-child {
    padding-left: 26%;
  }

  .lg\:first\:pt-30\%:first-child {
    padding-top: 30%;
  }

  .lg\:first\:pr-30\%:first-child {
    padding-right: 30%;
  }

  .lg\:first\:pb-30\%:first-child {
    padding-bottom: 30%;
  }

  .lg\:first\:pl-30\%:first-child {
    padding-left: 30%;
  }

  .lg\:first\:pt-40\%:first-child {
    padding-top: 40%;
  }

  .lg\:first\:pr-40\%:first-child {
    padding-right: 40%;
  }

  .lg\:first\:pb-40\%:first-child {
    padding-bottom: 40%;
  }

  .lg\:first\:pl-40\%:first-child {
    padding-left: 40%;
  }

  .lg\:first\:pt-50\%:first-child {
    padding-top: 50%;
  }

  .lg\:first\:pr-50\%:first-child {
    padding-right: 50%;
  }

  .lg\:first\:pb-50\%:first-child {
    padding-bottom: 50%;
  }

  .lg\:first\:pl-50\%:first-child {
    padding-left: 50%;
  }

  .lg\:first\:pt-60\%:first-child {
    padding-top: 60%;
  }

  .lg\:first\:pr-60\%:first-child {
    padding-right: 60%;
  }

  .lg\:first\:pb-60\%:first-child {
    padding-bottom: 60%;
  }

  .lg\:first\:pl-60\%:first-child {
    padding-left: 60%;
  }

  .lg\:first\:pt-70\%:first-child {
    padding-top: 70%;
  }

  .lg\:first\:pr-70\%:first-child {
    padding-right: 70%;
  }

  .lg\:first\:pb-70\%:first-child {
    padding-bottom: 70%;
  }

  .lg\:first\:pl-70\%:first-child {
    padding-left: 70%;
  }

  .lg\:first\:pt-80\%:first-child {
    padding-top: 80%;
  }

  .lg\:first\:pr-80\%:first-child {
    padding-right: 80%;
  }

  .lg\:first\:pb-80\%:first-child {
    padding-bottom: 80%;
  }

  .lg\:first\:pl-80\%:first-child {
    padding-left: 80%;
  }

  .lg\:first\:pt-90\%:first-child {
    padding-top: 90%;
  }

  .lg\:first\:pr-90\%:first-child {
    padding-right: 90%;
  }

  .lg\:first\:pb-90\%:first-child {
    padding-bottom: 90%;
  }

  .lg\:first\:pl-90\%:first-child {
    padding-left: 90%;
  }

  .lg\:first\:pt-95\%:first-child {
    padding-top: 95%;
  }

  .lg\:first\:pr-95\%:first-child {
    padding-right: 95%;
  }

  .lg\:first\:pb-95\%:first-child {
    padding-bottom: 95%;
  }

  .lg\:first\:pl-95\%:first-child {
    padding-left: 95%;
  }

  .lg\:first\:pt-96\%:first-child {
    padding-top: 96%;
  }

  .lg\:first\:pr-96\%:first-child {
    padding-right: 96%;
  }

  .lg\:first\:pb-96\%:first-child {
    padding-bottom: 96%;
  }

  .lg\:first\:pl-96\%:first-child {
    padding-left: 96%;
  }

  .lg\:first\:pt-97\%:first-child {
    padding-top: 97%;
  }

  .lg\:first\:pr-97\%:first-child {
    padding-right: 97%;
  }

  .lg\:first\:pb-97\%:first-child {
    padding-bottom: 97%;
  }

  .lg\:first\:pl-97\%:first-child {
    padding-left: 97%;
  }

  .lg\:first\:pt-98\%:first-child {
    padding-top: 98%;
  }

  .lg\:first\:pr-98\%:first-child {
    padding-right: 98%;
  }

  .lg\:first\:pb-98\%:first-child {
    padding-bottom: 98%;
  }

  .lg\:first\:pl-98\%:first-child {
    padding-left: 98%;
  }

  .lg\:first\:pt-99\%:first-child {
    padding-top: 99%;
  }

  .lg\:first\:pr-99\%:first-child {
    padding-right: 99%;
  }

  .lg\:first\:pb-99\%:first-child {
    padding-bottom: 99%;
  }

  .lg\:first\:pl-99\%:first-child {
    padding-left: 99%;
  }

  .lg\:first\:pt-36vh:first-child {
    padding-top: 36vh;
  }

  .lg\:first\:pr-36vh:first-child {
    padding-right: 36vh;
  }

  .lg\:first\:pb-36vh:first-child {
    padding-bottom: 36vh;
  }

  .lg\:first\:pl-36vh:first-child {
    padding-left: 36vh;
  }

  .lg\:first\:pt-75vh:first-child {
    padding-top: 75vh;
  }

  .lg\:first\:pr-75vh:first-child {
    padding-right: 75vh;
  }

  .lg\:first\:pb-75vh:first-child {
    padding-bottom: 75vh;
  }

  .lg\:first\:pl-75vh:first-child {
    padding-left: 75vh;
  }

  .lg\:first\:pt-78vh:first-child {
    padding-top: 78vh;
  }

  .lg\:first\:pr-78vh:first-child {
    padding-right: 78vh;
  }

  .lg\:first\:pb-78vh:first-child {
    padding-bottom: 78vh;
  }

  .lg\:first\:pl-78vh:first-child {
    padding-left: 78vh;
  }

  .lg\:first\:pt-80vh:first-child {
    padding-top: 80vh;
  }

  .lg\:first\:pr-80vh:first-child {
    padding-right: 80vh;
  }

  .lg\:first\:pb-80vh:first-child {
    padding-bottom: 80vh;
  }

  .lg\:first\:pl-80vh:first-child {
    padding-left: 80vh;
  }

  .lg\:first\:pt-82vh:first-child {
    padding-top: 82vh;
  }

  .lg\:first\:pr-82vh:first-child {
    padding-right: 82vh;
  }

  .lg\:first\:pb-82vh:first-child {
    padding-bottom: 82vh;
  }

  .lg\:first\:pl-82vh:first-child {
    padding-left: 82vh;
  }

  .lg\:last\:p-0:last-child {
    padding: 0;
  }

  .lg\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .lg\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .lg\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .lg\:last\:p-4:last-child {
    padding: 1rem;
  }

  .lg\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .lg\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .lg\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .lg\:last\:p-8:last-child {
    padding: 2rem;
  }

  .lg\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .lg\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .lg\:last\:p-12:last-child {
    padding: 3rem;
  }

  .lg\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .lg\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .lg\:last\:p-16:last-child {
    padding: 4rem;
  }

  .lg\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .lg\:last\:p-20:last-child {
    padding: 5rem;
  }

  .lg\:last\:p-21:last-child {
    padding: 5.25rem;
  }

  .lg\:last\:p-22:last-child {
    padding: 5.5rem;
  }

  .lg\:last\:p-24:last-child {
    padding: 6rem;
  }

  .lg\:last\:p-26:last-child {
    padding: 6.5rem;
  }

  .lg\:last\:p-28:last-child {
    padding: 7rem;
  }

  .lg\:last\:p-30:last-child {
    padding: 7.5rem;
  }

  .lg\:last\:p-32:last-child {
    padding: 8rem;
  }

  .lg\:last\:p-34:last-child {
    padding: 8.5rem;
  }

  .lg\:last\:p-36:last-child {
    padding: 9rem;
  }

  .lg\:last\:p-38:last-child {
    padding: 9.5rem;
  }

  .lg\:last\:p-40:last-child {
    padding: 10rem;
  }

  .lg\:last\:p-44:last-child {
    padding: 11rem;
  }

  .lg\:last\:p-48:last-child {
    padding: 12rem;
  }

  .lg\:last\:p-52:last-child {
    padding: 13rem;
  }

  .lg\:last\:p-53:last-child {
    padding: 13.25rem;
  }

  .lg\:last\:p-54:last-child {
    padding: 13.5rem;
  }

  .lg\:last\:p-56:last-child {
    padding: 14rem;
  }

  .lg\:last\:p-64:last-child {
    padding: 16rem;
  }

  .lg\:last\:p-72:last-child {
    padding: 18rem;
  }

  .lg\:last\:p-74:last-child {
    padding: 18.5rem;
  }

  .lg\:last\:p-76:last-child {
    padding: 19rem;
  }

  .lg\:last\:p-80:last-child {
    padding: 20rem;
  }

  .lg\:last\:p-85:last-child {
    padding: 21.25rem;
  }

  .lg\:last\:p-100:last-child {
    padding: 25rem;
  }

  .lg\:last\:p-105:last-child {
    padding: 26.25rem;
  }

  .lg\:last\:p-107:last-child {
    padding: 26.4rem;
  }

  .lg\:last\:p-110:last-child {
    padding: 27.5rem;
  }

  .lg\:last\:p-120:last-child {
    padding: 30rem;
  }

  .lg\:last\:p-130:last-child {
    padding: 38rem;
  }

  .lg\:last\:p-px:last-child {
    padding: 1px;
  }

  .lg\:last\:p-250px:last-child {
    padding: 250px;
  }

  .lg\:last\:p-1\/2\%:last-child {
    padding: 0.5%;
  }

  .lg\:last\:p-1\%:last-child {
    padding: 1%;
  }

  .lg\:last\:p-2\%:last-child {
    padding: 2%;
  }

  .lg\:last\:p-3\%:last-child {
    padding: 3%;
  }

  .lg\:last\:p-4\%:last-child {
    padding: 4%;
  }

  .lg\:last\:p-5\%:last-child {
    padding: 5%;
  }

  .lg\:last\:p-10\%:last-child {
    padding: 10%;
  }

  .lg\:last\:p-20\%:last-child {
    padding: 20%;
  }

  .lg\:last\:p-23\%:last-child {
    padding: 23%;
  }

  .lg\:last\:p-25\%:last-child {
    padding: 25%;
  }

  .lg\:last\:p-26\%:last-child {
    padding: 26%;
  }

  .lg\:last\:p-30\%:last-child {
    padding: 30%;
  }

  .lg\:last\:p-40\%:last-child {
    padding: 40%;
  }

  .lg\:last\:p-50\%:last-child {
    padding: 50%;
  }

  .lg\:last\:p-60\%:last-child {
    padding: 60%;
  }

  .lg\:last\:p-70\%:last-child {
    padding: 70%;
  }

  .lg\:last\:p-80\%:last-child {
    padding: 80%;
  }

  .lg\:last\:p-90\%:last-child {
    padding: 90%;
  }

  .lg\:last\:p-95\%:last-child {
    padding: 95%;
  }

  .lg\:last\:p-96\%:last-child {
    padding: 96%;
  }

  .lg\:last\:p-97\%:last-child {
    padding: 97%;
  }

  .lg\:last\:p-98\%:last-child {
    padding: 98%;
  }

  .lg\:last\:p-99\%:last-child {
    padding: 99%;
  }

  .lg\:last\:p-36vh:last-child {
    padding: 36vh;
  }

  .lg\:last\:p-75vh:last-child {
    padding: 75vh;
  }

  .lg\:last\:p-78vh:last-child {
    padding: 78vh;
  }

  .lg\:last\:p-80vh:last-child {
    padding: 80vh;
  }

  .lg\:last\:p-82vh:last-child {
    padding: 82vh;
  }

  .lg\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:last\:py-21:last-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:last\:px-21:last-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:last\:py-22:last-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:last\:px-22:last-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:last\:py-26:last-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:last\:px-26:last-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:last\:py-30:last-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:last\:px-30:last-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:last\:py-34:last-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:last\:px-34:last-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:last\:py-38:last-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:last\:px-38:last-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:last\:py-53:last-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .lg\:last\:px-53:last-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .lg\:last\:py-54:last-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:last\:px-54:last-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:last\:py-74:last-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .lg\:last\:px-74:last-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .lg\:last\:py-76:last-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .lg\:last\:px-76:last-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .lg\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:last\:py-85:last-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .lg\:last\:px-85:last-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .lg\:last\:py-100:last-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:last\:px-100:last-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:last\:py-105:last-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .lg\:last\:px-105:last-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .lg\:last\:py-107:last-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .lg\:last\:px-107:last-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .lg\:last\:py-110:last-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:last\:px-110:last-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:last\:py-120:last-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:last\:px-120:last-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:last\:py-130:last-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:last\:px-130:last-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:last\:py-250px:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:last\:px-250px:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:last\:py-1\/2\%:last-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .lg\:last\:px-1\/2\%:last-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lg\:last\:py-1\%:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:last\:px-1\%:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:last\:py-2\%:last-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .lg\:last\:px-2\%:last-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:last\:py-3\%:last-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .lg\:last\:px-3\%:last-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:last\:py-4\%:last-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lg\:last\:px-4\%:last-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:last\:py-5\%:last-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:last\:px-5\%:last-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:last\:py-10\%:last-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:last\:px-10\%:last-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:last\:py-20\%:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:last\:px-20\%:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:last\:py-23\%:last-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .lg\:last\:px-23\%:last-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .lg\:last\:py-25\%:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:last\:px-25\%:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:last\:py-26\%:last-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .lg\:last\:px-26\%:last-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .lg\:last\:py-30\%:last-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:last\:px-30\%:last-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:last\:py-40\%:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:last\:px-40\%:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:last\:py-50\%:last-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:last\:px-50\%:last-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:last\:py-60\%:last-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:last\:px-60\%:last-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:last\:py-70\%:last-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:last\:px-70\%:last-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:last\:py-80\%:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:last\:px-80\%:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:last\:py-90\%:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:last\:px-90\%:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:last\:py-95\%:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:last\:px-95\%:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:last\:py-96\%:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:last\:px-96\%:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:last\:py-97\%:last-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .lg\:last\:px-97\%:last-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .lg\:last\:py-98\%:last-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .lg\:last\:px-98\%:last-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .lg\:last\:py-99\%:last-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .lg\:last\:px-99\%:last-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .lg\:last\:py-36vh:last-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .lg\:last\:px-36vh:last-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .lg\:last\:py-75vh:last-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .lg\:last\:px-75vh:last-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .lg\:last\:py-78vh:last-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .lg\:last\:px-78vh:last-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .lg\:last\:py-80vh:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:last\:px-80vh:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:last\:py-82vh:last-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .lg\:last\:px-82vh:last-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .lg\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .lg\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .lg\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .lg\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .lg\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .lg\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .lg\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .lg\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .lg\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .lg\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .lg\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .lg\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .lg\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .lg\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .lg\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .lg\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .lg\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .lg\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .lg\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .lg\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .lg\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .lg\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .lg\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .lg\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .lg\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .lg\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .lg\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .lg\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .lg\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .lg\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .lg\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .lg\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .lg\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .lg\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .lg\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .lg\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .lg\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .lg\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .lg\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .lg\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .lg\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .lg\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .lg\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .lg\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .lg\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .lg\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .lg\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .lg\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .lg\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .lg\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .lg\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .lg\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .lg\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .lg\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .lg\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .lg\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .lg\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .lg\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .lg\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .lg\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .lg\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .lg\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .lg\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .lg\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .lg\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .lg\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .lg\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .lg\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .lg\:last\:pt-21:last-child {
    padding-top: 5.25rem;
  }

  .lg\:last\:pr-21:last-child {
    padding-right: 5.25rem;
  }

  .lg\:last\:pb-21:last-child {
    padding-bottom: 5.25rem;
  }

  .lg\:last\:pl-21:last-child {
    padding-left: 5.25rem;
  }

  .lg\:last\:pt-22:last-child {
    padding-top: 5.5rem;
  }

  .lg\:last\:pr-22:last-child {
    padding-right: 5.5rem;
  }

  .lg\:last\:pb-22:last-child {
    padding-bottom: 5.5rem;
  }

  .lg\:last\:pl-22:last-child {
    padding-left: 5.5rem;
  }

  .lg\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .lg\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .lg\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .lg\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .lg\:last\:pt-26:last-child {
    padding-top: 6.5rem;
  }

  .lg\:last\:pr-26:last-child {
    padding-right: 6.5rem;
  }

  .lg\:last\:pb-26:last-child {
    padding-bottom: 6.5rem;
  }

  .lg\:last\:pl-26:last-child {
    padding-left: 6.5rem;
  }

  .lg\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .lg\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .lg\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .lg\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .lg\:last\:pt-30:last-child {
    padding-top: 7.5rem;
  }

  .lg\:last\:pr-30:last-child {
    padding-right: 7.5rem;
  }

  .lg\:last\:pb-30:last-child {
    padding-bottom: 7.5rem;
  }

  .lg\:last\:pl-30:last-child {
    padding-left: 7.5rem;
  }

  .lg\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .lg\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .lg\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .lg\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .lg\:last\:pt-34:last-child {
    padding-top: 8.5rem;
  }

  .lg\:last\:pr-34:last-child {
    padding-right: 8.5rem;
  }

  .lg\:last\:pb-34:last-child {
    padding-bottom: 8.5rem;
  }

  .lg\:last\:pl-34:last-child {
    padding-left: 8.5rem;
  }

  .lg\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .lg\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .lg\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .lg\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .lg\:last\:pt-38:last-child {
    padding-top: 9.5rem;
  }

  .lg\:last\:pr-38:last-child {
    padding-right: 9.5rem;
  }

  .lg\:last\:pb-38:last-child {
    padding-bottom: 9.5rem;
  }

  .lg\:last\:pl-38:last-child {
    padding-left: 9.5rem;
  }

  .lg\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .lg\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .lg\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .lg\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .lg\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .lg\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .lg\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .lg\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .lg\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .lg\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .lg\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .lg\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .lg\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .lg\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .lg\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .lg\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .lg\:last\:pt-53:last-child {
    padding-top: 13.25rem;
  }

  .lg\:last\:pr-53:last-child {
    padding-right: 13.25rem;
  }

  .lg\:last\:pb-53:last-child {
    padding-bottom: 13.25rem;
  }

  .lg\:last\:pl-53:last-child {
    padding-left: 13.25rem;
  }

  .lg\:last\:pt-54:last-child {
    padding-top: 13.5rem;
  }

  .lg\:last\:pr-54:last-child {
    padding-right: 13.5rem;
  }

  .lg\:last\:pb-54:last-child {
    padding-bottom: 13.5rem;
  }

  .lg\:last\:pl-54:last-child {
    padding-left: 13.5rem;
  }

  .lg\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .lg\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .lg\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .lg\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .lg\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .lg\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .lg\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .lg\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .lg\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .lg\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .lg\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .lg\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .lg\:last\:pt-74:last-child {
    padding-top: 18.5rem;
  }

  .lg\:last\:pr-74:last-child {
    padding-right: 18.5rem;
  }

  .lg\:last\:pb-74:last-child {
    padding-bottom: 18.5rem;
  }

  .lg\:last\:pl-74:last-child {
    padding-left: 18.5rem;
  }

  .lg\:last\:pt-76:last-child {
    padding-top: 19rem;
  }

  .lg\:last\:pr-76:last-child {
    padding-right: 19rem;
  }

  .lg\:last\:pb-76:last-child {
    padding-bottom: 19rem;
  }

  .lg\:last\:pl-76:last-child {
    padding-left: 19rem;
  }

  .lg\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .lg\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .lg\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .lg\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .lg\:last\:pt-85:last-child {
    padding-top: 21.25rem;
  }

  .lg\:last\:pr-85:last-child {
    padding-right: 21.25rem;
  }

  .lg\:last\:pb-85:last-child {
    padding-bottom: 21.25rem;
  }

  .lg\:last\:pl-85:last-child {
    padding-left: 21.25rem;
  }

  .lg\:last\:pt-100:last-child {
    padding-top: 25rem;
  }

  .lg\:last\:pr-100:last-child {
    padding-right: 25rem;
  }

  .lg\:last\:pb-100:last-child {
    padding-bottom: 25rem;
  }

  .lg\:last\:pl-100:last-child {
    padding-left: 25rem;
  }

  .lg\:last\:pt-105:last-child {
    padding-top: 26.25rem;
  }

  .lg\:last\:pr-105:last-child {
    padding-right: 26.25rem;
  }

  .lg\:last\:pb-105:last-child {
    padding-bottom: 26.25rem;
  }

  .lg\:last\:pl-105:last-child {
    padding-left: 26.25rem;
  }

  .lg\:last\:pt-107:last-child {
    padding-top: 26.4rem;
  }

  .lg\:last\:pr-107:last-child {
    padding-right: 26.4rem;
  }

  .lg\:last\:pb-107:last-child {
    padding-bottom: 26.4rem;
  }

  .lg\:last\:pl-107:last-child {
    padding-left: 26.4rem;
  }

  .lg\:last\:pt-110:last-child {
    padding-top: 27.5rem;
  }

  .lg\:last\:pr-110:last-child {
    padding-right: 27.5rem;
  }

  .lg\:last\:pb-110:last-child {
    padding-bottom: 27.5rem;
  }

  .lg\:last\:pl-110:last-child {
    padding-left: 27.5rem;
  }

  .lg\:last\:pt-120:last-child {
    padding-top: 30rem;
  }

  .lg\:last\:pr-120:last-child {
    padding-right: 30rem;
  }

  .lg\:last\:pb-120:last-child {
    padding-bottom: 30rem;
  }

  .lg\:last\:pl-120:last-child {
    padding-left: 30rem;
  }

  .lg\:last\:pt-130:last-child {
    padding-top: 38rem;
  }

  .lg\:last\:pr-130:last-child {
    padding-right: 38rem;
  }

  .lg\:last\:pb-130:last-child {
    padding-bottom: 38rem;
  }

  .lg\:last\:pl-130:last-child {
    padding-left: 38rem;
  }

  .lg\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .lg\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .lg\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .lg\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .lg\:last\:pt-250px:last-child {
    padding-top: 250px;
  }

  .lg\:last\:pr-250px:last-child {
    padding-right: 250px;
  }

  .lg\:last\:pb-250px:last-child {
    padding-bottom: 250px;
  }

  .lg\:last\:pl-250px:last-child {
    padding-left: 250px;
  }

  .lg\:last\:pt-1\/2\%:last-child {
    padding-top: 0.5%;
  }

  .lg\:last\:pr-1\/2\%:last-child {
    padding-right: 0.5%;
  }

  .lg\:last\:pb-1\/2\%:last-child {
    padding-bottom: 0.5%;
  }

  .lg\:last\:pl-1\/2\%:last-child {
    padding-left: 0.5%;
  }

  .lg\:last\:pt-1\%:last-child {
    padding-top: 1%;
  }

  .lg\:last\:pr-1\%:last-child {
    padding-right: 1%;
  }

  .lg\:last\:pb-1\%:last-child {
    padding-bottom: 1%;
  }

  .lg\:last\:pl-1\%:last-child {
    padding-left: 1%;
  }

  .lg\:last\:pt-2\%:last-child {
    padding-top: 2%;
  }

  .lg\:last\:pr-2\%:last-child {
    padding-right: 2%;
  }

  .lg\:last\:pb-2\%:last-child {
    padding-bottom: 2%;
  }

  .lg\:last\:pl-2\%:last-child {
    padding-left: 2%;
  }

  .lg\:last\:pt-3\%:last-child {
    padding-top: 3%;
  }

  .lg\:last\:pr-3\%:last-child {
    padding-right: 3%;
  }

  .lg\:last\:pb-3\%:last-child {
    padding-bottom: 3%;
  }

  .lg\:last\:pl-3\%:last-child {
    padding-left: 3%;
  }

  .lg\:last\:pt-4\%:last-child {
    padding-top: 4%;
  }

  .lg\:last\:pr-4\%:last-child {
    padding-right: 4%;
  }

  .lg\:last\:pb-4\%:last-child {
    padding-bottom: 4%;
  }

  .lg\:last\:pl-4\%:last-child {
    padding-left: 4%;
  }

  .lg\:last\:pt-5\%:last-child {
    padding-top: 5%;
  }

  .lg\:last\:pr-5\%:last-child {
    padding-right: 5%;
  }

  .lg\:last\:pb-5\%:last-child {
    padding-bottom: 5%;
  }

  .lg\:last\:pl-5\%:last-child {
    padding-left: 5%;
  }

  .lg\:last\:pt-10\%:last-child {
    padding-top: 10%;
  }

  .lg\:last\:pr-10\%:last-child {
    padding-right: 10%;
  }

  .lg\:last\:pb-10\%:last-child {
    padding-bottom: 10%;
  }

  .lg\:last\:pl-10\%:last-child {
    padding-left: 10%;
  }

  .lg\:last\:pt-20\%:last-child {
    padding-top: 20%;
  }

  .lg\:last\:pr-20\%:last-child {
    padding-right: 20%;
  }

  .lg\:last\:pb-20\%:last-child {
    padding-bottom: 20%;
  }

  .lg\:last\:pl-20\%:last-child {
    padding-left: 20%;
  }

  .lg\:last\:pt-23\%:last-child {
    padding-top: 23%;
  }

  .lg\:last\:pr-23\%:last-child {
    padding-right: 23%;
  }

  .lg\:last\:pb-23\%:last-child {
    padding-bottom: 23%;
  }

  .lg\:last\:pl-23\%:last-child {
    padding-left: 23%;
  }

  .lg\:last\:pt-25\%:last-child {
    padding-top: 25%;
  }

  .lg\:last\:pr-25\%:last-child {
    padding-right: 25%;
  }

  .lg\:last\:pb-25\%:last-child {
    padding-bottom: 25%;
  }

  .lg\:last\:pl-25\%:last-child {
    padding-left: 25%;
  }

  .lg\:last\:pt-26\%:last-child {
    padding-top: 26%;
  }

  .lg\:last\:pr-26\%:last-child {
    padding-right: 26%;
  }

  .lg\:last\:pb-26\%:last-child {
    padding-bottom: 26%;
  }

  .lg\:last\:pl-26\%:last-child {
    padding-left: 26%;
  }

  .lg\:last\:pt-30\%:last-child {
    padding-top: 30%;
  }

  .lg\:last\:pr-30\%:last-child {
    padding-right: 30%;
  }

  .lg\:last\:pb-30\%:last-child {
    padding-bottom: 30%;
  }

  .lg\:last\:pl-30\%:last-child {
    padding-left: 30%;
  }

  .lg\:last\:pt-40\%:last-child {
    padding-top: 40%;
  }

  .lg\:last\:pr-40\%:last-child {
    padding-right: 40%;
  }

  .lg\:last\:pb-40\%:last-child {
    padding-bottom: 40%;
  }

  .lg\:last\:pl-40\%:last-child {
    padding-left: 40%;
  }

  .lg\:last\:pt-50\%:last-child {
    padding-top: 50%;
  }

  .lg\:last\:pr-50\%:last-child {
    padding-right: 50%;
  }

  .lg\:last\:pb-50\%:last-child {
    padding-bottom: 50%;
  }

  .lg\:last\:pl-50\%:last-child {
    padding-left: 50%;
  }

  .lg\:last\:pt-60\%:last-child {
    padding-top: 60%;
  }

  .lg\:last\:pr-60\%:last-child {
    padding-right: 60%;
  }

  .lg\:last\:pb-60\%:last-child {
    padding-bottom: 60%;
  }

  .lg\:last\:pl-60\%:last-child {
    padding-left: 60%;
  }

  .lg\:last\:pt-70\%:last-child {
    padding-top: 70%;
  }

  .lg\:last\:pr-70\%:last-child {
    padding-right: 70%;
  }

  .lg\:last\:pb-70\%:last-child {
    padding-bottom: 70%;
  }

  .lg\:last\:pl-70\%:last-child {
    padding-left: 70%;
  }

  .lg\:last\:pt-80\%:last-child {
    padding-top: 80%;
  }

  .lg\:last\:pr-80\%:last-child {
    padding-right: 80%;
  }

  .lg\:last\:pb-80\%:last-child {
    padding-bottom: 80%;
  }

  .lg\:last\:pl-80\%:last-child {
    padding-left: 80%;
  }

  .lg\:last\:pt-90\%:last-child {
    padding-top: 90%;
  }

  .lg\:last\:pr-90\%:last-child {
    padding-right: 90%;
  }

  .lg\:last\:pb-90\%:last-child {
    padding-bottom: 90%;
  }

  .lg\:last\:pl-90\%:last-child {
    padding-left: 90%;
  }

  .lg\:last\:pt-95\%:last-child {
    padding-top: 95%;
  }

  .lg\:last\:pr-95\%:last-child {
    padding-right: 95%;
  }

  .lg\:last\:pb-95\%:last-child {
    padding-bottom: 95%;
  }

  .lg\:last\:pl-95\%:last-child {
    padding-left: 95%;
  }

  .lg\:last\:pt-96\%:last-child {
    padding-top: 96%;
  }

  .lg\:last\:pr-96\%:last-child {
    padding-right: 96%;
  }

  .lg\:last\:pb-96\%:last-child {
    padding-bottom: 96%;
  }

  .lg\:last\:pl-96\%:last-child {
    padding-left: 96%;
  }

  .lg\:last\:pt-97\%:last-child {
    padding-top: 97%;
  }

  .lg\:last\:pr-97\%:last-child {
    padding-right: 97%;
  }

  .lg\:last\:pb-97\%:last-child {
    padding-bottom: 97%;
  }

  .lg\:last\:pl-97\%:last-child {
    padding-left: 97%;
  }

  .lg\:last\:pt-98\%:last-child {
    padding-top: 98%;
  }

  .lg\:last\:pr-98\%:last-child {
    padding-right: 98%;
  }

  .lg\:last\:pb-98\%:last-child {
    padding-bottom: 98%;
  }

  .lg\:last\:pl-98\%:last-child {
    padding-left: 98%;
  }

  .lg\:last\:pt-99\%:last-child {
    padding-top: 99%;
  }

  .lg\:last\:pr-99\%:last-child {
    padding-right: 99%;
  }

  .lg\:last\:pb-99\%:last-child {
    padding-bottom: 99%;
  }

  .lg\:last\:pl-99\%:last-child {
    padding-left: 99%;
  }

  .lg\:last\:pt-36vh:last-child {
    padding-top: 36vh;
  }

  .lg\:last\:pr-36vh:last-child {
    padding-right: 36vh;
  }

  .lg\:last\:pb-36vh:last-child {
    padding-bottom: 36vh;
  }

  .lg\:last\:pl-36vh:last-child {
    padding-left: 36vh;
  }

  .lg\:last\:pt-75vh:last-child {
    padding-top: 75vh;
  }

  .lg\:last\:pr-75vh:last-child {
    padding-right: 75vh;
  }

  .lg\:last\:pb-75vh:last-child {
    padding-bottom: 75vh;
  }

  .lg\:last\:pl-75vh:last-child {
    padding-left: 75vh;
  }

  .lg\:last\:pt-78vh:last-child {
    padding-top: 78vh;
  }

  .lg\:last\:pr-78vh:last-child {
    padding-right: 78vh;
  }

  .lg\:last\:pb-78vh:last-child {
    padding-bottom: 78vh;
  }

  .lg\:last\:pl-78vh:last-child {
    padding-left: 78vh;
  }

  .lg\:last\:pt-80vh:last-child {
    padding-top: 80vh;
  }

  .lg\:last\:pr-80vh:last-child {
    padding-right: 80vh;
  }

  .lg\:last\:pb-80vh:last-child {
    padding-bottom: 80vh;
  }

  .lg\:last\:pl-80vh:last-child {
    padding-left: 80vh;
  }

  .lg\:last\:pt-82vh:last-child {
    padding-top: 82vh;
  }

  .lg\:last\:pr-82vh:last-child {
    padding-right: 82vh;
  }

  .lg\:last\:pb-82vh:last-child {
    padding-bottom: 82vh;
  }

  .lg\:last\:pl-82vh:last-child {
    padding-left: 82vh;
  }

  .lg\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .lg\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .lg\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .lg\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .lg\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .lg\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .lg\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .lg\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .lg\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .lg\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .lg\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .lg\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .lg\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .lg\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .lg\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .lg\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .lg\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .lg\:even\:p-21:nth-child(even) {
    padding: 5.25rem;
  }

  .lg\:even\:p-22:nth-child(even) {
    padding: 5.5rem;
  }

  .lg\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .lg\:even\:p-26:nth-child(even) {
    padding: 6.5rem;
  }

  .lg\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .lg\:even\:p-30:nth-child(even) {
    padding: 7.5rem;
  }

  .lg\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .lg\:even\:p-34:nth-child(even) {
    padding: 8.5rem;
  }

  .lg\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .lg\:even\:p-38:nth-child(even) {
    padding: 9.5rem;
  }

  .lg\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .lg\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .lg\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .lg\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .lg\:even\:p-53:nth-child(even) {
    padding: 13.25rem;
  }

  .lg\:even\:p-54:nth-child(even) {
    padding: 13.5rem;
  }

  .lg\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .lg\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .lg\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .lg\:even\:p-74:nth-child(even) {
    padding: 18.5rem;
  }

  .lg\:even\:p-76:nth-child(even) {
    padding: 19rem;
  }

  .lg\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .lg\:even\:p-85:nth-child(even) {
    padding: 21.25rem;
  }

  .lg\:even\:p-100:nth-child(even) {
    padding: 25rem;
  }

  .lg\:even\:p-105:nth-child(even) {
    padding: 26.25rem;
  }

  .lg\:even\:p-107:nth-child(even) {
    padding: 26.4rem;
  }

  .lg\:even\:p-110:nth-child(even) {
    padding: 27.5rem;
  }

  .lg\:even\:p-120:nth-child(even) {
    padding: 30rem;
  }

  .lg\:even\:p-130:nth-child(even) {
    padding: 38rem;
  }

  .lg\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .lg\:even\:p-250px:nth-child(even) {
    padding: 250px;
  }

  .lg\:even\:p-1\/2\%:nth-child(even) {
    padding: 0.5%;
  }

  .lg\:even\:p-1\%:nth-child(even) {
    padding: 1%;
  }

  .lg\:even\:p-2\%:nth-child(even) {
    padding: 2%;
  }

  .lg\:even\:p-3\%:nth-child(even) {
    padding: 3%;
  }

  .lg\:even\:p-4\%:nth-child(even) {
    padding: 4%;
  }

  .lg\:even\:p-5\%:nth-child(even) {
    padding: 5%;
  }

  .lg\:even\:p-10\%:nth-child(even) {
    padding: 10%;
  }

  .lg\:even\:p-20\%:nth-child(even) {
    padding: 20%;
  }

  .lg\:even\:p-23\%:nth-child(even) {
    padding: 23%;
  }

  .lg\:even\:p-25\%:nth-child(even) {
    padding: 25%;
  }

  .lg\:even\:p-26\%:nth-child(even) {
    padding: 26%;
  }

  .lg\:even\:p-30\%:nth-child(even) {
    padding: 30%;
  }

  .lg\:even\:p-40\%:nth-child(even) {
    padding: 40%;
  }

  .lg\:even\:p-50\%:nth-child(even) {
    padding: 50%;
  }

  .lg\:even\:p-60\%:nth-child(even) {
    padding: 60%;
  }

  .lg\:even\:p-70\%:nth-child(even) {
    padding: 70%;
  }

  .lg\:even\:p-80\%:nth-child(even) {
    padding: 80%;
  }

  .lg\:even\:p-90\%:nth-child(even) {
    padding: 90%;
  }

  .lg\:even\:p-95\%:nth-child(even) {
    padding: 95%;
  }

  .lg\:even\:p-96\%:nth-child(even) {
    padding: 96%;
  }

  .lg\:even\:p-97\%:nth-child(even) {
    padding: 97%;
  }

  .lg\:even\:p-98\%:nth-child(even) {
    padding: 98%;
  }

  .lg\:even\:p-99\%:nth-child(even) {
    padding: 99%;
  }

  .lg\:even\:p-36vh:nth-child(even) {
    padding: 36vh;
  }

  .lg\:even\:p-75vh:nth-child(even) {
    padding: 75vh;
  }

  .lg\:even\:p-78vh:nth-child(even) {
    padding: 78vh;
  }

  .lg\:even\:p-80vh:nth-child(even) {
    padding: 80vh;
  }

  .lg\:even\:p-82vh:nth-child(even) {
    padding: 82vh;
  }

  .lg\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:even\:py-21:nth-child(even) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:even\:px-21:nth-child(even) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:even\:py-22:nth-child(even) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:even\:px-22:nth-child(even) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:even\:py-26:nth-child(even) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:even\:px-26:nth-child(even) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:even\:py-30:nth-child(even) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:even\:px-30:nth-child(even) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:even\:py-34:nth-child(even) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:even\:px-34:nth-child(even) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:even\:py-38:nth-child(even) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:even\:px-38:nth-child(even) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:even\:py-53:nth-child(even) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .lg\:even\:px-53:nth-child(even) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .lg\:even\:py-54:nth-child(even) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:even\:px-54:nth-child(even) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:even\:py-74:nth-child(even) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .lg\:even\:px-74:nth-child(even) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .lg\:even\:py-76:nth-child(even) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .lg\:even\:px-76:nth-child(even) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .lg\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:even\:py-85:nth-child(even) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .lg\:even\:px-85:nth-child(even) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .lg\:even\:py-100:nth-child(even) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:even\:px-100:nth-child(even) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:even\:py-105:nth-child(even) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .lg\:even\:px-105:nth-child(even) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .lg\:even\:py-107:nth-child(even) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .lg\:even\:px-107:nth-child(even) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .lg\:even\:py-110:nth-child(even) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:even\:px-110:nth-child(even) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:even\:py-120:nth-child(even) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:even\:px-120:nth-child(even) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:even\:py-130:nth-child(even) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:even\:px-130:nth-child(even) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:even\:py-250px:nth-child(even) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:even\:px-250px:nth-child(even) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:even\:py-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .lg\:even\:px-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lg\:even\:py-1\%:nth-child(even) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:even\:px-1\%:nth-child(even) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:even\:py-2\%:nth-child(even) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .lg\:even\:px-2\%:nth-child(even) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:even\:py-3\%:nth-child(even) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .lg\:even\:px-3\%:nth-child(even) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:even\:py-4\%:nth-child(even) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lg\:even\:px-4\%:nth-child(even) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:even\:py-5\%:nth-child(even) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:even\:px-5\%:nth-child(even) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:even\:py-10\%:nth-child(even) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:even\:px-10\%:nth-child(even) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:even\:py-20\%:nth-child(even) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:even\:px-20\%:nth-child(even) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:even\:py-23\%:nth-child(even) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .lg\:even\:px-23\%:nth-child(even) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .lg\:even\:py-25\%:nth-child(even) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:even\:px-25\%:nth-child(even) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:even\:py-26\%:nth-child(even) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .lg\:even\:px-26\%:nth-child(even) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .lg\:even\:py-30\%:nth-child(even) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:even\:px-30\%:nth-child(even) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:even\:py-40\%:nth-child(even) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:even\:px-40\%:nth-child(even) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:even\:py-50\%:nth-child(even) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:even\:px-50\%:nth-child(even) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:even\:py-60\%:nth-child(even) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:even\:px-60\%:nth-child(even) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:even\:py-70\%:nth-child(even) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:even\:px-70\%:nth-child(even) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:even\:py-80\%:nth-child(even) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:even\:px-80\%:nth-child(even) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:even\:py-90\%:nth-child(even) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:even\:px-90\%:nth-child(even) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:even\:py-95\%:nth-child(even) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:even\:px-95\%:nth-child(even) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:even\:py-96\%:nth-child(even) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:even\:px-96\%:nth-child(even) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:even\:py-97\%:nth-child(even) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .lg\:even\:px-97\%:nth-child(even) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .lg\:even\:py-98\%:nth-child(even) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .lg\:even\:px-98\%:nth-child(even) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .lg\:even\:py-99\%:nth-child(even) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .lg\:even\:px-99\%:nth-child(even) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .lg\:even\:py-36vh:nth-child(even) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .lg\:even\:px-36vh:nth-child(even) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .lg\:even\:py-75vh:nth-child(even) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .lg\:even\:px-75vh:nth-child(even) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .lg\:even\:py-78vh:nth-child(even) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .lg\:even\:px-78vh:nth-child(even) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .lg\:even\:py-80vh:nth-child(even) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:even\:px-80vh:nth-child(even) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:even\:py-82vh:nth-child(even) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .lg\:even\:px-82vh:nth-child(even) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .lg\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .lg\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .lg\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .lg\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .lg\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .lg\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .lg\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .lg\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .lg\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .lg\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .lg\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .lg\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .lg\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .lg\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .lg\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .lg\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .lg\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .lg\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .lg\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .lg\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .lg\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .lg\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .lg\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .lg\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .lg\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .lg\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .lg\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .lg\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .lg\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .lg\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .lg\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .lg\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .lg\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .lg\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .lg\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .lg\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .lg\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .lg\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .lg\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .lg\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .lg\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .lg\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .lg\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .lg\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .lg\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .lg\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .lg\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .lg\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .lg\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .lg\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .lg\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .lg\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .lg\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .lg\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .lg\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .lg\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .lg\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .lg\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .lg\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .lg\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .lg\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .lg\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .lg\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .lg\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .lg\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .lg\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .lg\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .lg\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .lg\:even\:pt-21:nth-child(even) {
    padding-top: 5.25rem;
  }

  .lg\:even\:pr-21:nth-child(even) {
    padding-right: 5.25rem;
  }

  .lg\:even\:pb-21:nth-child(even) {
    padding-bottom: 5.25rem;
  }

  .lg\:even\:pl-21:nth-child(even) {
    padding-left: 5.25rem;
  }

  .lg\:even\:pt-22:nth-child(even) {
    padding-top: 5.5rem;
  }

  .lg\:even\:pr-22:nth-child(even) {
    padding-right: 5.5rem;
  }

  .lg\:even\:pb-22:nth-child(even) {
    padding-bottom: 5.5rem;
  }

  .lg\:even\:pl-22:nth-child(even) {
    padding-left: 5.5rem;
  }

  .lg\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .lg\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .lg\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .lg\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .lg\:even\:pt-26:nth-child(even) {
    padding-top: 6.5rem;
  }

  .lg\:even\:pr-26:nth-child(even) {
    padding-right: 6.5rem;
  }

  .lg\:even\:pb-26:nth-child(even) {
    padding-bottom: 6.5rem;
  }

  .lg\:even\:pl-26:nth-child(even) {
    padding-left: 6.5rem;
  }

  .lg\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .lg\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .lg\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .lg\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .lg\:even\:pt-30:nth-child(even) {
    padding-top: 7.5rem;
  }

  .lg\:even\:pr-30:nth-child(even) {
    padding-right: 7.5rem;
  }

  .lg\:even\:pb-30:nth-child(even) {
    padding-bottom: 7.5rem;
  }

  .lg\:even\:pl-30:nth-child(even) {
    padding-left: 7.5rem;
  }

  .lg\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .lg\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .lg\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .lg\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .lg\:even\:pt-34:nth-child(even) {
    padding-top: 8.5rem;
  }

  .lg\:even\:pr-34:nth-child(even) {
    padding-right: 8.5rem;
  }

  .lg\:even\:pb-34:nth-child(even) {
    padding-bottom: 8.5rem;
  }

  .lg\:even\:pl-34:nth-child(even) {
    padding-left: 8.5rem;
  }

  .lg\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .lg\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .lg\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .lg\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .lg\:even\:pt-38:nth-child(even) {
    padding-top: 9.5rem;
  }

  .lg\:even\:pr-38:nth-child(even) {
    padding-right: 9.5rem;
  }

  .lg\:even\:pb-38:nth-child(even) {
    padding-bottom: 9.5rem;
  }

  .lg\:even\:pl-38:nth-child(even) {
    padding-left: 9.5rem;
  }

  .lg\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .lg\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .lg\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .lg\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .lg\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .lg\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .lg\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .lg\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .lg\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .lg\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .lg\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .lg\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .lg\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .lg\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .lg\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .lg\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .lg\:even\:pt-53:nth-child(even) {
    padding-top: 13.25rem;
  }

  .lg\:even\:pr-53:nth-child(even) {
    padding-right: 13.25rem;
  }

  .lg\:even\:pb-53:nth-child(even) {
    padding-bottom: 13.25rem;
  }

  .lg\:even\:pl-53:nth-child(even) {
    padding-left: 13.25rem;
  }

  .lg\:even\:pt-54:nth-child(even) {
    padding-top: 13.5rem;
  }

  .lg\:even\:pr-54:nth-child(even) {
    padding-right: 13.5rem;
  }

  .lg\:even\:pb-54:nth-child(even) {
    padding-bottom: 13.5rem;
  }

  .lg\:even\:pl-54:nth-child(even) {
    padding-left: 13.5rem;
  }

  .lg\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .lg\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .lg\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .lg\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .lg\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .lg\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .lg\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .lg\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .lg\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .lg\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .lg\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .lg\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .lg\:even\:pt-74:nth-child(even) {
    padding-top: 18.5rem;
  }

  .lg\:even\:pr-74:nth-child(even) {
    padding-right: 18.5rem;
  }

  .lg\:even\:pb-74:nth-child(even) {
    padding-bottom: 18.5rem;
  }

  .lg\:even\:pl-74:nth-child(even) {
    padding-left: 18.5rem;
  }

  .lg\:even\:pt-76:nth-child(even) {
    padding-top: 19rem;
  }

  .lg\:even\:pr-76:nth-child(even) {
    padding-right: 19rem;
  }

  .lg\:even\:pb-76:nth-child(even) {
    padding-bottom: 19rem;
  }

  .lg\:even\:pl-76:nth-child(even) {
    padding-left: 19rem;
  }

  .lg\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .lg\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .lg\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .lg\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .lg\:even\:pt-85:nth-child(even) {
    padding-top: 21.25rem;
  }

  .lg\:even\:pr-85:nth-child(even) {
    padding-right: 21.25rem;
  }

  .lg\:even\:pb-85:nth-child(even) {
    padding-bottom: 21.25rem;
  }

  .lg\:even\:pl-85:nth-child(even) {
    padding-left: 21.25rem;
  }

  .lg\:even\:pt-100:nth-child(even) {
    padding-top: 25rem;
  }

  .lg\:even\:pr-100:nth-child(even) {
    padding-right: 25rem;
  }

  .lg\:even\:pb-100:nth-child(even) {
    padding-bottom: 25rem;
  }

  .lg\:even\:pl-100:nth-child(even) {
    padding-left: 25rem;
  }

  .lg\:even\:pt-105:nth-child(even) {
    padding-top: 26.25rem;
  }

  .lg\:even\:pr-105:nth-child(even) {
    padding-right: 26.25rem;
  }

  .lg\:even\:pb-105:nth-child(even) {
    padding-bottom: 26.25rem;
  }

  .lg\:even\:pl-105:nth-child(even) {
    padding-left: 26.25rem;
  }

  .lg\:even\:pt-107:nth-child(even) {
    padding-top: 26.4rem;
  }

  .lg\:even\:pr-107:nth-child(even) {
    padding-right: 26.4rem;
  }

  .lg\:even\:pb-107:nth-child(even) {
    padding-bottom: 26.4rem;
  }

  .lg\:even\:pl-107:nth-child(even) {
    padding-left: 26.4rem;
  }

  .lg\:even\:pt-110:nth-child(even) {
    padding-top: 27.5rem;
  }

  .lg\:even\:pr-110:nth-child(even) {
    padding-right: 27.5rem;
  }

  .lg\:even\:pb-110:nth-child(even) {
    padding-bottom: 27.5rem;
  }

  .lg\:even\:pl-110:nth-child(even) {
    padding-left: 27.5rem;
  }

  .lg\:even\:pt-120:nth-child(even) {
    padding-top: 30rem;
  }

  .lg\:even\:pr-120:nth-child(even) {
    padding-right: 30rem;
  }

  .lg\:even\:pb-120:nth-child(even) {
    padding-bottom: 30rem;
  }

  .lg\:even\:pl-120:nth-child(even) {
    padding-left: 30rem;
  }

  .lg\:even\:pt-130:nth-child(even) {
    padding-top: 38rem;
  }

  .lg\:even\:pr-130:nth-child(even) {
    padding-right: 38rem;
  }

  .lg\:even\:pb-130:nth-child(even) {
    padding-bottom: 38rem;
  }

  .lg\:even\:pl-130:nth-child(even) {
    padding-left: 38rem;
  }

  .lg\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .lg\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .lg\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .lg\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .lg\:even\:pt-250px:nth-child(even) {
    padding-top: 250px;
  }

  .lg\:even\:pr-250px:nth-child(even) {
    padding-right: 250px;
  }

  .lg\:even\:pb-250px:nth-child(even) {
    padding-bottom: 250px;
  }

  .lg\:even\:pl-250px:nth-child(even) {
    padding-left: 250px;
  }

  .lg\:even\:pt-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
  }

  .lg\:even\:pr-1\/2\%:nth-child(even) {
    padding-right: 0.5%;
  }

  .lg\:even\:pb-1\/2\%:nth-child(even) {
    padding-bottom: 0.5%;
  }

  .lg\:even\:pl-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
  }

  .lg\:even\:pt-1\%:nth-child(even) {
    padding-top: 1%;
  }

  .lg\:even\:pr-1\%:nth-child(even) {
    padding-right: 1%;
  }

  .lg\:even\:pb-1\%:nth-child(even) {
    padding-bottom: 1%;
  }

  .lg\:even\:pl-1\%:nth-child(even) {
    padding-left: 1%;
  }

  .lg\:even\:pt-2\%:nth-child(even) {
    padding-top: 2%;
  }

  .lg\:even\:pr-2\%:nth-child(even) {
    padding-right: 2%;
  }

  .lg\:even\:pb-2\%:nth-child(even) {
    padding-bottom: 2%;
  }

  .lg\:even\:pl-2\%:nth-child(even) {
    padding-left: 2%;
  }

  .lg\:even\:pt-3\%:nth-child(even) {
    padding-top: 3%;
  }

  .lg\:even\:pr-3\%:nth-child(even) {
    padding-right: 3%;
  }

  .lg\:even\:pb-3\%:nth-child(even) {
    padding-bottom: 3%;
  }

  .lg\:even\:pl-3\%:nth-child(even) {
    padding-left: 3%;
  }

  .lg\:even\:pt-4\%:nth-child(even) {
    padding-top: 4%;
  }

  .lg\:even\:pr-4\%:nth-child(even) {
    padding-right: 4%;
  }

  .lg\:even\:pb-4\%:nth-child(even) {
    padding-bottom: 4%;
  }

  .lg\:even\:pl-4\%:nth-child(even) {
    padding-left: 4%;
  }

  .lg\:even\:pt-5\%:nth-child(even) {
    padding-top: 5%;
  }

  .lg\:even\:pr-5\%:nth-child(even) {
    padding-right: 5%;
  }

  .lg\:even\:pb-5\%:nth-child(even) {
    padding-bottom: 5%;
  }

  .lg\:even\:pl-5\%:nth-child(even) {
    padding-left: 5%;
  }

  .lg\:even\:pt-10\%:nth-child(even) {
    padding-top: 10%;
  }

  .lg\:even\:pr-10\%:nth-child(even) {
    padding-right: 10%;
  }

  .lg\:even\:pb-10\%:nth-child(even) {
    padding-bottom: 10%;
  }

  .lg\:even\:pl-10\%:nth-child(even) {
    padding-left: 10%;
  }

  .lg\:even\:pt-20\%:nth-child(even) {
    padding-top: 20%;
  }

  .lg\:even\:pr-20\%:nth-child(even) {
    padding-right: 20%;
  }

  .lg\:even\:pb-20\%:nth-child(even) {
    padding-bottom: 20%;
  }

  .lg\:even\:pl-20\%:nth-child(even) {
    padding-left: 20%;
  }

  .lg\:even\:pt-23\%:nth-child(even) {
    padding-top: 23%;
  }

  .lg\:even\:pr-23\%:nth-child(even) {
    padding-right: 23%;
  }

  .lg\:even\:pb-23\%:nth-child(even) {
    padding-bottom: 23%;
  }

  .lg\:even\:pl-23\%:nth-child(even) {
    padding-left: 23%;
  }

  .lg\:even\:pt-25\%:nth-child(even) {
    padding-top: 25%;
  }

  .lg\:even\:pr-25\%:nth-child(even) {
    padding-right: 25%;
  }

  .lg\:even\:pb-25\%:nth-child(even) {
    padding-bottom: 25%;
  }

  .lg\:even\:pl-25\%:nth-child(even) {
    padding-left: 25%;
  }

  .lg\:even\:pt-26\%:nth-child(even) {
    padding-top: 26%;
  }

  .lg\:even\:pr-26\%:nth-child(even) {
    padding-right: 26%;
  }

  .lg\:even\:pb-26\%:nth-child(even) {
    padding-bottom: 26%;
  }

  .lg\:even\:pl-26\%:nth-child(even) {
    padding-left: 26%;
  }

  .lg\:even\:pt-30\%:nth-child(even) {
    padding-top: 30%;
  }

  .lg\:even\:pr-30\%:nth-child(even) {
    padding-right: 30%;
  }

  .lg\:even\:pb-30\%:nth-child(even) {
    padding-bottom: 30%;
  }

  .lg\:even\:pl-30\%:nth-child(even) {
    padding-left: 30%;
  }

  .lg\:even\:pt-40\%:nth-child(even) {
    padding-top: 40%;
  }

  .lg\:even\:pr-40\%:nth-child(even) {
    padding-right: 40%;
  }

  .lg\:even\:pb-40\%:nth-child(even) {
    padding-bottom: 40%;
  }

  .lg\:even\:pl-40\%:nth-child(even) {
    padding-left: 40%;
  }

  .lg\:even\:pt-50\%:nth-child(even) {
    padding-top: 50%;
  }

  .lg\:even\:pr-50\%:nth-child(even) {
    padding-right: 50%;
  }

  .lg\:even\:pb-50\%:nth-child(even) {
    padding-bottom: 50%;
  }

  .lg\:even\:pl-50\%:nth-child(even) {
    padding-left: 50%;
  }

  .lg\:even\:pt-60\%:nth-child(even) {
    padding-top: 60%;
  }

  .lg\:even\:pr-60\%:nth-child(even) {
    padding-right: 60%;
  }

  .lg\:even\:pb-60\%:nth-child(even) {
    padding-bottom: 60%;
  }

  .lg\:even\:pl-60\%:nth-child(even) {
    padding-left: 60%;
  }

  .lg\:even\:pt-70\%:nth-child(even) {
    padding-top: 70%;
  }

  .lg\:even\:pr-70\%:nth-child(even) {
    padding-right: 70%;
  }

  .lg\:even\:pb-70\%:nth-child(even) {
    padding-bottom: 70%;
  }

  .lg\:even\:pl-70\%:nth-child(even) {
    padding-left: 70%;
  }

  .lg\:even\:pt-80\%:nth-child(even) {
    padding-top: 80%;
  }

  .lg\:even\:pr-80\%:nth-child(even) {
    padding-right: 80%;
  }

  .lg\:even\:pb-80\%:nth-child(even) {
    padding-bottom: 80%;
  }

  .lg\:even\:pl-80\%:nth-child(even) {
    padding-left: 80%;
  }

  .lg\:even\:pt-90\%:nth-child(even) {
    padding-top: 90%;
  }

  .lg\:even\:pr-90\%:nth-child(even) {
    padding-right: 90%;
  }

  .lg\:even\:pb-90\%:nth-child(even) {
    padding-bottom: 90%;
  }

  .lg\:even\:pl-90\%:nth-child(even) {
    padding-left: 90%;
  }

  .lg\:even\:pt-95\%:nth-child(even) {
    padding-top: 95%;
  }

  .lg\:even\:pr-95\%:nth-child(even) {
    padding-right: 95%;
  }

  .lg\:even\:pb-95\%:nth-child(even) {
    padding-bottom: 95%;
  }

  .lg\:even\:pl-95\%:nth-child(even) {
    padding-left: 95%;
  }

  .lg\:even\:pt-96\%:nth-child(even) {
    padding-top: 96%;
  }

  .lg\:even\:pr-96\%:nth-child(even) {
    padding-right: 96%;
  }

  .lg\:even\:pb-96\%:nth-child(even) {
    padding-bottom: 96%;
  }

  .lg\:even\:pl-96\%:nth-child(even) {
    padding-left: 96%;
  }

  .lg\:even\:pt-97\%:nth-child(even) {
    padding-top: 97%;
  }

  .lg\:even\:pr-97\%:nth-child(even) {
    padding-right: 97%;
  }

  .lg\:even\:pb-97\%:nth-child(even) {
    padding-bottom: 97%;
  }

  .lg\:even\:pl-97\%:nth-child(even) {
    padding-left: 97%;
  }

  .lg\:even\:pt-98\%:nth-child(even) {
    padding-top: 98%;
  }

  .lg\:even\:pr-98\%:nth-child(even) {
    padding-right: 98%;
  }

  .lg\:even\:pb-98\%:nth-child(even) {
    padding-bottom: 98%;
  }

  .lg\:even\:pl-98\%:nth-child(even) {
    padding-left: 98%;
  }

  .lg\:even\:pt-99\%:nth-child(even) {
    padding-top: 99%;
  }

  .lg\:even\:pr-99\%:nth-child(even) {
    padding-right: 99%;
  }

  .lg\:even\:pb-99\%:nth-child(even) {
    padding-bottom: 99%;
  }

  .lg\:even\:pl-99\%:nth-child(even) {
    padding-left: 99%;
  }

  .lg\:even\:pt-36vh:nth-child(even) {
    padding-top: 36vh;
  }

  .lg\:even\:pr-36vh:nth-child(even) {
    padding-right: 36vh;
  }

  .lg\:even\:pb-36vh:nth-child(even) {
    padding-bottom: 36vh;
  }

  .lg\:even\:pl-36vh:nth-child(even) {
    padding-left: 36vh;
  }

  .lg\:even\:pt-75vh:nth-child(even) {
    padding-top: 75vh;
  }

  .lg\:even\:pr-75vh:nth-child(even) {
    padding-right: 75vh;
  }

  .lg\:even\:pb-75vh:nth-child(even) {
    padding-bottom: 75vh;
  }

  .lg\:even\:pl-75vh:nth-child(even) {
    padding-left: 75vh;
  }

  .lg\:even\:pt-78vh:nth-child(even) {
    padding-top: 78vh;
  }

  .lg\:even\:pr-78vh:nth-child(even) {
    padding-right: 78vh;
  }

  .lg\:even\:pb-78vh:nth-child(even) {
    padding-bottom: 78vh;
  }

  .lg\:even\:pl-78vh:nth-child(even) {
    padding-left: 78vh;
  }

  .lg\:even\:pt-80vh:nth-child(even) {
    padding-top: 80vh;
  }

  .lg\:even\:pr-80vh:nth-child(even) {
    padding-right: 80vh;
  }

  .lg\:even\:pb-80vh:nth-child(even) {
    padding-bottom: 80vh;
  }

  .lg\:even\:pl-80vh:nth-child(even) {
    padding-left: 80vh;
  }

  .lg\:even\:pt-82vh:nth-child(even) {
    padding-top: 82vh;
  }

  .lg\:even\:pr-82vh:nth-child(even) {
    padding-right: 82vh;
  }

  .lg\:even\:pb-82vh:nth-child(even) {
    padding-bottom: 82vh;
  }

  .lg\:even\:pl-82vh:nth-child(even) {
    padding-left: 82vh;
  }

  .lg\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .lg\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .lg\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .lg\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .lg\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .lg\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .lg\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .lg\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .lg\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .lg\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .lg\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .lg\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .lg\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .lg\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .lg\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .lg\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .lg\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .lg\:odd\:p-21:nth-child(odd) {
    padding: 5.25rem;
  }

  .lg\:odd\:p-22:nth-child(odd) {
    padding: 5.5rem;
  }

  .lg\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .lg\:odd\:p-26:nth-child(odd) {
    padding: 6.5rem;
  }

  .lg\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .lg\:odd\:p-30:nth-child(odd) {
    padding: 7.5rem;
  }

  .lg\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .lg\:odd\:p-34:nth-child(odd) {
    padding: 8.5rem;
  }

  .lg\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .lg\:odd\:p-38:nth-child(odd) {
    padding: 9.5rem;
  }

  .lg\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .lg\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .lg\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .lg\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .lg\:odd\:p-53:nth-child(odd) {
    padding: 13.25rem;
  }

  .lg\:odd\:p-54:nth-child(odd) {
    padding: 13.5rem;
  }

  .lg\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .lg\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .lg\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .lg\:odd\:p-74:nth-child(odd) {
    padding: 18.5rem;
  }

  .lg\:odd\:p-76:nth-child(odd) {
    padding: 19rem;
  }

  .lg\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .lg\:odd\:p-85:nth-child(odd) {
    padding: 21.25rem;
  }

  .lg\:odd\:p-100:nth-child(odd) {
    padding: 25rem;
  }

  .lg\:odd\:p-105:nth-child(odd) {
    padding: 26.25rem;
  }

  .lg\:odd\:p-107:nth-child(odd) {
    padding: 26.4rem;
  }

  .lg\:odd\:p-110:nth-child(odd) {
    padding: 27.5rem;
  }

  .lg\:odd\:p-120:nth-child(odd) {
    padding: 30rem;
  }

  .lg\:odd\:p-130:nth-child(odd) {
    padding: 38rem;
  }

  .lg\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .lg\:odd\:p-250px:nth-child(odd) {
    padding: 250px;
  }

  .lg\:odd\:p-1\/2\%:nth-child(odd) {
    padding: 0.5%;
  }

  .lg\:odd\:p-1\%:nth-child(odd) {
    padding: 1%;
  }

  .lg\:odd\:p-2\%:nth-child(odd) {
    padding: 2%;
  }

  .lg\:odd\:p-3\%:nth-child(odd) {
    padding: 3%;
  }

  .lg\:odd\:p-4\%:nth-child(odd) {
    padding: 4%;
  }

  .lg\:odd\:p-5\%:nth-child(odd) {
    padding: 5%;
  }

  .lg\:odd\:p-10\%:nth-child(odd) {
    padding: 10%;
  }

  .lg\:odd\:p-20\%:nth-child(odd) {
    padding: 20%;
  }

  .lg\:odd\:p-23\%:nth-child(odd) {
    padding: 23%;
  }

  .lg\:odd\:p-25\%:nth-child(odd) {
    padding: 25%;
  }

  .lg\:odd\:p-26\%:nth-child(odd) {
    padding: 26%;
  }

  .lg\:odd\:p-30\%:nth-child(odd) {
    padding: 30%;
  }

  .lg\:odd\:p-40\%:nth-child(odd) {
    padding: 40%;
  }

  .lg\:odd\:p-50\%:nth-child(odd) {
    padding: 50%;
  }

  .lg\:odd\:p-60\%:nth-child(odd) {
    padding: 60%;
  }

  .lg\:odd\:p-70\%:nth-child(odd) {
    padding: 70%;
  }

  .lg\:odd\:p-80\%:nth-child(odd) {
    padding: 80%;
  }

  .lg\:odd\:p-90\%:nth-child(odd) {
    padding: 90%;
  }

  .lg\:odd\:p-95\%:nth-child(odd) {
    padding: 95%;
  }

  .lg\:odd\:p-96\%:nth-child(odd) {
    padding: 96%;
  }

  .lg\:odd\:p-97\%:nth-child(odd) {
    padding: 97%;
  }

  .lg\:odd\:p-98\%:nth-child(odd) {
    padding: 98%;
  }

  .lg\:odd\:p-99\%:nth-child(odd) {
    padding: 99%;
  }

  .lg\:odd\:p-36vh:nth-child(odd) {
    padding: 36vh;
  }

  .lg\:odd\:p-75vh:nth-child(odd) {
    padding: 75vh;
  }

  .lg\:odd\:p-78vh:nth-child(odd) {
    padding: 78vh;
  }

  .lg\:odd\:p-80vh:nth-child(odd) {
    padding: 80vh;
  }

  .lg\:odd\:p-82vh:nth-child(odd) {
    padding: 82vh;
  }

  .lg\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:odd\:py-21:nth-child(odd) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:odd\:px-21:nth-child(odd) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:odd\:py-22:nth-child(odd) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:odd\:px-22:nth-child(odd) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:odd\:py-26:nth-child(odd) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:odd\:px-26:nth-child(odd) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:odd\:py-30:nth-child(odd) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .lg\:odd\:px-30:nth-child(odd) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .lg\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:odd\:py-34:nth-child(odd) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:odd\:px-34:nth-child(odd) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:odd\:py-38:nth-child(odd) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .lg\:odd\:px-38:nth-child(odd) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .lg\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:odd\:py-53:nth-child(odd) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .lg\:odd\:px-53:nth-child(odd) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .lg\:odd\:py-54:nth-child(odd) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .lg\:odd\:px-54:nth-child(odd) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .lg\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:odd\:py-74:nth-child(odd) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .lg\:odd\:px-74:nth-child(odd) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .lg\:odd\:py-76:nth-child(odd) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .lg\:odd\:px-76:nth-child(odd) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .lg\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:odd\:py-85:nth-child(odd) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .lg\:odd\:px-85:nth-child(odd) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .lg\:odd\:py-100:nth-child(odd) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .lg\:odd\:px-100:nth-child(odd) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .lg\:odd\:py-105:nth-child(odd) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .lg\:odd\:px-105:nth-child(odd) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .lg\:odd\:py-107:nth-child(odd) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .lg\:odd\:px-107:nth-child(odd) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .lg\:odd\:py-110:nth-child(odd) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:odd\:px-110:nth-child(odd) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:odd\:py-120:nth-child(odd) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:odd\:px-120:nth-child(odd) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:odd\:py-130:nth-child(odd) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:odd\:px-130:nth-child(odd) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:odd\:py-250px:nth-child(odd) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:odd\:px-250px:nth-child(odd) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .lg\:odd\:py-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .lg\:odd\:px-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .lg\:odd\:py-1\%:nth-child(odd) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .lg\:odd\:px-1\%:nth-child(odd) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .lg\:odd\:py-2\%:nth-child(odd) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .lg\:odd\:px-2\%:nth-child(odd) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:odd\:py-3\%:nth-child(odd) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .lg\:odd\:px-3\%:nth-child(odd) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .lg\:odd\:py-4\%:nth-child(odd) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .lg\:odd\:px-4\%:nth-child(odd) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lg\:odd\:py-5\%:nth-child(odd) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lg\:odd\:px-5\%:nth-child(odd) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lg\:odd\:py-10\%:nth-child(odd) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .lg\:odd\:px-10\%:nth-child(odd) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .lg\:odd\:py-20\%:nth-child(odd) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:odd\:px-20\%:nth-child(odd) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:odd\:py-23\%:nth-child(odd) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .lg\:odd\:px-23\%:nth-child(odd) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .lg\:odd\:py-25\%:nth-child(odd) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:odd\:px-25\%:nth-child(odd) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:odd\:py-26\%:nth-child(odd) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .lg\:odd\:px-26\%:nth-child(odd) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .lg\:odd\:py-30\%:nth-child(odd) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .lg\:odd\:px-30\%:nth-child(odd) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .lg\:odd\:py-40\%:nth-child(odd) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:odd\:px-40\%:nth-child(odd) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:odd\:py-50\%:nth-child(odd) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:odd\:px-50\%:nth-child(odd) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:odd\:py-60\%:nth-child(odd) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:odd\:px-60\%:nth-child(odd) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:odd\:py-70\%:nth-child(odd) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .lg\:odd\:px-70\%:nth-child(odd) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .lg\:odd\:py-80\%:nth-child(odd) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:odd\:px-80\%:nth-child(odd) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:odd\:py-90\%:nth-child(odd) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .lg\:odd\:px-90\%:nth-child(odd) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .lg\:odd\:py-95\%:nth-child(odd) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .lg\:odd\:px-95\%:nth-child(odd) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .lg\:odd\:py-96\%:nth-child(odd) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .lg\:odd\:px-96\%:nth-child(odd) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .lg\:odd\:py-97\%:nth-child(odd) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .lg\:odd\:px-97\%:nth-child(odd) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .lg\:odd\:py-98\%:nth-child(odd) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .lg\:odd\:px-98\%:nth-child(odd) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .lg\:odd\:py-99\%:nth-child(odd) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .lg\:odd\:px-99\%:nth-child(odd) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .lg\:odd\:py-36vh:nth-child(odd) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .lg\:odd\:px-36vh:nth-child(odd) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .lg\:odd\:py-75vh:nth-child(odd) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .lg\:odd\:px-75vh:nth-child(odd) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .lg\:odd\:py-78vh:nth-child(odd) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .lg\:odd\:px-78vh:nth-child(odd) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .lg\:odd\:py-80vh:nth-child(odd) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:odd\:px-80vh:nth-child(odd) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:odd\:py-82vh:nth-child(odd) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .lg\:odd\:px-82vh:nth-child(odd) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .lg\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .lg\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .lg\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .lg\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .lg\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .lg\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .lg\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .lg\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .lg\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .lg\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .lg\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .lg\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .lg\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .lg\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .lg\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .lg\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .lg\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .lg\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .lg\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .lg\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .lg\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .lg\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .lg\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .lg\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .lg\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .lg\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .lg\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .lg\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .lg\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .lg\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .lg\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .lg\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .lg\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .lg\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .lg\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .lg\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .lg\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .lg\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .lg\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .lg\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .lg\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .lg\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .lg\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .lg\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .lg\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .lg\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .lg\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .lg\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .lg\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .lg\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .lg\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .lg\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .lg\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .lg\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .lg\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .lg\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .lg\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .lg\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .lg\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .lg\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .lg\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .lg\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .lg\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .lg\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .lg\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .lg\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .lg\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .lg\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .lg\:odd\:pt-21:nth-child(odd) {
    padding-top: 5.25rem;
  }

  .lg\:odd\:pr-21:nth-child(odd) {
    padding-right: 5.25rem;
  }

  .lg\:odd\:pb-21:nth-child(odd) {
    padding-bottom: 5.25rem;
  }

  .lg\:odd\:pl-21:nth-child(odd) {
    padding-left: 5.25rem;
  }

  .lg\:odd\:pt-22:nth-child(odd) {
    padding-top: 5.5rem;
  }

  .lg\:odd\:pr-22:nth-child(odd) {
    padding-right: 5.5rem;
  }

  .lg\:odd\:pb-22:nth-child(odd) {
    padding-bottom: 5.5rem;
  }

  .lg\:odd\:pl-22:nth-child(odd) {
    padding-left: 5.5rem;
  }

  .lg\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .lg\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .lg\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .lg\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .lg\:odd\:pt-26:nth-child(odd) {
    padding-top: 6.5rem;
  }

  .lg\:odd\:pr-26:nth-child(odd) {
    padding-right: 6.5rem;
  }

  .lg\:odd\:pb-26:nth-child(odd) {
    padding-bottom: 6.5rem;
  }

  .lg\:odd\:pl-26:nth-child(odd) {
    padding-left: 6.5rem;
  }

  .lg\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .lg\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .lg\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .lg\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .lg\:odd\:pt-30:nth-child(odd) {
    padding-top: 7.5rem;
  }

  .lg\:odd\:pr-30:nth-child(odd) {
    padding-right: 7.5rem;
  }

  .lg\:odd\:pb-30:nth-child(odd) {
    padding-bottom: 7.5rem;
  }

  .lg\:odd\:pl-30:nth-child(odd) {
    padding-left: 7.5rem;
  }

  .lg\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .lg\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .lg\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .lg\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .lg\:odd\:pt-34:nth-child(odd) {
    padding-top: 8.5rem;
  }

  .lg\:odd\:pr-34:nth-child(odd) {
    padding-right: 8.5rem;
  }

  .lg\:odd\:pb-34:nth-child(odd) {
    padding-bottom: 8.5rem;
  }

  .lg\:odd\:pl-34:nth-child(odd) {
    padding-left: 8.5rem;
  }

  .lg\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .lg\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .lg\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .lg\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .lg\:odd\:pt-38:nth-child(odd) {
    padding-top: 9.5rem;
  }

  .lg\:odd\:pr-38:nth-child(odd) {
    padding-right: 9.5rem;
  }

  .lg\:odd\:pb-38:nth-child(odd) {
    padding-bottom: 9.5rem;
  }

  .lg\:odd\:pl-38:nth-child(odd) {
    padding-left: 9.5rem;
  }

  .lg\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .lg\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .lg\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .lg\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .lg\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .lg\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .lg\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .lg\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .lg\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .lg\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .lg\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .lg\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .lg\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .lg\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .lg\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .lg\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .lg\:odd\:pt-53:nth-child(odd) {
    padding-top: 13.25rem;
  }

  .lg\:odd\:pr-53:nth-child(odd) {
    padding-right: 13.25rem;
  }

  .lg\:odd\:pb-53:nth-child(odd) {
    padding-bottom: 13.25rem;
  }

  .lg\:odd\:pl-53:nth-child(odd) {
    padding-left: 13.25rem;
  }

  .lg\:odd\:pt-54:nth-child(odd) {
    padding-top: 13.5rem;
  }

  .lg\:odd\:pr-54:nth-child(odd) {
    padding-right: 13.5rem;
  }

  .lg\:odd\:pb-54:nth-child(odd) {
    padding-bottom: 13.5rem;
  }

  .lg\:odd\:pl-54:nth-child(odd) {
    padding-left: 13.5rem;
  }

  .lg\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .lg\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .lg\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .lg\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .lg\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .lg\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .lg\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .lg\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .lg\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .lg\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .lg\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .lg\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .lg\:odd\:pt-74:nth-child(odd) {
    padding-top: 18.5rem;
  }

  .lg\:odd\:pr-74:nth-child(odd) {
    padding-right: 18.5rem;
  }

  .lg\:odd\:pb-74:nth-child(odd) {
    padding-bottom: 18.5rem;
  }

  .lg\:odd\:pl-74:nth-child(odd) {
    padding-left: 18.5rem;
  }

  .lg\:odd\:pt-76:nth-child(odd) {
    padding-top: 19rem;
  }

  .lg\:odd\:pr-76:nth-child(odd) {
    padding-right: 19rem;
  }

  .lg\:odd\:pb-76:nth-child(odd) {
    padding-bottom: 19rem;
  }

  .lg\:odd\:pl-76:nth-child(odd) {
    padding-left: 19rem;
  }

  .lg\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .lg\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .lg\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .lg\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .lg\:odd\:pt-85:nth-child(odd) {
    padding-top: 21.25rem;
  }

  .lg\:odd\:pr-85:nth-child(odd) {
    padding-right: 21.25rem;
  }

  .lg\:odd\:pb-85:nth-child(odd) {
    padding-bottom: 21.25rem;
  }

  .lg\:odd\:pl-85:nth-child(odd) {
    padding-left: 21.25rem;
  }

  .lg\:odd\:pt-100:nth-child(odd) {
    padding-top: 25rem;
  }

  .lg\:odd\:pr-100:nth-child(odd) {
    padding-right: 25rem;
  }

  .lg\:odd\:pb-100:nth-child(odd) {
    padding-bottom: 25rem;
  }

  .lg\:odd\:pl-100:nth-child(odd) {
    padding-left: 25rem;
  }

  .lg\:odd\:pt-105:nth-child(odd) {
    padding-top: 26.25rem;
  }

  .lg\:odd\:pr-105:nth-child(odd) {
    padding-right: 26.25rem;
  }

  .lg\:odd\:pb-105:nth-child(odd) {
    padding-bottom: 26.25rem;
  }

  .lg\:odd\:pl-105:nth-child(odd) {
    padding-left: 26.25rem;
  }

  .lg\:odd\:pt-107:nth-child(odd) {
    padding-top: 26.4rem;
  }

  .lg\:odd\:pr-107:nth-child(odd) {
    padding-right: 26.4rem;
  }

  .lg\:odd\:pb-107:nth-child(odd) {
    padding-bottom: 26.4rem;
  }

  .lg\:odd\:pl-107:nth-child(odd) {
    padding-left: 26.4rem;
  }

  .lg\:odd\:pt-110:nth-child(odd) {
    padding-top: 27.5rem;
  }

  .lg\:odd\:pr-110:nth-child(odd) {
    padding-right: 27.5rem;
  }

  .lg\:odd\:pb-110:nth-child(odd) {
    padding-bottom: 27.5rem;
  }

  .lg\:odd\:pl-110:nth-child(odd) {
    padding-left: 27.5rem;
  }

  .lg\:odd\:pt-120:nth-child(odd) {
    padding-top: 30rem;
  }

  .lg\:odd\:pr-120:nth-child(odd) {
    padding-right: 30rem;
  }

  .lg\:odd\:pb-120:nth-child(odd) {
    padding-bottom: 30rem;
  }

  .lg\:odd\:pl-120:nth-child(odd) {
    padding-left: 30rem;
  }

  .lg\:odd\:pt-130:nth-child(odd) {
    padding-top: 38rem;
  }

  .lg\:odd\:pr-130:nth-child(odd) {
    padding-right: 38rem;
  }

  .lg\:odd\:pb-130:nth-child(odd) {
    padding-bottom: 38rem;
  }

  .lg\:odd\:pl-130:nth-child(odd) {
    padding-left: 38rem;
  }

  .lg\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .lg\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .lg\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .lg\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .lg\:odd\:pt-250px:nth-child(odd) {
    padding-top: 250px;
  }

  .lg\:odd\:pr-250px:nth-child(odd) {
    padding-right: 250px;
  }

  .lg\:odd\:pb-250px:nth-child(odd) {
    padding-bottom: 250px;
  }

  .lg\:odd\:pl-250px:nth-child(odd) {
    padding-left: 250px;
  }

  .lg\:odd\:pt-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
  }

  .lg\:odd\:pr-1\/2\%:nth-child(odd) {
    padding-right: 0.5%;
  }

  .lg\:odd\:pb-1\/2\%:nth-child(odd) {
    padding-bottom: 0.5%;
  }

  .lg\:odd\:pl-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
  }

  .lg\:odd\:pt-1\%:nth-child(odd) {
    padding-top: 1%;
  }

  .lg\:odd\:pr-1\%:nth-child(odd) {
    padding-right: 1%;
  }

  .lg\:odd\:pb-1\%:nth-child(odd) {
    padding-bottom: 1%;
  }

  .lg\:odd\:pl-1\%:nth-child(odd) {
    padding-left: 1%;
  }

  .lg\:odd\:pt-2\%:nth-child(odd) {
    padding-top: 2%;
  }

  .lg\:odd\:pr-2\%:nth-child(odd) {
    padding-right: 2%;
  }

  .lg\:odd\:pb-2\%:nth-child(odd) {
    padding-bottom: 2%;
  }

  .lg\:odd\:pl-2\%:nth-child(odd) {
    padding-left: 2%;
  }

  .lg\:odd\:pt-3\%:nth-child(odd) {
    padding-top: 3%;
  }

  .lg\:odd\:pr-3\%:nth-child(odd) {
    padding-right: 3%;
  }

  .lg\:odd\:pb-3\%:nth-child(odd) {
    padding-bottom: 3%;
  }

  .lg\:odd\:pl-3\%:nth-child(odd) {
    padding-left: 3%;
  }

  .lg\:odd\:pt-4\%:nth-child(odd) {
    padding-top: 4%;
  }

  .lg\:odd\:pr-4\%:nth-child(odd) {
    padding-right: 4%;
  }

  .lg\:odd\:pb-4\%:nth-child(odd) {
    padding-bottom: 4%;
  }

  .lg\:odd\:pl-4\%:nth-child(odd) {
    padding-left: 4%;
  }

  .lg\:odd\:pt-5\%:nth-child(odd) {
    padding-top: 5%;
  }

  .lg\:odd\:pr-5\%:nth-child(odd) {
    padding-right: 5%;
  }

  .lg\:odd\:pb-5\%:nth-child(odd) {
    padding-bottom: 5%;
  }

  .lg\:odd\:pl-5\%:nth-child(odd) {
    padding-left: 5%;
  }

  .lg\:odd\:pt-10\%:nth-child(odd) {
    padding-top: 10%;
  }

  .lg\:odd\:pr-10\%:nth-child(odd) {
    padding-right: 10%;
  }

  .lg\:odd\:pb-10\%:nth-child(odd) {
    padding-bottom: 10%;
  }

  .lg\:odd\:pl-10\%:nth-child(odd) {
    padding-left: 10%;
  }

  .lg\:odd\:pt-20\%:nth-child(odd) {
    padding-top: 20%;
  }

  .lg\:odd\:pr-20\%:nth-child(odd) {
    padding-right: 20%;
  }

  .lg\:odd\:pb-20\%:nth-child(odd) {
    padding-bottom: 20%;
  }

  .lg\:odd\:pl-20\%:nth-child(odd) {
    padding-left: 20%;
  }

  .lg\:odd\:pt-23\%:nth-child(odd) {
    padding-top: 23%;
  }

  .lg\:odd\:pr-23\%:nth-child(odd) {
    padding-right: 23%;
  }

  .lg\:odd\:pb-23\%:nth-child(odd) {
    padding-bottom: 23%;
  }

  .lg\:odd\:pl-23\%:nth-child(odd) {
    padding-left: 23%;
  }

  .lg\:odd\:pt-25\%:nth-child(odd) {
    padding-top: 25%;
  }

  .lg\:odd\:pr-25\%:nth-child(odd) {
    padding-right: 25%;
  }

  .lg\:odd\:pb-25\%:nth-child(odd) {
    padding-bottom: 25%;
  }

  .lg\:odd\:pl-25\%:nth-child(odd) {
    padding-left: 25%;
  }

  .lg\:odd\:pt-26\%:nth-child(odd) {
    padding-top: 26%;
  }

  .lg\:odd\:pr-26\%:nth-child(odd) {
    padding-right: 26%;
  }

  .lg\:odd\:pb-26\%:nth-child(odd) {
    padding-bottom: 26%;
  }

  .lg\:odd\:pl-26\%:nth-child(odd) {
    padding-left: 26%;
  }

  .lg\:odd\:pt-30\%:nth-child(odd) {
    padding-top: 30%;
  }

  .lg\:odd\:pr-30\%:nth-child(odd) {
    padding-right: 30%;
  }

  .lg\:odd\:pb-30\%:nth-child(odd) {
    padding-bottom: 30%;
  }

  .lg\:odd\:pl-30\%:nth-child(odd) {
    padding-left: 30%;
  }

  .lg\:odd\:pt-40\%:nth-child(odd) {
    padding-top: 40%;
  }

  .lg\:odd\:pr-40\%:nth-child(odd) {
    padding-right: 40%;
  }

  .lg\:odd\:pb-40\%:nth-child(odd) {
    padding-bottom: 40%;
  }

  .lg\:odd\:pl-40\%:nth-child(odd) {
    padding-left: 40%;
  }

  .lg\:odd\:pt-50\%:nth-child(odd) {
    padding-top: 50%;
  }

  .lg\:odd\:pr-50\%:nth-child(odd) {
    padding-right: 50%;
  }

  .lg\:odd\:pb-50\%:nth-child(odd) {
    padding-bottom: 50%;
  }

  .lg\:odd\:pl-50\%:nth-child(odd) {
    padding-left: 50%;
  }

  .lg\:odd\:pt-60\%:nth-child(odd) {
    padding-top: 60%;
  }

  .lg\:odd\:pr-60\%:nth-child(odd) {
    padding-right: 60%;
  }

  .lg\:odd\:pb-60\%:nth-child(odd) {
    padding-bottom: 60%;
  }

  .lg\:odd\:pl-60\%:nth-child(odd) {
    padding-left: 60%;
  }

  .lg\:odd\:pt-70\%:nth-child(odd) {
    padding-top: 70%;
  }

  .lg\:odd\:pr-70\%:nth-child(odd) {
    padding-right: 70%;
  }

  .lg\:odd\:pb-70\%:nth-child(odd) {
    padding-bottom: 70%;
  }

  .lg\:odd\:pl-70\%:nth-child(odd) {
    padding-left: 70%;
  }

  .lg\:odd\:pt-80\%:nth-child(odd) {
    padding-top: 80%;
  }

  .lg\:odd\:pr-80\%:nth-child(odd) {
    padding-right: 80%;
  }

  .lg\:odd\:pb-80\%:nth-child(odd) {
    padding-bottom: 80%;
  }

  .lg\:odd\:pl-80\%:nth-child(odd) {
    padding-left: 80%;
  }

  .lg\:odd\:pt-90\%:nth-child(odd) {
    padding-top: 90%;
  }

  .lg\:odd\:pr-90\%:nth-child(odd) {
    padding-right: 90%;
  }

  .lg\:odd\:pb-90\%:nth-child(odd) {
    padding-bottom: 90%;
  }

  .lg\:odd\:pl-90\%:nth-child(odd) {
    padding-left: 90%;
  }

  .lg\:odd\:pt-95\%:nth-child(odd) {
    padding-top: 95%;
  }

  .lg\:odd\:pr-95\%:nth-child(odd) {
    padding-right: 95%;
  }

  .lg\:odd\:pb-95\%:nth-child(odd) {
    padding-bottom: 95%;
  }

  .lg\:odd\:pl-95\%:nth-child(odd) {
    padding-left: 95%;
  }

  .lg\:odd\:pt-96\%:nth-child(odd) {
    padding-top: 96%;
  }

  .lg\:odd\:pr-96\%:nth-child(odd) {
    padding-right: 96%;
  }

  .lg\:odd\:pb-96\%:nth-child(odd) {
    padding-bottom: 96%;
  }

  .lg\:odd\:pl-96\%:nth-child(odd) {
    padding-left: 96%;
  }

  .lg\:odd\:pt-97\%:nth-child(odd) {
    padding-top: 97%;
  }

  .lg\:odd\:pr-97\%:nth-child(odd) {
    padding-right: 97%;
  }

  .lg\:odd\:pb-97\%:nth-child(odd) {
    padding-bottom: 97%;
  }

  .lg\:odd\:pl-97\%:nth-child(odd) {
    padding-left: 97%;
  }

  .lg\:odd\:pt-98\%:nth-child(odd) {
    padding-top: 98%;
  }

  .lg\:odd\:pr-98\%:nth-child(odd) {
    padding-right: 98%;
  }

  .lg\:odd\:pb-98\%:nth-child(odd) {
    padding-bottom: 98%;
  }

  .lg\:odd\:pl-98\%:nth-child(odd) {
    padding-left: 98%;
  }

  .lg\:odd\:pt-99\%:nth-child(odd) {
    padding-top: 99%;
  }

  .lg\:odd\:pr-99\%:nth-child(odd) {
    padding-right: 99%;
  }

  .lg\:odd\:pb-99\%:nth-child(odd) {
    padding-bottom: 99%;
  }

  .lg\:odd\:pl-99\%:nth-child(odd) {
    padding-left: 99%;
  }

  .lg\:odd\:pt-36vh:nth-child(odd) {
    padding-top: 36vh;
  }

  .lg\:odd\:pr-36vh:nth-child(odd) {
    padding-right: 36vh;
  }

  .lg\:odd\:pb-36vh:nth-child(odd) {
    padding-bottom: 36vh;
  }

  .lg\:odd\:pl-36vh:nth-child(odd) {
    padding-left: 36vh;
  }

  .lg\:odd\:pt-75vh:nth-child(odd) {
    padding-top: 75vh;
  }

  .lg\:odd\:pr-75vh:nth-child(odd) {
    padding-right: 75vh;
  }

  .lg\:odd\:pb-75vh:nth-child(odd) {
    padding-bottom: 75vh;
  }

  .lg\:odd\:pl-75vh:nth-child(odd) {
    padding-left: 75vh;
  }

  .lg\:odd\:pt-78vh:nth-child(odd) {
    padding-top: 78vh;
  }

  .lg\:odd\:pr-78vh:nth-child(odd) {
    padding-right: 78vh;
  }

  .lg\:odd\:pb-78vh:nth-child(odd) {
    padding-bottom: 78vh;
  }

  .lg\:odd\:pl-78vh:nth-child(odd) {
    padding-left: 78vh;
  }

  .lg\:odd\:pt-80vh:nth-child(odd) {
    padding-top: 80vh;
  }

  .lg\:odd\:pr-80vh:nth-child(odd) {
    padding-right: 80vh;
  }

  .lg\:odd\:pb-80vh:nth-child(odd) {
    padding-bottom: 80vh;
  }

  .lg\:odd\:pl-80vh:nth-child(odd) {
    padding-left: 80vh;
  }

  .lg\:odd\:pt-82vh:nth-child(odd) {
    padding-top: 82vh;
  }

  .lg\:odd\:pr-82vh:nth-child(odd) {
    padding-right: 82vh;
  }

  .lg\:odd\:pb-82vh:nth-child(odd) {
    padding-bottom: 82vh;
  }

  .lg\:odd\:pl-82vh:nth-child(odd) {
    padding-left: 82vh;
  }

  .lg\:placeholder-epic-off-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-off-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-off-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-pale-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-pale-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-pale-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-dark-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-light-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-light-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-light-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-purple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-epic-purple::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .lg\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-off-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-off-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-off-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-pale-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-pale-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-pale-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-dark-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-light-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-light-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-light-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-purple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-epic-purple:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-15 {
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .lg\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .lg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .lg\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .lg\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .lg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .lg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .lg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-38 {
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .lg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-53 {
    top: 13.25rem;
    right: 13.25rem;
    bottom: 13.25rem;
    left: 13.25rem;
  }

  .lg\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .lg\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-74 {
    top: 18.5rem;
    right: 18.5rem;
    bottom: 18.5rem;
    left: 18.5rem;
  }

  .lg\:inset-76 {
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .lg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-85 {
    top: 21.25rem;
    right: 21.25rem;
    bottom: 21.25rem;
    left: 21.25rem;
  }

  .lg\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .lg\:inset-105 {
    top: 26.25rem;
    right: 26.25rem;
    bottom: 26.25rem;
    left: 26.25rem;
  }

  .lg\:inset-107 {
    top: 26.4rem;
    right: 26.4rem;
    bottom: 26.4rem;
    left: 26.4rem;
  }

  .lg\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .lg\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .lg\:inset-130 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-250px {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .lg\:inset-1\/2\% {
    top: 0.5%;
    right: 0.5%;
    bottom: 0.5%;
    left: 0.5%;
  }

  .lg\:inset-1\% {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .lg\:inset-2\% {
    top: 2%;
    right: 2%;
    bottom: 2%;
    left: 2%;
  }

  .lg\:inset-3\% {
    top: 3%;
    right: 3%;
    bottom: 3%;
    left: 3%;
  }

  .lg\:inset-4\% {
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
  }

  .lg\:inset-5\% {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .lg\:inset-10\% {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .lg\:inset-20\% {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .lg\:inset-23\% {
    top: 23%;
    right: 23%;
    bottom: 23%;
    left: 23%;
  }

  .lg\:inset-25\% {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-26\% {
    top: 26%;
    right: 26%;
    bottom: 26%;
    left: 26%;
  }

  .lg\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .lg\:inset-40\% {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .lg\:inset-50\% {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-60\% {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .lg\:inset-70\% {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .lg\:inset-80\% {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .lg\:inset-90\% {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .lg\:inset-95\% {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .lg\:inset-96\% {
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .lg\:inset-97\% {
    top: 97%;
    right: 97%;
    bottom: 97%;
    left: 97%;
  }

  .lg\:inset-98\% {
    top: 98%;
    right: 98%;
    bottom: 98%;
    left: 98%;
  }

  .lg\:inset-99\% {
    top: 99%;
    right: 99%;
    bottom: 99%;
    left: 99%;
  }

  .lg\:inset-36vh {
    top: 36vh;
    right: 36vh;
    bottom: 36vh;
    left: 36vh;
  }

  .lg\:inset-75vh {
    top: 75vh;
    right: 75vh;
    bottom: 75vh;
    left: 75vh;
  }

  .lg\:inset-78vh {
    top: 78vh;
    right: 78vh;
    bottom: 78vh;
    left: 78vh;
  }

  .lg\:inset-80vh {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .lg\:inset-82vh {
    top: 82vh;
    right: 82vh;
    bottom: 82vh;
    left: 82vh;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-y-15 {
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .lg\:inset-x-15 {
    right: 3.75rem;
    left: 3.75rem;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .lg\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .lg\:inset-x-18 {
    right: 4.5rem;
    left: 4.5rem;
  }

  .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .lg\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .lg\:inset-x-21 {
    right: 5.25rem;
    left: 5.25rem;
  }

  .lg\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .lg\:inset-x-22 {
    right: 5.5rem;
    left: 5.5rem;
  }

  .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .lg\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .lg\:inset-x-26 {
    right: 6.5rem;
    left: 6.5rem;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .lg\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .lg\:inset-x-30 {
    right: 7.5rem;
    left: 7.5rem;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .lg\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .lg\:inset-x-34 {
    right: 8.5rem;
    left: 8.5rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .lg\:inset-y-38 {
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .lg\:inset-x-38 {
    right: 9.5rem;
    left: 9.5rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .lg\:inset-y-53 {
    top: 13.25rem;
    bottom: 13.25rem;
  }

  .lg\:inset-x-53 {
    right: 13.25rem;
    left: 13.25rem;
  }

  .lg\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .lg\:inset-x-54 {
    right: 13.5rem;
    left: 13.5rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .lg\:inset-y-74 {
    top: 18.5rem;
    bottom: 18.5rem;
  }

  .lg\:inset-x-74 {
    right: 18.5rem;
    left: 18.5rem;
  }

  .lg\:inset-y-76 {
    top: 19rem;
    bottom: 19rem;
  }

  .lg\:inset-x-76 {
    right: 19rem;
    left: 19rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .lg\:inset-y-85 {
    top: 21.25rem;
    bottom: 21.25rem;
  }

  .lg\:inset-x-85 {
    right: 21.25rem;
    left: 21.25rem;
  }

  .lg\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .lg\:inset-x-100 {
    right: 25rem;
    left: 25rem;
  }

  .lg\:inset-y-105 {
    top: 26.25rem;
    bottom: 26.25rem;
  }

  .lg\:inset-x-105 {
    right: 26.25rem;
    left: 26.25rem;
  }

  .lg\:inset-y-107 {
    top: 26.4rem;
    bottom: 26.4rem;
  }

  .lg\:inset-x-107 {
    right: 26.4rem;
    left: 26.4rem;
  }

  .lg\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .lg\:inset-x-110 {
    right: 27.5rem;
    left: 27.5rem;
  }

  .lg\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .lg\:inset-x-120 {
    right: 30rem;
    left: 30rem;
  }

  .lg\:inset-y-130 {
    top: 38rem;
    bottom: 38rem;
  }

  .lg\:inset-x-130 {
    right: 38rem;
    left: 38rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .lg\:inset-y-250px {
    top: 250px;
    bottom: 250px;
  }

  .lg\:inset-x-250px {
    right: 250px;
    left: 250px;
  }

  .lg\:inset-y-1\/2\% {
    top: 0.5%;
    bottom: 0.5%;
  }

  .lg\:inset-x-1\/2\% {
    right: 0.5%;
    left: 0.5%;
  }

  .lg\:inset-y-1\% {
    top: 1%;
    bottom: 1%;
  }

  .lg\:inset-x-1\% {
    right: 1%;
    left: 1%;
  }

  .lg\:inset-y-2\% {
    top: 2%;
    bottom: 2%;
  }

  .lg\:inset-x-2\% {
    right: 2%;
    left: 2%;
  }

  .lg\:inset-y-3\% {
    top: 3%;
    bottom: 3%;
  }

  .lg\:inset-x-3\% {
    right: 3%;
    left: 3%;
  }

  .lg\:inset-y-4\% {
    top: 4%;
    bottom: 4%;
  }

  .lg\:inset-x-4\% {
    right: 4%;
    left: 4%;
  }

  .lg\:inset-y-5\% {
    top: 5%;
    bottom: 5%;
  }

  .lg\:inset-x-5\% {
    right: 5%;
    left: 5%;
  }

  .lg\:inset-y-10\% {
    top: 10%;
    bottom: 10%;
  }

  .lg\:inset-x-10\% {
    right: 10%;
    left: 10%;
  }

  .lg\:inset-y-20\% {
    top: 20%;
    bottom: 20%;
  }

  .lg\:inset-x-20\% {
    right: 20%;
    left: 20%;
  }

  .lg\:inset-y-23\% {
    top: 23%;
    bottom: 23%;
  }

  .lg\:inset-x-23\% {
    right: 23%;
    left: 23%;
  }

  .lg\:inset-y-25\% {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-x-25\% {
    right: 25%;
    left: 25%;
  }

  .lg\:inset-y-26\% {
    top: 26%;
    bottom: 26%;
  }

  .lg\:inset-x-26\% {
    right: 26%;
    left: 26%;
  }

  .lg\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .lg\:inset-x-30\% {
    right: 30%;
    left: 30%;
  }

  .lg\:inset-y-40\% {
    top: 40%;
    bottom: 40%;
  }

  .lg\:inset-x-40\% {
    right: 40%;
    left: 40%;
  }

  .lg\:inset-y-50\% {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-x-50\% {
    right: 50%;
    left: 50%;
  }

  .lg\:inset-y-60\% {
    top: 60%;
    bottom: 60%;
  }

  .lg\:inset-x-60\% {
    right: 60%;
    left: 60%;
  }

  .lg\:inset-y-70\% {
    top: 70%;
    bottom: 70%;
  }

  .lg\:inset-x-70\% {
    right: 70%;
    left: 70%;
  }

  .lg\:inset-y-80\% {
    top: 80%;
    bottom: 80%;
  }

  .lg\:inset-x-80\% {
    right: 80%;
    left: 80%;
  }

  .lg\:inset-y-90\% {
    top: 90%;
    bottom: 90%;
  }

  .lg\:inset-x-90\% {
    right: 90%;
    left: 90%;
  }

  .lg\:inset-y-95\% {
    top: 95%;
    bottom: 95%;
  }

  .lg\:inset-x-95\% {
    right: 95%;
    left: 95%;
  }

  .lg\:inset-y-96\% {
    top: 96%;
    bottom: 96%;
  }

  .lg\:inset-x-96\% {
    right: 96%;
    left: 96%;
  }

  .lg\:inset-y-97\% {
    top: 97%;
    bottom: 97%;
  }

  .lg\:inset-x-97\% {
    right: 97%;
    left: 97%;
  }

  .lg\:inset-y-98\% {
    top: 98%;
    bottom: 98%;
  }

  .lg\:inset-x-98\% {
    right: 98%;
    left: 98%;
  }

  .lg\:inset-y-99\% {
    top: 99%;
    bottom: 99%;
  }

  .lg\:inset-x-99\% {
    right: 99%;
    left: 99%;
  }

  .lg\:inset-y-36vh {
    top: 36vh;
    bottom: 36vh;
  }

  .lg\:inset-x-36vh {
    right: 36vh;
    left: 36vh;
  }

  .lg\:inset-y-75vh {
    top: 75vh;
    bottom: 75vh;
  }

  .lg\:inset-x-75vh {
    right: 75vh;
    left: 75vh;
  }

  .lg\:inset-y-78vh {
    top: 78vh;
    bottom: 78vh;
  }

  .lg\:inset-x-78vh {
    right: 78vh;
    left: 78vh;
  }

  .lg\:inset-y-80vh {
    top: 80vh;
    bottom: 80vh;
  }

  .lg\:inset-x-80vh {
    right: 80vh;
    left: 80vh;
  }

  .lg\:inset-y-82vh {
    top: 82vh;
    bottom: 82vh;
  }

  .lg\:inset-x-82vh {
    right: 82vh;
    left: 82vh;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:top-15 {
    top: 3.75rem;
  }

  .lg\:right-15 {
    right: 3.75rem;
  }

  .lg\:bottom-15 {
    bottom: 3.75rem;
  }

  .lg\:left-15 {
    left: 3.75rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:top-18 {
    top: 4.5rem;
  }

  .lg\:right-18 {
    right: 4.5rem;
  }

  .lg\:bottom-18 {
    bottom: 4.5rem;
  }

  .lg\:left-18 {
    left: 4.5rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:top-21 {
    top: 5.25rem;
  }

  .lg\:right-21 {
    right: 5.25rem;
  }

  .lg\:bottom-21 {
    bottom: 5.25rem;
  }

  .lg\:left-21 {
    left: 5.25rem;
  }

  .lg\:top-22 {
    top: 5.5rem;
  }

  .lg\:right-22 {
    right: 5.5rem;
  }

  .lg\:bottom-22 {
    bottom: 5.5rem;
  }

  .lg\:left-22 {
    left: 5.5rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:top-26 {
    top: 6.5rem;
  }

  .lg\:right-26 {
    right: 6.5rem;
  }

  .lg\:bottom-26 {
    bottom: 6.5rem;
  }

  .lg\:left-26 {
    left: 6.5rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:top-30 {
    top: 7.5rem;
  }

  .lg\:right-30 {
    right: 7.5rem;
  }

  .lg\:bottom-30 {
    bottom: 7.5rem;
  }

  .lg\:left-30 {
    left: 7.5rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:top-34 {
    top: 8.5rem;
  }

  .lg\:right-34 {
    right: 8.5rem;
  }

  .lg\:bottom-34 {
    bottom: 8.5rem;
  }

  .lg\:left-34 {
    left: 8.5rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:top-38 {
    top: 9.5rem;
  }

  .lg\:right-38 {
    right: 9.5rem;
  }

  .lg\:bottom-38 {
    bottom: 9.5rem;
  }

  .lg\:left-38 {
    left: 9.5rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:bottom-48 {
    bottom: 12rem;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:top-53 {
    top: 13.25rem;
  }

  .lg\:right-53 {
    right: 13.25rem;
  }

  .lg\:bottom-53 {
    bottom: 13.25rem;
  }

  .lg\:left-53 {
    left: 13.25rem;
  }

  .lg\:top-54 {
    top: 13.5rem;
  }

  .lg\:right-54 {
    right: 13.5rem;
  }

  .lg\:bottom-54 {
    bottom: 13.5rem;
  }

  .lg\:left-54 {
    left: 13.5rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:right-72 {
    right: 18rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:left-72 {
    left: 18rem;
  }

  .lg\:top-74 {
    top: 18.5rem;
  }

  .lg\:right-74 {
    right: 18.5rem;
  }

  .lg\:bottom-74 {
    bottom: 18.5rem;
  }

  .lg\:left-74 {
    left: 18.5rem;
  }

  .lg\:top-76 {
    top: 19rem;
  }

  .lg\:right-76 {
    right: 19rem;
  }

  .lg\:bottom-76 {
    bottom: 19rem;
  }

  .lg\:left-76 {
    left: 19rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:top-85 {
    top: 21.25rem;
  }

  .lg\:right-85 {
    right: 21.25rem;
  }

  .lg\:bottom-85 {
    bottom: 21.25rem;
  }

  .lg\:left-85 {
    left: 21.25rem;
  }

  .lg\:top-100 {
    top: 25rem;
  }

  .lg\:right-100 {
    right: 25rem;
  }

  .lg\:bottom-100 {
    bottom: 25rem;
  }

  .lg\:left-100 {
    left: 25rem;
  }

  .lg\:top-105 {
    top: 26.25rem;
  }

  .lg\:right-105 {
    right: 26.25rem;
  }

  .lg\:bottom-105 {
    bottom: 26.25rem;
  }

  .lg\:left-105 {
    left: 26.25rem;
  }

  .lg\:top-107 {
    top: 26.4rem;
  }

  .lg\:right-107 {
    right: 26.4rem;
  }

  .lg\:bottom-107 {
    bottom: 26.4rem;
  }

  .lg\:left-107 {
    left: 26.4rem;
  }

  .lg\:top-110 {
    top: 27.5rem;
  }

  .lg\:right-110 {
    right: 27.5rem;
  }

  .lg\:bottom-110 {
    bottom: 27.5rem;
  }

  .lg\:left-110 {
    left: 27.5rem;
  }

  .lg\:top-120 {
    top: 30rem;
  }

  .lg\:right-120 {
    right: 30rem;
  }

  .lg\:bottom-120 {
    bottom: 30rem;
  }

  .lg\:left-120 {
    left: 30rem;
  }

  .lg\:top-130 {
    top: 38rem;
  }

  .lg\:right-130 {
    right: 38rem;
  }

  .lg\:bottom-130 {
    bottom: 38rem;
  }

  .lg\:left-130 {
    left: 38rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:right-px {
    right: 1px;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:left-px {
    left: 1px;
  }

  .lg\:top-250px {
    top: 250px;
  }

  .lg\:right-250px {
    right: 250px;
  }

  .lg\:bottom-250px {
    bottom: 250px;
  }

  .lg\:left-250px {
    left: 250px;
  }

  .lg\:top-1\/2\% {
    top: 0.5%;
  }

  .lg\:right-1\/2\% {
    right: 0.5%;
  }

  .lg\:bottom-1\/2\% {
    bottom: 0.5%;
  }

  .lg\:left-1\/2\% {
    left: 0.5%;
  }

  .lg\:top-1\% {
    top: 1%;
  }

  .lg\:right-1\% {
    right: 1%;
  }

  .lg\:bottom-1\% {
    bottom: 1%;
  }

  .lg\:left-1\% {
    left: 1%;
  }

  .lg\:top-2\% {
    top: 2%;
  }

  .lg\:right-2\% {
    right: 2%;
  }

  .lg\:bottom-2\% {
    bottom: 2%;
  }

  .lg\:left-2\% {
    left: 2%;
  }

  .lg\:top-3\% {
    top: 3%;
  }

  .lg\:right-3\% {
    right: 3%;
  }

  .lg\:bottom-3\% {
    bottom: 3%;
  }

  .lg\:left-3\% {
    left: 3%;
  }

  .lg\:top-4\% {
    top: 4%;
  }

  .lg\:right-4\% {
    right: 4%;
  }

  .lg\:bottom-4\% {
    bottom: 4%;
  }

  .lg\:left-4\% {
    left: 4%;
  }

  .lg\:top-5\% {
    top: 5%;
  }

  .lg\:right-5\% {
    right: 5%;
  }

  .lg\:bottom-5\% {
    bottom: 5%;
  }

  .lg\:left-5\% {
    left: 5%;
  }

  .lg\:top-10\% {
    top: 10%;
  }

  .lg\:right-10\% {
    right: 10%;
  }

  .lg\:bottom-10\% {
    bottom: 10%;
  }

  .lg\:left-10\% {
    left: 10%;
  }

  .lg\:top-20\% {
    top: 20%;
  }

  .lg\:right-20\% {
    right: 20%;
  }

  .lg\:bottom-20\% {
    bottom: 20%;
  }

  .lg\:left-20\% {
    left: 20%;
  }

  .lg\:top-23\% {
    top: 23%;
  }

  .lg\:right-23\% {
    right: 23%;
  }

  .lg\:bottom-23\% {
    bottom: 23%;
  }

  .lg\:left-23\% {
    left: 23%;
  }

  .lg\:top-25\% {
    top: 25%;
  }

  .lg\:right-25\% {
    right: 25%;
  }

  .lg\:bottom-25\% {
    bottom: 25%;
  }

  .lg\:left-25\% {
    left: 25%;
  }

  .lg\:top-26\% {
    top: 26%;
  }

  .lg\:right-26\% {
    right: 26%;
  }

  .lg\:bottom-26\% {
    bottom: 26%;
  }

  .lg\:left-26\% {
    left: 26%;
  }

  .lg\:top-30\% {
    top: 30%;
  }

  .lg\:right-30\% {
    right: 30%;
  }

  .lg\:bottom-30\% {
    bottom: 30%;
  }

  .lg\:left-30\% {
    left: 30%;
  }

  .lg\:top-40\% {
    top: 40%;
  }

  .lg\:right-40\% {
    right: 40%;
  }

  .lg\:bottom-40\% {
    bottom: 40%;
  }

  .lg\:left-40\% {
    left: 40%;
  }

  .lg\:top-50\% {
    top: 50%;
  }

  .lg\:right-50\% {
    right: 50%;
  }

  .lg\:bottom-50\% {
    bottom: 50%;
  }

  .lg\:left-50\% {
    left: 50%;
  }

  .lg\:top-60\% {
    top: 60%;
  }

  .lg\:right-60\% {
    right: 60%;
  }

  .lg\:bottom-60\% {
    bottom: 60%;
  }

  .lg\:left-60\% {
    left: 60%;
  }

  .lg\:top-70\% {
    top: 70%;
  }

  .lg\:right-70\% {
    right: 70%;
  }

  .lg\:bottom-70\% {
    bottom: 70%;
  }

  .lg\:left-70\% {
    left: 70%;
  }

  .lg\:top-80\% {
    top: 80%;
  }

  .lg\:right-80\% {
    right: 80%;
  }

  .lg\:bottom-80\% {
    bottom: 80%;
  }

  .lg\:left-80\% {
    left: 80%;
  }

  .lg\:top-90\% {
    top: 90%;
  }

  .lg\:right-90\% {
    right: 90%;
  }

  .lg\:bottom-90\% {
    bottom: 90%;
  }

  .lg\:left-90\% {
    left: 90%;
  }

  .lg\:top-95\% {
    top: 95%;
  }

  .lg\:right-95\% {
    right: 95%;
  }

  .lg\:bottom-95\% {
    bottom: 95%;
  }

  .lg\:left-95\% {
    left: 95%;
  }

  .lg\:top-96\% {
    top: 96%;
  }

  .lg\:right-96\% {
    right: 96%;
  }

  .lg\:bottom-96\% {
    bottom: 96%;
  }

  .lg\:left-96\% {
    left: 96%;
  }

  .lg\:top-97\% {
    top: 97%;
  }

  .lg\:right-97\% {
    right: 97%;
  }

  .lg\:bottom-97\% {
    bottom: 97%;
  }

  .lg\:left-97\% {
    left: 97%;
  }

  .lg\:top-98\% {
    top: 98%;
  }

  .lg\:right-98\% {
    right: 98%;
  }

  .lg\:bottom-98\% {
    bottom: 98%;
  }

  .lg\:left-98\% {
    left: 98%;
  }

  .lg\:top-99\% {
    top: 99%;
  }

  .lg\:right-99\% {
    right: 99%;
  }

  .lg\:bottom-99\% {
    bottom: 99%;
  }

  .lg\:left-99\% {
    left: 99%;
  }

  .lg\:top-36vh {
    top: 36vh;
  }

  .lg\:right-36vh {
    right: 36vh;
  }

  .lg\:bottom-36vh {
    bottom: 36vh;
  }

  .lg\:left-36vh {
    left: 36vh;
  }

  .lg\:top-75vh {
    top: 75vh;
  }

  .lg\:right-75vh {
    right: 75vh;
  }

  .lg\:bottom-75vh {
    bottom: 75vh;
  }

  .lg\:left-75vh {
    left: 75vh;
  }

  .lg\:top-78vh {
    top: 78vh;
  }

  .lg\:right-78vh {
    right: 78vh;
  }

  .lg\:bottom-78vh {
    bottom: 78vh;
  }

  .lg\:left-78vh {
    left: 78vh;
  }

  .lg\:top-80vh {
    top: 80vh;
  }

  .lg\:right-80vh {
    right: 80vh;
  }

  .lg\:bottom-80vh {
    bottom: 80vh;
  }

  .lg\:left-80vh {
    left: 80vh;
  }

  .lg\:top-82vh {
    top: 82vh;
  }

  .lg\:right-82vh {
    right: 82vh;
  }

  .lg\:bottom-82vh {
    bottom: 82vh;
  }

  .lg\:left-82vh {
    left: 82vh;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg\:ring-offset-epic-off-white {
    --tw-ring-offset-color: #C5E7FF;
  }

  .lg\:ring-offset-epic-pale-blue {
    --tw-ring-offset-color: #B1DEFF;
  }

  .lg\:ring-offset-epic-dark-blue {
    --tw-ring-offset-color: #193B54;
  }

  .lg\:ring-offset-epic-light-blue {
    --tw-ring-offset-color: #00bff3;
  }

  .lg\:ring-offset-epic-purple {
    --tw-ring-offset-color: #7570b3;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f8f8f8;
  }

  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #f2f2f2;
  }

  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #e8e8e8;
  }

  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #d6d6d6;
  }

  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #b9b9b9;
  }

  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #858585;
  }

  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #676767;
  }

  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #3b3b3b;
  }

  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #333333;
  }

  .lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #ffb6b6;
  }

  .lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #ff7a7a;
  }

  .lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #ff6060;
  }

  .lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #ff4747;
  }

  .lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ff2d2d;
  }

  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #ff1414;
  }

  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #f90000;
  }

  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #e00000;
  }

  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #ca0000;
  }

  .lg\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffeac7;
  }

  .lg\:ring-offset-orange-200 {
    --tw-ring-offset-color: #ffce7a;
  }

  .lg\:ring-offset-orange-300 {
    --tw-ring-offset-color: #ffc560;
  }

  .lg\:ring-offset-orange-400 {
    --tw-ring-offset-color: #ffbb47;
  }

  .lg\:ring-offset-orange-500 {
    --tw-ring-offset-color: #FFB22D;
  }

  .lg\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ffa914;
  }

  .lg\:ring-offset-orange-700 {
    --tw-ring-offset-color: #f99e00;
  }

  .lg\:ring-offset-orange-800 {
    --tw-ring-offset-color: #e08e00;
  }

  .lg\:ring-offset-orange-900 {
    --tw-ring-offset-color: #945e00;
  }

  .lg\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fffff0;
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fefcbf;
  }

  .lg\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #faf089;
  }

  .lg\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #f6e05e;
  }

  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #ecc94b;
  }

  .lg\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d69e2e;
  }

  .lg\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b7791f;
  }

  .lg\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #975a16;
  }

  .lg\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #744210;
  }

  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d0ff57;
  }

  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbff0a;
  }

  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #adef00;
  }

  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #9ad600;
  }

  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #88BC00;
  }

  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #76a300;
  }

  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #638900;
  }

  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #517000;
  }

  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #1a2400;
  }

  .lg\:ring-offset-teal-100 {
    --tw-ring-offset-color: #e6fffa;
  }

  .lg\:ring-offset-teal-200 {
    --tw-ring-offset-color: #b2f5ea;
  }

  .lg\:ring-offset-teal-300 {
    --tw-ring-offset-color: #81e6d9;
  }

  .lg\:ring-offset-teal-400 {
    --tw-ring-offset-color: #4fd1c5;
  }

  .lg\:ring-offset-teal-500 {
    --tw-ring-offset-color: #38b2ac;
  }

  .lg\:ring-offset-teal-600 {
    --tw-ring-offset-color: #319795;
  }

  .lg\:ring-offset-teal-700 {
    --tw-ring-offset-color: #2c7a7b;
  }

  .lg\:ring-offset-teal-800 {
    --tw-ring-offset-color: #285e61;
  }

  .lg\:ring-offset-teal-900 {
    --tw-ring-offset-color: #234e52;
  }

  .lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #d1eafd;
  }

  .lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #88caf9;
  }

  .lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #6fbff8;
  }

  .lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #57b4f6;
  }

  .lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3fa9f5;
  }

  .lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #279ef4;
  }

  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #0f93f2;
  }

  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #0b85dc;
  }

  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #075993;
  }

  .lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #ebf4ff;
  }

  .lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c3dafe;
  }

  .lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a3bffa;
  }

  .lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #7f9cf5;
  }

  .lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #667eea;
  }

  .lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #5a67d8;
  }

  .lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4c51bf;
  }

  .lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #434190;
  }

  .lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #3c366b;
  }

  .lg\:ring-offset-purple-100 {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d8fd;
  }

  .lg\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d6bcfa;
  }

  .lg\:ring-offset-purple-400 {
    --tw-ring-offset-color: #b794f4;
  }

  .lg\:ring-offset-purple-500 {
    --tw-ring-offset-color: #9f7aea;
  }

  .lg\:ring-offset-purple-600 {
    --tw-ring-offset-color: #805ad5;
  }

  .lg\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6b46c1;
  }

  .lg\:ring-offset-purple-800 {
    --tw-ring-offset-color: #553c9a;
  }

  .lg\:ring-offset-purple-900 {
    --tw-ring-offset-color: #44337a;
  }

  .lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fff5f7;
  }

  .lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fed7e2;
  }

  .lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #fbb6ce;
  }

  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f687b3;
  }

  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ed64a6;
  }

  .lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #d53f8c;
  }

  .lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #b83280;
  }

  .lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #97266d;
  }

  .lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #702459;
  }

  .lg\:focus-within\:ring-offset-epic-off-white:focus-within {
    --tw-ring-offset-color: #C5E7FF;
  }

  .lg\:focus-within\:ring-offset-epic-pale-blue:focus-within {
    --tw-ring-offset-color: #B1DEFF;
  }

  .lg\:focus-within\:ring-offset-epic-dark-blue:focus-within {
    --tw-ring-offset-color: #193B54;
  }

  .lg\:focus-within\:ring-offset-epic-light-blue:focus-within {
    --tw-ring-offset-color: #00bff3;
  }

  .lg\:focus-within\:ring-offset-epic-purple:focus-within {
    --tw-ring-offset-color: #7570b3;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f8f8f8;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #f2f2f2;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #e8e8e8;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #d6d6d6;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #b9b9b9;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #858585;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #676767;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #3b3b3b;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #333333;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #ffb6b6;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #ff7a7a;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #ff6060;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #ff4747;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ff2d2d;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ff1414;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #f90000;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #e00000;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #ca0000;
  }

  .lg\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffeac7;
  }

  .lg\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #ffce7a;
  }

  .lg\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #ffc560;
  }

  .lg\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #ffbb47;
  }

  .lg\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #FFB22D;
  }

  .lg\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ffa914;
  }

  .lg\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #f99e00;
  }

  .lg\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #e08e00;
  }

  .lg\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #945e00;
  }

  .lg\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fffff0;
  }

  .lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fefcbf;
  }

  .lg\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #faf089;
  }

  .lg\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #f6e05e;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #ecc94b;
  }

  .lg\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d69e2e;
  }

  .lg\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b7791f;
  }

  .lg\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #975a16;
  }

  .lg\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #744210;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d0ff57;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbff0a;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #adef00;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #9ad600;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #88BC00;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #76a300;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #638900;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #517000;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #1a2400;
  }

  .lg\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #e6fffa;
  }

  .lg\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #b2f5ea;
  }

  .lg\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #81e6d9;
  }

  .lg\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #4fd1c5;
  }

  .lg\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #38b2ac;
  }

  .lg\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #319795;
  }

  .lg\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #2c7a7b;
  }

  .lg\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #285e61;
  }

  .lg\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #234e52;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #d1eafd;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #88caf9;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #6fbff8;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #57b4f6;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3fa9f5;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #279ef4;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #0f93f2;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #0b85dc;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #075993;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #ebf4ff;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c3dafe;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a3bffa;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #7f9cf5;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #667eea;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #5a67d8;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4c51bf;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #434190;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #3c366b;
  }

  .lg\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d8fd;
  }

  .lg\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d6bcfa;
  }

  .lg\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #b794f4;
  }

  .lg\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #9f7aea;
  }

  .lg\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #805ad5;
  }

  .lg\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6b46c1;
  }

  .lg\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #553c9a;
  }

  .lg\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #44337a;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fff5f7;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fed7e2;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #fbb6ce;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f687b3;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ed64a6;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #d53f8c;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #b83280;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #97266d;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #702459;
  }

  .lg\:focus\:ring-offset-epic-off-white:focus {
    --tw-ring-offset-color: #C5E7FF;
  }

  .lg\:focus\:ring-offset-epic-pale-blue:focus {
    --tw-ring-offset-color: #B1DEFF;
  }

  .lg\:focus\:ring-offset-epic-dark-blue:focus {
    --tw-ring-offset-color: #193B54;
  }

  .lg\:focus\:ring-offset-epic-light-blue:focus {
    --tw-ring-offset-color: #00bff3;
  }

  .lg\:focus\:ring-offset-epic-purple:focus {
    --tw-ring-offset-color: #7570b3;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f8f8f8;
  }

  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #f2f2f2;
  }

  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #e8e8e8;
  }

  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #d6d6d6;
  }

  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #b9b9b9;
  }

  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #858585;
  }

  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #676767;
  }

  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #3b3b3b;
  }

  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #333333;
  }

  .lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #ffb6b6;
  }

  .lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #ff7a7a;
  }

  .lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #ff6060;
  }

  .lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #ff4747;
  }

  .lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ff2d2d;
  }

  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ff1414;
  }

  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #f90000;
  }

  .lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #e00000;
  }

  .lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #ca0000;
  }

  .lg\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffeac7;
  }

  .lg\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #ffce7a;
  }

  .lg\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #ffc560;
  }

  .lg\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #ffbb47;
  }

  .lg\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #FFB22D;
  }

  .lg\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ffa914;
  }

  .lg\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #f99e00;
  }

  .lg\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #e08e00;
  }

  .lg\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #945e00;
  }

  .lg\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fffff0;
  }

  .lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fefcbf;
  }

  .lg\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #faf089;
  }

  .lg\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #f6e05e;
  }

  .lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #ecc94b;
  }

  .lg\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d69e2e;
  }

  .lg\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b7791f;
  }

  .lg\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #975a16;
  }

  .lg\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #744210;
  }

  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d0ff57;
  }

  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbff0a;
  }

  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #adef00;
  }

  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #9ad600;
  }

  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #88BC00;
  }

  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #76a300;
  }

  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #638900;
  }

  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #517000;
  }

  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #1a2400;
  }

  .lg\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #e6fffa;
  }

  .lg\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #b2f5ea;
  }

  .lg\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #81e6d9;
  }

  .lg\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #4fd1c5;
  }

  .lg\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #38b2ac;
  }

  .lg\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #319795;
  }

  .lg\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #2c7a7b;
  }

  .lg\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #285e61;
  }

  .lg\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #234e52;
  }

  .lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #d1eafd;
  }

  .lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #88caf9;
  }

  .lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #6fbff8;
  }

  .lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #57b4f6;
  }

  .lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3fa9f5;
  }

  .lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #279ef4;
  }

  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #0f93f2;
  }

  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #0b85dc;
  }

  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #075993;
  }

  .lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #ebf4ff;
  }

  .lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c3dafe;
  }

  .lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a3bffa;
  }

  .lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #7f9cf5;
  }

  .lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #667eea;
  }

  .lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #5a67d8;
  }

  .lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4c51bf;
  }

  .lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #434190;
  }

  .lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #3c366b;
  }

  .lg\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .lg\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d8fd;
  }

  .lg\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d6bcfa;
  }

  .lg\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #b794f4;
  }

  .lg\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #9f7aea;
  }

  .lg\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #805ad5;
  }

  .lg\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6b46c1;
  }

  .lg\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #553c9a;
  }

  .lg\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #44337a;
  }

  .lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fff5f7;
  }

  .lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fed7e2;
  }

  .lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #fbb6ce;
  }

  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f687b3;
  }

  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ed64a6;
  }

  .lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #d53f8c;
  }

  .lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #b83280;
  }

  .lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #97266d;
  }

  .lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #702459;
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-epic-off-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-epic-pale-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-epic-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .lg\:ring-epic-light-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-epic-purple {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg\:ring-current {
    --tw-ring-color: currentColor;
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .lg\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .lg\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .lg\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .lg\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .lg\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .lg\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .lg\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .lg\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .lg\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .lg\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .lg\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .lg\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .lg\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .lg\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .lg\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .lg\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-epic-off-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-epic-pale-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-epic-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-epic-light-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-epic-purple:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-epic-off-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-epic-pale-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-epic-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-epic-light-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-epic-purple:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .lg\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .lg\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .lg\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .lg\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-current {
    color: currentColor;
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .lg\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .lg\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .lg\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .lg\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .lg\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .lg\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .lg\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .lg\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .lg\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .lg\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .lg\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .lg\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .lg\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .lg\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .lg\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .lg\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .lg\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .lg\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .lg\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .lg\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .lg\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .lg\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .lg\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .lg\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .lg\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .lg\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .lg\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .lg\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .lg\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .lg\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .lg\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .lg\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .lg\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .lg\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .lg\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .lg\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .lg\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .lg\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .lg\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .lg\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .lg\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .lg\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .lg\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .lg\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .lg\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .lg\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .lg\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .lg\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .lg\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .lg\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .lg\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .lg\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .lg\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .lg\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .lg\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .lg\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .lg\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .lg\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .lg\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .lg\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .lg\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .lg\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .lg\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .lg\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .lg\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .lg\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .lg\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .lg\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .lg\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .lg\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .lg\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .lg\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .lg\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .lg\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .lg\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .lg\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .lg\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .lg\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .lg\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .lg\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .lg\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .lg\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .lg\:hover\:text-epic-off-white:hover {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-epic-pale-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-epic-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .lg\:hover\:text-epic-light-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-epic-purple:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .lg\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .lg\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .lg\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .lg\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .lg\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .lg\:focus\:text-epic-off-white:focus {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-epic-pale-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-epic-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .lg\:focus\:text-epic-light-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-epic-purple:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor;
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .lg\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .lg\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .lg\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .lg\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .lg\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-epic-off-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-epic-pale-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-epic-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-epic-light-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-epic-purple:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-transparent {
    color: transparent;
  }

  .group:focus .lg\:group-focus\:text-current {
    color: currentColor;
  }

  .group:focus .lg\:group-focus\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:focus .lg\:group-focus\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip {
    text-overflow: clip;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    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;
  }

  .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;
  }

  .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\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: 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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-nowrap {
    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-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-15 {
    width: 3.75rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-18 {
    width: 4.5rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-21 {
    width: 5.25rem;
  }

  .lg\:w-22 {
    width: 5.5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-26 {
    width: 6.5rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-30 {
    width: 7.5rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-34 {
    width: 8.5rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-38 {
    width: 9.5rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-53 {
    width: 13.25rem;
  }

  .lg\:w-54 {
    width: 13.5rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-74 {
    width: 18.5rem;
  }

  .lg\:w-76 {
    width: 19rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-85 {
    width: 21.25rem;
  }

  .lg\:w-100 {
    width: 25rem;
  }

  .lg\:w-105 {
    width: 26.25rem;
  }

  .lg\:w-107 {
    width: 26.4rem;
  }

  .lg\:w-110 {
    width: 27.5rem;
  }

  .lg\:w-120 {
    width: 30rem;
  }

  .lg\:w-130 {
    width: 38rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-250px {
    width: 250px;
  }

  .lg\:w-1\/2\% {
    width: 0.5%;
  }

  .lg\:w-1\% {
    width: 1%;
  }

  .lg\:w-2\% {
    width: 2%;
  }

  .lg\:w-3\% {
    width: 3%;
  }

  .lg\:w-4\% {
    width: 4%;
  }

  .lg\:w-5\% {
    width: 5%;
  }

  .lg\:w-10\% {
    width: 10%;
  }

  .lg\:w-20\% {
    width: 20%;
  }

  .lg\:w-23\% {
    width: 23%;
  }

  .lg\:w-25\% {
    width: 25%;
  }

  .lg\:w-26\% {
    width: 26%;
  }

  .lg\:w-30\% {
    width: 30%;
  }

  .lg\:w-40\% {
    width: 40%;
  }

  .lg\:w-50\% {
    width: 50%;
  }

  .lg\:w-60\% {
    width: 60%;
  }

  .lg\:w-70\% {
    width: 70%;
  }

  .lg\:w-80\% {
    width: 80%;
  }

  .lg\:w-90\% {
    width: 90%;
  }

  .lg\:w-95\% {
    width: 95%;
  }

  .lg\:w-96\% {
    width: 96%;
  }

  .lg\:w-97\% {
    width: 97%;
  }

  .lg\:w-98\% {
    width: 98%;
  }

  .lg\:w-99\% {
    width: 99%;
  }

  .lg\:w-36vh {
    width: 36vh;
  }

  .lg\:w-75vh {
    width: 75vh;
  }

  .lg\:w-78vh {
    width: 78vh;
  }

  .lg\:w-80vh {
    width: 80vh;
  }

  .lg\:w-82vh {
    width: 82vh;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .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.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:hover\:w-0:hover {
    width: 0;
  }

  .lg\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .lg\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .lg\:hover\:w-3:hover {
    width: 0.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-7:hover {
    width: 1.75rem;
  }

  .lg\:hover\:w-8:hover {
    width: 2rem;
  }

  .lg\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .lg\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .lg\:hover\:w-12:hover {
    width: 3rem;
  }

  .lg\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .lg\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .lg\:hover\:w-16:hover {
    width: 4rem;
  }

  .lg\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .lg\:hover\:w-20:hover {
    width: 5rem;
  }

  .lg\:hover\:w-21:hover {
    width: 5.25rem;
  }

  .lg\:hover\:w-22:hover {
    width: 5.5rem;
  }

  .lg\:hover\:w-24:hover {
    width: 6rem;
  }

  .lg\:hover\:w-26:hover {
    width: 6.5rem;
  }

  .lg\:hover\:w-28:hover {
    width: 7rem;
  }

  .lg\:hover\:w-30:hover {
    width: 7.5rem;
  }

  .lg\:hover\:w-32:hover {
    width: 8rem;
  }

  .lg\:hover\:w-34:hover {
    width: 8.5rem;
  }

  .lg\:hover\:w-36:hover {
    width: 9rem;
  }

  .lg\:hover\:w-38:hover {
    width: 9.5rem;
  }

  .lg\:hover\:w-40:hover {
    width: 10rem;
  }

  .lg\:hover\:w-44:hover {
    width: 11rem;
  }

  .lg\:hover\:w-48:hover {
    width: 12rem;
  }

  .lg\:hover\:w-52:hover {
    width: 13rem;
  }

  .lg\:hover\:w-53:hover {
    width: 13.25rem;
  }

  .lg\:hover\:w-54:hover {
    width: 13.5rem;
  }

  .lg\:hover\:w-56:hover {
    width: 14rem;
  }

  .lg\:hover\:w-64:hover {
    width: 16rem;
  }

  .lg\:hover\:w-72:hover {
    width: 18rem;
  }

  .lg\:hover\:w-74:hover {
    width: 18.5rem;
  }

  .lg\:hover\:w-76:hover {
    width: 19rem;
  }

  .lg\:hover\:w-80:hover {
    width: 20rem;
  }

  .lg\:hover\:w-85:hover {
    width: 21.25rem;
  }

  .lg\:hover\:w-100:hover {
    width: 25rem;
  }

  .lg\:hover\:w-105:hover {
    width: 26.25rem;
  }

  .lg\:hover\:w-107:hover {
    width: 26.4rem;
  }

  .lg\:hover\:w-110:hover {
    width: 27.5rem;
  }

  .lg\:hover\:w-120:hover {
    width: 30rem;
  }

  .lg\:hover\:w-130:hover {
    width: 38rem;
  }

  .lg\:hover\:w-auto:hover {
    width: auto;
  }

  .lg\:hover\:w-px:hover {
    width: 1px;
  }

  .lg\:hover\:w-250px:hover {
    width: 250px;
  }

  .lg\:hover\:w-1\/2\%:hover {
    width: 0.5%;
  }

  .lg\:hover\:w-1\%:hover {
    width: 1%;
  }

  .lg\:hover\:w-2\%:hover {
    width: 2%;
  }

  .lg\:hover\:w-3\%:hover {
    width: 3%;
  }

  .lg\:hover\:w-4\%:hover {
    width: 4%;
  }

  .lg\:hover\:w-5\%:hover {
    width: 5%;
  }

  .lg\:hover\:w-10\%:hover {
    width: 10%;
  }

  .lg\:hover\:w-20\%:hover {
    width: 20%;
  }

  .lg\:hover\:w-23\%:hover {
    width: 23%;
  }

  .lg\:hover\:w-25\%:hover {
    width: 25%;
  }

  .lg\:hover\:w-26\%:hover {
    width: 26%;
  }

  .lg\:hover\:w-30\%:hover {
    width: 30%;
  }

  .lg\:hover\:w-40\%:hover {
    width: 40%;
  }

  .lg\:hover\:w-50\%:hover {
    width: 50%;
  }

  .lg\:hover\:w-60\%:hover {
    width: 60%;
  }

  .lg\:hover\:w-70\%:hover {
    width: 70%;
  }

  .lg\:hover\:w-80\%:hover {
    width: 80%;
  }

  .lg\:hover\:w-90\%:hover {
    width: 90%;
  }

  .lg\:hover\:w-95\%:hover {
    width: 95%;
  }

  .lg\:hover\:w-96\%:hover {
    width: 96%;
  }

  .lg\:hover\:w-97\%:hover {
    width: 97%;
  }

  .lg\:hover\:w-98\%:hover {
    width: 98%;
  }

  .lg\:hover\:w-99\%:hover {
    width: 99%;
  }

  .lg\:hover\:w-36vh:hover {
    width: 36vh;
  }

  .lg\:hover\:w-75vh:hover {
    width: 75vh;
  }

  .lg\:hover\:w-78vh:hover {
    width: 78vh;
  }

  .lg\:hover\:w-80vh:hover {
    width: 80vh;
  }

  .lg\:hover\:w-82vh:hover {
    width: 82vh;
  }

  .lg\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .lg\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .lg\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .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.666667%;
  }

  .lg\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .lg\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .lg\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .lg\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .lg\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .lg\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .lg\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .lg\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .lg\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .lg\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .lg\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .lg\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .lg\:hover\:w-full:hover {
    width: 100%;
  }

  .lg\:hover\:w-screen:hover {
    width: 100vw;
  }

  .lg\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:focus\:w-0:focus {
    width: 0;
  }

  .lg\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .lg\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .lg\:focus\:w-3:focus {
    width: 0.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-7:focus {
    width: 1.75rem;
  }

  .lg\:focus\:w-8:focus {
    width: 2rem;
  }

  .lg\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .lg\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .lg\:focus\:w-12:focus {
    width: 3rem;
  }

  .lg\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .lg\:focus\:w-15:focus {
    width: 3.75rem;
  }

  .lg\:focus\:w-16:focus {
    width: 4rem;
  }

  .lg\:focus\:w-18:focus {
    width: 4.5rem;
  }

  .lg\:focus\:w-20:focus {
    width: 5rem;
  }

  .lg\:focus\:w-21:focus {
    width: 5.25rem;
  }

  .lg\:focus\:w-22:focus {
    width: 5.5rem;
  }

  .lg\:focus\:w-24:focus {
    width: 6rem;
  }

  .lg\:focus\:w-26:focus {
    width: 6.5rem;
  }

  .lg\:focus\:w-28:focus {
    width: 7rem;
  }

  .lg\:focus\:w-30:focus {
    width: 7.5rem;
  }

  .lg\:focus\:w-32:focus {
    width: 8rem;
  }

  .lg\:focus\:w-34:focus {
    width: 8.5rem;
  }

  .lg\:focus\:w-36:focus {
    width: 9rem;
  }

  .lg\:focus\:w-38:focus {
    width: 9.5rem;
  }

  .lg\:focus\:w-40:focus {
    width: 10rem;
  }

  .lg\:focus\:w-44:focus {
    width: 11rem;
  }

  .lg\:focus\:w-48:focus {
    width: 12rem;
  }

  .lg\:focus\:w-52:focus {
    width: 13rem;
  }

  .lg\:focus\:w-53:focus {
    width: 13.25rem;
  }

  .lg\:focus\:w-54:focus {
    width: 13.5rem;
  }

  .lg\:focus\:w-56:focus {
    width: 14rem;
  }

  .lg\:focus\:w-64:focus {
    width: 16rem;
  }

  .lg\:focus\:w-72:focus {
    width: 18rem;
  }

  .lg\:focus\:w-74:focus {
    width: 18.5rem;
  }

  .lg\:focus\:w-76:focus {
    width: 19rem;
  }

  .lg\:focus\:w-80:focus {
    width: 20rem;
  }

  .lg\:focus\:w-85:focus {
    width: 21.25rem;
  }

  .lg\:focus\:w-100:focus {
    width: 25rem;
  }

  .lg\:focus\:w-105:focus {
    width: 26.25rem;
  }

  .lg\:focus\:w-107:focus {
    width: 26.4rem;
  }

  .lg\:focus\:w-110:focus {
    width: 27.5rem;
  }

  .lg\:focus\:w-120:focus {
    width: 30rem;
  }

  .lg\:focus\:w-130:focus {
    width: 38rem;
  }

  .lg\:focus\:w-auto:focus {
    width: auto;
  }

  .lg\:focus\:w-px:focus {
    width: 1px;
  }

  .lg\:focus\:w-250px:focus {
    width: 250px;
  }

  .lg\:focus\:w-1\/2\%:focus {
    width: 0.5%;
  }

  .lg\:focus\:w-1\%:focus {
    width: 1%;
  }

  .lg\:focus\:w-2\%:focus {
    width: 2%;
  }

  .lg\:focus\:w-3\%:focus {
    width: 3%;
  }

  .lg\:focus\:w-4\%:focus {
    width: 4%;
  }

  .lg\:focus\:w-5\%:focus {
    width: 5%;
  }

  .lg\:focus\:w-10\%:focus {
    width: 10%;
  }

  .lg\:focus\:w-20\%:focus {
    width: 20%;
  }

  .lg\:focus\:w-23\%:focus {
    width: 23%;
  }

  .lg\:focus\:w-25\%:focus {
    width: 25%;
  }

  .lg\:focus\:w-26\%:focus {
    width: 26%;
  }

  .lg\:focus\:w-30\%:focus {
    width: 30%;
  }

  .lg\:focus\:w-40\%:focus {
    width: 40%;
  }

  .lg\:focus\:w-50\%:focus {
    width: 50%;
  }

  .lg\:focus\:w-60\%:focus {
    width: 60%;
  }

  .lg\:focus\:w-70\%:focus {
    width: 70%;
  }

  .lg\:focus\:w-80\%:focus {
    width: 80%;
  }

  .lg\:focus\:w-90\%:focus {
    width: 90%;
  }

  .lg\:focus\:w-95\%:focus {
    width: 95%;
  }

  .lg\:focus\:w-96\%:focus {
    width: 96%;
  }

  .lg\:focus\:w-97\%:focus {
    width: 97%;
  }

  .lg\:focus\:w-98\%:focus {
    width: 98%;
  }

  .lg\:focus\:w-99\%:focus {
    width: 99%;
  }

  .lg\:focus\:w-36vh:focus {
    width: 36vh;
  }

  .lg\:focus\:w-75vh:focus {
    width: 75vh;
  }

  .lg\:focus\:w-78vh:focus {
    width: 78vh;
  }

  .lg\:focus\:w-80vh:focus {
    width: 80vh;
  }

  .lg\:focus\:w-82vh:focus {
    width: 82vh;
  }

  .lg\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .lg\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .lg\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .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.666667%;
  }

  .lg\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .lg\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .lg\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .lg\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .lg\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .lg\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .lg\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .lg\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .lg\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .lg\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .lg\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .lg\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .lg\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .lg\:focus\:w-full:focus {
    width: 100%;
  }

  .lg\:focus\:w-screen:focus {
    width: 100vw;
  }

  .lg\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .lg\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .lg\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .lg\:focus-within\:w-3:focus-within {
    width: 0.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-7:focus-within {
    width: 1.75rem;
  }

  .lg\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .lg\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .lg\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .lg\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .lg\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .lg\:focus-within\:w-15:focus-within {
    width: 3.75rem;
  }

  .lg\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .lg\:focus-within\:w-18:focus-within {
    width: 4.5rem;
  }

  .lg\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .lg\:focus-within\:w-21:focus-within {
    width: 5.25rem;
  }

  .lg\:focus-within\:w-22:focus-within {
    width: 5.5rem;
  }

  .lg\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .lg\:focus-within\:w-26:focus-within {
    width: 6.5rem;
  }

  .lg\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .lg\:focus-within\:w-30:focus-within {
    width: 7.5rem;
  }

  .lg\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .lg\:focus-within\:w-34:focus-within {
    width: 8.5rem;
  }

  .lg\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .lg\:focus-within\:w-38:focus-within {
    width: 9.5rem;
  }

  .lg\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .lg\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .lg\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .lg\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .lg\:focus-within\:w-53:focus-within {
    width: 13.25rem;
  }

  .lg\:focus-within\:w-54:focus-within {
    width: 13.5rem;
  }

  .lg\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .lg\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .lg\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .lg\:focus-within\:w-74:focus-within {
    width: 18.5rem;
  }

  .lg\:focus-within\:w-76:focus-within {
    width: 19rem;
  }

  .lg\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .lg\:focus-within\:w-85:focus-within {
    width: 21.25rem;
  }

  .lg\:focus-within\:w-100:focus-within {
    width: 25rem;
  }

  .lg\:focus-within\:w-105:focus-within {
    width: 26.25rem;
  }

  .lg\:focus-within\:w-107:focus-within {
    width: 26.4rem;
  }

  .lg\:focus-within\:w-110:focus-within {
    width: 27.5rem;
  }

  .lg\:focus-within\:w-120:focus-within {
    width: 30rem;
  }

  .lg\:focus-within\:w-130:focus-within {
    width: 38rem;
  }

  .lg\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .lg\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .lg\:focus-within\:w-250px:focus-within {
    width: 250px;
  }

  .lg\:focus-within\:w-1\/2\%:focus-within {
    width: 0.5%;
  }

  .lg\:focus-within\:w-1\%:focus-within {
    width: 1%;
  }

  .lg\:focus-within\:w-2\%:focus-within {
    width: 2%;
  }

  .lg\:focus-within\:w-3\%:focus-within {
    width: 3%;
  }

  .lg\:focus-within\:w-4\%:focus-within {
    width: 4%;
  }

  .lg\:focus-within\:w-5\%:focus-within {
    width: 5%;
  }

  .lg\:focus-within\:w-10\%:focus-within {
    width: 10%;
  }

  .lg\:focus-within\:w-20\%:focus-within {
    width: 20%;
  }

  .lg\:focus-within\:w-23\%:focus-within {
    width: 23%;
  }

  .lg\:focus-within\:w-25\%:focus-within {
    width: 25%;
  }

  .lg\:focus-within\:w-26\%:focus-within {
    width: 26%;
  }

  .lg\:focus-within\:w-30\%:focus-within {
    width: 30%;
  }

  .lg\:focus-within\:w-40\%:focus-within {
    width: 40%;
  }

  .lg\:focus-within\:w-50\%:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-60\%:focus-within {
    width: 60%;
  }

  .lg\:focus-within\:w-70\%:focus-within {
    width: 70%;
  }

  .lg\:focus-within\:w-80\%:focus-within {
    width: 80%;
  }

  .lg\:focus-within\:w-90\%:focus-within {
    width: 90%;
  }

  .lg\:focus-within\:w-95\%:focus-within {
    width: 95%;
  }

  .lg\:focus-within\:w-96\%:focus-within {
    width: 96%;
  }

  .lg\:focus-within\:w-97\%:focus-within {
    width: 97%;
  }

  .lg\:focus-within\:w-98\%:focus-within {
    width: 98%;
  }

  .lg\:focus-within\:w-99\%:focus-within {
    width: 99%;
  }

  .lg\:focus-within\:w-36vh:focus-within {
    width: 36vh;
  }

  .lg\:focus-within\:w-75vh:focus-within {
    width: 75vh;
  }

  .lg\:focus-within\:w-78vh:focus-within {
    width: 78vh;
  }

  .lg\:focus-within\:w-80vh:focus-within {
    width: 80vh;
  }

  .lg\:focus-within\:w-82vh:focus-within {
    width: 82vh;
  }

  .lg\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .lg\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .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.666667%;
  }

  .lg\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .lg\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .lg\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .lg\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .lg\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .lg\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .lg\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .lg\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .lg\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .lg\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .lg\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .lg\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .lg\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .lg\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .lg\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .lg\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .lg\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .lg\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .lg\:group-hover\:w-3 {
    width: 0.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-7 {
    width: 1.75rem;
  }

  .group:hover .lg\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .lg\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .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-14 {
    width: 3.5rem;
  }

  .group:hover .lg\:group-hover\:w-15 {
    width: 3.75rem;
  }

  .group:hover .lg\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .lg\:group-hover\:w-18 {
    width: 4.5rem;
  }

  .group:hover .lg\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .lg\:group-hover\:w-21 {
    width: 5.25rem;
  }

  .group:hover .lg\:group-hover\:w-22 {
    width: 5.5rem;
  }

  .group:hover .lg\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .lg\:group-hover\:w-26 {
    width: 6.5rem;
  }

  .group:hover .lg\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .lg\:group-hover\:w-30 {
    width: 7.5rem;
  }

  .group:hover .lg\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .lg\:group-hover\:w-34 {
    width: 8.5rem;
  }

  .group:hover .lg\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .lg\:group-hover\:w-38 {
    width: 9.5rem;
  }

  .group:hover .lg\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .lg\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .lg\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .lg\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .lg\:group-hover\:w-53 {
    width: 13.25rem;
  }

  .group:hover .lg\:group-hover\:w-54 {
    width: 13.5rem;
  }

  .group:hover .lg\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .lg\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .lg\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .lg\:group-hover\:w-74 {
    width: 18.5rem;
  }

  .group:hover .lg\:group-hover\:w-76 {
    width: 19rem;
  }

  .group:hover .lg\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .lg\:group-hover\:w-85 {
    width: 21.25rem;
  }

  .group:hover .lg\:group-hover\:w-100 {
    width: 25rem;
  }

  .group:hover .lg\:group-hover\:w-105 {
    width: 26.25rem;
  }

  .group:hover .lg\:group-hover\:w-107 {
    width: 26.4rem;
  }

  .group:hover .lg\:group-hover\:w-110 {
    width: 27.5rem;
  }

  .group:hover .lg\:group-hover\:w-120 {
    width: 30rem;
  }

  .group:hover .lg\:group-hover\:w-130 {
    width: 38rem;
  }

  .group:hover .lg\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .lg\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .lg\:group-hover\:w-250px {
    width: 250px;
  }

  .group:hover .lg\:group-hover\:w-1\/2\% {
    width: 0.5%;
  }

  .group:hover .lg\:group-hover\:w-1\% {
    width: 1%;
  }

  .group:hover .lg\:group-hover\:w-2\% {
    width: 2%;
  }

  .group:hover .lg\:group-hover\:w-3\% {
    width: 3%;
  }

  .group:hover .lg\:group-hover\:w-4\% {
    width: 4%;
  }

  .group:hover .lg\:group-hover\:w-5\% {
    width: 5%;
  }

  .group:hover .lg\:group-hover\:w-10\% {
    width: 10%;
  }

  .group:hover .lg\:group-hover\:w-20\% {
    width: 20%;
  }

  .group:hover .lg\:group-hover\:w-23\% {
    width: 23%;
  }

  .group:hover .lg\:group-hover\:w-25\% {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-26\% {
    width: 26%;
  }

  .group:hover .lg\:group-hover\:w-30\% {
    width: 30%;
  }

  .group:hover .lg\:group-hover\:w-40\% {
    width: 40%;
  }

  .group:hover .lg\:group-hover\:w-50\% {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-60\% {
    width: 60%;
  }

  .group:hover .lg\:group-hover\:w-70\% {
    width: 70%;
  }

  .group:hover .lg\:group-hover\:w-80\% {
    width: 80%;
  }

  .group:hover .lg\:group-hover\:w-90\% {
    width: 90%;
  }

  .group:hover .lg\:group-hover\:w-95\% {
    width: 95%;
  }

  .group:hover .lg\:group-hover\:w-96\% {
    width: 96%;
  }

  .group:hover .lg\:group-hover\:w-97\% {
    width: 97%;
  }

  .group:hover .lg\:group-hover\:w-98\% {
    width: 98%;
  }

  .group:hover .lg\:group-hover\:w-99\% {
    width: 99%;
  }

  .group:hover .lg\:group-hover\:w-36vh {
    width: 36vh;
  }

  .group:hover .lg\:group-hover\:w-75vh {
    width: 75vh;
  }

  .group:hover .lg\:group-hover\:w-78vh {
    width: 78vh;
  }

  .group:hover .lg\:group-hover\:w-80vh {
    width: 80vh;
  }

  .group:hover .lg\:group-hover\:w-82vh {
    width: 82vh;
  }

  .group:hover .lg\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .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.666667%;
  }

  .group:hover .lg\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .lg\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .lg\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .lg\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .lg\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .lg\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .lg\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .lg\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .lg\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .lg\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .lg\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .lg\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .lg\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .lg\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .lg\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .lg\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:focus .lg\:group-focus\:w-0 {
    width: 0;
  }

  .group:focus .lg\:group-focus\:w-1 {
    width: 0.25rem;
  }

  .group:focus .lg\:group-focus\:w-2 {
    width: 0.5rem;
  }

  .group:focus .lg\:group-focus\:w-3 {
    width: 0.75rem;
  }

  .group:focus .lg\:group-focus\:w-4 {
    width: 1rem;
  }

  .group:focus .lg\:group-focus\:w-5 {
    width: 1.25rem;
  }

  .group:focus .lg\:group-focus\:w-6 {
    width: 1.5rem;
  }

  .group:focus .lg\:group-focus\:w-7 {
    width: 1.75rem;
  }

  .group:focus .lg\:group-focus\:w-8 {
    width: 2rem;
  }

  .group:focus .lg\:group-focus\:w-9 {
    width: 2.25rem;
  }

  .group:focus .lg\:group-focus\:w-10 {
    width: 2.5rem;
  }

  .group:focus .lg\:group-focus\:w-12 {
    width: 3rem;
  }

  .group:focus .lg\:group-focus\:w-14 {
    width: 3.5rem;
  }

  .group:focus .lg\:group-focus\:w-15 {
    width: 3.75rem;
  }

  .group:focus .lg\:group-focus\:w-16 {
    width: 4rem;
  }

  .group:focus .lg\:group-focus\:w-18 {
    width: 4.5rem;
  }

  .group:focus .lg\:group-focus\:w-20 {
    width: 5rem;
  }

  .group:focus .lg\:group-focus\:w-21 {
    width: 5.25rem;
  }

  .group:focus .lg\:group-focus\:w-22 {
    width: 5.5rem;
  }

  .group:focus .lg\:group-focus\:w-24 {
    width: 6rem;
  }

  .group:focus .lg\:group-focus\:w-26 {
    width: 6.5rem;
  }

  .group:focus .lg\:group-focus\:w-28 {
    width: 7rem;
  }

  .group:focus .lg\:group-focus\:w-30 {
    width: 7.5rem;
  }

  .group:focus .lg\:group-focus\:w-32 {
    width: 8rem;
  }

  .group:focus .lg\:group-focus\:w-34 {
    width: 8.5rem;
  }

  .group:focus .lg\:group-focus\:w-36 {
    width: 9rem;
  }

  .group:focus .lg\:group-focus\:w-38 {
    width: 9.5rem;
  }

  .group:focus .lg\:group-focus\:w-40 {
    width: 10rem;
  }

  .group:focus .lg\:group-focus\:w-44 {
    width: 11rem;
  }

  .group:focus .lg\:group-focus\:w-48 {
    width: 12rem;
  }

  .group:focus .lg\:group-focus\:w-52 {
    width: 13rem;
  }

  .group:focus .lg\:group-focus\:w-53 {
    width: 13.25rem;
  }

  .group:focus .lg\:group-focus\:w-54 {
    width: 13.5rem;
  }

  .group:focus .lg\:group-focus\:w-56 {
    width: 14rem;
  }

  .group:focus .lg\:group-focus\:w-64 {
    width: 16rem;
  }

  .group:focus .lg\:group-focus\:w-72 {
    width: 18rem;
  }

  .group:focus .lg\:group-focus\:w-74 {
    width: 18.5rem;
  }

  .group:focus .lg\:group-focus\:w-76 {
    width: 19rem;
  }

  .group:focus .lg\:group-focus\:w-80 {
    width: 20rem;
  }

  .group:focus .lg\:group-focus\:w-85 {
    width: 21.25rem;
  }

  .group:focus .lg\:group-focus\:w-100 {
    width: 25rem;
  }

  .group:focus .lg\:group-focus\:w-105 {
    width: 26.25rem;
  }

  .group:focus .lg\:group-focus\:w-107 {
    width: 26.4rem;
  }

  .group:focus .lg\:group-focus\:w-110 {
    width: 27.5rem;
  }

  .group:focus .lg\:group-focus\:w-120 {
    width: 30rem;
  }

  .group:focus .lg\:group-focus\:w-130 {
    width: 38rem;
  }

  .group:focus .lg\:group-focus\:w-auto {
    width: auto;
  }

  .group:focus .lg\:group-focus\:w-px {
    width: 1px;
  }

  .group:focus .lg\:group-focus\:w-250px {
    width: 250px;
  }

  .group:focus .lg\:group-focus\:w-1\/2\% {
    width: 0.5%;
  }

  .group:focus .lg\:group-focus\:w-1\% {
    width: 1%;
  }

  .group:focus .lg\:group-focus\:w-2\% {
    width: 2%;
  }

  .group:focus .lg\:group-focus\:w-3\% {
    width: 3%;
  }

  .group:focus .lg\:group-focus\:w-4\% {
    width: 4%;
  }

  .group:focus .lg\:group-focus\:w-5\% {
    width: 5%;
  }

  .group:focus .lg\:group-focus\:w-10\% {
    width: 10%;
  }

  .group:focus .lg\:group-focus\:w-20\% {
    width: 20%;
  }

  .group:focus .lg\:group-focus\:w-23\% {
    width: 23%;
  }

  .group:focus .lg\:group-focus\:w-25\% {
    width: 25%;
  }

  .group:focus .lg\:group-focus\:w-26\% {
    width: 26%;
  }

  .group:focus .lg\:group-focus\:w-30\% {
    width: 30%;
  }

  .group:focus .lg\:group-focus\:w-40\% {
    width: 40%;
  }

  .group:focus .lg\:group-focus\:w-50\% {
    width: 50%;
  }

  .group:focus .lg\:group-focus\:w-60\% {
    width: 60%;
  }

  .group:focus .lg\:group-focus\:w-70\% {
    width: 70%;
  }

  .group:focus .lg\:group-focus\:w-80\% {
    width: 80%;
  }

  .group:focus .lg\:group-focus\:w-90\% {
    width: 90%;
  }

  .group:focus .lg\:group-focus\:w-95\% {
    width: 95%;
  }

  .group:focus .lg\:group-focus\:w-96\% {
    width: 96%;
  }

  .group:focus .lg\:group-focus\:w-97\% {
    width: 97%;
  }

  .group:focus .lg\:group-focus\:w-98\% {
    width: 98%;
  }

  .group:focus .lg\:group-focus\:w-99\% {
    width: 99%;
  }

  .group:focus .lg\:group-focus\:w-36vh {
    width: 36vh;
  }

  .group:focus .lg\:group-focus\:w-75vh {
    width: 75vh;
  }

  .group:focus .lg\:group-focus\:w-78vh {
    width: 78vh;
  }

  .group:focus .lg\:group-focus\:w-80vh {
    width: 80vh;
  }

  .group:focus .lg\:group-focus\:w-82vh {
    width: 82vh;
  }

  .group:focus .lg\:group-focus\:w-1\/2 {
    width: 50%;
  }

  .group:focus .lg\:group-focus\:w-1\/3 {
    width: 33.333333%;
  }

  .group:focus .lg\:group-focus\:w-2\/3 {
    width: 66.666667%;
  }

  .group:focus .lg\:group-focus\:w-1\/4 {
    width: 25%;
  }

  .group:focus .lg\:group-focus\:w-2\/4 {
    width: 50%;
  }

  .group:focus .lg\:group-focus\:w-3\/4 {
    width: 75%;
  }

  .group:focus .lg\:group-focus\:w-1\/5 {
    width: 20%;
  }

  .group:focus .lg\:group-focus\:w-2\/5 {
    width: 40%;
  }

  .group:focus .lg\:group-focus\:w-3\/5 {
    width: 60%;
  }

  .group:focus .lg\:group-focus\:w-4\/5 {
    width: 80%;
  }

  .group:focus .lg\:group-focus\:w-1\/6 {
    width: 16.666667%;
  }

  .group:focus .lg\:group-focus\:w-2\/6 {
    width: 33.333333%;
  }

  .group:focus .lg\:group-focus\:w-3\/6 {
    width: 50%;
  }

  .group:focus .lg\:group-focus\:w-4\/6 {
    width: 66.666667%;
  }

  .group:focus .lg\:group-focus\:w-5\/6 {
    width: 83.333333%;
  }

  .group:focus .lg\:group-focus\:w-1\/12 {
    width: 8.333333%;
  }

  .group:focus .lg\:group-focus\:w-2\/12 {
    width: 16.666667%;
  }

  .group:focus .lg\:group-focus\:w-3\/12 {
    width: 25%;
  }

  .group:focus .lg\:group-focus\:w-4\/12 {
    width: 33.333333%;
  }

  .group:focus .lg\:group-focus\:w-5\/12 {
    width: 41.666667%;
  }

  .group:focus .lg\:group-focus\:w-6\/12 {
    width: 50%;
  }

  .group:focus .lg\:group-focus\:w-7\/12 {
    width: 58.333333%;
  }

  .group:focus .lg\:group-focus\:w-8\/12 {
    width: 66.666667%;
  }

  .group:focus .lg\:group-focus\:w-9\/12 {
    width: 75%;
  }

  .group:focus .lg\:group-focus\:w-10\/12 {
    width: 83.333333%;
  }

  .group:focus .lg\:group-focus\:w-11\/12 {
    width: 91.666667%;
  }

  .group:focus .lg\:group-focus\:w-full {
    width: 100%;
  }

  .group:focus .lg\:group-focus\:w-screen {
    width: 100vw;
  }

  .group:focus .lg\:group-focus\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:focus .lg\:group-focus\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\: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\:isolate {
    isolation: isolate;
  }

  .lg\:isolation-auto {
    isolation: auto;
  }

  .lg\:gap-0 {
    gap: 0;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-15 {
    gap: 3.75rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-18 {
    gap: 4.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-21 {
    gap: 5.25rem;
  }

  .lg\:gap-22 {
    gap: 5.5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-26 {
    gap: 6.5rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-30 {
    gap: 7.5rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-34 {
    gap: 8.5rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-38 {
    gap: 9.5rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-53 {
    gap: 13.25rem;
  }

  .lg\:gap-54 {
    gap: 13.5rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-74 {
    gap: 18.5rem;
  }

  .lg\:gap-76 {
    gap: 19rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:gap-85 {
    gap: 21.25rem;
  }

  .lg\:gap-100 {
    gap: 25rem;
  }

  .lg\:gap-105 {
    gap: 26.25rem;
  }

  .lg\:gap-107 {
    gap: 26.4rem;
  }

  .lg\:gap-110 {
    gap: 27.5rem;
  }

  .lg\:gap-120 {
    gap: 30rem;
  }

  .lg\:gap-130 {
    gap: 38rem;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:gap-250px {
    gap: 250px;
  }

  .lg\:gap-1\/2\% {
    gap: 0.5%;
  }

  .lg\:gap-1\% {
    gap: 1%;
  }

  .lg\:gap-2\% {
    gap: 2%;
  }

  .lg\:gap-3\% {
    gap: 3%;
  }

  .lg\:gap-4\% {
    gap: 4%;
  }

  .lg\:gap-5\% {
    gap: 5%;
  }

  .lg\:gap-10\% {
    gap: 10%;
  }

  .lg\:gap-20\% {
    gap: 20%;
  }

  .lg\:gap-23\% {
    gap: 23%;
  }

  .lg\:gap-25\% {
    gap: 25%;
  }

  .lg\:gap-26\% {
    gap: 26%;
  }

  .lg\:gap-30\% {
    gap: 30%;
  }

  .lg\:gap-40\% {
    gap: 40%;
  }

  .lg\:gap-50\% {
    gap: 50%;
  }

  .lg\:gap-60\% {
    gap: 60%;
  }

  .lg\:gap-70\% {
    gap: 70%;
  }

  .lg\:gap-80\% {
    gap: 80%;
  }

  .lg\:gap-90\% {
    gap: 90%;
  }

  .lg\:gap-95\% {
    gap: 95%;
  }

  .lg\:gap-96\% {
    gap: 96%;
  }

  .lg\:gap-97\% {
    gap: 97%;
  }

  .lg\:gap-98\% {
    gap: 98%;
  }

  .lg\:gap-99\% {
    gap: 99%;
  }

  .lg\:gap-36vh {
    gap: 36vh;
  }

  .lg\:gap-75vh {
    gap: 75vh;
  }

  .lg\:gap-78vh {
    gap: 78vh;
  }

  .lg\:gap-80vh {
    gap: 80vh;
  }

  .lg\:gap-82vh {
    gap: 82vh;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-15 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .lg\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-38 {
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-53 {
    -moz-column-gap: 13.25rem;
         column-gap: 13.25rem;
  }

  .lg\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-74 {
    -moz-column-gap: 18.5rem;
         column-gap: 18.5rem;
  }

  .lg\:gap-x-76 {
    -moz-column-gap: 19rem;
         column-gap: 19rem;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-85 {
    -moz-column-gap: 21.25rem;
         column-gap: 21.25rem;
  }

  .lg\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .lg\:gap-x-105 {
    -moz-column-gap: 26.25rem;
         column-gap: 26.25rem;
  }

  .lg\:gap-x-107 {
    -moz-column-gap: 26.4rem;
         column-gap: 26.4rem;
  }

  .lg\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .lg\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .lg\:gap-x-130 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-250px {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:gap-x-1\/2\% {
    -moz-column-gap: 0.5%;
         column-gap: 0.5%;
  }

  .lg\:gap-x-1\% {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .lg\:gap-x-2\% {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }

  .lg\:gap-x-3\% {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }

  .lg\:gap-x-4\% {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }

  .lg\:gap-x-5\% {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .lg\:gap-x-10\% {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .lg\:gap-x-20\% {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .lg\:gap-x-23\% {
    -moz-column-gap: 23%;
         column-gap: 23%;
  }

  .lg\:gap-x-25\% {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:gap-x-26\% {
    -moz-column-gap: 26%;
         column-gap: 26%;
  }

  .lg\:gap-x-30\% {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .lg\:gap-x-40\% {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .lg\:gap-x-50\% {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:gap-x-60\% {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .lg\:gap-x-70\% {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .lg\:gap-x-80\% {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .lg\:gap-x-90\% {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .lg\:gap-x-95\% {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .lg\:gap-x-96\% {
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .lg\:gap-x-97\% {
    -moz-column-gap: 97%;
         column-gap: 97%;
  }

  .lg\:gap-x-98\% {
    -moz-column-gap: 98%;
         column-gap: 98%;
  }

  .lg\:gap-x-99\% {
    -moz-column-gap: 99%;
         column-gap: 99%;
  }

  .lg\:gap-x-36vh {
    -moz-column-gap: 36vh;
         column-gap: 36vh;
  }

  .lg\:gap-x-75vh {
    -moz-column-gap: 75vh;
         column-gap: 75vh;
  }

  .lg\:gap-x-78vh {
    -moz-column-gap: 78vh;
         column-gap: 78vh;
  }

  .lg\:gap-x-80vh {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .lg\:gap-x-82vh {
    -moz-column-gap: 82vh;
         column-gap: 82vh;
  }

  .lg\:gap-y-0 {
    row-gap: 0;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-15 {
    row-gap: 3.75rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .lg\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg\:gap-y-38 {
    row-gap: 9.5rem;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg\:gap-y-53 {
    row-gap: 13.25rem;
  }

  .lg\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem;
  }

  .lg\:gap-y-74 {
    row-gap: 18.5rem;
  }

  .lg\:gap-y-76 {
    row-gap: 19rem;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem;
  }

  .lg\:gap-y-85 {
    row-gap: 21.25rem;
  }

  .lg\:gap-y-100 {
    row-gap: 25rem;
  }

  .lg\:gap-y-105 {
    row-gap: 26.25rem;
  }

  .lg\:gap-y-107 {
    row-gap: 26.4rem;
  }

  .lg\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .lg\:gap-y-120 {
    row-gap: 30rem;
  }

  .lg\:gap-y-130 {
    row-gap: 38rem;
  }

  .lg\:gap-y-px {
    row-gap: 1px;
  }

  .lg\:gap-y-250px {
    row-gap: 250px;
  }

  .lg\:gap-y-1\/2\% {
    row-gap: 0.5%;
  }

  .lg\:gap-y-1\% {
    row-gap: 1%;
  }

  .lg\:gap-y-2\% {
    row-gap: 2%;
  }

  .lg\:gap-y-3\% {
    row-gap: 3%;
  }

  .lg\:gap-y-4\% {
    row-gap: 4%;
  }

  .lg\:gap-y-5\% {
    row-gap: 5%;
  }

  .lg\:gap-y-10\% {
    row-gap: 10%;
  }

  .lg\:gap-y-20\% {
    row-gap: 20%;
  }

  .lg\:gap-y-23\% {
    row-gap: 23%;
  }

  .lg\:gap-y-25\% {
    row-gap: 25%;
  }

  .lg\:gap-y-26\% {
    row-gap: 26%;
  }

  .lg\:gap-y-30\% {
    row-gap: 30%;
  }

  .lg\:gap-y-40\% {
    row-gap: 40%;
  }

  .lg\:gap-y-50\% {
    row-gap: 50%;
  }

  .lg\:gap-y-60\% {
    row-gap: 60%;
  }

  .lg\:gap-y-70\% {
    row-gap: 70%;
  }

  .lg\:gap-y-80\% {
    row-gap: 80%;
  }

  .lg\:gap-y-90\% {
    row-gap: 90%;
  }

  .lg\:gap-y-95\% {
    row-gap: 95%;
  }

  .lg\:gap-y-96\% {
    row-gap: 96%;
  }

  .lg\:gap-y-97\% {
    row-gap: 97%;
  }

  .lg\:gap-y-98\% {
    row-gap: 98%;
  }

  .lg\:gap-y-99\% {
    row-gap: 99%;
  }

  .lg\:gap-y-36vh {
    row-gap: 36vh;
  }

  .lg\:gap-y-75vh {
    row-gap: 75vh;
  }

  .lg\:gap-y-78vh {
    row-gap: 78vh;
  }

  .lg\:gap-y-80vh {
    row-gap: 80vh;
  }

  .lg\:gap-y-82vh {
    row-gap: 82vh;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-15 {
    --tw-translate-x: 3.75rem;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .lg\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-38 {
    --tw-translate-x: 9.5rem;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-53 {
    --tw-translate-x: 13.25rem;
  }

  .lg\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-74 {
    --tw-translate-x: 18.5rem;
  }

  .lg\:translate-x-76 {
    --tw-translate-x: 19rem;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-85 {
    --tw-translate-x: 21.25rem;
  }

  .lg\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .lg\:translate-x-105 {
    --tw-translate-x: 26.25rem;
  }

  .lg\:translate-x-107 {
    --tw-translate-x: 26.4rem;
  }

  .lg\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .lg\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .lg\:translate-x-130 {
    --tw-translate-x: 38rem;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-250px {
    --tw-translate-x: 250px;
  }

  .lg\:translate-x-1\/2\% {
    --tw-translate-x: 0.5%;
  }

  .lg\:translate-x-1\% {
    --tw-translate-x: 1%;
  }

  .lg\:translate-x-2\% {
    --tw-translate-x: 2%;
  }

  .lg\:translate-x-3\% {
    --tw-translate-x: 3%;
  }

  .lg\:translate-x-4\% {
    --tw-translate-x: 4%;
  }

  .lg\:translate-x-5\% {
    --tw-translate-x: 5%;
  }

  .lg\:translate-x-10\% {
    --tw-translate-x: 10%;
  }

  .lg\:translate-x-20\% {
    --tw-translate-x: 20%;
  }

  .lg\:translate-x-23\% {
    --tw-translate-x: 23%;
  }

  .lg\:translate-x-25\% {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-26\% {
    --tw-translate-x: 26%;
  }

  .lg\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .lg\:translate-x-40\% {
    --tw-translate-x: 40%;
  }

  .lg\:translate-x-50\% {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-60\% {
    --tw-translate-x: 60%;
  }

  .lg\:translate-x-70\% {
    --tw-translate-x: 70%;
  }

  .lg\:translate-x-80\% {
    --tw-translate-x: 80%;
  }

  .lg\:translate-x-90\% {
    --tw-translate-x: 90%;
  }

  .lg\:translate-x-95\% {
    --tw-translate-x: 95%;
  }

  .lg\:translate-x-96\% {
    --tw-translate-x: 96%;
  }

  .lg\:translate-x-97\% {
    --tw-translate-x: 97%;
  }

  .lg\:translate-x-98\% {
    --tw-translate-x: 98%;
  }

  .lg\:translate-x-99\% {
    --tw-translate-x: 99%;
  }

  .lg\:translate-x-36vh {
    --tw-translate-x: 36vh;
  }

  .lg\:translate-x-75vh {
    --tw-translate-x: 75vh;
  }

  .lg\:translate-x-78vh {
    --tw-translate-x: 78vh;
  }

  .lg\:translate-x-80vh {
    --tw-translate-x: 80vh;
  }

  .lg\:translate-x-82vh {
    --tw-translate-x: 82vh;
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-15 {
    --tw-translate-x: -3.75rem;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .lg\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-38 {
    --tw-translate-x: -9.5rem;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-53 {
    --tw-translate-x: -13.25rem;
  }

  .lg\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-74 {
    --tw-translate-x: -18.5rem;
  }

  .lg\:-translate-x-76 {
    --tw-translate-x: -19rem;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-85 {
    --tw-translate-x: -21.25rem;
  }

  .lg\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .lg\:-translate-x-105 {
    --tw-translate-x: -26.25rem;
  }

  .lg\:-translate-x-107 {
    --tw-translate-x: -26.4rem;
  }

  .lg\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .lg\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .lg\:-translate-x-130 {
    --tw-translate-x: -38rem;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-250px {
    --tw-translate-x: -250px;
  }

  .lg\:-translate-x-1\/2\% {
    --tw-translate-x: -0.5%;
  }

  .lg\:-translate-x-1\% {
    --tw-translate-x: -1%;
  }

  .lg\:-translate-x-2\% {
    --tw-translate-x: -2%;
  }

  .lg\:-translate-x-3\% {
    --tw-translate-x: -3%;
  }

  .lg\:-translate-x-4\% {
    --tw-translate-x: -4%;
  }

  .lg\:-translate-x-5\% {
    --tw-translate-x: -5%;
  }

  .lg\:-translate-x-10\% {
    --tw-translate-x: -10%;
  }

  .lg\:-translate-x-20\% {
    --tw-translate-x: -20%;
  }

  .lg\:-translate-x-23\% {
    --tw-translate-x: -23%;
  }

  .lg\:-translate-x-25\% {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-26\% {
    --tw-translate-x: -26%;
  }

  .lg\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .lg\:-translate-x-40\% {
    --tw-translate-x: -40%;
  }

  .lg\:-translate-x-50\% {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-60\% {
    --tw-translate-x: -60%;
  }

  .lg\:-translate-x-70\% {
    --tw-translate-x: -70%;
  }

  .lg\:-translate-x-80\% {
    --tw-translate-x: -80%;
  }

  .lg\:-translate-x-90\% {
    --tw-translate-x: -90%;
  }

  .lg\:-translate-x-95\% {
    --tw-translate-x: -95%;
  }

  .lg\:-translate-x-96\% {
    --tw-translate-x: -96%;
  }

  .lg\:-translate-x-97\% {
    --tw-translate-x: -97%;
  }

  .lg\:-translate-x-98\% {
    --tw-translate-x: -98%;
  }

  .lg\:-translate-x-99\% {
    --tw-translate-x: -99%;
  }

  .lg\:-translate-x-36vh {
    --tw-translate-x: -36vh;
  }

  .lg\:-translate-x-75vh {
    --tw-translate-x: -75vh;
  }

  .lg\:-translate-x-78vh {
    --tw-translate-x: -78vh;
  }

  .lg\:-translate-x-80vh {
    --tw-translate-x: -80vh;
  }

  .lg\:-translate-x-82vh {
    --tw-translate-x: -82vh;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-15 {
    --tw-translate-y: 3.75rem;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .lg\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-38 {
    --tw-translate-y: 9.5rem;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-53 {
    --tw-translate-y: 13.25rem;
  }

  .lg\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-74 {
    --tw-translate-y: 18.5rem;
  }

  .lg\:translate-y-76 {
    --tw-translate-y: 19rem;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-85 {
    --tw-translate-y: 21.25rem;
  }

  .lg\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .lg\:translate-y-105 {
    --tw-translate-y: 26.25rem;
  }

  .lg\:translate-y-107 {
    --tw-translate-y: 26.4rem;
  }

  .lg\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .lg\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .lg\:translate-y-130 {
    --tw-translate-y: 38rem;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-250px {
    --tw-translate-y: 250px;
  }

  .lg\:translate-y-1\/2\% {
    --tw-translate-y: 0.5%;
  }

  .lg\:translate-y-1\% {
    --tw-translate-y: 1%;
  }

  .lg\:translate-y-2\% {
    --tw-translate-y: 2%;
  }

  .lg\:translate-y-3\% {
    --tw-translate-y: 3%;
  }

  .lg\:translate-y-4\% {
    --tw-translate-y: 4%;
  }

  .lg\:translate-y-5\% {
    --tw-translate-y: 5%;
  }

  .lg\:translate-y-10\% {
    --tw-translate-y: 10%;
  }

  .lg\:translate-y-20\% {
    --tw-translate-y: 20%;
  }

  .lg\:translate-y-23\% {
    --tw-translate-y: 23%;
  }

  .lg\:translate-y-25\% {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-26\% {
    --tw-translate-y: 26%;
  }

  .lg\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .lg\:translate-y-40\% {
    --tw-translate-y: 40%;
  }

  .lg\:translate-y-50\% {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-60\% {
    --tw-translate-y: 60%;
  }

  .lg\:translate-y-70\% {
    --tw-translate-y: 70%;
  }

  .lg\:translate-y-80\% {
    --tw-translate-y: 80%;
  }

  .lg\:translate-y-90\% {
    --tw-translate-y: 90%;
  }

  .lg\:translate-y-95\% {
    --tw-translate-y: 95%;
  }

  .lg\:translate-y-96\% {
    --tw-translate-y: 96%;
  }

  .lg\:translate-y-97\% {
    --tw-translate-y: 97%;
  }

  .lg\:translate-y-98\% {
    --tw-translate-y: 98%;
  }

  .lg\:translate-y-99\% {
    --tw-translate-y: 99%;
  }

  .lg\:translate-y-36vh {
    --tw-translate-y: 36vh;
  }

  .lg\:translate-y-75vh {
    --tw-translate-y: 75vh;
  }

  .lg\:translate-y-78vh {
    --tw-translate-y: 78vh;
  }

  .lg\:translate-y-80vh {
    --tw-translate-y: 80vh;
  }

  .lg\:translate-y-82vh {
    --tw-translate-y: 82vh;
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-15 {
    --tw-translate-y: -3.75rem;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .lg\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-38 {
    --tw-translate-y: -9.5rem;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-53 {
    --tw-translate-y: -13.25rem;
  }

  .lg\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-74 {
    --tw-translate-y: -18.5rem;
  }

  .lg\:-translate-y-76 {
    --tw-translate-y: -19rem;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-85 {
    --tw-translate-y: -21.25rem;
  }

  .lg\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .lg\:-translate-y-105 {
    --tw-translate-y: -26.25rem;
  }

  .lg\:-translate-y-107 {
    --tw-translate-y: -26.4rem;
  }

  .lg\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .lg\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .lg\:-translate-y-130 {
    --tw-translate-y: -38rem;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-250px {
    --tw-translate-y: -250px;
  }

  .lg\:-translate-y-1\/2\% {
    --tw-translate-y: -0.5%;
  }

  .lg\:-translate-y-1\% {
    --tw-translate-y: -1%;
  }

  .lg\:-translate-y-2\% {
    --tw-translate-y: -2%;
  }

  .lg\:-translate-y-3\% {
    --tw-translate-y: -3%;
  }

  .lg\:-translate-y-4\% {
    --tw-translate-y: -4%;
  }

  .lg\:-translate-y-5\% {
    --tw-translate-y: -5%;
  }

  .lg\:-translate-y-10\% {
    --tw-translate-y: -10%;
  }

  .lg\:-translate-y-20\% {
    --tw-translate-y: -20%;
  }

  .lg\:-translate-y-23\% {
    --tw-translate-y: -23%;
  }

  .lg\:-translate-y-25\% {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-26\% {
    --tw-translate-y: -26%;
  }

  .lg\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .lg\:-translate-y-40\% {
    --tw-translate-y: -40%;
  }

  .lg\:-translate-y-50\% {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-60\% {
    --tw-translate-y: -60%;
  }

  .lg\:-translate-y-70\% {
    --tw-translate-y: -70%;
  }

  .lg\:-translate-y-80\% {
    --tw-translate-y: -80%;
  }

  .lg\:-translate-y-90\% {
    --tw-translate-y: -90%;
  }

  .lg\:-translate-y-95\% {
    --tw-translate-y: -95%;
  }

  .lg\:-translate-y-96\% {
    --tw-translate-y: -96%;
  }

  .lg\:-translate-y-97\% {
    --tw-translate-y: -97%;
  }

  .lg\:-translate-y-98\% {
    --tw-translate-y: -98%;
  }

  .lg\:-translate-y-99\% {
    --tw-translate-y: -99%;
  }

  .lg\:-translate-y-36vh {
    --tw-translate-y: -36vh;
  }

  .lg\:-translate-y-75vh {
    --tw-translate-y: -75vh;
  }

  .lg\:-translate-y-78vh {
    --tw-translate-y: -78vh;
  }

  .lg\:-translate-y-80vh {
    --tw-translate-y: -80vh;
  }

  .lg\:-translate-y-82vh {
    --tw-translate-y: -82vh;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-15:hover {
    --tw-translate-x: 3.75rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .lg\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-38:hover {
    --tw-translate-x: 9.5rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-53:hover {
    --tw-translate-x: 13.25rem;
  }

  .lg\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-74:hover {
    --tw-translate-x: 18.5rem;
  }

  .lg\:hover\:translate-x-76:hover {
    --tw-translate-x: 19rem;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-85:hover {
    --tw-translate-x: 21.25rem;
  }

  .lg\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .lg\:hover\:translate-x-105:hover {
    --tw-translate-x: 26.25rem;
  }

  .lg\:hover\:translate-x-107:hover {
    --tw-translate-x: 26.4rem;
  }

  .lg\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .lg\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .lg\:hover\:translate-x-130:hover {
    --tw-translate-x: 38rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-250px:hover {
    --tw-translate-x: 250px;
  }

  .lg\:hover\:translate-x-1\/2\%:hover {
    --tw-translate-x: 0.5%;
  }

  .lg\:hover\:translate-x-1\%:hover {
    --tw-translate-x: 1%;
  }

  .lg\:hover\:translate-x-2\%:hover {
    --tw-translate-x: 2%;
  }

  .lg\:hover\:translate-x-3\%:hover {
    --tw-translate-x: 3%;
  }

  .lg\:hover\:translate-x-4\%:hover {
    --tw-translate-x: 4%;
  }

  .lg\:hover\:translate-x-5\%:hover {
    --tw-translate-x: 5%;
  }

  .lg\:hover\:translate-x-10\%:hover {
    --tw-translate-x: 10%;
  }

  .lg\:hover\:translate-x-20\%:hover {
    --tw-translate-x: 20%;
  }

  .lg\:hover\:translate-x-23\%:hover {
    --tw-translate-x: 23%;
  }

  .lg\:hover\:translate-x-25\%:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-26\%:hover {
    --tw-translate-x: 26%;
  }

  .lg\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .lg\:hover\:translate-x-40\%:hover {
    --tw-translate-x: 40%;
  }

  .lg\:hover\:translate-x-50\%:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-60\%:hover {
    --tw-translate-x: 60%;
  }

  .lg\:hover\:translate-x-70\%:hover {
    --tw-translate-x: 70%;
  }

  .lg\:hover\:translate-x-80\%:hover {
    --tw-translate-x: 80%;
  }

  .lg\:hover\:translate-x-90\%:hover {
    --tw-translate-x: 90%;
  }

  .lg\:hover\:translate-x-95\%:hover {
    --tw-translate-x: 95%;
  }

  .lg\:hover\:translate-x-96\%:hover {
    --tw-translate-x: 96%;
  }

  .lg\:hover\:translate-x-97\%:hover {
    --tw-translate-x: 97%;
  }

  .lg\:hover\:translate-x-98\%:hover {
    --tw-translate-x: 98%;
  }

  .lg\:hover\:translate-x-99\%:hover {
    --tw-translate-x: 99%;
  }

  .lg\:hover\:translate-x-36vh:hover {
    --tw-translate-x: 36vh;
  }

  .lg\:hover\:translate-x-75vh:hover {
    --tw-translate-x: 75vh;
  }

  .lg\:hover\:translate-x-78vh:hover {
    --tw-translate-x: 78vh;
  }

  .lg\:hover\:translate-x-80vh:hover {
    --tw-translate-x: 80vh;
  }

  .lg\:hover\:translate-x-82vh:hover {
    --tw-translate-x: 82vh;
  }

  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-15:hover {
    --tw-translate-x: -3.75rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .lg\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-38:hover {
    --tw-translate-x: -9.5rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-53:hover {
    --tw-translate-x: -13.25rem;
  }

  .lg\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-74:hover {
    --tw-translate-x: -18.5rem;
  }

  .lg\:hover\:-translate-x-76:hover {
    --tw-translate-x: -19rem;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-85:hover {
    --tw-translate-x: -21.25rem;
  }

  .lg\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .lg\:hover\:-translate-x-105:hover {
    --tw-translate-x: -26.25rem;
  }

  .lg\:hover\:-translate-x-107:hover {
    --tw-translate-x: -26.4rem;
  }

  .lg\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .lg\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .lg\:hover\:-translate-x-130:hover {
    --tw-translate-x: -38rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-250px:hover {
    --tw-translate-x: -250px;
  }

  .lg\:hover\:-translate-x-1\/2\%:hover {
    --tw-translate-x: -0.5%;
  }

  .lg\:hover\:-translate-x-1\%:hover {
    --tw-translate-x: -1%;
  }

  .lg\:hover\:-translate-x-2\%:hover {
    --tw-translate-x: -2%;
  }

  .lg\:hover\:-translate-x-3\%:hover {
    --tw-translate-x: -3%;
  }

  .lg\:hover\:-translate-x-4\%:hover {
    --tw-translate-x: -4%;
  }

  .lg\:hover\:-translate-x-5\%:hover {
    --tw-translate-x: -5%;
  }

  .lg\:hover\:-translate-x-10\%:hover {
    --tw-translate-x: -10%;
  }

  .lg\:hover\:-translate-x-20\%:hover {
    --tw-translate-x: -20%;
  }

  .lg\:hover\:-translate-x-23\%:hover {
    --tw-translate-x: -23%;
  }

  .lg\:hover\:-translate-x-25\%:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-26\%:hover {
    --tw-translate-x: -26%;
  }

  .lg\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .lg\:hover\:-translate-x-40\%:hover {
    --tw-translate-x: -40%;
  }

  .lg\:hover\:-translate-x-50\%:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-60\%:hover {
    --tw-translate-x: -60%;
  }

  .lg\:hover\:-translate-x-70\%:hover {
    --tw-translate-x: -70%;
  }

  .lg\:hover\:-translate-x-80\%:hover {
    --tw-translate-x: -80%;
  }

  .lg\:hover\:-translate-x-90\%:hover {
    --tw-translate-x: -90%;
  }

  .lg\:hover\:-translate-x-95\%:hover {
    --tw-translate-x: -95%;
  }

  .lg\:hover\:-translate-x-96\%:hover {
    --tw-translate-x: -96%;
  }

  .lg\:hover\:-translate-x-97\%:hover {
    --tw-translate-x: -97%;
  }

  .lg\:hover\:-translate-x-98\%:hover {
    --tw-translate-x: -98%;
  }

  .lg\:hover\:-translate-x-99\%:hover {
    --tw-translate-x: -99%;
  }

  .lg\:hover\:-translate-x-36vh:hover {
    --tw-translate-x: -36vh;
  }

  .lg\:hover\:-translate-x-75vh:hover {
    --tw-translate-x: -75vh;
  }

  .lg\:hover\:-translate-x-78vh:hover {
    --tw-translate-x: -78vh;
  }

  .lg\:hover\:-translate-x-80vh:hover {
    --tw-translate-x: -80vh;
  }

  .lg\:hover\:-translate-x-82vh:hover {
    --tw-translate-x: -82vh;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-15:hover {
    --tw-translate-y: 3.75rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .lg\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-38:hover {
    --tw-translate-y: 9.5rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-53:hover {
    --tw-translate-y: 13.25rem;
  }

  .lg\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-74:hover {
    --tw-translate-y: 18.5rem;
  }

  .lg\:hover\:translate-y-76:hover {
    --tw-translate-y: 19rem;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-85:hover {
    --tw-translate-y: 21.25rem;
  }

  .lg\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .lg\:hover\:translate-y-105:hover {
    --tw-translate-y: 26.25rem;
  }

  .lg\:hover\:translate-y-107:hover {
    --tw-translate-y: 26.4rem;
  }

  .lg\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .lg\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .lg\:hover\:translate-y-130:hover {
    --tw-translate-y: 38rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-250px:hover {
    --tw-translate-y: 250px;
  }

  .lg\:hover\:translate-y-1\/2\%:hover {
    --tw-translate-y: 0.5%;
  }

  .lg\:hover\:translate-y-1\%:hover {
    --tw-translate-y: 1%;
  }

  .lg\:hover\:translate-y-2\%:hover {
    --tw-translate-y: 2%;
  }

  .lg\:hover\:translate-y-3\%:hover {
    --tw-translate-y: 3%;
  }

  .lg\:hover\:translate-y-4\%:hover {
    --tw-translate-y: 4%;
  }

  .lg\:hover\:translate-y-5\%:hover {
    --tw-translate-y: 5%;
  }

  .lg\:hover\:translate-y-10\%:hover {
    --tw-translate-y: 10%;
  }

  .lg\:hover\:translate-y-20\%:hover {
    --tw-translate-y: 20%;
  }

  .lg\:hover\:translate-y-23\%:hover {
    --tw-translate-y: 23%;
  }

  .lg\:hover\:translate-y-25\%:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-26\%:hover {
    --tw-translate-y: 26%;
  }

  .lg\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .lg\:hover\:translate-y-40\%:hover {
    --tw-translate-y: 40%;
  }

  .lg\:hover\:translate-y-50\%:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-60\%:hover {
    --tw-translate-y: 60%;
  }

  .lg\:hover\:translate-y-70\%:hover {
    --tw-translate-y: 70%;
  }

  .lg\:hover\:translate-y-80\%:hover {
    --tw-translate-y: 80%;
  }

  .lg\:hover\:translate-y-90\%:hover {
    --tw-translate-y: 90%;
  }

  .lg\:hover\:translate-y-95\%:hover {
    --tw-translate-y: 95%;
  }

  .lg\:hover\:translate-y-96\%:hover {
    --tw-translate-y: 96%;
  }

  .lg\:hover\:translate-y-97\%:hover {
    --tw-translate-y: 97%;
  }

  .lg\:hover\:translate-y-98\%:hover {
    --tw-translate-y: 98%;
  }

  .lg\:hover\:translate-y-99\%:hover {
    --tw-translate-y: 99%;
  }

  .lg\:hover\:translate-y-36vh:hover {
    --tw-translate-y: 36vh;
  }

  .lg\:hover\:translate-y-75vh:hover {
    --tw-translate-y: 75vh;
  }

  .lg\:hover\:translate-y-78vh:hover {
    --tw-translate-y: 78vh;
  }

  .lg\:hover\:translate-y-80vh:hover {
    --tw-translate-y: 80vh;
  }

  .lg\:hover\:translate-y-82vh:hover {
    --tw-translate-y: 82vh;
  }

  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-15:hover {
    --tw-translate-y: -3.75rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .lg\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-38:hover {
    --tw-translate-y: -9.5rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-53:hover {
    --tw-translate-y: -13.25rem;
  }

  .lg\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-74:hover {
    --tw-translate-y: -18.5rem;
  }

  .lg\:hover\:-translate-y-76:hover {
    --tw-translate-y: -19rem;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-85:hover {
    --tw-translate-y: -21.25rem;
  }

  .lg\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .lg\:hover\:-translate-y-105:hover {
    --tw-translate-y: -26.25rem;
  }

  .lg\:hover\:-translate-y-107:hover {
    --tw-translate-y: -26.4rem;
  }

  .lg\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .lg\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .lg\:hover\:-translate-y-130:hover {
    --tw-translate-y: -38rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-250px:hover {
    --tw-translate-y: -250px;
  }

  .lg\:hover\:-translate-y-1\/2\%:hover {
    --tw-translate-y: -0.5%;
  }

  .lg\:hover\:-translate-y-1\%:hover {
    --tw-translate-y: -1%;
  }

  .lg\:hover\:-translate-y-2\%:hover {
    --tw-translate-y: -2%;
  }

  .lg\:hover\:-translate-y-3\%:hover {
    --tw-translate-y: -3%;
  }

  .lg\:hover\:-translate-y-4\%:hover {
    --tw-translate-y: -4%;
  }

  .lg\:hover\:-translate-y-5\%:hover {
    --tw-translate-y: -5%;
  }

  .lg\:hover\:-translate-y-10\%:hover {
    --tw-translate-y: -10%;
  }

  .lg\:hover\:-translate-y-20\%:hover {
    --tw-translate-y: -20%;
  }

  .lg\:hover\:-translate-y-23\%:hover {
    --tw-translate-y: -23%;
  }

  .lg\:hover\:-translate-y-25\%:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-26\%:hover {
    --tw-translate-y: -26%;
  }

  .lg\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .lg\:hover\:-translate-y-40\%:hover {
    --tw-translate-y: -40%;
  }

  .lg\:hover\:-translate-y-50\%:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-60\%:hover {
    --tw-translate-y: -60%;
  }

  .lg\:hover\:-translate-y-70\%:hover {
    --tw-translate-y: -70%;
  }

  .lg\:hover\:-translate-y-80\%:hover {
    --tw-translate-y: -80%;
  }

  .lg\:hover\:-translate-y-90\%:hover {
    --tw-translate-y: -90%;
  }

  .lg\:hover\:-translate-y-95\%:hover {
    --tw-translate-y: -95%;
  }

  .lg\:hover\:-translate-y-96\%:hover {
    --tw-translate-y: -96%;
  }

  .lg\:hover\:-translate-y-97\%:hover {
    --tw-translate-y: -97%;
  }

  .lg\:hover\:-translate-y-98\%:hover {
    --tw-translate-y: -98%;
  }

  .lg\:hover\:-translate-y-99\%:hover {
    --tw-translate-y: -99%;
  }

  .lg\:hover\:-translate-y-36vh:hover {
    --tw-translate-y: -36vh;
  }

  .lg\:hover\:-translate-y-75vh:hover {
    --tw-translate-y: -75vh;
  }

  .lg\:hover\:-translate-y-78vh:hover {
    --tw-translate-y: -78vh;
  }

  .lg\:hover\:-translate-y-80vh:hover {
    --tw-translate-y: -80vh;
  }

  .lg\:hover\:-translate-y-82vh:hover {
    --tw-translate-y: -82vh;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-15:focus {
    --tw-translate-x: 3.75rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .lg\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-38:focus {
    --tw-translate-x: 9.5rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-53:focus {
    --tw-translate-x: 13.25rem;
  }

  .lg\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-74:focus {
    --tw-translate-x: 18.5rem;
  }

  .lg\:focus\:translate-x-76:focus {
    --tw-translate-x: 19rem;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-85:focus {
    --tw-translate-x: 21.25rem;
  }

  .lg\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .lg\:focus\:translate-x-105:focus {
    --tw-translate-x: 26.25rem;
  }

  .lg\:focus\:translate-x-107:focus {
    --tw-translate-x: 26.4rem;
  }

  .lg\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .lg\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .lg\:focus\:translate-x-130:focus {
    --tw-translate-x: 38rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-250px:focus {
    --tw-translate-x: 250px;
  }

  .lg\:focus\:translate-x-1\/2\%:focus {
    --tw-translate-x: 0.5%;
  }

  .lg\:focus\:translate-x-1\%:focus {
    --tw-translate-x: 1%;
  }

  .lg\:focus\:translate-x-2\%:focus {
    --tw-translate-x: 2%;
  }

  .lg\:focus\:translate-x-3\%:focus {
    --tw-translate-x: 3%;
  }

  .lg\:focus\:translate-x-4\%:focus {
    --tw-translate-x: 4%;
  }

  .lg\:focus\:translate-x-5\%:focus {
    --tw-translate-x: 5%;
  }

  .lg\:focus\:translate-x-10\%:focus {
    --tw-translate-x: 10%;
  }

  .lg\:focus\:translate-x-20\%:focus {
    --tw-translate-x: 20%;
  }

  .lg\:focus\:translate-x-23\%:focus {
    --tw-translate-x: 23%;
  }

  .lg\:focus\:translate-x-25\%:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-26\%:focus {
    --tw-translate-x: 26%;
  }

  .lg\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .lg\:focus\:translate-x-40\%:focus {
    --tw-translate-x: 40%;
  }

  .lg\:focus\:translate-x-50\%:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-60\%:focus {
    --tw-translate-x: 60%;
  }

  .lg\:focus\:translate-x-70\%:focus {
    --tw-translate-x: 70%;
  }

  .lg\:focus\:translate-x-80\%:focus {
    --tw-translate-x: 80%;
  }

  .lg\:focus\:translate-x-90\%:focus {
    --tw-translate-x: 90%;
  }

  .lg\:focus\:translate-x-95\%:focus {
    --tw-translate-x: 95%;
  }

  .lg\:focus\:translate-x-96\%:focus {
    --tw-translate-x: 96%;
  }

  .lg\:focus\:translate-x-97\%:focus {
    --tw-translate-x: 97%;
  }

  .lg\:focus\:translate-x-98\%:focus {
    --tw-translate-x: 98%;
  }

  .lg\:focus\:translate-x-99\%:focus {
    --tw-translate-x: 99%;
  }

  .lg\:focus\:translate-x-36vh:focus {
    --tw-translate-x: 36vh;
  }

  .lg\:focus\:translate-x-75vh:focus {
    --tw-translate-x: 75vh;
  }

  .lg\:focus\:translate-x-78vh:focus {
    --tw-translate-x: 78vh;
  }

  .lg\:focus\:translate-x-80vh:focus {
    --tw-translate-x: 80vh;
  }

  .lg\:focus\:translate-x-82vh:focus {
    --tw-translate-x: 82vh;
  }

  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-15:focus {
    --tw-translate-x: -3.75rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .lg\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-38:focus {
    --tw-translate-x: -9.5rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-53:focus {
    --tw-translate-x: -13.25rem;
  }

  .lg\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-74:focus {
    --tw-translate-x: -18.5rem;
  }

  .lg\:focus\:-translate-x-76:focus {
    --tw-translate-x: -19rem;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-85:focus {
    --tw-translate-x: -21.25rem;
  }

  .lg\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .lg\:focus\:-translate-x-105:focus {
    --tw-translate-x: -26.25rem;
  }

  .lg\:focus\:-translate-x-107:focus {
    --tw-translate-x: -26.4rem;
  }

  .lg\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .lg\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .lg\:focus\:-translate-x-130:focus {
    --tw-translate-x: -38rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-250px:focus {
    --tw-translate-x: -250px;
  }

  .lg\:focus\:-translate-x-1\/2\%:focus {
    --tw-translate-x: -0.5%;
  }

  .lg\:focus\:-translate-x-1\%:focus {
    --tw-translate-x: -1%;
  }

  .lg\:focus\:-translate-x-2\%:focus {
    --tw-translate-x: -2%;
  }

  .lg\:focus\:-translate-x-3\%:focus {
    --tw-translate-x: -3%;
  }

  .lg\:focus\:-translate-x-4\%:focus {
    --tw-translate-x: -4%;
  }

  .lg\:focus\:-translate-x-5\%:focus {
    --tw-translate-x: -5%;
  }

  .lg\:focus\:-translate-x-10\%:focus {
    --tw-translate-x: -10%;
  }

  .lg\:focus\:-translate-x-20\%:focus {
    --tw-translate-x: -20%;
  }

  .lg\:focus\:-translate-x-23\%:focus {
    --tw-translate-x: -23%;
  }

  .lg\:focus\:-translate-x-25\%:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-26\%:focus {
    --tw-translate-x: -26%;
  }

  .lg\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .lg\:focus\:-translate-x-40\%:focus {
    --tw-translate-x: -40%;
  }

  .lg\:focus\:-translate-x-50\%:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-60\%:focus {
    --tw-translate-x: -60%;
  }

  .lg\:focus\:-translate-x-70\%:focus {
    --tw-translate-x: -70%;
  }

  .lg\:focus\:-translate-x-80\%:focus {
    --tw-translate-x: -80%;
  }

  .lg\:focus\:-translate-x-90\%:focus {
    --tw-translate-x: -90%;
  }

  .lg\:focus\:-translate-x-95\%:focus {
    --tw-translate-x: -95%;
  }

  .lg\:focus\:-translate-x-96\%:focus {
    --tw-translate-x: -96%;
  }

  .lg\:focus\:-translate-x-97\%:focus {
    --tw-translate-x: -97%;
  }

  .lg\:focus\:-translate-x-98\%:focus {
    --tw-translate-x: -98%;
  }

  .lg\:focus\:-translate-x-99\%:focus {
    --tw-translate-x: -99%;
  }

  .lg\:focus\:-translate-x-36vh:focus {
    --tw-translate-x: -36vh;
  }

  .lg\:focus\:-translate-x-75vh:focus {
    --tw-translate-x: -75vh;
  }

  .lg\:focus\:-translate-x-78vh:focus {
    --tw-translate-x: -78vh;
  }

  .lg\:focus\:-translate-x-80vh:focus {
    --tw-translate-x: -80vh;
  }

  .lg\:focus\:-translate-x-82vh:focus {
    --tw-translate-x: -82vh;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-15:focus {
    --tw-translate-y: 3.75rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .lg\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-38:focus {
    --tw-translate-y: 9.5rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-53:focus {
    --tw-translate-y: 13.25rem;
  }

  .lg\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-74:focus {
    --tw-translate-y: 18.5rem;
  }

  .lg\:focus\:translate-y-76:focus {
    --tw-translate-y: 19rem;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-85:focus {
    --tw-translate-y: 21.25rem;
  }

  .lg\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .lg\:focus\:translate-y-105:focus {
    --tw-translate-y: 26.25rem;
  }

  .lg\:focus\:translate-y-107:focus {
    --tw-translate-y: 26.4rem;
  }

  .lg\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .lg\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .lg\:focus\:translate-y-130:focus {
    --tw-translate-y: 38rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-250px:focus {
    --tw-translate-y: 250px;
  }

  .lg\:focus\:translate-y-1\/2\%:focus {
    --tw-translate-y: 0.5%;
  }

  .lg\:focus\:translate-y-1\%:focus {
    --tw-translate-y: 1%;
  }

  .lg\:focus\:translate-y-2\%:focus {
    --tw-translate-y: 2%;
  }

  .lg\:focus\:translate-y-3\%:focus {
    --tw-translate-y: 3%;
  }

  .lg\:focus\:translate-y-4\%:focus {
    --tw-translate-y: 4%;
  }

  .lg\:focus\:translate-y-5\%:focus {
    --tw-translate-y: 5%;
  }

  .lg\:focus\:translate-y-10\%:focus {
    --tw-translate-y: 10%;
  }

  .lg\:focus\:translate-y-20\%:focus {
    --tw-translate-y: 20%;
  }

  .lg\:focus\:translate-y-23\%:focus {
    --tw-translate-y: 23%;
  }

  .lg\:focus\:translate-y-25\%:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-26\%:focus {
    --tw-translate-y: 26%;
  }

  .lg\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .lg\:focus\:translate-y-40\%:focus {
    --tw-translate-y: 40%;
  }

  .lg\:focus\:translate-y-50\%:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-60\%:focus {
    --tw-translate-y: 60%;
  }

  .lg\:focus\:translate-y-70\%:focus {
    --tw-translate-y: 70%;
  }

  .lg\:focus\:translate-y-80\%:focus {
    --tw-translate-y: 80%;
  }

  .lg\:focus\:translate-y-90\%:focus {
    --tw-translate-y: 90%;
  }

  .lg\:focus\:translate-y-95\%:focus {
    --tw-translate-y: 95%;
  }

  .lg\:focus\:translate-y-96\%:focus {
    --tw-translate-y: 96%;
  }

  .lg\:focus\:translate-y-97\%:focus {
    --tw-translate-y: 97%;
  }

  .lg\:focus\:translate-y-98\%:focus {
    --tw-translate-y: 98%;
  }

  .lg\:focus\:translate-y-99\%:focus {
    --tw-translate-y: 99%;
  }

  .lg\:focus\:translate-y-36vh:focus {
    --tw-translate-y: 36vh;
  }

  .lg\:focus\:translate-y-75vh:focus {
    --tw-translate-y: 75vh;
  }

  .lg\:focus\:translate-y-78vh:focus {
    --tw-translate-y: 78vh;
  }

  .lg\:focus\:translate-y-80vh:focus {
    --tw-translate-y: 80vh;
  }

  .lg\:focus\:translate-y-82vh:focus {
    --tw-translate-y: 82vh;
  }

  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-15:focus {
    --tw-translate-y: -3.75rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .lg\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-38:focus {
    --tw-translate-y: -9.5rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-53:focus {
    --tw-translate-y: -13.25rem;
  }

  .lg\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-74:focus {
    --tw-translate-y: -18.5rem;
  }

  .lg\:focus\:-translate-y-76:focus {
    --tw-translate-y: -19rem;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-85:focus {
    --tw-translate-y: -21.25rem;
  }

  .lg\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .lg\:focus\:-translate-y-105:focus {
    --tw-translate-y: -26.25rem;
  }

  .lg\:focus\:-translate-y-107:focus {
    --tw-translate-y: -26.4rem;
  }

  .lg\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .lg\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .lg\:focus\:-translate-y-130:focus {
    --tw-translate-y: -38rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-250px:focus {
    --tw-translate-y: -250px;
  }

  .lg\:focus\:-translate-y-1\/2\%:focus {
    --tw-translate-y: -0.5%;
  }

  .lg\:focus\:-translate-y-1\%:focus {
    --tw-translate-y: -1%;
  }

  .lg\:focus\:-translate-y-2\%:focus {
    --tw-translate-y: -2%;
  }

  .lg\:focus\:-translate-y-3\%:focus {
    --tw-translate-y: -3%;
  }

  .lg\:focus\:-translate-y-4\%:focus {
    --tw-translate-y: -4%;
  }

  .lg\:focus\:-translate-y-5\%:focus {
    --tw-translate-y: -5%;
  }

  .lg\:focus\:-translate-y-10\%:focus {
    --tw-translate-y: -10%;
  }

  .lg\:focus\:-translate-y-20\%:focus {
    --tw-translate-y: -20%;
  }

  .lg\:focus\:-translate-y-23\%:focus {
    --tw-translate-y: -23%;
  }

  .lg\:focus\:-translate-y-25\%:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-26\%:focus {
    --tw-translate-y: -26%;
  }

  .lg\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .lg\:focus\:-translate-y-40\%:focus {
    --tw-translate-y: -40%;
  }

  .lg\:focus\:-translate-y-50\%:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-60\%:focus {
    --tw-translate-y: -60%;
  }

  .lg\:focus\:-translate-y-70\%:focus {
    --tw-translate-y: -70%;
  }

  .lg\:focus\:-translate-y-80\%:focus {
    --tw-translate-y: -80%;
  }

  .lg\:focus\:-translate-y-90\%:focus {
    --tw-translate-y: -90%;
  }

  .lg\:focus\:-translate-y-95\%:focus {
    --tw-translate-y: -95%;
  }

  .lg\:focus\:-translate-y-96\%:focus {
    --tw-translate-y: -96%;
  }

  .lg\:focus\:-translate-y-97\%:focus {
    --tw-translate-y: -97%;
  }

  .lg\:focus\:-translate-y-98\%:focus {
    --tw-translate-y: -98%;
  }

  .lg\:focus\:-translate-y-99\%:focus {
    --tw-translate-y: -99%;
  }

  .lg\:focus\:-translate-y-36vh:focus {
    --tw-translate-y: -36vh;
  }

  .lg\:focus\:-translate-y-75vh:focus {
    --tw-translate-y: -75vh;
  }

  .lg\:focus\:-translate-y-78vh:focus {
    --tw-translate-y: -78vh;
  }

  .lg\:focus\:-translate-y-80vh:focus {
    --tw-translate-y: -80vh;
  }

  .lg\:focus\:-translate-y-82vh:focus {
    --tw-translate-y: -82vh;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:filter-none {
    filter: none;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0);
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px);
  }

  .lg\:blur {
    --tw-blur: blur(8px);
  }

  .lg\:blur-md {
    --tw-blur: blur(12px);
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px);
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px);
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
  }

  .lg\:invert {
    --tw-invert: invert(100%);
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%);
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 0px) {
    .xl\:container {
      max-width: 0px;
    }
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18rem * var(--tw-space-x-reverse));
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19rem * var(--tw-space-x-reverse));
    margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(21.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25rem * var(--tw-space-x-reverse));
    margin-left: calc(25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26.4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30rem * var(--tw-space-x-reverse));
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .xl\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1px * var(--tw-space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(250px * var(--tw-space-y-reverse));
  }

  .xl\:space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(250px * var(--tw-space-x-reverse));
    margin-left: calc(250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5% * var(--tw-space-x-reverse));
    margin-left: calc(0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1% * var(--tw-space-x-reverse));
    margin-left: calc(1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2% * var(--tw-space-x-reverse));
    margin-left: calc(2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3% * var(--tw-space-x-reverse));
    margin-left: calc(3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4% * var(--tw-space-x-reverse));
    margin-left: calc(4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5% * var(--tw-space-x-reverse));
    margin-left: calc(5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10% * var(--tw-space-x-reverse));
    margin-left: calc(10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20% * var(--tw-space-x-reverse));
    margin-left: calc(20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23% * var(--tw-space-x-reverse));
    margin-left: calc(23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26% * var(--tw-space-x-reverse));
    margin-left: calc(26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30% * var(--tw-space-x-reverse));
    margin-left: calc(30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(40% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40% * var(--tw-space-x-reverse));
    margin-left: calc(40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60% * var(--tw-space-x-reverse));
    margin-left: calc(60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70% * var(--tw-space-x-reverse));
    margin-left: calc(70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80% * var(--tw-space-x-reverse));
    margin-left: calc(80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90% * var(--tw-space-x-reverse));
    margin-left: calc(90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95% * var(--tw-space-x-reverse));
    margin-left: calc(95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96% * var(--tw-space-x-reverse));
    margin-left: calc(96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(97% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(97% * var(--tw-space-x-reverse));
    margin-left: calc(97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(98% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(98% * var(--tw-space-x-reverse));
    margin-left: calc(98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(99% * var(--tw-space-y-reverse));
  }

  .xl\:space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(99% * var(--tw-space-x-reverse));
    margin-left: calc(99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36vh * var(--tw-space-y-reverse));
  }

  .xl\:space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36vh * var(--tw-space-x-reverse));
    margin-left: calc(36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75vh * var(--tw-space-y-reverse));
  }

  .xl\:space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75vh * var(--tw-space-x-reverse));
    margin-left: calc(75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(78vh * var(--tw-space-y-reverse));
  }

  .xl\:space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(78vh * var(--tw-space-x-reverse));
    margin-left: calc(78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .xl\:space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(82vh * var(--tw-space-y-reverse));
  }

  .xl\:space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(82vh * var(--tw-space-x-reverse));
    margin-left: calc(82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-21 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-38 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-53 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-13.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18rem * var(--tw-space-x-reverse));
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-74 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-76 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19rem * var(--tw-space-x-reverse));
    margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-21.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-21.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-21.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-21.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25rem * var(--tw-space-x-reverse));
    margin-left: calc(-25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-105 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26.4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26.4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-107 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26.4rem * var(--tw-space-x-reverse));
    margin-left: calc(-26.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30rem * var(--tw-space-x-reverse));
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-250px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-250px * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-250px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-250px * var(--tw-space-x-reverse));
    margin-left: calc(-250px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-1\/2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5% * var(--tw-space-x-reverse));
    margin-left: calc(-0.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-1\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1% * var(--tw-space-x-reverse));
    margin-left: calc(-1% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-2\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2% * var(--tw-space-x-reverse));
    margin-left: calc(-2% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-3\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3% * var(--tw-space-x-reverse));
    margin-left: calc(-3% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-4\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4% * var(--tw-space-x-reverse));
    margin-left: calc(-4% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-5\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5% * var(--tw-space-x-reverse));
    margin-left: calc(-5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-10\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10% * var(--tw-space-x-reverse));
    margin-left: calc(-10% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-20\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20% * var(--tw-space-x-reverse));
    margin-left: calc(-20% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-23\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23% * var(--tw-space-x-reverse));
    margin-left: calc(-23% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-25\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-26\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26% * var(--tw-space-x-reverse));
    margin-left: calc(-26% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-30% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-30% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-30\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-30% * var(--tw-space-x-reverse));
    margin-left: calc(-30% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-40% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-40% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-40\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-40% * var(--tw-space-x-reverse));
    margin-left: calc(-40% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-50\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-60\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60% * var(--tw-space-x-reverse));
    margin-left: calc(-60% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-70\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70% * var(--tw-space-x-reverse));
    margin-left: calc(-70% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80% * var(--tw-space-x-reverse));
    margin-left: calc(-80% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-90\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90% * var(--tw-space-x-reverse));
    margin-left: calc(-90% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-95\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95% * var(--tw-space-x-reverse));
    margin-left: calc(-95% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-96\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96% * var(--tw-space-x-reverse));
    margin-left: calc(-96% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-97% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-97% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-97\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-97% * var(--tw-space-x-reverse));
    margin-left: calc(-97% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-98% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-98% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-98\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-98% * var(--tw-space-x-reverse));
    margin-left: calc(-98% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-99% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-99% * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-99\% > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-99% * var(--tw-space-x-reverse));
    margin-left: calc(-99% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-36vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36vh * var(--tw-space-x-reverse));
    margin-left: calc(-36vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-75vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75vh * var(--tw-space-x-reverse));
    margin-left: calc(-75vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-78vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-78vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-78vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-78vh * var(--tw-space-x-reverse));
    margin-left: calc(-78vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-80vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-y-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-82vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-82vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-x-82vh > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-82vh * var(--tw-space-x-reverse));
    margin-left: calc(-82vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(4px * var(--tw-divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(8px * var(--tw-divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-epic-off-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-epic-pale-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-epic-dark-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-divide-opacity));
  }

  .xl\:divide-epic-light-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-epic-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-divide-opacity));
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity));
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-divide-opacity));
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-divide-opacity));
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-divide-opacity));
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-divide-opacity));
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-divide-opacity));
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-divide-opacity));
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-divide-opacity));
  }

  .xl\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-divide-opacity));
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-divide-opacity));
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-divide-opacity));
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-divide-opacity));
  }

  .xl\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-divide-opacity));
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-divide-opacity));
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-divide-opacity));
  }

  .xl\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-divide-opacity));
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-divide-opacity));
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-clip-border {
    background-clip: border-box;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xl\:bg-clip-content {
    background-clip: content-box;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .xl\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-current {
    background-color: currentColor;
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .xl\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .xl\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .xl\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .xl\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .xl\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .xl\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .xl\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .xl\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .xl\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .xl\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .xl\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .xl\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .xl\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .xl\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .xl\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .xl\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-epic-off-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-epic-pale-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-epic-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-epic-light-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-epic-purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor;
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-orange-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-yellow-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-teal-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-purple-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-epic-off-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-epic-pale-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-epic-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-epic-light-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-epic-purple:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-current:focus {
    background-color: currentColor;
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-orange-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-yellow-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-teal-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-purple-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor;
  }

  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-epic-off-white {
    --tw-bg-opacity: 1;
    background-color: rgba(197, 231, 255, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-epic-pale-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(177, 222, 255, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-epic-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 59, 84, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-epic-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 191, 243, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-epic-purple {
    --tw-bg-opacity: 1;
    background-color: rgba(117, 112, 179, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-transparent {
    background-color: transparent;
  }

  .group:focus .xl\:group-focus\:bg-current {
    background-color: currentColor;
  }

  .group:focus .xl\:group-focus\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 214, 214, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(133, 133, 133, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(103, 103, 103, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 59, 59, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 182, 182, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 122, 122, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 96, 96, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 71, 71, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 45, 45, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 20, 20, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(202, 0, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 234, 199, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 206, 122, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 197, 96, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 187, 71, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 178, 45, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 169, 20, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 158, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 142, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 94, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 240, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 252, 191, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 240, 137, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 224, 94, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 201, 75, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 121, 31, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 90, 22, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(116, 66, 16, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(208, 255, 87, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 255, 10, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(173, 239, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(154, 214, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 188, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(118, 163, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 137, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 112, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(26, 36, 0, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 255, 250, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(178, 245, 234, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 230, 217, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 209, 197, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 151, 149, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(44, 122, 123, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(40, 94, 97, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-teal-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 78, 82, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 234, 253, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 202, 249, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(111, 191, 248, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(87, 180, 246, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 169, 245, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 158, 244, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 147, 242, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 133, 220, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(7, 89, 147, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 244, 255, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(195, 218, 254, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 191, 250, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 126, 234, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(90, 103, 216, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 81, 191, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 65, 144, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(60, 54, 107, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 245, 255, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(233, 216, 253, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(183, 148, 244, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(159, 122, 234, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(107, 70, 193, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 60, 154, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(68, 51, 122, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 247, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 215, 226, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 182, 206, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 135, 179, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(213, 63, 140, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(184, 50, 128, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 38, 109, var(--tw-bg-opacity));
  }

  .group:focus .xl\:group-focus\:bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(112, 36, 89, var(--tw-bg-opacity));
  }

  .xl\:bg-none {
    background-image: none;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:from-epic-off-white {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xl\:from-epic-pale-blue {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xl\:from-epic-dark-blue {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xl\:from-epic-light-blue {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xl\:from-epic-purple {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-current {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-black {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-gray-100 {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:from-gray-200 {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xl\:from-gray-300 {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xl\:from-gray-400 {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:from-gray-500 {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xl\:from-gray-600 {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xl\:from-gray-700 {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xl\:from-gray-800 {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xl\:from-gray-900 {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xl\:from-red-100 {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xl\:from-red-200 {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xl\:from-red-300 {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xl\:from-red-400 {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xl\:from-red-500 {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xl\:from-red-600 {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xl\:from-red-700 {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xl\:from-red-800 {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xl\:from-red-900 {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xl\:from-orange-100 {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xl\:from-orange-200 {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xl\:from-orange-300 {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xl\:from-orange-400 {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xl\:from-orange-500 {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xl\:from-orange-600 {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xl\:from-orange-700 {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xl\:from-orange-800 {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xl\:from-orange-900 {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xl\:from-yellow-100 {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xl\:from-yellow-200 {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xl\:from-yellow-300 {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xl\:from-yellow-400 {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xl\:from-yellow-500 {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xl\:from-yellow-600 {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xl\:from-yellow-700 {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xl\:from-yellow-800 {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xl\:from-yellow-900 {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xl\:from-green-100 {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xl\:from-green-200 {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xl\:from-green-300 {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xl\:from-green-400 {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xl\:from-green-500 {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xl\:from-green-600 {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xl\:from-green-700 {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xl\:from-green-800 {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xl\:from-green-900 {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xl\:from-teal-100 {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xl\:from-teal-200 {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xl\:from-teal-300 {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xl\:from-teal-400 {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xl\:from-teal-500 {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xl\:from-teal-600 {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xl\:from-teal-700 {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xl\:from-teal-800 {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xl\:from-teal-900 {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xl\:from-blue-100 {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xl\:from-blue-200 {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xl\:from-blue-300 {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xl\:from-blue-400 {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xl\:from-blue-500 {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xl\:from-blue-600 {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xl\:from-blue-700 {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xl\:from-blue-800 {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xl\:from-blue-900 {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xl\:from-indigo-100 {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xl\:from-indigo-200 {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xl\:from-indigo-300 {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xl\:from-indigo-400 {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xl\:from-indigo-500 {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xl\:from-indigo-600 {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xl\:from-indigo-700 {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xl\:from-indigo-800 {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xl\:from-indigo-900 {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xl\:from-purple-100 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:from-purple-200 {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xl\:from-purple-300 {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xl\:from-purple-400 {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xl\:from-purple-500 {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xl\:from-purple-600 {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xl\:from-purple-700 {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xl\:from-purple-800 {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xl\:from-purple-900 {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xl\:from-pink-100 {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xl\:from-pink-200 {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xl\:from-pink-300 {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xl\:from-pink-400 {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xl\:from-pink-500 {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xl\:from-pink-600 {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xl\:from-pink-700 {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xl\:from-pink-800 {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xl\:from-pink-900 {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xl\:via-epic-off-white {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xl\:via-epic-pale-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xl\:via-epic-dark-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xl\:via-epic-light-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xl\:via-epic-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xl\:via-orange-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xl\:via-orange-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xl\:via-orange-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xl\:via-orange-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xl\:via-orange-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xl\:via-orange-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xl\:via-orange-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xl\:via-orange-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xl\:via-orange-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xl\:via-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xl\:via-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xl\:via-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xl\:via-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xl\:via-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xl\:via-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xl\:via-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xl\:via-teal-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xl\:via-teal-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xl\:via-teal-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xl\:via-teal-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xl\:via-teal-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xl\:via-teal-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xl\:via-teal-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xl\:via-teal-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xl\:via-teal-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xl\:via-purple-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:via-purple-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xl\:via-purple-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xl\:via-purple-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xl\:via-purple-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xl\:via-purple-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xl\:via-purple-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xl\:via-purple-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xl\:via-purple-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xl\:to-epic-off-white {
    --tw-gradient-to: #C5E7FF;
  }

  .xl\:to-epic-pale-blue {
    --tw-gradient-to: #B1DEFF;
  }

  .xl\:to-epic-dark-blue {
    --tw-gradient-to: #193B54;
  }

  .xl\:to-epic-light-blue {
    --tw-gradient-to: #00bff3;
  }

  .xl\:to-epic-purple {
    --tw-gradient-to: #7570b3;
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor;
  }

  .xl\:to-black {
    --tw-gradient-to: #000;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff;
  }

  .xl\:to-gray-100 {
    --tw-gradient-to: #f8f8f8;
  }

  .xl\:to-gray-200 {
    --tw-gradient-to: #f2f2f2;
  }

  .xl\:to-gray-300 {
    --tw-gradient-to: #e8e8e8;
  }

  .xl\:to-gray-400 {
    --tw-gradient-to: #d6d6d6;
  }

  .xl\:to-gray-500 {
    --tw-gradient-to: #b9b9b9;
  }

  .xl\:to-gray-600 {
    --tw-gradient-to: #858585;
  }

  .xl\:to-gray-700 {
    --tw-gradient-to: #676767;
  }

  .xl\:to-gray-800 {
    --tw-gradient-to: #3b3b3b;
  }

  .xl\:to-gray-900 {
    --tw-gradient-to: #333333;
  }

  .xl\:to-red-100 {
    --tw-gradient-to: #ffb6b6;
  }

  .xl\:to-red-200 {
    --tw-gradient-to: #ff7a7a;
  }

  .xl\:to-red-300 {
    --tw-gradient-to: #ff6060;
  }

  .xl\:to-red-400 {
    --tw-gradient-to: #ff4747;
  }

  .xl\:to-red-500 {
    --tw-gradient-to: #ff2d2d;
  }

  .xl\:to-red-600 {
    --tw-gradient-to: #ff1414;
  }

  .xl\:to-red-700 {
    --tw-gradient-to: #f90000;
  }

  .xl\:to-red-800 {
    --tw-gradient-to: #e00000;
  }

  .xl\:to-red-900 {
    --tw-gradient-to: #ca0000;
  }

  .xl\:to-orange-100 {
    --tw-gradient-to: #ffeac7;
  }

  .xl\:to-orange-200 {
    --tw-gradient-to: #ffce7a;
  }

  .xl\:to-orange-300 {
    --tw-gradient-to: #ffc560;
  }

  .xl\:to-orange-400 {
    --tw-gradient-to: #ffbb47;
  }

  .xl\:to-orange-500 {
    --tw-gradient-to: #FFB22D;
  }

  .xl\:to-orange-600 {
    --tw-gradient-to: #ffa914;
  }

  .xl\:to-orange-700 {
    --tw-gradient-to: #f99e00;
  }

  .xl\:to-orange-800 {
    --tw-gradient-to: #e08e00;
  }

  .xl\:to-orange-900 {
    --tw-gradient-to: #945e00;
  }

  .xl\:to-yellow-100 {
    --tw-gradient-to: #fffff0;
  }

  .xl\:to-yellow-200 {
    --tw-gradient-to: #fefcbf;
  }

  .xl\:to-yellow-300 {
    --tw-gradient-to: #faf089;
  }

  .xl\:to-yellow-400 {
    --tw-gradient-to: #f6e05e;
  }

  .xl\:to-yellow-500 {
    --tw-gradient-to: #ecc94b;
  }

  .xl\:to-yellow-600 {
    --tw-gradient-to: #d69e2e;
  }

  .xl\:to-yellow-700 {
    --tw-gradient-to: #b7791f;
  }

  .xl\:to-yellow-800 {
    --tw-gradient-to: #975a16;
  }

  .xl\:to-yellow-900 {
    --tw-gradient-to: #744210;
  }

  .xl\:to-green-100 {
    --tw-gradient-to: #d0ff57;
  }

  .xl\:to-green-200 {
    --tw-gradient-to: #bbff0a;
  }

  .xl\:to-green-300 {
    --tw-gradient-to: #adef00;
  }

  .xl\:to-green-400 {
    --tw-gradient-to: #9ad600;
  }

  .xl\:to-green-500 {
    --tw-gradient-to: #88BC00;
  }

  .xl\:to-green-600 {
    --tw-gradient-to: #76a300;
  }

  .xl\:to-green-700 {
    --tw-gradient-to: #638900;
  }

  .xl\:to-green-800 {
    --tw-gradient-to: #517000;
  }

  .xl\:to-green-900 {
    --tw-gradient-to: #1a2400;
  }

  .xl\:to-teal-100 {
    --tw-gradient-to: #e6fffa;
  }

  .xl\:to-teal-200 {
    --tw-gradient-to: #b2f5ea;
  }

  .xl\:to-teal-300 {
    --tw-gradient-to: #81e6d9;
  }

  .xl\:to-teal-400 {
    --tw-gradient-to: #4fd1c5;
  }

  .xl\:to-teal-500 {
    --tw-gradient-to: #38b2ac;
  }

  .xl\:to-teal-600 {
    --tw-gradient-to: #319795;
  }

  .xl\:to-teal-700 {
    --tw-gradient-to: #2c7a7b;
  }

  .xl\:to-teal-800 {
    --tw-gradient-to: #285e61;
  }

  .xl\:to-teal-900 {
    --tw-gradient-to: #234e52;
  }

  .xl\:to-blue-100 {
    --tw-gradient-to: #d1eafd;
  }

  .xl\:to-blue-200 {
    --tw-gradient-to: #88caf9;
  }

  .xl\:to-blue-300 {
    --tw-gradient-to: #6fbff8;
  }

  .xl\:to-blue-400 {
    --tw-gradient-to: #57b4f6;
  }

  .xl\:to-blue-500 {
    --tw-gradient-to: #3fa9f5;
  }

  .xl\:to-blue-600 {
    --tw-gradient-to: #279ef4;
  }

  .xl\:to-blue-700 {
    --tw-gradient-to: #0f93f2;
  }

  .xl\:to-blue-800 {
    --tw-gradient-to: #0b85dc;
  }

  .xl\:to-blue-900 {
    --tw-gradient-to: #075993;
  }

  .xl\:to-indigo-100 {
    --tw-gradient-to: #ebf4ff;
  }

  .xl\:to-indigo-200 {
    --tw-gradient-to: #c3dafe;
  }

  .xl\:to-indigo-300 {
    --tw-gradient-to: #a3bffa;
  }

  .xl\:to-indigo-400 {
    --tw-gradient-to: #7f9cf5;
  }

  .xl\:to-indigo-500 {
    --tw-gradient-to: #667eea;
  }

  .xl\:to-indigo-600 {
    --tw-gradient-to: #5a67d8;
  }

  .xl\:to-indigo-700 {
    --tw-gradient-to: #4c51bf;
  }

  .xl\:to-indigo-800 {
    --tw-gradient-to: #434190;
  }

  .xl\:to-indigo-900 {
    --tw-gradient-to: #3c366b;
  }

  .xl\:to-purple-100 {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:to-purple-200 {
    --tw-gradient-to: #e9d8fd;
  }

  .xl\:to-purple-300 {
    --tw-gradient-to: #d6bcfa;
  }

  .xl\:to-purple-400 {
    --tw-gradient-to: #b794f4;
  }

  .xl\:to-purple-500 {
    --tw-gradient-to: #9f7aea;
  }

  .xl\:to-purple-600 {
    --tw-gradient-to: #805ad5;
  }

  .xl\:to-purple-700 {
    --tw-gradient-to: #6b46c1;
  }

  .xl\:to-purple-800 {
    --tw-gradient-to: #553c9a;
  }

  .xl\:to-purple-900 {
    --tw-gradient-to: #44337a;
  }

  .xl\:to-pink-100 {
    --tw-gradient-to: #fff5f7;
  }

  .xl\:to-pink-200 {
    --tw-gradient-to: #fed7e2;
  }

  .xl\:to-pink-300 {
    --tw-gradient-to: #fbb6ce;
  }

  .xl\:to-pink-400 {
    --tw-gradient-to: #f687b3;
  }

  .xl\:to-pink-500 {
    --tw-gradient-to: #ed64a6;
  }

  .xl\:to-pink-600 {
    --tw-gradient-to: #d53f8c;
  }

  .xl\:to-pink-700 {
    --tw-gradient-to: #b83280;
  }

  .xl\:to-pink-800 {
    --tw-gradient-to: #97266d;
  }

  .xl\:to-pink-900 {
    --tw-gradient-to: #702459;
  }

  .xl\:hover\:from-epic-off-white:hover {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xl\:hover\:from-epic-pale-blue:hover {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xl\:hover\:from-epic-dark-blue:hover {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xl\:hover\:from-epic-light-blue:hover {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xl\:hover\:from-epic-purple:hover {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xl\:hover\:from-orange-100:hover {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xl\:hover\:from-orange-200:hover {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xl\:hover\:from-orange-300:hover {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xl\:hover\:from-orange-400:hover {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xl\:hover\:from-orange-500:hover {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xl\:hover\:from-orange-600:hover {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xl\:hover\:from-orange-700:hover {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xl\:hover\:from-orange-800:hover {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xl\:hover\:from-orange-900:hover {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xl\:hover\:from-yellow-100:hover {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xl\:hover\:from-yellow-300:hover {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xl\:hover\:from-yellow-400:hover {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xl\:hover\:from-yellow-600:hover {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xl\:hover\:from-yellow-700:hover {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xl\:hover\:from-yellow-800:hover {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xl\:hover\:from-yellow-900:hover {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xl\:hover\:from-teal-100:hover {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xl\:hover\:from-teal-200:hover {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xl\:hover\:from-teal-300:hover {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xl\:hover\:from-teal-400:hover {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xl\:hover\:from-teal-500:hover {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xl\:hover\:from-teal-600:hover {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xl\:hover\:from-teal-700:hover {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xl\:hover\:from-teal-800:hover {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xl\:hover\:from-teal-900:hover {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xl\:hover\:from-purple-100:hover {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:hover\:from-purple-200:hover {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xl\:hover\:from-purple-300:hover {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xl\:hover\:from-purple-400:hover {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xl\:hover\:from-purple-500:hover {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xl\:hover\:from-purple-600:hover {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xl\:hover\:from-purple-700:hover {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xl\:hover\:from-purple-800:hover {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xl\:hover\:from-purple-900:hover {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xl\:hover\:via-epic-off-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xl\:hover\:via-epic-pale-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xl\:hover\:via-epic-dark-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xl\:hover\:via-epic-light-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xl\:hover\:via-epic-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xl\:hover\:via-orange-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xl\:hover\:via-orange-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xl\:hover\:via-orange-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xl\:hover\:via-orange-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xl\:hover\:via-orange-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xl\:hover\:via-orange-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xl\:hover\:via-orange-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xl\:hover\:via-orange-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xl\:hover\:via-orange-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xl\:hover\:via-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xl\:hover\:via-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xl\:hover\:via-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xl\:hover\:via-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xl\:hover\:via-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xl\:hover\:via-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xl\:hover\:via-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xl\:hover\:via-teal-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xl\:hover\:via-teal-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xl\:hover\:via-teal-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xl\:hover\:via-teal-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xl\:hover\:via-teal-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xl\:hover\:via-teal-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xl\:hover\:via-teal-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xl\:hover\:via-teal-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xl\:hover\:via-teal-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xl\:hover\:via-purple-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:hover\:via-purple-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xl\:hover\:via-purple-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xl\:hover\:via-purple-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xl\:hover\:via-purple-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xl\:hover\:via-purple-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xl\:hover\:via-purple-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xl\:hover\:via-purple-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xl\:hover\:via-purple-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xl\:hover\:to-epic-off-white:hover {
    --tw-gradient-to: #C5E7FF;
  }

  .xl\:hover\:to-epic-pale-blue:hover {
    --tw-gradient-to: #B1DEFF;
  }

  .xl\:hover\:to-epic-dark-blue:hover {
    --tw-gradient-to: #193B54;
  }

  .xl\:hover\:to-epic-light-blue:hover {
    --tw-gradient-to: #00bff3;
  }

  .xl\:hover\:to-epic-purple:hover {
    --tw-gradient-to: #7570b3;
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f8f8f8;
  }

  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #f2f2f2;
  }

  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #e8e8e8;
  }

  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #d6d6d6;
  }

  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #b9b9b9;
  }

  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #858585;
  }

  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #676767;
  }

  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #3b3b3b;
  }

  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #333333;
  }

  .xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #ffb6b6;
  }

  .xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #ff7a7a;
  }

  .xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #ff6060;
  }

  .xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #ff4747;
  }

  .xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ff2d2d;
  }

  .xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #ff1414;
  }

  .xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #f90000;
  }

  .xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #e00000;
  }

  .xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #ca0000;
  }

  .xl\:hover\:to-orange-100:hover {
    --tw-gradient-to: #ffeac7;
  }

  .xl\:hover\:to-orange-200:hover {
    --tw-gradient-to: #ffce7a;
  }

  .xl\:hover\:to-orange-300:hover {
    --tw-gradient-to: #ffc560;
  }

  .xl\:hover\:to-orange-400:hover {
    --tw-gradient-to: #ffbb47;
  }

  .xl\:hover\:to-orange-500:hover {
    --tw-gradient-to: #FFB22D;
  }

  .xl\:hover\:to-orange-600:hover {
    --tw-gradient-to: #ffa914;
  }

  .xl\:hover\:to-orange-700:hover {
    --tw-gradient-to: #f99e00;
  }

  .xl\:hover\:to-orange-800:hover {
    --tw-gradient-to: #e08e00;
  }

  .xl\:hover\:to-orange-900:hover {
    --tw-gradient-to: #945e00;
  }

  .xl\:hover\:to-yellow-100:hover {
    --tw-gradient-to: #fffff0;
  }

  .xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fefcbf;
  }

  .xl\:hover\:to-yellow-300:hover {
    --tw-gradient-to: #faf089;
  }

  .xl\:hover\:to-yellow-400:hover {
    --tw-gradient-to: #f6e05e;
  }

  .xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #ecc94b;
  }

  .xl\:hover\:to-yellow-600:hover {
    --tw-gradient-to: #d69e2e;
  }

  .xl\:hover\:to-yellow-700:hover {
    --tw-gradient-to: #b7791f;
  }

  .xl\:hover\:to-yellow-800:hover {
    --tw-gradient-to: #975a16;
  }

  .xl\:hover\:to-yellow-900:hover {
    --tw-gradient-to: #744210;
  }

  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d0ff57;
  }

  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #bbff0a;
  }

  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #adef00;
  }

  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #9ad600;
  }

  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #88BC00;
  }

  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #76a300;
  }

  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #638900;
  }

  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #517000;
  }

  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #1a2400;
  }

  .xl\:hover\:to-teal-100:hover {
    --tw-gradient-to: #e6fffa;
  }

  .xl\:hover\:to-teal-200:hover {
    --tw-gradient-to: #b2f5ea;
  }

  .xl\:hover\:to-teal-300:hover {
    --tw-gradient-to: #81e6d9;
  }

  .xl\:hover\:to-teal-400:hover {
    --tw-gradient-to: #4fd1c5;
  }

  .xl\:hover\:to-teal-500:hover {
    --tw-gradient-to: #38b2ac;
  }

  .xl\:hover\:to-teal-600:hover {
    --tw-gradient-to: #319795;
  }

  .xl\:hover\:to-teal-700:hover {
    --tw-gradient-to: #2c7a7b;
  }

  .xl\:hover\:to-teal-800:hover {
    --tw-gradient-to: #285e61;
  }

  .xl\:hover\:to-teal-900:hover {
    --tw-gradient-to: #234e52;
  }

  .xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #d1eafd;
  }

  .xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #88caf9;
  }

  .xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #6fbff8;
  }

  .xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #57b4f6;
  }

  .xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3fa9f5;
  }

  .xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #279ef4;
  }

  .xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #0f93f2;
  }

  .xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #0b85dc;
  }

  .xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #075993;
  }

  .xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #ebf4ff;
  }

  .xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c3dafe;
  }

  .xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a3bffa;
  }

  .xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #7f9cf5;
  }

  .xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #667eea;
  }

  .xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #5a67d8;
  }

  .xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4c51bf;
  }

  .xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #434190;
  }

  .xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #3c366b;
  }

  .xl\:hover\:to-purple-100:hover {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:hover\:to-purple-200:hover {
    --tw-gradient-to: #e9d8fd;
  }

  .xl\:hover\:to-purple-300:hover {
    --tw-gradient-to: #d6bcfa;
  }

  .xl\:hover\:to-purple-400:hover {
    --tw-gradient-to: #b794f4;
  }

  .xl\:hover\:to-purple-500:hover {
    --tw-gradient-to: #9f7aea;
  }

  .xl\:hover\:to-purple-600:hover {
    --tw-gradient-to: #805ad5;
  }

  .xl\:hover\:to-purple-700:hover {
    --tw-gradient-to: #6b46c1;
  }

  .xl\:hover\:to-purple-800:hover {
    --tw-gradient-to: #553c9a;
  }

  .xl\:hover\:to-purple-900:hover {
    --tw-gradient-to: #44337a;
  }

  .xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fff5f7;
  }

  .xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fed7e2;
  }

  .xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #fbb6ce;
  }

  .xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f687b3;
  }

  .xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ed64a6;
  }

  .xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #d53f8c;
  }

  .xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #b83280;
  }

  .xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #97266d;
  }

  .xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #702459;
  }

  .xl\:focus\:from-epic-off-white:focus {
    --tw-gradient-from: #C5E7FF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xl\:focus\:from-epic-pale-blue:focus {
    --tw-gradient-from: #B1DEFF;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xl\:focus\:from-epic-dark-blue:focus {
    --tw-gradient-from: #193B54;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xl\:focus\:from-epic-light-blue:focus {
    --tw-gradient-from: #00bff3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xl\:focus\:from-epic-purple:focus {
    --tw-gradient-from: #7570b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f8f8f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #f2f2f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #e8e8e8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #d6d6d6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #b9b9b9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #858585;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #676767;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #3b3b3b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #333333;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #ffb6b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #ff7a7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #ff6060;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #ff4747;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ff2d2d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #ff1414;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #f90000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #e00000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #ca0000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xl\:focus\:from-orange-100:focus {
    --tw-gradient-from: #ffeac7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xl\:focus\:from-orange-200:focus {
    --tw-gradient-from: #ffce7a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xl\:focus\:from-orange-300:focus {
    --tw-gradient-from: #ffc560;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xl\:focus\:from-orange-400:focus {
    --tw-gradient-from: #ffbb47;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xl\:focus\:from-orange-500:focus {
    --tw-gradient-from: #FFB22D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xl\:focus\:from-orange-600:focus {
    --tw-gradient-from: #ffa914;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xl\:focus\:from-orange-700:focus {
    --tw-gradient-from: #f99e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xl\:focus\:from-orange-800:focus {
    --tw-gradient-from: #e08e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xl\:focus\:from-orange-900:focus {
    --tw-gradient-from: #945e00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xl\:focus\:from-yellow-100:focus {
    --tw-gradient-from: #fffff0;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fefcbf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xl\:focus\:from-yellow-300:focus {
    --tw-gradient-from: #faf089;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xl\:focus\:from-yellow-400:focus {
    --tw-gradient-from: #f6e05e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #ecc94b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xl\:focus\:from-yellow-600:focus {
    --tw-gradient-from: #d69e2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xl\:focus\:from-yellow-700:focus {
    --tw-gradient-from: #b7791f;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xl\:focus\:from-yellow-800:focus {
    --tw-gradient-from: #975a16;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xl\:focus\:from-yellow-900:focus {
    --tw-gradient-from: #744210;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d0ff57;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #bbff0a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #adef00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #9ad600;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #88BC00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #76a300;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #638900;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #517000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #1a2400;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xl\:focus\:from-teal-100:focus {
    --tw-gradient-from: #e6fffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xl\:focus\:from-teal-200:focus {
    --tw-gradient-from: #b2f5ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xl\:focus\:from-teal-300:focus {
    --tw-gradient-from: #81e6d9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xl\:focus\:from-teal-400:focus {
    --tw-gradient-from: #4fd1c5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xl\:focus\:from-teal-500:focus {
    --tw-gradient-from: #38b2ac;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xl\:focus\:from-teal-600:focus {
    --tw-gradient-from: #319795;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xl\:focus\:from-teal-700:focus {
    --tw-gradient-from: #2c7a7b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xl\:focus\:from-teal-800:focus {
    --tw-gradient-from: #285e61;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xl\:focus\:from-teal-900:focus {
    --tw-gradient-from: #234e52;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #d1eafd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #88caf9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #6fbff8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #57b4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3fa9f5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #279ef4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #0f93f2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #0b85dc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #075993;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #ebf4ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c3dafe;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a3bffa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #7f9cf5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #667eea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #5a67d8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4c51bf;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #434190;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #3c366b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xl\:focus\:from-purple-100:focus {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:focus\:from-purple-200:focus {
    --tw-gradient-from: #e9d8fd;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xl\:focus\:from-purple-300:focus {
    --tw-gradient-from: #d6bcfa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xl\:focus\:from-purple-400:focus {
    --tw-gradient-from: #b794f4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xl\:focus\:from-purple-500:focus {
    --tw-gradient-from: #9f7aea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xl\:focus\:from-purple-600:focus {
    --tw-gradient-from: #805ad5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xl\:focus\:from-purple-700:focus {
    --tw-gradient-from: #6b46c1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xl\:focus\:from-purple-800:focus {
    --tw-gradient-from: #553c9a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xl\:focus\:from-purple-900:focus {
    --tw-gradient-from: #44337a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fff5f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fed7e2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #fbb6ce;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f687b3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ed64a6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #d53f8c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #b83280;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #97266d;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #702459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xl\:focus\:via-epic-off-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5E7FF, var(--tw-gradient-to, rgba(197, 231, 255, 0));
  }

  .xl\:focus\:via-epic-pale-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B1DEFF, var(--tw-gradient-to, rgba(177, 222, 255, 0));
  }

  .xl\:focus\:via-epic-dark-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #193B54, var(--tw-gradient-to, rgba(25, 59, 84, 0));
  }

  .xl\:focus\:via-epic-light-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00bff3, var(--tw-gradient-to, rgba(0, 191, 243, 0));
  }

  .xl\:focus\:via-epic-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7570b3, var(--tw-gradient-to, rgba(117, 112, 179, 0));
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0));
  }

  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f2f2f2, var(--tw-gradient-to, rgba(242, 242, 242, 0));
  }

  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0));
  }

  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6d6d6, var(--tw-gradient-to, rgba(214, 214, 214, 0));
  }

  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9b9b9, var(--tw-gradient-to, rgba(185, 185, 185, 0));
  }

  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #858585, var(--tw-gradient-to, rgba(133, 133, 133, 0));
  }

  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #676767, var(--tw-gradient-to, rgba(103, 103, 103, 0));
  }

  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3b3b, var(--tw-gradient-to, rgba(59, 59, 59, 0));
  }

  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0));
  }

  .xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb6b6, var(--tw-gradient-to, rgba(255, 182, 182, 0));
  }

  .xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff7a7a, var(--tw-gradient-to, rgba(255, 122, 122, 0));
  }

  .xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff6060, var(--tw-gradient-to, rgba(255, 96, 96, 0));
  }

  .xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff4747, var(--tw-gradient-to, rgba(255, 71, 71, 0));
  }

  .xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff2d2d, var(--tw-gradient-to, rgba(255, 45, 45, 0));
  }

  .xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ff1414, var(--tw-gradient-to, rgba(255, 20, 20, 0));
  }

  .xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f90000, var(--tw-gradient-to, rgba(249, 0, 0, 0));
  }

  .xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e00000, var(--tw-gradient-to, rgba(224, 0, 0, 0));
  }

  .xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ca0000, var(--tw-gradient-to, rgba(202, 0, 0, 0));
  }

  .xl\:focus\:via-orange-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffeac7, var(--tw-gradient-to, rgba(255, 234, 199, 0));
  }

  .xl\:focus\:via-orange-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffce7a, var(--tw-gradient-to, rgba(255, 206, 122, 0));
  }

  .xl\:focus\:via-orange-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffc560, var(--tw-gradient-to, rgba(255, 197, 96, 0));
  }

  .xl\:focus\:via-orange-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffbb47, var(--tw-gradient-to, rgba(255, 187, 71, 0));
  }

  .xl\:focus\:via-orange-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FFB22D, var(--tw-gradient-to, rgba(255, 178, 45, 0));
  }

  .xl\:focus\:via-orange-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffa914, var(--tw-gradient-to, rgba(255, 169, 20, 0));
  }

  .xl\:focus\:via-orange-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f99e00, var(--tw-gradient-to, rgba(249, 158, 0, 0));
  }

  .xl\:focus\:via-orange-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e08e00, var(--tw-gradient-to, rgba(224, 142, 0, 0));
  }

  .xl\:focus\:via-orange-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #945e00, var(--tw-gradient-to, rgba(148, 94, 0, 0));
  }

  .xl\:focus\:via-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffff0, var(--tw-gradient-to, rgba(255, 255, 240, 0));
  }

  .xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fefcbf, var(--tw-gradient-to, rgba(254, 252, 191, 0));
  }

  .xl\:focus\:via-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf089, var(--tw-gradient-to, rgba(250, 240, 137, 0));
  }

  .xl\:focus\:via-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6e05e, var(--tw-gradient-to, rgba(246, 224, 94, 0));
  }

  .xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecc94b, var(--tw-gradient-to, rgba(236, 201, 75, 0));
  }

  .xl\:focus\:via-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d69e2e, var(--tw-gradient-to, rgba(214, 158, 46, 0));
  }

  .xl\:focus\:via-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b7791f, var(--tw-gradient-to, rgba(183, 121, 31, 0));
  }

  .xl\:focus\:via-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #975a16, var(--tw-gradient-to, rgba(151, 90, 22, 0));
  }

  .xl\:focus\:via-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #744210, var(--tw-gradient-to, rgba(116, 66, 16, 0));
  }

  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0ff57, var(--tw-gradient-to, rgba(208, 255, 87, 0));
  }

  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbff0a, var(--tw-gradient-to, rgba(187, 255, 10, 0));
  }

  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #adef00, var(--tw-gradient-to, rgba(173, 239, 0, 0));
  }

  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ad600, var(--tw-gradient-to, rgba(154, 214, 0, 0));
  }

  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88BC00, var(--tw-gradient-to, rgba(136, 188, 0, 0));
  }

  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #76a300, var(--tw-gradient-to, rgba(118, 163, 0, 0));
  }

  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #638900, var(--tw-gradient-to, rgba(99, 137, 0, 0));
  }

  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #517000, var(--tw-gradient-to, rgba(81, 112, 0, 0));
  }

  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1a2400, var(--tw-gradient-to, rgba(26, 36, 0, 0));
  }

  .xl\:focus\:via-teal-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6fffa, var(--tw-gradient-to, rgba(230, 255, 250, 0));
  }

  .xl\:focus\:via-teal-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2f5ea, var(--tw-gradient-to, rgba(178, 245, 234, 0));
  }

  .xl\:focus\:via-teal-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81e6d9, var(--tw-gradient-to, rgba(129, 230, 217, 0));
  }

  .xl\:focus\:via-teal-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4fd1c5, var(--tw-gradient-to, rgba(79, 209, 197, 0));
  }

  .xl\:focus\:via-teal-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38b2ac, var(--tw-gradient-to, rgba(56, 178, 172, 0));
  }

  .xl\:focus\:via-teal-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #319795, var(--tw-gradient-to, rgba(49, 151, 149, 0));
  }

  .xl\:focus\:via-teal-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2c7a7b, var(--tw-gradient-to, rgba(44, 122, 123, 0));
  }

  .xl\:focus\:via-teal-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285e61, var(--tw-gradient-to, rgba(40, 94, 97, 0));
  }

  .xl\:focus\:via-teal-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #234e52, var(--tw-gradient-to, rgba(35, 78, 82, 0));
  }

  .xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1eafd, var(--tw-gradient-to, rgba(209, 234, 253, 0));
  }

  .xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #88caf9, var(--tw-gradient-to, rgba(136, 202, 249, 0));
  }

  .xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6fbff8, var(--tw-gradient-to, rgba(111, 191, 248, 0));
  }

  .xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57b4f6, var(--tw-gradient-to, rgba(87, 180, 246, 0));
  }

  .xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3fa9f5, var(--tw-gradient-to, rgba(63, 169, 245, 0));
  }

  .xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #279ef4, var(--tw-gradient-to, rgba(39, 158, 244, 0));
  }

  .xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0f93f2, var(--tw-gradient-to, rgba(15, 147, 242, 0));
  }

  .xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b85dc, var(--tw-gradient-to, rgba(11, 133, 220, 0));
  }

  .xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #075993, var(--tw-gradient-to, rgba(7, 89, 147, 0));
  }

  .xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf4ff, var(--tw-gradient-to, rgba(235, 244, 255, 0));
  }

  .xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3dafe, var(--tw-gradient-to, rgba(195, 218, 254, 0));
  }

  .xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3bffa, var(--tw-gradient-to, rgba(163, 191, 250, 0));
  }

  .xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f9cf5, var(--tw-gradient-to, rgba(127, 156, 245, 0));
  }

  .xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #667eea, var(--tw-gradient-to, rgba(102, 126, 234, 0));
  }

  .xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a67d8, var(--tw-gradient-to, rgba(90, 103, 216, 0));
  }

  .xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c51bf, var(--tw-gradient-to, rgba(76, 81, 191, 0));
  }

  .xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #434190, var(--tw-gradient-to, rgba(67, 65, 144, 0));
  }

  .xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c366b, var(--tw-gradient-to, rgba(60, 54, 107, 0));
  }

  .xl\:focus\:via-purple-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0));
  }

  .xl\:focus\:via-purple-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e9d8fd, var(--tw-gradient-to, rgba(233, 216, 253, 0));
  }

  .xl\:focus\:via-purple-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6bcfa, var(--tw-gradient-to, rgba(214, 188, 250, 0));
  }

  .xl\:focus\:via-purple-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b794f4, var(--tw-gradient-to, rgba(183, 148, 244, 0));
  }

  .xl\:focus\:via-purple-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9f7aea, var(--tw-gradient-to, rgba(159, 122, 234, 0));
  }

  .xl\:focus\:via-purple-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #805ad5, var(--tw-gradient-to, rgba(128, 90, 213, 0));
  }

  .xl\:focus\:via-purple-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6b46c1, var(--tw-gradient-to, rgba(107, 70, 193, 0));
  }

  .xl\:focus\:via-purple-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #553c9a, var(--tw-gradient-to, rgba(85, 60, 154, 0));
  }

  .xl\:focus\:via-purple-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #44337a, var(--tw-gradient-to, rgba(68, 51, 122, 0));
  }

  .xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff5f7, var(--tw-gradient-to, rgba(255, 245, 247, 0));
  }

  .xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fed7e2, var(--tw-gradient-to, rgba(254, 215, 226, 0));
  }

  .xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbb6ce, var(--tw-gradient-to, rgba(251, 182, 206, 0));
  }

  .xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f687b3, var(--tw-gradient-to, rgba(246, 135, 179, 0));
  }

  .xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ed64a6, var(--tw-gradient-to, rgba(237, 100, 166, 0));
  }

  .xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d53f8c, var(--tw-gradient-to, rgba(213, 63, 140, 0));
  }

  .xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b83280, var(--tw-gradient-to, rgba(184, 50, 128, 0));
  }

  .xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #97266d, var(--tw-gradient-to, rgba(151, 38, 109, 0));
  }

  .xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #702459, var(--tw-gradient-to, rgba(112, 36, 89, 0));
  }

  .xl\:focus\:to-epic-off-white:focus {
    --tw-gradient-to: #C5E7FF;
  }

  .xl\:focus\:to-epic-pale-blue:focus {
    --tw-gradient-to: #B1DEFF;
  }

  .xl\:focus\:to-epic-dark-blue:focus {
    --tw-gradient-to: #193B54;
  }

  .xl\:focus\:to-epic-light-blue:focus {
    --tw-gradient-to: #00bff3;
  }

  .xl\:focus\:to-epic-purple:focus {
    --tw-gradient-to: #7570b3;
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f8f8f8;
  }

  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #f2f2f2;
  }

  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #e8e8e8;
  }

  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #d6d6d6;
  }

  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #b9b9b9;
  }

  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #858585;
  }

  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #676767;
  }

  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #3b3b3b;
  }

  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #333333;
  }

  .xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #ffb6b6;
  }

  .xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #ff7a7a;
  }

  .xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #ff6060;
  }

  .xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #ff4747;
  }

  .xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ff2d2d;
  }

  .xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #ff1414;
  }

  .xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #f90000;
  }

  .xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #e00000;
  }

  .xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #ca0000;
  }

  .xl\:focus\:to-orange-100:focus {
    --tw-gradient-to: #ffeac7;
  }

  .xl\:focus\:to-orange-200:focus {
    --tw-gradient-to: #ffce7a;
  }

  .xl\:focus\:to-orange-300:focus {
    --tw-gradient-to: #ffc560;
  }

  .xl\:focus\:to-orange-400:focus {
    --tw-gradient-to: #ffbb47;
  }

  .xl\:focus\:to-orange-500:focus {
    --tw-gradient-to: #FFB22D;
  }

  .xl\:focus\:to-orange-600:focus {
    --tw-gradient-to: #ffa914;
  }

  .xl\:focus\:to-orange-700:focus {
    --tw-gradient-to: #f99e00;
  }

  .xl\:focus\:to-orange-800:focus {
    --tw-gradient-to: #e08e00;
  }

  .xl\:focus\:to-orange-900:focus {
    --tw-gradient-to: #945e00;
  }

  .xl\:focus\:to-yellow-100:focus {
    --tw-gradient-to: #fffff0;
  }

  .xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fefcbf;
  }

  .xl\:focus\:to-yellow-300:focus {
    --tw-gradient-to: #faf089;
  }

  .xl\:focus\:to-yellow-400:focus {
    --tw-gradient-to: #f6e05e;
  }

  .xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #ecc94b;
  }

  .xl\:focus\:to-yellow-600:focus {
    --tw-gradient-to: #d69e2e;
  }

  .xl\:focus\:to-yellow-700:focus {
    --tw-gradient-to: #b7791f;
  }

  .xl\:focus\:to-yellow-800:focus {
    --tw-gradient-to: #975a16;
  }

  .xl\:focus\:to-yellow-900:focus {
    --tw-gradient-to: #744210;
  }

  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d0ff57;
  }

  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #bbff0a;
  }

  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #adef00;
  }

  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #9ad600;
  }

  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #88BC00;
  }

  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #76a300;
  }

  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #638900;
  }

  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #517000;
  }

  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #1a2400;
  }

  .xl\:focus\:to-teal-100:focus {
    --tw-gradient-to: #e6fffa;
  }

  .xl\:focus\:to-teal-200:focus {
    --tw-gradient-to: #b2f5ea;
  }

  .xl\:focus\:to-teal-300:focus {
    --tw-gradient-to: #81e6d9;
  }

  .xl\:focus\:to-teal-400:focus {
    --tw-gradient-to: #4fd1c5;
  }

  .xl\:focus\:to-teal-500:focus {
    --tw-gradient-to: #38b2ac;
  }

  .xl\:focus\:to-teal-600:focus {
    --tw-gradient-to: #319795;
  }

  .xl\:focus\:to-teal-700:focus {
    --tw-gradient-to: #2c7a7b;
  }

  .xl\:focus\:to-teal-800:focus {
    --tw-gradient-to: #285e61;
  }

  .xl\:focus\:to-teal-900:focus {
    --tw-gradient-to: #234e52;
  }

  .xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #d1eafd;
  }

  .xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #88caf9;
  }

  .xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #6fbff8;
  }

  .xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #57b4f6;
  }

  .xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3fa9f5;
  }

  .xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #279ef4;
  }

  .xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #0f93f2;
  }

  .xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #0b85dc;
  }

  .xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #075993;
  }

  .xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #ebf4ff;
  }

  .xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c3dafe;
  }

  .xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a3bffa;
  }

  .xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #7f9cf5;
  }

  .xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #667eea;
  }

  .xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #5a67d8;
  }

  .xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4c51bf;
  }

  .xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #434190;
  }

  .xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #3c366b;
  }

  .xl\:focus\:to-purple-100:focus {
    --tw-gradient-to: #faf5ff;
  }

  .xl\:focus\:to-purple-200:focus {
    --tw-gradient-to: #e9d8fd;
  }

  .xl\:focus\:to-purple-300:focus {
    --tw-gradient-to: #d6bcfa;
  }

  .xl\:focus\:to-purple-400:focus {
    --tw-gradient-to: #b794f4;
  }

  .xl\:focus\:to-purple-500:focus {
    --tw-gradient-to: #9f7aea;
  }

  .xl\:focus\:to-purple-600:focus {
    --tw-gradient-to: #805ad5;
  }

  .xl\:focus\:to-purple-700:focus {
    --tw-gradient-to: #6b46c1;
  }

  .xl\:focus\:to-purple-800:focus {
    --tw-gradient-to: #553c9a;
  }

  .xl\:focus\:to-purple-900:focus {
    --tw-gradient-to: #44337a;
  }

  .xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fff5f7;
  }

  .xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fed7e2;
  }

  .xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #fbb6ce;
  }

  .xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f687b3;
  }

  .xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ed64a6;
  }

  .xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #d53f8c;
  }

  .xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #b83280;
  }

  .xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #97266d;
  }

  .xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #702459;
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .xl\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .xl\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .xl\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .xl\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-current {
    border-color: currentColor;
  }

  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .xl\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .xl\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xl\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .xl\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .xl\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .xl\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .xl\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .xl\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .xl\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .xl\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .xl\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .xl\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .xl\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .xl\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .xl\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .xl\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .xl\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .xl\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .xl\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .xl\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .xl\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .xl\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .xl\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .xl\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .xl\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .xl\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .xl\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .xl\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .xl\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .xl\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .xl\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .xl\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .xl\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .xl\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .xl\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .xl\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .xl\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .xl\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .xl\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .xl\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .xl\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .xl\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .xl\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .xl\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .xl\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .xl\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .xl\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .xl\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .xl\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .xl\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .xl\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .xl\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .xl\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .xl\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .xl\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .xl\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .xl\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .xl\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .xl\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .xl\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .xl\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .xl\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .xl\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .xl\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .xl\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .xl\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .xl\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .xl\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .xl\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .xl\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .xl\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .xl\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .xl\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .xl\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .xl\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .xl\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .xl\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .xl\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .xl\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .xl\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .xl\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .xl\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .xl\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-epic-off-white {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-epic-pale-blue {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-epic-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-epic-light-blue {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-epic-purple {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor;
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-300 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-400 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-600 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-700 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-800 {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-orange-900 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-300 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-700 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-yellow-900 {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-100 {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-200 {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-300 {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-400 {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-600 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-700 {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-800 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-teal-900 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-200 {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-400 {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-500 {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-700 {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-800 {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-purple-900 {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-epic-off-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-epic-pale-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-epic-dark-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-epic-light-blue:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-epic-purple:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor;
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-orange-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-yellow-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-teal-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-purple-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .xl\:hover\:border-epic-off-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-epic-pale-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-epic-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .xl\:hover\:border-epic-light-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-epic-purple:hover {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor;
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-orange-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .xl\:hover\:border-yellow-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .xl\:hover\:border-teal-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .xl\:hover\:border-purple-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .xl\:focus\:border-epic-off-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(197, 231, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-epic-pale-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(177, 222, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-epic-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 59, 84, var(--tw-border-opacity));
  }

  .xl\:focus\:border-epic-light-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 191, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-epic-purple:focus {
    --tw-border-opacity: 1;
    border-color: rgba(117, 112, 179, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor;
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(242, 242, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 214, 214, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(185, 185, 185, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(133, 133, 133, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(103, 103, 103, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(59, 59, 59, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 182, 182, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 122, 122, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 96, 96, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 71, 71, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 45, 45, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 20, 20, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(202, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 234, 199, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 206, 122, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 197, 96, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 187, 71, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 178, 45, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 169, 20, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 158, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(224, 142, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-orange-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(148, 94, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 240, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 252, 191, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 240, 137, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 224, 94, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(236, 201, 75, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 158, 46, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 121, 31, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 90, 22, var(--tw-border-opacity));
  }

  .xl\:focus\:border-yellow-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(116, 66, 16, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(208, 255, 87, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 255, 10, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(173, 239, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(154, 214, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 188, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(118, 163, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(99, 137, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(81, 112, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(26, 36, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 255, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(178, 245, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(129, 230, 217, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(79, 209, 197, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(56, 178, 172, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(49, 151, 149, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(44, 122, 123, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(40, 94, 97, var(--tw-border-opacity));
  }

  .xl\:focus\:border-teal-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(35, 78, 82, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(209, 234, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 202, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(111, 191, 248, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(87, 180, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(63, 169, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(39, 158, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(15, 147, 242, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 133, 220, var(--tw-border-opacity));
  }

  .xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(7, 89, 147, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 244, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(195, 218, 254, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 191, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(127, 156, 245, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(102, 126, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(90, 103, 216, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(76, 81, 191, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(67, 65, 144, var(--tw-border-opacity));
  }

  .xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(60, 54, 107, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(250, 245, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(233, 216, 253, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(214, 188, 250, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(183, 148, 244, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(159, 122, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(128, 90, 213, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(107, 70, 193, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(85, 60, 154, var(--tw-border-opacity));
  }

  .xl\:focus\:border-purple-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(68, 51, 122, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 245, 247, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1;
    border-color: rgba(254, 215, 226, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1;
    border-color: rgba(251, 182, 206, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1;
    border-color: rgba(246, 135, 179, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(237, 100, 166, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1;
    border-color: rgba(213, 63, 140, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1;
    border-color: rgba(184, 50, 128, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1;
    border-color: rgba(151, 38, 109, var(--tw-border-opacity));
  }

  .xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1;
    border-color: rgba(112, 36, 89, var(--tw-border-opacity));
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.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: 0px;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0px;
  }

  .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: 0px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:border-l-0 {
    border-left-width: 0px;
  }

  .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;
  }

  .xl\:first\:border-0:first-child {
    border-width: 0px;
  }

  .xl\:first\:border-2:first-child {
    border-width: 2px;
  }

  .xl\:first\:border-4:first-child {
    border-width: 4px;
  }

  .xl\:first\:border-8:first-child {
    border-width: 8px;
  }

  .xl\:first\:border:first-child {
    border-width: 1px;
  }

  .xl\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  .xl\:first\:border-r-0:first-child {
    border-right-width: 0px;
  }

  .xl\:first\:border-b-0:first-child {
    border-bottom-width: 0px;
  }

  .xl\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .xl\:first\:border-t-2:first-child {
    border-top-width: 2px;
  }

  .xl\:first\:border-r-2:first-child {
    border-right-width: 2px;
  }

  .xl\:first\:border-b-2:first-child {
    border-bottom-width: 2px;
  }

  .xl\:first\:border-l-2:first-child {
    border-left-width: 2px;
  }

  .xl\:first\:border-t-4:first-child {
    border-top-width: 4px;
  }

  .xl\:first\:border-r-4:first-child {
    border-right-width: 4px;
  }

  .xl\:first\:border-b-4:first-child {
    border-bottom-width: 4px;
  }

  .xl\:first\:border-l-4:first-child {
    border-left-width: 4px;
  }

  .xl\:first\:border-t-8:first-child {
    border-top-width: 8px;
  }

  .xl\:first\:border-r-8:first-child {
    border-right-width: 8px;
  }

  .xl\:first\:border-b-8:first-child {
    border-bottom-width: 8px;
  }

  .xl\:first\:border-l-8:first-child {
    border-left-width: 8px;
  }

  .xl\:first\:border-t:first-child {
    border-top-width: 1px;
  }

  .xl\:first\:border-r:first-child {
    border-right-width: 1px;
  }

  .xl\:first\:border-b:first-child {
    border-bottom-width: 1px;
  }

  .xl\:first\:border-l:first-child {
    border-left-width: 1px;
  }

  .xl\:last\:border-0:last-child {
    border-width: 0px;
  }

  .xl\:last\:border-2:last-child {
    border-width: 2px;
  }

  .xl\:last\:border-4:last-child {
    border-width: 4px;
  }

  .xl\:last\:border-8:last-child {
    border-width: 8px;
  }

  .xl\:last\:border:last-child {
    border-width: 1px;
  }

  .xl\:last\:border-t-0:last-child {
    border-top-width: 0px;
  }

  .xl\:last\:border-r-0:last-child {
    border-right-width: 0px;
  }

  .xl\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .xl\:last\:border-l-0:last-child {
    border-left-width: 0px;
  }

  .xl\:last\:border-t-2:last-child {
    border-top-width: 2px;
  }

  .xl\:last\:border-r-2:last-child {
    border-right-width: 2px;
  }

  .xl\:last\:border-b-2:last-child {
    border-bottom-width: 2px;
  }

  .xl\:last\:border-l-2:last-child {
    border-left-width: 2px;
  }

  .xl\:last\:border-t-4:last-child {
    border-top-width: 4px;
  }

  .xl\:last\:border-r-4:last-child {
    border-right-width: 4px;
  }

  .xl\:last\:border-b-4:last-child {
    border-bottom-width: 4px;
  }

  .xl\:last\:border-l-4:last-child {
    border-left-width: 4px;
  }

  .xl\:last\:border-t-8:last-child {
    border-top-width: 8px;
  }

  .xl\:last\:border-r-8:last-child {
    border-right-width: 8px;
  }

  .xl\:last\:border-b-8:last-child {
    border-bottom-width: 8px;
  }

  .xl\:last\:border-l-8:last-child {
    border-left-width: 8px;
  }

  .xl\:last\:border-t:last-child {
    border-top-width: 1px;
  }

  .xl\:last\:border-r:last-child {
    border-right-width: 1px;
  }

  .xl\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l:last-child {
    border-left-width: 1px;
  }

  .xl\:even\:border-0:nth-child(even) {
    border-width: 0px;
  }

  .xl\:even\:border-2:nth-child(even) {
    border-width: 2px;
  }

  .xl\:even\:border-4:nth-child(even) {
    border-width: 4px;
  }

  .xl\:even\:border-8:nth-child(even) {
    border-width: 8px;
  }

  .xl\:even\:border:nth-child(even) {
    border-width: 1px;
  }

  .xl\:even\:border-t-0:nth-child(even) {
    border-top-width: 0px;
  }

  .xl\:even\:border-r-0:nth-child(even) {
    border-right-width: 0px;
  }

  .xl\:even\:border-b-0:nth-child(even) {
    border-bottom-width: 0px;
  }

  .xl\:even\:border-l-0:nth-child(even) {
    border-left-width: 0px;
  }

  .xl\:even\:border-t-2:nth-child(even) {
    border-top-width: 2px;
  }

  .xl\:even\:border-r-2:nth-child(even) {
    border-right-width: 2px;
  }

  .xl\:even\:border-b-2:nth-child(even) {
    border-bottom-width: 2px;
  }

  .xl\:even\:border-l-2:nth-child(even) {
    border-left-width: 2px;
  }

  .xl\:even\:border-t-4:nth-child(even) {
    border-top-width: 4px;
  }

  .xl\:even\:border-r-4:nth-child(even) {
    border-right-width: 4px;
  }

  .xl\:even\:border-b-4:nth-child(even) {
    border-bottom-width: 4px;
  }

  .xl\:even\:border-l-4:nth-child(even) {
    border-left-width: 4px;
  }

  .xl\:even\:border-t-8:nth-child(even) {
    border-top-width: 8px;
  }

  .xl\:even\:border-r-8:nth-child(even) {
    border-right-width: 8px;
  }

  .xl\:even\:border-b-8:nth-child(even) {
    border-bottom-width: 8px;
  }

  .xl\:even\:border-l-8:nth-child(even) {
    border-left-width: 8px;
  }

  .xl\:even\:border-t:nth-child(even) {
    border-top-width: 1px;
  }

  .xl\:even\:border-r:nth-child(even) {
    border-right-width: 1px;
  }

  .xl\:even\:border-b:nth-child(even) {
    border-bottom-width: 1px;
  }

  .xl\:even\:border-l:nth-child(even) {
    border-left-width: 1px;
  }

  .xl\:odd\:border-0:nth-child(odd) {
    border-width: 0px;
  }

  .xl\:odd\:border-2:nth-child(odd) {
    border-width: 2px;
  }

  .xl\:odd\:border-4:nth-child(odd) {
    border-width: 4px;
  }

  .xl\:odd\:border-8:nth-child(odd) {
    border-width: 8px;
  }

  .xl\:odd\:border:nth-child(odd) {
    border-width: 1px;
  }

  .xl\:odd\:border-t-0:nth-child(odd) {
    border-top-width: 0px;
  }

  .xl\:odd\:border-r-0:nth-child(odd) {
    border-right-width: 0px;
  }

  .xl\:odd\:border-b-0:nth-child(odd) {
    border-bottom-width: 0px;
  }

  .xl\:odd\:border-l-0:nth-child(odd) {
    border-left-width: 0px;
  }

  .xl\:odd\:border-t-2:nth-child(odd) {
    border-top-width: 2px;
  }

  .xl\:odd\:border-r-2:nth-child(odd) {
    border-right-width: 2px;
  }

  .xl\:odd\:border-b-2:nth-child(odd) {
    border-bottom-width: 2px;
  }

  .xl\:odd\:border-l-2:nth-child(odd) {
    border-left-width: 2px;
  }

  .xl\:odd\:border-t-4:nth-child(odd) {
    border-top-width: 4px;
  }

  .xl\:odd\:border-r-4:nth-child(odd) {
    border-right-width: 4px;
  }

  .xl\:odd\:border-b-4:nth-child(odd) {
    border-bottom-width: 4px;
  }

  .xl\:odd\:border-l-4:nth-child(odd) {
    border-left-width: 4px;
  }

  .xl\:odd\:border-t-8:nth-child(odd) {
    border-top-width: 8px;
  }

  .xl\:odd\:border-r-8:nth-child(odd) {
    border-right-width: 8px;
  }

  .xl\:odd\:border-b-8:nth-child(odd) {
    border-bottom-width: 8px;
  }

  .xl\:odd\:border-l-8:nth-child(odd) {
    border-left-width: 8px;
  }

  .xl\:odd\:border-t:nth-child(odd) {
    border-top-width: 1px;
  }

  .xl\:odd\:border-r:nth-child(odd) {
    border-right-width: 1px;
  }

  .xl\:odd\:border-b:nth-child(odd) {
    border-bottom-width: 1px;
  }

  .xl\:odd\:border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-help {
    cursor: help;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:inline-table {
    display: inline-table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:list-item {
    display: list-item;
  }

  .xl\:hover\:block:hover {
    display: block;
  }

  .xl\:hover\:inline-block:hover {
    display: inline-block;
  }

  .xl\:hover\:inline:hover {
    display: inline;
  }

  .xl\:hover\:flex:hover {
    display: flex;
  }

  .xl\:hover\:inline-flex:hover {
    display: inline-flex;
  }

  .xl\:hover\:table:hover {
    display: table;
  }

  .xl\:hover\:inline-table:hover {
    display: inline-table;
  }

  .xl\:hover\:table-caption:hover {
    display: table-caption;
  }

  .xl\:hover\:table-cell:hover {
    display: table-cell;
  }

  .xl\:hover\:table-column:hover {
    display: table-column;
  }

  .xl\:hover\:table-column-group:hover {
    display: table-column-group;
  }

  .xl\:hover\:table-footer-group:hover {
    display: table-footer-group;
  }

  .xl\:hover\:table-header-group:hover {
    display: table-header-group;
  }

  .xl\:hover\:table-row-group:hover {
    display: table-row-group;
  }

  .xl\:hover\:table-row:hover {
    display: table-row;
  }

  .xl\:hover\:flow-root:hover {
    display: flow-root;
  }

  .xl\:hover\:grid:hover {
    display: grid;
  }

  .xl\:hover\:inline-grid:hover {
    display: inline-grid;
  }

  .xl\:hover\:contents:hover {
    display: contents;
  }

  .xl\:hover\:list-item:hover {
    display: list-item;
  }

  .xl\:focus\:block:focus {
    display: block;
  }

  .xl\:focus\:inline-block:focus {
    display: inline-block;
  }

  .xl\:focus\:inline:focus {
    display: inline;
  }

  .xl\:focus\:flex:focus {
    display: flex;
  }

  .xl\:focus\:inline-flex:focus {
    display: inline-flex;
  }

  .xl\:focus\:table:focus {
    display: table;
  }

  .xl\:focus\:inline-table:focus {
    display: inline-table;
  }

  .xl\:focus\:table-caption:focus {
    display: table-caption;
  }

  .xl\:focus\:table-cell:focus {
    display: table-cell;
  }

  .xl\:focus\:table-column:focus {
    display: table-column;
  }

  .xl\:focus\:table-column-group:focus {
    display: table-column-group;
  }

  .xl\:focus\:table-footer-group:focus {
    display: table-footer-group;
  }

  .xl\:focus\:table-header-group:focus {
    display: table-header-group;
  }

  .xl\:focus\:table-row-group:focus {
    display: table-row-group;
  }

  .xl\:focus\:table-row:focus {
    display: table-row;
  }

  .xl\:focus\:flow-root:focus {
    display: flow-root;
  }

  .xl\:focus\:grid:focus {
    display: grid;
  }

  .xl\:focus\:inline-grid:focus {
    display: inline-grid;
  }

  .xl\:focus\:contents:focus {
    display: contents;
  }

  .xl\:focus\:list-item:focus {
    display: list-item;
  }

  .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\:flex:focus-within {
    display: flex;
  }

  .xl\:focus-within\:inline-flex:focus-within {
    display: inline-flex;
  }

  .xl\:focus-within\:table:focus-within {
    display: table;
  }

  .xl\:focus-within\:inline-table:focus-within {
    display: inline-table;
  }

  .xl\:focus-within\:table-caption:focus-within {
    display: table-caption;
  }

  .xl\:focus-within\:table-cell:focus-within {
    display: table-cell;
  }

  .xl\:focus-within\:table-column:focus-within {
    display: table-column;
  }

  .xl\:focus-within\:table-column-group:focus-within {
    display: table-column-group;
  }

  .xl\:focus-within\:table-footer-group:focus-within {
    display: table-footer-group;
  }

  .xl\:focus-within\:table-header-group:focus-within {
    display: table-header-group;
  }

  .xl\:focus-within\:table-row-group:focus-within {
    display: table-row-group;
  }

  .xl\:focus-within\:table-row:focus-within {
    display: table-row;
  }

  .xl\:focus-within\:flow-root:focus-within {
    display: flow-root;
  }

  .xl\:focus-within\:grid:focus-within {
    display: grid;
  }

  .xl\:focus-within\:inline-grid:focus-within {
    display: inline-grid;
  }

  .xl\:focus-within\:contents:focus-within {
    display: contents;
  }

  .xl\:focus-within\:list-item:focus-within {
    display: list-item;
  }

  .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\:flex {
    display: flex;
  }

  .group:hover .xl\:group-hover\:inline-flex {
    display: inline-flex;
  }

  .group:hover .xl\:group-hover\:table {
    display: table;
  }

  .group:hover .xl\:group-hover\:inline-table {
    display: inline-table;
  }

  .group:hover .xl\:group-hover\:table-caption {
    display: table-caption;
  }

  .group:hover .xl\:group-hover\:table-cell {
    display: table-cell;
  }

  .group:hover .xl\:group-hover\:table-column {
    display: table-column;
  }

  .group:hover .xl\:group-hover\:table-column-group {
    display: table-column-group;
  }

  .group:hover .xl\:group-hover\:table-footer-group {
    display: table-footer-group;
  }

  .group:hover .xl\:group-hover\:table-header-group {
    display: table-header-group;
  }

  .group:hover .xl\:group-hover\:table-row-group {
    display: table-row-group;
  }

  .group:hover .xl\:group-hover\:table-row {
    display: table-row;
  }

  .group:hover .xl\:group-hover\:flow-root {
    display: flow-root;
  }

  .group:hover .xl\:group-hover\:grid {
    display: grid;
  }

  .group:hover .xl\:group-hover\:inline-grid {
    display: inline-grid;
  }

  .group:hover .xl\:group-hover\:contents {
    display: contents;
  }

  .group:hover .xl\:group-hover\:list-item {
    display: list-item;
  }

  .group:focus .xl\:group-focus\:block {
    display: block;
  }

  .group:focus .xl\:group-focus\:inline-block {
    display: inline-block;
  }

  .group:focus .xl\:group-focus\:inline {
    display: inline;
  }

  .group:focus .xl\:group-focus\:flex {
    display: flex;
  }

  .group:focus .xl\:group-focus\:inline-flex {
    display: inline-flex;
  }

  .group:focus .xl\:group-focus\:table {
    display: table;
  }

  .group:focus .xl\:group-focus\:inline-table {
    display: inline-table;
  }

  .group:focus .xl\:group-focus\:table-caption {
    display: table-caption;
  }

  .group:focus .xl\:group-focus\:table-cell {
    display: table-cell;
  }

  .group:focus .xl\:group-focus\:table-column {
    display: table-column;
  }

  .group:focus .xl\:group-focus\:table-column-group {
    display: table-column-group;
  }

  .group:focus .xl\:group-focus\:table-footer-group {
    display: table-footer-group;
  }

  .group:focus .xl\:group-focus\:table-header-group {
    display: table-header-group;
  }

  .group:focus .xl\:group-focus\:table-row-group {
    display: table-row-group;
  }

  .group:focus .xl\:group-focus\:table-row {
    display: table-row;
  }

  .group:focus .xl\:group-focus\:flow-root {
    display: flow-root;
  }

  .group:focus .xl\:group-focus\:grid {
    display: grid;
  }

  .group:focus .xl\:group-focus\:inline-grid {
    display: inline-grid;
  }

  .group:focus .xl\:group-focus\:contents {
    display: contents;
  }

  .group:focus .xl\:group-focus\:list-item {
    display: list-item;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:hover\:hidden:hover {
    display: none;
  }

  .xl\:focus\:hidden:focus {
    display: none;
  }

  .xl\:focus-within\:hidden:focus-within {
    display: none;
  }

  .group:hover .xl\:group-hover\:hidden {
    display: none;
  }

  .group:focus .xl\:group-focus\:hidden {
    display: none;
  }

  .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-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-stretch {
    place-items: stretch;
  }

  .xl\:place-content-center {
    place-content: center;
  }

  .xl\:place-content-start {
    place-content: start;
  }

  .xl\:place-content-end {
    place-content: end;
  }

  .xl\:place-content-between {
    place-content: space-between;
  }

  .xl\:place-content-around {
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    place-content: stretch;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .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\: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\:content-evenly {
    align-content: space-evenly;
  }

  .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-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: 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\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-half {
    flex: 1 1 50%;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:font-thin {
    font-weight: 100;
  }

  .xl\:font-extralight {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-18 {
    height: 4.5rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-21 {
    height: 5.25rem;
  }

  .xl\:h-22 {
    height: 5.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-26 {
    height: 6.5rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-30 {
    height: 7.5rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-34 {
    height: 8.5rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-38 {
    height: 9.5rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-53 {
    height: 13.25rem;
  }

  .xl\:h-54 {
    height: 13.5rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-74 {
    height: 18.5rem;
  }

  .xl\:h-76 {
    height: 19rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-85 {
    height: 21.25rem;
  }

  .xl\:h-100 {
    height: 25rem;
  }

  .xl\:h-105 {
    height: 26.25rem;
  }

  .xl\:h-107 {
    height: 26.4rem;
  }

  .xl\:h-110 {
    height: 27.5rem;
  }

  .xl\:h-120 {
    height: 30rem;
  }

  .xl\:h-130 {
    height: 38rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-250px {
    height: 250px;
  }

  .xl\:h-1\/2\% {
    height: 0.5%;
  }

  .xl\:h-1\% {
    height: 1%;
  }

  .xl\:h-2\% {
    height: 2%;
  }

  .xl\:h-3\% {
    height: 3%;
  }

  .xl\:h-4\% {
    height: 4%;
  }

  .xl\:h-5\% {
    height: 5%;
  }

  .xl\:h-10\% {
    height: 10%;
  }

  .xl\:h-20\% {
    height: 20%;
  }

  .xl\:h-23\% {
    height: 23%;
  }

  .xl\:h-25\% {
    height: 25%;
  }

  .xl\:h-26\% {
    height: 26%;
  }

  .xl\:h-30\% {
    height: 30%;
  }

  .xl\:h-40\% {
    height: 40%;
  }

  .xl\:h-50\% {
    height: 50%;
  }

  .xl\:h-60\% {
    height: 60%;
  }

  .xl\:h-70\% {
    height: 70%;
  }

  .xl\:h-80\% {
    height: 80%;
  }

  .xl\:h-90\% {
    height: 90%;
  }

  .xl\:h-95\% {
    height: 95%;
  }

  .xl\:h-96\% {
    height: 96%;
  }

  .xl\:h-97\% {
    height: 97%;
  }

  .xl\:h-98\% {
    height: 98%;
  }

  .xl\:h-99\% {
    height: 99%;
  }

  .xl\:h-36vh {
    height: 36vh;
  }

  .xl\:h-75vh {
    height: 75vh;
  }

  .xl\:h-78vh {
    height: 78vh;
  }

  .xl\:h-80vh {
    height: 80vh;
  }

  .xl\:h-82vh {
    height: 82vh;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:hover\:h-0:hover {
    height: 0;
  }

  .xl\:hover\:h-1:hover {
    height: 0.25rem;
  }

  .xl\:hover\:h-2:hover {
    height: 0.5rem;
  }

  .xl\:hover\:h-3:hover {
    height: 0.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-7:hover {
    height: 1.75rem;
  }

  .xl\:hover\:h-8:hover {
    height: 2rem;
  }

  .xl\:hover\:h-9:hover {
    height: 2.25rem;
  }

  .xl\:hover\:h-10:hover {
    height: 2.5rem;
  }

  .xl\:hover\:h-12:hover {
    height: 3rem;
  }

  .xl\:hover\:h-14:hover {
    height: 3.5rem;
  }

  .xl\:hover\:h-15:hover {
    height: 3.75rem;
  }

  .xl\:hover\:h-16:hover {
    height: 4rem;
  }

  .xl\:hover\:h-18:hover {
    height: 4.5rem;
  }

  .xl\:hover\:h-20:hover {
    height: 5rem;
  }

  .xl\:hover\:h-21:hover {
    height: 5.25rem;
  }

  .xl\:hover\:h-22:hover {
    height: 5.5rem;
  }

  .xl\:hover\:h-24:hover {
    height: 6rem;
  }

  .xl\:hover\:h-26:hover {
    height: 6.5rem;
  }

  .xl\:hover\:h-28:hover {
    height: 7rem;
  }

  .xl\:hover\:h-30:hover {
    height: 7.5rem;
  }

  .xl\:hover\:h-32:hover {
    height: 8rem;
  }

  .xl\:hover\:h-34:hover {
    height: 8.5rem;
  }

  .xl\:hover\:h-36:hover {
    height: 9rem;
  }

  .xl\:hover\:h-38:hover {
    height: 9.5rem;
  }

  .xl\:hover\:h-40:hover {
    height: 10rem;
  }

  .xl\:hover\:h-44:hover {
    height: 11rem;
  }

  .xl\:hover\:h-48:hover {
    height: 12rem;
  }

  .xl\:hover\:h-52:hover {
    height: 13rem;
  }

  .xl\:hover\:h-53:hover {
    height: 13.25rem;
  }

  .xl\:hover\:h-54:hover {
    height: 13.5rem;
  }

  .xl\:hover\:h-56:hover {
    height: 14rem;
  }

  .xl\:hover\:h-64:hover {
    height: 16rem;
  }

  .xl\:hover\:h-72:hover {
    height: 18rem;
  }

  .xl\:hover\:h-74:hover {
    height: 18.5rem;
  }

  .xl\:hover\:h-76:hover {
    height: 19rem;
  }

  .xl\:hover\:h-80:hover {
    height: 20rem;
  }

  .xl\:hover\:h-85:hover {
    height: 21.25rem;
  }

  .xl\:hover\:h-100:hover {
    height: 25rem;
  }

  .xl\:hover\:h-105:hover {
    height: 26.25rem;
  }

  .xl\:hover\:h-107:hover {
    height: 26.4rem;
  }

  .xl\:hover\:h-110:hover {
    height: 27.5rem;
  }

  .xl\:hover\:h-120:hover {
    height: 30rem;
  }

  .xl\:hover\:h-130:hover {
    height: 38rem;
  }

  .xl\:hover\:h-auto:hover {
    height: auto;
  }

  .xl\:hover\:h-px:hover {
    height: 1px;
  }

  .xl\:hover\:h-250px:hover {
    height: 250px;
  }

  .xl\:hover\:h-1\/2\%:hover {
    height: 0.5%;
  }

  .xl\:hover\:h-1\%:hover {
    height: 1%;
  }

  .xl\:hover\:h-2\%:hover {
    height: 2%;
  }

  .xl\:hover\:h-3\%:hover {
    height: 3%;
  }

  .xl\:hover\:h-4\%:hover {
    height: 4%;
  }

  .xl\:hover\:h-5\%:hover {
    height: 5%;
  }

  .xl\:hover\:h-10\%:hover {
    height: 10%;
  }

  .xl\:hover\:h-20\%:hover {
    height: 20%;
  }

  .xl\:hover\:h-23\%:hover {
    height: 23%;
  }

  .xl\:hover\:h-25\%:hover {
    height: 25%;
  }

  .xl\:hover\:h-26\%:hover {
    height: 26%;
  }

  .xl\:hover\:h-30\%:hover {
    height: 30%;
  }

  .xl\:hover\:h-40\%:hover {
    height: 40%;
  }

  .xl\:hover\:h-50\%:hover {
    height: 50%;
  }

  .xl\:hover\:h-60\%:hover {
    height: 60%;
  }

  .xl\:hover\:h-70\%:hover {
    height: 70%;
  }

  .xl\:hover\:h-80\%:hover {
    height: 80%;
  }

  .xl\:hover\:h-90\%:hover {
    height: 90%;
  }

  .xl\:hover\:h-95\%:hover {
    height: 95%;
  }

  .xl\:hover\:h-96\%:hover {
    height: 96%;
  }

  .xl\:hover\:h-97\%:hover {
    height: 97%;
  }

  .xl\:hover\:h-98\%:hover {
    height: 98%;
  }

  .xl\:hover\:h-99\%:hover {
    height: 99%;
  }

  .xl\:hover\:h-36vh:hover {
    height: 36vh;
  }

  .xl\:hover\:h-75vh:hover {
    height: 75vh;
  }

  .xl\:hover\:h-78vh:hover {
    height: 78vh;
  }

  .xl\:hover\:h-80vh:hover {
    height: 80vh;
  }

  .xl\:hover\:h-82vh:hover {
    height: 82vh;
  }

  .xl\:hover\:h-1\/2:hover {
    height: 50%;
  }

  .xl\:hover\:h-1\/3:hover {
    height: 33.333333%;
  }

  .xl\:hover\:h-2\/3:hover {
    height: 66.666667%;
  }

  .xl\:hover\:h-1\/4:hover {
    height: 25%;
  }

  .xl\:hover\:h-2\/4:hover {
    height: 50%;
  }

  .xl\:hover\:h-3\/4:hover {
    height: 75%;
  }

  .xl\:hover\:h-1\/5:hover {
    height: 20%;
  }

  .xl\:hover\:h-2\/5:hover {
    height: 40%;
  }

  .xl\:hover\:h-3\/5:hover {
    height: 60%;
  }

  .xl\:hover\:h-4\/5:hover {
    height: 80%;
  }

  .xl\:hover\:h-1\/6:hover {
    height: 16.666667%;
  }

  .xl\:hover\:h-2\/6:hover {
    height: 33.333333%;
  }

  .xl\:hover\:h-3\/6:hover {
    height: 50%;
  }

  .xl\:hover\:h-4\/6:hover {
    height: 66.666667%;
  }

  .xl\:hover\:h-5\/6:hover {
    height: 83.333333%;
  }

  .xl\:hover\:h-full:hover {
    height: 100%;
  }

  .xl\:hover\:h-screen:hover {
    height: 100vh;
  }

  .xl\:focus\:h-0:focus {
    height: 0;
  }

  .xl\:focus\:h-1:focus {
    height: 0.25rem;
  }

  .xl\:focus\:h-2:focus {
    height: 0.5rem;
  }

  .xl\:focus\:h-3:focus {
    height: 0.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-7:focus {
    height: 1.75rem;
  }

  .xl\:focus\:h-8:focus {
    height: 2rem;
  }

  .xl\:focus\:h-9:focus {
    height: 2.25rem;
  }

  .xl\:focus\:h-10:focus {
    height: 2.5rem;
  }

  .xl\:focus\:h-12:focus {
    height: 3rem;
  }

  .xl\:focus\:h-14:focus {
    height: 3.5rem;
  }

  .xl\:focus\:h-15:focus {
    height: 3.75rem;
  }

  .xl\:focus\:h-16:focus {
    height: 4rem;
  }

  .xl\:focus\:h-18:focus {
    height: 4.5rem;
  }

  .xl\:focus\:h-20:focus {
    height: 5rem;
  }

  .xl\:focus\:h-21:focus {
    height: 5.25rem;
  }

  .xl\:focus\:h-22:focus {
    height: 5.5rem;
  }

  .xl\:focus\:h-24:focus {
    height: 6rem;
  }

  .xl\:focus\:h-26:focus {
    height: 6.5rem;
  }

  .xl\:focus\:h-28:focus {
    height: 7rem;
  }

  .xl\:focus\:h-30:focus {
    height: 7.5rem;
  }

  .xl\:focus\:h-32:focus {
    height: 8rem;
  }

  .xl\:focus\:h-34:focus {
    height: 8.5rem;
  }

  .xl\:focus\:h-36:focus {
    height: 9rem;
  }

  .xl\:focus\:h-38:focus {
    height: 9.5rem;
  }

  .xl\:focus\:h-40:focus {
    height: 10rem;
  }

  .xl\:focus\:h-44:focus {
    height: 11rem;
  }

  .xl\:focus\:h-48:focus {
    height: 12rem;
  }

  .xl\:focus\:h-52:focus {
    height: 13rem;
  }

  .xl\:focus\:h-53:focus {
    height: 13.25rem;
  }

  .xl\:focus\:h-54:focus {
    height: 13.5rem;
  }

  .xl\:focus\:h-56:focus {
    height: 14rem;
  }

  .xl\:focus\:h-64:focus {
    height: 16rem;
  }

  .xl\:focus\:h-72:focus {
    height: 18rem;
  }

  .xl\:focus\:h-74:focus {
    height: 18.5rem;
  }

  .xl\:focus\:h-76:focus {
    height: 19rem;
  }

  .xl\:focus\:h-80:focus {
    height: 20rem;
  }

  .xl\:focus\:h-85:focus {
    height: 21.25rem;
  }

  .xl\:focus\:h-100:focus {
    height: 25rem;
  }

  .xl\:focus\:h-105:focus {
    height: 26.25rem;
  }

  .xl\:focus\:h-107:focus {
    height: 26.4rem;
  }

  .xl\:focus\:h-110:focus {
    height: 27.5rem;
  }

  .xl\:focus\:h-120:focus {
    height: 30rem;
  }

  .xl\:focus\:h-130:focus {
    height: 38rem;
  }

  .xl\:focus\:h-auto:focus {
    height: auto;
  }

  .xl\:focus\:h-px:focus {
    height: 1px;
  }

  .xl\:focus\:h-250px:focus {
    height: 250px;
  }

  .xl\:focus\:h-1\/2\%:focus {
    height: 0.5%;
  }

  .xl\:focus\:h-1\%:focus {
    height: 1%;
  }

  .xl\:focus\:h-2\%:focus {
    height: 2%;
  }

  .xl\:focus\:h-3\%:focus {
    height: 3%;
  }

  .xl\:focus\:h-4\%:focus {
    height: 4%;
  }

  .xl\:focus\:h-5\%:focus {
    height: 5%;
  }

  .xl\:focus\:h-10\%:focus {
    height: 10%;
  }

  .xl\:focus\:h-20\%:focus {
    height: 20%;
  }

  .xl\:focus\:h-23\%:focus {
    height: 23%;
  }

  .xl\:focus\:h-25\%:focus {
    height: 25%;
  }

  .xl\:focus\:h-26\%:focus {
    height: 26%;
  }

  .xl\:focus\:h-30\%:focus {
    height: 30%;
  }

  .xl\:focus\:h-40\%:focus {
    height: 40%;
  }

  .xl\:focus\:h-50\%:focus {
    height: 50%;
  }

  .xl\:focus\:h-60\%:focus {
    height: 60%;
  }

  .xl\:focus\:h-70\%:focus {
    height: 70%;
  }

  .xl\:focus\:h-80\%:focus {
    height: 80%;
  }

  .xl\:focus\:h-90\%:focus {
    height: 90%;
  }

  .xl\:focus\:h-95\%:focus {
    height: 95%;
  }

  .xl\:focus\:h-96\%:focus {
    height: 96%;
  }

  .xl\:focus\:h-97\%:focus {
    height: 97%;
  }

  .xl\:focus\:h-98\%:focus {
    height: 98%;
  }

  .xl\:focus\:h-99\%:focus {
    height: 99%;
  }

  .xl\:focus\:h-36vh:focus {
    height: 36vh;
  }

  .xl\:focus\:h-75vh:focus {
    height: 75vh;
  }

  .xl\:focus\:h-78vh:focus {
    height: 78vh;
  }

  .xl\:focus\:h-80vh:focus {
    height: 80vh;
  }

  .xl\:focus\:h-82vh:focus {
    height: 82vh;
  }

  .xl\:focus\:h-1\/2:focus {
    height: 50%;
  }

  .xl\:focus\:h-1\/3:focus {
    height: 33.333333%;
  }

  .xl\:focus\:h-2\/3:focus {
    height: 66.666667%;
  }

  .xl\:focus\:h-1\/4:focus {
    height: 25%;
  }

  .xl\:focus\:h-2\/4:focus {
    height: 50%;
  }

  .xl\:focus\:h-3\/4:focus {
    height: 75%;
  }

  .xl\:focus\:h-1\/5:focus {
    height: 20%;
  }

  .xl\:focus\:h-2\/5:focus {
    height: 40%;
  }

  .xl\:focus\:h-3\/5:focus {
    height: 60%;
  }

  .xl\:focus\:h-4\/5:focus {
    height: 80%;
  }

  .xl\:focus\:h-1\/6:focus {
    height: 16.666667%;
  }

  .xl\:focus\:h-2\/6:focus {
    height: 33.333333%;
  }

  .xl\:focus\:h-3\/6:focus {
    height: 50%;
  }

  .xl\:focus\:h-4\/6:focus {
    height: 66.666667%;
  }

  .xl\:focus\:h-5\/6:focus {
    height: 83.333333%;
  }

  .xl\:focus\:h-full:focus {
    height: 100%;
  }

  .xl\:focus\:h-screen:focus {
    height: 100vh;
  }

  .xl\:focus-within\:h-0:focus-within {
    height: 0;
  }

  .xl\:focus-within\:h-1:focus-within {
    height: 0.25rem;
  }

  .xl\:focus-within\:h-2:focus-within {
    height: 0.5rem;
  }

  .xl\:focus-within\:h-3:focus-within {
    height: 0.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-7:focus-within {
    height: 1.75rem;
  }

  .xl\:focus-within\:h-8:focus-within {
    height: 2rem;
  }

  .xl\:focus-within\:h-9:focus-within {
    height: 2.25rem;
  }

  .xl\:focus-within\:h-10:focus-within {
    height: 2.5rem;
  }

  .xl\:focus-within\:h-12:focus-within {
    height: 3rem;
  }

  .xl\:focus-within\:h-14:focus-within {
    height: 3.5rem;
  }

  .xl\:focus-within\:h-15:focus-within {
    height: 3.75rem;
  }

  .xl\:focus-within\:h-16:focus-within {
    height: 4rem;
  }

  .xl\:focus-within\:h-18:focus-within {
    height: 4.5rem;
  }

  .xl\:focus-within\:h-20:focus-within {
    height: 5rem;
  }

  .xl\:focus-within\:h-21:focus-within {
    height: 5.25rem;
  }

  .xl\:focus-within\:h-22:focus-within {
    height: 5.5rem;
  }

  .xl\:focus-within\:h-24:focus-within {
    height: 6rem;
  }

  .xl\:focus-within\:h-26:focus-within {
    height: 6.5rem;
  }

  .xl\:focus-within\:h-28:focus-within {
    height: 7rem;
  }

  .xl\:focus-within\:h-30:focus-within {
    height: 7.5rem;
  }

  .xl\:focus-within\:h-32:focus-within {
    height: 8rem;
  }

  .xl\:focus-within\:h-34:focus-within {
    height: 8.5rem;
  }

  .xl\:focus-within\:h-36:focus-within {
    height: 9rem;
  }

  .xl\:focus-within\:h-38:focus-within {
    height: 9.5rem;
  }

  .xl\:focus-within\:h-40:focus-within {
    height: 10rem;
  }

  .xl\:focus-within\:h-44:focus-within {
    height: 11rem;
  }

  .xl\:focus-within\:h-48:focus-within {
    height: 12rem;
  }

  .xl\:focus-within\:h-52:focus-within {
    height: 13rem;
  }

  .xl\:focus-within\:h-53:focus-within {
    height: 13.25rem;
  }

  .xl\:focus-within\:h-54:focus-within {
    height: 13.5rem;
  }

  .xl\:focus-within\:h-56:focus-within {
    height: 14rem;
  }

  .xl\:focus-within\:h-64:focus-within {
    height: 16rem;
  }

  .xl\:focus-within\:h-72:focus-within {
    height: 18rem;
  }

  .xl\:focus-within\:h-74:focus-within {
    height: 18.5rem;
  }

  .xl\:focus-within\:h-76:focus-within {
    height: 19rem;
  }

  .xl\:focus-within\:h-80:focus-within {
    height: 20rem;
  }

  .xl\:focus-within\:h-85:focus-within {
    height: 21.25rem;
  }

  .xl\:focus-within\:h-100:focus-within {
    height: 25rem;
  }

  .xl\:focus-within\:h-105:focus-within {
    height: 26.25rem;
  }

  .xl\:focus-within\:h-107:focus-within {
    height: 26.4rem;
  }

  .xl\:focus-within\:h-110:focus-within {
    height: 27.5rem;
  }

  .xl\:focus-within\:h-120:focus-within {
    height: 30rem;
  }

  .xl\:focus-within\:h-130:focus-within {
    height: 38rem;
  }

  .xl\:focus-within\:h-auto:focus-within {
    height: auto;
  }

  .xl\:focus-within\:h-px:focus-within {
    height: 1px;
  }

  .xl\:focus-within\:h-250px:focus-within {
    height: 250px;
  }

  .xl\:focus-within\:h-1\/2\%:focus-within {
    height: 0.5%;
  }

  .xl\:focus-within\:h-1\%:focus-within {
    height: 1%;
  }

  .xl\:focus-within\:h-2\%:focus-within {
    height: 2%;
  }

  .xl\:focus-within\:h-3\%:focus-within {
    height: 3%;
  }

  .xl\:focus-within\:h-4\%:focus-within {
    height: 4%;
  }

  .xl\:focus-within\:h-5\%:focus-within {
    height: 5%;
  }

  .xl\:focus-within\:h-10\%:focus-within {
    height: 10%;
  }

  .xl\:focus-within\:h-20\%:focus-within {
    height: 20%;
  }

  .xl\:focus-within\:h-23\%:focus-within {
    height: 23%;
  }

  .xl\:focus-within\:h-25\%:focus-within {
    height: 25%;
  }

  .xl\:focus-within\:h-26\%:focus-within {
    height: 26%;
  }

  .xl\:focus-within\:h-30\%:focus-within {
    height: 30%;
  }

  .xl\:focus-within\:h-40\%:focus-within {
    height: 40%;
  }

  .xl\:focus-within\:h-50\%:focus-within {
    height: 50%;
  }

  .xl\:focus-within\:h-60\%:focus-within {
    height: 60%;
  }

  .xl\:focus-within\:h-70\%:focus-within {
    height: 70%;
  }

  .xl\:focus-within\:h-80\%:focus-within {
    height: 80%;
  }

  .xl\:focus-within\:h-90\%:focus-within {
    height: 90%;
  }

  .xl\:focus-within\:h-95\%:focus-within {
    height: 95%;
  }

  .xl\:focus-within\:h-96\%:focus-within {
    height: 96%;
  }

  .xl\:focus-within\:h-97\%:focus-within {
    height: 97%;
  }

  .xl\:focus-within\:h-98\%:focus-within {
    height: 98%;
  }

  .xl\:focus-within\:h-99\%:focus-within {
    height: 99%;
  }

  .xl\:focus-within\:h-36vh:focus-within {
    height: 36vh;
  }

  .xl\:focus-within\:h-75vh:focus-within {
    height: 75vh;
  }

  .xl\:focus-within\:h-78vh:focus-within {
    height: 78vh;
  }

  .xl\:focus-within\:h-80vh:focus-within {
    height: 80vh;
  }

  .xl\:focus-within\:h-82vh:focus-within {
    height: 82vh;
  }

  .xl\:focus-within\:h-1\/2:focus-within {
    height: 50%;
  }

  .xl\:focus-within\:h-1\/3:focus-within {
    height: 33.333333%;
  }

  .xl\:focus-within\:h-2\/3:focus-within {
    height: 66.666667%;
  }

  .xl\:focus-within\:h-1\/4:focus-within {
    height: 25%;
  }

  .xl\:focus-within\:h-2\/4:focus-within {
    height: 50%;
  }

  .xl\:focus-within\:h-3\/4:focus-within {
    height: 75%;
  }

  .xl\:focus-within\:h-1\/5:focus-within {
    height: 20%;
  }

  .xl\:focus-within\:h-2\/5:focus-within {
    height: 40%;
  }

  .xl\:focus-within\:h-3\/5:focus-within {
    height: 60%;
  }

  .xl\:focus-within\:h-4\/5:focus-within {
    height: 80%;
  }

  .xl\:focus-within\:h-1\/6:focus-within {
    height: 16.666667%;
  }

  .xl\:focus-within\:h-2\/6:focus-within {
    height: 33.333333%;
  }

  .xl\:focus-within\:h-3\/6:focus-within {
    height: 50%;
  }

  .xl\:focus-within\:h-4\/6:focus-within {
    height: 66.666667%;
  }

  .xl\:focus-within\:h-5\/6:focus-within {
    height: 83.333333%;
  }

  .xl\:focus-within\:h-full:focus-within {
    height: 100%;
  }

  .xl\:focus-within\:h-screen:focus-within {
    height: 100vh;
  }

  .group:hover .xl\:group-hover\:h-0 {
    height: 0;
  }

  .group:hover .xl\:group-hover\:h-1 {
    height: 0.25rem;
  }

  .group:hover .xl\:group-hover\:h-2 {
    height: 0.5rem;
  }

  .group:hover .xl\:group-hover\:h-3 {
    height: 0.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-7 {
    height: 1.75rem;
  }

  .group:hover .xl\:group-hover\:h-8 {
    height: 2rem;
  }

  .group:hover .xl\:group-hover\:h-9 {
    height: 2.25rem;
  }

  .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-14 {
    height: 3.5rem;
  }

  .group:hover .xl\:group-hover\:h-15 {
    height: 3.75rem;
  }

  .group:hover .xl\:group-hover\:h-16 {
    height: 4rem;
  }

  .group:hover .xl\:group-hover\:h-18 {
    height: 4.5rem;
  }

  .group:hover .xl\:group-hover\:h-20 {
    height: 5rem;
  }

  .group:hover .xl\:group-hover\:h-21 {
    height: 5.25rem;
  }

  .group:hover .xl\:group-hover\:h-22 {
    height: 5.5rem;
  }

  .group:hover .xl\:group-hover\:h-24 {
    height: 6rem;
  }

  .group:hover .xl\:group-hover\:h-26 {
    height: 6.5rem;
  }

  .group:hover .xl\:group-hover\:h-28 {
    height: 7rem;
  }

  .group:hover .xl\:group-hover\:h-30 {
    height: 7.5rem;
  }

  .group:hover .xl\:group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .xl\:group-hover\:h-34 {
    height: 8.5rem;
  }

  .group:hover .xl\:group-hover\:h-36 {
    height: 9rem;
  }

  .group:hover .xl\:group-hover\:h-38 {
    height: 9.5rem;
  }

  .group:hover .xl\:group-hover\:h-40 {
    height: 10rem;
  }

  .group:hover .xl\:group-hover\:h-44 {
    height: 11rem;
  }

  .group:hover .xl\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .xl\:group-hover\:h-52 {
    height: 13rem;
  }

  .group:hover .xl\:group-hover\:h-53 {
    height: 13.25rem;
  }

  .group:hover .xl\:group-hover\:h-54 {
    height: 13.5rem;
  }

  .group:hover .xl\:group-hover\:h-56 {
    height: 14rem;
  }

  .group:hover .xl\:group-hover\:h-64 {
    height: 16rem;
  }

  .group:hover .xl\:group-hover\:h-72 {
    height: 18rem;
  }

  .group:hover .xl\:group-hover\:h-74 {
    height: 18.5rem;
  }

  .group:hover .xl\:group-hover\:h-76 {
    height: 19rem;
  }

  .group:hover .xl\:group-hover\:h-80 {
    height: 20rem;
  }

  .group:hover .xl\:group-hover\:h-85 {
    height: 21.25rem;
  }

  .group:hover .xl\:group-hover\:h-100 {
    height: 25rem;
  }

  .group:hover .xl\:group-hover\:h-105 {
    height: 26.25rem;
  }

  .group:hover .xl\:group-hover\:h-107 {
    height: 26.4rem;
  }

  .group:hover .xl\:group-hover\:h-110 {
    height: 27.5rem;
  }

  .group:hover .xl\:group-hover\:h-120 {
    height: 30rem;
  }

  .group:hover .xl\:group-hover\:h-130 {
    height: 38rem;
  }

  .group:hover .xl\:group-hover\:h-auto {
    height: auto;
  }

  .group:hover .xl\:group-hover\:h-px {
    height: 1px;
  }

  .group:hover .xl\:group-hover\:h-250px {
    height: 250px;
  }

  .group:hover .xl\:group-hover\:h-1\/2\% {
    height: 0.5%;
  }

  .group:hover .xl\:group-hover\:h-1\% {
    height: 1%;
  }

  .group:hover .xl\:group-hover\:h-2\% {
    height: 2%;
  }

  .group:hover .xl\:group-hover\:h-3\% {
    height: 3%;
  }

  .group:hover .xl\:group-hover\:h-4\% {
    height: 4%;
  }

  .group:hover .xl\:group-hover\:h-5\% {
    height: 5%;
  }

  .group:hover .xl\:group-hover\:h-10\% {
    height: 10%;
  }

  .group:hover .xl\:group-hover\:h-20\% {
    height: 20%;
  }

  .group:hover .xl\:group-hover\:h-23\% {
    height: 23%;
  }

  .group:hover .xl\:group-hover\:h-25\% {
    height: 25%;
  }

  .group:hover .xl\:group-hover\:h-26\% {
    height: 26%;
  }

  .group:hover .xl\:group-hover\:h-30\% {
    height: 30%;
  }

  .group:hover .xl\:group-hover\:h-40\% {
    height: 40%;
  }

  .group:hover .xl\:group-hover\:h-50\% {
    height: 50%;
  }

  .group:hover .xl\:group-hover\:h-60\% {
    height: 60%;
  }

  .group:hover .xl\:group-hover\:h-70\% {
    height: 70%;
  }

  .group:hover .xl\:group-hover\:h-80\% {
    height: 80%;
  }

  .group:hover .xl\:group-hover\:h-90\% {
    height: 90%;
  }

  .group:hover .xl\:group-hover\:h-95\% {
    height: 95%;
  }

  .group:hover .xl\:group-hover\:h-96\% {
    height: 96%;
  }

  .group:hover .xl\:group-hover\:h-97\% {
    height: 97%;
  }

  .group:hover .xl\:group-hover\:h-98\% {
    height: 98%;
  }

  .group:hover .xl\:group-hover\:h-99\% {
    height: 99%;
  }

  .group:hover .xl\:group-hover\:h-36vh {
    height: 36vh;
  }

  .group:hover .xl\:group-hover\:h-75vh {
    height: 75vh;
  }

  .group:hover .xl\:group-hover\:h-78vh {
    height: 78vh;
  }

  .group:hover .xl\:group-hover\:h-80vh {
    height: 80vh;
  }

  .group:hover .xl\:group-hover\:h-82vh {
    height: 82vh;
  }

  .group:hover .xl\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .xl\:group-hover\:h-1\/3 {
    height: 33.333333%;
  }

  .group:hover .xl\:group-hover\:h-2\/3 {
    height: 66.666667%;
  }

  .group:hover .xl\:group-hover\:h-1\/4 {
    height: 25%;
  }

  .group:hover .xl\:group-hover\:h-2\/4 {
    height: 50%;
  }

  .group:hover .xl\:group-hover\:h-3\/4 {
    height: 75%;
  }

  .group:hover .xl\:group-hover\:h-1\/5 {
    height: 20%;
  }

  .group:hover .xl\:group-hover\:h-2\/5 {
    height: 40%;
  }

  .group:hover .xl\:group-hover\:h-3\/5 {
    height: 60%;
  }

  .group:hover .xl\:group-hover\:h-4\/5 {
    height: 80%;
  }

  .group:hover .xl\:group-hover\:h-1\/6 {
    height: 16.666667%;
  }

  .group:hover .xl\:group-hover\:h-2\/6 {
    height: 33.333333%;
  }

  .group:hover .xl\:group-hover\:h-3\/6 {
    height: 50%;
  }

  .group:hover .xl\:group-hover\:h-4\/6 {
    height: 66.666667%;
  }

  .group:hover .xl\:group-hover\:h-5\/6 {
    height: 83.333333%;
  }

  .group:hover .xl\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .xl\:group-hover\:h-screen {
    height: 100vh;
  }

  .group:focus .xl\:group-focus\:h-0 {
    height: 0;
  }

  .group:focus .xl\:group-focus\:h-1 {
    height: 0.25rem;
  }

  .group:focus .xl\:group-focus\:h-2 {
    height: 0.5rem;
  }

  .group:focus .xl\:group-focus\:h-3 {
    height: 0.75rem;
  }

  .group:focus .xl\:group-focus\:h-4 {
    height: 1rem;
  }

  .group:focus .xl\:group-focus\:h-5 {
    height: 1.25rem;
  }

  .group:focus .xl\:group-focus\:h-6 {
    height: 1.5rem;
  }

  .group:focus .xl\:group-focus\:h-7 {
    height: 1.75rem;
  }

  .group:focus .xl\:group-focus\:h-8 {
    height: 2rem;
  }

  .group:focus .xl\:group-focus\:h-9 {
    height: 2.25rem;
  }

  .group:focus .xl\:group-focus\:h-10 {
    height: 2.5rem;
  }

  .group:focus .xl\:group-focus\:h-12 {
    height: 3rem;
  }

  .group:focus .xl\:group-focus\:h-14 {
    height: 3.5rem;
  }

  .group:focus .xl\:group-focus\:h-15 {
    height: 3.75rem;
  }

  .group:focus .xl\:group-focus\:h-16 {
    height: 4rem;
  }

  .group:focus .xl\:group-focus\:h-18 {
    height: 4.5rem;
  }

  .group:focus .xl\:group-focus\:h-20 {
    height: 5rem;
  }

  .group:focus .xl\:group-focus\:h-21 {
    height: 5.25rem;
  }

  .group:focus .xl\:group-focus\:h-22 {
    height: 5.5rem;
  }

  .group:focus .xl\:group-focus\:h-24 {
    height: 6rem;
  }

  .group:focus .xl\:group-focus\:h-26 {
    height: 6.5rem;
  }

  .group:focus .xl\:group-focus\:h-28 {
    height: 7rem;
  }

  .group:focus .xl\:group-focus\:h-30 {
    height: 7.5rem;
  }

  .group:focus .xl\:group-focus\:h-32 {
    height: 8rem;
  }

  .group:focus .xl\:group-focus\:h-34 {
    height: 8.5rem;
  }

  .group:focus .xl\:group-focus\:h-36 {
    height: 9rem;
  }

  .group:focus .xl\:group-focus\:h-38 {
    height: 9.5rem;
  }

  .group:focus .xl\:group-focus\:h-40 {
    height: 10rem;
  }

  .group:focus .xl\:group-focus\:h-44 {
    height: 11rem;
  }

  .group:focus .xl\:group-focus\:h-48 {
    height: 12rem;
  }

  .group:focus .xl\:group-focus\:h-52 {
    height: 13rem;
  }

  .group:focus .xl\:group-focus\:h-53 {
    height: 13.25rem;
  }

  .group:focus .xl\:group-focus\:h-54 {
    height: 13.5rem;
  }

  .group:focus .xl\:group-focus\:h-56 {
    height: 14rem;
  }

  .group:focus .xl\:group-focus\:h-64 {
    height: 16rem;
  }

  .group:focus .xl\:group-focus\:h-72 {
    height: 18rem;
  }

  .group:focus .xl\:group-focus\:h-74 {
    height: 18.5rem;
  }

  .group:focus .xl\:group-focus\:h-76 {
    height: 19rem;
  }

  .group:focus .xl\:group-focus\:h-80 {
    height: 20rem;
  }

  .group:focus .xl\:group-focus\:h-85 {
    height: 21.25rem;
  }

  .group:focus .xl\:group-focus\:h-100 {
    height: 25rem;
  }

  .group:focus .xl\:group-focus\:h-105 {
    height: 26.25rem;
  }

  .group:focus .xl\:group-focus\:h-107 {
    height: 26.4rem;
  }

  .group:focus .xl\:group-focus\:h-110 {
    height: 27.5rem;
  }

  .group:focus .xl\:group-focus\:h-120 {
    height: 30rem;
  }

  .group:focus .xl\:group-focus\:h-130 {
    height: 38rem;
  }

  .group:focus .xl\:group-focus\:h-auto {
    height: auto;
  }

  .group:focus .xl\:group-focus\:h-px {
    height: 1px;
  }

  .group:focus .xl\:group-focus\:h-250px {
    height: 250px;
  }

  .group:focus .xl\:group-focus\:h-1\/2\% {
    height: 0.5%;
  }

  .group:focus .xl\:group-focus\:h-1\% {
    height: 1%;
  }

  .group:focus .xl\:group-focus\:h-2\% {
    height: 2%;
  }

  .group:focus .xl\:group-focus\:h-3\% {
    height: 3%;
  }

  .group:focus .xl\:group-focus\:h-4\% {
    height: 4%;
  }

  .group:focus .xl\:group-focus\:h-5\% {
    height: 5%;
  }

  .group:focus .xl\:group-focus\:h-10\% {
    height: 10%;
  }

  .group:focus .xl\:group-focus\:h-20\% {
    height: 20%;
  }

  .group:focus .xl\:group-focus\:h-23\% {
    height: 23%;
  }

  .group:focus .xl\:group-focus\:h-25\% {
    height: 25%;
  }

  .group:focus .xl\:group-focus\:h-26\% {
    height: 26%;
  }

  .group:focus .xl\:group-focus\:h-30\% {
    height: 30%;
  }

  .group:focus .xl\:group-focus\:h-40\% {
    height: 40%;
  }

  .group:focus .xl\:group-focus\:h-50\% {
    height: 50%;
  }

  .group:focus .xl\:group-focus\:h-60\% {
    height: 60%;
  }

  .group:focus .xl\:group-focus\:h-70\% {
    height: 70%;
  }

  .group:focus .xl\:group-focus\:h-80\% {
    height: 80%;
  }

  .group:focus .xl\:group-focus\:h-90\% {
    height: 90%;
  }

  .group:focus .xl\:group-focus\:h-95\% {
    height: 95%;
  }

  .group:focus .xl\:group-focus\:h-96\% {
    height: 96%;
  }

  .group:focus .xl\:group-focus\:h-97\% {
    height: 97%;
  }

  .group:focus .xl\:group-focus\:h-98\% {
    height: 98%;
  }

  .group:focus .xl\:group-focus\:h-99\% {
    height: 99%;
  }

  .group:focus .xl\:group-focus\:h-36vh {
    height: 36vh;
  }

  .group:focus .xl\:group-focus\:h-75vh {
    height: 75vh;
  }

  .group:focus .xl\:group-focus\:h-78vh {
    height: 78vh;
  }

  .group:focus .xl\:group-focus\:h-80vh {
    height: 80vh;
  }

  .group:focus .xl\:group-focus\:h-82vh {
    height: 82vh;
  }

  .group:focus .xl\:group-focus\:h-1\/2 {
    height: 50%;
  }

  .group:focus .xl\:group-focus\:h-1\/3 {
    height: 33.333333%;
  }

  .group:focus .xl\:group-focus\:h-2\/3 {
    height: 66.666667%;
  }

  .group:focus .xl\:group-focus\:h-1\/4 {
    height: 25%;
  }

  .group:focus .xl\:group-focus\:h-2\/4 {
    height: 50%;
  }

  .group:focus .xl\:group-focus\:h-3\/4 {
    height: 75%;
  }

  .group:focus .xl\:group-focus\:h-1\/5 {
    height: 20%;
  }

  .group:focus .xl\:group-focus\:h-2\/5 {
    height: 40%;
  }

  .group:focus .xl\:group-focus\:h-3\/5 {
    height: 60%;
  }

  .group:focus .xl\:group-focus\:h-4\/5 {
    height: 80%;
  }

  .group:focus .xl\:group-focus\:h-1\/6 {
    height: 16.666667%;
  }

  .group:focus .xl\:group-focus\:h-2\/6 {
    height: 33.333333%;
  }

  .group:focus .xl\:group-focus\:h-3\/6 {
    height: 50%;
  }

  .group:focus .xl\:group-focus\:h-4\/6 {
    height: 66.666667%;
  }

  .group:focus .xl\:group-focus\:h-5\/6 {
    height: 83.333333%;
  }

  .group:focus .xl\:group-focus\:h-full {
    height: 100%;
  }

  .group:focus .xl\:group-focus\:h-screen {
    height: 100vh;
  }

  .xl\:text-3xs {
    font-size: 0.5rem;
  }

  .xl\:text-2xs {
    font-size: 0.625rem;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
  }

  .xl\:text-6xl {
    font-size: 4rem;
  }

  .xl\:hover\:text-3xs:hover {
    font-size: 0.5rem;
  }

  .xl\:hover\:text-2xs:hover {
    font-size: 0.625rem;
  }

  .xl\:hover\:text-xs:hover {
    font-size: 0.75rem;
  }

  .xl\:hover\:text-sm:hover {
    font-size: 0.875rem;
  }

  .xl\:hover\:text-base: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\:hover\:text-6xl:hover {
    font-size: 4rem;
  }

  .xl\:focus\:text-3xs:focus {
    font-size: 0.5rem;
  }

  .xl\:focus\:text-2xs:focus {
    font-size: 0.625rem;
  }

  .xl\:focus\:text-xs:focus {
    font-size: 0.75rem;
  }

  .xl\:focus\:text-sm:focus {
    font-size: 0.875rem;
  }

  .xl\:focus\:text-base: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\:focus\:text-6xl:focus {
    font-size: 4rem;
  }

  .xl\:focus-within\:text-3xs:focus-within {
    font-size: 0.5rem;
  }

  .xl\:focus-within\:text-2xs:focus-within {
    font-size: 0.625rem;
  }

  .xl\:focus-within\:text-xs:focus-within {
    font-size: 0.75rem;
  }

  .xl\:focus-within\:text-sm:focus-within {
    font-size: 0.875rem;
  }

  .xl\:focus-within\:text-base: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-within\:text-6xl:focus-within {
    font-size: 4rem;
  }

  .group:hover .xl\:group-hover\:text-3xs {
    font-size: 0.5rem;
  }

  .group:hover .xl\:group-hover\:text-2xs {
    font-size: 0.625rem;
  }

  .group:hover .xl\:group-hover\:text-xs {
    font-size: 0.75rem;
  }

  .group:hover .xl\:group-hover\:text-sm {
    font-size: 0.875rem;
  }

  .group:hover .xl\:group-hover\:text-base {
    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;
  }

  .group:hover .xl\:group-hover\:text-6xl {
    font-size: 4rem;
  }

  .group:focus .xl\:group-focus\:text-3xs {
    font-size: 0.5rem;
  }

  .group:focus .xl\:group-focus\:text-2xs {
    font-size: 0.625rem;
  }

  .group:focus .xl\:group-focus\:text-xs {
    font-size: 0.75rem;
  }

  .group:focus .xl\:group-focus\:text-sm {
    font-size: 0.875rem;
  }

  .group:focus .xl\:group-focus\:text-base {
    font-size: 1rem;
  }

  .group:focus .xl\:group-focus\:text-lg {
    font-size: 1.125rem;
  }

  .group:focus .xl\:group-focus\:text-xl {
    font-size: 1.25rem;
  }

  .group:focus .xl\:group-focus\:text-2xl {
    font-size: 1.5rem;
  }

  .group:focus .xl\:group-focus\:text-3xl {
    font-size: 1.875rem;
  }

  .group:focus .xl\:group-focus\:text-4xl {
    font-size: 2.25rem;
  }

  .group:focus .xl\:group-focus\:text-5xl {
    font-size: 3rem;
  }

  .group:focus .xl\:group-focus\:text-6xl {
    font-size: 4rem;
  }

  .xl\:leading-3 {
    line-height: .75rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-relaxed {
    line-height: 1.625;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .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-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-15 {
    margin: 3.75rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-18 {
    margin: 4.5rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-21 {
    margin: 5.25rem;
  }

  .xl\:m-22 {
    margin: 5.5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-26 {
    margin: 6.5rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-30 {
    margin: 7.5rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-34 {
    margin: 8.5rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-38 {
    margin: 9.5rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-53 {
    margin: 13.25rem;
  }

  .xl\:m-54 {
    margin: 13.5rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-74 {
    margin: 18.5rem;
  }

  .xl\:m-76 {
    margin: 19rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-85 {
    margin: 21.25rem;
  }

  .xl\:m-100 {
    margin: 25rem;
  }

  .xl\:m-105 {
    margin: 26.25rem;
  }

  .xl\:m-107 {
    margin: 26.4rem;
  }

  .xl\:m-110 {
    margin: 27.5rem;
  }

  .xl\:m-120 {
    margin: 30rem;
  }

  .xl\:m-130 {
    margin: 38rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-250px {
    margin: 250px;
  }

  .xl\:m-1\/2\% {
    margin: 0.5%;
  }

  .xl\:m-1\% {
    margin: 1%;
  }

  .xl\:m-2\% {
    margin: 2%;
  }

  .xl\:m-3\% {
    margin: 3%;
  }

  .xl\:m-4\% {
    margin: 4%;
  }

  .xl\:m-5\% {
    margin: 5%;
  }

  .xl\:m-10\% {
    margin: 10%;
  }

  .xl\:m-20\% {
    margin: 20%;
  }

  .xl\:m-23\% {
    margin: 23%;
  }

  .xl\:m-25\% {
    margin: 25%;
  }

  .xl\:m-26\% {
    margin: 26%;
  }

  .xl\:m-30\% {
    margin: 30%;
  }

  .xl\:m-40\% {
    margin: 40%;
  }

  .xl\:m-50\% {
    margin: 50%;
  }

  .xl\:m-60\% {
    margin: 60%;
  }

  .xl\:m-70\% {
    margin: 70%;
  }

  .xl\:m-80\% {
    margin: 80%;
  }

  .xl\:m-90\% {
    margin: 90%;
  }

  .xl\:m-95\% {
    margin: 95%;
  }

  .xl\:m-96\% {
    margin: 96%;
  }

  .xl\:m-97\% {
    margin: 97%;
  }

  .xl\:m-98\% {
    margin: 98%;
  }

  .xl\:m-99\% {
    margin: 99%;
  }

  .xl\:m-36vh {
    margin: 36vh;
  }

  .xl\:m-75vh {
    margin: 75vh;
  }

  .xl\:m-78vh {
    margin: 78vh;
  }

  .xl\:m-80vh {
    margin: 80vh;
  }

  .xl\:m-82vh {
    margin: 82vh;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-15 {
    margin: -3.75rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-18 {
    margin: -4.5rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-21 {
    margin: -5.25rem;
  }

  .xl\:-m-22 {
    margin: -5.5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-26 {
    margin: -6.5rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-30 {
    margin: -7.5rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-34 {
    margin: -8.5rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-38 {
    margin: -9.5rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-44 {
    margin: -11rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-52 {
    margin: -13rem;
  }

  .xl\:-m-53 {
    margin: -13.25rem;
  }

  .xl\:-m-54 {
    margin: -13.5rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-72 {
    margin: -18rem;
  }

  .xl\:-m-74 {
    margin: -18.5rem;
  }

  .xl\:-m-76 {
    margin: -19rem;
  }

  .xl\:-m-80 {
    margin: -20rem;
  }

  .xl\:-m-85 {
    margin: -21.25rem;
  }

  .xl\:-m-100 {
    margin: -25rem;
  }

  .xl\:-m-105 {
    margin: -26.25rem;
  }

  .xl\:-m-107 {
    margin: -26.4rem;
  }

  .xl\:-m-110 {
    margin: -27.5rem;
  }

  .xl\:-m-120 {
    margin: -30rem;
  }

  .xl\:-m-130 {
    margin: -38rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-250px {
    margin: -250px;
  }

  .xl\:-m-1\/2\% {
    margin: -0.5%;
  }

  .xl\:-m-1\% {
    margin: -1%;
  }

  .xl\:-m-2\% {
    margin: -2%;
  }

  .xl\:-m-3\% {
    margin: -3%;
  }

  .xl\:-m-4\% {
    margin: -4%;
  }

  .xl\:-m-5\% {
    margin: -5%;
  }

  .xl\:-m-10\% {
    margin: -10%;
  }

  .xl\:-m-20\% {
    margin: -20%;
  }

  .xl\:-m-23\% {
    margin: -23%;
  }

  .xl\:-m-25\% {
    margin: -25%;
  }

  .xl\:-m-26\% {
    margin: -26%;
  }

  .xl\:-m-30\% {
    margin: -30%;
  }

  .xl\:-m-40\% {
    margin: -40%;
  }

  .xl\:-m-50\% {
    margin: -50%;
  }

  .xl\:-m-60\% {
    margin: -60%;
  }

  .xl\:-m-70\% {
    margin: -70%;
  }

  .xl\:-m-80\% {
    margin: -80%;
  }

  .xl\:-m-90\% {
    margin: -90%;
  }

  .xl\:-m-95\% {
    margin: -95%;
  }

  .xl\:-m-96\% {
    margin: -96%;
  }

  .xl\:-m-97\% {
    margin: -97%;
  }

  .xl\:-m-98\% {
    margin: -98%;
  }

  .xl\:-m-99\% {
    margin: -99%;
  }

  .xl\:-m-36vh {
    margin: -36vh;
  }

  .xl\:-m-75vh {
    margin: -75vh;
  }

  .xl\:-m-78vh {
    margin: -78vh;
  }

  .xl\:-m-80vh {
    margin: -80vh;
  }

  .xl\:-m-82vh {
    margin: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xl\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xl\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xl\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .xl\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .xl\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xl\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xl\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xl\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xl\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .xl\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .xl\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xl\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xl\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .xl\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .xl\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .xl\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .xl\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xl\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xl\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xl\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .xl\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .xl\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xl\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xl\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .xl\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xl\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .xl\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xl\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .xl\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xl\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .xl\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .xl\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .xl\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .xl\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xl\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xl\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xl\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xl\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xl\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xl\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xl\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xl\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .xl\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .xl\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .xl\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .xl\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .xl\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .xl\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .xl\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .xl\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .xl\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .xl\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .xl\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .xl\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xl\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xl\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .xl\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xl\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xl\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xl\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .xl\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .xl\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xl\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .xl\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .xl\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xl\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .xl\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .xl\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xl\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xl\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .xl\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .xl\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .xl\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .xl\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xl\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xl\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xl\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xl\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xl\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .xl\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .xl\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xl\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xl\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .xl\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .xl\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .xl\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .xl\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .xl\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .xl\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xl\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xl\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .xl\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .xl\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .xl\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .xl\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xl\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xl\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xl\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xl\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xl\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xl\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xl\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xl\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xl\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xl\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .xl\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .xl\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .xl\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .xl\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .xl\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .xl\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .xl\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .xl\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .xl\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .xl\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .xl\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .xl\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xl\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xl\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .xl\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mt-15 {
    margin-top: 3.75rem;
  }

  .xl\:mr-15 {
    margin-right: 3.75rem;
  }

  .xl\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .xl\:ml-15 {
    margin-left: 3.75rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-18 {
    margin-top: 4.5rem;
  }

  .xl\:mr-18 {
    margin-right: 4.5rem;
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xl\:ml-18 {
    margin-left: 4.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:mt-21 {
    margin-top: 5.25rem;
  }

  .xl\:mr-21 {
    margin-right: 5.25rem;
  }

  .xl\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .xl\:ml-21 {
    margin-left: 5.25rem;
  }

  .xl\:mt-22 {
    margin-top: 5.5rem;
  }

  .xl\:mr-22 {
    margin-right: 5.5rem;
  }

  .xl\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xl\:ml-22 {
    margin-left: 5.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-26 {
    margin-top: 6.5rem;
  }

  .xl\:mr-26 {
    margin-right: 6.5rem;
  }

  .xl\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .xl\:ml-26 {
    margin-left: 6.5rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:mt-30 {
    margin-top: 7.5rem;
  }

  .xl\:mr-30 {
    margin-right: 7.5rem;
  }

  .xl\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .xl\:ml-30 {
    margin-left: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
  }

  .xl\:mr-34 {
    margin-right: 8.5rem;
  }

  .xl\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .xl\:ml-34 {
    margin-left: 8.5rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:mt-38 {
    margin-top: 9.5rem;
  }

  .xl\:mr-38 {
    margin-right: 9.5rem;
  }

  .xl\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .xl\:ml-38 {
    margin-left: 9.5rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:mt-53 {
    margin-top: 13.25rem;
  }

  .xl\:mr-53 {
    margin-right: 13.25rem;
  }

  .xl\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .xl\:ml-53 {
    margin-left: 13.25rem;
  }

  .xl\:mt-54 {
    margin-top: 13.5rem;
  }

  .xl\:mr-54 {
    margin-right: 13.5rem;
  }

  .xl\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .xl\:ml-54 {
    margin-left: 13.5rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:mt-74 {
    margin-top: 18.5rem;
  }

  .xl\:mr-74 {
    margin-right: 18.5rem;
  }

  .xl\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .xl\:ml-74 {
    margin-left: 18.5rem;
  }

  .xl\:mt-76 {
    margin-top: 19rem;
  }

  .xl\:mr-76 {
    margin-right: 19rem;
  }

  .xl\:mb-76 {
    margin-bottom: 19rem;
  }

  .xl\:ml-76 {
    margin-left: 19rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:mt-85 {
    margin-top: 21.25rem;
  }

  .xl\:mr-85 {
    margin-right: 21.25rem;
  }

  .xl\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .xl\:ml-85 {
    margin-left: 21.25rem;
  }

  .xl\:mt-100 {
    margin-top: 25rem;
  }

  .xl\:mr-100 {
    margin-right: 25rem;
  }

  .xl\:mb-100 {
    margin-bottom: 25rem;
  }

  .xl\:ml-100 {
    margin-left: 25rem;
  }

  .xl\:mt-105 {
    margin-top: 26.25rem;
  }

  .xl\:mr-105 {
    margin-right: 26.25rem;
  }

  .xl\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .xl\:ml-105 {
    margin-left: 26.25rem;
  }

  .xl\:mt-107 {
    margin-top: 26.4rem;
  }

  .xl\:mr-107 {
    margin-right: 26.4rem;
  }

  .xl\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .xl\:ml-107 {
    margin-left: 26.4rem;
  }

  .xl\:mt-110 {
    margin-top: 27.5rem;
  }

  .xl\:mr-110 {
    margin-right: 27.5rem;
  }

  .xl\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .xl\:ml-110 {
    margin-left: 27.5rem;
  }

  .xl\:mt-120 {
    margin-top: 30rem;
  }

  .xl\:mr-120 {
    margin-right: 30rem;
  }

  .xl\:mb-120 {
    margin-bottom: 30rem;
  }

  .xl\:ml-120 {
    margin-left: 30rem;
  }

  .xl\:mt-130 {
    margin-top: 38rem;
  }

  .xl\:mr-130 {
    margin-right: 38rem;
  }

  .xl\:mb-130 {
    margin-bottom: 38rem;
  }

  .xl\:ml-130 {
    margin-left: 38rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:mt-250px {
    margin-top: 250px;
  }

  .xl\:mr-250px {
    margin-right: 250px;
  }

  .xl\:mb-250px {
    margin-bottom: 250px;
  }

  .xl\:ml-250px {
    margin-left: 250px;
  }

  .xl\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .xl\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .xl\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .xl\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .xl\:mt-1\% {
    margin-top: 1%;
  }

  .xl\:mr-1\% {
    margin-right: 1%;
  }

  .xl\:mb-1\% {
    margin-bottom: 1%;
  }

  .xl\:ml-1\% {
    margin-left: 1%;
  }

  .xl\:mt-2\% {
    margin-top: 2%;
  }

  .xl\:mr-2\% {
    margin-right: 2%;
  }

  .xl\:mb-2\% {
    margin-bottom: 2%;
  }

  .xl\:ml-2\% {
    margin-left: 2%;
  }

  .xl\:mt-3\% {
    margin-top: 3%;
  }

  .xl\:mr-3\% {
    margin-right: 3%;
  }

  .xl\:mb-3\% {
    margin-bottom: 3%;
  }

  .xl\:ml-3\% {
    margin-left: 3%;
  }

  .xl\:mt-4\% {
    margin-top: 4%;
  }

  .xl\:mr-4\% {
    margin-right: 4%;
  }

  .xl\:mb-4\% {
    margin-bottom: 4%;
  }

  .xl\:ml-4\% {
    margin-left: 4%;
  }

  .xl\:mt-5\% {
    margin-top: 5%;
  }

  .xl\:mr-5\% {
    margin-right: 5%;
  }

  .xl\:mb-5\% {
    margin-bottom: 5%;
  }

  .xl\:ml-5\% {
    margin-left: 5%;
  }

  .xl\:mt-10\% {
    margin-top: 10%;
  }

  .xl\:mr-10\% {
    margin-right: 10%;
  }

  .xl\:mb-10\% {
    margin-bottom: 10%;
  }

  .xl\:ml-10\% {
    margin-left: 10%;
  }

  .xl\:mt-20\% {
    margin-top: 20%;
  }

  .xl\:mr-20\% {
    margin-right: 20%;
  }

  .xl\:mb-20\% {
    margin-bottom: 20%;
  }

  .xl\:ml-20\% {
    margin-left: 20%;
  }

  .xl\:mt-23\% {
    margin-top: 23%;
  }

  .xl\:mr-23\% {
    margin-right: 23%;
  }

  .xl\:mb-23\% {
    margin-bottom: 23%;
  }

  .xl\:ml-23\% {
    margin-left: 23%;
  }

  .xl\:mt-25\% {
    margin-top: 25%;
  }

  .xl\:mr-25\% {
    margin-right: 25%;
  }

  .xl\:mb-25\% {
    margin-bottom: 25%;
  }

  .xl\:ml-25\% {
    margin-left: 25%;
  }

  .xl\:mt-26\% {
    margin-top: 26%;
  }

  .xl\:mr-26\% {
    margin-right: 26%;
  }

  .xl\:mb-26\% {
    margin-bottom: 26%;
  }

  .xl\:ml-26\% {
    margin-left: 26%;
  }

  .xl\:mt-30\% {
    margin-top: 30%;
  }

  .xl\:mr-30\% {
    margin-right: 30%;
  }

  .xl\:mb-30\% {
    margin-bottom: 30%;
  }

  .xl\:ml-30\% {
    margin-left: 30%;
  }

  .xl\:mt-40\% {
    margin-top: 40%;
  }

  .xl\:mr-40\% {
    margin-right: 40%;
  }

  .xl\:mb-40\% {
    margin-bottom: 40%;
  }

  .xl\:ml-40\% {
    margin-left: 40%;
  }

  .xl\:mt-50\% {
    margin-top: 50%;
  }

  .xl\:mr-50\% {
    margin-right: 50%;
  }

  .xl\:mb-50\% {
    margin-bottom: 50%;
  }

  .xl\:ml-50\% {
    margin-left: 50%;
  }

  .xl\:mt-60\% {
    margin-top: 60%;
  }

  .xl\:mr-60\% {
    margin-right: 60%;
  }

  .xl\:mb-60\% {
    margin-bottom: 60%;
  }

  .xl\:ml-60\% {
    margin-left: 60%;
  }

  .xl\:mt-70\% {
    margin-top: 70%;
  }

  .xl\:mr-70\% {
    margin-right: 70%;
  }

  .xl\:mb-70\% {
    margin-bottom: 70%;
  }

  .xl\:ml-70\% {
    margin-left: 70%;
  }

  .xl\:mt-80\% {
    margin-top: 80%;
  }

  .xl\:mr-80\% {
    margin-right: 80%;
  }

  .xl\:mb-80\% {
    margin-bottom: 80%;
  }

  .xl\:ml-80\% {
    margin-left: 80%;
  }

  .xl\:mt-90\% {
    margin-top: 90%;
  }

  .xl\:mr-90\% {
    margin-right: 90%;
  }

  .xl\:mb-90\% {
    margin-bottom: 90%;
  }

  .xl\:ml-90\% {
    margin-left: 90%;
  }

  .xl\:mt-95\% {
    margin-top: 95%;
  }

  .xl\:mr-95\% {
    margin-right: 95%;
  }

  .xl\:mb-95\% {
    margin-bottom: 95%;
  }

  .xl\:ml-95\% {
    margin-left: 95%;
  }

  .xl\:mt-96\% {
    margin-top: 96%;
  }

  .xl\:mr-96\% {
    margin-right: 96%;
  }

  .xl\:mb-96\% {
    margin-bottom: 96%;
  }

  .xl\:ml-96\% {
    margin-left: 96%;
  }

  .xl\:mt-97\% {
    margin-top: 97%;
  }

  .xl\:mr-97\% {
    margin-right: 97%;
  }

  .xl\:mb-97\% {
    margin-bottom: 97%;
  }

  .xl\:ml-97\% {
    margin-left: 97%;
  }

  .xl\:mt-98\% {
    margin-top: 98%;
  }

  .xl\:mr-98\% {
    margin-right: 98%;
  }

  .xl\:mb-98\% {
    margin-bottom: 98%;
  }

  .xl\:ml-98\% {
    margin-left: 98%;
  }

  .xl\:mt-99\% {
    margin-top: 99%;
  }

  .xl\:mr-99\% {
    margin-right: 99%;
  }

  .xl\:mb-99\% {
    margin-bottom: 99%;
  }

  .xl\:ml-99\% {
    margin-left: 99%;
  }

  .xl\:mt-36vh {
    margin-top: 36vh;
  }

  .xl\:mr-36vh {
    margin-right: 36vh;
  }

  .xl\:mb-36vh {
    margin-bottom: 36vh;
  }

  .xl\:ml-36vh {
    margin-left: 36vh;
  }

  .xl\:mt-75vh {
    margin-top: 75vh;
  }

  .xl\:mr-75vh {
    margin-right: 75vh;
  }

  .xl\:mb-75vh {
    margin-bottom: 75vh;
  }

  .xl\:ml-75vh {
    margin-left: 75vh;
  }

  .xl\:mt-78vh {
    margin-top: 78vh;
  }

  .xl\:mr-78vh {
    margin-right: 78vh;
  }

  .xl\:mb-78vh {
    margin-bottom: 78vh;
  }

  .xl\:ml-78vh {
    margin-left: 78vh;
  }

  .xl\:mt-80vh {
    margin-top: 80vh;
  }

  .xl\:mr-80vh {
    margin-right: 80vh;
  }

  .xl\:mb-80vh {
    margin-bottom: 80vh;
  }

  .xl\:ml-80vh {
    margin-left: 80vh;
  }

  .xl\:mt-82vh {
    margin-top: 82vh;
  }

  .xl\:mr-82vh {
    margin-right: 82vh;
  }

  .xl\:mb-82vh {
    margin-bottom: 82vh;
  }

  .xl\:ml-82vh {
    margin-left: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-15 {
    margin-top: -3.75rem;
  }

  .xl\:-mr-15 {
    margin-right: -3.75rem;
  }

  .xl\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .xl\:-ml-15 {
    margin-left: -3.75rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-18 {
    margin-top: -4.5rem;
  }

  .xl\:-mr-18 {
    margin-right: -4.5rem;
  }

  .xl\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .xl\:-ml-18 {
    margin-left: -4.5rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-mt-21 {
    margin-top: -5.25rem;
  }

  .xl\:-mr-21 {
    margin-right: -5.25rem;
  }

  .xl\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .xl\:-ml-21 {
    margin-left: -5.25rem;
  }

  .xl\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xl\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xl\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xl\:-ml-22 {
    margin-left: -5.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-26 {
    margin-top: -6.5rem;
  }

  .xl\:-mr-26 {
    margin-right: -6.5rem;
  }

  .xl\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .xl\:-ml-26 {
    margin-left: -6.5rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-mt-30 {
    margin-top: -7.5rem;
  }

  .xl\:-mr-30 {
    margin-right: -7.5rem;
  }

  .xl\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .xl\:-ml-30 {
    margin-left: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
  }

  .xl\:-mr-34 {
    margin-right: -8.5rem;
  }

  .xl\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .xl\:-ml-34 {
    margin-left: -8.5rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-mt-38 {
    margin-top: -9.5rem;
  }

  .xl\:-mr-38 {
    margin-right: -9.5rem;
  }

  .xl\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .xl\:-ml-38 {
    margin-left: -9.5rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-mr-44 {
    margin-right: -11rem;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-ml-44 {
    margin-left: -11rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-mr-52 {
    margin-right: -13rem;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-ml-52 {
    margin-left: -13rem;
  }

  .xl\:-mt-53 {
    margin-top: -13.25rem;
  }

  .xl\:-mr-53 {
    margin-right: -13.25rem;
  }

  .xl\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .xl\:-ml-53 {
    margin-left: -13.25rem;
  }

  .xl\:-mt-54 {
    margin-top: -13.5rem;
  }

  .xl\:-mr-54 {
    margin-right: -13.5rem;
  }

  .xl\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .xl\:-ml-54 {
    margin-left: -13.5rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-mt-72 {
    margin-top: -18rem;
  }

  .xl\:-mr-72 {
    margin-right: -18rem;
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl\:-ml-72 {
    margin-left: -18rem;
  }

  .xl\:-mt-74 {
    margin-top: -18.5rem;
  }

  .xl\:-mr-74 {
    margin-right: -18.5rem;
  }

  .xl\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .xl\:-ml-74 {
    margin-left: -18.5rem;
  }

  .xl\:-mt-76 {
    margin-top: -19rem;
  }

  .xl\:-mr-76 {
    margin-right: -19rem;
  }

  .xl\:-mb-76 {
    margin-bottom: -19rem;
  }

  .xl\:-ml-76 {
    margin-left: -19rem;
  }

  .xl\:-mt-80 {
    margin-top: -20rem;
  }

  .xl\:-mr-80 {
    margin-right: -20rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl\:-ml-80 {
    margin-left: -20rem;
  }

  .xl\:-mt-85 {
    margin-top: -21.25rem;
  }

  .xl\:-mr-85 {
    margin-right: -21.25rem;
  }

  .xl\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .xl\:-ml-85 {
    margin-left: -21.25rem;
  }

  .xl\:-mt-100 {
    margin-top: -25rem;
  }

  .xl\:-mr-100 {
    margin-right: -25rem;
  }

  .xl\:-mb-100 {
    margin-bottom: -25rem;
  }

  .xl\:-ml-100 {
    margin-left: -25rem;
  }

  .xl\:-mt-105 {
    margin-top: -26.25rem;
  }

  .xl\:-mr-105 {
    margin-right: -26.25rem;
  }

  .xl\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .xl\:-ml-105 {
    margin-left: -26.25rem;
  }

  .xl\:-mt-107 {
    margin-top: -26.4rem;
  }

  .xl\:-mr-107 {
    margin-right: -26.4rem;
  }

  .xl\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .xl\:-ml-107 {
    margin-left: -26.4rem;
  }

  .xl\:-mt-110 {
    margin-top: -27.5rem;
  }

  .xl\:-mr-110 {
    margin-right: -27.5rem;
  }

  .xl\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .xl\:-ml-110 {
    margin-left: -27.5rem;
  }

  .xl\:-mt-120 {
    margin-top: -30rem;
  }

  .xl\:-mr-120 {
    margin-right: -30rem;
  }

  .xl\:-mb-120 {
    margin-bottom: -30rem;
  }

  .xl\:-ml-120 {
    margin-left: -30rem;
  }

  .xl\:-mt-130 {
    margin-top: -38rem;
  }

  .xl\:-mr-130 {
    margin-right: -38rem;
  }

  .xl\:-mb-130 {
    margin-bottom: -38rem;
  }

  .xl\:-ml-130 {
    margin-left: -38rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-mt-250px {
    margin-top: -250px;
  }

  .xl\:-mr-250px {
    margin-right: -250px;
  }

  .xl\:-mb-250px {
    margin-bottom: -250px;
  }

  .xl\:-ml-250px {
    margin-left: -250px;
  }

  .xl\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .xl\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .xl\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .xl\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .xl\:-mt-1\% {
    margin-top: -1%;
  }

  .xl\:-mr-1\% {
    margin-right: -1%;
  }

  .xl\:-mb-1\% {
    margin-bottom: -1%;
  }

  .xl\:-ml-1\% {
    margin-left: -1%;
  }

  .xl\:-mt-2\% {
    margin-top: -2%;
  }

  .xl\:-mr-2\% {
    margin-right: -2%;
  }

  .xl\:-mb-2\% {
    margin-bottom: -2%;
  }

  .xl\:-ml-2\% {
    margin-left: -2%;
  }

  .xl\:-mt-3\% {
    margin-top: -3%;
  }

  .xl\:-mr-3\% {
    margin-right: -3%;
  }

  .xl\:-mb-3\% {
    margin-bottom: -3%;
  }

  .xl\:-ml-3\% {
    margin-left: -3%;
  }

  .xl\:-mt-4\% {
    margin-top: -4%;
  }

  .xl\:-mr-4\% {
    margin-right: -4%;
  }

  .xl\:-mb-4\% {
    margin-bottom: -4%;
  }

  .xl\:-ml-4\% {
    margin-left: -4%;
  }

  .xl\:-mt-5\% {
    margin-top: -5%;
  }

  .xl\:-mr-5\% {
    margin-right: -5%;
  }

  .xl\:-mb-5\% {
    margin-bottom: -5%;
  }

  .xl\:-ml-5\% {
    margin-left: -5%;
  }

  .xl\:-mt-10\% {
    margin-top: -10%;
  }

  .xl\:-mr-10\% {
    margin-right: -10%;
  }

  .xl\:-mb-10\% {
    margin-bottom: -10%;
  }

  .xl\:-ml-10\% {
    margin-left: -10%;
  }

  .xl\:-mt-20\% {
    margin-top: -20%;
  }

  .xl\:-mr-20\% {
    margin-right: -20%;
  }

  .xl\:-mb-20\% {
    margin-bottom: -20%;
  }

  .xl\:-ml-20\% {
    margin-left: -20%;
  }

  .xl\:-mt-23\% {
    margin-top: -23%;
  }

  .xl\:-mr-23\% {
    margin-right: -23%;
  }

  .xl\:-mb-23\% {
    margin-bottom: -23%;
  }

  .xl\:-ml-23\% {
    margin-left: -23%;
  }

  .xl\:-mt-25\% {
    margin-top: -25%;
  }

  .xl\:-mr-25\% {
    margin-right: -25%;
  }

  .xl\:-mb-25\% {
    margin-bottom: -25%;
  }

  .xl\:-ml-25\% {
    margin-left: -25%;
  }

  .xl\:-mt-26\% {
    margin-top: -26%;
  }

  .xl\:-mr-26\% {
    margin-right: -26%;
  }

  .xl\:-mb-26\% {
    margin-bottom: -26%;
  }

  .xl\:-ml-26\% {
    margin-left: -26%;
  }

  .xl\:-mt-30\% {
    margin-top: -30%;
  }

  .xl\:-mr-30\% {
    margin-right: -30%;
  }

  .xl\:-mb-30\% {
    margin-bottom: -30%;
  }

  .xl\:-ml-30\% {
    margin-left: -30%;
  }

  .xl\:-mt-40\% {
    margin-top: -40%;
  }

  .xl\:-mr-40\% {
    margin-right: -40%;
  }

  .xl\:-mb-40\% {
    margin-bottom: -40%;
  }

  .xl\:-ml-40\% {
    margin-left: -40%;
  }

  .xl\:-mt-50\% {
    margin-top: -50%;
  }

  .xl\:-mr-50\% {
    margin-right: -50%;
  }

  .xl\:-mb-50\% {
    margin-bottom: -50%;
  }

  .xl\:-ml-50\% {
    margin-left: -50%;
  }

  .xl\:-mt-60\% {
    margin-top: -60%;
  }

  .xl\:-mr-60\% {
    margin-right: -60%;
  }

  .xl\:-mb-60\% {
    margin-bottom: -60%;
  }

  .xl\:-ml-60\% {
    margin-left: -60%;
  }

  .xl\:-mt-70\% {
    margin-top: -70%;
  }

  .xl\:-mr-70\% {
    margin-right: -70%;
  }

  .xl\:-mb-70\% {
    margin-bottom: -70%;
  }

  .xl\:-ml-70\% {
    margin-left: -70%;
  }

  .xl\:-mt-80\% {
    margin-top: -80%;
  }

  .xl\:-mr-80\% {
    margin-right: -80%;
  }

  .xl\:-mb-80\% {
    margin-bottom: -80%;
  }

  .xl\:-ml-80\% {
    margin-left: -80%;
  }

  .xl\:-mt-90\% {
    margin-top: -90%;
  }

  .xl\:-mr-90\% {
    margin-right: -90%;
  }

  .xl\:-mb-90\% {
    margin-bottom: -90%;
  }

  .xl\:-ml-90\% {
    margin-left: -90%;
  }

  .xl\:-mt-95\% {
    margin-top: -95%;
  }

  .xl\:-mr-95\% {
    margin-right: -95%;
  }

  .xl\:-mb-95\% {
    margin-bottom: -95%;
  }

  .xl\:-ml-95\% {
    margin-left: -95%;
  }

  .xl\:-mt-96\% {
    margin-top: -96%;
  }

  .xl\:-mr-96\% {
    margin-right: -96%;
  }

  .xl\:-mb-96\% {
    margin-bottom: -96%;
  }

  .xl\:-ml-96\% {
    margin-left: -96%;
  }

  .xl\:-mt-97\% {
    margin-top: -97%;
  }

  .xl\:-mr-97\% {
    margin-right: -97%;
  }

  .xl\:-mb-97\% {
    margin-bottom: -97%;
  }

  .xl\:-ml-97\% {
    margin-left: -97%;
  }

  .xl\:-mt-98\% {
    margin-top: -98%;
  }

  .xl\:-mr-98\% {
    margin-right: -98%;
  }

  .xl\:-mb-98\% {
    margin-bottom: -98%;
  }

  .xl\:-ml-98\% {
    margin-left: -98%;
  }

  .xl\:-mt-99\% {
    margin-top: -99%;
  }

  .xl\:-mr-99\% {
    margin-right: -99%;
  }

  .xl\:-mb-99\% {
    margin-bottom: -99%;
  }

  .xl\:-ml-99\% {
    margin-left: -99%;
  }

  .xl\:-mt-36vh {
    margin-top: -36vh;
  }

  .xl\:-mr-36vh {
    margin-right: -36vh;
  }

  .xl\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .xl\:-ml-36vh {
    margin-left: -36vh;
  }

  .xl\:-mt-75vh {
    margin-top: -75vh;
  }

  .xl\:-mr-75vh {
    margin-right: -75vh;
  }

  .xl\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .xl\:-ml-75vh {
    margin-left: -75vh;
  }

  .xl\:-mt-78vh {
    margin-top: -78vh;
  }

  .xl\:-mr-78vh {
    margin-right: -78vh;
  }

  .xl\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .xl\:-ml-78vh {
    margin-left: -78vh;
  }

  .xl\:-mt-80vh {
    margin-top: -80vh;
  }

  .xl\:-mr-80vh {
    margin-right: -80vh;
  }

  .xl\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .xl\:-ml-80vh {
    margin-left: -80vh;
  }

  .xl\:-mt-82vh {
    margin-top: -82vh;
  }

  .xl\:-mr-82vh {
    margin-right: -82vh;
  }

  .xl\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .xl\:-ml-82vh {
    margin-left: -82vh;
  }

  .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-7:hover {
    margin: 1.75rem;
  }

  .xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xl\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xl\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .xl\:hover\:m-15:hover {
    margin: 3.75rem;
  }

  .xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xl\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xl\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .xl\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xl\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .xl\:hover\:m-28:hover {
    margin: 7rem;
  }

  .xl\:hover\:m-30:hover {
    margin: 7.5rem;
  }

  .xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xl\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .xl\:hover\:m-36:hover {
    margin: 9rem;
  }

  .xl\:hover\:m-38:hover {
    margin: 9.5rem;
  }

  .xl\:hover\:m-40:hover {
    margin: 10rem;
  }

  .xl\:hover\:m-44:hover {
    margin: 11rem;
  }

  .xl\:hover\:m-48:hover {
    margin: 12rem;
  }

  .xl\:hover\:m-52:hover {
    margin: 13rem;
  }

  .xl\:hover\:m-53:hover {
    margin: 13.25rem;
  }

  .xl\:hover\:m-54:hover {
    margin: 13.5rem;
  }

  .xl\:hover\:m-56:hover {
    margin: 14rem;
  }

  .xl\:hover\:m-64:hover {
    margin: 16rem;
  }

  .xl\:hover\:m-72:hover {
    margin: 18rem;
  }

  .xl\:hover\:m-74:hover {
    margin: 18.5rem;
  }

  .xl\:hover\:m-76:hover {
    margin: 19rem;
  }

  .xl\:hover\:m-80:hover {
    margin: 20rem;
  }

  .xl\:hover\:m-85:hover {
    margin: 21.25rem;
  }

  .xl\:hover\:m-100:hover {
    margin: 25rem;
  }

  .xl\:hover\:m-105:hover {
    margin: 26.25rem;
  }

  .xl\:hover\:m-107:hover {
    margin: 26.4rem;
  }

  .xl\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .xl\:hover\:m-120:hover {
    margin: 30rem;
  }

  .xl\:hover\:m-130:hover {
    margin: 38rem;
  }

  .xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .xl\:hover\:m-250px:hover {
    margin: 250px;
  }

  .xl\:hover\:m-1\/2\%:hover {
    margin: 0.5%;
  }

  .xl\:hover\:m-1\%:hover {
    margin: 1%;
  }

  .xl\:hover\:m-2\%:hover {
    margin: 2%;
  }

  .xl\:hover\:m-3\%:hover {
    margin: 3%;
  }

  .xl\:hover\:m-4\%:hover {
    margin: 4%;
  }

  .xl\:hover\:m-5\%:hover {
    margin: 5%;
  }

  .xl\:hover\:m-10\%:hover {
    margin: 10%;
  }

  .xl\:hover\:m-20\%:hover {
    margin: 20%;
  }

  .xl\:hover\:m-23\%:hover {
    margin: 23%;
  }

  .xl\:hover\:m-25\%:hover {
    margin: 25%;
  }

  .xl\:hover\:m-26\%:hover {
    margin: 26%;
  }

  .xl\:hover\:m-30\%:hover {
    margin: 30%;
  }

  .xl\:hover\:m-40\%:hover {
    margin: 40%;
  }

  .xl\:hover\:m-50\%:hover {
    margin: 50%;
  }

  .xl\:hover\:m-60\%:hover {
    margin: 60%;
  }

  .xl\:hover\:m-70\%:hover {
    margin: 70%;
  }

  .xl\:hover\:m-80\%:hover {
    margin: 80%;
  }

  .xl\:hover\:m-90\%:hover {
    margin: 90%;
  }

  .xl\:hover\:m-95\%:hover {
    margin: 95%;
  }

  .xl\:hover\:m-96\%:hover {
    margin: 96%;
  }

  .xl\:hover\:m-97\%:hover {
    margin: 97%;
  }

  .xl\:hover\:m-98\%:hover {
    margin: 98%;
  }

  .xl\:hover\:m-99\%:hover {
    margin: 99%;
  }

  .xl\:hover\:m-36vh:hover {
    margin: 36vh;
  }

  .xl\:hover\:m-75vh:hover {
    margin: 75vh;
  }

  .xl\:hover\:m-78vh:hover {
    margin: 78vh;
  }

  .xl\:hover\:m-80vh:hover {
    margin: 80vh;
  }

  .xl\:hover\:m-82vh:hover {
    margin: 82vh;
  }

  .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-7:hover {
    margin: -1.75rem;
  }

  .xl\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .xl\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .xl\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .xl\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .xl\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .xl\:hover\:-m-15:hover {
    margin: -3.75rem;
  }

  .xl\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .xl\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .xl\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .xl\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .xl\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .xl\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .xl\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .xl\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .xl\:hover\:-m-30:hover {
    margin: -7.5rem;
  }

  .xl\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .xl\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .xl\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .xl\:hover\:-m-38:hover {
    margin: -9.5rem;
  }

  .xl\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .xl\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .xl\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .xl\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .xl\:hover\:-m-53:hover {
    margin: -13.25rem;
  }

  .xl\:hover\:-m-54:hover {
    margin: -13.5rem;
  }

  .xl\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .xl\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .xl\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .xl\:hover\:-m-74:hover {
    margin: -18.5rem;
  }

  .xl\:hover\:-m-76:hover {
    margin: -19rem;
  }

  .xl\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .xl\:hover\:-m-85:hover {
    margin: -21.25rem;
  }

  .xl\:hover\:-m-100:hover {
    margin: -25rem;
  }

  .xl\:hover\:-m-105:hover {
    margin: -26.25rem;
  }

  .xl\:hover\:-m-107:hover {
    margin: -26.4rem;
  }

  .xl\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .xl\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .xl\:hover\:-m-130:hover {
    margin: -38rem;
  }

  .xl\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xl\:hover\:-m-250px:hover {
    margin: -250px;
  }

  .xl\:hover\:-m-1\/2\%:hover {
    margin: -0.5%;
  }

  .xl\:hover\:-m-1\%:hover {
    margin: -1%;
  }

  .xl\:hover\:-m-2\%:hover {
    margin: -2%;
  }

  .xl\:hover\:-m-3\%:hover {
    margin: -3%;
  }

  .xl\:hover\:-m-4\%:hover {
    margin: -4%;
  }

  .xl\:hover\:-m-5\%:hover {
    margin: -5%;
  }

  .xl\:hover\:-m-10\%:hover {
    margin: -10%;
  }

  .xl\:hover\:-m-20\%:hover {
    margin: -20%;
  }

  .xl\:hover\:-m-23\%:hover {
    margin: -23%;
  }

  .xl\:hover\:-m-25\%:hover {
    margin: -25%;
  }

  .xl\:hover\:-m-26\%:hover {
    margin: -26%;
  }

  .xl\:hover\:-m-30\%:hover {
    margin: -30%;
  }

  .xl\:hover\:-m-40\%:hover {
    margin: -40%;
  }

  .xl\:hover\:-m-50\%:hover {
    margin: -50%;
  }

  .xl\:hover\:-m-60\%:hover {
    margin: -60%;
  }

  .xl\:hover\:-m-70\%:hover {
    margin: -70%;
  }

  .xl\:hover\:-m-80\%:hover {
    margin: -80%;
  }

  .xl\:hover\:-m-90\%:hover {
    margin: -90%;
  }

  .xl\:hover\:-m-95\%:hover {
    margin: -95%;
  }

  .xl\:hover\:-m-96\%:hover {
    margin: -96%;
  }

  .xl\:hover\:-m-97\%:hover {
    margin: -97%;
  }

  .xl\:hover\:-m-98\%:hover {
    margin: -98%;
  }

  .xl\:hover\:-m-99\%:hover {
    margin: -99%;
  }

  .xl\:hover\:-m-36vh:hover {
    margin: -36vh;
  }

  .xl\:hover\:-m-75vh:hover {
    margin: -75vh;
  }

  .xl\:hover\:-m-78vh:hover {
    margin: -78vh;
  }

  .xl\:hover\:-m-80vh:hover {
    margin: -80vh;
  }

  .xl\:hover\:-m-82vh:hover {
    margin: -82vh;
  }

  .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-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:hover\:my-15:hover {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:hover\:mx-15:hover {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xl\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xl\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.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-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:hover\:my-30:hover {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:hover\:mx-30:hover {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:hover\:my-38:hover {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xl\:hover\:mx-38:hover {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xl\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:hover\:my-53:hover {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .xl\:hover\:mx-53:hover {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .xl\:hover\:my-54:hover {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xl\:hover\:mx-54:hover {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xl\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:hover\:my-74:hover {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xl\:hover\:mx-74:hover {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xl\:hover\:my-76:hover {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xl\:hover\:mx-76:hover {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xl\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:hover\:my-85:hover {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .xl\:hover\:mx-85:hover {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .xl\:hover\:my-100:hover {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xl\:hover\:mx-100:hover {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xl\:hover\:my-105:hover {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .xl\:hover\:mx-105:hover {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .xl\:hover\:my-107:hover {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .xl\:hover\:mx-107:hover {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .xl\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xl\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xl\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:hover\:my-130:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xl\:hover\:mx-130:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:hover {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl\:hover\:mx-250px:hover {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl\:hover\:my-1\/2\%:hover {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .xl\:hover\:mx-1\/2\%:hover {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .xl\:hover\:my-1\%:hover {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xl\:hover\:mx-1\%:hover {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xl\:hover\:my-2\%:hover {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .xl\:hover\:mx-2\%:hover {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xl\:hover\:my-3\%:hover {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .xl\:hover\:mx-3\%:hover {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xl\:hover\:my-4\%:hover {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .xl\:hover\:mx-4\%:hover {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xl\:hover\:my-5\%:hover {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:hover\:mx-5\%:hover {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:hover\:my-10\%:hover {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:hover\:mx-10\%:hover {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:hover\:my-20\%:hover {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:hover\:mx-20\%:hover {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:hover\:my-23\%:hover {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .xl\:hover\:mx-23\%:hover {
    margin-left: 23%;
    margin-right: 23%;
  }

  .xl\:hover\:my-25\%:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:hover\:mx-25\%:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:hover\:my-26\%:hover {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .xl\:hover\:mx-26\%:hover {
    margin-left: 26%;
    margin-right: 26%;
  }

  .xl\:hover\:my-30\%:hover {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:hover\:mx-30\%:hover {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:hover\:my-40\%:hover {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:hover\:mx-40\%:hover {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:hover\:my-50\%:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:hover\:mx-50\%:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:hover\:my-60\%:hover {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:hover\:mx-60\%:hover {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:hover\:my-70\%:hover {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xl\:hover\:mx-70\%:hover {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xl\:hover\:my-80\%:hover {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:hover\:mx-80\%:hover {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:hover\:my-90\%:hover {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xl\:hover\:mx-90\%:hover {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xl\:hover\:my-95\%:hover {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xl\:hover\:mx-95\%:hover {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xl\:hover\:my-96\%:hover {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xl\:hover\:mx-96\%:hover {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xl\:hover\:my-97\%:hover {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .xl\:hover\:mx-97\%:hover {
    margin-left: 97%;
    margin-right: 97%;
  }

  .xl\:hover\:my-98\%:hover {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .xl\:hover\:mx-98\%:hover {
    margin-left: 98%;
    margin-right: 98%;
  }

  .xl\:hover\:my-99\%:hover {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .xl\:hover\:mx-99\%:hover {
    margin-left: 99%;
    margin-right: 99%;
  }

  .xl\:hover\:my-36vh:hover {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .xl\:hover\:mx-36vh:hover {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .xl\:hover\:my-75vh:hover {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .xl\:hover\:mx-75vh:hover {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .xl\:hover\:my-78vh:hover {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .xl\:hover\:mx-78vh:hover {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .xl\:hover\:my-80vh:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xl\:hover\:mx-80vh:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xl\:hover\:my-82vh:hover {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .xl\:hover\:mx-82vh:hover {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:hover\:-my-15:hover {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:hover\:-mx-15:hover {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xl\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xl\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.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-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:hover\:-my-30:hover {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:hover\:-mx-30:hover {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:hover\:-my-38:hover {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xl\:hover\:-mx-38:hover {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xl\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:hover\:-my-53:hover {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .xl\:hover\:-mx-53:hover {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .xl\:hover\:-my-54:hover {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xl\:hover\:-mx-54:hover {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xl\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:hover\:-my-74:hover {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .xl\:hover\:-mx-74:hover {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .xl\:hover\:-my-76:hover {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xl\:hover\:-mx-76:hover {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xl\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:hover\:-my-85:hover {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .xl\:hover\:-mx-85:hover {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .xl\:hover\:-my-100:hover {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xl\:hover\:-mx-100:hover {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xl\:hover\:-my-105:hover {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .xl\:hover\:-mx-105:hover {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .xl\:hover\:-my-107:hover {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .xl\:hover\:-mx-107:hover {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .xl\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xl\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xl\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:hover\:-my-130:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xl\:hover\:-mx-130:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xl\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:hover\:-my-250px:hover {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xl\:hover\:-mx-250px:hover {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xl\:hover\:-my-1\/2\%:hover {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .xl\:hover\:-mx-1\/2\%:hover {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .xl\:hover\:-my-1\%:hover {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xl\:hover\:-mx-1\%:hover {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xl\:hover\:-my-2\%:hover {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .xl\:hover\:-mx-2\%:hover {
    margin-left: -2%;
    margin-right: -2%;
  }

  .xl\:hover\:-my-3\%:hover {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .xl\:hover\:-mx-3\%:hover {
    margin-left: -3%;
    margin-right: -3%;
  }

  .xl\:hover\:-my-4\%:hover {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .xl\:hover\:-mx-4\%:hover {
    margin-left: -4%;
    margin-right: -4%;
  }

  .xl\:hover\:-my-5\%:hover {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xl\:hover\:-mx-5\%:hover {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xl\:hover\:-my-10\%:hover {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl\:hover\:-mx-10\%:hover {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl\:hover\:-my-20\%:hover {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:hover\:-mx-20\%:hover {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:hover\:-my-23\%:hover {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .xl\:hover\:-mx-23\%:hover {
    margin-left: -23%;
    margin-right: -23%;
  }

  .xl\:hover\:-my-25\%:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:hover\:-mx-25\%:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:hover\:-my-26\%:hover {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .xl\:hover\:-mx-26\%:hover {
    margin-left: -26%;
    margin-right: -26%;
  }

  .xl\:hover\:-my-30\%:hover {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xl\:hover\:-mx-30\%:hover {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xl\:hover\:-my-40\%:hover {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:hover\:-mx-40\%:hover {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:hover\:-my-50\%:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:hover\:-mx-50\%:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:hover\:-my-60\%:hover {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:hover\:-mx-60\%:hover {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:hover\:-my-70\%:hover {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xl\:hover\:-mx-70\%:hover {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xl\:hover\:-my-80\%:hover {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:hover\:-mx-80\%:hover {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:hover\:-my-90\%:hover {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xl\:hover\:-mx-90\%:hover {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xl\:hover\:-my-95\%:hover {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xl\:hover\:-mx-95\%:hover {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xl\:hover\:-my-96\%:hover {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xl\:hover\:-mx-96\%:hover {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xl\:hover\:-my-97\%:hover {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .xl\:hover\:-mx-97\%:hover {
    margin-left: -97%;
    margin-right: -97%;
  }

  .xl\:hover\:-my-98\%:hover {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .xl\:hover\:-mx-98\%:hover {
    margin-left: -98%;
    margin-right: -98%;
  }

  .xl\:hover\:-my-99\%:hover {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .xl\:hover\:-mx-99\%:hover {
    margin-left: -99%;
    margin-right: -99%;
  }

  .xl\:hover\:-my-36vh:hover {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .xl\:hover\:-mx-36vh:hover {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .xl\:hover\:-my-75vh:hover {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .xl\:hover\:-mx-75vh:hover {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .xl\:hover\:-my-78vh:hover {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .xl\:hover\:-mx-78vh:hover {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .xl\:hover\:-my-80vh:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xl\:hover\:-mx-80vh:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xl\:hover\:-my-82vh:hover {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .xl\:hover\:-mx-82vh:hover {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:hover {
    margin-top: 1.75rem;
  }

  .xl\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .xl\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .xl\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .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-9:hover {
    margin-top: 2.25rem;
  }

  .xl\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .xl\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .xl\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .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-14:hover {
    margin-top: 3.5rem;
  }

  .xl\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .xl\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .xl\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .xl\:hover\:mt-15:hover {
    margin-top: 3.75rem;
  }

  .xl\:hover\:mr-15:hover {
    margin-right: 3.75rem;
  }

  .xl\:hover\:mb-15:hover {
    margin-bottom: 3.75rem;
  }

  .xl\:hover\:ml-15:hover {
    margin-left: 3.75rem;
  }

  .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-18:hover {
    margin-top: 4.5rem;
  }

  .xl\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .xl\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .xl\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .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-21:hover {
    margin-top: 5.25rem;
  }

  .xl\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .xl\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .xl\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .xl\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .xl\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .xl\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .xl\:hover\:ml-22:hover {
    margin-left: 5.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-26:hover {
    margin-top: 6.5rem;
  }

  .xl\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .xl\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .xl\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .xl\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .xl\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .xl\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .xl\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .xl\:hover\:mt-30:hover {
    margin-top: 7.5rem;
  }

  .xl\:hover\:mr-30:hover {
    margin-right: 7.5rem;
  }

  .xl\:hover\:mb-30:hover {
    margin-bottom: 7.5rem;
  }

  .xl\:hover\:ml-30:hover {
    margin-left: 7.5rem;
  }

  .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-34:hover {
    margin-top: 8.5rem;
  }

  .xl\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .xl\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .xl\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .xl\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .xl\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .xl\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .xl\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .xl\:hover\:mt-38:hover {
    margin-top: 9.5rem;
  }

  .xl\:hover\:mr-38:hover {
    margin-right: 9.5rem;
  }

  .xl\:hover\:mb-38:hover {
    margin-bottom: 9.5rem;
  }

  .xl\:hover\:ml-38:hover {
    margin-left: 9.5rem;
  }

  .xl\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .xl\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .xl\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .xl\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .xl\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .xl\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .xl\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .xl\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .xl\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .xl\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .xl\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .xl\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .xl\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .xl\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .xl\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .xl\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .xl\:hover\:mt-53:hover {
    margin-top: 13.25rem;
  }

  .xl\:hover\:mr-53:hover {
    margin-right: 13.25rem;
  }

  .xl\:hover\:mb-53:hover {
    margin-bottom: 13.25rem;
  }

  .xl\:hover\:ml-53:hover {
    margin-left: 13.25rem;
  }

  .xl\:hover\:mt-54:hover {
    margin-top: 13.5rem;
  }

  .xl\:hover\:mr-54:hover {
    margin-right: 13.5rem;
  }

  .xl\:hover\:mb-54:hover {
    margin-bottom: 13.5rem;
  }

  .xl\:hover\:ml-54:hover {
    margin-left: 13.5rem;
  }

  .xl\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .xl\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .xl\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .xl\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .xl\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .xl\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .xl\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .xl\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .xl\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .xl\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .xl\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .xl\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .xl\:hover\:mt-74:hover {
    margin-top: 18.5rem;
  }

  .xl\:hover\:mr-74:hover {
    margin-right: 18.5rem;
  }

  .xl\:hover\:mb-74:hover {
    margin-bottom: 18.5rem;
  }

  .xl\:hover\:ml-74:hover {
    margin-left: 18.5rem;
  }

  .xl\:hover\:mt-76:hover {
    margin-top: 19rem;
  }

  .xl\:hover\:mr-76:hover {
    margin-right: 19rem;
  }

  .xl\:hover\:mb-76:hover {
    margin-bottom: 19rem;
  }

  .xl\:hover\:ml-76:hover {
    margin-left: 19rem;
  }

  .xl\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .xl\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .xl\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .xl\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .xl\:hover\:mt-85:hover {
    margin-top: 21.25rem;
  }

  .xl\:hover\:mr-85:hover {
    margin-right: 21.25rem;
  }

  .xl\:hover\:mb-85:hover {
    margin-bottom: 21.25rem;
  }

  .xl\:hover\:ml-85:hover {
    margin-left: 21.25rem;
  }

  .xl\:hover\:mt-100:hover {
    margin-top: 25rem;
  }

  .xl\:hover\:mr-100:hover {
    margin-right: 25rem;
  }

  .xl\:hover\:mb-100:hover {
    margin-bottom: 25rem;
  }

  .xl\:hover\:ml-100:hover {
    margin-left: 25rem;
  }

  .xl\:hover\:mt-105:hover {
    margin-top: 26.25rem;
  }

  .xl\:hover\:mr-105:hover {
    margin-right: 26.25rem;
  }

  .xl\:hover\:mb-105:hover {
    margin-bottom: 26.25rem;
  }

  .xl\:hover\:ml-105:hover {
    margin-left: 26.25rem;
  }

  .xl\:hover\:mt-107:hover {
    margin-top: 26.4rem;
  }

  .xl\:hover\:mr-107:hover {
    margin-right: 26.4rem;
  }

  .xl\:hover\:mb-107:hover {
    margin-bottom: 26.4rem;
  }

  .xl\:hover\:ml-107:hover {
    margin-left: 26.4rem;
  }

  .xl\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .xl\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .xl\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .xl\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .xl\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .xl\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .xl\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .xl\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .xl\:hover\:mt-130:hover {
    margin-top: 38rem;
  }

  .xl\:hover\:mr-130:hover {
    margin-right: 38rem;
  }

  .xl\:hover\:mb-130:hover {
    margin-bottom: 38rem;
  }

  .xl\:hover\:ml-130:hover {
    margin-left: 38rem;
  }

  .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\:hover\:mt-250px:hover {
    margin-top: 250px;
  }

  .xl\:hover\:mr-250px:hover {
    margin-right: 250px;
  }

  .xl\:hover\:mb-250px:hover {
    margin-bottom: 250px;
  }

  .xl\:hover\:ml-250px:hover {
    margin-left: 250px;
  }

  .xl\:hover\:mt-1\/2\%:hover {
    margin-top: 0.5%;
  }

  .xl\:hover\:mr-1\/2\%:hover {
    margin-right: 0.5%;
  }

  .xl\:hover\:mb-1\/2\%:hover {
    margin-bottom: 0.5%;
  }

  .xl\:hover\:ml-1\/2\%:hover {
    margin-left: 0.5%;
  }

  .xl\:hover\:mt-1\%:hover {
    margin-top: 1%;
  }

  .xl\:hover\:mr-1\%:hover {
    margin-right: 1%;
  }

  .xl\:hover\:mb-1\%:hover {
    margin-bottom: 1%;
  }

  .xl\:hover\:ml-1\%:hover {
    margin-left: 1%;
  }

  .xl\:hover\:mt-2\%:hover {
    margin-top: 2%;
  }

  .xl\:hover\:mr-2\%:hover {
    margin-right: 2%;
  }

  .xl\:hover\:mb-2\%:hover {
    margin-bottom: 2%;
  }

  .xl\:hover\:ml-2\%:hover {
    margin-left: 2%;
  }

  .xl\:hover\:mt-3\%:hover {
    margin-top: 3%;
  }

  .xl\:hover\:mr-3\%:hover {
    margin-right: 3%;
  }

  .xl\:hover\:mb-3\%:hover {
    margin-bottom: 3%;
  }

  .xl\:hover\:ml-3\%:hover {
    margin-left: 3%;
  }

  .xl\:hover\:mt-4\%:hover {
    margin-top: 4%;
  }

  .xl\:hover\:mr-4\%:hover {
    margin-right: 4%;
  }

  .xl\:hover\:mb-4\%:hover {
    margin-bottom: 4%;
  }

  .xl\:hover\:ml-4\%:hover {
    margin-left: 4%;
  }

  .xl\:hover\:mt-5\%:hover {
    margin-top: 5%;
  }

  .xl\:hover\:mr-5\%:hover {
    margin-right: 5%;
  }

  .xl\:hover\:mb-5\%:hover {
    margin-bottom: 5%;
  }

  .xl\:hover\:ml-5\%:hover {
    margin-left: 5%;
  }

  .xl\:hover\:mt-10\%:hover {
    margin-top: 10%;
  }

  .xl\:hover\:mr-10\%:hover {
    margin-right: 10%;
  }

  .xl\:hover\:mb-10\%:hover {
    margin-bottom: 10%;
  }

  .xl\:hover\:ml-10\%:hover {
    margin-left: 10%;
  }

  .xl\:hover\:mt-20\%:hover {
    margin-top: 20%;
  }

  .xl\:hover\:mr-20\%:hover {
    margin-right: 20%;
  }

  .xl\:hover\:mb-20\%:hover {
    margin-bottom: 20%;
  }

  .xl\:hover\:ml-20\%:hover {
    margin-left: 20%;
  }

  .xl\:hover\:mt-23\%:hover {
    margin-top: 23%;
  }

  .xl\:hover\:mr-23\%:hover {
    margin-right: 23%;
  }

  .xl\:hover\:mb-23\%:hover {
    margin-bottom: 23%;
  }

  .xl\:hover\:ml-23\%:hover {
    margin-left: 23%;
  }

  .xl\:hover\:mt-25\%:hover {
    margin-top: 25%;
  }

  .xl\:hover\:mr-25\%:hover {
    margin-right: 25%;
  }

  .xl\:hover\:mb-25\%:hover {
    margin-bottom: 25%;
  }

  .xl\:hover\:ml-25\%:hover {
    margin-left: 25%;
  }

  .xl\:hover\:mt-26\%:hover {
    margin-top: 26%;
  }

  .xl\:hover\:mr-26\%:hover {
    margin-right: 26%;
  }

  .xl\:hover\:mb-26\%:hover {
    margin-bottom: 26%;
  }

  .xl\:hover\:ml-26\%:hover {
    margin-left: 26%;
  }

  .xl\:hover\:mt-30\%:hover {
    margin-top: 30%;
  }

  .xl\:hover\:mr-30\%:hover {
    margin-right: 30%;
  }

  .xl\:hover\:mb-30\%:hover {
    margin-bottom: 30%;
  }

  .xl\:hover\:ml-30\%:hover {
    margin-left: 30%;
  }

  .xl\:hover\:mt-40\%:hover {
    margin-top: 40%;
  }

  .xl\:hover\:mr-40\%:hover {
    margin-right: 40%;
  }

  .xl\:hover\:mb-40\%:hover {
    margin-bottom: 40%;
  }

  .xl\:hover\:ml-40\%:hover {
    margin-left: 40%;
  }

  .xl\:hover\:mt-50\%:hover {
    margin-top: 50%;
  }

  .xl\:hover\:mr-50\%:hover {
    margin-right: 50%;
  }

  .xl\:hover\:mb-50\%:hover {
    margin-bottom: 50%;
  }

  .xl\:hover\:ml-50\%:hover {
    margin-left: 50%;
  }

  .xl\:hover\:mt-60\%:hover {
    margin-top: 60%;
  }

  .xl\:hover\:mr-60\%:hover {
    margin-right: 60%;
  }

  .xl\:hover\:mb-60\%:hover {
    margin-bottom: 60%;
  }

  .xl\:hover\:ml-60\%:hover {
    margin-left: 60%;
  }

  .xl\:hover\:mt-70\%:hover {
    margin-top: 70%;
  }

  .xl\:hover\:mr-70\%:hover {
    margin-right: 70%;
  }

  .xl\:hover\:mb-70\%:hover {
    margin-bottom: 70%;
  }

  .xl\:hover\:ml-70\%:hover {
    margin-left: 70%;
  }

  .xl\:hover\:mt-80\%:hover {
    margin-top: 80%;
  }

  .xl\:hover\:mr-80\%:hover {
    margin-right: 80%;
  }

  .xl\:hover\:mb-80\%:hover {
    margin-bottom: 80%;
  }

  .xl\:hover\:ml-80\%:hover {
    margin-left: 80%;
  }

  .xl\:hover\:mt-90\%:hover {
    margin-top: 90%;
  }

  .xl\:hover\:mr-90\%:hover {
    margin-right: 90%;
  }

  .xl\:hover\:mb-90\%:hover {
    margin-bottom: 90%;
  }

  .xl\:hover\:ml-90\%:hover {
    margin-left: 90%;
  }

  .xl\:hover\:mt-95\%:hover {
    margin-top: 95%;
  }

  .xl\:hover\:mr-95\%:hover {
    margin-right: 95%;
  }

  .xl\:hover\:mb-95\%:hover {
    margin-bottom: 95%;
  }

  .xl\:hover\:ml-95\%:hover {
    margin-left: 95%;
  }

  .xl\:hover\:mt-96\%:hover {
    margin-top: 96%;
  }

  .xl\:hover\:mr-96\%:hover {
    margin-right: 96%;
  }

  .xl\:hover\:mb-96\%:hover {
    margin-bottom: 96%;
  }

  .xl\:hover\:ml-96\%:hover {
    margin-left: 96%;
  }

  .xl\:hover\:mt-97\%:hover {
    margin-top: 97%;
  }

  .xl\:hover\:mr-97\%:hover {
    margin-right: 97%;
  }

  .xl\:hover\:mb-97\%:hover {
    margin-bottom: 97%;
  }

  .xl\:hover\:ml-97\%:hover {
    margin-left: 97%;
  }

  .xl\:hover\:mt-98\%:hover {
    margin-top: 98%;
  }

  .xl\:hover\:mr-98\%:hover {
    margin-right: 98%;
  }

  .xl\:hover\:mb-98\%:hover {
    margin-bottom: 98%;
  }

  .xl\:hover\:ml-98\%:hover {
    margin-left: 98%;
  }

  .xl\:hover\:mt-99\%:hover {
    margin-top: 99%;
  }

  .xl\:hover\:mr-99\%:hover {
    margin-right: 99%;
  }

  .xl\:hover\:mb-99\%:hover {
    margin-bottom: 99%;
  }

  .xl\:hover\:ml-99\%:hover {
    margin-left: 99%;
  }

  .xl\:hover\:mt-36vh:hover {
    margin-top: 36vh;
  }

  .xl\:hover\:mr-36vh:hover {
    margin-right: 36vh;
  }

  .xl\:hover\:mb-36vh:hover {
    margin-bottom: 36vh;
  }

  .xl\:hover\:ml-36vh:hover {
    margin-left: 36vh;
  }

  .xl\:hover\:mt-75vh:hover {
    margin-top: 75vh;
  }

  .xl\:hover\:mr-75vh:hover {
    margin-right: 75vh;
  }

  .xl\:hover\:mb-75vh:hover {
    margin-bottom: 75vh;
  }

  .xl\:hover\:ml-75vh:hover {
    margin-left: 75vh;
  }

  .xl\:hover\:mt-78vh:hover {
    margin-top: 78vh;
  }

  .xl\:hover\:mr-78vh:hover {
    margin-right: 78vh;
  }

  .xl\:hover\:mb-78vh:hover {
    margin-bottom: 78vh;
  }

  .xl\:hover\:ml-78vh:hover {
    margin-left: 78vh;
  }

  .xl\:hover\:mt-80vh:hover {
    margin-top: 80vh;
  }

  .xl\:hover\:mr-80vh:hover {
    margin-right: 80vh;
  }

  .xl\:hover\:mb-80vh:hover {
    margin-bottom: 80vh;
  }

  .xl\:hover\:ml-80vh:hover {
    margin-left: 80vh;
  }

  .xl\:hover\:mt-82vh:hover {
    margin-top: 82vh;
  }

  .xl\:hover\:mr-82vh:hover {
    margin-right: 82vh;
  }

  .xl\:hover\:mb-82vh:hover {
    margin-bottom: 82vh;
  }

  .xl\:hover\:ml-82vh:hover {
    margin-left: 82vh;
  }

  .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-7:hover {
    margin-top: -1.75rem;
  }

  .xl\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .xl\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .xl\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .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-9:hover {
    margin-top: -2.25rem;
  }

  .xl\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .xl\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .xl\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .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-14:hover {
    margin-top: -3.5rem;
  }

  .xl\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .xl\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .xl\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .xl\:hover\:-mt-15:hover {
    margin-top: -3.75rem;
  }

  .xl\:hover\:-mr-15:hover {
    margin-right: -3.75rem;
  }

  .xl\:hover\:-mb-15:hover {
    margin-bottom: -3.75rem;
  }

  .xl\:hover\:-ml-15:hover {
    margin-left: -3.75rem;
  }

  .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-18:hover {
    margin-top: -4.5rem;
  }

  .xl\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .xl\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .xl\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .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-21:hover {
    margin-top: -5.25rem;
  }

  .xl\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .xl\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .xl\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .xl\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .xl\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .xl\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .xl\:hover\:-ml-22:hover {
    margin-left: -5.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-26:hover {
    margin-top: -6.5rem;
  }

  .xl\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .xl\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .xl\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .xl\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .xl\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .xl\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .xl\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .xl\:hover\:-mt-30:hover {
    margin-top: -7.5rem;
  }

  .xl\:hover\:-mr-30:hover {
    margin-right: -7.5rem;
  }

  .xl\:hover\:-mb-30:hover {
    margin-bottom: -7.5rem;
  }

  .xl\:hover\:-ml-30:hover {
    margin-left: -7.5rem;
  }

  .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-34:hover {
    margin-top: -8.5rem;
  }

  .xl\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .xl\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .xl\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .xl\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .xl\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .xl\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .xl\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .xl\:hover\:-mt-38:hover {
    margin-top: -9.5rem;
  }

  .xl\:hover\:-mr-38:hover {
    margin-right: -9.5rem;
  }

  .xl\:hover\:-mb-38:hover {
    margin-bottom: -9.5rem;
  }

  .xl\:hover\:-ml-38:hover {
    margin-left: -9.5rem;
  }

  .xl\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .xl\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .xl\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .xl\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .xl\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .xl\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .xl\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .xl\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .xl\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .xl\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .xl\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .xl\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .xl\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .xl\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .xl\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .xl\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .xl\:hover\:-mt-53:hover {
    margin-top: -13.25rem;
  }

  .xl\:hover\:-mr-53:hover {
    margin-right: -13.25rem;
  }

  .xl\:hover\:-mb-53:hover {
    margin-bottom: -13.25rem;
  }

  .xl\:hover\:-ml-53:hover {
    margin-left: -13.25rem;
  }

  .xl\:hover\:-mt-54:hover {
    margin-top: -13.5rem;
  }

  .xl\:hover\:-mr-54:hover {
    margin-right: -13.5rem;
  }

  .xl\:hover\:-mb-54:hover {
    margin-bottom: -13.5rem;
  }

  .xl\:hover\:-ml-54:hover {
    margin-left: -13.5rem;
  }

  .xl\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .xl\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .xl\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .xl\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .xl\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .xl\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .xl\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .xl\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .xl\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .xl\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .xl\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .xl\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .xl\:hover\:-mt-74:hover {
    margin-top: -18.5rem;
  }

  .xl\:hover\:-mr-74:hover {
    margin-right: -18.5rem;
  }

  .xl\:hover\:-mb-74:hover {
    margin-bottom: -18.5rem;
  }

  .xl\:hover\:-ml-74:hover {
    margin-left: -18.5rem;
  }

  .xl\:hover\:-mt-76:hover {
    margin-top: -19rem;
  }

  .xl\:hover\:-mr-76:hover {
    margin-right: -19rem;
  }

  .xl\:hover\:-mb-76:hover {
    margin-bottom: -19rem;
  }

  .xl\:hover\:-ml-76:hover {
    margin-left: -19rem;
  }

  .xl\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .xl\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .xl\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .xl\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .xl\:hover\:-mt-85:hover {
    margin-top: -21.25rem;
  }

  .xl\:hover\:-mr-85:hover {
    margin-right: -21.25rem;
  }

  .xl\:hover\:-mb-85:hover {
    margin-bottom: -21.25rem;
  }

  .xl\:hover\:-ml-85:hover {
    margin-left: -21.25rem;
  }

  .xl\:hover\:-mt-100:hover {
    margin-top: -25rem;
  }

  .xl\:hover\:-mr-100:hover {
    margin-right: -25rem;
  }

  .xl\:hover\:-mb-100:hover {
    margin-bottom: -25rem;
  }

  .xl\:hover\:-ml-100:hover {
    margin-left: -25rem;
  }

  .xl\:hover\:-mt-105:hover {
    margin-top: -26.25rem;
  }

  .xl\:hover\:-mr-105:hover {
    margin-right: -26.25rem;
  }

  .xl\:hover\:-mb-105:hover {
    margin-bottom: -26.25rem;
  }

  .xl\:hover\:-ml-105:hover {
    margin-left: -26.25rem;
  }

  .xl\:hover\:-mt-107:hover {
    margin-top: -26.4rem;
  }

  .xl\:hover\:-mr-107:hover {
    margin-right: -26.4rem;
  }

  .xl\:hover\:-mb-107:hover {
    margin-bottom: -26.4rem;
  }

  .xl\:hover\:-ml-107:hover {
    margin-left: -26.4rem;
  }

  .xl\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .xl\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .xl\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .xl\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .xl\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .xl\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .xl\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .xl\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .xl\:hover\:-mt-130:hover {
    margin-top: -38rem;
  }

  .xl\:hover\:-mr-130:hover {
    margin-right: -38rem;
  }

  .xl\:hover\:-mb-130:hover {
    margin-bottom: -38rem;
  }

  .xl\:hover\:-ml-130:hover {
    margin-left: -38rem;
  }

  .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\:hover\:-mt-250px:hover {
    margin-top: -250px;
  }

  .xl\:hover\:-mr-250px:hover {
    margin-right: -250px;
  }

  .xl\:hover\:-mb-250px:hover {
    margin-bottom: -250px;
  }

  .xl\:hover\:-ml-250px:hover {
    margin-left: -250px;
  }

  .xl\:hover\:-mt-1\/2\%:hover {
    margin-top: -0.5%;
  }

  .xl\:hover\:-mr-1\/2\%:hover {
    margin-right: -0.5%;
  }

  .xl\:hover\:-mb-1\/2\%:hover {
    margin-bottom: -0.5%;
  }

  .xl\:hover\:-ml-1\/2\%:hover {
    margin-left: -0.5%;
  }

  .xl\:hover\:-mt-1\%:hover {
    margin-top: -1%;
  }

  .xl\:hover\:-mr-1\%:hover {
    margin-right: -1%;
  }

  .xl\:hover\:-mb-1\%:hover {
    margin-bottom: -1%;
  }

  .xl\:hover\:-ml-1\%:hover {
    margin-left: -1%;
  }

  .xl\:hover\:-mt-2\%:hover {
    margin-top: -2%;
  }

  .xl\:hover\:-mr-2\%:hover {
    margin-right: -2%;
  }

  .xl\:hover\:-mb-2\%:hover {
    margin-bottom: -2%;
  }

  .xl\:hover\:-ml-2\%:hover {
    margin-left: -2%;
  }

  .xl\:hover\:-mt-3\%:hover {
    margin-top: -3%;
  }

  .xl\:hover\:-mr-3\%:hover {
    margin-right: -3%;
  }

  .xl\:hover\:-mb-3\%:hover {
    margin-bottom: -3%;
  }

  .xl\:hover\:-ml-3\%:hover {
    margin-left: -3%;
  }

  .xl\:hover\:-mt-4\%:hover {
    margin-top: -4%;
  }

  .xl\:hover\:-mr-4\%:hover {
    margin-right: -4%;
  }

  .xl\:hover\:-mb-4\%:hover {
    margin-bottom: -4%;
  }

  .xl\:hover\:-ml-4\%:hover {
    margin-left: -4%;
  }

  .xl\:hover\:-mt-5\%:hover {
    margin-top: -5%;
  }

  .xl\:hover\:-mr-5\%:hover {
    margin-right: -5%;
  }

  .xl\:hover\:-mb-5\%:hover {
    margin-bottom: -5%;
  }

  .xl\:hover\:-ml-5\%:hover {
    margin-left: -5%;
  }

  .xl\:hover\:-mt-10\%:hover {
    margin-top: -10%;
  }

  .xl\:hover\:-mr-10\%:hover {
    margin-right: -10%;
  }

  .xl\:hover\:-mb-10\%:hover {
    margin-bottom: -10%;
  }

  .xl\:hover\:-ml-10\%:hover {
    margin-left: -10%;
  }

  .xl\:hover\:-mt-20\%:hover {
    margin-top: -20%;
  }

  .xl\:hover\:-mr-20\%:hover {
    margin-right: -20%;
  }

  .xl\:hover\:-mb-20\%:hover {
    margin-bottom: -20%;
  }

  .xl\:hover\:-ml-20\%:hover {
    margin-left: -20%;
  }

  .xl\:hover\:-mt-23\%:hover {
    margin-top: -23%;
  }

  .xl\:hover\:-mr-23\%:hover {
    margin-right: -23%;
  }

  .xl\:hover\:-mb-23\%:hover {
    margin-bottom: -23%;
  }

  .xl\:hover\:-ml-23\%:hover {
    margin-left: -23%;
  }

  .xl\:hover\:-mt-25\%:hover {
    margin-top: -25%;
  }

  .xl\:hover\:-mr-25\%:hover {
    margin-right: -25%;
  }

  .xl\:hover\:-mb-25\%:hover {
    margin-bottom: -25%;
  }

  .xl\:hover\:-ml-25\%:hover {
    margin-left: -25%;
  }

  .xl\:hover\:-mt-26\%:hover {
    margin-top: -26%;
  }

  .xl\:hover\:-mr-26\%:hover {
    margin-right: -26%;
  }

  .xl\:hover\:-mb-26\%:hover {
    margin-bottom: -26%;
  }

  .xl\:hover\:-ml-26\%:hover {
    margin-left: -26%;
  }

  .xl\:hover\:-mt-30\%:hover {
    margin-top: -30%;
  }

  .xl\:hover\:-mr-30\%:hover {
    margin-right: -30%;
  }

  .xl\:hover\:-mb-30\%:hover {
    margin-bottom: -30%;
  }

  .xl\:hover\:-ml-30\%:hover {
    margin-left: -30%;
  }

  .xl\:hover\:-mt-40\%:hover {
    margin-top: -40%;
  }

  .xl\:hover\:-mr-40\%:hover {
    margin-right: -40%;
  }

  .xl\:hover\:-mb-40\%:hover {
    margin-bottom: -40%;
  }

  .xl\:hover\:-ml-40\%:hover {
    margin-left: -40%;
  }

  .xl\:hover\:-mt-50\%:hover {
    margin-top: -50%;
  }

  .xl\:hover\:-mr-50\%:hover {
    margin-right: -50%;
  }

  .xl\:hover\:-mb-50\%:hover {
    margin-bottom: -50%;
  }

  .xl\:hover\:-ml-50\%:hover {
    margin-left: -50%;
  }

  .xl\:hover\:-mt-60\%:hover {
    margin-top: -60%;
  }

  .xl\:hover\:-mr-60\%:hover {
    margin-right: -60%;
  }

  .xl\:hover\:-mb-60\%:hover {
    margin-bottom: -60%;
  }

  .xl\:hover\:-ml-60\%:hover {
    margin-left: -60%;
  }

  .xl\:hover\:-mt-70\%:hover {
    margin-top: -70%;
  }

  .xl\:hover\:-mr-70\%:hover {
    margin-right: -70%;
  }

  .xl\:hover\:-mb-70\%:hover {
    margin-bottom: -70%;
  }

  .xl\:hover\:-ml-70\%:hover {
    margin-left: -70%;
  }

  .xl\:hover\:-mt-80\%:hover {
    margin-top: -80%;
  }

  .xl\:hover\:-mr-80\%:hover {
    margin-right: -80%;
  }

  .xl\:hover\:-mb-80\%:hover {
    margin-bottom: -80%;
  }

  .xl\:hover\:-ml-80\%:hover {
    margin-left: -80%;
  }

  .xl\:hover\:-mt-90\%:hover {
    margin-top: -90%;
  }

  .xl\:hover\:-mr-90\%:hover {
    margin-right: -90%;
  }

  .xl\:hover\:-mb-90\%:hover {
    margin-bottom: -90%;
  }

  .xl\:hover\:-ml-90\%:hover {
    margin-left: -90%;
  }

  .xl\:hover\:-mt-95\%:hover {
    margin-top: -95%;
  }

  .xl\:hover\:-mr-95\%:hover {
    margin-right: -95%;
  }

  .xl\:hover\:-mb-95\%:hover {
    margin-bottom: -95%;
  }

  .xl\:hover\:-ml-95\%:hover {
    margin-left: -95%;
  }

  .xl\:hover\:-mt-96\%:hover {
    margin-top: -96%;
  }

  .xl\:hover\:-mr-96\%:hover {
    margin-right: -96%;
  }

  .xl\:hover\:-mb-96\%:hover {
    margin-bottom: -96%;
  }

  .xl\:hover\:-ml-96\%:hover {
    margin-left: -96%;
  }

  .xl\:hover\:-mt-97\%:hover {
    margin-top: -97%;
  }

  .xl\:hover\:-mr-97\%:hover {
    margin-right: -97%;
  }

  .xl\:hover\:-mb-97\%:hover {
    margin-bottom: -97%;
  }

  .xl\:hover\:-ml-97\%:hover {
    margin-left: -97%;
  }

  .xl\:hover\:-mt-98\%:hover {
    margin-top: -98%;
  }

  .xl\:hover\:-mr-98\%:hover {
    margin-right: -98%;
  }

  .xl\:hover\:-mb-98\%:hover {
    margin-bottom: -98%;
  }

  .xl\:hover\:-ml-98\%:hover {
    margin-left: -98%;
  }

  .xl\:hover\:-mt-99\%:hover {
    margin-top: -99%;
  }

  .xl\:hover\:-mr-99\%:hover {
    margin-right: -99%;
  }

  .xl\:hover\:-mb-99\%:hover {
    margin-bottom: -99%;
  }

  .xl\:hover\:-ml-99\%:hover {
    margin-left: -99%;
  }

  .xl\:hover\:-mt-36vh:hover {
    margin-top: -36vh;
  }

  .xl\:hover\:-mr-36vh:hover {
    margin-right: -36vh;
  }

  .xl\:hover\:-mb-36vh:hover {
    margin-bottom: -36vh;
  }

  .xl\:hover\:-ml-36vh:hover {
    margin-left: -36vh;
  }

  .xl\:hover\:-mt-75vh:hover {
    margin-top: -75vh;
  }

  .xl\:hover\:-mr-75vh:hover {
    margin-right: -75vh;
  }

  .xl\:hover\:-mb-75vh:hover {
    margin-bottom: -75vh;
  }

  .xl\:hover\:-ml-75vh:hover {
    margin-left: -75vh;
  }

  .xl\:hover\:-mt-78vh:hover {
    margin-top: -78vh;
  }

  .xl\:hover\:-mr-78vh:hover {
    margin-right: -78vh;
  }

  .xl\:hover\:-mb-78vh:hover {
    margin-bottom: -78vh;
  }

  .xl\:hover\:-ml-78vh:hover {
    margin-left: -78vh;
  }

  .xl\:hover\:-mt-80vh:hover {
    margin-top: -80vh;
  }

  .xl\:hover\:-mr-80vh:hover {
    margin-right: -80vh;
  }

  .xl\:hover\:-mb-80vh:hover {
    margin-bottom: -80vh;
  }

  .xl\:hover\:-ml-80vh:hover {
    margin-left: -80vh;
  }

  .xl\:hover\:-mt-82vh:hover {
    margin-top: -82vh;
  }

  .xl\:hover\:-mr-82vh:hover {
    margin-right: -82vh;
  }

  .xl\:hover\:-mb-82vh:hover {
    margin-bottom: -82vh;
  }

  .xl\:hover\:-ml-82vh:hover {
    margin-left: -82vh;
  }

  .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-7:focus {
    margin: 1.75rem;
  }

  .xl\:focus\:m-8:focus {
    margin: 2rem;
  }

  .xl\:focus\:m-9:focus {
    margin: 2.25rem;
  }

  .xl\:focus\:m-10:focus {
    margin: 2.5rem;
  }

  .xl\:focus\:m-12:focus {
    margin: 3rem;
  }

  .xl\:focus\:m-14:focus {
    margin: 3.5rem;
  }

  .xl\:focus\:m-15:focus {
    margin: 3.75rem;
  }

  .xl\:focus\:m-16:focus {
    margin: 4rem;
  }

  .xl\:focus\:m-18:focus {
    margin: 4.5rem;
  }

  .xl\:focus\:m-20:focus {
    margin: 5rem;
  }

  .xl\:focus\:m-21:focus {
    margin: 5.25rem;
  }

  .xl\:focus\:m-22:focus {
    margin: 5.5rem;
  }

  .xl\:focus\:m-24:focus {
    margin: 6rem;
  }

  .xl\:focus\:m-26:focus {
    margin: 6.5rem;
  }

  .xl\:focus\:m-28:focus {
    margin: 7rem;
  }

  .xl\:focus\:m-30:focus {
    margin: 7.5rem;
  }

  .xl\:focus\:m-32:focus {
    margin: 8rem;
  }

  .xl\:focus\:m-34:focus {
    margin: 8.5rem;
  }

  .xl\:focus\:m-36:focus {
    margin: 9rem;
  }

  .xl\:focus\:m-38:focus {
    margin: 9.5rem;
  }

  .xl\:focus\:m-40:focus {
    margin: 10rem;
  }

  .xl\:focus\:m-44:focus {
    margin: 11rem;
  }

  .xl\:focus\:m-48:focus {
    margin: 12rem;
  }

  .xl\:focus\:m-52:focus {
    margin: 13rem;
  }

  .xl\:focus\:m-53:focus {
    margin: 13.25rem;
  }

  .xl\:focus\:m-54:focus {
    margin: 13.5rem;
  }

  .xl\:focus\:m-56:focus {
    margin: 14rem;
  }

  .xl\:focus\:m-64:focus {
    margin: 16rem;
  }

  .xl\:focus\:m-72:focus {
    margin: 18rem;
  }

  .xl\:focus\:m-74:focus {
    margin: 18.5rem;
  }

  .xl\:focus\:m-76:focus {
    margin: 19rem;
  }

  .xl\:focus\:m-80:focus {
    margin: 20rem;
  }

  .xl\:focus\:m-85:focus {
    margin: 21.25rem;
  }

  .xl\:focus\:m-100:focus {
    margin: 25rem;
  }

  .xl\:focus\:m-105:focus {
    margin: 26.25rem;
  }

  .xl\:focus\:m-107:focus {
    margin: 26.4rem;
  }

  .xl\:focus\:m-110:focus {
    margin: 27.5rem;
  }

  .xl\:focus\:m-120:focus {
    margin: 30rem;
  }

  .xl\:focus\:m-130:focus {
    margin: 38rem;
  }

  .xl\:focus\:m-auto:focus {
    margin: auto;
  }

  .xl\:focus\:m-px:focus {
    margin: 1px;
  }

  .xl\:focus\:m-250px:focus {
    margin: 250px;
  }

  .xl\:focus\:m-1\/2\%:focus {
    margin: 0.5%;
  }

  .xl\:focus\:m-1\%:focus {
    margin: 1%;
  }

  .xl\:focus\:m-2\%:focus {
    margin: 2%;
  }

  .xl\:focus\:m-3\%:focus {
    margin: 3%;
  }

  .xl\:focus\:m-4\%:focus {
    margin: 4%;
  }

  .xl\:focus\:m-5\%:focus {
    margin: 5%;
  }

  .xl\:focus\:m-10\%:focus {
    margin: 10%;
  }

  .xl\:focus\:m-20\%:focus {
    margin: 20%;
  }

  .xl\:focus\:m-23\%:focus {
    margin: 23%;
  }

  .xl\:focus\:m-25\%:focus {
    margin: 25%;
  }

  .xl\:focus\:m-26\%:focus {
    margin: 26%;
  }

  .xl\:focus\:m-30\%:focus {
    margin: 30%;
  }

  .xl\:focus\:m-40\%:focus {
    margin: 40%;
  }

  .xl\:focus\:m-50\%:focus {
    margin: 50%;
  }

  .xl\:focus\:m-60\%:focus {
    margin: 60%;
  }

  .xl\:focus\:m-70\%:focus {
    margin: 70%;
  }

  .xl\:focus\:m-80\%:focus {
    margin: 80%;
  }

  .xl\:focus\:m-90\%:focus {
    margin: 90%;
  }

  .xl\:focus\:m-95\%:focus {
    margin: 95%;
  }

  .xl\:focus\:m-96\%:focus {
    margin: 96%;
  }

  .xl\:focus\:m-97\%:focus {
    margin: 97%;
  }

  .xl\:focus\:m-98\%:focus {
    margin: 98%;
  }

  .xl\:focus\:m-99\%:focus {
    margin: 99%;
  }

  .xl\:focus\:m-36vh:focus {
    margin: 36vh;
  }

  .xl\:focus\:m-75vh:focus {
    margin: 75vh;
  }

  .xl\:focus\:m-78vh:focus {
    margin: 78vh;
  }

  .xl\:focus\:m-80vh:focus {
    margin: 80vh;
  }

  .xl\:focus\:m-82vh:focus {
    margin: 82vh;
  }

  .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-7:focus {
    margin: -1.75rem;
  }

  .xl\:focus\:-m-8:focus {
    margin: -2rem;
  }

  .xl\:focus\:-m-9:focus {
    margin: -2.25rem;
  }

  .xl\:focus\:-m-10:focus {
    margin: -2.5rem;
  }

  .xl\:focus\:-m-12:focus {
    margin: -3rem;
  }

  .xl\:focus\:-m-14:focus {
    margin: -3.5rem;
  }

  .xl\:focus\:-m-15:focus {
    margin: -3.75rem;
  }

  .xl\:focus\:-m-16:focus {
    margin: -4rem;
  }

  .xl\:focus\:-m-18:focus {
    margin: -4.5rem;
  }

  .xl\:focus\:-m-20:focus {
    margin: -5rem;
  }

  .xl\:focus\:-m-21:focus {
    margin: -5.25rem;
  }

  .xl\:focus\:-m-22:focus {
    margin: -5.5rem;
  }

  .xl\:focus\:-m-24:focus {
    margin: -6rem;
  }

  .xl\:focus\:-m-26:focus {
    margin: -6.5rem;
  }

  .xl\:focus\:-m-28:focus {
    margin: -7rem;
  }

  .xl\:focus\:-m-30:focus {
    margin: -7.5rem;
  }

  .xl\:focus\:-m-32:focus {
    margin: -8rem;
  }

  .xl\:focus\:-m-34:focus {
    margin: -8.5rem;
  }

  .xl\:focus\:-m-36:focus {
    margin: -9rem;
  }

  .xl\:focus\:-m-38:focus {
    margin: -9.5rem;
  }

  .xl\:focus\:-m-40:focus {
    margin: -10rem;
  }

  .xl\:focus\:-m-44:focus {
    margin: -11rem;
  }

  .xl\:focus\:-m-48:focus {
    margin: -12rem;
  }

  .xl\:focus\:-m-52:focus {
    margin: -13rem;
  }

  .xl\:focus\:-m-53:focus {
    margin: -13.25rem;
  }

  .xl\:focus\:-m-54:focus {
    margin: -13.5rem;
  }

  .xl\:focus\:-m-56:focus {
    margin: -14rem;
  }

  .xl\:focus\:-m-64:focus {
    margin: -16rem;
  }

  .xl\:focus\:-m-72:focus {
    margin: -18rem;
  }

  .xl\:focus\:-m-74:focus {
    margin: -18.5rem;
  }

  .xl\:focus\:-m-76:focus {
    margin: -19rem;
  }

  .xl\:focus\:-m-80:focus {
    margin: -20rem;
  }

  .xl\:focus\:-m-85:focus {
    margin: -21.25rem;
  }

  .xl\:focus\:-m-100:focus {
    margin: -25rem;
  }

  .xl\:focus\:-m-105:focus {
    margin: -26.25rem;
  }

  .xl\:focus\:-m-107:focus {
    margin: -26.4rem;
  }

  .xl\:focus\:-m-110:focus {
    margin: -27.5rem;
  }

  .xl\:focus\:-m-120:focus {
    margin: -30rem;
  }

  .xl\:focus\:-m-130:focus {
    margin: -38rem;
  }

  .xl\:focus\:-m-px:focus {
    margin: -1px;
  }

  .xl\:focus\:-m-250px:focus {
    margin: -250px;
  }

  .xl\:focus\:-m-1\/2\%:focus {
    margin: -0.5%;
  }

  .xl\:focus\:-m-1\%:focus {
    margin: -1%;
  }

  .xl\:focus\:-m-2\%:focus {
    margin: -2%;
  }

  .xl\:focus\:-m-3\%:focus {
    margin: -3%;
  }

  .xl\:focus\:-m-4\%:focus {
    margin: -4%;
  }

  .xl\:focus\:-m-5\%:focus {
    margin: -5%;
  }

  .xl\:focus\:-m-10\%:focus {
    margin: -10%;
  }

  .xl\:focus\:-m-20\%:focus {
    margin: -20%;
  }

  .xl\:focus\:-m-23\%:focus {
    margin: -23%;
  }

  .xl\:focus\:-m-25\%:focus {
    margin: -25%;
  }

  .xl\:focus\:-m-26\%:focus {
    margin: -26%;
  }

  .xl\:focus\:-m-30\%:focus {
    margin: -30%;
  }

  .xl\:focus\:-m-40\%:focus {
    margin: -40%;
  }

  .xl\:focus\:-m-50\%:focus {
    margin: -50%;
  }

  .xl\:focus\:-m-60\%:focus {
    margin: -60%;
  }

  .xl\:focus\:-m-70\%:focus {
    margin: -70%;
  }

  .xl\:focus\:-m-80\%:focus {
    margin: -80%;
  }

  .xl\:focus\:-m-90\%:focus {
    margin: -90%;
  }

  .xl\:focus\:-m-95\%:focus {
    margin: -95%;
  }

  .xl\:focus\:-m-96\%:focus {
    margin: -96%;
  }

  .xl\:focus\:-m-97\%:focus {
    margin: -97%;
  }

  .xl\:focus\:-m-98\%:focus {
    margin: -98%;
  }

  .xl\:focus\:-m-99\%:focus {
    margin: -99%;
  }

  .xl\:focus\:-m-36vh:focus {
    margin: -36vh;
  }

  .xl\:focus\:-m-75vh:focus {
    margin: -75vh;
  }

  .xl\:focus\:-m-78vh:focus {
    margin: -78vh;
  }

  .xl\:focus\:-m-80vh:focus {
    margin: -80vh;
  }

  .xl\:focus\:-m-82vh:focus {
    margin: -82vh;
  }

  .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-7:focus {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:focus\:mx-7:focus {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:focus {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:focus\:mx-9:focus {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:focus {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:focus\:mx-14:focus {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:focus\:my-15:focus {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:focus\:mx-15:focus {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:focus {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:focus\:mx-18:focus {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:focus {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xl\:focus\:mx-21:focus {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xl\:focus\:my-22:focus {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:focus\:mx-22:focus {
    margin-left: 5.5rem;
    margin-right: 5.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-26:focus {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:focus\:mx-26:focus {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:focus\:my-28:focus {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:focus\:mx-28:focus {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:focus\:my-30:focus {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:focus\:mx-30:focus {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:focus {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:focus\:mx-34:focus {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:focus\:my-36:focus {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:focus\:mx-36:focus {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:focus\:my-38:focus {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xl\:focus\:mx-38:focus {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xl\:focus\:my-40:focus {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:focus\:mx-40:focus {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:focus\:my-44:focus {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:focus\:mx-44:focus {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:focus\:my-48:focus {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:focus\:mx-48:focus {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:focus\:my-52:focus {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:focus\:mx-52:focus {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:focus\:my-53:focus {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .xl\:focus\:mx-53:focus {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .xl\:focus\:my-54:focus {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xl\:focus\:mx-54:focus {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xl\:focus\:my-56:focus {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:focus\:mx-56:focus {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:focus\:my-64:focus {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:focus\:mx-64:focus {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:focus\:my-72:focus {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:focus\:mx-72:focus {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:focus\:my-74:focus {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xl\:focus\:mx-74:focus {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xl\:focus\:my-76:focus {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xl\:focus\:mx-76:focus {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xl\:focus\:my-80:focus {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:focus\:mx-80:focus {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:focus\:my-85:focus {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .xl\:focus\:mx-85:focus {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .xl\:focus\:my-100:focus {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xl\:focus\:mx-100:focus {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xl\:focus\:my-105:focus {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .xl\:focus\:mx-105:focus {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .xl\:focus\:my-107:focus {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .xl\:focus\:mx-107:focus {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .xl\:focus\:my-110:focus {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xl\:focus\:mx-110:focus {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xl\:focus\:my-120:focus {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:focus\:mx-120:focus {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:focus\:my-130:focus {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xl\:focus\:mx-130:focus {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:focus {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl\:focus\:mx-250px:focus {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl\:focus\:my-1\/2\%:focus {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .xl\:focus\:mx-1\/2\%:focus {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .xl\:focus\:my-1\%:focus {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xl\:focus\:mx-1\%:focus {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xl\:focus\:my-2\%:focus {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .xl\:focus\:mx-2\%:focus {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xl\:focus\:my-3\%:focus {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .xl\:focus\:mx-3\%:focus {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xl\:focus\:my-4\%:focus {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .xl\:focus\:mx-4\%:focus {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xl\:focus\:my-5\%:focus {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:focus\:mx-5\%:focus {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:focus\:my-10\%:focus {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:focus\:mx-10\%:focus {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:focus\:my-20\%:focus {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:focus\:mx-20\%:focus {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:focus\:my-23\%:focus {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .xl\:focus\:mx-23\%:focus {
    margin-left: 23%;
    margin-right: 23%;
  }

  .xl\:focus\:my-25\%:focus {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:focus\:mx-25\%:focus {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:focus\:my-26\%:focus {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .xl\:focus\:mx-26\%:focus {
    margin-left: 26%;
    margin-right: 26%;
  }

  .xl\:focus\:my-30\%:focus {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:focus\:mx-30\%:focus {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:focus\:my-40\%:focus {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:focus\:mx-40\%:focus {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:focus\:my-50\%:focus {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:focus\:mx-50\%:focus {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:focus\:my-60\%:focus {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:focus\:mx-60\%:focus {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:focus\:my-70\%:focus {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xl\:focus\:mx-70\%:focus {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xl\:focus\:my-80\%:focus {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:focus\:mx-80\%:focus {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:focus\:my-90\%:focus {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xl\:focus\:mx-90\%:focus {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xl\:focus\:my-95\%:focus {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xl\:focus\:mx-95\%:focus {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xl\:focus\:my-96\%:focus {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xl\:focus\:mx-96\%:focus {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xl\:focus\:my-97\%:focus {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .xl\:focus\:mx-97\%:focus {
    margin-left: 97%;
    margin-right: 97%;
  }

  .xl\:focus\:my-98\%:focus {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .xl\:focus\:mx-98\%:focus {
    margin-left: 98%;
    margin-right: 98%;
  }

  .xl\:focus\:my-99\%:focus {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .xl\:focus\:mx-99\%:focus {
    margin-left: 99%;
    margin-right: 99%;
  }

  .xl\:focus\:my-36vh:focus {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .xl\:focus\:mx-36vh:focus {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .xl\:focus\:my-75vh:focus {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .xl\:focus\:mx-75vh:focus {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .xl\:focus\:my-78vh:focus {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .xl\:focus\:mx-78vh:focus {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .xl\:focus\:my-80vh:focus {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xl\:focus\:mx-80vh:focus {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xl\:focus\:my-82vh:focus {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .xl\:focus\:mx-82vh:focus {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:focus {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:focus\:-mx-7:focus {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:focus {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:focus\:-mx-9:focus {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:focus {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:focus\:-mx-14:focus {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:focus\:-my-15:focus {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:focus\:-mx-15:focus {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:focus {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:focus\:-mx-18:focus {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:focus {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xl\:focus\:-mx-21:focus {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xl\:focus\:-my-22:focus {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:focus\:-mx-22:focus {
    margin-left: -5.5rem;
    margin-right: -5.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-26:focus {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:focus\:-mx-26:focus {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:focus\:-my-28:focus {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:focus\:-mx-28:focus {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:focus\:-my-30:focus {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:focus\:-mx-30:focus {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:focus {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:focus\:-mx-34:focus {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:focus\:-my-36:focus {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:focus\:-mx-36:focus {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:focus\:-my-38:focus {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xl\:focus\:-mx-38:focus {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xl\:focus\:-my-40:focus {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:focus\:-mx-40:focus {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:focus\:-my-44:focus {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:focus\:-mx-44:focus {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:focus\:-my-48:focus {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:focus\:-mx-48:focus {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:focus\:-my-52:focus {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:focus\:-mx-52:focus {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:focus\:-my-53:focus {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .xl\:focus\:-mx-53:focus {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .xl\:focus\:-my-54:focus {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xl\:focus\:-mx-54:focus {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xl\:focus\:-my-56:focus {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:focus\:-mx-56:focus {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:focus\:-my-64:focus {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:focus\:-mx-64:focus {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:focus\:-my-72:focus {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:focus\:-mx-72:focus {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:focus\:-my-74:focus {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .xl\:focus\:-mx-74:focus {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .xl\:focus\:-my-76:focus {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xl\:focus\:-mx-76:focus {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xl\:focus\:-my-80:focus {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:focus\:-mx-80:focus {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:focus\:-my-85:focus {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .xl\:focus\:-mx-85:focus {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .xl\:focus\:-my-100:focus {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xl\:focus\:-mx-100:focus {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xl\:focus\:-my-105:focus {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .xl\:focus\:-mx-105:focus {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .xl\:focus\:-my-107:focus {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .xl\:focus\:-mx-107:focus {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .xl\:focus\:-my-110:focus {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xl\:focus\:-mx-110:focus {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xl\:focus\:-my-120:focus {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:focus\:-mx-120:focus {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:focus\:-my-130:focus {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xl\:focus\:-mx-130:focus {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xl\:focus\:-my-px:focus {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:focus\:-mx-px:focus {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:focus\:-my-250px:focus {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xl\:focus\:-mx-250px:focus {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xl\:focus\:-my-1\/2\%:focus {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .xl\:focus\:-mx-1\/2\%:focus {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .xl\:focus\:-my-1\%:focus {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xl\:focus\:-mx-1\%:focus {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xl\:focus\:-my-2\%:focus {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .xl\:focus\:-mx-2\%:focus {
    margin-left: -2%;
    margin-right: -2%;
  }

  .xl\:focus\:-my-3\%:focus {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .xl\:focus\:-mx-3\%:focus {
    margin-left: -3%;
    margin-right: -3%;
  }

  .xl\:focus\:-my-4\%:focus {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .xl\:focus\:-mx-4\%:focus {
    margin-left: -4%;
    margin-right: -4%;
  }

  .xl\:focus\:-my-5\%:focus {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xl\:focus\:-mx-5\%:focus {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xl\:focus\:-my-10\%:focus {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl\:focus\:-mx-10\%:focus {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl\:focus\:-my-20\%:focus {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:focus\:-mx-20\%:focus {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:focus\:-my-23\%:focus {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .xl\:focus\:-mx-23\%:focus {
    margin-left: -23%;
    margin-right: -23%;
  }

  .xl\:focus\:-my-25\%:focus {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:focus\:-mx-25\%:focus {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:focus\:-my-26\%:focus {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .xl\:focus\:-mx-26\%:focus {
    margin-left: -26%;
    margin-right: -26%;
  }

  .xl\:focus\:-my-30\%:focus {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xl\:focus\:-mx-30\%:focus {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xl\:focus\:-my-40\%:focus {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:focus\:-mx-40\%:focus {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:focus\:-my-50\%:focus {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:focus\:-mx-50\%:focus {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:focus\:-my-60\%:focus {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:focus\:-mx-60\%:focus {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:focus\:-my-70\%:focus {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xl\:focus\:-mx-70\%:focus {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xl\:focus\:-my-80\%:focus {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:focus\:-mx-80\%:focus {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:focus\:-my-90\%:focus {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xl\:focus\:-mx-90\%:focus {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xl\:focus\:-my-95\%:focus {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xl\:focus\:-mx-95\%:focus {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xl\:focus\:-my-96\%:focus {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xl\:focus\:-mx-96\%:focus {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xl\:focus\:-my-97\%:focus {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .xl\:focus\:-mx-97\%:focus {
    margin-left: -97%;
    margin-right: -97%;
  }

  .xl\:focus\:-my-98\%:focus {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .xl\:focus\:-mx-98\%:focus {
    margin-left: -98%;
    margin-right: -98%;
  }

  .xl\:focus\:-my-99\%:focus {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .xl\:focus\:-mx-99\%:focus {
    margin-left: -99%;
    margin-right: -99%;
  }

  .xl\:focus\:-my-36vh:focus {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .xl\:focus\:-mx-36vh:focus {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .xl\:focus\:-my-75vh:focus {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .xl\:focus\:-mx-75vh:focus {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .xl\:focus\:-my-78vh:focus {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .xl\:focus\:-mx-78vh:focus {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .xl\:focus\:-my-80vh:focus {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xl\:focus\:-mx-80vh:focus {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xl\:focus\:-my-82vh:focus {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .xl\:focus\:-mx-82vh:focus {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:focus {
    margin-top: 1.75rem;
  }

  .xl\:focus\:mr-7:focus {
    margin-right: 1.75rem;
  }

  .xl\:focus\:mb-7:focus {
    margin-bottom: 1.75rem;
  }

  .xl\:focus\:ml-7:focus {
    margin-left: 1.75rem;
  }

  .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-9:focus {
    margin-top: 2.25rem;
  }

  .xl\:focus\:mr-9:focus {
    margin-right: 2.25rem;
  }

  .xl\:focus\:mb-9:focus {
    margin-bottom: 2.25rem;
  }

  .xl\:focus\:ml-9:focus {
    margin-left: 2.25rem;
  }

  .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-14:focus {
    margin-top: 3.5rem;
  }

  .xl\:focus\:mr-14:focus {
    margin-right: 3.5rem;
  }

  .xl\:focus\:mb-14:focus {
    margin-bottom: 3.5rem;
  }

  .xl\:focus\:ml-14:focus {
    margin-left: 3.5rem;
  }

  .xl\:focus\:mt-15:focus {
    margin-top: 3.75rem;
  }

  .xl\:focus\:mr-15:focus {
    margin-right: 3.75rem;
  }

  .xl\:focus\:mb-15:focus {
    margin-bottom: 3.75rem;
  }

  .xl\:focus\:ml-15:focus {
    margin-left: 3.75rem;
  }

  .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-18:focus {
    margin-top: 4.5rem;
  }

  .xl\:focus\:mr-18:focus {
    margin-right: 4.5rem;
  }

  .xl\:focus\:mb-18:focus {
    margin-bottom: 4.5rem;
  }

  .xl\:focus\:ml-18:focus {
    margin-left: 4.5rem;
  }

  .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-21:focus {
    margin-top: 5.25rem;
  }

  .xl\:focus\:mr-21:focus {
    margin-right: 5.25rem;
  }

  .xl\:focus\:mb-21:focus {
    margin-bottom: 5.25rem;
  }

  .xl\:focus\:ml-21:focus {
    margin-left: 5.25rem;
  }

  .xl\:focus\:mt-22:focus {
    margin-top: 5.5rem;
  }

  .xl\:focus\:mr-22:focus {
    margin-right: 5.5rem;
  }

  .xl\:focus\:mb-22:focus {
    margin-bottom: 5.5rem;
  }

  .xl\:focus\:ml-22:focus {
    margin-left: 5.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-26:focus {
    margin-top: 6.5rem;
  }

  .xl\:focus\:mr-26:focus {
    margin-right: 6.5rem;
  }

  .xl\:focus\:mb-26:focus {
    margin-bottom: 6.5rem;
  }

  .xl\:focus\:ml-26:focus {
    margin-left: 6.5rem;
  }

  .xl\:focus\:mt-28:focus {
    margin-top: 7rem;
  }

  .xl\:focus\:mr-28:focus {
    margin-right: 7rem;
  }

  .xl\:focus\:mb-28:focus {
    margin-bottom: 7rem;
  }

  .xl\:focus\:ml-28:focus {
    margin-left: 7rem;
  }

  .xl\:focus\:mt-30:focus {
    margin-top: 7.5rem;
  }

  .xl\:focus\:mr-30:focus {
    margin-right: 7.5rem;
  }

  .xl\:focus\:mb-30:focus {
    margin-bottom: 7.5rem;
  }

  .xl\:focus\:ml-30:focus {
    margin-left: 7.5rem;
  }

  .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-34:focus {
    margin-top: 8.5rem;
  }

  .xl\:focus\:mr-34:focus {
    margin-right: 8.5rem;
  }

  .xl\:focus\:mb-34:focus {
    margin-bottom: 8.5rem;
  }

  .xl\:focus\:ml-34:focus {
    margin-left: 8.5rem;
  }

  .xl\:focus\:mt-36:focus {
    margin-top: 9rem;
  }

  .xl\:focus\:mr-36:focus {
    margin-right: 9rem;
  }

  .xl\:focus\:mb-36:focus {
    margin-bottom: 9rem;
  }

  .xl\:focus\:ml-36:focus {
    margin-left: 9rem;
  }

  .xl\:focus\:mt-38:focus {
    margin-top: 9.5rem;
  }

  .xl\:focus\:mr-38:focus {
    margin-right: 9.5rem;
  }

  .xl\:focus\:mb-38:focus {
    margin-bottom: 9.5rem;
  }

  .xl\:focus\:ml-38:focus {
    margin-left: 9.5rem;
  }

  .xl\:focus\:mt-40:focus {
    margin-top: 10rem;
  }

  .xl\:focus\:mr-40:focus {
    margin-right: 10rem;
  }

  .xl\:focus\:mb-40:focus {
    margin-bottom: 10rem;
  }

  .xl\:focus\:ml-40:focus {
    margin-left: 10rem;
  }

  .xl\:focus\:mt-44:focus {
    margin-top: 11rem;
  }

  .xl\:focus\:mr-44:focus {
    margin-right: 11rem;
  }

  .xl\:focus\:mb-44:focus {
    margin-bottom: 11rem;
  }

  .xl\:focus\:ml-44:focus {
    margin-left: 11rem;
  }

  .xl\:focus\:mt-48:focus {
    margin-top: 12rem;
  }

  .xl\:focus\:mr-48:focus {
    margin-right: 12rem;
  }

  .xl\:focus\:mb-48:focus {
    margin-bottom: 12rem;
  }

  .xl\:focus\:ml-48:focus {
    margin-left: 12rem;
  }

  .xl\:focus\:mt-52:focus {
    margin-top: 13rem;
  }

  .xl\:focus\:mr-52:focus {
    margin-right: 13rem;
  }

  .xl\:focus\:mb-52:focus {
    margin-bottom: 13rem;
  }

  .xl\:focus\:ml-52:focus {
    margin-left: 13rem;
  }

  .xl\:focus\:mt-53:focus {
    margin-top: 13.25rem;
  }

  .xl\:focus\:mr-53:focus {
    margin-right: 13.25rem;
  }

  .xl\:focus\:mb-53:focus {
    margin-bottom: 13.25rem;
  }

  .xl\:focus\:ml-53:focus {
    margin-left: 13.25rem;
  }

  .xl\:focus\:mt-54:focus {
    margin-top: 13.5rem;
  }

  .xl\:focus\:mr-54:focus {
    margin-right: 13.5rem;
  }

  .xl\:focus\:mb-54:focus {
    margin-bottom: 13.5rem;
  }

  .xl\:focus\:ml-54:focus {
    margin-left: 13.5rem;
  }

  .xl\:focus\:mt-56:focus {
    margin-top: 14rem;
  }

  .xl\:focus\:mr-56:focus {
    margin-right: 14rem;
  }

  .xl\:focus\:mb-56:focus {
    margin-bottom: 14rem;
  }

  .xl\:focus\:ml-56:focus {
    margin-left: 14rem;
  }

  .xl\:focus\:mt-64:focus {
    margin-top: 16rem;
  }

  .xl\:focus\:mr-64:focus {
    margin-right: 16rem;
  }

  .xl\:focus\:mb-64:focus {
    margin-bottom: 16rem;
  }

  .xl\:focus\:ml-64:focus {
    margin-left: 16rem;
  }

  .xl\:focus\:mt-72:focus {
    margin-top: 18rem;
  }

  .xl\:focus\:mr-72:focus {
    margin-right: 18rem;
  }

  .xl\:focus\:mb-72:focus {
    margin-bottom: 18rem;
  }

  .xl\:focus\:ml-72:focus {
    margin-left: 18rem;
  }

  .xl\:focus\:mt-74:focus {
    margin-top: 18.5rem;
  }

  .xl\:focus\:mr-74:focus {
    margin-right: 18.5rem;
  }

  .xl\:focus\:mb-74:focus {
    margin-bottom: 18.5rem;
  }

  .xl\:focus\:ml-74:focus {
    margin-left: 18.5rem;
  }

  .xl\:focus\:mt-76:focus {
    margin-top: 19rem;
  }

  .xl\:focus\:mr-76:focus {
    margin-right: 19rem;
  }

  .xl\:focus\:mb-76:focus {
    margin-bottom: 19rem;
  }

  .xl\:focus\:ml-76:focus {
    margin-left: 19rem;
  }

  .xl\:focus\:mt-80:focus {
    margin-top: 20rem;
  }

  .xl\:focus\:mr-80:focus {
    margin-right: 20rem;
  }

  .xl\:focus\:mb-80:focus {
    margin-bottom: 20rem;
  }

  .xl\:focus\:ml-80:focus {
    margin-left: 20rem;
  }

  .xl\:focus\:mt-85:focus {
    margin-top: 21.25rem;
  }

  .xl\:focus\:mr-85:focus {
    margin-right: 21.25rem;
  }

  .xl\:focus\:mb-85:focus {
    margin-bottom: 21.25rem;
  }

  .xl\:focus\:ml-85:focus {
    margin-left: 21.25rem;
  }

  .xl\:focus\:mt-100:focus {
    margin-top: 25rem;
  }

  .xl\:focus\:mr-100:focus {
    margin-right: 25rem;
  }

  .xl\:focus\:mb-100:focus {
    margin-bottom: 25rem;
  }

  .xl\:focus\:ml-100:focus {
    margin-left: 25rem;
  }

  .xl\:focus\:mt-105:focus {
    margin-top: 26.25rem;
  }

  .xl\:focus\:mr-105:focus {
    margin-right: 26.25rem;
  }

  .xl\:focus\:mb-105:focus {
    margin-bottom: 26.25rem;
  }

  .xl\:focus\:ml-105:focus {
    margin-left: 26.25rem;
  }

  .xl\:focus\:mt-107:focus {
    margin-top: 26.4rem;
  }

  .xl\:focus\:mr-107:focus {
    margin-right: 26.4rem;
  }

  .xl\:focus\:mb-107:focus {
    margin-bottom: 26.4rem;
  }

  .xl\:focus\:ml-107:focus {
    margin-left: 26.4rem;
  }

  .xl\:focus\:mt-110:focus {
    margin-top: 27.5rem;
  }

  .xl\:focus\:mr-110:focus {
    margin-right: 27.5rem;
  }

  .xl\:focus\:mb-110:focus {
    margin-bottom: 27.5rem;
  }

  .xl\:focus\:ml-110:focus {
    margin-left: 27.5rem;
  }

  .xl\:focus\:mt-120:focus {
    margin-top: 30rem;
  }

  .xl\:focus\:mr-120:focus {
    margin-right: 30rem;
  }

  .xl\:focus\:mb-120:focus {
    margin-bottom: 30rem;
  }

  .xl\:focus\:ml-120:focus {
    margin-left: 30rem;
  }

  .xl\:focus\:mt-130:focus {
    margin-top: 38rem;
  }

  .xl\:focus\:mr-130:focus {
    margin-right: 38rem;
  }

  .xl\:focus\:mb-130:focus {
    margin-bottom: 38rem;
  }

  .xl\:focus\:ml-130:focus {
    margin-left: 38rem;
  }

  .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\:focus\:mt-250px:focus {
    margin-top: 250px;
  }

  .xl\:focus\:mr-250px:focus {
    margin-right: 250px;
  }

  .xl\:focus\:mb-250px:focus {
    margin-bottom: 250px;
  }

  .xl\:focus\:ml-250px:focus {
    margin-left: 250px;
  }

  .xl\:focus\:mt-1\/2\%:focus {
    margin-top: 0.5%;
  }

  .xl\:focus\:mr-1\/2\%:focus {
    margin-right: 0.5%;
  }

  .xl\:focus\:mb-1\/2\%:focus {
    margin-bottom: 0.5%;
  }

  .xl\:focus\:ml-1\/2\%:focus {
    margin-left: 0.5%;
  }

  .xl\:focus\:mt-1\%:focus {
    margin-top: 1%;
  }

  .xl\:focus\:mr-1\%:focus {
    margin-right: 1%;
  }

  .xl\:focus\:mb-1\%:focus {
    margin-bottom: 1%;
  }

  .xl\:focus\:ml-1\%:focus {
    margin-left: 1%;
  }

  .xl\:focus\:mt-2\%:focus {
    margin-top: 2%;
  }

  .xl\:focus\:mr-2\%:focus {
    margin-right: 2%;
  }

  .xl\:focus\:mb-2\%:focus {
    margin-bottom: 2%;
  }

  .xl\:focus\:ml-2\%:focus {
    margin-left: 2%;
  }

  .xl\:focus\:mt-3\%:focus {
    margin-top: 3%;
  }

  .xl\:focus\:mr-3\%:focus {
    margin-right: 3%;
  }

  .xl\:focus\:mb-3\%:focus {
    margin-bottom: 3%;
  }

  .xl\:focus\:ml-3\%:focus {
    margin-left: 3%;
  }

  .xl\:focus\:mt-4\%:focus {
    margin-top: 4%;
  }

  .xl\:focus\:mr-4\%:focus {
    margin-right: 4%;
  }

  .xl\:focus\:mb-4\%:focus {
    margin-bottom: 4%;
  }

  .xl\:focus\:ml-4\%:focus {
    margin-left: 4%;
  }

  .xl\:focus\:mt-5\%:focus {
    margin-top: 5%;
  }

  .xl\:focus\:mr-5\%:focus {
    margin-right: 5%;
  }

  .xl\:focus\:mb-5\%:focus {
    margin-bottom: 5%;
  }

  .xl\:focus\:ml-5\%:focus {
    margin-left: 5%;
  }

  .xl\:focus\:mt-10\%:focus {
    margin-top: 10%;
  }

  .xl\:focus\:mr-10\%:focus {
    margin-right: 10%;
  }

  .xl\:focus\:mb-10\%:focus {
    margin-bottom: 10%;
  }

  .xl\:focus\:ml-10\%:focus {
    margin-left: 10%;
  }

  .xl\:focus\:mt-20\%:focus {
    margin-top: 20%;
  }

  .xl\:focus\:mr-20\%:focus {
    margin-right: 20%;
  }

  .xl\:focus\:mb-20\%:focus {
    margin-bottom: 20%;
  }

  .xl\:focus\:ml-20\%:focus {
    margin-left: 20%;
  }

  .xl\:focus\:mt-23\%:focus {
    margin-top: 23%;
  }

  .xl\:focus\:mr-23\%:focus {
    margin-right: 23%;
  }

  .xl\:focus\:mb-23\%:focus {
    margin-bottom: 23%;
  }

  .xl\:focus\:ml-23\%:focus {
    margin-left: 23%;
  }

  .xl\:focus\:mt-25\%:focus {
    margin-top: 25%;
  }

  .xl\:focus\:mr-25\%:focus {
    margin-right: 25%;
  }

  .xl\:focus\:mb-25\%:focus {
    margin-bottom: 25%;
  }

  .xl\:focus\:ml-25\%:focus {
    margin-left: 25%;
  }

  .xl\:focus\:mt-26\%:focus {
    margin-top: 26%;
  }

  .xl\:focus\:mr-26\%:focus {
    margin-right: 26%;
  }

  .xl\:focus\:mb-26\%:focus {
    margin-bottom: 26%;
  }

  .xl\:focus\:ml-26\%:focus {
    margin-left: 26%;
  }

  .xl\:focus\:mt-30\%:focus {
    margin-top: 30%;
  }

  .xl\:focus\:mr-30\%:focus {
    margin-right: 30%;
  }

  .xl\:focus\:mb-30\%:focus {
    margin-bottom: 30%;
  }

  .xl\:focus\:ml-30\%:focus {
    margin-left: 30%;
  }

  .xl\:focus\:mt-40\%:focus {
    margin-top: 40%;
  }

  .xl\:focus\:mr-40\%:focus {
    margin-right: 40%;
  }

  .xl\:focus\:mb-40\%:focus {
    margin-bottom: 40%;
  }

  .xl\:focus\:ml-40\%:focus {
    margin-left: 40%;
  }

  .xl\:focus\:mt-50\%:focus {
    margin-top: 50%;
  }

  .xl\:focus\:mr-50\%:focus {
    margin-right: 50%;
  }

  .xl\:focus\:mb-50\%:focus {
    margin-bottom: 50%;
  }

  .xl\:focus\:ml-50\%:focus {
    margin-left: 50%;
  }

  .xl\:focus\:mt-60\%:focus {
    margin-top: 60%;
  }

  .xl\:focus\:mr-60\%:focus {
    margin-right: 60%;
  }

  .xl\:focus\:mb-60\%:focus {
    margin-bottom: 60%;
  }

  .xl\:focus\:ml-60\%:focus {
    margin-left: 60%;
  }

  .xl\:focus\:mt-70\%:focus {
    margin-top: 70%;
  }

  .xl\:focus\:mr-70\%:focus {
    margin-right: 70%;
  }

  .xl\:focus\:mb-70\%:focus {
    margin-bottom: 70%;
  }

  .xl\:focus\:ml-70\%:focus {
    margin-left: 70%;
  }

  .xl\:focus\:mt-80\%:focus {
    margin-top: 80%;
  }

  .xl\:focus\:mr-80\%:focus {
    margin-right: 80%;
  }

  .xl\:focus\:mb-80\%:focus {
    margin-bottom: 80%;
  }

  .xl\:focus\:ml-80\%:focus {
    margin-left: 80%;
  }

  .xl\:focus\:mt-90\%:focus {
    margin-top: 90%;
  }

  .xl\:focus\:mr-90\%:focus {
    margin-right: 90%;
  }

  .xl\:focus\:mb-90\%:focus {
    margin-bottom: 90%;
  }

  .xl\:focus\:ml-90\%:focus {
    margin-left: 90%;
  }

  .xl\:focus\:mt-95\%:focus {
    margin-top: 95%;
  }

  .xl\:focus\:mr-95\%:focus {
    margin-right: 95%;
  }

  .xl\:focus\:mb-95\%:focus {
    margin-bottom: 95%;
  }

  .xl\:focus\:ml-95\%:focus {
    margin-left: 95%;
  }

  .xl\:focus\:mt-96\%:focus {
    margin-top: 96%;
  }

  .xl\:focus\:mr-96\%:focus {
    margin-right: 96%;
  }

  .xl\:focus\:mb-96\%:focus {
    margin-bottom: 96%;
  }

  .xl\:focus\:ml-96\%:focus {
    margin-left: 96%;
  }

  .xl\:focus\:mt-97\%:focus {
    margin-top: 97%;
  }

  .xl\:focus\:mr-97\%:focus {
    margin-right: 97%;
  }

  .xl\:focus\:mb-97\%:focus {
    margin-bottom: 97%;
  }

  .xl\:focus\:ml-97\%:focus {
    margin-left: 97%;
  }

  .xl\:focus\:mt-98\%:focus {
    margin-top: 98%;
  }

  .xl\:focus\:mr-98\%:focus {
    margin-right: 98%;
  }

  .xl\:focus\:mb-98\%:focus {
    margin-bottom: 98%;
  }

  .xl\:focus\:ml-98\%:focus {
    margin-left: 98%;
  }

  .xl\:focus\:mt-99\%:focus {
    margin-top: 99%;
  }

  .xl\:focus\:mr-99\%:focus {
    margin-right: 99%;
  }

  .xl\:focus\:mb-99\%:focus {
    margin-bottom: 99%;
  }

  .xl\:focus\:ml-99\%:focus {
    margin-left: 99%;
  }

  .xl\:focus\:mt-36vh:focus {
    margin-top: 36vh;
  }

  .xl\:focus\:mr-36vh:focus {
    margin-right: 36vh;
  }

  .xl\:focus\:mb-36vh:focus {
    margin-bottom: 36vh;
  }

  .xl\:focus\:ml-36vh:focus {
    margin-left: 36vh;
  }

  .xl\:focus\:mt-75vh:focus {
    margin-top: 75vh;
  }

  .xl\:focus\:mr-75vh:focus {
    margin-right: 75vh;
  }

  .xl\:focus\:mb-75vh:focus {
    margin-bottom: 75vh;
  }

  .xl\:focus\:ml-75vh:focus {
    margin-left: 75vh;
  }

  .xl\:focus\:mt-78vh:focus {
    margin-top: 78vh;
  }

  .xl\:focus\:mr-78vh:focus {
    margin-right: 78vh;
  }

  .xl\:focus\:mb-78vh:focus {
    margin-bottom: 78vh;
  }

  .xl\:focus\:ml-78vh:focus {
    margin-left: 78vh;
  }

  .xl\:focus\:mt-80vh:focus {
    margin-top: 80vh;
  }

  .xl\:focus\:mr-80vh:focus {
    margin-right: 80vh;
  }

  .xl\:focus\:mb-80vh:focus {
    margin-bottom: 80vh;
  }

  .xl\:focus\:ml-80vh:focus {
    margin-left: 80vh;
  }

  .xl\:focus\:mt-82vh:focus {
    margin-top: 82vh;
  }

  .xl\:focus\:mr-82vh:focus {
    margin-right: 82vh;
  }

  .xl\:focus\:mb-82vh:focus {
    margin-bottom: 82vh;
  }

  .xl\:focus\:ml-82vh:focus {
    margin-left: 82vh;
  }

  .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-7:focus {
    margin-top: -1.75rem;
  }

  .xl\:focus\:-mr-7:focus {
    margin-right: -1.75rem;
  }

  .xl\:focus\:-mb-7:focus {
    margin-bottom: -1.75rem;
  }

  .xl\:focus\:-ml-7:focus {
    margin-left: -1.75rem;
  }

  .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-9:focus {
    margin-top: -2.25rem;
  }

  .xl\:focus\:-mr-9:focus {
    margin-right: -2.25rem;
  }

  .xl\:focus\:-mb-9:focus {
    margin-bottom: -2.25rem;
  }

  .xl\:focus\:-ml-9:focus {
    margin-left: -2.25rem;
  }

  .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-14:focus {
    margin-top: -3.5rem;
  }

  .xl\:focus\:-mr-14:focus {
    margin-right: -3.5rem;
  }

  .xl\:focus\:-mb-14:focus {
    margin-bottom: -3.5rem;
  }

  .xl\:focus\:-ml-14:focus {
    margin-left: -3.5rem;
  }

  .xl\:focus\:-mt-15:focus {
    margin-top: -3.75rem;
  }

  .xl\:focus\:-mr-15:focus {
    margin-right: -3.75rem;
  }

  .xl\:focus\:-mb-15:focus {
    margin-bottom: -3.75rem;
  }

  .xl\:focus\:-ml-15:focus {
    margin-left: -3.75rem;
  }

  .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-18:focus {
    margin-top: -4.5rem;
  }

  .xl\:focus\:-mr-18:focus {
    margin-right: -4.5rem;
  }

  .xl\:focus\:-mb-18:focus {
    margin-bottom: -4.5rem;
  }

  .xl\:focus\:-ml-18:focus {
    margin-left: -4.5rem;
  }

  .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-21:focus {
    margin-top: -5.25rem;
  }

  .xl\:focus\:-mr-21:focus {
    margin-right: -5.25rem;
  }

  .xl\:focus\:-mb-21:focus {
    margin-bottom: -5.25rem;
  }

  .xl\:focus\:-ml-21:focus {
    margin-left: -5.25rem;
  }

  .xl\:focus\:-mt-22:focus {
    margin-top: -5.5rem;
  }

  .xl\:focus\:-mr-22:focus {
    margin-right: -5.5rem;
  }

  .xl\:focus\:-mb-22:focus {
    margin-bottom: -5.5rem;
  }

  .xl\:focus\:-ml-22:focus {
    margin-left: -5.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-26:focus {
    margin-top: -6.5rem;
  }

  .xl\:focus\:-mr-26:focus {
    margin-right: -6.5rem;
  }

  .xl\:focus\:-mb-26:focus {
    margin-bottom: -6.5rem;
  }

  .xl\:focus\:-ml-26:focus {
    margin-left: -6.5rem;
  }

  .xl\:focus\:-mt-28:focus {
    margin-top: -7rem;
  }

  .xl\:focus\:-mr-28:focus {
    margin-right: -7rem;
  }

  .xl\:focus\:-mb-28:focus {
    margin-bottom: -7rem;
  }

  .xl\:focus\:-ml-28:focus {
    margin-left: -7rem;
  }

  .xl\:focus\:-mt-30:focus {
    margin-top: -7.5rem;
  }

  .xl\:focus\:-mr-30:focus {
    margin-right: -7.5rem;
  }

  .xl\:focus\:-mb-30:focus {
    margin-bottom: -7.5rem;
  }

  .xl\:focus\:-ml-30:focus {
    margin-left: -7.5rem;
  }

  .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-34:focus {
    margin-top: -8.5rem;
  }

  .xl\:focus\:-mr-34:focus {
    margin-right: -8.5rem;
  }

  .xl\:focus\:-mb-34:focus {
    margin-bottom: -8.5rem;
  }

  .xl\:focus\:-ml-34:focus {
    margin-left: -8.5rem;
  }

  .xl\:focus\:-mt-36:focus {
    margin-top: -9rem;
  }

  .xl\:focus\:-mr-36:focus {
    margin-right: -9rem;
  }

  .xl\:focus\:-mb-36:focus {
    margin-bottom: -9rem;
  }

  .xl\:focus\:-ml-36:focus {
    margin-left: -9rem;
  }

  .xl\:focus\:-mt-38:focus {
    margin-top: -9.5rem;
  }

  .xl\:focus\:-mr-38:focus {
    margin-right: -9.5rem;
  }

  .xl\:focus\:-mb-38:focus {
    margin-bottom: -9.5rem;
  }

  .xl\:focus\:-ml-38:focus {
    margin-left: -9.5rem;
  }

  .xl\:focus\:-mt-40:focus {
    margin-top: -10rem;
  }

  .xl\:focus\:-mr-40:focus {
    margin-right: -10rem;
  }

  .xl\:focus\:-mb-40:focus {
    margin-bottom: -10rem;
  }

  .xl\:focus\:-ml-40:focus {
    margin-left: -10rem;
  }

  .xl\:focus\:-mt-44:focus {
    margin-top: -11rem;
  }

  .xl\:focus\:-mr-44:focus {
    margin-right: -11rem;
  }

  .xl\:focus\:-mb-44:focus {
    margin-bottom: -11rem;
  }

  .xl\:focus\:-ml-44:focus {
    margin-left: -11rem;
  }

  .xl\:focus\:-mt-48:focus {
    margin-top: -12rem;
  }

  .xl\:focus\:-mr-48:focus {
    margin-right: -12rem;
  }

  .xl\:focus\:-mb-48:focus {
    margin-bottom: -12rem;
  }

  .xl\:focus\:-ml-48:focus {
    margin-left: -12rem;
  }

  .xl\:focus\:-mt-52:focus {
    margin-top: -13rem;
  }

  .xl\:focus\:-mr-52:focus {
    margin-right: -13rem;
  }

  .xl\:focus\:-mb-52:focus {
    margin-bottom: -13rem;
  }

  .xl\:focus\:-ml-52:focus {
    margin-left: -13rem;
  }

  .xl\:focus\:-mt-53:focus {
    margin-top: -13.25rem;
  }

  .xl\:focus\:-mr-53:focus {
    margin-right: -13.25rem;
  }

  .xl\:focus\:-mb-53:focus {
    margin-bottom: -13.25rem;
  }

  .xl\:focus\:-ml-53:focus {
    margin-left: -13.25rem;
  }

  .xl\:focus\:-mt-54:focus {
    margin-top: -13.5rem;
  }

  .xl\:focus\:-mr-54:focus {
    margin-right: -13.5rem;
  }

  .xl\:focus\:-mb-54:focus {
    margin-bottom: -13.5rem;
  }

  .xl\:focus\:-ml-54:focus {
    margin-left: -13.5rem;
  }

  .xl\:focus\:-mt-56:focus {
    margin-top: -14rem;
  }

  .xl\:focus\:-mr-56:focus {
    margin-right: -14rem;
  }

  .xl\:focus\:-mb-56:focus {
    margin-bottom: -14rem;
  }

  .xl\:focus\:-ml-56:focus {
    margin-left: -14rem;
  }

  .xl\:focus\:-mt-64:focus {
    margin-top: -16rem;
  }

  .xl\:focus\:-mr-64:focus {
    margin-right: -16rem;
  }

  .xl\:focus\:-mb-64:focus {
    margin-bottom: -16rem;
  }

  .xl\:focus\:-ml-64:focus {
    margin-left: -16rem;
  }

  .xl\:focus\:-mt-72:focus {
    margin-top: -18rem;
  }

  .xl\:focus\:-mr-72:focus {
    margin-right: -18rem;
  }

  .xl\:focus\:-mb-72:focus {
    margin-bottom: -18rem;
  }

  .xl\:focus\:-ml-72:focus {
    margin-left: -18rem;
  }

  .xl\:focus\:-mt-74:focus {
    margin-top: -18.5rem;
  }

  .xl\:focus\:-mr-74:focus {
    margin-right: -18.5rem;
  }

  .xl\:focus\:-mb-74:focus {
    margin-bottom: -18.5rem;
  }

  .xl\:focus\:-ml-74:focus {
    margin-left: -18.5rem;
  }

  .xl\:focus\:-mt-76:focus {
    margin-top: -19rem;
  }

  .xl\:focus\:-mr-76:focus {
    margin-right: -19rem;
  }

  .xl\:focus\:-mb-76:focus {
    margin-bottom: -19rem;
  }

  .xl\:focus\:-ml-76:focus {
    margin-left: -19rem;
  }

  .xl\:focus\:-mt-80:focus {
    margin-top: -20rem;
  }

  .xl\:focus\:-mr-80:focus {
    margin-right: -20rem;
  }

  .xl\:focus\:-mb-80:focus {
    margin-bottom: -20rem;
  }

  .xl\:focus\:-ml-80:focus {
    margin-left: -20rem;
  }

  .xl\:focus\:-mt-85:focus {
    margin-top: -21.25rem;
  }

  .xl\:focus\:-mr-85:focus {
    margin-right: -21.25rem;
  }

  .xl\:focus\:-mb-85:focus {
    margin-bottom: -21.25rem;
  }

  .xl\:focus\:-ml-85:focus {
    margin-left: -21.25rem;
  }

  .xl\:focus\:-mt-100:focus {
    margin-top: -25rem;
  }

  .xl\:focus\:-mr-100:focus {
    margin-right: -25rem;
  }

  .xl\:focus\:-mb-100:focus {
    margin-bottom: -25rem;
  }

  .xl\:focus\:-ml-100:focus {
    margin-left: -25rem;
  }

  .xl\:focus\:-mt-105:focus {
    margin-top: -26.25rem;
  }

  .xl\:focus\:-mr-105:focus {
    margin-right: -26.25rem;
  }

  .xl\:focus\:-mb-105:focus {
    margin-bottom: -26.25rem;
  }

  .xl\:focus\:-ml-105:focus {
    margin-left: -26.25rem;
  }

  .xl\:focus\:-mt-107:focus {
    margin-top: -26.4rem;
  }

  .xl\:focus\:-mr-107:focus {
    margin-right: -26.4rem;
  }

  .xl\:focus\:-mb-107:focus {
    margin-bottom: -26.4rem;
  }

  .xl\:focus\:-ml-107:focus {
    margin-left: -26.4rem;
  }

  .xl\:focus\:-mt-110:focus {
    margin-top: -27.5rem;
  }

  .xl\:focus\:-mr-110:focus {
    margin-right: -27.5rem;
  }

  .xl\:focus\:-mb-110:focus {
    margin-bottom: -27.5rem;
  }

  .xl\:focus\:-ml-110:focus {
    margin-left: -27.5rem;
  }

  .xl\:focus\:-mt-120:focus {
    margin-top: -30rem;
  }

  .xl\:focus\:-mr-120:focus {
    margin-right: -30rem;
  }

  .xl\:focus\:-mb-120:focus {
    margin-bottom: -30rem;
  }

  .xl\:focus\:-ml-120:focus {
    margin-left: -30rem;
  }

  .xl\:focus\:-mt-130:focus {
    margin-top: -38rem;
  }

  .xl\:focus\:-mr-130:focus {
    margin-right: -38rem;
  }

  .xl\:focus\:-mb-130:focus {
    margin-bottom: -38rem;
  }

  .xl\:focus\:-ml-130:focus {
    margin-left: -38rem;
  }

  .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\:focus\:-mt-250px:focus {
    margin-top: -250px;
  }

  .xl\:focus\:-mr-250px:focus {
    margin-right: -250px;
  }

  .xl\:focus\:-mb-250px:focus {
    margin-bottom: -250px;
  }

  .xl\:focus\:-ml-250px:focus {
    margin-left: -250px;
  }

  .xl\:focus\:-mt-1\/2\%:focus {
    margin-top: -0.5%;
  }

  .xl\:focus\:-mr-1\/2\%:focus {
    margin-right: -0.5%;
  }

  .xl\:focus\:-mb-1\/2\%:focus {
    margin-bottom: -0.5%;
  }

  .xl\:focus\:-ml-1\/2\%:focus {
    margin-left: -0.5%;
  }

  .xl\:focus\:-mt-1\%:focus {
    margin-top: -1%;
  }

  .xl\:focus\:-mr-1\%:focus {
    margin-right: -1%;
  }

  .xl\:focus\:-mb-1\%:focus {
    margin-bottom: -1%;
  }

  .xl\:focus\:-ml-1\%:focus {
    margin-left: -1%;
  }

  .xl\:focus\:-mt-2\%:focus {
    margin-top: -2%;
  }

  .xl\:focus\:-mr-2\%:focus {
    margin-right: -2%;
  }

  .xl\:focus\:-mb-2\%:focus {
    margin-bottom: -2%;
  }

  .xl\:focus\:-ml-2\%:focus {
    margin-left: -2%;
  }

  .xl\:focus\:-mt-3\%:focus {
    margin-top: -3%;
  }

  .xl\:focus\:-mr-3\%:focus {
    margin-right: -3%;
  }

  .xl\:focus\:-mb-3\%:focus {
    margin-bottom: -3%;
  }

  .xl\:focus\:-ml-3\%:focus {
    margin-left: -3%;
  }

  .xl\:focus\:-mt-4\%:focus {
    margin-top: -4%;
  }

  .xl\:focus\:-mr-4\%:focus {
    margin-right: -4%;
  }

  .xl\:focus\:-mb-4\%:focus {
    margin-bottom: -4%;
  }

  .xl\:focus\:-ml-4\%:focus {
    margin-left: -4%;
  }

  .xl\:focus\:-mt-5\%:focus {
    margin-top: -5%;
  }

  .xl\:focus\:-mr-5\%:focus {
    margin-right: -5%;
  }

  .xl\:focus\:-mb-5\%:focus {
    margin-bottom: -5%;
  }

  .xl\:focus\:-ml-5\%:focus {
    margin-left: -5%;
  }

  .xl\:focus\:-mt-10\%:focus {
    margin-top: -10%;
  }

  .xl\:focus\:-mr-10\%:focus {
    margin-right: -10%;
  }

  .xl\:focus\:-mb-10\%:focus {
    margin-bottom: -10%;
  }

  .xl\:focus\:-ml-10\%:focus {
    margin-left: -10%;
  }

  .xl\:focus\:-mt-20\%:focus {
    margin-top: -20%;
  }

  .xl\:focus\:-mr-20\%:focus {
    margin-right: -20%;
  }

  .xl\:focus\:-mb-20\%:focus {
    margin-bottom: -20%;
  }

  .xl\:focus\:-ml-20\%:focus {
    margin-left: -20%;
  }

  .xl\:focus\:-mt-23\%:focus {
    margin-top: -23%;
  }

  .xl\:focus\:-mr-23\%:focus {
    margin-right: -23%;
  }

  .xl\:focus\:-mb-23\%:focus {
    margin-bottom: -23%;
  }

  .xl\:focus\:-ml-23\%:focus {
    margin-left: -23%;
  }

  .xl\:focus\:-mt-25\%:focus {
    margin-top: -25%;
  }

  .xl\:focus\:-mr-25\%:focus {
    margin-right: -25%;
  }

  .xl\:focus\:-mb-25\%:focus {
    margin-bottom: -25%;
  }

  .xl\:focus\:-ml-25\%:focus {
    margin-left: -25%;
  }

  .xl\:focus\:-mt-26\%:focus {
    margin-top: -26%;
  }

  .xl\:focus\:-mr-26\%:focus {
    margin-right: -26%;
  }

  .xl\:focus\:-mb-26\%:focus {
    margin-bottom: -26%;
  }

  .xl\:focus\:-ml-26\%:focus {
    margin-left: -26%;
  }

  .xl\:focus\:-mt-30\%:focus {
    margin-top: -30%;
  }

  .xl\:focus\:-mr-30\%:focus {
    margin-right: -30%;
  }

  .xl\:focus\:-mb-30\%:focus {
    margin-bottom: -30%;
  }

  .xl\:focus\:-ml-30\%:focus {
    margin-left: -30%;
  }

  .xl\:focus\:-mt-40\%:focus {
    margin-top: -40%;
  }

  .xl\:focus\:-mr-40\%:focus {
    margin-right: -40%;
  }

  .xl\:focus\:-mb-40\%:focus {
    margin-bottom: -40%;
  }

  .xl\:focus\:-ml-40\%:focus {
    margin-left: -40%;
  }

  .xl\:focus\:-mt-50\%:focus {
    margin-top: -50%;
  }

  .xl\:focus\:-mr-50\%:focus {
    margin-right: -50%;
  }

  .xl\:focus\:-mb-50\%:focus {
    margin-bottom: -50%;
  }

  .xl\:focus\:-ml-50\%:focus {
    margin-left: -50%;
  }

  .xl\:focus\:-mt-60\%:focus {
    margin-top: -60%;
  }

  .xl\:focus\:-mr-60\%:focus {
    margin-right: -60%;
  }

  .xl\:focus\:-mb-60\%:focus {
    margin-bottom: -60%;
  }

  .xl\:focus\:-ml-60\%:focus {
    margin-left: -60%;
  }

  .xl\:focus\:-mt-70\%:focus {
    margin-top: -70%;
  }

  .xl\:focus\:-mr-70\%:focus {
    margin-right: -70%;
  }

  .xl\:focus\:-mb-70\%:focus {
    margin-bottom: -70%;
  }

  .xl\:focus\:-ml-70\%:focus {
    margin-left: -70%;
  }

  .xl\:focus\:-mt-80\%:focus {
    margin-top: -80%;
  }

  .xl\:focus\:-mr-80\%:focus {
    margin-right: -80%;
  }

  .xl\:focus\:-mb-80\%:focus {
    margin-bottom: -80%;
  }

  .xl\:focus\:-ml-80\%:focus {
    margin-left: -80%;
  }

  .xl\:focus\:-mt-90\%:focus {
    margin-top: -90%;
  }

  .xl\:focus\:-mr-90\%:focus {
    margin-right: -90%;
  }

  .xl\:focus\:-mb-90\%:focus {
    margin-bottom: -90%;
  }

  .xl\:focus\:-ml-90\%:focus {
    margin-left: -90%;
  }

  .xl\:focus\:-mt-95\%:focus {
    margin-top: -95%;
  }

  .xl\:focus\:-mr-95\%:focus {
    margin-right: -95%;
  }

  .xl\:focus\:-mb-95\%:focus {
    margin-bottom: -95%;
  }

  .xl\:focus\:-ml-95\%:focus {
    margin-left: -95%;
  }

  .xl\:focus\:-mt-96\%:focus {
    margin-top: -96%;
  }

  .xl\:focus\:-mr-96\%:focus {
    margin-right: -96%;
  }

  .xl\:focus\:-mb-96\%:focus {
    margin-bottom: -96%;
  }

  .xl\:focus\:-ml-96\%:focus {
    margin-left: -96%;
  }

  .xl\:focus\:-mt-97\%:focus {
    margin-top: -97%;
  }

  .xl\:focus\:-mr-97\%:focus {
    margin-right: -97%;
  }

  .xl\:focus\:-mb-97\%:focus {
    margin-bottom: -97%;
  }

  .xl\:focus\:-ml-97\%:focus {
    margin-left: -97%;
  }

  .xl\:focus\:-mt-98\%:focus {
    margin-top: -98%;
  }

  .xl\:focus\:-mr-98\%:focus {
    margin-right: -98%;
  }

  .xl\:focus\:-mb-98\%:focus {
    margin-bottom: -98%;
  }

  .xl\:focus\:-ml-98\%:focus {
    margin-left: -98%;
  }

  .xl\:focus\:-mt-99\%:focus {
    margin-top: -99%;
  }

  .xl\:focus\:-mr-99\%:focus {
    margin-right: -99%;
  }

  .xl\:focus\:-mb-99\%:focus {
    margin-bottom: -99%;
  }

  .xl\:focus\:-ml-99\%:focus {
    margin-left: -99%;
  }

  .xl\:focus\:-mt-36vh:focus {
    margin-top: -36vh;
  }

  .xl\:focus\:-mr-36vh:focus {
    margin-right: -36vh;
  }

  .xl\:focus\:-mb-36vh:focus {
    margin-bottom: -36vh;
  }

  .xl\:focus\:-ml-36vh:focus {
    margin-left: -36vh;
  }

  .xl\:focus\:-mt-75vh:focus {
    margin-top: -75vh;
  }

  .xl\:focus\:-mr-75vh:focus {
    margin-right: -75vh;
  }

  .xl\:focus\:-mb-75vh:focus {
    margin-bottom: -75vh;
  }

  .xl\:focus\:-ml-75vh:focus {
    margin-left: -75vh;
  }

  .xl\:focus\:-mt-78vh:focus {
    margin-top: -78vh;
  }

  .xl\:focus\:-mr-78vh:focus {
    margin-right: -78vh;
  }

  .xl\:focus\:-mb-78vh:focus {
    margin-bottom: -78vh;
  }

  .xl\:focus\:-ml-78vh:focus {
    margin-left: -78vh;
  }

  .xl\:focus\:-mt-80vh:focus {
    margin-top: -80vh;
  }

  .xl\:focus\:-mr-80vh:focus {
    margin-right: -80vh;
  }

  .xl\:focus\:-mb-80vh:focus {
    margin-bottom: -80vh;
  }

  .xl\:focus\:-ml-80vh:focus {
    margin-left: -80vh;
  }

  .xl\:focus\:-mt-82vh:focus {
    margin-top: -82vh;
  }

  .xl\:focus\:-mr-82vh:focus {
    margin-right: -82vh;
  }

  .xl\:focus\:-mb-82vh:focus {
    margin-bottom: -82vh;
  }

  .xl\:focus\:-ml-82vh:focus {
    margin-left: -82vh;
  }

  .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-7:focus-within {
    margin: 1.75rem;
  }

  .xl\:focus-within\:m-8:focus-within {
    margin: 2rem;
  }

  .xl\:focus-within\:m-9:focus-within {
    margin: 2.25rem;
  }

  .xl\:focus-within\:m-10:focus-within {
    margin: 2.5rem;
  }

  .xl\:focus-within\:m-12:focus-within {
    margin: 3rem;
  }

  .xl\:focus-within\:m-14:focus-within {
    margin: 3.5rem;
  }

  .xl\:focus-within\:m-15:focus-within {
    margin: 3.75rem;
  }

  .xl\:focus-within\:m-16:focus-within {
    margin: 4rem;
  }

  .xl\:focus-within\:m-18:focus-within {
    margin: 4.5rem;
  }

  .xl\:focus-within\:m-20:focus-within {
    margin: 5rem;
  }

  .xl\:focus-within\:m-21:focus-within {
    margin: 5.25rem;
  }

  .xl\:focus-within\:m-22:focus-within {
    margin: 5.5rem;
  }

  .xl\:focus-within\:m-24:focus-within {
    margin: 6rem;
  }

  .xl\:focus-within\:m-26:focus-within {
    margin: 6.5rem;
  }

  .xl\:focus-within\:m-28:focus-within {
    margin: 7rem;
  }

  .xl\:focus-within\:m-30:focus-within {
    margin: 7.5rem;
  }

  .xl\:focus-within\:m-32:focus-within {
    margin: 8rem;
  }

  .xl\:focus-within\:m-34:focus-within {
    margin: 8.5rem;
  }

  .xl\:focus-within\:m-36:focus-within {
    margin: 9rem;
  }

  .xl\:focus-within\:m-38:focus-within {
    margin: 9.5rem;
  }

  .xl\:focus-within\:m-40:focus-within {
    margin: 10rem;
  }

  .xl\:focus-within\:m-44:focus-within {
    margin: 11rem;
  }

  .xl\:focus-within\:m-48:focus-within {
    margin: 12rem;
  }

  .xl\:focus-within\:m-52:focus-within {
    margin: 13rem;
  }

  .xl\:focus-within\:m-53:focus-within {
    margin: 13.25rem;
  }

  .xl\:focus-within\:m-54:focus-within {
    margin: 13.5rem;
  }

  .xl\:focus-within\:m-56:focus-within {
    margin: 14rem;
  }

  .xl\:focus-within\:m-64:focus-within {
    margin: 16rem;
  }

  .xl\:focus-within\:m-72:focus-within {
    margin: 18rem;
  }

  .xl\:focus-within\:m-74:focus-within {
    margin: 18.5rem;
  }

  .xl\:focus-within\:m-76:focus-within {
    margin: 19rem;
  }

  .xl\:focus-within\:m-80:focus-within {
    margin: 20rem;
  }

  .xl\:focus-within\:m-85:focus-within {
    margin: 21.25rem;
  }

  .xl\:focus-within\:m-100:focus-within {
    margin: 25rem;
  }

  .xl\:focus-within\:m-105:focus-within {
    margin: 26.25rem;
  }

  .xl\:focus-within\:m-107:focus-within {
    margin: 26.4rem;
  }

  .xl\:focus-within\:m-110:focus-within {
    margin: 27.5rem;
  }

  .xl\:focus-within\:m-120:focus-within {
    margin: 30rem;
  }

  .xl\:focus-within\:m-130:focus-within {
    margin: 38rem;
  }

  .xl\:focus-within\:m-auto:focus-within {
    margin: auto;
  }

  .xl\:focus-within\:m-px:focus-within {
    margin: 1px;
  }

  .xl\:focus-within\:m-250px:focus-within {
    margin: 250px;
  }

  .xl\:focus-within\:m-1\/2\%:focus-within {
    margin: 0.5%;
  }

  .xl\:focus-within\:m-1\%:focus-within {
    margin: 1%;
  }

  .xl\:focus-within\:m-2\%:focus-within {
    margin: 2%;
  }

  .xl\:focus-within\:m-3\%:focus-within {
    margin: 3%;
  }

  .xl\:focus-within\:m-4\%:focus-within {
    margin: 4%;
  }

  .xl\:focus-within\:m-5\%:focus-within {
    margin: 5%;
  }

  .xl\:focus-within\:m-10\%:focus-within {
    margin: 10%;
  }

  .xl\:focus-within\:m-20\%:focus-within {
    margin: 20%;
  }

  .xl\:focus-within\:m-23\%:focus-within {
    margin: 23%;
  }

  .xl\:focus-within\:m-25\%:focus-within {
    margin: 25%;
  }

  .xl\:focus-within\:m-26\%:focus-within {
    margin: 26%;
  }

  .xl\:focus-within\:m-30\%:focus-within {
    margin: 30%;
  }

  .xl\:focus-within\:m-40\%:focus-within {
    margin: 40%;
  }

  .xl\:focus-within\:m-50\%:focus-within {
    margin: 50%;
  }

  .xl\:focus-within\:m-60\%:focus-within {
    margin: 60%;
  }

  .xl\:focus-within\:m-70\%:focus-within {
    margin: 70%;
  }

  .xl\:focus-within\:m-80\%:focus-within {
    margin: 80%;
  }

  .xl\:focus-within\:m-90\%:focus-within {
    margin: 90%;
  }

  .xl\:focus-within\:m-95\%:focus-within {
    margin: 95%;
  }

  .xl\:focus-within\:m-96\%:focus-within {
    margin: 96%;
  }

  .xl\:focus-within\:m-97\%:focus-within {
    margin: 97%;
  }

  .xl\:focus-within\:m-98\%:focus-within {
    margin: 98%;
  }

  .xl\:focus-within\:m-99\%:focus-within {
    margin: 99%;
  }

  .xl\:focus-within\:m-36vh:focus-within {
    margin: 36vh;
  }

  .xl\:focus-within\:m-75vh:focus-within {
    margin: 75vh;
  }

  .xl\:focus-within\:m-78vh:focus-within {
    margin: 78vh;
  }

  .xl\:focus-within\:m-80vh:focus-within {
    margin: 80vh;
  }

  .xl\:focus-within\:m-82vh:focus-within {
    margin: 82vh;
  }

  .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-7:focus-within {
    margin: -1.75rem;
  }

  .xl\:focus-within\:-m-8:focus-within {
    margin: -2rem;
  }

  .xl\:focus-within\:-m-9:focus-within {
    margin: -2.25rem;
  }

  .xl\:focus-within\:-m-10:focus-within {
    margin: -2.5rem;
  }

  .xl\:focus-within\:-m-12:focus-within {
    margin: -3rem;
  }

  .xl\:focus-within\:-m-14:focus-within {
    margin: -3.5rem;
  }

  .xl\:focus-within\:-m-15:focus-within {
    margin: -3.75rem;
  }

  .xl\:focus-within\:-m-16:focus-within {
    margin: -4rem;
  }

  .xl\:focus-within\:-m-18:focus-within {
    margin: -4.5rem;
  }

  .xl\:focus-within\:-m-20:focus-within {
    margin: -5rem;
  }

  .xl\:focus-within\:-m-21:focus-within {
    margin: -5.25rem;
  }

  .xl\:focus-within\:-m-22:focus-within {
    margin: -5.5rem;
  }

  .xl\:focus-within\:-m-24:focus-within {
    margin: -6rem;
  }

  .xl\:focus-within\:-m-26:focus-within {
    margin: -6.5rem;
  }

  .xl\:focus-within\:-m-28:focus-within {
    margin: -7rem;
  }

  .xl\:focus-within\:-m-30:focus-within {
    margin: -7.5rem;
  }

  .xl\:focus-within\:-m-32:focus-within {
    margin: -8rem;
  }

  .xl\:focus-within\:-m-34:focus-within {
    margin: -8.5rem;
  }

  .xl\:focus-within\:-m-36:focus-within {
    margin: -9rem;
  }

  .xl\:focus-within\:-m-38:focus-within {
    margin: -9.5rem;
  }

  .xl\:focus-within\:-m-40:focus-within {
    margin: -10rem;
  }

  .xl\:focus-within\:-m-44:focus-within {
    margin: -11rem;
  }

  .xl\:focus-within\:-m-48:focus-within {
    margin: -12rem;
  }

  .xl\:focus-within\:-m-52:focus-within {
    margin: -13rem;
  }

  .xl\:focus-within\:-m-53:focus-within {
    margin: -13.25rem;
  }

  .xl\:focus-within\:-m-54:focus-within {
    margin: -13.5rem;
  }

  .xl\:focus-within\:-m-56:focus-within {
    margin: -14rem;
  }

  .xl\:focus-within\:-m-64:focus-within {
    margin: -16rem;
  }

  .xl\:focus-within\:-m-72:focus-within {
    margin: -18rem;
  }

  .xl\:focus-within\:-m-74:focus-within {
    margin: -18.5rem;
  }

  .xl\:focus-within\:-m-76:focus-within {
    margin: -19rem;
  }

  .xl\:focus-within\:-m-80:focus-within {
    margin: -20rem;
  }

  .xl\:focus-within\:-m-85:focus-within {
    margin: -21.25rem;
  }

  .xl\:focus-within\:-m-100:focus-within {
    margin: -25rem;
  }

  .xl\:focus-within\:-m-105:focus-within {
    margin: -26.25rem;
  }

  .xl\:focus-within\:-m-107:focus-within {
    margin: -26.4rem;
  }

  .xl\:focus-within\:-m-110:focus-within {
    margin: -27.5rem;
  }

  .xl\:focus-within\:-m-120:focus-within {
    margin: -30rem;
  }

  .xl\:focus-within\:-m-130:focus-within {
    margin: -38rem;
  }

  .xl\:focus-within\:-m-px:focus-within {
    margin: -1px;
  }

  .xl\:focus-within\:-m-250px:focus-within {
    margin: -250px;
  }

  .xl\:focus-within\:-m-1\/2\%:focus-within {
    margin: -0.5%;
  }

  .xl\:focus-within\:-m-1\%:focus-within {
    margin: -1%;
  }

  .xl\:focus-within\:-m-2\%:focus-within {
    margin: -2%;
  }

  .xl\:focus-within\:-m-3\%:focus-within {
    margin: -3%;
  }

  .xl\:focus-within\:-m-4\%:focus-within {
    margin: -4%;
  }

  .xl\:focus-within\:-m-5\%:focus-within {
    margin: -5%;
  }

  .xl\:focus-within\:-m-10\%:focus-within {
    margin: -10%;
  }

  .xl\:focus-within\:-m-20\%:focus-within {
    margin: -20%;
  }

  .xl\:focus-within\:-m-23\%:focus-within {
    margin: -23%;
  }

  .xl\:focus-within\:-m-25\%:focus-within {
    margin: -25%;
  }

  .xl\:focus-within\:-m-26\%:focus-within {
    margin: -26%;
  }

  .xl\:focus-within\:-m-30\%:focus-within {
    margin: -30%;
  }

  .xl\:focus-within\:-m-40\%:focus-within {
    margin: -40%;
  }

  .xl\:focus-within\:-m-50\%:focus-within {
    margin: -50%;
  }

  .xl\:focus-within\:-m-60\%:focus-within {
    margin: -60%;
  }

  .xl\:focus-within\:-m-70\%:focus-within {
    margin: -70%;
  }

  .xl\:focus-within\:-m-80\%:focus-within {
    margin: -80%;
  }

  .xl\:focus-within\:-m-90\%:focus-within {
    margin: -90%;
  }

  .xl\:focus-within\:-m-95\%:focus-within {
    margin: -95%;
  }

  .xl\:focus-within\:-m-96\%:focus-within {
    margin: -96%;
  }

  .xl\:focus-within\:-m-97\%:focus-within {
    margin: -97%;
  }

  .xl\:focus-within\:-m-98\%:focus-within {
    margin: -98%;
  }

  .xl\:focus-within\:-m-99\%:focus-within {
    margin: -99%;
  }

  .xl\:focus-within\:-m-36vh:focus-within {
    margin: -36vh;
  }

  .xl\:focus-within\:-m-75vh:focus-within {
    margin: -75vh;
  }

  .xl\:focus-within\:-m-78vh:focus-within {
    margin: -78vh;
  }

  .xl\:focus-within\:-m-80vh:focus-within {
    margin: -80vh;
  }

  .xl\:focus-within\:-m-82vh:focus-within {
    margin: -82vh;
  }

  .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-7:focus-within {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:focus-within\:mx-7:focus-within {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9:focus-within {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:focus-within\:mx-9:focus-within {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14:focus-within {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:focus-within\:mx-14:focus-within {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:focus-within\:my-15:focus-within {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:focus-within\:mx-15:focus-within {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .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-18:focus-within {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:focus-within\:mx-18:focus-within {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .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-21:focus-within {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xl\:focus-within\:mx-21:focus-within {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xl\:focus-within\:my-22:focus-within {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:focus-within\:mx-22:focus-within {
    margin-left: 5.5rem;
    margin-right: 5.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-26:focus-within {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:focus-within\:mx-26:focus-within {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:focus-within\:my-28:focus-within {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:focus-within\:mx-28:focus-within {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:focus-within\:my-30:focus-within {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .xl\:focus-within\:mx-30:focus-within {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34:focus-within {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:focus-within\:mx-34:focus-within {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:focus-within\:my-36:focus-within {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:focus-within\:mx-36:focus-within {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:focus-within\:my-38:focus-within {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .xl\:focus-within\:mx-38:focus-within {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .xl\:focus-within\:my-40:focus-within {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:focus-within\:mx-40:focus-within {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:focus-within\:my-44:focus-within {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:focus-within\:mx-44:focus-within {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:focus-within\:my-48:focus-within {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:focus-within\:mx-48:focus-within {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:focus-within\:my-52:focus-within {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:focus-within\:mx-52:focus-within {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:focus-within\:my-53:focus-within {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .xl\:focus-within\:mx-53:focus-within {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .xl\:focus-within\:my-54:focus-within {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .xl\:focus-within\:mx-54:focus-within {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .xl\:focus-within\:my-56:focus-within {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:focus-within\:mx-56:focus-within {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:focus-within\:my-64:focus-within {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:focus-within\:mx-64:focus-within {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:focus-within\:my-72:focus-within {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:focus-within\:mx-72:focus-within {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:focus-within\:my-74:focus-within {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .xl\:focus-within\:mx-74:focus-within {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .xl\:focus-within\:my-76:focus-within {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .xl\:focus-within\:mx-76:focus-within {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .xl\:focus-within\:my-80:focus-within {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:focus-within\:mx-80:focus-within {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:focus-within\:my-85:focus-within {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .xl\:focus-within\:mx-85:focus-within {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .xl\:focus-within\:my-100:focus-within {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .xl\:focus-within\:mx-100:focus-within {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .xl\:focus-within\:my-105:focus-within {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .xl\:focus-within\:mx-105:focus-within {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .xl\:focus-within\:my-107:focus-within {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .xl\:focus-within\:mx-107:focus-within {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .xl\:focus-within\:my-110:focus-within {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xl\:focus-within\:mx-110:focus-within {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xl\:focus-within\:my-120:focus-within {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:focus-within\:mx-120:focus-within {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:focus-within\:my-130:focus-within {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xl\:focus-within\:mx-130:focus-within {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px:focus-within {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .xl\:focus-within\:mx-250px:focus-within {
    margin-left: 250px;
    margin-right: 250px;
  }

  .xl\:focus-within\:my-1\/2\%:focus-within {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .xl\:focus-within\:mx-1\/2\%:focus-within {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .xl\:focus-within\:my-1\%:focus-within {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .xl\:focus-within\:mx-1\%:focus-within {
    margin-left: 1%;
    margin-right: 1%;
  }

  .xl\:focus-within\:my-2\%:focus-within {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .xl\:focus-within\:mx-2\%:focus-within {
    margin-left: 2%;
    margin-right: 2%;
  }

  .xl\:focus-within\:my-3\%:focus-within {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .xl\:focus-within\:mx-3\%:focus-within {
    margin-left: 3%;
    margin-right: 3%;
  }

  .xl\:focus-within\:my-4\%:focus-within {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .xl\:focus-within\:mx-4\%:focus-within {
    margin-left: 4%;
    margin-right: 4%;
  }

  .xl\:focus-within\:my-5\%:focus-within {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .xl\:focus-within\:mx-5\%:focus-within {
    margin-left: 5%;
    margin-right: 5%;
  }

  .xl\:focus-within\:my-10\%:focus-within {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .xl\:focus-within\:mx-10\%:focus-within {
    margin-left: 10%;
    margin-right: 10%;
  }

  .xl\:focus-within\:my-20\%:focus-within {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:focus-within\:mx-20\%:focus-within {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:focus-within\:my-23\%:focus-within {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .xl\:focus-within\:mx-23\%:focus-within {
    margin-left: 23%;
    margin-right: 23%;
  }

  .xl\:focus-within\:my-25\%:focus-within {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:focus-within\:mx-25\%:focus-within {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:focus-within\:my-26\%:focus-within {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .xl\:focus-within\:mx-26\%:focus-within {
    margin-left: 26%;
    margin-right: 26%;
  }

  .xl\:focus-within\:my-30\%:focus-within {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .xl\:focus-within\:mx-30\%:focus-within {
    margin-left: 30%;
    margin-right: 30%;
  }

  .xl\:focus-within\:my-40\%:focus-within {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:focus-within\:mx-40\%:focus-within {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:focus-within\:my-50\%:focus-within {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:focus-within\:mx-50\%:focus-within {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:focus-within\:my-60\%:focus-within {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:focus-within\:mx-60\%:focus-within {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:focus-within\:my-70\%:focus-within {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .xl\:focus-within\:mx-70\%:focus-within {
    margin-left: 70%;
    margin-right: 70%;
  }

  .xl\:focus-within\:my-80\%:focus-within {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:focus-within\:mx-80\%:focus-within {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:focus-within\:my-90\%:focus-within {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .xl\:focus-within\:mx-90\%:focus-within {
    margin-left: 90%;
    margin-right: 90%;
  }

  .xl\:focus-within\:my-95\%:focus-within {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .xl\:focus-within\:mx-95\%:focus-within {
    margin-left: 95%;
    margin-right: 95%;
  }

  .xl\:focus-within\:my-96\%:focus-within {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .xl\:focus-within\:mx-96\%:focus-within {
    margin-left: 96%;
    margin-right: 96%;
  }

  .xl\:focus-within\:my-97\%:focus-within {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .xl\:focus-within\:mx-97\%:focus-within {
    margin-left: 97%;
    margin-right: 97%;
  }

  .xl\:focus-within\:my-98\%:focus-within {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .xl\:focus-within\:mx-98\%:focus-within {
    margin-left: 98%;
    margin-right: 98%;
  }

  .xl\:focus-within\:my-99\%:focus-within {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .xl\:focus-within\:mx-99\%:focus-within {
    margin-left: 99%;
    margin-right: 99%;
  }

  .xl\:focus-within\:my-36vh:focus-within {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .xl\:focus-within\:mx-36vh:focus-within {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .xl\:focus-within\:my-75vh:focus-within {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .xl\:focus-within\:mx-75vh:focus-within {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .xl\:focus-within\:my-78vh:focus-within {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .xl\:focus-within\:mx-78vh:focus-within {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .xl\:focus-within\:my-80vh:focus-within {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xl\:focus-within\:mx-80vh:focus-within {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xl\:focus-within\:my-82vh:focus-within {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .xl\:focus-within\:mx-82vh:focus-within {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7:focus-within {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:focus-within\:-mx-7:focus-within {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9:focus-within {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:focus-within\:-mx-9:focus-within {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14:focus-within {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:focus-within\:-mx-14:focus-within {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:focus-within\:-my-15:focus-within {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:focus-within\:-mx-15:focus-within {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .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-18:focus-within {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:focus-within\:-mx-18:focus-within {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .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-21:focus-within {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xl\:focus-within\:-mx-21:focus-within {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xl\:focus-within\:-my-22:focus-within {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:focus-within\:-mx-22:focus-within {
    margin-left: -5.5rem;
    margin-right: -5.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-26:focus-within {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:focus-within\:-mx-26:focus-within {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:focus-within\:-my-28:focus-within {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:focus-within\:-mx-28:focus-within {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:focus-within\:-my-30:focus-within {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .xl\:focus-within\:-mx-30:focus-within {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34:focus-within {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:focus-within\:-mx-34:focus-within {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:focus-within\:-my-36:focus-within {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:focus-within\:-mx-36:focus-within {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:focus-within\:-my-38:focus-within {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .xl\:focus-within\:-mx-38:focus-within {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .xl\:focus-within\:-my-40:focus-within {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:focus-within\:-mx-40:focus-within {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:focus-within\:-my-44:focus-within {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:focus-within\:-mx-44:focus-within {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:focus-within\:-my-48:focus-within {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:focus-within\:-mx-48:focus-within {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:focus-within\:-my-52:focus-within {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:focus-within\:-mx-52:focus-within {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:focus-within\:-my-53:focus-within {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .xl\:focus-within\:-mx-53:focus-within {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .xl\:focus-within\:-my-54:focus-within {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .xl\:focus-within\:-mx-54:focus-within {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .xl\:focus-within\:-my-56:focus-within {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:focus-within\:-mx-56:focus-within {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:focus-within\:-my-64:focus-within {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:focus-within\:-mx-64:focus-within {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:focus-within\:-my-72:focus-within {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:focus-within\:-mx-72:focus-within {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:focus-within\:-my-74:focus-within {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .xl\:focus-within\:-mx-74:focus-within {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .xl\:focus-within\:-my-76:focus-within {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .xl\:focus-within\:-mx-76:focus-within {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .xl\:focus-within\:-my-80:focus-within {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:focus-within\:-mx-80:focus-within {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:focus-within\:-my-85:focus-within {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .xl\:focus-within\:-mx-85:focus-within {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .xl\:focus-within\:-my-100:focus-within {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .xl\:focus-within\:-mx-100:focus-within {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .xl\:focus-within\:-my-105:focus-within {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .xl\:focus-within\:-mx-105:focus-within {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .xl\:focus-within\:-my-107:focus-within {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .xl\:focus-within\:-mx-107:focus-within {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .xl\:focus-within\:-my-110:focus-within {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xl\:focus-within\:-mx-110:focus-within {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xl\:focus-within\:-my-120:focus-within {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:focus-within\:-mx-120:focus-within {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:focus-within\:-my-130:focus-within {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xl\:focus-within\:-mx-130:focus-within {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .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\:-my-250px:focus-within {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .xl\:focus-within\:-mx-250px:focus-within {
    margin-left: -250px;
    margin-right: -250px;
  }

  .xl\:focus-within\:-my-1\/2\%:focus-within {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .xl\:focus-within\:-mx-1\/2\%:focus-within {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .xl\:focus-within\:-my-1\%:focus-within {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .xl\:focus-within\:-mx-1\%:focus-within {
    margin-left: -1%;
    margin-right: -1%;
  }

  .xl\:focus-within\:-my-2\%:focus-within {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .xl\:focus-within\:-mx-2\%:focus-within {
    margin-left: -2%;
    margin-right: -2%;
  }

  .xl\:focus-within\:-my-3\%:focus-within {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .xl\:focus-within\:-mx-3\%:focus-within {
    margin-left: -3%;
    margin-right: -3%;
  }

  .xl\:focus-within\:-my-4\%:focus-within {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .xl\:focus-within\:-mx-4\%:focus-within {
    margin-left: -4%;
    margin-right: -4%;
  }

  .xl\:focus-within\:-my-5\%:focus-within {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .xl\:focus-within\:-mx-5\%:focus-within {
    margin-left: -5%;
    margin-right: -5%;
  }

  .xl\:focus-within\:-my-10\%:focus-within {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .xl\:focus-within\:-mx-10\%:focus-within {
    margin-left: -10%;
    margin-right: -10%;
  }

  .xl\:focus-within\:-my-20\%:focus-within {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:focus-within\:-mx-20\%:focus-within {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:focus-within\:-my-23\%:focus-within {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .xl\:focus-within\:-mx-23\%:focus-within {
    margin-left: -23%;
    margin-right: -23%;
  }

  .xl\:focus-within\:-my-25\%:focus-within {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:focus-within\:-mx-25\%:focus-within {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:focus-within\:-my-26\%:focus-within {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .xl\:focus-within\:-mx-26\%:focus-within {
    margin-left: -26%;
    margin-right: -26%;
  }

  .xl\:focus-within\:-my-30\%:focus-within {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .xl\:focus-within\:-mx-30\%:focus-within {
    margin-left: -30%;
    margin-right: -30%;
  }

  .xl\:focus-within\:-my-40\%:focus-within {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:focus-within\:-mx-40\%:focus-within {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:focus-within\:-my-50\%:focus-within {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:focus-within\:-mx-50\%:focus-within {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:focus-within\:-my-60\%:focus-within {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:focus-within\:-mx-60\%:focus-within {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:focus-within\:-my-70\%:focus-within {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .xl\:focus-within\:-mx-70\%:focus-within {
    margin-left: -70%;
    margin-right: -70%;
  }

  .xl\:focus-within\:-my-80\%:focus-within {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:focus-within\:-mx-80\%:focus-within {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:focus-within\:-my-90\%:focus-within {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .xl\:focus-within\:-mx-90\%:focus-within {
    margin-left: -90%;
    margin-right: -90%;
  }

  .xl\:focus-within\:-my-95\%:focus-within {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .xl\:focus-within\:-mx-95\%:focus-within {
    margin-left: -95%;
    margin-right: -95%;
  }

  .xl\:focus-within\:-my-96\%:focus-within {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .xl\:focus-within\:-mx-96\%:focus-within {
    margin-left: -96%;
    margin-right: -96%;
  }

  .xl\:focus-within\:-my-97\%:focus-within {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .xl\:focus-within\:-mx-97\%:focus-within {
    margin-left: -97%;
    margin-right: -97%;
  }

  .xl\:focus-within\:-my-98\%:focus-within {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .xl\:focus-within\:-mx-98\%:focus-within {
    margin-left: -98%;
    margin-right: -98%;
  }

  .xl\:focus-within\:-my-99\%:focus-within {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .xl\:focus-within\:-mx-99\%:focus-within {
    margin-left: -99%;
    margin-right: -99%;
  }

  .xl\:focus-within\:-my-36vh:focus-within {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .xl\:focus-within\:-mx-36vh:focus-within {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .xl\:focus-within\:-my-75vh:focus-within {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .xl\:focus-within\:-mx-75vh:focus-within {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .xl\:focus-within\:-my-78vh:focus-within {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .xl\:focus-within\:-mx-78vh:focus-within {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .xl\:focus-within\:-my-80vh:focus-within {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xl\:focus-within\:-mx-80vh:focus-within {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xl\:focus-within\:-my-82vh:focus-within {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .xl\:focus-within\:-mx-82vh:focus-within {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7:focus-within {
    margin-top: 1.75rem;
  }

  .xl\:focus-within\:mr-7:focus-within {
    margin-right: 1.75rem;
  }

  .xl\:focus-within\:mb-7:focus-within {
    margin-bottom: 1.75rem;
  }

  .xl\:focus-within\:ml-7:focus-within {
    margin-left: 1.75rem;
  }

  .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-9:focus-within {
    margin-top: 2.25rem;
  }

  .xl\:focus-within\:mr-9:focus-within {
    margin-right: 2.25rem;
  }

  .xl\:focus-within\:mb-9:focus-within {
    margin-bottom: 2.25rem;
  }

  .xl\:focus-within\:ml-9:focus-within {
    margin-left: 2.25rem;
  }

  .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-14:focus-within {
    margin-top: 3.5rem;
  }

  .xl\:focus-within\:mr-14:focus-within {
    margin-right: 3.5rem;
  }

  .xl\:focus-within\:mb-14:focus-within {
    margin-bottom: 3.5rem;
  }

  .xl\:focus-within\:ml-14:focus-within {
    margin-left: 3.5rem;
  }

  .xl\:focus-within\:mt-15:focus-within {
    margin-top: 3.75rem;
  }

  .xl\:focus-within\:mr-15:focus-within {
    margin-right: 3.75rem;
  }

  .xl\:focus-within\:mb-15:focus-within {
    margin-bottom: 3.75rem;
  }

  .xl\:focus-within\:ml-15:focus-within {
    margin-left: 3.75rem;
  }

  .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-18:focus-within {
    margin-top: 4.5rem;
  }

  .xl\:focus-within\:mr-18:focus-within {
    margin-right: 4.5rem;
  }

  .xl\:focus-within\:mb-18:focus-within {
    margin-bottom: 4.5rem;
  }

  .xl\:focus-within\:ml-18:focus-within {
    margin-left: 4.5rem;
  }

  .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-21:focus-within {
    margin-top: 5.25rem;
  }

  .xl\:focus-within\:mr-21:focus-within {
    margin-right: 5.25rem;
  }

  .xl\:focus-within\:mb-21:focus-within {
    margin-bottom: 5.25rem;
  }

  .xl\:focus-within\:ml-21:focus-within {
    margin-left: 5.25rem;
  }

  .xl\:focus-within\:mt-22:focus-within {
    margin-top: 5.5rem;
  }

  .xl\:focus-within\:mr-22:focus-within {
    margin-right: 5.5rem;
  }

  .xl\:focus-within\:mb-22:focus-within {
    margin-bottom: 5.5rem;
  }

  .xl\:focus-within\:ml-22:focus-within {
    margin-left: 5.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-26:focus-within {
    margin-top: 6.5rem;
  }

  .xl\:focus-within\:mr-26:focus-within {
    margin-right: 6.5rem;
  }

  .xl\:focus-within\:mb-26:focus-within {
    margin-bottom: 6.5rem;
  }

  .xl\:focus-within\:ml-26:focus-within {
    margin-left: 6.5rem;
  }

  .xl\:focus-within\:mt-28:focus-within {
    margin-top: 7rem;
  }

  .xl\:focus-within\:mr-28:focus-within {
    margin-right: 7rem;
  }

  .xl\:focus-within\:mb-28:focus-within {
    margin-bottom: 7rem;
  }

  .xl\:focus-within\:ml-28:focus-within {
    margin-left: 7rem;
  }

  .xl\:focus-within\:mt-30:focus-within {
    margin-top: 7.5rem;
  }

  .xl\:focus-within\:mr-30:focus-within {
    margin-right: 7.5rem;
  }

  .xl\:focus-within\:mb-30:focus-within {
    margin-bottom: 7.5rem;
  }

  .xl\:focus-within\:ml-30:focus-within {
    margin-left: 7.5rem;
  }

  .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-34:focus-within {
    margin-top: 8.5rem;
  }

  .xl\:focus-within\:mr-34:focus-within {
    margin-right: 8.5rem;
  }

  .xl\:focus-within\:mb-34:focus-within {
    margin-bottom: 8.5rem;
  }

  .xl\:focus-within\:ml-34:focus-within {
    margin-left: 8.5rem;
  }

  .xl\:focus-within\:mt-36:focus-within {
    margin-top: 9rem;
  }

  .xl\:focus-within\:mr-36:focus-within {
    margin-right: 9rem;
  }

  .xl\:focus-within\:mb-36:focus-within {
    margin-bottom: 9rem;
  }

  .xl\:focus-within\:ml-36:focus-within {
    margin-left: 9rem;
  }

  .xl\:focus-within\:mt-38:focus-within {
    margin-top: 9.5rem;
  }

  .xl\:focus-within\:mr-38:focus-within {
    margin-right: 9.5rem;
  }

  .xl\:focus-within\:mb-38:focus-within {
    margin-bottom: 9.5rem;
  }

  .xl\:focus-within\:ml-38:focus-within {
    margin-left: 9.5rem;
  }

  .xl\:focus-within\:mt-40:focus-within {
    margin-top: 10rem;
  }

  .xl\:focus-within\:mr-40:focus-within {
    margin-right: 10rem;
  }

  .xl\:focus-within\:mb-40:focus-within {
    margin-bottom: 10rem;
  }

  .xl\:focus-within\:ml-40:focus-within {
    margin-left: 10rem;
  }

  .xl\:focus-within\:mt-44:focus-within {
    margin-top: 11rem;
  }

  .xl\:focus-within\:mr-44:focus-within {
    margin-right: 11rem;
  }

  .xl\:focus-within\:mb-44:focus-within {
    margin-bottom: 11rem;
  }

  .xl\:focus-within\:ml-44:focus-within {
    margin-left: 11rem;
  }

  .xl\:focus-within\:mt-48:focus-within {
    margin-top: 12rem;
  }

  .xl\:focus-within\:mr-48:focus-within {
    margin-right: 12rem;
  }

  .xl\:focus-within\:mb-48:focus-within {
    margin-bottom: 12rem;
  }

  .xl\:focus-within\:ml-48:focus-within {
    margin-left: 12rem;
  }

  .xl\:focus-within\:mt-52:focus-within {
    margin-top: 13rem;
  }

  .xl\:focus-within\:mr-52:focus-within {
    margin-right: 13rem;
  }

  .xl\:focus-within\:mb-52:focus-within {
    margin-bottom: 13rem;
  }

  .xl\:focus-within\:ml-52:focus-within {
    margin-left: 13rem;
  }

  .xl\:focus-within\:mt-53:focus-within {
    margin-top: 13.25rem;
  }

  .xl\:focus-within\:mr-53:focus-within {
    margin-right: 13.25rem;
  }

  .xl\:focus-within\:mb-53:focus-within {
    margin-bottom: 13.25rem;
  }

  .xl\:focus-within\:ml-53:focus-within {
    margin-left: 13.25rem;
  }

  .xl\:focus-within\:mt-54:focus-within {
    margin-top: 13.5rem;
  }

  .xl\:focus-within\:mr-54:focus-within {
    margin-right: 13.5rem;
  }

  .xl\:focus-within\:mb-54:focus-within {
    margin-bottom: 13.5rem;
  }

  .xl\:focus-within\:ml-54:focus-within {
    margin-left: 13.5rem;
  }

  .xl\:focus-within\:mt-56:focus-within {
    margin-top: 14rem;
  }

  .xl\:focus-within\:mr-56:focus-within {
    margin-right: 14rem;
  }

  .xl\:focus-within\:mb-56:focus-within {
    margin-bottom: 14rem;
  }

  .xl\:focus-within\:ml-56:focus-within {
    margin-left: 14rem;
  }

  .xl\:focus-within\:mt-64:focus-within {
    margin-top: 16rem;
  }

  .xl\:focus-within\:mr-64:focus-within {
    margin-right: 16rem;
  }

  .xl\:focus-within\:mb-64:focus-within {
    margin-bottom: 16rem;
  }

  .xl\:focus-within\:ml-64:focus-within {
    margin-left: 16rem;
  }

  .xl\:focus-within\:mt-72:focus-within {
    margin-top: 18rem;
  }

  .xl\:focus-within\:mr-72:focus-within {
    margin-right: 18rem;
  }

  .xl\:focus-within\:mb-72:focus-within {
    margin-bottom: 18rem;
  }

  .xl\:focus-within\:ml-72:focus-within {
    margin-left: 18rem;
  }

  .xl\:focus-within\:mt-74:focus-within {
    margin-top: 18.5rem;
  }

  .xl\:focus-within\:mr-74:focus-within {
    margin-right: 18.5rem;
  }

  .xl\:focus-within\:mb-74:focus-within {
    margin-bottom: 18.5rem;
  }

  .xl\:focus-within\:ml-74:focus-within {
    margin-left: 18.5rem;
  }

  .xl\:focus-within\:mt-76:focus-within {
    margin-top: 19rem;
  }

  .xl\:focus-within\:mr-76:focus-within {
    margin-right: 19rem;
  }

  .xl\:focus-within\:mb-76:focus-within {
    margin-bottom: 19rem;
  }

  .xl\:focus-within\:ml-76:focus-within {
    margin-left: 19rem;
  }

  .xl\:focus-within\:mt-80:focus-within {
    margin-top: 20rem;
  }

  .xl\:focus-within\:mr-80:focus-within {
    margin-right: 20rem;
  }

  .xl\:focus-within\:mb-80:focus-within {
    margin-bottom: 20rem;
  }

  .xl\:focus-within\:ml-80:focus-within {
    margin-left: 20rem;
  }

  .xl\:focus-within\:mt-85:focus-within {
    margin-top: 21.25rem;
  }

  .xl\:focus-within\:mr-85:focus-within {
    margin-right: 21.25rem;
  }

  .xl\:focus-within\:mb-85:focus-within {
    margin-bottom: 21.25rem;
  }

  .xl\:focus-within\:ml-85:focus-within {
    margin-left: 21.25rem;
  }

  .xl\:focus-within\:mt-100:focus-within {
    margin-top: 25rem;
  }

  .xl\:focus-within\:mr-100:focus-within {
    margin-right: 25rem;
  }

  .xl\:focus-within\:mb-100:focus-within {
    margin-bottom: 25rem;
  }

  .xl\:focus-within\:ml-100:focus-within {
    margin-left: 25rem;
  }

  .xl\:focus-within\:mt-105:focus-within {
    margin-top: 26.25rem;
  }

  .xl\:focus-within\:mr-105:focus-within {
    margin-right: 26.25rem;
  }

  .xl\:focus-within\:mb-105:focus-within {
    margin-bottom: 26.25rem;
  }

  .xl\:focus-within\:ml-105:focus-within {
    margin-left: 26.25rem;
  }

  .xl\:focus-within\:mt-107:focus-within {
    margin-top: 26.4rem;
  }

  .xl\:focus-within\:mr-107:focus-within {
    margin-right: 26.4rem;
  }

  .xl\:focus-within\:mb-107:focus-within {
    margin-bottom: 26.4rem;
  }

  .xl\:focus-within\:ml-107:focus-within {
    margin-left: 26.4rem;
  }

  .xl\:focus-within\:mt-110:focus-within {
    margin-top: 27.5rem;
  }

  .xl\:focus-within\:mr-110:focus-within {
    margin-right: 27.5rem;
  }

  .xl\:focus-within\:mb-110:focus-within {
    margin-bottom: 27.5rem;
  }

  .xl\:focus-within\:ml-110:focus-within {
    margin-left: 27.5rem;
  }

  .xl\:focus-within\:mt-120:focus-within {
    margin-top: 30rem;
  }

  .xl\:focus-within\:mr-120:focus-within {
    margin-right: 30rem;
  }

  .xl\:focus-within\:mb-120:focus-within {
    margin-bottom: 30rem;
  }

  .xl\:focus-within\:ml-120:focus-within {
    margin-left: 30rem;
  }

  .xl\:focus-within\:mt-130:focus-within {
    margin-top: 38rem;
  }

  .xl\:focus-within\:mr-130:focus-within {
    margin-right: 38rem;
  }

  .xl\:focus-within\:mb-130:focus-within {
    margin-bottom: 38rem;
  }

  .xl\:focus-within\:ml-130:focus-within {
    margin-left: 38rem;
  }

  .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-within\:mt-250px:focus-within {
    margin-top: 250px;
  }

  .xl\:focus-within\:mr-250px:focus-within {
    margin-right: 250px;
  }

  .xl\:focus-within\:mb-250px:focus-within {
    margin-bottom: 250px;
  }

  .xl\:focus-within\:ml-250px:focus-within {
    margin-left: 250px;
  }

  .xl\:focus-within\:mt-1\/2\%:focus-within {
    margin-top: 0.5%;
  }

  .xl\:focus-within\:mr-1\/2\%:focus-within {
    margin-right: 0.5%;
  }

  .xl\:focus-within\:mb-1\/2\%:focus-within {
    margin-bottom: 0.5%;
  }

  .xl\:focus-within\:ml-1\/2\%:focus-within {
    margin-left: 0.5%;
  }

  .xl\:focus-within\:mt-1\%:focus-within {
    margin-top: 1%;
  }

  .xl\:focus-within\:mr-1\%:focus-within {
    margin-right: 1%;
  }

  .xl\:focus-within\:mb-1\%:focus-within {
    margin-bottom: 1%;
  }

  .xl\:focus-within\:ml-1\%:focus-within {
    margin-left: 1%;
  }

  .xl\:focus-within\:mt-2\%:focus-within {
    margin-top: 2%;
  }

  .xl\:focus-within\:mr-2\%:focus-within {
    margin-right: 2%;
  }

  .xl\:focus-within\:mb-2\%:focus-within {
    margin-bottom: 2%;
  }

  .xl\:focus-within\:ml-2\%:focus-within {
    margin-left: 2%;
  }

  .xl\:focus-within\:mt-3\%:focus-within {
    margin-top: 3%;
  }

  .xl\:focus-within\:mr-3\%:focus-within {
    margin-right: 3%;
  }

  .xl\:focus-within\:mb-3\%:focus-within {
    margin-bottom: 3%;
  }

  .xl\:focus-within\:ml-3\%:focus-within {
    margin-left: 3%;
  }

  .xl\:focus-within\:mt-4\%:focus-within {
    margin-top: 4%;
  }

  .xl\:focus-within\:mr-4\%:focus-within {
    margin-right: 4%;
  }

  .xl\:focus-within\:mb-4\%:focus-within {
    margin-bottom: 4%;
  }

  .xl\:focus-within\:ml-4\%:focus-within {
    margin-left: 4%;
  }

  .xl\:focus-within\:mt-5\%:focus-within {
    margin-top: 5%;
  }

  .xl\:focus-within\:mr-5\%:focus-within {
    margin-right: 5%;
  }

  .xl\:focus-within\:mb-5\%:focus-within {
    margin-bottom: 5%;
  }

  .xl\:focus-within\:ml-5\%:focus-within {
    margin-left: 5%;
  }

  .xl\:focus-within\:mt-10\%:focus-within {
    margin-top: 10%;
  }

  .xl\:focus-within\:mr-10\%:focus-within {
    margin-right: 10%;
  }

  .xl\:focus-within\:mb-10\%:focus-within {
    margin-bottom: 10%;
  }

  .xl\:focus-within\:ml-10\%:focus-within {
    margin-left: 10%;
  }

  .xl\:focus-within\:mt-20\%:focus-within {
    margin-top: 20%;
  }

  .xl\:focus-within\:mr-20\%:focus-within {
    margin-right: 20%;
  }

  .xl\:focus-within\:mb-20\%:focus-within {
    margin-bottom: 20%;
  }

  .xl\:focus-within\:ml-20\%:focus-within {
    margin-left: 20%;
  }

  .xl\:focus-within\:mt-23\%:focus-within {
    margin-top: 23%;
  }

  .xl\:focus-within\:mr-23\%:focus-within {
    margin-right: 23%;
  }

  .xl\:focus-within\:mb-23\%:focus-within {
    margin-bottom: 23%;
  }

  .xl\:focus-within\:ml-23\%:focus-within {
    margin-left: 23%;
  }

  .xl\:focus-within\:mt-25\%:focus-within {
    margin-top: 25%;
  }

  .xl\:focus-within\:mr-25\%:focus-within {
    margin-right: 25%;
  }

  .xl\:focus-within\:mb-25\%:focus-within {
    margin-bottom: 25%;
  }

  .xl\:focus-within\:ml-25\%:focus-within {
    margin-left: 25%;
  }

  .xl\:focus-within\:mt-26\%:focus-within {
    margin-top: 26%;
  }

  .xl\:focus-within\:mr-26\%:focus-within {
    margin-right: 26%;
  }

  .xl\:focus-within\:mb-26\%:focus-within {
    margin-bottom: 26%;
  }

  .xl\:focus-within\:ml-26\%:focus-within {
    margin-left: 26%;
  }

  .xl\:focus-within\:mt-30\%:focus-within {
    margin-top: 30%;
  }

  .xl\:focus-within\:mr-30\%:focus-within {
    margin-right: 30%;
  }

  .xl\:focus-within\:mb-30\%:focus-within {
    margin-bottom: 30%;
  }

  .xl\:focus-within\:ml-30\%:focus-within {
    margin-left: 30%;
  }

  .xl\:focus-within\:mt-40\%:focus-within {
    margin-top: 40%;
  }

  .xl\:focus-within\:mr-40\%:focus-within {
    margin-right: 40%;
  }

  .xl\:focus-within\:mb-40\%:focus-within {
    margin-bottom: 40%;
  }

  .xl\:focus-within\:ml-40\%:focus-within {
    margin-left: 40%;
  }

  .xl\:focus-within\:mt-50\%:focus-within {
    margin-top: 50%;
  }

  .xl\:focus-within\:mr-50\%:focus-within {
    margin-right: 50%;
  }

  .xl\:focus-within\:mb-50\%:focus-within {
    margin-bottom: 50%;
  }

  .xl\:focus-within\:ml-50\%:focus-within {
    margin-left: 50%;
  }

  .xl\:focus-within\:mt-60\%:focus-within {
    margin-top: 60%;
  }

  .xl\:focus-within\:mr-60\%:focus-within {
    margin-right: 60%;
  }

  .xl\:focus-within\:mb-60\%:focus-within {
    margin-bottom: 60%;
  }

  .xl\:focus-within\:ml-60\%:focus-within {
    margin-left: 60%;
  }

  .xl\:focus-within\:mt-70\%:focus-within {
    margin-top: 70%;
  }

  .xl\:focus-within\:mr-70\%:focus-within {
    margin-right: 70%;
  }

  .xl\:focus-within\:mb-70\%:focus-within {
    margin-bottom: 70%;
  }

  .xl\:focus-within\:ml-70\%:focus-within {
    margin-left: 70%;
  }

  .xl\:focus-within\:mt-80\%:focus-within {
    margin-top: 80%;
  }

  .xl\:focus-within\:mr-80\%:focus-within {
    margin-right: 80%;
  }

  .xl\:focus-within\:mb-80\%:focus-within {
    margin-bottom: 80%;
  }

  .xl\:focus-within\:ml-80\%:focus-within {
    margin-left: 80%;
  }

  .xl\:focus-within\:mt-90\%:focus-within {
    margin-top: 90%;
  }

  .xl\:focus-within\:mr-90\%:focus-within {
    margin-right: 90%;
  }

  .xl\:focus-within\:mb-90\%:focus-within {
    margin-bottom: 90%;
  }

  .xl\:focus-within\:ml-90\%:focus-within {
    margin-left: 90%;
  }

  .xl\:focus-within\:mt-95\%:focus-within {
    margin-top: 95%;
  }

  .xl\:focus-within\:mr-95\%:focus-within {
    margin-right: 95%;
  }

  .xl\:focus-within\:mb-95\%:focus-within {
    margin-bottom: 95%;
  }

  .xl\:focus-within\:ml-95\%:focus-within {
    margin-left: 95%;
  }

  .xl\:focus-within\:mt-96\%:focus-within {
    margin-top: 96%;
  }

  .xl\:focus-within\:mr-96\%:focus-within {
    margin-right: 96%;
  }

  .xl\:focus-within\:mb-96\%:focus-within {
    margin-bottom: 96%;
  }

  .xl\:focus-within\:ml-96\%:focus-within {
    margin-left: 96%;
  }

  .xl\:focus-within\:mt-97\%:focus-within {
    margin-top: 97%;
  }

  .xl\:focus-within\:mr-97\%:focus-within {
    margin-right: 97%;
  }

  .xl\:focus-within\:mb-97\%:focus-within {
    margin-bottom: 97%;
  }

  .xl\:focus-within\:ml-97\%:focus-within {
    margin-left: 97%;
  }

  .xl\:focus-within\:mt-98\%:focus-within {
    margin-top: 98%;
  }

  .xl\:focus-within\:mr-98\%:focus-within {
    margin-right: 98%;
  }

  .xl\:focus-within\:mb-98\%:focus-within {
    margin-bottom: 98%;
  }

  .xl\:focus-within\:ml-98\%:focus-within {
    margin-left: 98%;
  }

  .xl\:focus-within\:mt-99\%:focus-within {
    margin-top: 99%;
  }

  .xl\:focus-within\:mr-99\%:focus-within {
    margin-right: 99%;
  }

  .xl\:focus-within\:mb-99\%:focus-within {
    margin-bottom: 99%;
  }

  .xl\:focus-within\:ml-99\%:focus-within {
    margin-left: 99%;
  }

  .xl\:focus-within\:mt-36vh:focus-within {
    margin-top: 36vh;
  }

  .xl\:focus-within\:mr-36vh:focus-within {
    margin-right: 36vh;
  }

  .xl\:focus-within\:mb-36vh:focus-within {
    margin-bottom: 36vh;
  }

  .xl\:focus-within\:ml-36vh:focus-within {
    margin-left: 36vh;
  }

  .xl\:focus-within\:mt-75vh:focus-within {
    margin-top: 75vh;
  }

  .xl\:focus-within\:mr-75vh:focus-within {
    margin-right: 75vh;
  }

  .xl\:focus-within\:mb-75vh:focus-within {
    margin-bottom: 75vh;
  }

  .xl\:focus-within\:ml-75vh:focus-within {
    margin-left: 75vh;
  }

  .xl\:focus-within\:mt-78vh:focus-within {
    margin-top: 78vh;
  }

  .xl\:focus-within\:mr-78vh:focus-within {
    margin-right: 78vh;
  }

  .xl\:focus-within\:mb-78vh:focus-within {
    margin-bottom: 78vh;
  }

  .xl\:focus-within\:ml-78vh:focus-within {
    margin-left: 78vh;
  }

  .xl\:focus-within\:mt-80vh:focus-within {
    margin-top: 80vh;
  }

  .xl\:focus-within\:mr-80vh:focus-within {
    margin-right: 80vh;
  }

  .xl\:focus-within\:mb-80vh:focus-within {
    margin-bottom: 80vh;
  }

  .xl\:focus-within\:ml-80vh:focus-within {
    margin-left: 80vh;
  }

  .xl\:focus-within\:mt-82vh:focus-within {
    margin-top: 82vh;
  }

  .xl\:focus-within\:mr-82vh:focus-within {
    margin-right: 82vh;
  }

  .xl\:focus-within\:mb-82vh:focus-within {
    margin-bottom: 82vh;
  }

  .xl\:focus-within\:ml-82vh:focus-within {
    margin-left: 82vh;
  }

  .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-7:focus-within {
    margin-top: -1.75rem;
  }

  .xl\:focus-within\:-mr-7:focus-within {
    margin-right: -1.75rem;
  }

  .xl\:focus-within\:-mb-7:focus-within {
    margin-bottom: -1.75rem;
  }

  .xl\:focus-within\:-ml-7:focus-within {
    margin-left: -1.75rem;
  }

  .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-9:focus-within {
    margin-top: -2.25rem;
  }

  .xl\:focus-within\:-mr-9:focus-within {
    margin-right: -2.25rem;
  }

  .xl\:focus-within\:-mb-9:focus-within {
    margin-bottom: -2.25rem;
  }

  .xl\:focus-within\:-ml-9:focus-within {
    margin-left: -2.25rem;
  }

  .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-14:focus-within {
    margin-top: -3.5rem;
  }

  .xl\:focus-within\:-mr-14:focus-within {
    margin-right: -3.5rem;
  }

  .xl\:focus-within\:-mb-14:focus-within {
    margin-bottom: -3.5rem;
  }

  .xl\:focus-within\:-ml-14:focus-within {
    margin-left: -3.5rem;
  }

  .xl\:focus-within\:-mt-15:focus-within {
    margin-top: -3.75rem;
  }

  .xl\:focus-within\:-mr-15:focus-within {
    margin-right: -3.75rem;
  }

  .xl\:focus-within\:-mb-15:focus-within {
    margin-bottom: -3.75rem;
  }

  .xl\:focus-within\:-ml-15:focus-within {
    margin-left: -3.75rem;
  }

  .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-18:focus-within {
    margin-top: -4.5rem;
  }

  .xl\:focus-within\:-mr-18:focus-within {
    margin-right: -4.5rem;
  }

  .xl\:focus-within\:-mb-18:focus-within {
    margin-bottom: -4.5rem;
  }

  .xl\:focus-within\:-ml-18:focus-within {
    margin-left: -4.5rem;
  }

  .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-21:focus-within {
    margin-top: -5.25rem;
  }

  .xl\:focus-within\:-mr-21:focus-within {
    margin-right: -5.25rem;
  }

  .xl\:focus-within\:-mb-21:focus-within {
    margin-bottom: -5.25rem;
  }

  .xl\:focus-within\:-ml-21:focus-within {
    margin-left: -5.25rem;
  }

  .xl\:focus-within\:-mt-22:focus-within {
    margin-top: -5.5rem;
  }

  .xl\:focus-within\:-mr-22:focus-within {
    margin-right: -5.5rem;
  }

  .xl\:focus-within\:-mb-22:focus-within {
    margin-bottom: -5.5rem;
  }

  .xl\:focus-within\:-ml-22:focus-within {
    margin-left: -5.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-26:focus-within {
    margin-top: -6.5rem;
  }

  .xl\:focus-within\:-mr-26:focus-within {
    margin-right: -6.5rem;
  }

  .xl\:focus-within\:-mb-26:focus-within {
    margin-bottom: -6.5rem;
  }

  .xl\:focus-within\:-ml-26:focus-within {
    margin-left: -6.5rem;
  }

  .xl\:focus-within\:-mt-28:focus-within {
    margin-top: -7rem;
  }

  .xl\:focus-within\:-mr-28:focus-within {
    margin-right: -7rem;
  }

  .xl\:focus-within\:-mb-28:focus-within {
    margin-bottom: -7rem;
  }

  .xl\:focus-within\:-ml-28:focus-within {
    margin-left: -7rem;
  }

  .xl\:focus-within\:-mt-30:focus-within {
    margin-top: -7.5rem;
  }

  .xl\:focus-within\:-mr-30:focus-within {
    margin-right: -7.5rem;
  }

  .xl\:focus-within\:-mb-30:focus-within {
    margin-bottom: -7.5rem;
  }

  .xl\:focus-within\:-ml-30:focus-within {
    margin-left: -7.5rem;
  }

  .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-34:focus-within {
    margin-top: -8.5rem;
  }

  .xl\:focus-within\:-mr-34:focus-within {
    margin-right: -8.5rem;
  }

  .xl\:focus-within\:-mb-34:focus-within {
    margin-bottom: -8.5rem;
  }

  .xl\:focus-within\:-ml-34:focus-within {
    margin-left: -8.5rem;
  }

  .xl\:focus-within\:-mt-36:focus-within {
    margin-top: -9rem;
  }

  .xl\:focus-within\:-mr-36:focus-within {
    margin-right: -9rem;
  }

  .xl\:focus-within\:-mb-36:focus-within {
    margin-bottom: -9rem;
  }

  .xl\:focus-within\:-ml-36:focus-within {
    margin-left: -9rem;
  }

  .xl\:focus-within\:-mt-38:focus-within {
    margin-top: -9.5rem;
  }

  .xl\:focus-within\:-mr-38:focus-within {
    margin-right: -9.5rem;
  }

  .xl\:focus-within\:-mb-38:focus-within {
    margin-bottom: -9.5rem;
  }

  .xl\:focus-within\:-ml-38:focus-within {
    margin-left: -9.5rem;
  }

  .xl\:focus-within\:-mt-40:focus-within {
    margin-top: -10rem;
  }

  .xl\:focus-within\:-mr-40:focus-within {
    margin-right: -10rem;
  }

  .xl\:focus-within\:-mb-40:focus-within {
    margin-bottom: -10rem;
  }

  .xl\:focus-within\:-ml-40:focus-within {
    margin-left: -10rem;
  }

  .xl\:focus-within\:-mt-44:focus-within {
    margin-top: -11rem;
  }

  .xl\:focus-within\:-mr-44:focus-within {
    margin-right: -11rem;
  }

  .xl\:focus-within\:-mb-44:focus-within {
    margin-bottom: -11rem;
  }

  .xl\:focus-within\:-ml-44:focus-within {
    margin-left: -11rem;
  }

  .xl\:focus-within\:-mt-48:focus-within {
    margin-top: -12rem;
  }

  .xl\:focus-within\:-mr-48:focus-within {
    margin-right: -12rem;
  }

  .xl\:focus-within\:-mb-48:focus-within {
    margin-bottom: -12rem;
  }

  .xl\:focus-within\:-ml-48:focus-within {
    margin-left: -12rem;
  }

  .xl\:focus-within\:-mt-52:focus-within {
    margin-top: -13rem;
  }

  .xl\:focus-within\:-mr-52:focus-within {
    margin-right: -13rem;
  }

  .xl\:focus-within\:-mb-52:focus-within {
    margin-bottom: -13rem;
  }

  .xl\:focus-within\:-ml-52:focus-within {
    margin-left: -13rem;
  }

  .xl\:focus-within\:-mt-53:focus-within {
    margin-top: -13.25rem;
  }

  .xl\:focus-within\:-mr-53:focus-within {
    margin-right: -13.25rem;
  }

  .xl\:focus-within\:-mb-53:focus-within {
    margin-bottom: -13.25rem;
  }

  .xl\:focus-within\:-ml-53:focus-within {
    margin-left: -13.25rem;
  }

  .xl\:focus-within\:-mt-54:focus-within {
    margin-top: -13.5rem;
  }

  .xl\:focus-within\:-mr-54:focus-within {
    margin-right: -13.5rem;
  }

  .xl\:focus-within\:-mb-54:focus-within {
    margin-bottom: -13.5rem;
  }

  .xl\:focus-within\:-ml-54:focus-within {
    margin-left: -13.5rem;
  }

  .xl\:focus-within\:-mt-56:focus-within {
    margin-top: -14rem;
  }

  .xl\:focus-within\:-mr-56:focus-within {
    margin-right: -14rem;
  }

  .xl\:focus-within\:-mb-56:focus-within {
    margin-bottom: -14rem;
  }

  .xl\:focus-within\:-ml-56:focus-within {
    margin-left: -14rem;
  }

  .xl\:focus-within\:-mt-64:focus-within {
    margin-top: -16rem;
  }

  .xl\:focus-within\:-mr-64:focus-within {
    margin-right: -16rem;
  }

  .xl\:focus-within\:-mb-64:focus-within {
    margin-bottom: -16rem;
  }

  .xl\:focus-within\:-ml-64:focus-within {
    margin-left: -16rem;
  }

  .xl\:focus-within\:-mt-72:focus-within {
    margin-top: -18rem;
  }

  .xl\:focus-within\:-mr-72:focus-within {
    margin-right: -18rem;
  }

  .xl\:focus-within\:-mb-72:focus-within {
    margin-bottom: -18rem;
  }

  .xl\:focus-within\:-ml-72:focus-within {
    margin-left: -18rem;
  }

  .xl\:focus-within\:-mt-74:focus-within {
    margin-top: -18.5rem;
  }

  .xl\:focus-within\:-mr-74:focus-within {
    margin-right: -18.5rem;
  }

  .xl\:focus-within\:-mb-74:focus-within {
    margin-bottom: -18.5rem;
  }

  .xl\:focus-within\:-ml-74:focus-within {
    margin-left: -18.5rem;
  }

  .xl\:focus-within\:-mt-76:focus-within {
    margin-top: -19rem;
  }

  .xl\:focus-within\:-mr-76:focus-within {
    margin-right: -19rem;
  }

  .xl\:focus-within\:-mb-76:focus-within {
    margin-bottom: -19rem;
  }

  .xl\:focus-within\:-ml-76:focus-within {
    margin-left: -19rem;
  }

  .xl\:focus-within\:-mt-80:focus-within {
    margin-top: -20rem;
  }

  .xl\:focus-within\:-mr-80:focus-within {
    margin-right: -20rem;
  }

  .xl\:focus-within\:-mb-80:focus-within {
    margin-bottom: -20rem;
  }

  .xl\:focus-within\:-ml-80:focus-within {
    margin-left: -20rem;
  }

  .xl\:focus-within\:-mt-85:focus-within {
    margin-top: -21.25rem;
  }

  .xl\:focus-within\:-mr-85:focus-within {
    margin-right: -21.25rem;
  }

  .xl\:focus-within\:-mb-85:focus-within {
    margin-bottom: -21.25rem;
  }

  .xl\:focus-within\:-ml-85:focus-within {
    margin-left: -21.25rem;
  }

  .xl\:focus-within\:-mt-100:focus-within {
    margin-top: -25rem;
  }

  .xl\:focus-within\:-mr-100:focus-within {
    margin-right: -25rem;
  }

  .xl\:focus-within\:-mb-100:focus-within {
    margin-bottom: -25rem;
  }

  .xl\:focus-within\:-ml-100:focus-within {
    margin-left: -25rem;
  }

  .xl\:focus-within\:-mt-105:focus-within {
    margin-top: -26.25rem;
  }

  .xl\:focus-within\:-mr-105:focus-within {
    margin-right: -26.25rem;
  }

  .xl\:focus-within\:-mb-105:focus-within {
    margin-bottom: -26.25rem;
  }

  .xl\:focus-within\:-ml-105:focus-within {
    margin-left: -26.25rem;
  }

  .xl\:focus-within\:-mt-107:focus-within {
    margin-top: -26.4rem;
  }

  .xl\:focus-within\:-mr-107:focus-within {
    margin-right: -26.4rem;
  }

  .xl\:focus-within\:-mb-107:focus-within {
    margin-bottom: -26.4rem;
  }

  .xl\:focus-within\:-ml-107:focus-within {
    margin-left: -26.4rem;
  }

  .xl\:focus-within\:-mt-110:focus-within {
    margin-top: -27.5rem;
  }

  .xl\:focus-within\:-mr-110:focus-within {
    margin-right: -27.5rem;
  }

  .xl\:focus-within\:-mb-110:focus-within {
    margin-bottom: -27.5rem;
  }

  .xl\:focus-within\:-ml-110:focus-within {
    margin-left: -27.5rem;
  }

  .xl\:focus-within\:-mt-120:focus-within {
    margin-top: -30rem;
  }

  .xl\:focus-within\:-mr-120:focus-within {
    margin-right: -30rem;
  }

  .xl\:focus-within\:-mb-120:focus-within {
    margin-bottom: -30rem;
  }

  .xl\:focus-within\:-ml-120:focus-within {
    margin-left: -30rem;
  }

  .xl\:focus-within\:-mt-130:focus-within {
    margin-top: -38rem;
  }

  .xl\:focus-within\:-mr-130:focus-within {
    margin-right: -38rem;
  }

  .xl\:focus-within\:-mb-130:focus-within {
    margin-bottom: -38rem;
  }

  .xl\:focus-within\:-ml-130:focus-within {
    margin-left: -38rem;
  }

  .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-within\:-mt-250px:focus-within {
    margin-top: -250px;
  }

  .xl\:focus-within\:-mr-250px:focus-within {
    margin-right: -250px;
  }

  .xl\:focus-within\:-mb-250px:focus-within {
    margin-bottom: -250px;
  }

  .xl\:focus-within\:-ml-250px:focus-within {
    margin-left: -250px;
  }

  .xl\:focus-within\:-mt-1\/2\%:focus-within {
    margin-top: -0.5%;
  }

  .xl\:focus-within\:-mr-1\/2\%:focus-within {
    margin-right: -0.5%;
  }

  .xl\:focus-within\:-mb-1\/2\%:focus-within {
    margin-bottom: -0.5%;
  }

  .xl\:focus-within\:-ml-1\/2\%:focus-within {
    margin-left: -0.5%;
  }

  .xl\:focus-within\:-mt-1\%:focus-within {
    margin-top: -1%;
  }

  .xl\:focus-within\:-mr-1\%:focus-within {
    margin-right: -1%;
  }

  .xl\:focus-within\:-mb-1\%:focus-within {
    margin-bottom: -1%;
  }

  .xl\:focus-within\:-ml-1\%:focus-within {
    margin-left: -1%;
  }

  .xl\:focus-within\:-mt-2\%:focus-within {
    margin-top: -2%;
  }

  .xl\:focus-within\:-mr-2\%:focus-within {
    margin-right: -2%;
  }

  .xl\:focus-within\:-mb-2\%:focus-within {
    margin-bottom: -2%;
  }

  .xl\:focus-within\:-ml-2\%:focus-within {
    margin-left: -2%;
  }

  .xl\:focus-within\:-mt-3\%:focus-within {
    margin-top: -3%;
  }

  .xl\:focus-within\:-mr-3\%:focus-within {
    margin-right: -3%;
  }

  .xl\:focus-within\:-mb-3\%:focus-within {
    margin-bottom: -3%;
  }

  .xl\:focus-within\:-ml-3\%:focus-within {
    margin-left: -3%;
  }

  .xl\:focus-within\:-mt-4\%:focus-within {
    margin-top: -4%;
  }

  .xl\:focus-within\:-mr-4\%:focus-within {
    margin-right: -4%;
  }

  .xl\:focus-within\:-mb-4\%:focus-within {
    margin-bottom: -4%;
  }

  .xl\:focus-within\:-ml-4\%:focus-within {
    margin-left: -4%;
  }

  .xl\:focus-within\:-mt-5\%:focus-within {
    margin-top: -5%;
  }

  .xl\:focus-within\:-mr-5\%:focus-within {
    margin-right: -5%;
  }

  .xl\:focus-within\:-mb-5\%:focus-within {
    margin-bottom: -5%;
  }

  .xl\:focus-within\:-ml-5\%:focus-within {
    margin-left: -5%;
  }

  .xl\:focus-within\:-mt-10\%:focus-within {
    margin-top: -10%;
  }

  .xl\:focus-within\:-mr-10\%:focus-within {
    margin-right: -10%;
  }

  .xl\:focus-within\:-mb-10\%:focus-within {
    margin-bottom: -10%;
  }

  .xl\:focus-within\:-ml-10\%:focus-within {
    margin-left: -10%;
  }

  .xl\:focus-within\:-mt-20\%:focus-within {
    margin-top: -20%;
  }

  .xl\:focus-within\:-mr-20\%:focus-within {
    margin-right: -20%;
  }

  .xl\:focus-within\:-mb-20\%:focus-within {
    margin-bottom: -20%;
  }

  .xl\:focus-within\:-ml-20\%:focus-within {
    margin-left: -20%;
  }

  .xl\:focus-within\:-mt-23\%:focus-within {
    margin-top: -23%;
  }

  .xl\:focus-within\:-mr-23\%:focus-within {
    margin-right: -23%;
  }

  .xl\:focus-within\:-mb-23\%:focus-within {
    margin-bottom: -23%;
  }

  .xl\:focus-within\:-ml-23\%:focus-within {
    margin-left: -23%;
  }

  .xl\:focus-within\:-mt-25\%:focus-within {
    margin-top: -25%;
  }

  .xl\:focus-within\:-mr-25\%:focus-within {
    margin-right: -25%;
  }

  .xl\:focus-within\:-mb-25\%:focus-within {
    margin-bottom: -25%;
  }

  .xl\:focus-within\:-ml-25\%:focus-within {
    margin-left: -25%;
  }

  .xl\:focus-within\:-mt-26\%:focus-within {
    margin-top: -26%;
  }

  .xl\:focus-within\:-mr-26\%:focus-within {
    margin-right: -26%;
  }

  .xl\:focus-within\:-mb-26\%:focus-within {
    margin-bottom: -26%;
  }

  .xl\:focus-within\:-ml-26\%:focus-within {
    margin-left: -26%;
  }

  .xl\:focus-within\:-mt-30\%:focus-within {
    margin-top: -30%;
  }

  .xl\:focus-within\:-mr-30\%:focus-within {
    margin-right: -30%;
  }

  .xl\:focus-within\:-mb-30\%:focus-within {
    margin-bottom: -30%;
  }

  .xl\:focus-within\:-ml-30\%:focus-within {
    margin-left: -30%;
  }

  .xl\:focus-within\:-mt-40\%:focus-within {
    margin-top: -40%;
  }

  .xl\:focus-within\:-mr-40\%:focus-within {
    margin-right: -40%;
  }

  .xl\:focus-within\:-mb-40\%:focus-within {
    margin-bottom: -40%;
  }

  .xl\:focus-within\:-ml-40\%:focus-within {
    margin-left: -40%;
  }

  .xl\:focus-within\:-mt-50\%:focus-within {
    margin-top: -50%;
  }

  .xl\:focus-within\:-mr-50\%:focus-within {
    margin-right: -50%;
  }

  .xl\:focus-within\:-mb-50\%:focus-within {
    margin-bottom: -50%;
  }

  .xl\:focus-within\:-ml-50\%:focus-within {
    margin-left: -50%;
  }

  .xl\:focus-within\:-mt-60\%:focus-within {
    margin-top: -60%;
  }

  .xl\:focus-within\:-mr-60\%:focus-within {
    margin-right: -60%;
  }

  .xl\:focus-within\:-mb-60\%:focus-within {
    margin-bottom: -60%;
  }

  .xl\:focus-within\:-ml-60\%:focus-within {
    margin-left: -60%;
  }

  .xl\:focus-within\:-mt-70\%:focus-within {
    margin-top: -70%;
  }

  .xl\:focus-within\:-mr-70\%:focus-within {
    margin-right: -70%;
  }

  .xl\:focus-within\:-mb-70\%:focus-within {
    margin-bottom: -70%;
  }

  .xl\:focus-within\:-ml-70\%:focus-within {
    margin-left: -70%;
  }

  .xl\:focus-within\:-mt-80\%:focus-within {
    margin-top: -80%;
  }

  .xl\:focus-within\:-mr-80\%:focus-within {
    margin-right: -80%;
  }

  .xl\:focus-within\:-mb-80\%:focus-within {
    margin-bottom: -80%;
  }

  .xl\:focus-within\:-ml-80\%:focus-within {
    margin-left: -80%;
  }

  .xl\:focus-within\:-mt-90\%:focus-within {
    margin-top: -90%;
  }

  .xl\:focus-within\:-mr-90\%:focus-within {
    margin-right: -90%;
  }

  .xl\:focus-within\:-mb-90\%:focus-within {
    margin-bottom: -90%;
  }

  .xl\:focus-within\:-ml-90\%:focus-within {
    margin-left: -90%;
  }

  .xl\:focus-within\:-mt-95\%:focus-within {
    margin-top: -95%;
  }

  .xl\:focus-within\:-mr-95\%:focus-within {
    margin-right: -95%;
  }

  .xl\:focus-within\:-mb-95\%:focus-within {
    margin-bottom: -95%;
  }

  .xl\:focus-within\:-ml-95\%:focus-within {
    margin-left: -95%;
  }

  .xl\:focus-within\:-mt-96\%:focus-within {
    margin-top: -96%;
  }

  .xl\:focus-within\:-mr-96\%:focus-within {
    margin-right: -96%;
  }

  .xl\:focus-within\:-mb-96\%:focus-within {
    margin-bottom: -96%;
  }

  .xl\:focus-within\:-ml-96\%:focus-within {
    margin-left: -96%;
  }

  .xl\:focus-within\:-mt-97\%:focus-within {
    margin-top: -97%;
  }

  .xl\:focus-within\:-mr-97\%:focus-within {
    margin-right: -97%;
  }

  .xl\:focus-within\:-mb-97\%:focus-within {
    margin-bottom: -97%;
  }

  .xl\:focus-within\:-ml-97\%:focus-within {
    margin-left: -97%;
  }

  .xl\:focus-within\:-mt-98\%:focus-within {
    margin-top: -98%;
  }

  .xl\:focus-within\:-mr-98\%:focus-within {
    margin-right: -98%;
  }

  .xl\:focus-within\:-mb-98\%:focus-within {
    margin-bottom: -98%;
  }

  .xl\:focus-within\:-ml-98\%:focus-within {
    margin-left: -98%;
  }

  .xl\:focus-within\:-mt-99\%:focus-within {
    margin-top: -99%;
  }

  .xl\:focus-within\:-mr-99\%:focus-within {
    margin-right: -99%;
  }

  .xl\:focus-within\:-mb-99\%:focus-within {
    margin-bottom: -99%;
  }

  .xl\:focus-within\:-ml-99\%:focus-within {
    margin-left: -99%;
  }

  .xl\:focus-within\:-mt-36vh:focus-within {
    margin-top: -36vh;
  }

  .xl\:focus-within\:-mr-36vh:focus-within {
    margin-right: -36vh;
  }

  .xl\:focus-within\:-mb-36vh:focus-within {
    margin-bottom: -36vh;
  }

  .xl\:focus-within\:-ml-36vh:focus-within {
    margin-left: -36vh;
  }

  .xl\:focus-within\:-mt-75vh:focus-within {
    margin-top: -75vh;
  }

  .xl\:focus-within\:-mr-75vh:focus-within {
    margin-right: -75vh;
  }

  .xl\:focus-within\:-mb-75vh:focus-within {
    margin-bottom: -75vh;
  }

  .xl\:focus-within\:-ml-75vh:focus-within {
    margin-left: -75vh;
  }

  .xl\:focus-within\:-mt-78vh:focus-within {
    margin-top: -78vh;
  }

  .xl\:focus-within\:-mr-78vh:focus-within {
    margin-right: -78vh;
  }

  .xl\:focus-within\:-mb-78vh:focus-within {
    margin-bottom: -78vh;
  }

  .xl\:focus-within\:-ml-78vh:focus-within {
    margin-left: -78vh;
  }

  .xl\:focus-within\:-mt-80vh:focus-within {
    margin-top: -80vh;
  }

  .xl\:focus-within\:-mr-80vh:focus-within {
    margin-right: -80vh;
  }

  .xl\:focus-within\:-mb-80vh:focus-within {
    margin-bottom: -80vh;
  }

  .xl\:focus-within\:-ml-80vh:focus-within {
    margin-left: -80vh;
  }

  .xl\:focus-within\:-mt-82vh:focus-within {
    margin-top: -82vh;
  }

  .xl\:focus-within\:-mr-82vh:focus-within {
    margin-right: -82vh;
  }

  .xl\:focus-within\:-mb-82vh:focus-within {
    margin-bottom: -82vh;
  }

  .xl\:focus-within\:-ml-82vh:focus-within {
    margin-left: -82vh;
  }

  .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-7 {
    margin: 1.75rem;
  }

  .group:hover .xl\:group-hover\:m-8 {
    margin: 2rem;
  }

  .group:hover .xl\:group-hover\:m-9 {
    margin: 2.25rem;
  }

  .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-14 {
    margin: 3.5rem;
  }

  .group:hover .xl\:group-hover\:m-15 {
    margin: 3.75rem;
  }

  .group:hover .xl\:group-hover\:m-16 {
    margin: 4rem;
  }

  .group:hover .xl\:group-hover\:m-18 {
    margin: 4.5rem;
  }

  .group:hover .xl\:group-hover\:m-20 {
    margin: 5rem;
  }

  .group:hover .xl\:group-hover\:m-21 {
    margin: 5.25rem;
  }

  .group:hover .xl\:group-hover\:m-22 {
    margin: 5.5rem;
  }

  .group:hover .xl\:group-hover\:m-24 {
    margin: 6rem;
  }

  .group:hover .xl\:group-hover\:m-26 {
    margin: 6.5rem;
  }

  .group:hover .xl\:group-hover\:m-28 {
    margin: 7rem;
  }

  .group:hover .xl\:group-hover\:m-30 {
    margin: 7.5rem;
  }

  .group:hover .xl\:group-hover\:m-32 {
    margin: 8rem;
  }

  .group:hover .xl\:group-hover\:m-34 {
    margin: 8.5rem;
  }

  .group:hover .xl\:group-hover\:m-36 {
    margin: 9rem;
  }

  .group:hover .xl\:group-hover\:m-38 {
    margin: 9.5rem;
  }

  .group:hover .xl\:group-hover\:m-40 {
    margin: 10rem;
  }

  .group:hover .xl\:group-hover\:m-44 {
    margin: 11rem;
  }

  .group:hover .xl\:group-hover\:m-48 {
    margin: 12rem;
  }

  .group:hover .xl\:group-hover\:m-52 {
    margin: 13rem;
  }

  .group:hover .xl\:group-hover\:m-53 {
    margin: 13.25rem;
  }

  .group:hover .xl\:group-hover\:m-54 {
    margin: 13.5rem;
  }

  .group:hover .xl\:group-hover\:m-56 {
    margin: 14rem;
  }

  .group:hover .xl\:group-hover\:m-64 {
    margin: 16rem;
  }

  .group:hover .xl\:group-hover\:m-72 {
    margin: 18rem;
  }

  .group:hover .xl\:group-hover\:m-74 {
    margin: 18.5rem;
  }

  .group:hover .xl\:group-hover\:m-76 {
    margin: 19rem;
  }

  .group:hover .xl\:group-hover\:m-80 {
    margin: 20rem;
  }

  .group:hover .xl\:group-hover\:m-85 {
    margin: 21.25rem;
  }

  .group:hover .xl\:group-hover\:m-100 {
    margin: 25rem;
  }

  .group:hover .xl\:group-hover\:m-105 {
    margin: 26.25rem;
  }

  .group:hover .xl\:group-hover\:m-107 {
    margin: 26.4rem;
  }

  .group:hover .xl\:group-hover\:m-110 {
    margin: 27.5rem;
  }

  .group:hover .xl\:group-hover\:m-120 {
    margin: 30rem;
  }

  .group:hover .xl\:group-hover\:m-130 {
    margin: 38rem;
  }

  .group:hover .xl\:group-hover\:m-auto {
    margin: auto;
  }

  .group:hover .xl\:group-hover\:m-px {
    margin: 1px;
  }

  .group:hover .xl\:group-hover\:m-250px {
    margin: 250px;
  }

  .group:hover .xl\:group-hover\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:hover .xl\:group-hover\:m-1\% {
    margin: 1%;
  }

  .group:hover .xl\:group-hover\:m-2\% {
    margin: 2%;
  }

  .group:hover .xl\:group-hover\:m-3\% {
    margin: 3%;
  }

  .group:hover .xl\:group-hover\:m-4\% {
    margin: 4%;
  }

  .group:hover .xl\:group-hover\:m-5\% {
    margin: 5%;
  }

  .group:hover .xl\:group-hover\:m-10\% {
    margin: 10%;
  }

  .group:hover .xl\:group-hover\:m-20\% {
    margin: 20%;
  }

  .group:hover .xl\:group-hover\:m-23\% {
    margin: 23%;
  }

  .group:hover .xl\:group-hover\:m-25\% {
    margin: 25%;
  }

  .group:hover .xl\:group-hover\:m-26\% {
    margin: 26%;
  }

  .group:hover .xl\:group-hover\:m-30\% {
    margin: 30%;
  }

  .group:hover .xl\:group-hover\:m-40\% {
    margin: 40%;
  }

  .group:hover .xl\:group-hover\:m-50\% {
    margin: 50%;
  }

  .group:hover .xl\:group-hover\:m-60\% {
    margin: 60%;
  }

  .group:hover .xl\:group-hover\:m-70\% {
    margin: 70%;
  }

  .group:hover .xl\:group-hover\:m-80\% {
    margin: 80%;
  }

  .group:hover .xl\:group-hover\:m-90\% {
    margin: 90%;
  }

  .group:hover .xl\:group-hover\:m-95\% {
    margin: 95%;
  }

  .group:hover .xl\:group-hover\:m-96\% {
    margin: 96%;
  }

  .group:hover .xl\:group-hover\:m-97\% {
    margin: 97%;
  }

  .group:hover .xl\:group-hover\:m-98\% {
    margin: 98%;
  }

  .group:hover .xl\:group-hover\:m-99\% {
    margin: 99%;
  }

  .group:hover .xl\:group-hover\:m-36vh {
    margin: 36vh;
  }

  .group:hover .xl\:group-hover\:m-75vh {
    margin: 75vh;
  }

  .group:hover .xl\:group-hover\:m-78vh {
    margin: 78vh;
  }

  .group:hover .xl\:group-hover\:m-80vh {
    margin: 80vh;
  }

  .group:hover .xl\:group-hover\:m-82vh {
    margin: 82vh;
  }

  .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-7 {
    margin: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-m-8 {
    margin: -2rem;
  }

  .group:hover .xl\:group-hover\:-m-9 {
    margin: -2.25rem;
  }

  .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-14 {
    margin: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-m-15 {
    margin: -3.75rem;
  }

  .group:hover .xl\:group-hover\:-m-16 {
    margin: -4rem;
  }

  .group:hover .xl\:group-hover\:-m-18 {
    margin: -4.5rem;
  }

  .group:hover .xl\:group-hover\:-m-20 {
    margin: -5rem;
  }

  .group:hover .xl\:group-hover\:-m-21 {
    margin: -5.25rem;
  }

  .group:hover .xl\:group-hover\:-m-22 {
    margin: -5.5rem;
  }

  .group:hover .xl\:group-hover\:-m-24 {
    margin: -6rem;
  }

  .group:hover .xl\:group-hover\:-m-26 {
    margin: -6.5rem;
  }

  .group:hover .xl\:group-hover\:-m-28 {
    margin: -7rem;
  }

  .group:hover .xl\:group-hover\:-m-30 {
    margin: -7.5rem;
  }

  .group:hover .xl\:group-hover\:-m-32 {
    margin: -8rem;
  }

  .group:hover .xl\:group-hover\:-m-34 {
    margin: -8.5rem;
  }

  .group:hover .xl\:group-hover\:-m-36 {
    margin: -9rem;
  }

  .group:hover .xl\:group-hover\:-m-38 {
    margin: -9.5rem;
  }

  .group:hover .xl\:group-hover\:-m-40 {
    margin: -10rem;
  }

  .group:hover .xl\:group-hover\:-m-44 {
    margin: -11rem;
  }

  .group:hover .xl\:group-hover\:-m-48 {
    margin: -12rem;
  }

  .group:hover .xl\:group-hover\:-m-52 {
    margin: -13rem;
  }

  .group:hover .xl\:group-hover\:-m-53 {
    margin: -13.25rem;
  }

  .group:hover .xl\:group-hover\:-m-54 {
    margin: -13.5rem;
  }

  .group:hover .xl\:group-hover\:-m-56 {
    margin: -14rem;
  }

  .group:hover .xl\:group-hover\:-m-64 {
    margin: -16rem;
  }

  .group:hover .xl\:group-hover\:-m-72 {
    margin: -18rem;
  }

  .group:hover .xl\:group-hover\:-m-74 {
    margin: -18.5rem;
  }

  .group:hover .xl\:group-hover\:-m-76 {
    margin: -19rem;
  }

  .group:hover .xl\:group-hover\:-m-80 {
    margin: -20rem;
  }

  .group:hover .xl\:group-hover\:-m-85 {
    margin: -21.25rem;
  }

  .group:hover .xl\:group-hover\:-m-100 {
    margin: -25rem;
  }

  .group:hover .xl\:group-hover\:-m-105 {
    margin: -26.25rem;
  }

  .group:hover .xl\:group-hover\:-m-107 {
    margin: -26.4rem;
  }

  .group:hover .xl\:group-hover\:-m-110 {
    margin: -27.5rem;
  }

  .group:hover .xl\:group-hover\:-m-120 {
    margin: -30rem;
  }

  .group:hover .xl\:group-hover\:-m-130 {
    margin: -38rem;
  }

  .group:hover .xl\:group-hover\:-m-px {
    margin: -1px;
  }

  .group:hover .xl\:group-hover\:-m-250px {
    margin: -250px;
  }

  .group:hover .xl\:group-hover\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:hover .xl\:group-hover\:-m-1\% {
    margin: -1%;
  }

  .group:hover .xl\:group-hover\:-m-2\% {
    margin: -2%;
  }

  .group:hover .xl\:group-hover\:-m-3\% {
    margin: -3%;
  }

  .group:hover .xl\:group-hover\:-m-4\% {
    margin: -4%;
  }

  .group:hover .xl\:group-hover\:-m-5\% {
    margin: -5%;
  }

  .group:hover .xl\:group-hover\:-m-10\% {
    margin: -10%;
  }

  .group:hover .xl\:group-hover\:-m-20\% {
    margin: -20%;
  }

  .group:hover .xl\:group-hover\:-m-23\% {
    margin: -23%;
  }

  .group:hover .xl\:group-hover\:-m-25\% {
    margin: -25%;
  }

  .group:hover .xl\:group-hover\:-m-26\% {
    margin: -26%;
  }

  .group:hover .xl\:group-hover\:-m-30\% {
    margin: -30%;
  }

  .group:hover .xl\:group-hover\:-m-40\% {
    margin: -40%;
  }

  .group:hover .xl\:group-hover\:-m-50\% {
    margin: -50%;
  }

  .group:hover .xl\:group-hover\:-m-60\% {
    margin: -60%;
  }

  .group:hover .xl\:group-hover\:-m-70\% {
    margin: -70%;
  }

  .group:hover .xl\:group-hover\:-m-80\% {
    margin: -80%;
  }

  .group:hover .xl\:group-hover\:-m-90\% {
    margin: -90%;
  }

  .group:hover .xl\:group-hover\:-m-95\% {
    margin: -95%;
  }

  .group:hover .xl\:group-hover\:-m-96\% {
    margin: -96%;
  }

  .group:hover .xl\:group-hover\:-m-97\% {
    margin: -97%;
  }

  .group:hover .xl\:group-hover\:-m-98\% {
    margin: -98%;
  }

  .group:hover .xl\:group-hover\:-m-99\% {
    margin: -99%;
  }

  .group:hover .xl\:group-hover\:-m-36vh {
    margin: -36vh;
  }

  .group:hover .xl\:group-hover\:-m-75vh {
    margin: -75vh;
  }

  .group:hover .xl\:group-hover\:-m-78vh {
    margin: -78vh;
  }

  .group:hover .xl\:group-hover\:-m-80vh {
    margin: -80vh;
  }

  .group:hover .xl\:group-hover\:-m-82vh {
    margin: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:hover .xl\:group-hover\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:hover .xl\:group-hover\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:hover .xl\:group-hover\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:hover .xl\:group-hover\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:hover .xl\:group-hover\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:hover .xl\:group-hover\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:hover .xl\:group-hover\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:hover .xl\:group-hover\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:hover .xl\:group-hover\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.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-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:hover .xl\:group-hover\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:hover .xl\:group-hover\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:hover .xl\:group-hover\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:hover .xl\:group-hover\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:hover .xl\:group-hover\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:hover .xl\:group-hover\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:hover .xl\:group-hover\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:hover .xl\:group-hover\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:hover .xl\:group-hover\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:hover .xl\:group-hover\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:hover .xl\:group-hover\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:hover .xl\:group-hover\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:hover .xl\:group-hover\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:hover .xl\:group-hover\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:hover .xl\:group-hover\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:hover .xl\:group-hover\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:hover .xl\:group-hover\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:hover .xl\:group-hover\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:hover .xl\:group-hover\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:hover .xl\:group-hover\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:hover .xl\:group-hover\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:hover .xl\:group-hover\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:hover .xl\:group-hover\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:hover .xl\:group-hover\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:hover .xl\:group-hover\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:hover .xl\:group-hover\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:hover .xl\:group-hover\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:hover .xl\:group-hover\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:hover .xl\:group-hover\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:hover .xl\:group-hover\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:hover .xl\:group-hover\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:hover .xl\:group-hover\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:hover .xl\:group-hover\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:hover .xl\:group-hover\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:hover .xl\:group-hover\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:hover .xl\:group-hover\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:hover .xl\:group-hover\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:hover .xl\:group-hover\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .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\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:hover .xl\:group-hover\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:hover .xl\:group-hover\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:hover .xl\:group-hover\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:hover .xl\:group-hover\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:hover .xl\:group-hover\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:hover .xl\:group-hover\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:hover .xl\:group-hover\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:hover .xl\:group-hover\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:hover .xl\:group-hover\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:hover .xl\:group-hover\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:hover .xl\:group-hover\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:hover .xl\:group-hover\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:hover .xl\:group-hover\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:hover .xl\:group-hover\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:hover .xl\:group-hover\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:hover .xl\:group-hover\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:hover .xl\:group-hover\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:hover .xl\:group-hover\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:hover .xl\:group-hover\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:hover .xl\:group-hover\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:hover .xl\:group-hover\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:hover .xl\:group-hover\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:hover .xl\:group-hover\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:hover .xl\:group-hover\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:hover .xl\:group-hover\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:hover .xl\:group-hover\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:hover .xl\:group-hover\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:hover .xl\:group-hover\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:hover .xl\:group-hover\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:hover .xl\:group-hover\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:hover .xl\:group-hover\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:hover .xl\:group-hover\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:hover .xl\:group-hover\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:hover .xl\:group-hover\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:hover .xl\:group-hover\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:hover .xl\:group-hover\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:hover .xl\:group-hover\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:hover .xl\:group-hover\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:hover .xl\:group-hover\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:hover .xl\:group-hover\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:hover .xl\:group-hover\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:hover .xl\:group-hover\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:hover .xl\:group-hover\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:hover .xl\:group-hover\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:hover .xl\:group-hover\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:hover .xl\:group-hover\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:hover .xl\:group-hover\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:hover .xl\:group-hover\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:hover .xl\:group-hover\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:hover .xl\:group-hover\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:hover .xl\:group-hover\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:hover .xl\:group-hover\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:hover .xl\:group-hover\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:hover .xl\:group-hover\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:hover .xl\:group-hover\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:hover .xl\:group-hover\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:hover .xl\:group-hover\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:hover .xl\:group-hover\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:hover .xl\:group-hover\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:hover .xl\:group-hover\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:hover .xl\:group-hover\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:hover .xl\:group-hover\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:hover .xl\:group-hover\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:hover .xl\:group-hover\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:hover .xl\:group-hover\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.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-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:hover .xl\:group-hover\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:hover .xl\:group-hover\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:hover .xl\:group-hover\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:hover .xl\:group-hover\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:hover .xl\:group-hover\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:hover .xl\:group-hover\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:hover .xl\:group-hover\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:hover .xl\:group-hover\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:hover .xl\:group-hover\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:hover .xl\:group-hover\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:hover .xl\:group-hover\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:hover .xl\:group-hover\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:hover .xl\:group-hover\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:hover .xl\:group-hover\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:hover .xl\:group-hover\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:hover .xl\:group-hover\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:hover .xl\:group-hover\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:hover .xl\:group-hover\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:hover .xl\:group-hover\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:hover .xl\:group-hover\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:hover .xl\:group-hover\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:hover .xl\:group-hover\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:hover .xl\:group-hover\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:hover .xl\:group-hover\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:hover .xl\:group-hover\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:hover .xl\:group-hover\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:hover .xl\:group-hover\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:hover .xl\:group-hover\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:hover .xl\:group-hover\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:hover .xl\:group-hover\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:hover .xl\:group-hover\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:hover .xl\:group-hover\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:hover .xl\:group-hover\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:hover .xl\:group-hover\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:hover .xl\:group-hover\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:hover .xl\:group-hover\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:hover .xl\:group-hover\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:hover .xl\:group-hover\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:hover .xl\:group-hover\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:hover .xl\:group-hover\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .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\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:hover .xl\:group-hover\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:hover .xl\:group-hover\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:hover .xl\:group-hover\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:hover .xl\:group-hover\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:hover .xl\:group-hover\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:hover .xl\:group-hover\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:hover .xl\:group-hover\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:hover .xl\:group-hover\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:hover .xl\:group-hover\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:hover .xl\:group-hover\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:hover .xl\:group-hover\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:hover .xl\:group-hover\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:hover .xl\:group-hover\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:hover .xl\:group-hover\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:hover .xl\:group-hover\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:hover .xl\:group-hover\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:hover .xl\:group-hover\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:hover .xl\:group-hover\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:hover .xl\:group-hover\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:hover .xl\:group-hover\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:hover .xl\:group-hover\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:hover .xl\:group-hover\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:hover .xl\:group-hover\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:hover .xl\:group-hover\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:hover .xl\:group-hover\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:hover .xl\:group-hover\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:hover .xl\:group-hover\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:hover .xl\:group-hover\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:hover .xl\:group-hover\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:hover .xl\:group-hover\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:hover .xl\:group-hover\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:hover .xl\:group-hover\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:hover .xl\:group-hover\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:hover .xl\:group-hover\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:hover .xl\:group-hover\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:hover .xl\:group-hover\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:hover .xl\:group-hover\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:hover .xl\:group-hover\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:hover .xl\:group-hover\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:hover .xl\:group-hover\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:hover .xl\:group-hover\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:hover .xl\:group-hover\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:hover .xl\:group-hover\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:hover .xl\:group-hover\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:hover .xl\:group-hover\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:hover .xl\:group-hover\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:hover .xl\:group-hover\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:hover .xl\:group-hover\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:hover .xl\:group-hover\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:hover .xl\:group-hover\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:hover .xl\:group-hover\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:hover .xl\:group-hover\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:hover .xl\:group-hover\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:hover .xl\:group-hover\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:hover .xl\:group-hover\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:hover .xl\:group-hover\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:hover .xl\:group-hover\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .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-7 {
    margin-top: 1.75rem;
  }

  .group:hover .xl\:group-hover\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:hover .xl\:group-hover\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:ml-7 {
    margin-left: 1.75rem;
  }

  .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-9 {
    margin-top: 2.25rem;
  }

  .group:hover .xl\:group-hover\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:hover .xl\:group-hover\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:ml-9 {
    margin-left: 2.25rem;
  }

  .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-14 {
    margin-top: 3.5rem;
  }

  .group:hover .xl\:group-hover\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:hover .xl\:group-hover\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:hover .xl\:group-hover\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:hover .xl\:group-hover\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:hover .xl\:group-hover\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:hover .xl\:group-hover\:mt-16 {
    margin-top: 4rem;
  }

  .group:hover .xl\:group-hover\:mr-16 {
    margin-right: 4rem;
  }

  .group:hover .xl\:group-hover\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:hover .xl\:group-hover\:ml-16 {
    margin-left: 4rem;
  }

  .group:hover .xl\:group-hover\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:hover .xl\:group-hover\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:hover .xl\:group-hover\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:hover .xl\:group-hover\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:hover .xl\:group-hover\:mt-20 {
    margin-top: 5rem;
  }

  .group:hover .xl\:group-hover\:mr-20 {
    margin-right: 5rem;
  }

  .group:hover .xl\:group-hover\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:hover .xl\:group-hover\:ml-20 {
    margin-left: 5rem;
  }

  .group:hover .xl\:group-hover\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:hover .xl\:group-hover\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:hover .xl\:group-hover\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:hover .xl\:group-hover\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:hover .xl\:group-hover\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:hover .xl\:group-hover\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:hover .xl\:group-hover\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:hover .xl\:group-hover\:ml-22 {
    margin-left: 5.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-26 {
    margin-top: 6.5rem;
  }

  .group:hover .xl\:group-hover\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:hover .xl\:group-hover\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:hover .xl\:group-hover\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:hover .xl\:group-hover\:mt-28 {
    margin-top: 7rem;
  }

  .group:hover .xl\:group-hover\:mr-28 {
    margin-right: 7rem;
  }

  .group:hover .xl\:group-hover\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:ml-28 {
    margin-left: 7rem;
  }

  .group:hover .xl\:group-hover\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:hover .xl\:group-hover\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:hover .xl\:group-hover\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:hover .xl\:group-hover\:ml-30 {
    margin-left: 7.5rem;
  }

  .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-34 {
    margin-top: 8.5rem;
  }

  .group:hover .xl\:group-hover\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:hover .xl\:group-hover\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:hover .xl\:group-hover\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:hover .xl\:group-hover\:mt-36 {
    margin-top: 9rem;
  }

  .group:hover .xl\:group-hover\:mr-36 {
    margin-right: 9rem;
  }

  .group:hover .xl\:group-hover\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:ml-36 {
    margin-left: 9rem;
  }

  .group:hover .xl\:group-hover\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:hover .xl\:group-hover\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:hover .xl\:group-hover\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:hover .xl\:group-hover\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:hover .xl\:group-hover\:mt-40 {
    margin-top: 10rem;
  }

  .group:hover .xl\:group-hover\:mr-40 {
    margin-right: 10rem;
  }

  .group:hover .xl\:group-hover\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:ml-40 {
    margin-left: 10rem;
  }

  .group:hover .xl\:group-hover\:mt-44 {
    margin-top: 11rem;
  }

  .group:hover .xl\:group-hover\:mr-44 {
    margin-right: 11rem;
  }

  .group:hover .xl\:group-hover\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:ml-44 {
    margin-left: 11rem;
  }

  .group:hover .xl\:group-hover\:mt-48 {
    margin-top: 12rem;
  }

  .group:hover .xl\:group-hover\:mr-48 {
    margin-right: 12rem;
  }

  .group:hover .xl\:group-hover\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:ml-48 {
    margin-left: 12rem;
  }

  .group:hover .xl\:group-hover\:mt-52 {
    margin-top: 13rem;
  }

  .group:hover .xl\:group-hover\:mr-52 {
    margin-right: 13rem;
  }

  .group:hover .xl\:group-hover\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:ml-52 {
    margin-left: 13rem;
  }

  .group:hover .xl\:group-hover\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:hover .xl\:group-hover\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:hover .xl\:group-hover\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:hover .xl\:group-hover\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:hover .xl\:group-hover\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:hover .xl\:group-hover\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:hover .xl\:group-hover\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:hover .xl\:group-hover\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:hover .xl\:group-hover\:mt-56 {
    margin-top: 14rem;
  }

  .group:hover .xl\:group-hover\:mr-56 {
    margin-right: 14rem;
  }

  .group:hover .xl\:group-hover\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:ml-56 {
    margin-left: 14rem;
  }

  .group:hover .xl\:group-hover\:mt-64 {
    margin-top: 16rem;
  }

  .group:hover .xl\:group-hover\:mr-64 {
    margin-right: 16rem;
  }

  .group:hover .xl\:group-hover\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:ml-64 {
    margin-left: 16rem;
  }

  .group:hover .xl\:group-hover\:mt-72 {
    margin-top: 18rem;
  }

  .group:hover .xl\:group-hover\:mr-72 {
    margin-right: 18rem;
  }

  .group:hover .xl\:group-hover\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:ml-72 {
    margin-left: 18rem;
  }

  .group:hover .xl\:group-hover\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:hover .xl\:group-hover\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:hover .xl\:group-hover\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:hover .xl\:group-hover\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:hover .xl\:group-hover\:mt-76 {
    margin-top: 19rem;
  }

  .group:hover .xl\:group-hover\:mr-76 {
    margin-right: 19rem;
  }

  .group:hover .xl\:group-hover\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:hover .xl\:group-hover\:ml-76 {
    margin-left: 19rem;
  }

  .group:hover .xl\:group-hover\:mt-80 {
    margin-top: 20rem;
  }

  .group:hover .xl\:group-hover\:mr-80 {
    margin-right: 20rem;
  }

  .group:hover .xl\:group-hover\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:ml-80 {
    margin-left: 20rem;
  }

  .group:hover .xl\:group-hover\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:hover .xl\:group-hover\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:hover .xl\:group-hover\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:hover .xl\:group-hover\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:hover .xl\:group-hover\:mt-100 {
    margin-top: 25rem;
  }

  .group:hover .xl\:group-hover\:mr-100 {
    margin-right: 25rem;
  }

  .group:hover .xl\:group-hover\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:hover .xl\:group-hover\:ml-100 {
    margin-left: 25rem;
  }

  .group:hover .xl\:group-hover\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:hover .xl\:group-hover\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:hover .xl\:group-hover\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:hover .xl\:group-hover\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:hover .xl\:group-hover\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:hover .xl\:group-hover\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:hover .xl\:group-hover\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:hover .xl\:group-hover\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:hover .xl\:group-hover\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:hover .xl\:group-hover\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:hover .xl\:group-hover\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:hover .xl\:group-hover\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:hover .xl\:group-hover\:mt-120 {
    margin-top: 30rem;
  }

  .group:hover .xl\:group-hover\:mr-120 {
    margin-right: 30rem;
  }

  .group:hover .xl\:group-hover\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:hover .xl\:group-hover\:ml-120 {
    margin-left: 30rem;
  }

  .group:hover .xl\:group-hover\:mt-130 {
    margin-top: 38rem;
  }

  .group:hover .xl\:group-hover\:mr-130 {
    margin-right: 38rem;
  }

  .group:hover .xl\:group-hover\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:hover .xl\:group-hover\:ml-130 {
    margin-left: 38rem;
  }

  .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;
  }

  .group:hover .xl\:group-hover\:mt-250px {
    margin-top: 250px;
  }

  .group:hover .xl\:group-hover\:mr-250px {
    margin-right: 250px;
  }

  .group:hover .xl\:group-hover\:mb-250px {
    margin-bottom: 250px;
  }

  .group:hover .xl\:group-hover\:ml-250px {
    margin-left: 250px;
  }

  .group:hover .xl\:group-hover\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:hover .xl\:group-hover\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:hover .xl\:group-hover\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:hover .xl\:group-hover\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:hover .xl\:group-hover\:mt-1\% {
    margin-top: 1%;
  }

  .group:hover .xl\:group-hover\:mr-1\% {
    margin-right: 1%;
  }

  .group:hover .xl\:group-hover\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:hover .xl\:group-hover\:ml-1\% {
    margin-left: 1%;
  }

  .group:hover .xl\:group-hover\:mt-2\% {
    margin-top: 2%;
  }

  .group:hover .xl\:group-hover\:mr-2\% {
    margin-right: 2%;
  }

  .group:hover .xl\:group-hover\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:hover .xl\:group-hover\:ml-2\% {
    margin-left: 2%;
  }

  .group:hover .xl\:group-hover\:mt-3\% {
    margin-top: 3%;
  }

  .group:hover .xl\:group-hover\:mr-3\% {
    margin-right: 3%;
  }

  .group:hover .xl\:group-hover\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:hover .xl\:group-hover\:ml-3\% {
    margin-left: 3%;
  }

  .group:hover .xl\:group-hover\:mt-4\% {
    margin-top: 4%;
  }

  .group:hover .xl\:group-hover\:mr-4\% {
    margin-right: 4%;
  }

  .group:hover .xl\:group-hover\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:hover .xl\:group-hover\:ml-4\% {
    margin-left: 4%;
  }

  .group:hover .xl\:group-hover\:mt-5\% {
    margin-top: 5%;
  }

  .group:hover .xl\:group-hover\:mr-5\% {
    margin-right: 5%;
  }

  .group:hover .xl\:group-hover\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:hover .xl\:group-hover\:ml-5\% {
    margin-left: 5%;
  }

  .group:hover .xl\:group-hover\:mt-10\% {
    margin-top: 10%;
  }

  .group:hover .xl\:group-hover\:mr-10\% {
    margin-right: 10%;
  }

  .group:hover .xl\:group-hover\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:hover .xl\:group-hover\:ml-10\% {
    margin-left: 10%;
  }

  .group:hover .xl\:group-hover\:mt-20\% {
    margin-top: 20%;
  }

  .group:hover .xl\:group-hover\:mr-20\% {
    margin-right: 20%;
  }

  .group:hover .xl\:group-hover\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:hover .xl\:group-hover\:ml-20\% {
    margin-left: 20%;
  }

  .group:hover .xl\:group-hover\:mt-23\% {
    margin-top: 23%;
  }

  .group:hover .xl\:group-hover\:mr-23\% {
    margin-right: 23%;
  }

  .group:hover .xl\:group-hover\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:hover .xl\:group-hover\:ml-23\% {
    margin-left: 23%;
  }

  .group:hover .xl\:group-hover\:mt-25\% {
    margin-top: 25%;
  }

  .group:hover .xl\:group-hover\:mr-25\% {
    margin-right: 25%;
  }

  .group:hover .xl\:group-hover\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:hover .xl\:group-hover\:ml-25\% {
    margin-left: 25%;
  }

  .group:hover .xl\:group-hover\:mt-26\% {
    margin-top: 26%;
  }

  .group:hover .xl\:group-hover\:mr-26\% {
    margin-right: 26%;
  }

  .group:hover .xl\:group-hover\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:hover .xl\:group-hover\:ml-26\% {
    margin-left: 26%;
  }

  .group:hover .xl\:group-hover\:mt-30\% {
    margin-top: 30%;
  }

  .group:hover .xl\:group-hover\:mr-30\% {
    margin-right: 30%;
  }

  .group:hover .xl\:group-hover\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:hover .xl\:group-hover\:ml-30\% {
    margin-left: 30%;
  }

  .group:hover .xl\:group-hover\:mt-40\% {
    margin-top: 40%;
  }

  .group:hover .xl\:group-hover\:mr-40\% {
    margin-right: 40%;
  }

  .group:hover .xl\:group-hover\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:hover .xl\:group-hover\:ml-40\% {
    margin-left: 40%;
  }

  .group:hover .xl\:group-hover\:mt-50\% {
    margin-top: 50%;
  }

  .group:hover .xl\:group-hover\:mr-50\% {
    margin-right: 50%;
  }

  .group:hover .xl\:group-hover\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:hover .xl\:group-hover\:ml-50\% {
    margin-left: 50%;
  }

  .group:hover .xl\:group-hover\:mt-60\% {
    margin-top: 60%;
  }

  .group:hover .xl\:group-hover\:mr-60\% {
    margin-right: 60%;
  }

  .group:hover .xl\:group-hover\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:hover .xl\:group-hover\:ml-60\% {
    margin-left: 60%;
  }

  .group:hover .xl\:group-hover\:mt-70\% {
    margin-top: 70%;
  }

  .group:hover .xl\:group-hover\:mr-70\% {
    margin-right: 70%;
  }

  .group:hover .xl\:group-hover\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:hover .xl\:group-hover\:ml-70\% {
    margin-left: 70%;
  }

  .group:hover .xl\:group-hover\:mt-80\% {
    margin-top: 80%;
  }

  .group:hover .xl\:group-hover\:mr-80\% {
    margin-right: 80%;
  }

  .group:hover .xl\:group-hover\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:hover .xl\:group-hover\:ml-80\% {
    margin-left: 80%;
  }

  .group:hover .xl\:group-hover\:mt-90\% {
    margin-top: 90%;
  }

  .group:hover .xl\:group-hover\:mr-90\% {
    margin-right: 90%;
  }

  .group:hover .xl\:group-hover\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:hover .xl\:group-hover\:ml-90\% {
    margin-left: 90%;
  }

  .group:hover .xl\:group-hover\:mt-95\% {
    margin-top: 95%;
  }

  .group:hover .xl\:group-hover\:mr-95\% {
    margin-right: 95%;
  }

  .group:hover .xl\:group-hover\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:hover .xl\:group-hover\:ml-95\% {
    margin-left: 95%;
  }

  .group:hover .xl\:group-hover\:mt-96\% {
    margin-top: 96%;
  }

  .group:hover .xl\:group-hover\:mr-96\% {
    margin-right: 96%;
  }

  .group:hover .xl\:group-hover\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:hover .xl\:group-hover\:ml-96\% {
    margin-left: 96%;
  }

  .group:hover .xl\:group-hover\:mt-97\% {
    margin-top: 97%;
  }

  .group:hover .xl\:group-hover\:mr-97\% {
    margin-right: 97%;
  }

  .group:hover .xl\:group-hover\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:hover .xl\:group-hover\:ml-97\% {
    margin-left: 97%;
  }

  .group:hover .xl\:group-hover\:mt-98\% {
    margin-top: 98%;
  }

  .group:hover .xl\:group-hover\:mr-98\% {
    margin-right: 98%;
  }

  .group:hover .xl\:group-hover\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:hover .xl\:group-hover\:ml-98\% {
    margin-left: 98%;
  }

  .group:hover .xl\:group-hover\:mt-99\% {
    margin-top: 99%;
  }

  .group:hover .xl\:group-hover\:mr-99\% {
    margin-right: 99%;
  }

  .group:hover .xl\:group-hover\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:hover .xl\:group-hover\:ml-99\% {
    margin-left: 99%;
  }

  .group:hover .xl\:group-hover\:mt-36vh {
    margin-top: 36vh;
  }

  .group:hover .xl\:group-hover\:mr-36vh {
    margin-right: 36vh;
  }

  .group:hover .xl\:group-hover\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:hover .xl\:group-hover\:ml-36vh {
    margin-left: 36vh;
  }

  .group:hover .xl\:group-hover\:mt-75vh {
    margin-top: 75vh;
  }

  .group:hover .xl\:group-hover\:mr-75vh {
    margin-right: 75vh;
  }

  .group:hover .xl\:group-hover\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:hover .xl\:group-hover\:ml-75vh {
    margin-left: 75vh;
  }

  .group:hover .xl\:group-hover\:mt-78vh {
    margin-top: 78vh;
  }

  .group:hover .xl\:group-hover\:mr-78vh {
    margin-right: 78vh;
  }

  .group:hover .xl\:group-hover\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:hover .xl\:group-hover\:ml-78vh {
    margin-left: 78vh;
  }

  .group:hover .xl\:group-hover\:mt-80vh {
    margin-top: 80vh;
  }

  .group:hover .xl\:group-hover\:mr-80vh {
    margin-right: 80vh;
  }

  .group:hover .xl\:group-hover\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:hover .xl\:group-hover\:ml-80vh {
    margin-left: 80vh;
  }

  .group:hover .xl\:group-hover\:mt-82vh {
    margin-top: 82vh;
  }

  .group:hover .xl\:group-hover\:mr-82vh {
    margin-right: 82vh;
  }

  .group:hover .xl\:group-hover\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:hover .xl\:group-hover\:ml-82vh {
    margin-left: 82vh;
  }

  .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-7 {
    margin-top: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:hover .xl\:group-hover\:-ml-7 {
    margin-left: -1.75rem;
  }

  .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-9 {
    margin-top: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-9 {
    margin-left: -2.25rem;
  }

  .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-14 {
    margin-top: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:hover .xl\:group-hover\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:hover .xl\:group-hover\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:hover .xl\:group-hover\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:hover .xl\:group-hover\:-mt-16 {
    margin-top: -4rem;
  }

  .group:hover .xl\:group-hover\:-mr-16 {
    margin-right: -4rem;
  }

  .group:hover .xl\:group-hover\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:hover .xl\:group-hover\:-ml-16 {
    margin-left: -4rem;
  }

  .group:hover .xl\:group-hover\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-20 {
    margin-top: -5rem;
  }

  .group:hover .xl\:group-hover\:-mr-20 {
    margin-right: -5rem;
  }

  .group:hover .xl\:group-hover\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:hover .xl\:group-hover\:-ml-20 {
    margin-left: -5rem;
  }

  .group:hover .xl\:group-hover\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-22 {
    margin-left: -5.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-26 {
    margin-top: -6.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-28 {
    margin-top: -7rem;
  }

  .group:hover .xl\:group-hover\:-mr-28 {
    margin-right: -7rem;
  }

  .group:hover .xl\:group-hover\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:hover .xl\:group-hover\:-ml-28 {
    margin-left: -7rem;
  }

  .group:hover .xl\:group-hover\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-30 {
    margin-left: -7.5rem;
  }

  .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-34 {
    margin-top: -8.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-36 {
    margin-top: -9rem;
  }

  .group:hover .xl\:group-hover\:-mr-36 {
    margin-right: -9rem;
  }

  .group:hover .xl\:group-hover\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:hover .xl\:group-hover\:-ml-36 {
    margin-left: -9rem;
  }

  .group:hover .xl\:group-hover\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-40 {
    margin-top: -10rem;
  }

  .group:hover .xl\:group-hover\:-mr-40 {
    margin-right: -10rem;
  }

  .group:hover .xl\:group-hover\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:hover .xl\:group-hover\:-ml-40 {
    margin-left: -10rem;
  }

  .group:hover .xl\:group-hover\:-mt-44 {
    margin-top: -11rem;
  }

  .group:hover .xl\:group-hover\:-mr-44 {
    margin-right: -11rem;
  }

  .group:hover .xl\:group-hover\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:hover .xl\:group-hover\:-ml-44 {
    margin-left: -11rem;
  }

  .group:hover .xl\:group-hover\:-mt-48 {
    margin-top: -12rem;
  }

  .group:hover .xl\:group-hover\:-mr-48 {
    margin-right: -12rem;
  }

  .group:hover .xl\:group-hover\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:hover .xl\:group-hover\:-ml-48 {
    margin-left: -12rem;
  }

  .group:hover .xl\:group-hover\:-mt-52 {
    margin-top: -13rem;
  }

  .group:hover .xl\:group-hover\:-mr-52 {
    margin-right: -13rem;
  }

  .group:hover .xl\:group-hover\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:hover .xl\:group-hover\:-ml-52 {
    margin-left: -13rem;
  }

  .group:hover .xl\:group-hover\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-56 {
    margin-top: -14rem;
  }

  .group:hover .xl\:group-hover\:-mr-56 {
    margin-right: -14rem;
  }

  .group:hover .xl\:group-hover\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:hover .xl\:group-hover\:-ml-56 {
    margin-left: -14rem;
  }

  .group:hover .xl\:group-hover\:-mt-64 {
    margin-top: -16rem;
  }

  .group:hover .xl\:group-hover\:-mr-64 {
    margin-right: -16rem;
  }

  .group:hover .xl\:group-hover\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:hover .xl\:group-hover\:-ml-64 {
    margin-left: -16rem;
  }

  .group:hover .xl\:group-hover\:-mt-72 {
    margin-top: -18rem;
  }

  .group:hover .xl\:group-hover\:-mr-72 {
    margin-right: -18rem;
  }

  .group:hover .xl\:group-hover\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:hover .xl\:group-hover\:-ml-72 {
    margin-left: -18rem;
  }

  .group:hover .xl\:group-hover\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-76 {
    margin-top: -19rem;
  }

  .group:hover .xl\:group-hover\:-mr-76 {
    margin-right: -19rem;
  }

  .group:hover .xl\:group-hover\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:hover .xl\:group-hover\:-ml-76 {
    margin-left: -19rem;
  }

  .group:hover .xl\:group-hover\:-mt-80 {
    margin-top: -20rem;
  }

  .group:hover .xl\:group-hover\:-mr-80 {
    margin-right: -20rem;
  }

  .group:hover .xl\:group-hover\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:hover .xl\:group-hover\:-ml-80 {
    margin-left: -20rem;
  }

  .group:hover .xl\:group-hover\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-100 {
    margin-top: -25rem;
  }

  .group:hover .xl\:group-hover\:-mr-100 {
    margin-right: -25rem;
  }

  .group:hover .xl\:group-hover\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:hover .xl\:group-hover\:-ml-100 {
    margin-left: -25rem;
  }

  .group:hover .xl\:group-hover\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:hover .xl\:group-hover\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:hover .xl\:group-hover\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:hover .xl\:group-hover\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:hover .xl\:group-hover\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:hover .xl\:group-hover\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:hover .xl\:group-hover\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:hover .xl\:group-hover\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:hover .xl\:group-hover\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:hover .xl\:group-hover\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:hover .xl\:group-hover\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:hover .xl\:group-hover\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:hover .xl\:group-hover\:-mt-120 {
    margin-top: -30rem;
  }

  .group:hover .xl\:group-hover\:-mr-120 {
    margin-right: -30rem;
  }

  .group:hover .xl\:group-hover\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:hover .xl\:group-hover\:-ml-120 {
    margin-left: -30rem;
  }

  .group:hover .xl\:group-hover\:-mt-130 {
    margin-top: -38rem;
  }

  .group:hover .xl\:group-hover\:-mr-130 {
    margin-right: -38rem;
  }

  .group:hover .xl\:group-hover\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:hover .xl\:group-hover\:-ml-130 {
    margin-left: -38rem;
  }

  .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;
  }

  .group:hover .xl\:group-hover\:-mt-250px {
    margin-top: -250px;
  }

  .group:hover .xl\:group-hover\:-mr-250px {
    margin-right: -250px;
  }

  .group:hover .xl\:group-hover\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:hover .xl\:group-hover\:-ml-250px {
    margin-left: -250px;
  }

  .group:hover .xl\:group-hover\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:hover .xl\:group-hover\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:hover .xl\:group-hover\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:hover .xl\:group-hover\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:hover .xl\:group-hover\:-mt-1\% {
    margin-top: -1%;
  }

  .group:hover .xl\:group-hover\:-mr-1\% {
    margin-right: -1%;
  }

  .group:hover .xl\:group-hover\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:hover .xl\:group-hover\:-ml-1\% {
    margin-left: -1%;
  }

  .group:hover .xl\:group-hover\:-mt-2\% {
    margin-top: -2%;
  }

  .group:hover .xl\:group-hover\:-mr-2\% {
    margin-right: -2%;
  }

  .group:hover .xl\:group-hover\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:hover .xl\:group-hover\:-ml-2\% {
    margin-left: -2%;
  }

  .group:hover .xl\:group-hover\:-mt-3\% {
    margin-top: -3%;
  }

  .group:hover .xl\:group-hover\:-mr-3\% {
    margin-right: -3%;
  }

  .group:hover .xl\:group-hover\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:hover .xl\:group-hover\:-ml-3\% {
    margin-left: -3%;
  }

  .group:hover .xl\:group-hover\:-mt-4\% {
    margin-top: -4%;
  }

  .group:hover .xl\:group-hover\:-mr-4\% {
    margin-right: -4%;
  }

  .group:hover .xl\:group-hover\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:hover .xl\:group-hover\:-ml-4\% {
    margin-left: -4%;
  }

  .group:hover .xl\:group-hover\:-mt-5\% {
    margin-top: -5%;
  }

  .group:hover .xl\:group-hover\:-mr-5\% {
    margin-right: -5%;
  }

  .group:hover .xl\:group-hover\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:hover .xl\:group-hover\:-ml-5\% {
    margin-left: -5%;
  }

  .group:hover .xl\:group-hover\:-mt-10\% {
    margin-top: -10%;
  }

  .group:hover .xl\:group-hover\:-mr-10\% {
    margin-right: -10%;
  }

  .group:hover .xl\:group-hover\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:hover .xl\:group-hover\:-ml-10\% {
    margin-left: -10%;
  }

  .group:hover .xl\:group-hover\:-mt-20\% {
    margin-top: -20%;
  }

  .group:hover .xl\:group-hover\:-mr-20\% {
    margin-right: -20%;
  }

  .group:hover .xl\:group-hover\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:hover .xl\:group-hover\:-ml-20\% {
    margin-left: -20%;
  }

  .group:hover .xl\:group-hover\:-mt-23\% {
    margin-top: -23%;
  }

  .group:hover .xl\:group-hover\:-mr-23\% {
    margin-right: -23%;
  }

  .group:hover .xl\:group-hover\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:hover .xl\:group-hover\:-ml-23\% {
    margin-left: -23%;
  }

  .group:hover .xl\:group-hover\:-mt-25\% {
    margin-top: -25%;
  }

  .group:hover .xl\:group-hover\:-mr-25\% {
    margin-right: -25%;
  }

  .group:hover .xl\:group-hover\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:hover .xl\:group-hover\:-ml-25\% {
    margin-left: -25%;
  }

  .group:hover .xl\:group-hover\:-mt-26\% {
    margin-top: -26%;
  }

  .group:hover .xl\:group-hover\:-mr-26\% {
    margin-right: -26%;
  }

  .group:hover .xl\:group-hover\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:hover .xl\:group-hover\:-ml-26\% {
    margin-left: -26%;
  }

  .group:hover .xl\:group-hover\:-mt-30\% {
    margin-top: -30%;
  }

  .group:hover .xl\:group-hover\:-mr-30\% {
    margin-right: -30%;
  }

  .group:hover .xl\:group-hover\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:hover .xl\:group-hover\:-ml-30\% {
    margin-left: -30%;
  }

  .group:hover .xl\:group-hover\:-mt-40\% {
    margin-top: -40%;
  }

  .group:hover .xl\:group-hover\:-mr-40\% {
    margin-right: -40%;
  }

  .group:hover .xl\:group-hover\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:hover .xl\:group-hover\:-ml-40\% {
    margin-left: -40%;
  }

  .group:hover .xl\:group-hover\:-mt-50\% {
    margin-top: -50%;
  }

  .group:hover .xl\:group-hover\:-mr-50\% {
    margin-right: -50%;
  }

  .group:hover .xl\:group-hover\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:hover .xl\:group-hover\:-ml-50\% {
    margin-left: -50%;
  }

  .group:hover .xl\:group-hover\:-mt-60\% {
    margin-top: -60%;
  }

  .group:hover .xl\:group-hover\:-mr-60\% {
    margin-right: -60%;
  }

  .group:hover .xl\:group-hover\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:hover .xl\:group-hover\:-ml-60\% {
    margin-left: -60%;
  }

  .group:hover .xl\:group-hover\:-mt-70\% {
    margin-top: -70%;
  }

  .group:hover .xl\:group-hover\:-mr-70\% {
    margin-right: -70%;
  }

  .group:hover .xl\:group-hover\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:hover .xl\:group-hover\:-ml-70\% {
    margin-left: -70%;
  }

  .group:hover .xl\:group-hover\:-mt-80\% {
    margin-top: -80%;
  }

  .group:hover .xl\:group-hover\:-mr-80\% {
    margin-right: -80%;
  }

  .group:hover .xl\:group-hover\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:hover .xl\:group-hover\:-ml-80\% {
    margin-left: -80%;
  }

  .group:hover .xl\:group-hover\:-mt-90\% {
    margin-top: -90%;
  }

  .group:hover .xl\:group-hover\:-mr-90\% {
    margin-right: -90%;
  }

  .group:hover .xl\:group-hover\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:hover .xl\:group-hover\:-ml-90\% {
    margin-left: -90%;
  }

  .group:hover .xl\:group-hover\:-mt-95\% {
    margin-top: -95%;
  }

  .group:hover .xl\:group-hover\:-mr-95\% {
    margin-right: -95%;
  }

  .group:hover .xl\:group-hover\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:hover .xl\:group-hover\:-ml-95\% {
    margin-left: -95%;
  }

  .group:hover .xl\:group-hover\:-mt-96\% {
    margin-top: -96%;
  }

  .group:hover .xl\:group-hover\:-mr-96\% {
    margin-right: -96%;
  }

  .group:hover .xl\:group-hover\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:hover .xl\:group-hover\:-ml-96\% {
    margin-left: -96%;
  }

  .group:hover .xl\:group-hover\:-mt-97\% {
    margin-top: -97%;
  }

  .group:hover .xl\:group-hover\:-mr-97\% {
    margin-right: -97%;
  }

  .group:hover .xl\:group-hover\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:hover .xl\:group-hover\:-ml-97\% {
    margin-left: -97%;
  }

  .group:hover .xl\:group-hover\:-mt-98\% {
    margin-top: -98%;
  }

  .group:hover .xl\:group-hover\:-mr-98\% {
    margin-right: -98%;
  }

  .group:hover .xl\:group-hover\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:hover .xl\:group-hover\:-ml-98\% {
    margin-left: -98%;
  }

  .group:hover .xl\:group-hover\:-mt-99\% {
    margin-top: -99%;
  }

  .group:hover .xl\:group-hover\:-mr-99\% {
    margin-right: -99%;
  }

  .group:hover .xl\:group-hover\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:hover .xl\:group-hover\:-ml-99\% {
    margin-left: -99%;
  }

  .group:hover .xl\:group-hover\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:hover .xl\:group-hover\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:hover .xl\:group-hover\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:hover .xl\:group-hover\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:hover .xl\:group-hover\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:hover .xl\:group-hover\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:hover .xl\:group-hover\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:hover .xl\:group-hover\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:hover .xl\:group-hover\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:hover .xl\:group-hover\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:hover .xl\:group-hover\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:hover .xl\:group-hover\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:hover .xl\:group-hover\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:hover .xl\:group-hover\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:hover .xl\:group-hover\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:hover .xl\:group-hover\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:hover .xl\:group-hover\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:hover .xl\:group-hover\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:hover .xl\:group-hover\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:hover .xl\:group-hover\:-ml-82vh {
    margin-left: -82vh;
  }

  .group:focus .xl\:group-focus\:m-0 {
    margin: 0;
  }

  .group:focus .xl\:group-focus\:m-1 {
    margin: 0.25rem;
  }

  .group:focus .xl\:group-focus\:m-2 {
    margin: 0.5rem;
  }

  .group:focus .xl\:group-focus\:m-3 {
    margin: 0.75rem;
  }

  .group:focus .xl\:group-focus\:m-4 {
    margin: 1rem;
  }

  .group:focus .xl\:group-focus\:m-5 {
    margin: 1.25rem;
  }

  .group:focus .xl\:group-focus\:m-6 {
    margin: 1.5rem;
  }

  .group:focus .xl\:group-focus\:m-7 {
    margin: 1.75rem;
  }

  .group:focus .xl\:group-focus\:m-8 {
    margin: 2rem;
  }

  .group:focus .xl\:group-focus\:m-9 {
    margin: 2.25rem;
  }

  .group:focus .xl\:group-focus\:m-10 {
    margin: 2.5rem;
  }

  .group:focus .xl\:group-focus\:m-12 {
    margin: 3rem;
  }

  .group:focus .xl\:group-focus\:m-14 {
    margin: 3.5rem;
  }

  .group:focus .xl\:group-focus\:m-15 {
    margin: 3.75rem;
  }

  .group:focus .xl\:group-focus\:m-16 {
    margin: 4rem;
  }

  .group:focus .xl\:group-focus\:m-18 {
    margin: 4.5rem;
  }

  .group:focus .xl\:group-focus\:m-20 {
    margin: 5rem;
  }

  .group:focus .xl\:group-focus\:m-21 {
    margin: 5.25rem;
  }

  .group:focus .xl\:group-focus\:m-22 {
    margin: 5.5rem;
  }

  .group:focus .xl\:group-focus\:m-24 {
    margin: 6rem;
  }

  .group:focus .xl\:group-focus\:m-26 {
    margin: 6.5rem;
  }

  .group:focus .xl\:group-focus\:m-28 {
    margin: 7rem;
  }

  .group:focus .xl\:group-focus\:m-30 {
    margin: 7.5rem;
  }

  .group:focus .xl\:group-focus\:m-32 {
    margin: 8rem;
  }

  .group:focus .xl\:group-focus\:m-34 {
    margin: 8.5rem;
  }

  .group:focus .xl\:group-focus\:m-36 {
    margin: 9rem;
  }

  .group:focus .xl\:group-focus\:m-38 {
    margin: 9.5rem;
  }

  .group:focus .xl\:group-focus\:m-40 {
    margin: 10rem;
  }

  .group:focus .xl\:group-focus\:m-44 {
    margin: 11rem;
  }

  .group:focus .xl\:group-focus\:m-48 {
    margin: 12rem;
  }

  .group:focus .xl\:group-focus\:m-52 {
    margin: 13rem;
  }

  .group:focus .xl\:group-focus\:m-53 {
    margin: 13.25rem;
  }

  .group:focus .xl\:group-focus\:m-54 {
    margin: 13.5rem;
  }

  .group:focus .xl\:group-focus\:m-56 {
    margin: 14rem;
  }

  .group:focus .xl\:group-focus\:m-64 {
    margin: 16rem;
  }

  .group:focus .xl\:group-focus\:m-72 {
    margin: 18rem;
  }

  .group:focus .xl\:group-focus\:m-74 {
    margin: 18.5rem;
  }

  .group:focus .xl\:group-focus\:m-76 {
    margin: 19rem;
  }

  .group:focus .xl\:group-focus\:m-80 {
    margin: 20rem;
  }

  .group:focus .xl\:group-focus\:m-85 {
    margin: 21.25rem;
  }

  .group:focus .xl\:group-focus\:m-100 {
    margin: 25rem;
  }

  .group:focus .xl\:group-focus\:m-105 {
    margin: 26.25rem;
  }

  .group:focus .xl\:group-focus\:m-107 {
    margin: 26.4rem;
  }

  .group:focus .xl\:group-focus\:m-110 {
    margin: 27.5rem;
  }

  .group:focus .xl\:group-focus\:m-120 {
    margin: 30rem;
  }

  .group:focus .xl\:group-focus\:m-130 {
    margin: 38rem;
  }

  .group:focus .xl\:group-focus\:m-auto {
    margin: auto;
  }

  .group:focus .xl\:group-focus\:m-px {
    margin: 1px;
  }

  .group:focus .xl\:group-focus\:m-250px {
    margin: 250px;
  }

  .group:focus .xl\:group-focus\:m-1\/2\% {
    margin: 0.5%;
  }

  .group:focus .xl\:group-focus\:m-1\% {
    margin: 1%;
  }

  .group:focus .xl\:group-focus\:m-2\% {
    margin: 2%;
  }

  .group:focus .xl\:group-focus\:m-3\% {
    margin: 3%;
  }

  .group:focus .xl\:group-focus\:m-4\% {
    margin: 4%;
  }

  .group:focus .xl\:group-focus\:m-5\% {
    margin: 5%;
  }

  .group:focus .xl\:group-focus\:m-10\% {
    margin: 10%;
  }

  .group:focus .xl\:group-focus\:m-20\% {
    margin: 20%;
  }

  .group:focus .xl\:group-focus\:m-23\% {
    margin: 23%;
  }

  .group:focus .xl\:group-focus\:m-25\% {
    margin: 25%;
  }

  .group:focus .xl\:group-focus\:m-26\% {
    margin: 26%;
  }

  .group:focus .xl\:group-focus\:m-30\% {
    margin: 30%;
  }

  .group:focus .xl\:group-focus\:m-40\% {
    margin: 40%;
  }

  .group:focus .xl\:group-focus\:m-50\% {
    margin: 50%;
  }

  .group:focus .xl\:group-focus\:m-60\% {
    margin: 60%;
  }

  .group:focus .xl\:group-focus\:m-70\% {
    margin: 70%;
  }

  .group:focus .xl\:group-focus\:m-80\% {
    margin: 80%;
  }

  .group:focus .xl\:group-focus\:m-90\% {
    margin: 90%;
  }

  .group:focus .xl\:group-focus\:m-95\% {
    margin: 95%;
  }

  .group:focus .xl\:group-focus\:m-96\% {
    margin: 96%;
  }

  .group:focus .xl\:group-focus\:m-97\% {
    margin: 97%;
  }

  .group:focus .xl\:group-focus\:m-98\% {
    margin: 98%;
  }

  .group:focus .xl\:group-focus\:m-99\% {
    margin: 99%;
  }

  .group:focus .xl\:group-focus\:m-36vh {
    margin: 36vh;
  }

  .group:focus .xl\:group-focus\:m-75vh {
    margin: 75vh;
  }

  .group:focus .xl\:group-focus\:m-78vh {
    margin: 78vh;
  }

  .group:focus .xl\:group-focus\:m-80vh {
    margin: 80vh;
  }

  .group:focus .xl\:group-focus\:m-82vh {
    margin: 82vh;
  }

  .group:focus .xl\:group-focus\:-m-1 {
    margin: -0.25rem;
  }

  .group:focus .xl\:group-focus\:-m-2 {
    margin: -0.5rem;
  }

  .group:focus .xl\:group-focus\:-m-3 {
    margin: -0.75rem;
  }

  .group:focus .xl\:group-focus\:-m-4 {
    margin: -1rem;
  }

  .group:focus .xl\:group-focus\:-m-5 {
    margin: -1.25rem;
  }

  .group:focus .xl\:group-focus\:-m-6 {
    margin: -1.5rem;
  }

  .group:focus .xl\:group-focus\:-m-7 {
    margin: -1.75rem;
  }

  .group:focus .xl\:group-focus\:-m-8 {
    margin: -2rem;
  }

  .group:focus .xl\:group-focus\:-m-9 {
    margin: -2.25rem;
  }

  .group:focus .xl\:group-focus\:-m-10 {
    margin: -2.5rem;
  }

  .group:focus .xl\:group-focus\:-m-12 {
    margin: -3rem;
  }

  .group:focus .xl\:group-focus\:-m-14 {
    margin: -3.5rem;
  }

  .group:focus .xl\:group-focus\:-m-15 {
    margin: -3.75rem;
  }

  .group:focus .xl\:group-focus\:-m-16 {
    margin: -4rem;
  }

  .group:focus .xl\:group-focus\:-m-18 {
    margin: -4.5rem;
  }

  .group:focus .xl\:group-focus\:-m-20 {
    margin: -5rem;
  }

  .group:focus .xl\:group-focus\:-m-21 {
    margin: -5.25rem;
  }

  .group:focus .xl\:group-focus\:-m-22 {
    margin: -5.5rem;
  }

  .group:focus .xl\:group-focus\:-m-24 {
    margin: -6rem;
  }

  .group:focus .xl\:group-focus\:-m-26 {
    margin: -6.5rem;
  }

  .group:focus .xl\:group-focus\:-m-28 {
    margin: -7rem;
  }

  .group:focus .xl\:group-focus\:-m-30 {
    margin: -7.5rem;
  }

  .group:focus .xl\:group-focus\:-m-32 {
    margin: -8rem;
  }

  .group:focus .xl\:group-focus\:-m-34 {
    margin: -8.5rem;
  }

  .group:focus .xl\:group-focus\:-m-36 {
    margin: -9rem;
  }

  .group:focus .xl\:group-focus\:-m-38 {
    margin: -9.5rem;
  }

  .group:focus .xl\:group-focus\:-m-40 {
    margin: -10rem;
  }

  .group:focus .xl\:group-focus\:-m-44 {
    margin: -11rem;
  }

  .group:focus .xl\:group-focus\:-m-48 {
    margin: -12rem;
  }

  .group:focus .xl\:group-focus\:-m-52 {
    margin: -13rem;
  }

  .group:focus .xl\:group-focus\:-m-53 {
    margin: -13.25rem;
  }

  .group:focus .xl\:group-focus\:-m-54 {
    margin: -13.5rem;
  }

  .group:focus .xl\:group-focus\:-m-56 {
    margin: -14rem;
  }

  .group:focus .xl\:group-focus\:-m-64 {
    margin: -16rem;
  }

  .group:focus .xl\:group-focus\:-m-72 {
    margin: -18rem;
  }

  .group:focus .xl\:group-focus\:-m-74 {
    margin: -18.5rem;
  }

  .group:focus .xl\:group-focus\:-m-76 {
    margin: -19rem;
  }

  .group:focus .xl\:group-focus\:-m-80 {
    margin: -20rem;
  }

  .group:focus .xl\:group-focus\:-m-85 {
    margin: -21.25rem;
  }

  .group:focus .xl\:group-focus\:-m-100 {
    margin: -25rem;
  }

  .group:focus .xl\:group-focus\:-m-105 {
    margin: -26.25rem;
  }

  .group:focus .xl\:group-focus\:-m-107 {
    margin: -26.4rem;
  }

  .group:focus .xl\:group-focus\:-m-110 {
    margin: -27.5rem;
  }

  .group:focus .xl\:group-focus\:-m-120 {
    margin: -30rem;
  }

  .group:focus .xl\:group-focus\:-m-130 {
    margin: -38rem;
  }

  .group:focus .xl\:group-focus\:-m-px {
    margin: -1px;
  }

  .group:focus .xl\:group-focus\:-m-250px {
    margin: -250px;
  }

  .group:focus .xl\:group-focus\:-m-1\/2\% {
    margin: -0.5%;
  }

  .group:focus .xl\:group-focus\:-m-1\% {
    margin: -1%;
  }

  .group:focus .xl\:group-focus\:-m-2\% {
    margin: -2%;
  }

  .group:focus .xl\:group-focus\:-m-3\% {
    margin: -3%;
  }

  .group:focus .xl\:group-focus\:-m-4\% {
    margin: -4%;
  }

  .group:focus .xl\:group-focus\:-m-5\% {
    margin: -5%;
  }

  .group:focus .xl\:group-focus\:-m-10\% {
    margin: -10%;
  }

  .group:focus .xl\:group-focus\:-m-20\% {
    margin: -20%;
  }

  .group:focus .xl\:group-focus\:-m-23\% {
    margin: -23%;
  }

  .group:focus .xl\:group-focus\:-m-25\% {
    margin: -25%;
  }

  .group:focus .xl\:group-focus\:-m-26\% {
    margin: -26%;
  }

  .group:focus .xl\:group-focus\:-m-30\% {
    margin: -30%;
  }

  .group:focus .xl\:group-focus\:-m-40\% {
    margin: -40%;
  }

  .group:focus .xl\:group-focus\:-m-50\% {
    margin: -50%;
  }

  .group:focus .xl\:group-focus\:-m-60\% {
    margin: -60%;
  }

  .group:focus .xl\:group-focus\:-m-70\% {
    margin: -70%;
  }

  .group:focus .xl\:group-focus\:-m-80\% {
    margin: -80%;
  }

  .group:focus .xl\:group-focus\:-m-90\% {
    margin: -90%;
  }

  .group:focus .xl\:group-focus\:-m-95\% {
    margin: -95%;
  }

  .group:focus .xl\:group-focus\:-m-96\% {
    margin: -96%;
  }

  .group:focus .xl\:group-focus\:-m-97\% {
    margin: -97%;
  }

  .group:focus .xl\:group-focus\:-m-98\% {
    margin: -98%;
  }

  .group:focus .xl\:group-focus\:-m-99\% {
    margin: -99%;
  }

  .group:focus .xl\:group-focus\:-m-36vh {
    margin: -36vh;
  }

  .group:focus .xl\:group-focus\:-m-75vh {
    margin: -75vh;
  }

  .group:focus .xl\:group-focus\:-m-78vh {
    margin: -78vh;
  }

  .group:focus .xl\:group-focus\:-m-80vh {
    margin: -80vh;
  }

  .group:focus .xl\:group-focus\:-m-82vh {
    margin: -82vh;
  }

  .group:focus .xl\:group-focus\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .group:focus .xl\:group-focus\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .group:focus .xl\:group-focus\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .group:focus .xl\:group-focus\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .group:focus .xl\:group-focus\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .group:focus .xl\:group-focus\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .group:focus .xl\:group-focus\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .group:focus .xl\:group-focus\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .group:focus .xl\:group-focus\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .group:focus .xl\:group-focus\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .group:focus .xl\:group-focus\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .group:focus .xl\:group-focus\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .group:focus .xl\:group-focus\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .group:focus .xl\:group-focus\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .group:focus .xl\:group-focus\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .group:focus .xl\:group-focus\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .group:focus .xl\:group-focus\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .group:focus .xl\:group-focus\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .group:focus .xl\:group-focus\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .group:focus .xl\:group-focus\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .group:focus .xl\:group-focus\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .group:focus .xl\:group-focus\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .group:focus .xl\:group-focus\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .group:focus .xl\:group-focus\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .group:focus .xl\:group-focus\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .group:focus .xl\:group-focus\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .group:focus .xl\:group-focus\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .group:focus .xl\:group-focus\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .group:focus .xl\:group-focus\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .group:focus .xl\:group-focus\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .group:focus .xl\:group-focus\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .group:focus .xl\:group-focus\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .group:focus .xl\:group-focus\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .group:focus .xl\:group-focus\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .group:focus .xl\:group-focus\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .group:focus .xl\:group-focus\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .group:focus .xl\:group-focus\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .group:focus .xl\:group-focus\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .group:focus .xl\:group-focus\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .group:focus .xl\:group-focus\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .group:focus .xl\:group-focus\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .group:focus .xl\:group-focus\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .group:focus .xl\:group-focus\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .group:focus .xl\:group-focus\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .group:focus .xl\:group-focus\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .group:focus .xl\:group-focus\:mx-30 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .group:focus .xl\:group-focus\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .group:focus .xl\:group-focus\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .group:focus .xl\:group-focus\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .group:focus .xl\:group-focus\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .group:focus .xl\:group-focus\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .group:focus .xl\:group-focus\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .group:focus .xl\:group-focus\:my-38 {
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
  }

  .group:focus .xl\:group-focus\:mx-38 {
    margin-left: 9.5rem;
    margin-right: 9.5rem;
  }

  .group:focus .xl\:group-focus\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .group:focus .xl\:group-focus\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .group:focus .xl\:group-focus\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .group:focus .xl\:group-focus\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .group:focus .xl\:group-focus\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .group:focus .xl\:group-focus\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .group:focus .xl\:group-focus\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .group:focus .xl\:group-focus\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .group:focus .xl\:group-focus\:my-53 {
    margin-top: 13.25rem;
    margin-bottom: 13.25rem;
  }

  .group:focus .xl\:group-focus\:mx-53 {
    margin-left: 13.25rem;
    margin-right: 13.25rem;
  }

  .group:focus .xl\:group-focus\:my-54 {
    margin-top: 13.5rem;
    margin-bottom: 13.5rem;
  }

  .group:focus .xl\:group-focus\:mx-54 {
    margin-left: 13.5rem;
    margin-right: 13.5rem;
  }

  .group:focus .xl\:group-focus\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .group:focus .xl\:group-focus\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .group:focus .xl\:group-focus\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .group:focus .xl\:group-focus\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .group:focus .xl\:group-focus\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .group:focus .xl\:group-focus\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .group:focus .xl\:group-focus\:my-74 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }

  .group:focus .xl\:group-focus\:mx-74 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }

  .group:focus .xl\:group-focus\:my-76 {
    margin-top: 19rem;
    margin-bottom: 19rem;
  }

  .group:focus .xl\:group-focus\:mx-76 {
    margin-left: 19rem;
    margin-right: 19rem;
  }

  .group:focus .xl\:group-focus\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .group:focus .xl\:group-focus\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .group:focus .xl\:group-focus\:my-85 {
    margin-top: 21.25rem;
    margin-bottom: 21.25rem;
  }

  .group:focus .xl\:group-focus\:mx-85 {
    margin-left: 21.25rem;
    margin-right: 21.25rem;
  }

  .group:focus .xl\:group-focus\:my-100 {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }

  .group:focus .xl\:group-focus\:mx-100 {
    margin-left: 25rem;
    margin-right: 25rem;
  }

  .group:focus .xl\:group-focus\:my-105 {
    margin-top: 26.25rem;
    margin-bottom: 26.25rem;
  }

  .group:focus .xl\:group-focus\:mx-105 {
    margin-left: 26.25rem;
    margin-right: 26.25rem;
  }

  .group:focus .xl\:group-focus\:my-107 {
    margin-top: 26.4rem;
    margin-bottom: 26.4rem;
  }

  .group:focus .xl\:group-focus\:mx-107 {
    margin-left: 26.4rem;
    margin-right: 26.4rem;
  }

  .group:focus .xl\:group-focus\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .group:focus .xl\:group-focus\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .group:focus .xl\:group-focus\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .group:focus .xl\:group-focus\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .group:focus .xl\:group-focus\:my-130 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .group:focus .xl\:group-focus\:mx-130 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .group:focus .xl\:group-focus\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .group:focus .xl\:group-focus\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .group:focus .xl\:group-focus\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .group:focus .xl\:group-focus\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .group:focus .xl\:group-focus\:my-250px {
    margin-top: 250px;
    margin-bottom: 250px;
  }

  .group:focus .xl\:group-focus\:mx-250px {
    margin-left: 250px;
    margin-right: 250px;
  }

  .group:focus .xl\:group-focus\:my-1\/2\% {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
  }

  .group:focus .xl\:group-focus\:mx-1\/2\% {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .group:focus .xl\:group-focus\:my-1\% {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .group:focus .xl\:group-focus\:mx-1\% {
    margin-left: 1%;
    margin-right: 1%;
  }

  .group:focus .xl\:group-focus\:my-2\% {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .group:focus .xl\:group-focus\:mx-2\% {
    margin-left: 2%;
    margin-right: 2%;
  }

  .group:focus .xl\:group-focus\:my-3\% {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .group:focus .xl\:group-focus\:mx-3\% {
    margin-left: 3%;
    margin-right: 3%;
  }

  .group:focus .xl\:group-focus\:my-4\% {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .group:focus .xl\:group-focus\:mx-4\% {
    margin-left: 4%;
    margin-right: 4%;
  }

  .group:focus .xl\:group-focus\:my-5\% {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .group:focus .xl\:group-focus\:mx-5\% {
    margin-left: 5%;
    margin-right: 5%;
  }

  .group:focus .xl\:group-focus\:my-10\% {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .group:focus .xl\:group-focus\:mx-10\% {
    margin-left: 10%;
    margin-right: 10%;
  }

  .group:focus .xl\:group-focus\:my-20\% {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .group:focus .xl\:group-focus\:mx-20\% {
    margin-left: 20%;
    margin-right: 20%;
  }

  .group:focus .xl\:group-focus\:my-23\% {
    margin-top: 23%;
    margin-bottom: 23%;
  }

  .group:focus .xl\:group-focus\:mx-23\% {
    margin-left: 23%;
    margin-right: 23%;
  }

  .group:focus .xl\:group-focus\:my-25\% {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .group:focus .xl\:group-focus\:mx-25\% {
    margin-left: 25%;
    margin-right: 25%;
  }

  .group:focus .xl\:group-focus\:my-26\% {
    margin-top: 26%;
    margin-bottom: 26%;
  }

  .group:focus .xl\:group-focus\:mx-26\% {
    margin-left: 26%;
    margin-right: 26%;
  }

  .group:focus .xl\:group-focus\:my-30\% {
    margin-top: 30%;
    margin-bottom: 30%;
  }

  .group:focus .xl\:group-focus\:mx-30\% {
    margin-left: 30%;
    margin-right: 30%;
  }

  .group:focus .xl\:group-focus\:my-40\% {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .group:focus .xl\:group-focus\:mx-40\% {
    margin-left: 40%;
    margin-right: 40%;
  }

  .group:focus .xl\:group-focus\:my-50\% {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .group:focus .xl\:group-focus\:mx-50\% {
    margin-left: 50%;
    margin-right: 50%;
  }

  .group:focus .xl\:group-focus\:my-60\% {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .group:focus .xl\:group-focus\:mx-60\% {
    margin-left: 60%;
    margin-right: 60%;
  }

  .group:focus .xl\:group-focus\:my-70\% {
    margin-top: 70%;
    margin-bottom: 70%;
  }

  .group:focus .xl\:group-focus\:mx-70\% {
    margin-left: 70%;
    margin-right: 70%;
  }

  .group:focus .xl\:group-focus\:my-80\% {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .group:focus .xl\:group-focus\:mx-80\% {
    margin-left: 80%;
    margin-right: 80%;
  }

  .group:focus .xl\:group-focus\:my-90\% {
    margin-top: 90%;
    margin-bottom: 90%;
  }

  .group:focus .xl\:group-focus\:mx-90\% {
    margin-left: 90%;
    margin-right: 90%;
  }

  .group:focus .xl\:group-focus\:my-95\% {
    margin-top: 95%;
    margin-bottom: 95%;
  }

  .group:focus .xl\:group-focus\:mx-95\% {
    margin-left: 95%;
    margin-right: 95%;
  }

  .group:focus .xl\:group-focus\:my-96\% {
    margin-top: 96%;
    margin-bottom: 96%;
  }

  .group:focus .xl\:group-focus\:mx-96\% {
    margin-left: 96%;
    margin-right: 96%;
  }

  .group:focus .xl\:group-focus\:my-97\% {
    margin-top: 97%;
    margin-bottom: 97%;
  }

  .group:focus .xl\:group-focus\:mx-97\% {
    margin-left: 97%;
    margin-right: 97%;
  }

  .group:focus .xl\:group-focus\:my-98\% {
    margin-top: 98%;
    margin-bottom: 98%;
  }

  .group:focus .xl\:group-focus\:mx-98\% {
    margin-left: 98%;
    margin-right: 98%;
  }

  .group:focus .xl\:group-focus\:my-99\% {
    margin-top: 99%;
    margin-bottom: 99%;
  }

  .group:focus .xl\:group-focus\:mx-99\% {
    margin-left: 99%;
    margin-right: 99%;
  }

  .group:focus .xl\:group-focus\:my-36vh {
    margin-top: 36vh;
    margin-bottom: 36vh;
  }

  .group:focus .xl\:group-focus\:mx-36vh {
    margin-left: 36vh;
    margin-right: 36vh;
  }

  .group:focus .xl\:group-focus\:my-75vh {
    margin-top: 75vh;
    margin-bottom: 75vh;
  }

  .group:focus .xl\:group-focus\:mx-75vh {
    margin-left: 75vh;
    margin-right: 75vh;
  }

  .group:focus .xl\:group-focus\:my-78vh {
    margin-top: 78vh;
    margin-bottom: 78vh;
  }

  .group:focus .xl\:group-focus\:mx-78vh {
    margin-left: 78vh;
    margin-right: 78vh;
  }

  .group:focus .xl\:group-focus\:my-80vh {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .group:focus .xl\:group-focus\:mx-80vh {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .group:focus .xl\:group-focus\:my-82vh {
    margin-top: 82vh;
    margin-bottom: 82vh;
  }

  .group:focus .xl\:group-focus\:mx-82vh {
    margin-left: 82vh;
    margin-right: 82vh;
  }

  .group:focus .xl\:group-focus\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .group:focus .xl\:group-focus\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .group:focus .xl\:group-focus\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .group:focus .xl\:group-focus\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .group:focus .xl\:group-focus\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .group:focus .xl\:group-focus\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .group:focus .xl\:group-focus\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .group:focus .xl\:group-focus\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .group:focus .xl\:group-focus\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .group:focus .xl\:group-focus\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .group:focus .xl\:group-focus\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .group:focus .xl\:group-focus\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .group:focus .xl\:group-focus\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .group:focus .xl\:group-focus\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .group:focus .xl\:group-focus\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .group:focus .xl\:group-focus\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .group:focus .xl\:group-focus\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .group:focus .xl\:group-focus\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .group:focus .xl\:group-focus\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .group:focus .xl\:group-focus\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .group:focus .xl\:group-focus\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .group:focus .xl\:group-focus\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .group:focus .xl\:group-focus\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .group:focus .xl\:group-focus\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .group:focus .xl\:group-focus\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .group:focus .xl\:group-focus\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .group:focus .xl\:group-focus\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .group:focus .xl\:group-focus\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .group:focus .xl\:group-focus\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .group:focus .xl\:group-focus\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .group:focus .xl\:group-focus\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .group:focus .xl\:group-focus\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .group:focus .xl\:group-focus\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .group:focus .xl\:group-focus\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .group:focus .xl\:group-focus\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .group:focus .xl\:group-focus\:-my-30 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-30 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }

  .group:focus .xl\:group-focus\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .group:focus .xl\:group-focus\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .group:focus .xl\:group-focus\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .group:focus .xl\:group-focus\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .group:focus .xl\:group-focus\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .group:focus .xl\:group-focus\:-my-38 {
    margin-top: -9.5rem;
    margin-bottom: -9.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-38 {
    margin-left: -9.5rem;
    margin-right: -9.5rem;
  }

  .group:focus .xl\:group-focus\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .group:focus .xl\:group-focus\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .group:focus .xl\:group-focus\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .group:focus .xl\:group-focus\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .group:focus .xl\:group-focus\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .group:focus .xl\:group-focus\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .group:focus .xl\:group-focus\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .group:focus .xl\:group-focus\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .group:focus .xl\:group-focus\:-my-53 {
    margin-top: -13.25rem;
    margin-bottom: -13.25rem;
  }

  .group:focus .xl\:group-focus\:-mx-53 {
    margin-left: -13.25rem;
    margin-right: -13.25rem;
  }

  .group:focus .xl\:group-focus\:-my-54 {
    margin-top: -13.5rem;
    margin-bottom: -13.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-54 {
    margin-left: -13.5rem;
    margin-right: -13.5rem;
  }

  .group:focus .xl\:group-focus\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .group:focus .xl\:group-focus\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .group:focus .xl\:group-focus\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .group:focus .xl\:group-focus\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .group:focus .xl\:group-focus\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .group:focus .xl\:group-focus\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .group:focus .xl\:group-focus\:-my-74 {
    margin-top: -18.5rem;
    margin-bottom: -18.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-74 {
    margin-left: -18.5rem;
    margin-right: -18.5rem;
  }

  .group:focus .xl\:group-focus\:-my-76 {
    margin-top: -19rem;
    margin-bottom: -19rem;
  }

  .group:focus .xl\:group-focus\:-mx-76 {
    margin-left: -19rem;
    margin-right: -19rem;
  }

  .group:focus .xl\:group-focus\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .group:focus .xl\:group-focus\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .group:focus .xl\:group-focus\:-my-85 {
    margin-top: -21.25rem;
    margin-bottom: -21.25rem;
  }

  .group:focus .xl\:group-focus\:-mx-85 {
    margin-left: -21.25rem;
    margin-right: -21.25rem;
  }

  .group:focus .xl\:group-focus\:-my-100 {
    margin-top: -25rem;
    margin-bottom: -25rem;
  }

  .group:focus .xl\:group-focus\:-mx-100 {
    margin-left: -25rem;
    margin-right: -25rem;
  }

  .group:focus .xl\:group-focus\:-my-105 {
    margin-top: -26.25rem;
    margin-bottom: -26.25rem;
  }

  .group:focus .xl\:group-focus\:-mx-105 {
    margin-left: -26.25rem;
    margin-right: -26.25rem;
  }

  .group:focus .xl\:group-focus\:-my-107 {
    margin-top: -26.4rem;
    margin-bottom: -26.4rem;
  }

  .group:focus .xl\:group-focus\:-mx-107 {
    margin-left: -26.4rem;
    margin-right: -26.4rem;
  }

  .group:focus .xl\:group-focus\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .group:focus .xl\:group-focus\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .group:focus .xl\:group-focus\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .group:focus .xl\:group-focus\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .group:focus .xl\:group-focus\:-my-130 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .group:focus .xl\:group-focus\:-mx-130 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .group:focus .xl\:group-focus\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .group:focus .xl\:group-focus\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .group:focus .xl\:group-focus\:-my-250px {
    margin-top: -250px;
    margin-bottom: -250px;
  }

  .group:focus .xl\:group-focus\:-mx-250px {
    margin-left: -250px;
    margin-right: -250px;
  }

  .group:focus .xl\:group-focus\:-my-1\/2\% {
    margin-top: -0.5%;
    margin-bottom: -0.5%;
  }

  .group:focus .xl\:group-focus\:-mx-1\/2\% {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }

  .group:focus .xl\:group-focus\:-my-1\% {
    margin-top: -1%;
    margin-bottom: -1%;
  }

  .group:focus .xl\:group-focus\:-mx-1\% {
    margin-left: -1%;
    margin-right: -1%;
  }

  .group:focus .xl\:group-focus\:-my-2\% {
    margin-top: -2%;
    margin-bottom: -2%;
  }

  .group:focus .xl\:group-focus\:-mx-2\% {
    margin-left: -2%;
    margin-right: -2%;
  }

  .group:focus .xl\:group-focus\:-my-3\% {
    margin-top: -3%;
    margin-bottom: -3%;
  }

  .group:focus .xl\:group-focus\:-mx-3\% {
    margin-left: -3%;
    margin-right: -3%;
  }

  .group:focus .xl\:group-focus\:-my-4\% {
    margin-top: -4%;
    margin-bottom: -4%;
  }

  .group:focus .xl\:group-focus\:-mx-4\% {
    margin-left: -4%;
    margin-right: -4%;
  }

  .group:focus .xl\:group-focus\:-my-5\% {
    margin-top: -5%;
    margin-bottom: -5%;
  }

  .group:focus .xl\:group-focus\:-mx-5\% {
    margin-left: -5%;
    margin-right: -5%;
  }

  .group:focus .xl\:group-focus\:-my-10\% {
    margin-top: -10%;
    margin-bottom: -10%;
  }

  .group:focus .xl\:group-focus\:-mx-10\% {
    margin-left: -10%;
    margin-right: -10%;
  }

  .group:focus .xl\:group-focus\:-my-20\% {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .group:focus .xl\:group-focus\:-mx-20\% {
    margin-left: -20%;
    margin-right: -20%;
  }

  .group:focus .xl\:group-focus\:-my-23\% {
    margin-top: -23%;
    margin-bottom: -23%;
  }

  .group:focus .xl\:group-focus\:-mx-23\% {
    margin-left: -23%;
    margin-right: -23%;
  }

  .group:focus .xl\:group-focus\:-my-25\% {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .group:focus .xl\:group-focus\:-mx-25\% {
    margin-left: -25%;
    margin-right: -25%;
  }

  .group:focus .xl\:group-focus\:-my-26\% {
    margin-top: -26%;
    margin-bottom: -26%;
  }

  .group:focus .xl\:group-focus\:-mx-26\% {
    margin-left: -26%;
    margin-right: -26%;
  }

  .group:focus .xl\:group-focus\:-my-30\% {
    margin-top: -30%;
    margin-bottom: -30%;
  }

  .group:focus .xl\:group-focus\:-mx-30\% {
    margin-left: -30%;
    margin-right: -30%;
  }

  .group:focus .xl\:group-focus\:-my-40\% {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .group:focus .xl\:group-focus\:-mx-40\% {
    margin-left: -40%;
    margin-right: -40%;
  }

  .group:focus .xl\:group-focus\:-my-50\% {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .group:focus .xl\:group-focus\:-mx-50\% {
    margin-left: -50%;
    margin-right: -50%;
  }

  .group:focus .xl\:group-focus\:-my-60\% {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .group:focus .xl\:group-focus\:-mx-60\% {
    margin-left: -60%;
    margin-right: -60%;
  }

  .group:focus .xl\:group-focus\:-my-70\% {
    margin-top: -70%;
    margin-bottom: -70%;
  }

  .group:focus .xl\:group-focus\:-mx-70\% {
    margin-left: -70%;
    margin-right: -70%;
  }

  .group:focus .xl\:group-focus\:-my-80\% {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .group:focus .xl\:group-focus\:-mx-80\% {
    margin-left: -80%;
    margin-right: -80%;
  }

  .group:focus .xl\:group-focus\:-my-90\% {
    margin-top: -90%;
    margin-bottom: -90%;
  }

  .group:focus .xl\:group-focus\:-mx-90\% {
    margin-left: -90%;
    margin-right: -90%;
  }

  .group:focus .xl\:group-focus\:-my-95\% {
    margin-top: -95%;
    margin-bottom: -95%;
  }

  .group:focus .xl\:group-focus\:-mx-95\% {
    margin-left: -95%;
    margin-right: -95%;
  }

  .group:focus .xl\:group-focus\:-my-96\% {
    margin-top: -96%;
    margin-bottom: -96%;
  }

  .group:focus .xl\:group-focus\:-mx-96\% {
    margin-left: -96%;
    margin-right: -96%;
  }

  .group:focus .xl\:group-focus\:-my-97\% {
    margin-top: -97%;
    margin-bottom: -97%;
  }

  .group:focus .xl\:group-focus\:-mx-97\% {
    margin-left: -97%;
    margin-right: -97%;
  }

  .group:focus .xl\:group-focus\:-my-98\% {
    margin-top: -98%;
    margin-bottom: -98%;
  }

  .group:focus .xl\:group-focus\:-mx-98\% {
    margin-left: -98%;
    margin-right: -98%;
  }

  .group:focus .xl\:group-focus\:-my-99\% {
    margin-top: -99%;
    margin-bottom: -99%;
  }

  .group:focus .xl\:group-focus\:-mx-99\% {
    margin-left: -99%;
    margin-right: -99%;
  }

  .group:focus .xl\:group-focus\:-my-36vh {
    margin-top: -36vh;
    margin-bottom: -36vh;
  }

  .group:focus .xl\:group-focus\:-mx-36vh {
    margin-left: -36vh;
    margin-right: -36vh;
  }

  .group:focus .xl\:group-focus\:-my-75vh {
    margin-top: -75vh;
    margin-bottom: -75vh;
  }

  .group:focus .xl\:group-focus\:-mx-75vh {
    margin-left: -75vh;
    margin-right: -75vh;
  }

  .group:focus .xl\:group-focus\:-my-78vh {
    margin-top: -78vh;
    margin-bottom: -78vh;
  }

  .group:focus .xl\:group-focus\:-mx-78vh {
    margin-left: -78vh;
    margin-right: -78vh;
  }

  .group:focus .xl\:group-focus\:-my-80vh {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .group:focus .xl\:group-focus\:-mx-80vh {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .group:focus .xl\:group-focus\:-my-82vh {
    margin-top: -82vh;
    margin-bottom: -82vh;
  }

  .group:focus .xl\:group-focus\:-mx-82vh {
    margin-left: -82vh;
    margin-right: -82vh;
  }

  .group:focus .xl\:group-focus\:mt-0 {
    margin-top: 0;
  }

  .group:focus .xl\:group-focus\:mr-0 {
    margin-right: 0;
  }

  .group:focus .xl\:group-focus\:mb-0 {
    margin-bottom: 0;
  }

  .group:focus .xl\:group-focus\:ml-0 {
    margin-left: 0;
  }

  .group:focus .xl\:group-focus\:mt-1 {
    margin-top: 0.25rem;
  }

  .group:focus .xl\:group-focus\:mr-1 {
    margin-right: 0.25rem;
  }

  .group:focus .xl\:group-focus\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .group:focus .xl\:group-focus\:ml-1 {
    margin-left: 0.25rem;
  }

  .group:focus .xl\:group-focus\:mt-2 {
    margin-top: 0.5rem;
  }

  .group:focus .xl\:group-focus\:mr-2 {
    margin-right: 0.5rem;
  }

  .group:focus .xl\:group-focus\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .group:focus .xl\:group-focus\:ml-2 {
    margin-left: 0.5rem;
  }

  .group:focus .xl\:group-focus\:mt-3 {
    margin-top: 0.75rem;
  }

  .group:focus .xl\:group-focus\:mr-3 {
    margin-right: 0.75rem;
  }

  .group:focus .xl\:group-focus\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .group:focus .xl\:group-focus\:ml-3 {
    margin-left: 0.75rem;
  }

  .group:focus .xl\:group-focus\:mt-4 {
    margin-top: 1rem;
  }

  .group:focus .xl\:group-focus\:mr-4 {
    margin-right: 1rem;
  }

  .group:focus .xl\:group-focus\:mb-4 {
    margin-bottom: 1rem;
  }

  .group:focus .xl\:group-focus\:ml-4 {
    margin-left: 1rem;
  }

  .group:focus .xl\:group-focus\:mt-5 {
    margin-top: 1.25rem;
  }

  .group:focus .xl\:group-focus\:mr-5 {
    margin-right: 1.25rem;
  }

  .group:focus .xl\:group-focus\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .group:focus .xl\:group-focus\:ml-5 {
    margin-left: 1.25rem;
  }

  .group:focus .xl\:group-focus\:mt-6 {
    margin-top: 1.5rem;
  }

  .group:focus .xl\:group-focus\:mr-6 {
    margin-right: 1.5rem;
  }

  .group:focus .xl\:group-focus\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .group:focus .xl\:group-focus\:ml-6 {
    margin-left: 1.5rem;
  }

  .group:focus .xl\:group-focus\:mt-7 {
    margin-top: 1.75rem;
  }

  .group:focus .xl\:group-focus\:mr-7 {
    margin-right: 1.75rem;
  }

  .group:focus .xl\:group-focus\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .group:focus .xl\:group-focus\:ml-7 {
    margin-left: 1.75rem;
  }

  .group:focus .xl\:group-focus\:mt-8 {
    margin-top: 2rem;
  }

  .group:focus .xl\:group-focus\:mr-8 {
    margin-right: 2rem;
  }

  .group:focus .xl\:group-focus\:mb-8 {
    margin-bottom: 2rem;
  }

  .group:focus .xl\:group-focus\:ml-8 {
    margin-left: 2rem;
  }

  .group:focus .xl\:group-focus\:mt-9 {
    margin-top: 2.25rem;
  }

  .group:focus .xl\:group-focus\:mr-9 {
    margin-right: 2.25rem;
  }

  .group:focus .xl\:group-focus\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .group:focus .xl\:group-focus\:ml-9 {
    margin-left: 2.25rem;
  }

  .group:focus .xl\:group-focus\:mt-10 {
    margin-top: 2.5rem;
  }

  .group:focus .xl\:group-focus\:mr-10 {
    margin-right: 2.5rem;
  }

  .group:focus .xl\:group-focus\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .group:focus .xl\:group-focus\:ml-10 {
    margin-left: 2.5rem;
  }

  .group:focus .xl\:group-focus\:mt-12 {
    margin-top: 3rem;
  }

  .group:focus .xl\:group-focus\:mr-12 {
    margin-right: 3rem;
  }

  .group:focus .xl\:group-focus\:mb-12 {
    margin-bottom: 3rem;
  }

  .group:focus .xl\:group-focus\:ml-12 {
    margin-left: 3rem;
  }

  .group:focus .xl\:group-focus\:mt-14 {
    margin-top: 3.5rem;
  }

  .group:focus .xl\:group-focus\:mr-14 {
    margin-right: 3.5rem;
  }

  .group:focus .xl\:group-focus\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .group:focus .xl\:group-focus\:ml-14 {
    margin-left: 3.5rem;
  }

  .group:focus .xl\:group-focus\:mt-15 {
    margin-top: 3.75rem;
  }

  .group:focus .xl\:group-focus\:mr-15 {
    margin-right: 3.75rem;
  }

  .group:focus .xl\:group-focus\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .group:focus .xl\:group-focus\:ml-15 {
    margin-left: 3.75rem;
  }

  .group:focus .xl\:group-focus\:mt-16 {
    margin-top: 4rem;
  }

  .group:focus .xl\:group-focus\:mr-16 {
    margin-right: 4rem;
  }

  .group:focus .xl\:group-focus\:mb-16 {
    margin-bottom: 4rem;
  }

  .group:focus .xl\:group-focus\:ml-16 {
    margin-left: 4rem;
  }

  .group:focus .xl\:group-focus\:mt-18 {
    margin-top: 4.5rem;
  }

  .group:focus .xl\:group-focus\:mr-18 {
    margin-right: 4.5rem;
  }

  .group:focus .xl\:group-focus\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .group:focus .xl\:group-focus\:ml-18 {
    margin-left: 4.5rem;
  }

  .group:focus .xl\:group-focus\:mt-20 {
    margin-top: 5rem;
  }

  .group:focus .xl\:group-focus\:mr-20 {
    margin-right: 5rem;
  }

  .group:focus .xl\:group-focus\:mb-20 {
    margin-bottom: 5rem;
  }

  .group:focus .xl\:group-focus\:ml-20 {
    margin-left: 5rem;
  }

  .group:focus .xl\:group-focus\:mt-21 {
    margin-top: 5.25rem;
  }

  .group:focus .xl\:group-focus\:mr-21 {
    margin-right: 5.25rem;
  }

  .group:focus .xl\:group-focus\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .group:focus .xl\:group-focus\:ml-21 {
    margin-left: 5.25rem;
  }

  .group:focus .xl\:group-focus\:mt-22 {
    margin-top: 5.5rem;
  }

  .group:focus .xl\:group-focus\:mr-22 {
    margin-right: 5.5rem;
  }

  .group:focus .xl\:group-focus\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .group:focus .xl\:group-focus\:ml-22 {
    margin-left: 5.5rem;
  }

  .group:focus .xl\:group-focus\:mt-24 {
    margin-top: 6rem;
  }

  .group:focus .xl\:group-focus\:mr-24 {
    margin-right: 6rem;
  }

  .group:focus .xl\:group-focus\:mb-24 {
    margin-bottom: 6rem;
  }

  .group:focus .xl\:group-focus\:ml-24 {
    margin-left: 6rem;
  }

  .group:focus .xl\:group-focus\:mt-26 {
    margin-top: 6.5rem;
  }

  .group:focus .xl\:group-focus\:mr-26 {
    margin-right: 6.5rem;
  }

  .group:focus .xl\:group-focus\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .group:focus .xl\:group-focus\:ml-26 {
    margin-left: 6.5rem;
  }

  .group:focus .xl\:group-focus\:mt-28 {
    margin-top: 7rem;
  }

  .group:focus .xl\:group-focus\:mr-28 {
    margin-right: 7rem;
  }

  .group:focus .xl\:group-focus\:mb-28 {
    margin-bottom: 7rem;
  }

  .group:focus .xl\:group-focus\:ml-28 {
    margin-left: 7rem;
  }

  .group:focus .xl\:group-focus\:mt-30 {
    margin-top: 7.5rem;
  }

  .group:focus .xl\:group-focus\:mr-30 {
    margin-right: 7.5rem;
  }

  .group:focus .xl\:group-focus\:mb-30 {
    margin-bottom: 7.5rem;
  }

  .group:focus .xl\:group-focus\:ml-30 {
    margin-left: 7.5rem;
  }

  .group:focus .xl\:group-focus\:mt-32 {
    margin-top: 8rem;
  }

  .group:focus .xl\:group-focus\:mr-32 {
    margin-right: 8rem;
  }

  .group:focus .xl\:group-focus\:mb-32 {
    margin-bottom: 8rem;
  }

  .group:focus .xl\:group-focus\:ml-32 {
    margin-left: 8rem;
  }

  .group:focus .xl\:group-focus\:mt-34 {
    margin-top: 8.5rem;
  }

  .group:focus .xl\:group-focus\:mr-34 {
    margin-right: 8.5rem;
  }

  .group:focus .xl\:group-focus\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .group:focus .xl\:group-focus\:ml-34 {
    margin-left: 8.5rem;
  }

  .group:focus .xl\:group-focus\:mt-36 {
    margin-top: 9rem;
  }

  .group:focus .xl\:group-focus\:mr-36 {
    margin-right: 9rem;
  }

  .group:focus .xl\:group-focus\:mb-36 {
    margin-bottom: 9rem;
  }

  .group:focus .xl\:group-focus\:ml-36 {
    margin-left: 9rem;
  }

  .group:focus .xl\:group-focus\:mt-38 {
    margin-top: 9.5rem;
  }

  .group:focus .xl\:group-focus\:mr-38 {
    margin-right: 9.5rem;
  }

  .group:focus .xl\:group-focus\:mb-38 {
    margin-bottom: 9.5rem;
  }

  .group:focus .xl\:group-focus\:ml-38 {
    margin-left: 9.5rem;
  }

  .group:focus .xl\:group-focus\:mt-40 {
    margin-top: 10rem;
  }

  .group:focus .xl\:group-focus\:mr-40 {
    margin-right: 10rem;
  }

  .group:focus .xl\:group-focus\:mb-40 {
    margin-bottom: 10rem;
  }

  .group:focus .xl\:group-focus\:ml-40 {
    margin-left: 10rem;
  }

  .group:focus .xl\:group-focus\:mt-44 {
    margin-top: 11rem;
  }

  .group:focus .xl\:group-focus\:mr-44 {
    margin-right: 11rem;
  }

  .group:focus .xl\:group-focus\:mb-44 {
    margin-bottom: 11rem;
  }

  .group:focus .xl\:group-focus\:ml-44 {
    margin-left: 11rem;
  }

  .group:focus .xl\:group-focus\:mt-48 {
    margin-top: 12rem;
  }

  .group:focus .xl\:group-focus\:mr-48 {
    margin-right: 12rem;
  }

  .group:focus .xl\:group-focus\:mb-48 {
    margin-bottom: 12rem;
  }

  .group:focus .xl\:group-focus\:ml-48 {
    margin-left: 12rem;
  }

  .group:focus .xl\:group-focus\:mt-52 {
    margin-top: 13rem;
  }

  .group:focus .xl\:group-focus\:mr-52 {
    margin-right: 13rem;
  }

  .group:focus .xl\:group-focus\:mb-52 {
    margin-bottom: 13rem;
  }

  .group:focus .xl\:group-focus\:ml-52 {
    margin-left: 13rem;
  }

  .group:focus .xl\:group-focus\:mt-53 {
    margin-top: 13.25rem;
  }

  .group:focus .xl\:group-focus\:mr-53 {
    margin-right: 13.25rem;
  }

  .group:focus .xl\:group-focus\:mb-53 {
    margin-bottom: 13.25rem;
  }

  .group:focus .xl\:group-focus\:ml-53 {
    margin-left: 13.25rem;
  }

  .group:focus .xl\:group-focus\:mt-54 {
    margin-top: 13.5rem;
  }

  .group:focus .xl\:group-focus\:mr-54 {
    margin-right: 13.5rem;
  }

  .group:focus .xl\:group-focus\:mb-54 {
    margin-bottom: 13.5rem;
  }

  .group:focus .xl\:group-focus\:ml-54 {
    margin-left: 13.5rem;
  }

  .group:focus .xl\:group-focus\:mt-56 {
    margin-top: 14rem;
  }

  .group:focus .xl\:group-focus\:mr-56 {
    margin-right: 14rem;
  }

  .group:focus .xl\:group-focus\:mb-56 {
    margin-bottom: 14rem;
  }

  .group:focus .xl\:group-focus\:ml-56 {
    margin-left: 14rem;
  }

  .group:focus .xl\:group-focus\:mt-64 {
    margin-top: 16rem;
  }

  .group:focus .xl\:group-focus\:mr-64 {
    margin-right: 16rem;
  }

  .group:focus .xl\:group-focus\:mb-64 {
    margin-bottom: 16rem;
  }

  .group:focus .xl\:group-focus\:ml-64 {
    margin-left: 16rem;
  }

  .group:focus .xl\:group-focus\:mt-72 {
    margin-top: 18rem;
  }

  .group:focus .xl\:group-focus\:mr-72 {
    margin-right: 18rem;
  }

  .group:focus .xl\:group-focus\:mb-72 {
    margin-bottom: 18rem;
  }

  .group:focus .xl\:group-focus\:ml-72 {
    margin-left: 18rem;
  }

  .group:focus .xl\:group-focus\:mt-74 {
    margin-top: 18.5rem;
  }

  .group:focus .xl\:group-focus\:mr-74 {
    margin-right: 18.5rem;
  }

  .group:focus .xl\:group-focus\:mb-74 {
    margin-bottom: 18.5rem;
  }

  .group:focus .xl\:group-focus\:ml-74 {
    margin-left: 18.5rem;
  }

  .group:focus .xl\:group-focus\:mt-76 {
    margin-top: 19rem;
  }

  .group:focus .xl\:group-focus\:mr-76 {
    margin-right: 19rem;
  }

  .group:focus .xl\:group-focus\:mb-76 {
    margin-bottom: 19rem;
  }

  .group:focus .xl\:group-focus\:ml-76 {
    margin-left: 19rem;
  }

  .group:focus .xl\:group-focus\:mt-80 {
    margin-top: 20rem;
  }

  .group:focus .xl\:group-focus\:mr-80 {
    margin-right: 20rem;
  }

  .group:focus .xl\:group-focus\:mb-80 {
    margin-bottom: 20rem;
  }

  .group:focus .xl\:group-focus\:ml-80 {
    margin-left: 20rem;
  }

  .group:focus .xl\:group-focus\:mt-85 {
    margin-top: 21.25rem;
  }

  .group:focus .xl\:group-focus\:mr-85 {
    margin-right: 21.25rem;
  }

  .group:focus .xl\:group-focus\:mb-85 {
    margin-bottom: 21.25rem;
  }

  .group:focus .xl\:group-focus\:ml-85 {
    margin-left: 21.25rem;
  }

  .group:focus .xl\:group-focus\:mt-100 {
    margin-top: 25rem;
  }

  .group:focus .xl\:group-focus\:mr-100 {
    margin-right: 25rem;
  }

  .group:focus .xl\:group-focus\:mb-100 {
    margin-bottom: 25rem;
  }

  .group:focus .xl\:group-focus\:ml-100 {
    margin-left: 25rem;
  }

  .group:focus .xl\:group-focus\:mt-105 {
    margin-top: 26.25rem;
  }

  .group:focus .xl\:group-focus\:mr-105 {
    margin-right: 26.25rem;
  }

  .group:focus .xl\:group-focus\:mb-105 {
    margin-bottom: 26.25rem;
  }

  .group:focus .xl\:group-focus\:ml-105 {
    margin-left: 26.25rem;
  }

  .group:focus .xl\:group-focus\:mt-107 {
    margin-top: 26.4rem;
  }

  .group:focus .xl\:group-focus\:mr-107 {
    margin-right: 26.4rem;
  }

  .group:focus .xl\:group-focus\:mb-107 {
    margin-bottom: 26.4rem;
  }

  .group:focus .xl\:group-focus\:ml-107 {
    margin-left: 26.4rem;
  }

  .group:focus .xl\:group-focus\:mt-110 {
    margin-top: 27.5rem;
  }

  .group:focus .xl\:group-focus\:mr-110 {
    margin-right: 27.5rem;
  }

  .group:focus .xl\:group-focus\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .group:focus .xl\:group-focus\:ml-110 {
    margin-left: 27.5rem;
  }

  .group:focus .xl\:group-focus\:mt-120 {
    margin-top: 30rem;
  }

  .group:focus .xl\:group-focus\:mr-120 {
    margin-right: 30rem;
  }

  .group:focus .xl\:group-focus\:mb-120 {
    margin-bottom: 30rem;
  }

  .group:focus .xl\:group-focus\:ml-120 {
    margin-left: 30rem;
  }

  .group:focus .xl\:group-focus\:mt-130 {
    margin-top: 38rem;
  }

  .group:focus .xl\:group-focus\:mr-130 {
    margin-right: 38rem;
  }

  .group:focus .xl\:group-focus\:mb-130 {
    margin-bottom: 38rem;
  }

  .group:focus .xl\:group-focus\:ml-130 {
    margin-left: 38rem;
  }

  .group:focus .xl\:group-focus\:mt-auto {
    margin-top: auto;
  }

  .group:focus .xl\:group-focus\:mr-auto {
    margin-right: auto;
  }

  .group:focus .xl\:group-focus\:mb-auto {
    margin-bottom: auto;
  }

  .group:focus .xl\:group-focus\:ml-auto {
    margin-left: auto;
  }

  .group:focus .xl\:group-focus\:mt-px {
    margin-top: 1px;
  }

  .group:focus .xl\:group-focus\:mr-px {
    margin-right: 1px;
  }

  .group:focus .xl\:group-focus\:mb-px {
    margin-bottom: 1px;
  }

  .group:focus .xl\:group-focus\:ml-px {
    margin-left: 1px;
  }

  .group:focus .xl\:group-focus\:mt-250px {
    margin-top: 250px;
  }

  .group:focus .xl\:group-focus\:mr-250px {
    margin-right: 250px;
  }

  .group:focus .xl\:group-focus\:mb-250px {
    margin-bottom: 250px;
  }

  .group:focus .xl\:group-focus\:ml-250px {
    margin-left: 250px;
  }

  .group:focus .xl\:group-focus\:mt-1\/2\% {
    margin-top: 0.5%;
  }

  .group:focus .xl\:group-focus\:mr-1\/2\% {
    margin-right: 0.5%;
  }

  .group:focus .xl\:group-focus\:mb-1\/2\% {
    margin-bottom: 0.5%;
  }

  .group:focus .xl\:group-focus\:ml-1\/2\% {
    margin-left: 0.5%;
  }

  .group:focus .xl\:group-focus\:mt-1\% {
    margin-top: 1%;
  }

  .group:focus .xl\:group-focus\:mr-1\% {
    margin-right: 1%;
  }

  .group:focus .xl\:group-focus\:mb-1\% {
    margin-bottom: 1%;
  }

  .group:focus .xl\:group-focus\:ml-1\% {
    margin-left: 1%;
  }

  .group:focus .xl\:group-focus\:mt-2\% {
    margin-top: 2%;
  }

  .group:focus .xl\:group-focus\:mr-2\% {
    margin-right: 2%;
  }

  .group:focus .xl\:group-focus\:mb-2\% {
    margin-bottom: 2%;
  }

  .group:focus .xl\:group-focus\:ml-2\% {
    margin-left: 2%;
  }

  .group:focus .xl\:group-focus\:mt-3\% {
    margin-top: 3%;
  }

  .group:focus .xl\:group-focus\:mr-3\% {
    margin-right: 3%;
  }

  .group:focus .xl\:group-focus\:mb-3\% {
    margin-bottom: 3%;
  }

  .group:focus .xl\:group-focus\:ml-3\% {
    margin-left: 3%;
  }

  .group:focus .xl\:group-focus\:mt-4\% {
    margin-top: 4%;
  }

  .group:focus .xl\:group-focus\:mr-4\% {
    margin-right: 4%;
  }

  .group:focus .xl\:group-focus\:mb-4\% {
    margin-bottom: 4%;
  }

  .group:focus .xl\:group-focus\:ml-4\% {
    margin-left: 4%;
  }

  .group:focus .xl\:group-focus\:mt-5\% {
    margin-top: 5%;
  }

  .group:focus .xl\:group-focus\:mr-5\% {
    margin-right: 5%;
  }

  .group:focus .xl\:group-focus\:mb-5\% {
    margin-bottom: 5%;
  }

  .group:focus .xl\:group-focus\:ml-5\% {
    margin-left: 5%;
  }

  .group:focus .xl\:group-focus\:mt-10\% {
    margin-top: 10%;
  }

  .group:focus .xl\:group-focus\:mr-10\% {
    margin-right: 10%;
  }

  .group:focus .xl\:group-focus\:mb-10\% {
    margin-bottom: 10%;
  }

  .group:focus .xl\:group-focus\:ml-10\% {
    margin-left: 10%;
  }

  .group:focus .xl\:group-focus\:mt-20\% {
    margin-top: 20%;
  }

  .group:focus .xl\:group-focus\:mr-20\% {
    margin-right: 20%;
  }

  .group:focus .xl\:group-focus\:mb-20\% {
    margin-bottom: 20%;
  }

  .group:focus .xl\:group-focus\:ml-20\% {
    margin-left: 20%;
  }

  .group:focus .xl\:group-focus\:mt-23\% {
    margin-top: 23%;
  }

  .group:focus .xl\:group-focus\:mr-23\% {
    margin-right: 23%;
  }

  .group:focus .xl\:group-focus\:mb-23\% {
    margin-bottom: 23%;
  }

  .group:focus .xl\:group-focus\:ml-23\% {
    margin-left: 23%;
  }

  .group:focus .xl\:group-focus\:mt-25\% {
    margin-top: 25%;
  }

  .group:focus .xl\:group-focus\:mr-25\% {
    margin-right: 25%;
  }

  .group:focus .xl\:group-focus\:mb-25\% {
    margin-bottom: 25%;
  }

  .group:focus .xl\:group-focus\:ml-25\% {
    margin-left: 25%;
  }

  .group:focus .xl\:group-focus\:mt-26\% {
    margin-top: 26%;
  }

  .group:focus .xl\:group-focus\:mr-26\% {
    margin-right: 26%;
  }

  .group:focus .xl\:group-focus\:mb-26\% {
    margin-bottom: 26%;
  }

  .group:focus .xl\:group-focus\:ml-26\% {
    margin-left: 26%;
  }

  .group:focus .xl\:group-focus\:mt-30\% {
    margin-top: 30%;
  }

  .group:focus .xl\:group-focus\:mr-30\% {
    margin-right: 30%;
  }

  .group:focus .xl\:group-focus\:mb-30\% {
    margin-bottom: 30%;
  }

  .group:focus .xl\:group-focus\:ml-30\% {
    margin-left: 30%;
  }

  .group:focus .xl\:group-focus\:mt-40\% {
    margin-top: 40%;
  }

  .group:focus .xl\:group-focus\:mr-40\% {
    margin-right: 40%;
  }

  .group:focus .xl\:group-focus\:mb-40\% {
    margin-bottom: 40%;
  }

  .group:focus .xl\:group-focus\:ml-40\% {
    margin-left: 40%;
  }

  .group:focus .xl\:group-focus\:mt-50\% {
    margin-top: 50%;
  }

  .group:focus .xl\:group-focus\:mr-50\% {
    margin-right: 50%;
  }

  .group:focus .xl\:group-focus\:mb-50\% {
    margin-bottom: 50%;
  }

  .group:focus .xl\:group-focus\:ml-50\% {
    margin-left: 50%;
  }

  .group:focus .xl\:group-focus\:mt-60\% {
    margin-top: 60%;
  }

  .group:focus .xl\:group-focus\:mr-60\% {
    margin-right: 60%;
  }

  .group:focus .xl\:group-focus\:mb-60\% {
    margin-bottom: 60%;
  }

  .group:focus .xl\:group-focus\:ml-60\% {
    margin-left: 60%;
  }

  .group:focus .xl\:group-focus\:mt-70\% {
    margin-top: 70%;
  }

  .group:focus .xl\:group-focus\:mr-70\% {
    margin-right: 70%;
  }

  .group:focus .xl\:group-focus\:mb-70\% {
    margin-bottom: 70%;
  }

  .group:focus .xl\:group-focus\:ml-70\% {
    margin-left: 70%;
  }

  .group:focus .xl\:group-focus\:mt-80\% {
    margin-top: 80%;
  }

  .group:focus .xl\:group-focus\:mr-80\% {
    margin-right: 80%;
  }

  .group:focus .xl\:group-focus\:mb-80\% {
    margin-bottom: 80%;
  }

  .group:focus .xl\:group-focus\:ml-80\% {
    margin-left: 80%;
  }

  .group:focus .xl\:group-focus\:mt-90\% {
    margin-top: 90%;
  }

  .group:focus .xl\:group-focus\:mr-90\% {
    margin-right: 90%;
  }

  .group:focus .xl\:group-focus\:mb-90\% {
    margin-bottom: 90%;
  }

  .group:focus .xl\:group-focus\:ml-90\% {
    margin-left: 90%;
  }

  .group:focus .xl\:group-focus\:mt-95\% {
    margin-top: 95%;
  }

  .group:focus .xl\:group-focus\:mr-95\% {
    margin-right: 95%;
  }

  .group:focus .xl\:group-focus\:mb-95\% {
    margin-bottom: 95%;
  }

  .group:focus .xl\:group-focus\:ml-95\% {
    margin-left: 95%;
  }

  .group:focus .xl\:group-focus\:mt-96\% {
    margin-top: 96%;
  }

  .group:focus .xl\:group-focus\:mr-96\% {
    margin-right: 96%;
  }

  .group:focus .xl\:group-focus\:mb-96\% {
    margin-bottom: 96%;
  }

  .group:focus .xl\:group-focus\:ml-96\% {
    margin-left: 96%;
  }

  .group:focus .xl\:group-focus\:mt-97\% {
    margin-top: 97%;
  }

  .group:focus .xl\:group-focus\:mr-97\% {
    margin-right: 97%;
  }

  .group:focus .xl\:group-focus\:mb-97\% {
    margin-bottom: 97%;
  }

  .group:focus .xl\:group-focus\:ml-97\% {
    margin-left: 97%;
  }

  .group:focus .xl\:group-focus\:mt-98\% {
    margin-top: 98%;
  }

  .group:focus .xl\:group-focus\:mr-98\% {
    margin-right: 98%;
  }

  .group:focus .xl\:group-focus\:mb-98\% {
    margin-bottom: 98%;
  }

  .group:focus .xl\:group-focus\:ml-98\% {
    margin-left: 98%;
  }

  .group:focus .xl\:group-focus\:mt-99\% {
    margin-top: 99%;
  }

  .group:focus .xl\:group-focus\:mr-99\% {
    margin-right: 99%;
  }

  .group:focus .xl\:group-focus\:mb-99\% {
    margin-bottom: 99%;
  }

  .group:focus .xl\:group-focus\:ml-99\% {
    margin-left: 99%;
  }

  .group:focus .xl\:group-focus\:mt-36vh {
    margin-top: 36vh;
  }

  .group:focus .xl\:group-focus\:mr-36vh {
    margin-right: 36vh;
  }

  .group:focus .xl\:group-focus\:mb-36vh {
    margin-bottom: 36vh;
  }

  .group:focus .xl\:group-focus\:ml-36vh {
    margin-left: 36vh;
  }

  .group:focus .xl\:group-focus\:mt-75vh {
    margin-top: 75vh;
  }

  .group:focus .xl\:group-focus\:mr-75vh {
    margin-right: 75vh;
  }

  .group:focus .xl\:group-focus\:mb-75vh {
    margin-bottom: 75vh;
  }

  .group:focus .xl\:group-focus\:ml-75vh {
    margin-left: 75vh;
  }

  .group:focus .xl\:group-focus\:mt-78vh {
    margin-top: 78vh;
  }

  .group:focus .xl\:group-focus\:mr-78vh {
    margin-right: 78vh;
  }

  .group:focus .xl\:group-focus\:mb-78vh {
    margin-bottom: 78vh;
  }

  .group:focus .xl\:group-focus\:ml-78vh {
    margin-left: 78vh;
  }

  .group:focus .xl\:group-focus\:mt-80vh {
    margin-top: 80vh;
  }

  .group:focus .xl\:group-focus\:mr-80vh {
    margin-right: 80vh;
  }

  .group:focus .xl\:group-focus\:mb-80vh {
    margin-bottom: 80vh;
  }

  .group:focus .xl\:group-focus\:ml-80vh {
    margin-left: 80vh;
  }

  .group:focus .xl\:group-focus\:mt-82vh {
    margin-top: 82vh;
  }

  .group:focus .xl\:group-focus\:mr-82vh {
    margin-right: 82vh;
  }

  .group:focus .xl\:group-focus\:mb-82vh {
    margin-bottom: 82vh;
  }

  .group:focus .xl\:group-focus\:ml-82vh {
    margin-left: 82vh;
  }

  .group:focus .xl\:group-focus\:-mt-1 {
    margin-top: -0.25rem;
  }

  .group:focus .xl\:group-focus\:-mr-1 {
    margin-right: -0.25rem;
  }

  .group:focus .xl\:group-focus\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .group:focus .xl\:group-focus\:-ml-1 {
    margin-left: -0.25rem;
  }

  .group:focus .xl\:group-focus\:-mt-2 {
    margin-top: -0.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-2 {
    margin-right: -0.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-2 {
    margin-left: -0.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-3 {
    margin-top: -0.75rem;
  }

  .group:focus .xl\:group-focus\:-mr-3 {
    margin-right: -0.75rem;
  }

  .group:focus .xl\:group-focus\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .group:focus .xl\:group-focus\:-ml-3 {
    margin-left: -0.75rem;
  }

  .group:focus .xl\:group-focus\:-mt-4 {
    margin-top: -1rem;
  }

  .group:focus .xl\:group-focus\:-mr-4 {
    margin-right: -1rem;
  }

  .group:focus .xl\:group-focus\:-mb-4 {
    margin-bottom: -1rem;
  }

  .group:focus .xl\:group-focus\:-ml-4 {
    margin-left: -1rem;
  }

  .group:focus .xl\:group-focus\:-mt-5 {
    margin-top: -1.25rem;
  }

  .group:focus .xl\:group-focus\:-mr-5 {
    margin-right: -1.25rem;
  }

  .group:focus .xl\:group-focus\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .group:focus .xl\:group-focus\:-ml-5 {
    margin-left: -1.25rem;
  }

  .group:focus .xl\:group-focus\:-mt-6 {
    margin-top: -1.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-6 {
    margin-right: -1.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-6 {
    margin-left: -1.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-7 {
    margin-top: -1.75rem;
  }

  .group:focus .xl\:group-focus\:-mr-7 {
    margin-right: -1.75rem;
  }

  .group:focus .xl\:group-focus\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .group:focus .xl\:group-focus\:-ml-7 {
    margin-left: -1.75rem;
  }

  .group:focus .xl\:group-focus\:-mt-8 {
    margin-top: -2rem;
  }

  .group:focus .xl\:group-focus\:-mr-8 {
    margin-right: -2rem;
  }

  .group:focus .xl\:group-focus\:-mb-8 {
    margin-bottom: -2rem;
  }

  .group:focus .xl\:group-focus\:-ml-8 {
    margin-left: -2rem;
  }

  .group:focus .xl\:group-focus\:-mt-9 {
    margin-top: -2.25rem;
  }

  .group:focus .xl\:group-focus\:-mr-9 {
    margin-right: -2.25rem;
  }

  .group:focus .xl\:group-focus\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .group:focus .xl\:group-focus\:-ml-9 {
    margin-left: -2.25rem;
  }

  .group:focus .xl\:group-focus\:-mt-10 {
    margin-top: -2.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-10 {
    margin-right: -2.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-10 {
    margin-left: -2.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-12 {
    margin-top: -3rem;
  }

  .group:focus .xl\:group-focus\:-mr-12 {
    margin-right: -3rem;
  }

  .group:focus .xl\:group-focus\:-mb-12 {
    margin-bottom: -3rem;
  }

  .group:focus .xl\:group-focus\:-ml-12 {
    margin-left: -3rem;
  }

  .group:focus .xl\:group-focus\:-mt-14 {
    margin-top: -3.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-14 {
    margin-right: -3.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-14 {
    margin-left: -3.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-15 {
    margin-top: -3.75rem;
  }

  .group:focus .xl\:group-focus\:-mr-15 {
    margin-right: -3.75rem;
  }

  .group:focus .xl\:group-focus\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .group:focus .xl\:group-focus\:-ml-15 {
    margin-left: -3.75rem;
  }

  .group:focus .xl\:group-focus\:-mt-16 {
    margin-top: -4rem;
  }

  .group:focus .xl\:group-focus\:-mr-16 {
    margin-right: -4rem;
  }

  .group:focus .xl\:group-focus\:-mb-16 {
    margin-bottom: -4rem;
  }

  .group:focus .xl\:group-focus\:-ml-16 {
    margin-left: -4rem;
  }

  .group:focus .xl\:group-focus\:-mt-18 {
    margin-top: -4.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-18 {
    margin-right: -4.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-18 {
    margin-left: -4.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-20 {
    margin-top: -5rem;
  }

  .group:focus .xl\:group-focus\:-mr-20 {
    margin-right: -5rem;
  }

  .group:focus .xl\:group-focus\:-mb-20 {
    margin-bottom: -5rem;
  }

  .group:focus .xl\:group-focus\:-ml-20 {
    margin-left: -5rem;
  }

  .group:focus .xl\:group-focus\:-mt-21 {
    margin-top: -5.25rem;
  }

  .group:focus .xl\:group-focus\:-mr-21 {
    margin-right: -5.25rem;
  }

  .group:focus .xl\:group-focus\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .group:focus .xl\:group-focus\:-ml-21 {
    margin-left: -5.25rem;
  }

  .group:focus .xl\:group-focus\:-mt-22 {
    margin-top: -5.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-22 {
    margin-right: -5.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-22 {
    margin-left: -5.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-24 {
    margin-top: -6rem;
  }

  .group:focus .xl\:group-focus\:-mr-24 {
    margin-right: -6rem;
  }

  .group:focus .xl\:group-focus\:-mb-24 {
    margin-bottom: -6rem;
  }

  .group:focus .xl\:group-focus\:-ml-24 {
    margin-left: -6rem;
  }

  .group:focus .xl\:group-focus\:-mt-26 {
    margin-top: -6.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-26 {
    margin-right: -6.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-26 {
    margin-left: -6.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-28 {
    margin-top: -7rem;
  }

  .group:focus .xl\:group-focus\:-mr-28 {
    margin-right: -7rem;
  }

  .group:focus .xl\:group-focus\:-mb-28 {
    margin-bottom: -7rem;
  }

  .group:focus .xl\:group-focus\:-ml-28 {
    margin-left: -7rem;
  }

  .group:focus .xl\:group-focus\:-mt-30 {
    margin-top: -7.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-30 {
    margin-right: -7.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-30 {
    margin-bottom: -7.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-30 {
    margin-left: -7.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-32 {
    margin-top: -8rem;
  }

  .group:focus .xl\:group-focus\:-mr-32 {
    margin-right: -8rem;
  }

  .group:focus .xl\:group-focus\:-mb-32 {
    margin-bottom: -8rem;
  }

  .group:focus .xl\:group-focus\:-ml-32 {
    margin-left: -8rem;
  }

  .group:focus .xl\:group-focus\:-mt-34 {
    margin-top: -8.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-34 {
    margin-right: -8.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-34 {
    margin-left: -8.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-36 {
    margin-top: -9rem;
  }

  .group:focus .xl\:group-focus\:-mr-36 {
    margin-right: -9rem;
  }

  .group:focus .xl\:group-focus\:-mb-36 {
    margin-bottom: -9rem;
  }

  .group:focus .xl\:group-focus\:-ml-36 {
    margin-left: -9rem;
  }

  .group:focus .xl\:group-focus\:-mt-38 {
    margin-top: -9.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-38 {
    margin-right: -9.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-38 {
    margin-bottom: -9.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-38 {
    margin-left: -9.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-40 {
    margin-top: -10rem;
  }

  .group:focus .xl\:group-focus\:-mr-40 {
    margin-right: -10rem;
  }

  .group:focus .xl\:group-focus\:-mb-40 {
    margin-bottom: -10rem;
  }

  .group:focus .xl\:group-focus\:-ml-40 {
    margin-left: -10rem;
  }

  .group:focus .xl\:group-focus\:-mt-44 {
    margin-top: -11rem;
  }

  .group:focus .xl\:group-focus\:-mr-44 {
    margin-right: -11rem;
  }

  .group:focus .xl\:group-focus\:-mb-44 {
    margin-bottom: -11rem;
  }

  .group:focus .xl\:group-focus\:-ml-44 {
    margin-left: -11rem;
  }

  .group:focus .xl\:group-focus\:-mt-48 {
    margin-top: -12rem;
  }

  .group:focus .xl\:group-focus\:-mr-48 {
    margin-right: -12rem;
  }

  .group:focus .xl\:group-focus\:-mb-48 {
    margin-bottom: -12rem;
  }

  .group:focus .xl\:group-focus\:-ml-48 {
    margin-left: -12rem;
  }

  .group:focus .xl\:group-focus\:-mt-52 {
    margin-top: -13rem;
  }

  .group:focus .xl\:group-focus\:-mr-52 {
    margin-right: -13rem;
  }

  .group:focus .xl\:group-focus\:-mb-52 {
    margin-bottom: -13rem;
  }

  .group:focus .xl\:group-focus\:-ml-52 {
    margin-left: -13rem;
  }

  .group:focus .xl\:group-focus\:-mt-53 {
    margin-top: -13.25rem;
  }

  .group:focus .xl\:group-focus\:-mr-53 {
    margin-right: -13.25rem;
  }

  .group:focus .xl\:group-focus\:-mb-53 {
    margin-bottom: -13.25rem;
  }

  .group:focus .xl\:group-focus\:-ml-53 {
    margin-left: -13.25rem;
  }

  .group:focus .xl\:group-focus\:-mt-54 {
    margin-top: -13.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-54 {
    margin-right: -13.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-54 {
    margin-bottom: -13.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-54 {
    margin-left: -13.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-56 {
    margin-top: -14rem;
  }

  .group:focus .xl\:group-focus\:-mr-56 {
    margin-right: -14rem;
  }

  .group:focus .xl\:group-focus\:-mb-56 {
    margin-bottom: -14rem;
  }

  .group:focus .xl\:group-focus\:-ml-56 {
    margin-left: -14rem;
  }

  .group:focus .xl\:group-focus\:-mt-64 {
    margin-top: -16rem;
  }

  .group:focus .xl\:group-focus\:-mr-64 {
    margin-right: -16rem;
  }

  .group:focus .xl\:group-focus\:-mb-64 {
    margin-bottom: -16rem;
  }

  .group:focus .xl\:group-focus\:-ml-64 {
    margin-left: -16rem;
  }

  .group:focus .xl\:group-focus\:-mt-72 {
    margin-top: -18rem;
  }

  .group:focus .xl\:group-focus\:-mr-72 {
    margin-right: -18rem;
  }

  .group:focus .xl\:group-focus\:-mb-72 {
    margin-bottom: -18rem;
  }

  .group:focus .xl\:group-focus\:-ml-72 {
    margin-left: -18rem;
  }

  .group:focus .xl\:group-focus\:-mt-74 {
    margin-top: -18.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-74 {
    margin-right: -18.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-74 {
    margin-bottom: -18.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-74 {
    margin-left: -18.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-76 {
    margin-top: -19rem;
  }

  .group:focus .xl\:group-focus\:-mr-76 {
    margin-right: -19rem;
  }

  .group:focus .xl\:group-focus\:-mb-76 {
    margin-bottom: -19rem;
  }

  .group:focus .xl\:group-focus\:-ml-76 {
    margin-left: -19rem;
  }

  .group:focus .xl\:group-focus\:-mt-80 {
    margin-top: -20rem;
  }

  .group:focus .xl\:group-focus\:-mr-80 {
    margin-right: -20rem;
  }

  .group:focus .xl\:group-focus\:-mb-80 {
    margin-bottom: -20rem;
  }

  .group:focus .xl\:group-focus\:-ml-80 {
    margin-left: -20rem;
  }

  .group:focus .xl\:group-focus\:-mt-85 {
    margin-top: -21.25rem;
  }

  .group:focus .xl\:group-focus\:-mr-85 {
    margin-right: -21.25rem;
  }

  .group:focus .xl\:group-focus\:-mb-85 {
    margin-bottom: -21.25rem;
  }

  .group:focus .xl\:group-focus\:-ml-85 {
    margin-left: -21.25rem;
  }

  .group:focus .xl\:group-focus\:-mt-100 {
    margin-top: -25rem;
  }

  .group:focus .xl\:group-focus\:-mr-100 {
    margin-right: -25rem;
  }

  .group:focus .xl\:group-focus\:-mb-100 {
    margin-bottom: -25rem;
  }

  .group:focus .xl\:group-focus\:-ml-100 {
    margin-left: -25rem;
  }

  .group:focus .xl\:group-focus\:-mt-105 {
    margin-top: -26.25rem;
  }

  .group:focus .xl\:group-focus\:-mr-105 {
    margin-right: -26.25rem;
  }

  .group:focus .xl\:group-focus\:-mb-105 {
    margin-bottom: -26.25rem;
  }

  .group:focus .xl\:group-focus\:-ml-105 {
    margin-left: -26.25rem;
  }

  .group:focus .xl\:group-focus\:-mt-107 {
    margin-top: -26.4rem;
  }

  .group:focus .xl\:group-focus\:-mr-107 {
    margin-right: -26.4rem;
  }

  .group:focus .xl\:group-focus\:-mb-107 {
    margin-bottom: -26.4rem;
  }

  .group:focus .xl\:group-focus\:-ml-107 {
    margin-left: -26.4rem;
  }

  .group:focus .xl\:group-focus\:-mt-110 {
    margin-top: -27.5rem;
  }

  .group:focus .xl\:group-focus\:-mr-110 {
    margin-right: -27.5rem;
  }

  .group:focus .xl\:group-focus\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .group:focus .xl\:group-focus\:-ml-110 {
    margin-left: -27.5rem;
  }

  .group:focus .xl\:group-focus\:-mt-120 {
    margin-top: -30rem;
  }

  .group:focus .xl\:group-focus\:-mr-120 {
    margin-right: -30rem;
  }

  .group:focus .xl\:group-focus\:-mb-120 {
    margin-bottom: -30rem;
  }

  .group:focus .xl\:group-focus\:-ml-120 {
    margin-left: -30rem;
  }

  .group:focus .xl\:group-focus\:-mt-130 {
    margin-top: -38rem;
  }

  .group:focus .xl\:group-focus\:-mr-130 {
    margin-right: -38rem;
  }

  .group:focus .xl\:group-focus\:-mb-130 {
    margin-bottom: -38rem;
  }

  .group:focus .xl\:group-focus\:-ml-130 {
    margin-left: -38rem;
  }

  .group:focus .xl\:group-focus\:-mt-px {
    margin-top: -1px;
  }

  .group:focus .xl\:group-focus\:-mr-px {
    margin-right: -1px;
  }

  .group:focus .xl\:group-focus\:-mb-px {
    margin-bottom: -1px;
  }

  .group:focus .xl\:group-focus\:-ml-px {
    margin-left: -1px;
  }

  .group:focus .xl\:group-focus\:-mt-250px {
    margin-top: -250px;
  }

  .group:focus .xl\:group-focus\:-mr-250px {
    margin-right: -250px;
  }

  .group:focus .xl\:group-focus\:-mb-250px {
    margin-bottom: -250px;
  }

  .group:focus .xl\:group-focus\:-ml-250px {
    margin-left: -250px;
  }

  .group:focus .xl\:group-focus\:-mt-1\/2\% {
    margin-top: -0.5%;
  }

  .group:focus .xl\:group-focus\:-mr-1\/2\% {
    margin-right: -0.5%;
  }

  .group:focus .xl\:group-focus\:-mb-1\/2\% {
    margin-bottom: -0.5%;
  }

  .group:focus .xl\:group-focus\:-ml-1\/2\% {
    margin-left: -0.5%;
  }

  .group:focus .xl\:group-focus\:-mt-1\% {
    margin-top: -1%;
  }

  .group:focus .xl\:group-focus\:-mr-1\% {
    margin-right: -1%;
  }

  .group:focus .xl\:group-focus\:-mb-1\% {
    margin-bottom: -1%;
  }

  .group:focus .xl\:group-focus\:-ml-1\% {
    margin-left: -1%;
  }

  .group:focus .xl\:group-focus\:-mt-2\% {
    margin-top: -2%;
  }

  .group:focus .xl\:group-focus\:-mr-2\% {
    margin-right: -2%;
  }

  .group:focus .xl\:group-focus\:-mb-2\% {
    margin-bottom: -2%;
  }

  .group:focus .xl\:group-focus\:-ml-2\% {
    margin-left: -2%;
  }

  .group:focus .xl\:group-focus\:-mt-3\% {
    margin-top: -3%;
  }

  .group:focus .xl\:group-focus\:-mr-3\% {
    margin-right: -3%;
  }

  .group:focus .xl\:group-focus\:-mb-3\% {
    margin-bottom: -3%;
  }

  .group:focus .xl\:group-focus\:-ml-3\% {
    margin-left: -3%;
  }

  .group:focus .xl\:group-focus\:-mt-4\% {
    margin-top: -4%;
  }

  .group:focus .xl\:group-focus\:-mr-4\% {
    margin-right: -4%;
  }

  .group:focus .xl\:group-focus\:-mb-4\% {
    margin-bottom: -4%;
  }

  .group:focus .xl\:group-focus\:-ml-4\% {
    margin-left: -4%;
  }

  .group:focus .xl\:group-focus\:-mt-5\% {
    margin-top: -5%;
  }

  .group:focus .xl\:group-focus\:-mr-5\% {
    margin-right: -5%;
  }

  .group:focus .xl\:group-focus\:-mb-5\% {
    margin-bottom: -5%;
  }

  .group:focus .xl\:group-focus\:-ml-5\% {
    margin-left: -5%;
  }

  .group:focus .xl\:group-focus\:-mt-10\% {
    margin-top: -10%;
  }

  .group:focus .xl\:group-focus\:-mr-10\% {
    margin-right: -10%;
  }

  .group:focus .xl\:group-focus\:-mb-10\% {
    margin-bottom: -10%;
  }

  .group:focus .xl\:group-focus\:-ml-10\% {
    margin-left: -10%;
  }

  .group:focus .xl\:group-focus\:-mt-20\% {
    margin-top: -20%;
  }

  .group:focus .xl\:group-focus\:-mr-20\% {
    margin-right: -20%;
  }

  .group:focus .xl\:group-focus\:-mb-20\% {
    margin-bottom: -20%;
  }

  .group:focus .xl\:group-focus\:-ml-20\% {
    margin-left: -20%;
  }

  .group:focus .xl\:group-focus\:-mt-23\% {
    margin-top: -23%;
  }

  .group:focus .xl\:group-focus\:-mr-23\% {
    margin-right: -23%;
  }

  .group:focus .xl\:group-focus\:-mb-23\% {
    margin-bottom: -23%;
  }

  .group:focus .xl\:group-focus\:-ml-23\% {
    margin-left: -23%;
  }

  .group:focus .xl\:group-focus\:-mt-25\% {
    margin-top: -25%;
  }

  .group:focus .xl\:group-focus\:-mr-25\% {
    margin-right: -25%;
  }

  .group:focus .xl\:group-focus\:-mb-25\% {
    margin-bottom: -25%;
  }

  .group:focus .xl\:group-focus\:-ml-25\% {
    margin-left: -25%;
  }

  .group:focus .xl\:group-focus\:-mt-26\% {
    margin-top: -26%;
  }

  .group:focus .xl\:group-focus\:-mr-26\% {
    margin-right: -26%;
  }

  .group:focus .xl\:group-focus\:-mb-26\% {
    margin-bottom: -26%;
  }

  .group:focus .xl\:group-focus\:-ml-26\% {
    margin-left: -26%;
  }

  .group:focus .xl\:group-focus\:-mt-30\% {
    margin-top: -30%;
  }

  .group:focus .xl\:group-focus\:-mr-30\% {
    margin-right: -30%;
  }

  .group:focus .xl\:group-focus\:-mb-30\% {
    margin-bottom: -30%;
  }

  .group:focus .xl\:group-focus\:-ml-30\% {
    margin-left: -30%;
  }

  .group:focus .xl\:group-focus\:-mt-40\% {
    margin-top: -40%;
  }

  .group:focus .xl\:group-focus\:-mr-40\% {
    margin-right: -40%;
  }

  .group:focus .xl\:group-focus\:-mb-40\% {
    margin-bottom: -40%;
  }

  .group:focus .xl\:group-focus\:-ml-40\% {
    margin-left: -40%;
  }

  .group:focus .xl\:group-focus\:-mt-50\% {
    margin-top: -50%;
  }

  .group:focus .xl\:group-focus\:-mr-50\% {
    margin-right: -50%;
  }

  .group:focus .xl\:group-focus\:-mb-50\% {
    margin-bottom: -50%;
  }

  .group:focus .xl\:group-focus\:-ml-50\% {
    margin-left: -50%;
  }

  .group:focus .xl\:group-focus\:-mt-60\% {
    margin-top: -60%;
  }

  .group:focus .xl\:group-focus\:-mr-60\% {
    margin-right: -60%;
  }

  .group:focus .xl\:group-focus\:-mb-60\% {
    margin-bottom: -60%;
  }

  .group:focus .xl\:group-focus\:-ml-60\% {
    margin-left: -60%;
  }

  .group:focus .xl\:group-focus\:-mt-70\% {
    margin-top: -70%;
  }

  .group:focus .xl\:group-focus\:-mr-70\% {
    margin-right: -70%;
  }

  .group:focus .xl\:group-focus\:-mb-70\% {
    margin-bottom: -70%;
  }

  .group:focus .xl\:group-focus\:-ml-70\% {
    margin-left: -70%;
  }

  .group:focus .xl\:group-focus\:-mt-80\% {
    margin-top: -80%;
  }

  .group:focus .xl\:group-focus\:-mr-80\% {
    margin-right: -80%;
  }

  .group:focus .xl\:group-focus\:-mb-80\% {
    margin-bottom: -80%;
  }

  .group:focus .xl\:group-focus\:-ml-80\% {
    margin-left: -80%;
  }

  .group:focus .xl\:group-focus\:-mt-90\% {
    margin-top: -90%;
  }

  .group:focus .xl\:group-focus\:-mr-90\% {
    margin-right: -90%;
  }

  .group:focus .xl\:group-focus\:-mb-90\% {
    margin-bottom: -90%;
  }

  .group:focus .xl\:group-focus\:-ml-90\% {
    margin-left: -90%;
  }

  .group:focus .xl\:group-focus\:-mt-95\% {
    margin-top: -95%;
  }

  .group:focus .xl\:group-focus\:-mr-95\% {
    margin-right: -95%;
  }

  .group:focus .xl\:group-focus\:-mb-95\% {
    margin-bottom: -95%;
  }

  .group:focus .xl\:group-focus\:-ml-95\% {
    margin-left: -95%;
  }

  .group:focus .xl\:group-focus\:-mt-96\% {
    margin-top: -96%;
  }

  .group:focus .xl\:group-focus\:-mr-96\% {
    margin-right: -96%;
  }

  .group:focus .xl\:group-focus\:-mb-96\% {
    margin-bottom: -96%;
  }

  .group:focus .xl\:group-focus\:-ml-96\% {
    margin-left: -96%;
  }

  .group:focus .xl\:group-focus\:-mt-97\% {
    margin-top: -97%;
  }

  .group:focus .xl\:group-focus\:-mr-97\% {
    margin-right: -97%;
  }

  .group:focus .xl\:group-focus\:-mb-97\% {
    margin-bottom: -97%;
  }

  .group:focus .xl\:group-focus\:-ml-97\% {
    margin-left: -97%;
  }

  .group:focus .xl\:group-focus\:-mt-98\% {
    margin-top: -98%;
  }

  .group:focus .xl\:group-focus\:-mr-98\% {
    margin-right: -98%;
  }

  .group:focus .xl\:group-focus\:-mb-98\% {
    margin-bottom: -98%;
  }

  .group:focus .xl\:group-focus\:-ml-98\% {
    margin-left: -98%;
  }

  .group:focus .xl\:group-focus\:-mt-99\% {
    margin-top: -99%;
  }

  .group:focus .xl\:group-focus\:-mr-99\% {
    margin-right: -99%;
  }

  .group:focus .xl\:group-focus\:-mb-99\% {
    margin-bottom: -99%;
  }

  .group:focus .xl\:group-focus\:-ml-99\% {
    margin-left: -99%;
  }

  .group:focus .xl\:group-focus\:-mt-36vh {
    margin-top: -36vh;
  }

  .group:focus .xl\:group-focus\:-mr-36vh {
    margin-right: -36vh;
  }

  .group:focus .xl\:group-focus\:-mb-36vh {
    margin-bottom: -36vh;
  }

  .group:focus .xl\:group-focus\:-ml-36vh {
    margin-left: -36vh;
  }

  .group:focus .xl\:group-focus\:-mt-75vh {
    margin-top: -75vh;
  }

  .group:focus .xl\:group-focus\:-mr-75vh {
    margin-right: -75vh;
  }

  .group:focus .xl\:group-focus\:-mb-75vh {
    margin-bottom: -75vh;
  }

  .group:focus .xl\:group-focus\:-ml-75vh {
    margin-left: -75vh;
  }

  .group:focus .xl\:group-focus\:-mt-78vh {
    margin-top: -78vh;
  }

  .group:focus .xl\:group-focus\:-mr-78vh {
    margin-right: -78vh;
  }

  .group:focus .xl\:group-focus\:-mb-78vh {
    margin-bottom: -78vh;
  }

  .group:focus .xl\:group-focus\:-ml-78vh {
    margin-left: -78vh;
  }

  .group:focus .xl\:group-focus\:-mt-80vh {
    margin-top: -80vh;
  }

  .group:focus .xl\:group-focus\:-mr-80vh {
    margin-right: -80vh;
  }

  .group:focus .xl\:group-focus\:-mb-80vh {
    margin-bottom: -80vh;
  }

  .group:focus .xl\:group-focus\:-ml-80vh {
    margin-left: -80vh;
  }

  .group:focus .xl\:group-focus\:-mt-82vh {
    margin-top: -82vh;
  }

  .group:focus .xl\:group-focus\:-mr-82vh {
    margin-right: -82vh;
  }

  .group:focus .xl\:group-focus\:-mb-82vh {
    margin-bottom: -82vh;
  }

  .group:focus .xl\:group-focus\:-ml-82vh {
    margin-left: -82vh;
  }

  .xl\:max-h-0 {
    max-height: 0;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .xl\:max-h-4 {
    max-height: 1rem;
  }

  .xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .xl\:max-h-8 {
    max-height: 2rem;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .xl\:max-h-12 {
    max-height: 3rem;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .xl\:max-h-15 {
    max-height: 3.75rem;
  }

  .xl\:max-h-16 {
    max-height: 4rem;
  }

  .xl\:max-h-18 {
    max-height: 4.5rem;
  }

  .xl\:max-h-20 {
    max-height: 5rem;
  }

  .xl\:max-h-21 {
    max-height: 5.25rem;
  }

  .xl\:max-h-22 {
    max-height: 5.5rem;
  }

  .xl\:max-h-24 {
    max-height: 6rem;
  }

  .xl\:max-h-26 {
    max-height: 6.5rem;
  }

  .xl\:max-h-28 {
    max-height: 7rem;
  }

  .xl\:max-h-30 {
    max-height: 7.5rem;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-34 {
    max-height: 8.5rem;
  }

  .xl\:max-h-36 {
    max-height: 9rem;
  }

  .xl\:max-h-38 {
    max-height: 9.5rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-h-44 {
    max-height: 11rem;
  }

  .xl\:max-h-48 {
    max-height: 12rem;
  }

  .xl\:max-h-52 {
    max-height: 13rem;
  }

  .xl\:max-h-53 {
    max-height: 13.25rem;
  }

  .xl\:max-h-54 {
    max-height: 13.5rem;
  }

  .xl\:max-h-56 {
    max-height: 14rem;
  }

  .xl\:max-h-64 {
    max-height: 16rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-74 {
    max-height: 18.5rem;
  }

  .xl\:max-h-76 {
    max-height: 19rem;
  }

  .xl\:max-h-80 {
    max-height: 20rem;
  }

  .xl\:max-h-85 {
    max-height: 21.25rem;
  }

  .xl\:max-h-100 {
    max-height: 25rem;
  }

  .xl\:max-h-105 {
    max-height: 26.25rem;
  }

  .xl\:max-h-107 {
    max-height: 26.4rem;
  }

  .xl\:max-h-110 {
    max-height: 27.5rem;
  }

  .xl\:max-h-120 {
    max-height: 30rem;
  }

  .xl\:max-h-130 {
    max-height: 38rem;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:max-h-250px {
    max-height: 250px;
  }

  .xl\:max-h-1\/2\% {
    max-height: 0.5%;
  }

  .xl\:max-h-1\% {
    max-height: 1%;
  }

  .xl\:max-h-2\% {
    max-height: 2%;
  }

  .xl\:max-h-3\% {
    max-height: 3%;
  }

  .xl\:max-h-4\% {
    max-height: 4%;
  }

  .xl\:max-h-5\% {
    max-height: 5%;
  }

  .xl\:max-h-10\% {
    max-height: 10%;
  }

  .xl\:max-h-20\% {
    max-height: 20%;
  }

  .xl\:max-h-23\% {
    max-height: 23%;
  }

  .xl\:max-h-25\% {
    max-height: 25%;
  }

  .xl\:max-h-26\% {
    max-height: 26%;
  }

  .xl\:max-h-30\% {
    max-height: 30%;
  }

  .xl\:max-h-40\% {
    max-height: 40%;
  }

  .xl\:max-h-50\% {
    max-height: 50%;
  }

  .xl\:max-h-60\% {
    max-height: 60%;
  }

  .xl\:max-h-70\% {
    max-height: 70%;
  }

  .xl\:max-h-80\% {
    max-height: 80%;
  }

  .xl\:max-h-90\% {
    max-height: 90%;
  }

  .xl\:max-h-95\% {
    max-height: 95%;
  }

  .xl\:max-h-96\% {
    max-height: 96%;
  }

  .xl\:max-h-97\% {
    max-height: 97%;
  }

  .xl\:max-h-98\% {
    max-height: 98%;
  }

  .xl\:max-h-99\% {
    max-height: 99%;
  }

  .xl\:max-h-36vh {
    max-height: 36vh;
  }

  .xl\:max-h-75vh {
    max-height: 75vh;
  }

  .xl\:max-h-78vh {
    max-height: 78vh;
  }

  .xl\:max-h-80vh {
    max-height: 80vh;
  }

  .xl\:max-h-82vh {
    max-height: 82vh;
  }

  .xl\:max-w-0 {
    max-width: 0;
  }

  .xl\:max-w-1 {
    max-width: 0.25rem;
  }

  .xl\:max-w-2 {
    max-width: 0.5rem;
  }

  .xl\:max-w-3 {
    max-width: 0.75rem;
  }

  .xl\:max-w-4 {
    max-width: 1rem;
  }

  .xl\:max-w-5 {
    max-width: 1.25rem;
  }

  .xl\:max-w-6 {
    max-width: 1.5rem;
  }

  .xl\:max-w-7 {
    max-width: 1.75rem;
  }

  .xl\:max-w-8 {
    max-width: 2rem;
  }

  .xl\:max-w-9 {
    max-width: 2.25rem;
  }

  .xl\:max-w-10 {
    max-width: 2.5rem;
  }

  .xl\:max-w-12 {
    max-width: 3rem;
  }

  .xl\:max-w-14 {
    max-width: 3.5rem;
  }

  .xl\:max-w-15 {
    max-width: 3.75rem;
  }

  .xl\:max-w-16 {
    max-width: 4rem;
  }

  .xl\:max-w-18 {
    max-width: 4.5rem;
  }

  .xl\:max-w-20 {
    max-width: 5rem;
  }

  .xl\:max-w-21 {
    max-width: 5.25rem;
  }

  .xl\:max-w-22 {
    max-width: 5.5rem;
  }

  .xl\:max-w-24 {
    max-width: 6rem;
  }

  .xl\:max-w-26 {
    max-width: 6.5rem;
  }

  .xl\:max-w-28 {
    max-width: 7rem;
  }

  .xl\:max-w-30 {
    max-width: 7.5rem;
  }

  .xl\:max-w-32 {
    max-width: 8rem;
  }

  .xl\:max-w-34 {
    max-width: 8.5rem;
  }

  .xl\:max-w-36 {
    max-width: 9rem;
  }

  .xl\:max-w-38 {
    max-width: 9.5rem;
  }

  .xl\:max-w-40 {
    max-width: 10rem;
  }

  .xl\:max-w-44 {
    max-width: 11rem;
  }

  .xl\:max-w-48 {
    max-width: 12rem;
  }

  .xl\:max-w-52 {
    max-width: 13rem;
  }

  .xl\:max-w-53 {
    max-width: 13.25rem;
  }

  .xl\:max-w-54 {
    max-width: 13.5rem;
  }

  .xl\:max-w-56 {
    max-width: 14rem;
  }

  .xl\:max-w-64 {
    max-width: 16rem;
  }

  .xl\:max-w-72 {
    max-width: 18rem;
  }

  .xl\:max-w-74 {
    max-width: 18.5rem;
  }

  .xl\:max-w-76 {
    max-width: 19rem;
  }

  .xl\:max-w-80 {
    max-width: 20rem;
  }

  .xl\:max-w-85 {
    max-width: 21.25rem;
  }

  .xl\:max-w-100 {
    max-width: 25rem;
  }

  .xl\:max-w-105 {
    max-width: 26.25rem;
  }

  .xl\:max-w-107 {
    max-width: 26.4rem;
  }

  .xl\:max-w-110 {
    max-width: 27.5rem;
  }

  .xl\:max-w-120 {
    max-width: 30rem;
  }

  .xl\:max-w-130 {
    max-width: 38rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-screen {
    max-width: 100vh;
  }

  .xl\:max-w-px {
    max-width: 1px;
  }

  .xl\:max-w-250px {
    max-width: 250px;
  }

  .xl\:max-w-1\/2\% {
    max-width: 0.5%;
  }

  .xl\:max-w-1\% {
    max-width: 1%;
  }

  .xl\:max-w-2\% {
    max-width: 2%;
  }

  .xl\:max-w-3\% {
    max-width: 3%;
  }

  .xl\:max-w-4\% {
    max-width: 4%;
  }

  .xl\:max-w-5\% {
    max-width: 5%;
  }

  .xl\:max-w-10\% {
    max-width: 10%;
  }

  .xl\:max-w-20\% {
    max-width: 20%;
  }

  .xl\:max-w-23\% {
    max-width: 23%;
  }

  .xl\:max-w-25\% {
    max-width: 25%;
  }

  .xl\:max-w-26\% {
    max-width: 26%;
  }

  .xl\:max-w-30\% {
    max-width: 30%;
  }

  .xl\:max-w-40\% {
    max-width: 40%;
  }

  .xl\:max-w-50\% {
    max-width: 50%;
  }

  .xl\:max-w-60\% {
    max-width: 60%;
  }

  .xl\:max-w-70\% {
    max-width: 70%;
  }

  .xl\:max-w-80\% {
    max-width: 80%;
  }

  .xl\:max-w-90\% {
    max-width: 90%;
  }

  .xl\:max-w-95\% {
    max-width: 95%;
  }

  .xl\:max-w-96\% {
    max-width: 96%;
  }

  .xl\:max-w-97\% {
    max-width: 97%;
  }

  .xl\:max-w-98\% {
    max-width: 98%;
  }

  .xl\:max-w-99\% {
    max-width: 99%;
  }

  .xl\:max-w-36vh {
    max-width: 36vh;
  }

  .xl\:max-w-75vh {
    max-width: 75vh;
  }

  .xl\:max-w-78vh {
    max-width: 78vh;
  }

  .xl\:max-w-80vh {
    max-width: 80vh;
  }

  .xl\:max-w-82vh {
    max-width: 82vh;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-1 {
    min-height: 0.25rem;
  }

  .xl\:min-h-2 {
    min-height: 0.5rem;
  }

  .xl\:min-h-3 {
    min-height: 0.75rem;
  }

  .xl\:min-h-4 {
    min-height: 1rem;
  }

  .xl\:min-h-5 {
    min-height: 1.25rem;
  }

  .xl\:min-h-6 {
    min-height: 1.5rem;
  }

  .xl\:min-h-7 {
    min-height: 1.75rem;
  }

  .xl\:min-h-8 {
    min-height: 2rem;
  }

  .xl\:min-h-9 {
    min-height: 2.25rem;
  }

  .xl\:min-h-10 {
    min-height: 2.5rem;
  }

  .xl\:min-h-12 {
    min-height: 3rem;
  }

  .xl\:min-h-14 {
    min-height: 3.5rem;
  }

  .xl\:min-h-15 {
    min-height: 3.75rem;
  }

  .xl\:min-h-16 {
    min-height: 4rem;
  }

  .xl\:min-h-18 {
    min-height: 4.5rem;
  }

  .xl\:min-h-20 {
    min-height: 5rem;
  }

  .xl\:min-h-21 {
    min-height: 5.25rem;
  }

  .xl\:min-h-22 {
    min-height: 5.5rem;
  }

  .xl\:min-h-24 {
    min-height: 6rem;
  }

  .xl\:min-h-26 {
    min-height: 6.5rem;
  }

  .xl\:min-h-28 {
    min-height: 7rem;
  }

  .xl\:min-h-30 {
    min-height: 7.5rem;
  }

  .xl\:min-h-32 {
    min-height: 8rem;
  }

  .xl\:min-h-34 {
    min-height: 8.5rem;
  }

  .xl\:min-h-36 {
    min-height: 9rem;
  }

  .xl\:min-h-38 {
    min-height: 9.5rem;
  }

  .xl\:min-h-40 {
    min-height: 10rem;
  }

  .xl\:min-h-44 {
    min-height: 11rem;
  }

  .xl\:min-h-48 {
    min-height: 12rem;
  }

  .xl\:min-h-52 {
    min-height: 13rem;
  }

  .xl\:min-h-53 {
    min-height: 13.25rem;
  }

  .xl\:min-h-54 {
    min-height: 13.5rem;
  }

  .xl\:min-h-56 {
    min-height: 14rem;
  }

  .xl\:min-h-64 {
    min-height: 16rem;
  }

  .xl\:min-h-72 {
    min-height: 18rem;
  }

  .xl\:min-h-74 {
    min-height: 18.5rem;
  }

  .xl\:min-h-76 {
    min-height: 19rem;
  }

  .xl\:min-h-80 {
    min-height: 20rem;
  }

  .xl\:min-h-85 {
    min-height: 21.25rem;
  }

  .xl\:min-h-100 {
    min-height: 25rem;
  }

  .xl\:min-h-105 {
    min-height: 26.25rem;
  }

  .xl\:min-h-107 {
    min-height: 26.4rem;
  }

  .xl\:min-h-110 {
    min-height: 27.5rem;
  }

  .xl\:min-h-120 {
    min-height: 30rem;
  }

  .xl\:min-h-130 {
    min-height: 38rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-h-px {
    min-height: 1px;
  }

  .xl\:min-h-250px {
    min-height: 250px;
  }

  .xl\:min-h-1\/2\% {
    min-height: 0.5%;
  }

  .xl\:min-h-1\% {
    min-height: 1%;
  }

  .xl\:min-h-2\% {
    min-height: 2%;
  }

  .xl\:min-h-3\% {
    min-height: 3%;
  }

  .xl\:min-h-4\% {
    min-height: 4%;
  }

  .xl\:min-h-5\% {
    min-height: 5%;
  }

  .xl\:min-h-10\% {
    min-height: 10%;
  }

  .xl\:min-h-20\% {
    min-height: 20%;
  }

  .xl\:min-h-23\% {
    min-height: 23%;
  }

  .xl\:min-h-25\% {
    min-height: 25%;
  }

  .xl\:min-h-26\% {
    min-height: 26%;
  }

  .xl\:min-h-30\% {
    min-height: 30%;
  }

  .xl\:min-h-40\% {
    min-height: 40%;
  }

  .xl\:min-h-50\% {
    min-height: 50%;
  }

  .xl\:min-h-60\% {
    min-height: 60%;
  }

  .xl\:min-h-70\% {
    min-height: 70%;
  }

  .xl\:min-h-80\% {
    min-height: 80%;
  }

  .xl\:min-h-90\% {
    min-height: 90%;
  }

  .xl\:min-h-95\% {
    min-height: 95%;
  }

  .xl\:min-h-96\% {
    min-height: 96%;
  }

  .xl\:min-h-97\% {
    min-height: 97%;
  }

  .xl\:min-h-98\% {
    min-height: 98%;
  }

  .xl\:min-h-99\% {
    min-height: 99%;
  }

  .xl\:min-h-36vh {
    min-height: 36vh;
  }

  .xl\:min-h-75vh {
    min-height: 75vh;
  }

  .xl\:min-h-78vh {
    min-height: 78vh;
  }

  .xl\:min-h-80vh {
    min-height: 80vh;
  }

  .xl\:min-h-82vh {
    min-height: 82vh;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-1 {
    min-width: 0.25rem;
  }

  .xl\:min-w-2 {
    min-width: 0.5rem;
  }

  .xl\:min-w-3 {
    min-width: 0.75rem;
  }

  .xl\:min-w-4 {
    min-width: 1rem;
  }

  .xl\:min-w-5 {
    min-width: 1.25rem;
  }

  .xl\:min-w-6 {
    min-width: 1.5rem;
  }

  .xl\:min-w-7 {
    min-width: 1.75rem;
  }

  .xl\:min-w-8 {
    min-width: 2rem;
  }

  .xl\:min-w-9 {
    min-width: 2.25rem;
  }

  .xl\:min-w-10 {
    min-width: 2.5rem;
  }

  .xl\:min-w-12 {
    min-width: 3rem;
  }

  .xl\:min-w-14 {
    min-width: 3.5rem;
  }

  .xl\:min-w-15 {
    min-width: 3.75rem;
  }

  .xl\:min-w-16 {
    min-width: 4rem;
  }

  .xl\:min-w-18 {
    min-width: 4.5rem;
  }

  .xl\:min-w-20 {
    min-width: 5rem;
  }

  .xl\:min-w-21 {
    min-width: 5.25rem;
  }

  .xl\:min-w-22 {
    min-width: 5.5rem;
  }

  .xl\:min-w-24 {
    min-width: 6rem;
  }

  .xl\:min-w-26 {
    min-width: 6.5rem;
  }

  .xl\:min-w-28 {
    min-width: 7rem;
  }

  .xl\:min-w-30 {
    min-width: 7.5rem;
  }

  .xl\:min-w-32 {
    min-width: 8rem;
  }

  .xl\:min-w-34 {
    min-width: 8.5rem;
  }

  .xl\:min-w-36 {
    min-width: 9rem;
  }

  .xl\:min-w-38 {
    min-width: 9.5rem;
  }

  .xl\:min-w-40 {
    min-width: 10rem;
  }

  .xl\:min-w-44 {
    min-width: 11rem;
  }

  .xl\:min-w-48 {
    min-width: 12rem;
  }

  .xl\:min-w-52 {
    min-width: 13rem;
  }

  .xl\:min-w-53 {
    min-width: 13.25rem;
  }

  .xl\:min-w-54 {
    min-width: 13.5rem;
  }

  .xl\:min-w-56 {
    min-width: 14rem;
  }

  .xl\:min-w-64 {
    min-width: 16rem;
  }

  .xl\:min-w-72 {
    min-width: 18rem;
  }

  .xl\:min-w-74 {
    min-width: 18.5rem;
  }

  .xl\:min-w-76 {
    min-width: 19rem;
  }

  .xl\:min-w-80 {
    min-width: 20rem;
  }

  .xl\:min-w-85 {
    min-width: 21.25rem;
  }

  .xl\:min-w-100 {
    min-width: 25rem;
  }

  .xl\:min-w-105 {
    min-width: 26.25rem;
  }

  .xl\:min-w-107 {
    min-width: 26.4rem;
  }

  .xl\:min-w-110 {
    min-width: 27.5rem;
  }

  .xl\:min-w-120 {
    min-width: 30rem;
  }

  .xl\:min-w-130 {
    min-width: 38rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:min-w-screen {
    min-width: 100vh;
  }

  .xl\:min-w-px {
    min-width: 1px;
  }

  .xl\:min-w-250px {
    min-width: 250px;
  }

  .xl\:min-w-1\/2\% {
    min-width: 0.5%;
  }

  .xl\:min-w-1\% {
    min-width: 1%;
  }

  .xl\:min-w-2\% {
    min-width: 2%;
  }

  .xl\:min-w-3\% {
    min-width: 3%;
  }

  .xl\:min-w-4\% {
    min-width: 4%;
  }

  .xl\:min-w-5\% {
    min-width: 5%;
  }

  .xl\:min-w-10\% {
    min-width: 10%;
  }

  .xl\:min-w-20\% {
    min-width: 20%;
  }

  .xl\:min-w-23\% {
    min-width: 23%;
  }

  .xl\:min-w-25\% {
    min-width: 25%;
  }

  .xl\:min-w-26\% {
    min-width: 26%;
  }

  .xl\:min-w-30\% {
    min-width: 30%;
  }

  .xl\:min-w-40\% {
    min-width: 40%;
  }

  .xl\:min-w-50\% {
    min-width: 50%;
  }

  .xl\:min-w-60\% {
    min-width: 60%;
  }

  .xl\:min-w-70\% {
    min-width: 70%;
  }

  .xl\:min-w-80\% {
    min-width: 80%;
  }

  .xl\:min-w-90\% {
    min-width: 90%;
  }

  .xl\:min-w-95\% {
    min-width: 95%;
  }

  .xl\:min-w-96\% {
    min-width: 96%;
  }

  .xl\:min-w-97\% {
    min-width: 97%;
  }

  .xl\:min-w-98\% {
    min-width: 98%;
  }

  .xl\:min-w-99\% {
    min-width: 99%;
  }

  .xl\:min-w-36vh {
    min-width: 36vh;
  }

  .xl\:min-w-75vh {
    min-width: 75vh;
  }

  .xl\:min-w-78vh {
    min-width: 78vh;
  }

  .xl\:min-w-80vh {
    min-width: 80vh;
  }

  .xl\:min-w-82vh {
    min-width: 82vh;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-5 {
    opacity: 0.05;
  }

  .xl\:opacity-10 {
    opacity: 0.1;
  }

  .xl\:opacity-20 {
    opacity: 0.2;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-30 {
    opacity: 0.3;
  }

  .xl\:opacity-40 {
    opacity: 0.4;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-60 {
    opacity: 0.6;
  }

  .xl\:opacity-70 {
    opacity: 0.7;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-80 {
    opacity: 0.8;
  }

  .xl\:opacity-90 {
    opacity: 0.9;
  }

  .xl\:opacity-95 {
    opacity: 0.95;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .group:focus .xl\:group-focus\:opacity-0 {
    opacity: 0;
  }

  .group:focus .xl\:group-focus\:opacity-5 {
    opacity: 0.05;
  }

  .group:focus .xl\:group-focus\:opacity-10 {
    opacity: 0.1;
  }

  .group:focus .xl\:group-focus\:opacity-20 {
    opacity: 0.2;
  }

  .group:focus .xl\:group-focus\:opacity-25 {
    opacity: 0.25;
  }

  .group:focus .xl\:group-focus\:opacity-30 {
    opacity: 0.3;
  }

  .group:focus .xl\:group-focus\:opacity-40 {
    opacity: 0.4;
  }

  .group:focus .xl\:group-focus\:opacity-50 {
    opacity: 0.5;
  }

  .group:focus .xl\:group-focus\:opacity-60 {
    opacity: 0.6;
  }

  .group:focus .xl\:group-focus\:opacity-70 {
    opacity: 0.7;
  }

  .group:focus .xl\:group-focus\:opacity-75 {
    opacity: 0.75;
  }

  .group:focus .xl\:group-focus\:opacity-80 {
    opacity: 0.8;
  }

  .group:focus .xl\:group-focus\:opacity-90 {
    opacity: 0.9;
  }

  .group:focus .xl\:group-focus\:opacity-95 {
    opacity: 0.95;
  }

  .group:focus .xl\:group-focus\:opacity-100 {
    opacity: 1;
  }

  .xl\:active\:opacity-0:active {
    opacity: 0;
  }

  .xl\:active\:opacity-5:active {
    opacity: 0.05;
  }

  .xl\:active\:opacity-10:active {
    opacity: 0.1;
  }

  .xl\:active\:opacity-20:active {
    opacity: 0.2;
  }

  .xl\:active\:opacity-25:active {
    opacity: 0.25;
  }

  .xl\:active\:opacity-30:active {
    opacity: 0.3;
  }

  .xl\:active\:opacity-40:active {
    opacity: 0.4;
  }

  .xl\:active\:opacity-50:active {
    opacity: 0.5;
  }

  .xl\:active\:opacity-60:active {
    opacity: 0.6;
  }

  .xl\:active\:opacity-70:active {
    opacity: 0.7;
  }

  .xl\:active\:opacity-75:active {
    opacity: 0.75;
  }

  .xl\:active\:opacity-80:active {
    opacity: 0.8;
  }

  .xl\:active\:opacity-90:active {
    opacity: 0.9;
  }

  .xl\:active\:opacity-95:active {
    opacity: 0.95;
  }

  .xl\:active\:opacity-100:active {
    opacity: 1;
  }

  .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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\:overscroll-auto {
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:overscroll-contain {
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:overscroll-none {
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-15 {
    padding: 3.75rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-18 {
    padding: 4.5rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-21 {
    padding: 5.25rem;
  }

  .xl\:p-22 {
    padding: 5.5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-26 {
    padding: 6.5rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-30 {
    padding: 7.5rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-34 {
    padding: 8.5rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-38 {
    padding: 9.5rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-53 {
    padding: 13.25rem;
  }

  .xl\:p-54 {
    padding: 13.5rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-74 {
    padding: 18.5rem;
  }

  .xl\:p-76 {
    padding: 19rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-85 {
    padding: 21.25rem;
  }

  .xl\:p-100 {
    padding: 25rem;
  }

  .xl\:p-105 {
    padding: 26.25rem;
  }

  .xl\:p-107 {
    padding: 26.4rem;
  }

  .xl\:p-110 {
    padding: 27.5rem;
  }

  .xl\:p-120 {
    padding: 30rem;
  }

  .xl\:p-130 {
    padding: 38rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-250px {
    padding: 250px;
  }

  .xl\:p-1\/2\% {
    padding: 0.5%;
  }

  .xl\:p-1\% {
    padding: 1%;
  }

  .xl\:p-2\% {
    padding: 2%;
  }

  .xl\:p-3\% {
    padding: 3%;
  }

  .xl\:p-4\% {
    padding: 4%;
  }

  .xl\:p-5\% {
    padding: 5%;
  }

  .xl\:p-10\% {
    padding: 10%;
  }

  .xl\:p-20\% {
    padding: 20%;
  }

  .xl\:p-23\% {
    padding: 23%;
  }

  .xl\:p-25\% {
    padding: 25%;
  }

  .xl\:p-26\% {
    padding: 26%;
  }

  .xl\:p-30\% {
    padding: 30%;
  }

  .xl\:p-40\% {
    padding: 40%;
  }

  .xl\:p-50\% {
    padding: 50%;
  }

  .xl\:p-60\% {
    padding: 60%;
  }

  .xl\:p-70\% {
    padding: 70%;
  }

  .xl\:p-80\% {
    padding: 80%;
  }

  .xl\:p-90\% {
    padding: 90%;
  }

  .xl\:p-95\% {
    padding: 95%;
  }

  .xl\:p-96\% {
    padding: 96%;
  }

  .xl\:p-97\% {
    padding: 97%;
  }

  .xl\:p-98\% {
    padding: 98%;
  }

  .xl\:p-99\% {
    padding: 99%;
  }

  .xl\:p-36vh {
    padding: 36vh;
  }

  .xl\:p-75vh {
    padding: 75vh;
  }

  .xl\:p-78vh {
    padding: 78vh;
  }

  .xl\:p-80vh {
    padding: 80vh;
  }

  .xl\:p-82vh {
    padding: 82vh;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xl\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xl\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xl\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xl\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xl\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xl\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xl\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xl\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xl\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xl\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xl\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xl\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xl\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xl\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xl\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xl\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xl\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xl\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xl\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xl\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xl\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xl\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xl\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xl\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xl\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xl\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xl\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xl\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xl\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xl\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xl\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xl\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xl\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xl\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xl\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.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-7 {
    padding-top: 1.75rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .xl\:pr-15 {
    padding-right: 3.75rem;
  }

  .xl\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .xl\:pl-15 {
    padding-left: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
  }

  .xl\:pr-18 {
    padding-right: 4.5rem;
  }

  .xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .xl\:pl-18 {
    padding-left: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
  }

  .xl\:pr-21 {
    padding-right: 5.25rem;
  }

  .xl\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .xl\:pl-21 {
    padding-left: 5.25rem;
  }

  .xl\:pt-22 {
    padding-top: 5.5rem;
  }

  .xl\:pr-22 {
    padding-right: 5.5rem;
  }

  .xl\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xl\:pl-22 {
    padding-left: 5.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-26 {
    padding-top: 6.5rem;
  }

  .xl\:pr-26 {
    padding-right: 6.5rem;
  }

  .xl\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .xl\:pl-26 {
    padding-left: 6.5rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pt-30 {
    padding-top: 7.5rem;
  }

  .xl\:pr-30 {
    padding-right: 7.5rem;
  }

  .xl\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .xl\:pl-30 {
    padding-left: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
  }

  .xl\:pr-34 {
    padding-right: 8.5rem;
  }

  .xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .xl\:pl-34 {
    padding-left: 8.5rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pt-38 {
    padding-top: 9.5rem;
  }

  .xl\:pr-38 {
    padding-right: 9.5rem;
  }

  .xl\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .xl\:pl-38 {
    padding-left: 9.5rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pt-53 {
    padding-top: 13.25rem;
  }

  .xl\:pr-53 {
    padding-right: 13.25rem;
  }

  .xl\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .xl\:pl-53 {
    padding-left: 13.25rem;
  }

  .xl\:pt-54 {
    padding-top: 13.5rem;
  }

  .xl\:pr-54 {
    padding-right: 13.5rem;
  }

  .xl\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .xl\:pl-54 {
    padding-left: 13.5rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pt-74 {
    padding-top: 18.5rem;
  }

  .xl\:pr-74 {
    padding-right: 18.5rem;
  }

  .xl\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .xl\:pl-74 {
    padding-left: 18.5rem;
  }

  .xl\:pt-76 {
    padding-top: 19rem;
  }

  .xl\:pr-76 {
    padding-right: 19rem;
  }

  .xl\:pb-76 {
    padding-bottom: 19rem;
  }

  .xl\:pl-76 {
    padding-left: 19rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pt-85 {
    padding-top: 21.25rem;
  }

  .xl\:pr-85 {
    padding-right: 21.25rem;
  }

  .xl\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .xl\:pl-85 {
    padding-left: 21.25rem;
  }

  .xl\:pt-100 {
    padding-top: 25rem;
  }

  .xl\:pr-100 {
    padding-right: 25rem;
  }

  .xl\:pb-100 {
    padding-bottom: 25rem;
  }

  .xl\:pl-100 {
    padding-left: 25rem;
  }

  .xl\:pt-105 {
    padding-top: 26.25rem;
  }

  .xl\:pr-105 {
    padding-right: 26.25rem;
  }

  .xl\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .xl\:pl-105 {
    padding-left: 26.25rem;
  }

  .xl\:pt-107 {
    padding-top: 26.4rem;
  }

  .xl\:pr-107 {
    padding-right: 26.4rem;
  }

  .xl\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .xl\:pl-107 {
    padding-left: 26.4rem;
  }

  .xl\:pt-110 {
    padding-top: 27.5rem;
  }

  .xl\:pr-110 {
    padding-right: 27.5rem;
  }

  .xl\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .xl\:pl-110 {
    padding-left: 27.5rem;
  }

  .xl\:pt-120 {
    padding-top: 30rem;
  }

  .xl\:pr-120 {
    padding-right: 30rem;
  }

  .xl\:pb-120 {
    padding-bottom: 30rem;
  }

  .xl\:pl-120 {
    padding-left: 30rem;
  }

  .xl\:pt-130 {
    padding-top: 38rem;
  }

  .xl\:pr-130 {
    padding-right: 38rem;
  }

  .xl\:pb-130 {
    padding-bottom: 38rem;
  }

  .xl\:pl-130 {
    padding-left: 38rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pt-250px {
    padding-top: 250px;
  }

  .xl\:pr-250px {
    padding-right: 250px;
  }

  .xl\:pb-250px {
    padding-bottom: 250px;
  }

  .xl\:pl-250px {
    padding-left: 250px;
  }

  .xl\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .xl\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .xl\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .xl\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .xl\:pt-1\% {
    padding-top: 1%;
  }

  .xl\:pr-1\% {
    padding-right: 1%;
  }

  .xl\:pb-1\% {
    padding-bottom: 1%;
  }

  .xl\:pl-1\% {
    padding-left: 1%;
  }

  .xl\:pt-2\% {
    padding-top: 2%;
  }

  .xl\:pr-2\% {
    padding-right: 2%;
  }

  .xl\:pb-2\% {
    padding-bottom: 2%;
  }

  .xl\:pl-2\% {
    padding-left: 2%;
  }

  .xl\:pt-3\% {
    padding-top: 3%;
  }

  .xl\:pr-3\% {
    padding-right: 3%;
  }

  .xl\:pb-3\% {
    padding-bottom: 3%;
  }

  .xl\:pl-3\% {
    padding-left: 3%;
  }

  .xl\:pt-4\% {
    padding-top: 4%;
  }

  .xl\:pr-4\% {
    padding-right: 4%;
  }

  .xl\:pb-4\% {
    padding-bottom: 4%;
  }

  .xl\:pl-4\% {
    padding-left: 4%;
  }

  .xl\:pt-5\% {
    padding-top: 5%;
  }

  .xl\:pr-5\% {
    padding-right: 5%;
  }

  .xl\:pb-5\% {
    padding-bottom: 5%;
  }

  .xl\:pl-5\% {
    padding-left: 5%;
  }

  .xl\:pt-10\% {
    padding-top: 10%;
  }

  .xl\:pr-10\% {
    padding-right: 10%;
  }

  .xl\:pb-10\% {
    padding-bottom: 10%;
  }

  .xl\:pl-10\% {
    padding-left: 10%;
  }

  .xl\:pt-20\% {
    padding-top: 20%;
  }

  .xl\:pr-20\% {
    padding-right: 20%;
  }

  .xl\:pb-20\% {
    padding-bottom: 20%;
  }

  .xl\:pl-20\% {
    padding-left: 20%;
  }

  .xl\:pt-23\% {
    padding-top: 23%;
  }

  .xl\:pr-23\% {
    padding-right: 23%;
  }

  .xl\:pb-23\% {
    padding-bottom: 23%;
  }

  .xl\:pl-23\% {
    padding-left: 23%;
  }

  .xl\:pt-25\% {
    padding-top: 25%;
  }

  .xl\:pr-25\% {
    padding-right: 25%;
  }

  .xl\:pb-25\% {
    padding-bottom: 25%;
  }

  .xl\:pl-25\% {
    padding-left: 25%;
  }

  .xl\:pt-26\% {
    padding-top: 26%;
  }

  .xl\:pr-26\% {
    padding-right: 26%;
  }

  .xl\:pb-26\% {
    padding-bottom: 26%;
  }

  .xl\:pl-26\% {
    padding-left: 26%;
  }

  .xl\:pt-30\% {
    padding-top: 30%;
  }

  .xl\:pr-30\% {
    padding-right: 30%;
  }

  .xl\:pb-30\% {
    padding-bottom: 30%;
  }

  .xl\:pl-30\% {
    padding-left: 30%;
  }

  .xl\:pt-40\% {
    padding-top: 40%;
  }

  .xl\:pr-40\% {
    padding-right: 40%;
  }

  .xl\:pb-40\% {
    padding-bottom: 40%;
  }

  .xl\:pl-40\% {
    padding-left: 40%;
  }

  .xl\:pt-50\% {
    padding-top: 50%;
  }

  .xl\:pr-50\% {
    padding-right: 50%;
  }

  .xl\:pb-50\% {
    padding-bottom: 50%;
  }

  .xl\:pl-50\% {
    padding-left: 50%;
  }

  .xl\:pt-60\% {
    padding-top: 60%;
  }

  .xl\:pr-60\% {
    padding-right: 60%;
  }

  .xl\:pb-60\% {
    padding-bottom: 60%;
  }

  .xl\:pl-60\% {
    padding-left: 60%;
  }

  .xl\:pt-70\% {
    padding-top: 70%;
  }

  .xl\:pr-70\% {
    padding-right: 70%;
  }

  .xl\:pb-70\% {
    padding-bottom: 70%;
  }

  .xl\:pl-70\% {
    padding-left: 70%;
  }

  .xl\:pt-80\% {
    padding-top: 80%;
  }

  .xl\:pr-80\% {
    padding-right: 80%;
  }

  .xl\:pb-80\% {
    padding-bottom: 80%;
  }

  .xl\:pl-80\% {
    padding-left: 80%;
  }

  .xl\:pt-90\% {
    padding-top: 90%;
  }

  .xl\:pr-90\% {
    padding-right: 90%;
  }

  .xl\:pb-90\% {
    padding-bottom: 90%;
  }

  .xl\:pl-90\% {
    padding-left: 90%;
  }

  .xl\:pt-95\% {
    padding-top: 95%;
  }

  .xl\:pr-95\% {
    padding-right: 95%;
  }

  .xl\:pb-95\% {
    padding-bottom: 95%;
  }

  .xl\:pl-95\% {
    padding-left: 95%;
  }

  .xl\:pt-96\% {
    padding-top: 96%;
  }

  .xl\:pr-96\% {
    padding-right: 96%;
  }

  .xl\:pb-96\% {
    padding-bottom: 96%;
  }

  .xl\:pl-96\% {
    padding-left: 96%;
  }

  .xl\:pt-97\% {
    padding-top: 97%;
  }

  .xl\:pr-97\% {
    padding-right: 97%;
  }

  .xl\:pb-97\% {
    padding-bottom: 97%;
  }

  .xl\:pl-97\% {
    padding-left: 97%;
  }

  .xl\:pt-98\% {
    padding-top: 98%;
  }

  .xl\:pr-98\% {
    padding-right: 98%;
  }

  .xl\:pb-98\% {
    padding-bottom: 98%;
  }

  .xl\:pl-98\% {
    padding-left: 98%;
  }

  .xl\:pt-99\% {
    padding-top: 99%;
  }

  .xl\:pr-99\% {
    padding-right: 99%;
  }

  .xl\:pb-99\% {
    padding-bottom: 99%;
  }

  .xl\:pl-99\% {
    padding-left: 99%;
  }

  .xl\:pt-36vh {
    padding-top: 36vh;
  }

  .xl\:pr-36vh {
    padding-right: 36vh;
  }

  .xl\:pb-36vh {
    padding-bottom: 36vh;
  }

  .xl\:pl-36vh {
    padding-left: 36vh;
  }

  .xl\:pt-75vh {
    padding-top: 75vh;
  }

  .xl\:pr-75vh {
    padding-right: 75vh;
  }

  .xl\:pb-75vh {
    padding-bottom: 75vh;
  }

  .xl\:pl-75vh {
    padding-left: 75vh;
  }

  .xl\:pt-78vh {
    padding-top: 78vh;
  }

  .xl\:pr-78vh {
    padding-right: 78vh;
  }

  .xl\:pb-78vh {
    padding-bottom: 78vh;
  }

  .xl\:pl-78vh {
    padding-left: 78vh;
  }

  .xl\:pt-80vh {
    padding-top: 80vh;
  }

  .xl\:pr-80vh {
    padding-right: 80vh;
  }

  .xl\:pb-80vh {
    padding-bottom: 80vh;
  }

  .xl\:pl-80vh {
    padding-left: 80vh;
  }

  .xl\:pt-82vh {
    padding-top: 82vh;
  }

  .xl\:pr-82vh {
    padding-right: 82vh;
  }

  .xl\:pb-82vh {
    padding-bottom: 82vh;
  }

  .xl\:pl-82vh {
    padding-left: 82vh;
  }

  .xl\:hover\:p-0:hover {
    padding: 0;
  }

  .xl\:hover\:p-1:hover {
    padding: 0.25rem;
  }

  .xl\:hover\:p-2:hover {
    padding: 0.5rem;
  }

  .xl\:hover\:p-3:hover {
    padding: 0.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-7:hover {
    padding: 1.75rem;
  }

  .xl\:hover\:p-8:hover {
    padding: 2rem;
  }

  .xl\:hover\:p-9:hover {
    padding: 2.25rem;
  }

  .xl\:hover\:p-10:hover {
    padding: 2.5rem;
  }

  .xl\:hover\:p-12:hover {
    padding: 3rem;
  }

  .xl\:hover\:p-14:hover {
    padding: 3.5rem;
  }

  .xl\:hover\:p-15:hover {
    padding: 3.75rem;
  }

  .xl\:hover\:p-16:hover {
    padding: 4rem;
  }

  .xl\:hover\:p-18:hover {
    padding: 4.5rem;
  }

  .xl\:hover\:p-20:hover {
    padding: 5rem;
  }

  .xl\:hover\:p-21:hover {
    padding: 5.25rem;
  }

  .xl\:hover\:p-22:hover {
    padding: 5.5rem;
  }

  .xl\:hover\:p-24:hover {
    padding: 6rem;
  }

  .xl\:hover\:p-26:hover {
    padding: 6.5rem;
  }

  .xl\:hover\:p-28:hover {
    padding: 7rem;
  }

  .xl\:hover\:p-30:hover {
    padding: 7.5rem;
  }

  .xl\:hover\:p-32:hover {
    padding: 8rem;
  }

  .xl\:hover\:p-34:hover {
    padding: 8.5rem;
  }

  .xl\:hover\:p-36:hover {
    padding: 9rem;
  }

  .xl\:hover\:p-38:hover {
    padding: 9.5rem;
  }

  .xl\:hover\:p-40:hover {
    padding: 10rem;
  }

  .xl\:hover\:p-44:hover {
    padding: 11rem;
  }

  .xl\:hover\:p-48:hover {
    padding: 12rem;
  }

  .xl\:hover\:p-52:hover {
    padding: 13rem;
  }

  .xl\:hover\:p-53:hover {
    padding: 13.25rem;
  }

  .xl\:hover\:p-54:hover {
    padding: 13.5rem;
  }

  .xl\:hover\:p-56:hover {
    padding: 14rem;
  }

  .xl\:hover\:p-64:hover {
    padding: 16rem;
  }

  .xl\:hover\:p-72:hover {
    padding: 18rem;
  }

  .xl\:hover\:p-74:hover {
    padding: 18.5rem;
  }

  .xl\:hover\:p-76:hover {
    padding: 19rem;
  }

  .xl\:hover\:p-80:hover {
    padding: 20rem;
  }

  .xl\:hover\:p-85:hover {
    padding: 21.25rem;
  }

  .xl\:hover\:p-100:hover {
    padding: 25rem;
  }

  .xl\:hover\:p-105:hover {
    padding: 26.25rem;
  }

  .xl\:hover\:p-107:hover {
    padding: 26.4rem;
  }

  .xl\:hover\:p-110:hover {
    padding: 27.5rem;
  }

  .xl\:hover\:p-120:hover {
    padding: 30rem;
  }

  .xl\:hover\:p-130:hover {
    padding: 38rem;
  }

  .xl\:hover\:p-px:hover {
    padding: 1px;
  }

  .xl\:hover\:p-250px:hover {
    padding: 250px;
  }

  .xl\:hover\:p-1\/2\%:hover {
    padding: 0.5%;
  }

  .xl\:hover\:p-1\%:hover {
    padding: 1%;
  }

  .xl\:hover\:p-2\%:hover {
    padding: 2%;
  }

  .xl\:hover\:p-3\%:hover {
    padding: 3%;
  }

  .xl\:hover\:p-4\%:hover {
    padding: 4%;
  }

  .xl\:hover\:p-5\%:hover {
    padding: 5%;
  }

  .xl\:hover\:p-10\%:hover {
    padding: 10%;
  }

  .xl\:hover\:p-20\%:hover {
    padding: 20%;
  }

  .xl\:hover\:p-23\%:hover {
    padding: 23%;
  }

  .xl\:hover\:p-25\%:hover {
    padding: 25%;
  }

  .xl\:hover\:p-26\%:hover {
    padding: 26%;
  }

  .xl\:hover\:p-30\%:hover {
    padding: 30%;
  }

  .xl\:hover\:p-40\%:hover {
    padding: 40%;
  }

  .xl\:hover\:p-50\%:hover {
    padding: 50%;
  }

  .xl\:hover\:p-60\%:hover {
    padding: 60%;
  }

  .xl\:hover\:p-70\%:hover {
    padding: 70%;
  }

  .xl\:hover\:p-80\%:hover {
    padding: 80%;
  }

  .xl\:hover\:p-90\%:hover {
    padding: 90%;
  }

  .xl\:hover\:p-95\%:hover {
    padding: 95%;
  }

  .xl\:hover\:p-96\%:hover {
    padding: 96%;
  }

  .xl\:hover\:p-97\%:hover {
    padding: 97%;
  }

  .xl\:hover\:p-98\%:hover {
    padding: 98%;
  }

  .xl\:hover\:p-99\%:hover {
    padding: 99%;
  }

  .xl\:hover\:p-36vh:hover {
    padding: 36vh;
  }

  .xl\:hover\:p-75vh:hover {
    padding: 75vh;
  }

  .xl\:hover\:p-78vh:hover {
    padding: 78vh;
  }

  .xl\:hover\:p-80vh:hover {
    padding: 80vh;
  }

  .xl\:hover\:p-82vh:hover {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:px-1:hover {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:hover\:py-2:hover {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:hover\:py-3:hover {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:px-3:hover {
    padding-left: 0.75rem;
    padding-right: 0.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-7:hover {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:hover\:px-7:hover {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:hover {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:hover\:px-9:hover {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:hover\:py-10:hover {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:px-10:hover {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:hover\:py-12:hover {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:hover\:px-12:hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:hover\:py-14:hover {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:hover\:px-14:hover {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:hover\:py-15:hover {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:hover\:px-15:hover {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:hover {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:hover\:px-18:hover {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:hover {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:hover\:px-21:hover {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:hover\:py-22:hover {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:hover\:px-22:hover {
    padding-left: 5.5rem;
    padding-right: 5.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-26:hover {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:hover\:px-26:hover {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:hover\:py-28:hover {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:hover\:px-28:hover {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:hover\:py-30:hover {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:hover\:px-30:hover {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:hover {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:hover\:px-34:hover {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:hover\:py-36:hover {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:hover\:px-36:hover {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:hover\:py-38:hover {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:hover\:px-38:hover {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:hover\:py-40:hover {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:hover\:px-40:hover {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:hover\:py-44:hover {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:hover\:px-44:hover {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:hover\:py-48:hover {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:hover\:px-48:hover {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:hover\:py-52:hover {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:hover\:px-52:hover {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:hover\:py-53:hover {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xl\:hover\:px-53:hover {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xl\:hover\:py-54:hover {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:hover\:px-54:hover {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:hover\:py-56:hover {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:hover\:px-56:hover {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:hover\:py-64:hover {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:hover\:px-64:hover {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:hover\:py-72:hover {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:hover\:px-72:hover {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:hover\:py-74:hover {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xl\:hover\:px-74:hover {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xl\:hover\:py-76:hover {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xl\:hover\:px-76:hover {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xl\:hover\:py-80:hover {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:hover\:px-80:hover {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:hover\:py-85:hover {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xl\:hover\:px-85:hover {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xl\:hover\:py-100:hover {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:hover\:px-100:hover {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:hover\:py-105:hover {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xl\:hover\:px-105:hover {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xl\:hover\:py-107:hover {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xl\:hover\:px-107:hover {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xl\:hover\:py-110:hover {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:hover\:px-110:hover {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:hover\:py-120:hover {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:hover\:px-120:hover {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:hover\:py-130:hover {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:hover\:px-130:hover {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:hover\:py-px:hover {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:hover\:px-px:hover {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:hover\:py-250px:hover {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:hover\:px-250px:hover {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:hover\:py-1\/2\%:hover {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xl\:hover\:px-1\/2\%:hover {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xl\:hover\:py-1\%:hover {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:hover\:px-1\%:hover {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:hover\:py-2\%:hover {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xl\:hover\:px-2\%:hover {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xl\:hover\:py-3\%:hover {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xl\:hover\:px-3\%:hover {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xl\:hover\:py-4\%:hover {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xl\:hover\:px-4\%:hover {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:hover\:py-5\%:hover {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:hover\:px-5\%:hover {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:hover\:py-10\%:hover {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:hover\:px-10\%:hover {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:hover\:py-20\%:hover {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:hover\:px-20\%:hover {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:hover\:py-23\%:hover {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xl\:hover\:px-23\%:hover {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xl\:hover\:py-25\%:hover {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:hover\:px-25\%:hover {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:hover\:py-26\%:hover {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xl\:hover\:px-26\%:hover {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xl\:hover\:py-30\%:hover {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:hover\:px-30\%:hover {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:hover\:py-40\%:hover {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:hover\:px-40\%:hover {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:hover\:py-50\%:hover {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:hover\:px-50\%:hover {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:hover\:py-60\%:hover {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:hover\:px-60\%:hover {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:hover\:py-70\%:hover {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:hover\:px-70\%:hover {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:hover\:py-80\%:hover {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:hover\:px-80\%:hover {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:hover\:py-90\%:hover {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:hover\:px-90\%:hover {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:hover\:py-95\%:hover {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:hover\:px-95\%:hover {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:hover\:py-96\%:hover {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:hover\:px-96\%:hover {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:hover\:py-97\%:hover {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xl\:hover\:px-97\%:hover {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xl\:hover\:py-98\%:hover {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xl\:hover\:px-98\%:hover {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xl\:hover\:py-99\%:hover {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xl\:hover\:px-99\%:hover {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xl\:hover\:py-36vh:hover {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xl\:hover\:px-36vh:hover {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xl\:hover\:py-75vh:hover {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xl\:hover\:px-75vh:hover {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xl\:hover\:py-78vh:hover {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xl\:hover\:px-78vh:hover {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xl\:hover\:py-80vh:hover {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:hover\:px-80vh:hover {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:hover\:py-82vh:hover {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xl\:hover\:px-82vh:hover {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .xl\:hover\:pr-1:hover {
    padding-right: 0.25rem;
  }

  .xl\:hover\:pb-1:hover {
    padding-bottom: 0.25rem;
  }

  .xl\:hover\:pl-1:hover {
    padding-left: 0.25rem;
  }

  .xl\:hover\:pt-2:hover {
    padding-top: 0.5rem;
  }

  .xl\:hover\:pr-2:hover {
    padding-right: 0.5rem;
  }

  .xl\:hover\:pb-2:hover {
    padding-bottom: 0.5rem;
  }

  .xl\:hover\:pl-2:hover {
    padding-left: 0.5rem;
  }

  .xl\:hover\:pt-3:hover {
    padding-top: 0.75rem;
  }

  .xl\:hover\:pr-3:hover {
    padding-right: 0.75rem;
  }

  .xl\:hover\:pb-3:hover {
    padding-bottom: 0.75rem;
  }

  .xl\:hover\:pl-3:hover {
    padding-left: 0.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-7:hover {
    padding-top: 1.75rem;
  }

  .xl\:hover\:pr-7:hover {
    padding-right: 1.75rem;
  }

  .xl\:hover\:pb-7:hover {
    padding-bottom: 1.75rem;
  }

  .xl\:hover\:pl-7:hover {
    padding-left: 1.75rem;
  }

  .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-9:hover {
    padding-top: 2.25rem;
  }

  .xl\:hover\:pr-9:hover {
    padding-right: 2.25rem;
  }

  .xl\:hover\:pb-9:hover {
    padding-bottom: 2.25rem;
  }

  .xl\:hover\:pl-9:hover {
    padding-left: 2.25rem;
  }

  .xl\:hover\:pt-10:hover {
    padding-top: 2.5rem;
  }

  .xl\:hover\:pr-10:hover {
    padding-right: 2.5rem;
  }

  .xl\:hover\:pb-10:hover {
    padding-bottom: 2.5rem;
  }

  .xl\:hover\:pl-10:hover {
    padding-left: 2.5rem;
  }

  .xl\:hover\:pt-12:hover {
    padding-top: 3rem;
  }

  .xl\:hover\:pr-12:hover {
    padding-right: 3rem;
  }

  .xl\:hover\:pb-12:hover {
    padding-bottom: 3rem;
  }

  .xl\:hover\:pl-12:hover {
    padding-left: 3rem;
  }

  .xl\:hover\:pt-14:hover {
    padding-top: 3.5rem;
  }

  .xl\:hover\:pr-14:hover {
    padding-right: 3.5rem;
  }

  .xl\:hover\:pb-14:hover {
    padding-bottom: 3.5rem;
  }

  .xl\:hover\:pl-14:hover {
    padding-left: 3.5rem;
  }

  .xl\:hover\:pt-15:hover {
    padding-top: 3.75rem;
  }

  .xl\:hover\:pr-15:hover {
    padding-right: 3.75rem;
  }

  .xl\:hover\:pb-15:hover {
    padding-bottom: 3.75rem;
  }

  .xl\:hover\:pl-15:hover {
    padding-left: 3.75rem;
  }

  .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-18:hover {
    padding-top: 4.5rem;
  }

  .xl\:hover\:pr-18:hover {
    padding-right: 4.5rem;
  }

  .xl\:hover\:pb-18:hover {
    padding-bottom: 4.5rem;
  }

  .xl\:hover\:pl-18:hover {
    padding-left: 4.5rem;
  }

  .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-21:hover {
    padding-top: 5.25rem;
  }

  .xl\:hover\:pr-21:hover {
    padding-right: 5.25rem;
  }

  .xl\:hover\:pb-21:hover {
    padding-bottom: 5.25rem;
  }

  .xl\:hover\:pl-21:hover {
    padding-left: 5.25rem;
  }

  .xl\:hover\:pt-22:hover {
    padding-top: 5.5rem;
  }

  .xl\:hover\:pr-22:hover {
    padding-right: 5.5rem;
  }

  .xl\:hover\:pb-22:hover {
    padding-bottom: 5.5rem;
  }

  .xl\:hover\:pl-22:hover {
    padding-left: 5.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-26:hover {
    padding-top: 6.5rem;
  }

  .xl\:hover\:pr-26:hover {
    padding-right: 6.5rem;
  }

  .xl\:hover\:pb-26:hover {
    padding-bottom: 6.5rem;
  }

  .xl\:hover\:pl-26:hover {
    padding-left: 6.5rem;
  }

  .xl\:hover\:pt-28:hover {
    padding-top: 7rem;
  }

  .xl\:hover\:pr-28:hover {
    padding-right: 7rem;
  }

  .xl\:hover\:pb-28:hover {
    padding-bottom: 7rem;
  }

  .xl\:hover\:pl-28:hover {
    padding-left: 7rem;
  }

  .xl\:hover\:pt-30:hover {
    padding-top: 7.5rem;
  }

  .xl\:hover\:pr-30:hover {
    padding-right: 7.5rem;
  }

  .xl\:hover\:pb-30:hover {
    padding-bottom: 7.5rem;
  }

  .xl\:hover\:pl-30:hover {
    padding-left: 7.5rem;
  }

  .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-34:hover {
    padding-top: 8.5rem;
  }

  .xl\:hover\:pr-34:hover {
    padding-right: 8.5rem;
  }

  .xl\:hover\:pb-34:hover {
    padding-bottom: 8.5rem;
  }

  .xl\:hover\:pl-34:hover {
    padding-left: 8.5rem;
  }

  .xl\:hover\:pt-36:hover {
    padding-top: 9rem;
  }

  .xl\:hover\:pr-36:hover {
    padding-right: 9rem;
  }

  .xl\:hover\:pb-36:hover {
    padding-bottom: 9rem;
  }

  .xl\:hover\:pl-36:hover {
    padding-left: 9rem;
  }

  .xl\:hover\:pt-38:hover {
    padding-top: 9.5rem;
  }

  .xl\:hover\:pr-38:hover {
    padding-right: 9.5rem;
  }

  .xl\:hover\:pb-38:hover {
    padding-bottom: 9.5rem;
  }

  .xl\:hover\:pl-38:hover {
    padding-left: 9.5rem;
  }

  .xl\:hover\:pt-40:hover {
    padding-top: 10rem;
  }

  .xl\:hover\:pr-40:hover {
    padding-right: 10rem;
  }

  .xl\:hover\:pb-40:hover {
    padding-bottom: 10rem;
  }

  .xl\:hover\:pl-40:hover {
    padding-left: 10rem;
  }

  .xl\:hover\:pt-44:hover {
    padding-top: 11rem;
  }

  .xl\:hover\:pr-44:hover {
    padding-right: 11rem;
  }

  .xl\:hover\:pb-44:hover {
    padding-bottom: 11rem;
  }

  .xl\:hover\:pl-44:hover {
    padding-left: 11rem;
  }

  .xl\:hover\:pt-48:hover {
    padding-top: 12rem;
  }

  .xl\:hover\:pr-48:hover {
    padding-right: 12rem;
  }

  .xl\:hover\:pb-48:hover {
    padding-bottom: 12rem;
  }

  .xl\:hover\:pl-48:hover {
    padding-left: 12rem;
  }

  .xl\:hover\:pt-52:hover {
    padding-top: 13rem;
  }

  .xl\:hover\:pr-52:hover {
    padding-right: 13rem;
  }

  .xl\:hover\:pb-52:hover {
    padding-bottom: 13rem;
  }

  .xl\:hover\:pl-52:hover {
    padding-left: 13rem;
  }

  .xl\:hover\:pt-53:hover {
    padding-top: 13.25rem;
  }

  .xl\:hover\:pr-53:hover {
    padding-right: 13.25rem;
  }

  .xl\:hover\:pb-53:hover {
    padding-bottom: 13.25rem;
  }

  .xl\:hover\:pl-53:hover {
    padding-left: 13.25rem;
  }

  .xl\:hover\:pt-54:hover {
    padding-top: 13.5rem;
  }

  .xl\:hover\:pr-54:hover {
    padding-right: 13.5rem;
  }

  .xl\:hover\:pb-54:hover {
    padding-bottom: 13.5rem;
  }

  .xl\:hover\:pl-54:hover {
    padding-left: 13.5rem;
  }

  .xl\:hover\:pt-56:hover {
    padding-top: 14rem;
  }

  .xl\:hover\:pr-56:hover {
    padding-right: 14rem;
  }

  .xl\:hover\:pb-56:hover {
    padding-bottom: 14rem;
  }

  .xl\:hover\:pl-56:hover {
    padding-left: 14rem;
  }

  .xl\:hover\:pt-64:hover {
    padding-top: 16rem;
  }

  .xl\:hover\:pr-64:hover {
    padding-right: 16rem;
  }

  .xl\:hover\:pb-64:hover {
    padding-bottom: 16rem;
  }

  .xl\:hover\:pl-64:hover {
    padding-left: 16rem;
  }

  .xl\:hover\:pt-72:hover {
    padding-top: 18rem;
  }

  .xl\:hover\:pr-72:hover {
    padding-right: 18rem;
  }

  .xl\:hover\:pb-72:hover {
    padding-bottom: 18rem;
  }

  .xl\:hover\:pl-72:hover {
    padding-left: 18rem;
  }

  .xl\:hover\:pt-74:hover {
    padding-top: 18.5rem;
  }

  .xl\:hover\:pr-74:hover {
    padding-right: 18.5rem;
  }

  .xl\:hover\:pb-74:hover {
    padding-bottom: 18.5rem;
  }

  .xl\:hover\:pl-74:hover {
    padding-left: 18.5rem;
  }

  .xl\:hover\:pt-76:hover {
    padding-top: 19rem;
  }

  .xl\:hover\:pr-76:hover {
    padding-right: 19rem;
  }

  .xl\:hover\:pb-76:hover {
    padding-bottom: 19rem;
  }

  .xl\:hover\:pl-76:hover {
    padding-left: 19rem;
  }

  .xl\:hover\:pt-80:hover {
    padding-top: 20rem;
  }

  .xl\:hover\:pr-80:hover {
    padding-right: 20rem;
  }

  .xl\:hover\:pb-80:hover {
    padding-bottom: 20rem;
  }

  .xl\:hover\:pl-80:hover {
    padding-left: 20rem;
  }

  .xl\:hover\:pt-85:hover {
    padding-top: 21.25rem;
  }

  .xl\:hover\:pr-85:hover {
    padding-right: 21.25rem;
  }

  .xl\:hover\:pb-85:hover {
    padding-bottom: 21.25rem;
  }

  .xl\:hover\:pl-85:hover {
    padding-left: 21.25rem;
  }

  .xl\:hover\:pt-100:hover {
    padding-top: 25rem;
  }

  .xl\:hover\:pr-100:hover {
    padding-right: 25rem;
  }

  .xl\:hover\:pb-100:hover {
    padding-bottom: 25rem;
  }

  .xl\:hover\:pl-100:hover {
    padding-left: 25rem;
  }

  .xl\:hover\:pt-105:hover {
    padding-top: 26.25rem;
  }

  .xl\:hover\:pr-105:hover {
    padding-right: 26.25rem;
  }

  .xl\:hover\:pb-105:hover {
    padding-bottom: 26.25rem;
  }

  .xl\:hover\:pl-105:hover {
    padding-left: 26.25rem;
  }

  .xl\:hover\:pt-107:hover {
    padding-top: 26.4rem;
  }

  .xl\:hover\:pr-107:hover {
    padding-right: 26.4rem;
  }

  .xl\:hover\:pb-107:hover {
    padding-bottom: 26.4rem;
  }

  .xl\:hover\:pl-107:hover {
    padding-left: 26.4rem;
  }

  .xl\:hover\:pt-110:hover {
    padding-top: 27.5rem;
  }

  .xl\:hover\:pr-110:hover {
    padding-right: 27.5rem;
  }

  .xl\:hover\:pb-110:hover {
    padding-bottom: 27.5rem;
  }

  .xl\:hover\:pl-110:hover {
    padding-left: 27.5rem;
  }

  .xl\:hover\:pt-120:hover {
    padding-top: 30rem;
  }

  .xl\:hover\:pr-120:hover {
    padding-right: 30rem;
  }

  .xl\:hover\:pb-120:hover {
    padding-bottom: 30rem;
  }

  .xl\:hover\:pl-120:hover {
    padding-left: 30rem;
  }

  .xl\:hover\:pt-130:hover {
    padding-top: 38rem;
  }

  .xl\:hover\:pr-130:hover {
    padding-right: 38rem;
  }

  .xl\:hover\:pb-130:hover {
    padding-bottom: 38rem;
  }

  .xl\:hover\:pl-130:hover {
    padding-left: 38rem;
  }

  .xl\:hover\:pt-px:hover {
    padding-top: 1px;
  }

  .xl\:hover\:pr-px:hover {
    padding-right: 1px;
  }

  .xl\:hover\:pb-px:hover {
    padding-bottom: 1px;
  }

  .xl\:hover\:pl-px:hover {
    padding-left: 1px;
  }

  .xl\:hover\:pt-250px:hover {
    padding-top: 250px;
  }

  .xl\:hover\:pr-250px:hover {
    padding-right: 250px;
  }

  .xl\:hover\:pb-250px:hover {
    padding-bottom: 250px;
  }

  .xl\:hover\:pl-250px:hover {
    padding-left: 250px;
  }

  .xl\:hover\:pt-1\/2\%:hover {
    padding-top: 0.5%;
  }

  .xl\:hover\:pr-1\/2\%:hover {
    padding-right: 0.5%;
  }

  .xl\:hover\:pb-1\/2\%:hover {
    padding-bottom: 0.5%;
  }

  .xl\:hover\:pl-1\/2\%:hover {
    padding-left: 0.5%;
  }

  .xl\:hover\:pt-1\%:hover {
    padding-top: 1%;
  }

  .xl\:hover\:pr-1\%:hover {
    padding-right: 1%;
  }

  .xl\:hover\:pb-1\%:hover {
    padding-bottom: 1%;
  }

  .xl\:hover\:pl-1\%:hover {
    padding-left: 1%;
  }

  .xl\:hover\:pt-2\%:hover {
    padding-top: 2%;
  }

  .xl\:hover\:pr-2\%:hover {
    padding-right: 2%;
  }

  .xl\:hover\:pb-2\%:hover {
    padding-bottom: 2%;
  }

  .xl\:hover\:pl-2\%:hover {
    padding-left: 2%;
  }

  .xl\:hover\:pt-3\%:hover {
    padding-top: 3%;
  }

  .xl\:hover\:pr-3\%:hover {
    padding-right: 3%;
  }

  .xl\:hover\:pb-3\%:hover {
    padding-bottom: 3%;
  }

  .xl\:hover\:pl-3\%:hover {
    padding-left: 3%;
  }

  .xl\:hover\:pt-4\%:hover {
    padding-top: 4%;
  }

  .xl\:hover\:pr-4\%:hover {
    padding-right: 4%;
  }

  .xl\:hover\:pb-4\%:hover {
    padding-bottom: 4%;
  }

  .xl\:hover\:pl-4\%:hover {
    padding-left: 4%;
  }

  .xl\:hover\:pt-5\%:hover {
    padding-top: 5%;
  }

  .xl\:hover\:pr-5\%:hover {
    padding-right: 5%;
  }

  .xl\:hover\:pb-5\%:hover {
    padding-bottom: 5%;
  }

  .xl\:hover\:pl-5\%:hover {
    padding-left: 5%;
  }

  .xl\:hover\:pt-10\%:hover {
    padding-top: 10%;
  }

  .xl\:hover\:pr-10\%:hover {
    padding-right: 10%;
  }

  .xl\:hover\:pb-10\%:hover {
    padding-bottom: 10%;
  }

  .xl\:hover\:pl-10\%:hover {
    padding-left: 10%;
  }

  .xl\:hover\:pt-20\%:hover {
    padding-top: 20%;
  }

  .xl\:hover\:pr-20\%:hover {
    padding-right: 20%;
  }

  .xl\:hover\:pb-20\%:hover {
    padding-bottom: 20%;
  }

  .xl\:hover\:pl-20\%:hover {
    padding-left: 20%;
  }

  .xl\:hover\:pt-23\%:hover {
    padding-top: 23%;
  }

  .xl\:hover\:pr-23\%:hover {
    padding-right: 23%;
  }

  .xl\:hover\:pb-23\%:hover {
    padding-bottom: 23%;
  }

  .xl\:hover\:pl-23\%:hover {
    padding-left: 23%;
  }

  .xl\:hover\:pt-25\%:hover {
    padding-top: 25%;
  }

  .xl\:hover\:pr-25\%:hover {
    padding-right: 25%;
  }

  .xl\:hover\:pb-25\%:hover {
    padding-bottom: 25%;
  }

  .xl\:hover\:pl-25\%:hover {
    padding-left: 25%;
  }

  .xl\:hover\:pt-26\%:hover {
    padding-top: 26%;
  }

  .xl\:hover\:pr-26\%:hover {
    padding-right: 26%;
  }

  .xl\:hover\:pb-26\%:hover {
    padding-bottom: 26%;
  }

  .xl\:hover\:pl-26\%:hover {
    padding-left: 26%;
  }

  .xl\:hover\:pt-30\%:hover {
    padding-top: 30%;
  }

  .xl\:hover\:pr-30\%:hover {
    padding-right: 30%;
  }

  .xl\:hover\:pb-30\%:hover {
    padding-bottom: 30%;
  }

  .xl\:hover\:pl-30\%:hover {
    padding-left: 30%;
  }

  .xl\:hover\:pt-40\%:hover {
    padding-top: 40%;
  }

  .xl\:hover\:pr-40\%:hover {
    padding-right: 40%;
  }

  .xl\:hover\:pb-40\%:hover {
    padding-bottom: 40%;
  }

  .xl\:hover\:pl-40\%:hover {
    padding-left: 40%;
  }

  .xl\:hover\:pt-50\%:hover {
    padding-top: 50%;
  }

  .xl\:hover\:pr-50\%:hover {
    padding-right: 50%;
  }

  .xl\:hover\:pb-50\%:hover {
    padding-bottom: 50%;
  }

  .xl\:hover\:pl-50\%:hover {
    padding-left: 50%;
  }

  .xl\:hover\:pt-60\%:hover {
    padding-top: 60%;
  }

  .xl\:hover\:pr-60\%:hover {
    padding-right: 60%;
  }

  .xl\:hover\:pb-60\%:hover {
    padding-bottom: 60%;
  }

  .xl\:hover\:pl-60\%:hover {
    padding-left: 60%;
  }

  .xl\:hover\:pt-70\%:hover {
    padding-top: 70%;
  }

  .xl\:hover\:pr-70\%:hover {
    padding-right: 70%;
  }

  .xl\:hover\:pb-70\%:hover {
    padding-bottom: 70%;
  }

  .xl\:hover\:pl-70\%:hover {
    padding-left: 70%;
  }

  .xl\:hover\:pt-80\%:hover {
    padding-top: 80%;
  }

  .xl\:hover\:pr-80\%:hover {
    padding-right: 80%;
  }

  .xl\:hover\:pb-80\%:hover {
    padding-bottom: 80%;
  }

  .xl\:hover\:pl-80\%:hover {
    padding-left: 80%;
  }

  .xl\:hover\:pt-90\%:hover {
    padding-top: 90%;
  }

  .xl\:hover\:pr-90\%:hover {
    padding-right: 90%;
  }

  .xl\:hover\:pb-90\%:hover {
    padding-bottom: 90%;
  }

  .xl\:hover\:pl-90\%:hover {
    padding-left: 90%;
  }

  .xl\:hover\:pt-95\%:hover {
    padding-top: 95%;
  }

  .xl\:hover\:pr-95\%:hover {
    padding-right: 95%;
  }

  .xl\:hover\:pb-95\%:hover {
    padding-bottom: 95%;
  }

  .xl\:hover\:pl-95\%:hover {
    padding-left: 95%;
  }

  .xl\:hover\:pt-96\%:hover {
    padding-top: 96%;
  }

  .xl\:hover\:pr-96\%:hover {
    padding-right: 96%;
  }

  .xl\:hover\:pb-96\%:hover {
    padding-bottom: 96%;
  }

  .xl\:hover\:pl-96\%:hover {
    padding-left: 96%;
  }

  .xl\:hover\:pt-97\%:hover {
    padding-top: 97%;
  }

  .xl\:hover\:pr-97\%:hover {
    padding-right: 97%;
  }

  .xl\:hover\:pb-97\%:hover {
    padding-bottom: 97%;
  }

  .xl\:hover\:pl-97\%:hover {
    padding-left: 97%;
  }

  .xl\:hover\:pt-98\%:hover {
    padding-top: 98%;
  }

  .xl\:hover\:pr-98\%:hover {
    padding-right: 98%;
  }

  .xl\:hover\:pb-98\%:hover {
    padding-bottom: 98%;
  }

  .xl\:hover\:pl-98\%:hover {
    padding-left: 98%;
  }

  .xl\:hover\:pt-99\%:hover {
    padding-top: 99%;
  }

  .xl\:hover\:pr-99\%:hover {
    padding-right: 99%;
  }

  .xl\:hover\:pb-99\%:hover {
    padding-bottom: 99%;
  }

  .xl\:hover\:pl-99\%:hover {
    padding-left: 99%;
  }

  .xl\:hover\:pt-36vh:hover {
    padding-top: 36vh;
  }

  .xl\:hover\:pr-36vh:hover {
    padding-right: 36vh;
  }

  .xl\:hover\:pb-36vh:hover {
    padding-bottom: 36vh;
  }

  .xl\:hover\:pl-36vh:hover {
    padding-left: 36vh;
  }

  .xl\:hover\:pt-75vh:hover {
    padding-top: 75vh;
  }

  .xl\:hover\:pr-75vh:hover {
    padding-right: 75vh;
  }

  .xl\:hover\:pb-75vh:hover {
    padding-bottom: 75vh;
  }

  .xl\:hover\:pl-75vh:hover {
    padding-left: 75vh;
  }

  .xl\:hover\:pt-78vh:hover {
    padding-top: 78vh;
  }

  .xl\:hover\:pr-78vh:hover {
    padding-right: 78vh;
  }

  .xl\:hover\:pb-78vh:hover {
    padding-bottom: 78vh;
  }

  .xl\:hover\:pl-78vh:hover {
    padding-left: 78vh;
  }

  .xl\:hover\:pt-80vh:hover {
    padding-top: 80vh;
  }

  .xl\:hover\:pr-80vh:hover {
    padding-right: 80vh;
  }

  .xl\:hover\:pb-80vh:hover {
    padding-bottom: 80vh;
  }

  .xl\:hover\:pl-80vh:hover {
    padding-left: 80vh;
  }

  .xl\:hover\:pt-82vh:hover {
    padding-top: 82vh;
  }

  .xl\:hover\:pr-82vh:hover {
    padding-right: 82vh;
  }

  .xl\:hover\:pb-82vh:hover {
    padding-bottom: 82vh;
  }

  .xl\:hover\:pl-82vh:hover {
    padding-left: 82vh;
  }

  .xl\:focus\:p-0:focus {
    padding: 0;
  }

  .xl\:focus\:p-1:focus {
    padding: 0.25rem;
  }

  .xl\:focus\:p-2:focus {
    padding: 0.5rem;
  }

  .xl\:focus\:p-3:focus {
    padding: 0.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-7:focus {
    padding: 1.75rem;
  }

  .xl\:focus\:p-8:focus {
    padding: 2rem;
  }

  .xl\:focus\:p-9:focus {
    padding: 2.25rem;
  }

  .xl\:focus\:p-10:focus {
    padding: 2.5rem;
  }

  .xl\:focus\:p-12:focus {
    padding: 3rem;
  }

  .xl\:focus\:p-14:focus {
    padding: 3.5rem;
  }

  .xl\:focus\:p-15:focus {
    padding: 3.75rem;
  }

  .xl\:focus\:p-16:focus {
    padding: 4rem;
  }

  .xl\:focus\:p-18:focus {
    padding: 4.5rem;
  }

  .xl\:focus\:p-20:focus {
    padding: 5rem;
  }

  .xl\:focus\:p-21:focus {
    padding: 5.25rem;
  }

  .xl\:focus\:p-22:focus {
    padding: 5.5rem;
  }

  .xl\:focus\:p-24:focus {
    padding: 6rem;
  }

  .xl\:focus\:p-26:focus {
    padding: 6.5rem;
  }

  .xl\:focus\:p-28:focus {
    padding: 7rem;
  }

  .xl\:focus\:p-30:focus {
    padding: 7.5rem;
  }

  .xl\:focus\:p-32:focus {
    padding: 8rem;
  }

  .xl\:focus\:p-34:focus {
    padding: 8.5rem;
  }

  .xl\:focus\:p-36:focus {
    padding: 9rem;
  }

  .xl\:focus\:p-38:focus {
    padding: 9.5rem;
  }

  .xl\:focus\:p-40:focus {
    padding: 10rem;
  }

  .xl\:focus\:p-44:focus {
    padding: 11rem;
  }

  .xl\:focus\:p-48:focus {
    padding: 12rem;
  }

  .xl\:focus\:p-52:focus {
    padding: 13rem;
  }

  .xl\:focus\:p-53:focus {
    padding: 13.25rem;
  }

  .xl\:focus\:p-54:focus {
    padding: 13.5rem;
  }

  .xl\:focus\:p-56:focus {
    padding: 14rem;
  }

  .xl\:focus\:p-64:focus {
    padding: 16rem;
  }

  .xl\:focus\:p-72:focus {
    padding: 18rem;
  }

  .xl\:focus\:p-74:focus {
    padding: 18.5rem;
  }

  .xl\:focus\:p-76:focus {
    padding: 19rem;
  }

  .xl\:focus\:p-80:focus {
    padding: 20rem;
  }

  .xl\:focus\:p-85:focus {
    padding: 21.25rem;
  }

  .xl\:focus\:p-100:focus {
    padding: 25rem;
  }

  .xl\:focus\:p-105:focus {
    padding: 26.25rem;
  }

  .xl\:focus\:p-107:focus {
    padding: 26.4rem;
  }

  .xl\:focus\:p-110:focus {
    padding: 27.5rem;
  }

  .xl\:focus\:p-120:focus {
    padding: 30rem;
  }

  .xl\:focus\:p-130:focus {
    padding: 38rem;
  }

  .xl\:focus\:p-px:focus {
    padding: 1px;
  }

  .xl\:focus\:p-250px:focus {
    padding: 250px;
  }

  .xl\:focus\:p-1\/2\%:focus {
    padding: 0.5%;
  }

  .xl\:focus\:p-1\%:focus {
    padding: 1%;
  }

  .xl\:focus\:p-2\%:focus {
    padding: 2%;
  }

  .xl\:focus\:p-3\%:focus {
    padding: 3%;
  }

  .xl\:focus\:p-4\%:focus {
    padding: 4%;
  }

  .xl\:focus\:p-5\%:focus {
    padding: 5%;
  }

  .xl\:focus\:p-10\%:focus {
    padding: 10%;
  }

  .xl\:focus\:p-20\%:focus {
    padding: 20%;
  }

  .xl\:focus\:p-23\%:focus {
    padding: 23%;
  }

  .xl\:focus\:p-25\%:focus {
    padding: 25%;
  }

  .xl\:focus\:p-26\%:focus {
    padding: 26%;
  }

  .xl\:focus\:p-30\%:focus {
    padding: 30%;
  }

  .xl\:focus\:p-40\%:focus {
    padding: 40%;
  }

  .xl\:focus\:p-50\%:focus {
    padding: 50%;
  }

  .xl\:focus\:p-60\%:focus {
    padding: 60%;
  }

  .xl\:focus\:p-70\%:focus {
    padding: 70%;
  }

  .xl\:focus\:p-80\%:focus {
    padding: 80%;
  }

  .xl\:focus\:p-90\%:focus {
    padding: 90%;
  }

  .xl\:focus\:p-95\%:focus {
    padding: 95%;
  }

  .xl\:focus\:p-96\%:focus {
    padding: 96%;
  }

  .xl\:focus\:p-97\%:focus {
    padding: 97%;
  }

  .xl\:focus\:p-98\%:focus {
    padding: 98%;
  }

  .xl\:focus\:p-99\%:focus {
    padding: 99%;
  }

  .xl\:focus\:p-36vh:focus {
    padding: 36vh;
  }

  .xl\:focus\:p-75vh:focus {
    padding: 75vh;
  }

  .xl\:focus\:p-78vh:focus {
    padding: 78vh;
  }

  .xl\:focus\:p-80vh:focus {
    padding: 80vh;
  }

  .xl\:focus\:p-82vh:focus {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:focus\:px-1:focus {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:focus\:py-2:focus {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:focus\:px-2:focus {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:focus\:py-3:focus {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:focus\:px-3:focus {
    padding-left: 0.75rem;
    padding-right: 0.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-7:focus {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:focus\:px-7:focus {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:focus {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:focus\:px-9:focus {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14:focus {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:focus\:px-14:focus {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:focus\:py-15:focus {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:focus\:px-15:focus {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:focus {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:focus\:px-18:focus {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:focus {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:focus\:px-21:focus {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:focus\:py-22:focus {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:focus\:px-22:focus {
    padding-left: 5.5rem;
    padding-right: 5.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-26:focus {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:focus\:px-26:focus {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:focus\:py-28:focus {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:focus\:px-28:focus {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:focus\:py-30:focus {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:focus\:px-30:focus {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:focus {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:focus\:px-34:focus {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:focus\:py-36:focus {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:focus\:px-36:focus {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:focus\:py-38:focus {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:focus\:px-38:focus {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:focus\:py-40:focus {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:focus\:px-40:focus {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:focus\:py-44:focus {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:focus\:px-44:focus {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:focus\:py-48:focus {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:focus\:px-48:focus {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:focus\:py-52:focus {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:focus\:px-52:focus {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:focus\:py-53:focus {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xl\:focus\:px-53:focus {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xl\:focus\:py-54:focus {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:focus\:px-54:focus {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:focus\:py-56:focus {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:focus\:px-56:focus {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:focus\:py-64:focus {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:focus\:px-64:focus {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:focus\:py-72:focus {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:focus\:px-72:focus {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:focus\:py-74:focus {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xl\:focus\:px-74:focus {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xl\:focus\:py-76:focus {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xl\:focus\:px-76:focus {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xl\:focus\:py-80:focus {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:focus\:px-80:focus {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:focus\:py-85:focus {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xl\:focus\:px-85:focus {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xl\:focus\:py-100:focus {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:focus\:px-100:focus {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:focus\:py-105:focus {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xl\:focus\:px-105:focus {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xl\:focus\:py-107:focus {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xl\:focus\:px-107:focus {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xl\:focus\:py-110:focus {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:focus\:px-110:focus {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:focus\:py-120:focus {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:focus\:px-120:focus {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:focus\:py-130:focus {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:focus\:px-130:focus {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:focus\:py-px:focus {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:focus\:px-px:focus {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:focus\:py-250px:focus {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:focus\:px-250px:focus {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:focus\:py-1\/2\%:focus {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xl\:focus\:px-1\/2\%:focus {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xl\:focus\:py-1\%:focus {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:focus\:px-1\%:focus {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:focus\:py-2\%:focus {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xl\:focus\:px-2\%:focus {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xl\:focus\:py-3\%:focus {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xl\:focus\:px-3\%:focus {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xl\:focus\:py-4\%:focus {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xl\:focus\:px-4\%:focus {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:focus\:py-5\%:focus {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:focus\:px-5\%:focus {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:focus\:py-10\%:focus {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:focus\:px-10\%:focus {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:focus\:py-20\%:focus {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:focus\:px-20\%:focus {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:focus\:py-23\%:focus {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xl\:focus\:px-23\%:focus {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xl\:focus\:py-25\%:focus {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:focus\:px-25\%:focus {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:focus\:py-26\%:focus {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xl\:focus\:px-26\%:focus {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xl\:focus\:py-30\%:focus {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:focus\:px-30\%:focus {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:focus\:py-40\%:focus {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:focus\:px-40\%:focus {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:focus\:py-50\%:focus {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:focus\:px-50\%:focus {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:focus\:py-60\%:focus {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:focus\:px-60\%:focus {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:focus\:py-70\%:focus {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:focus\:px-70\%:focus {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:focus\:py-80\%:focus {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:focus\:px-80\%:focus {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:focus\:py-90\%:focus {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:focus\:px-90\%:focus {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:focus\:py-95\%:focus {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:focus\:px-95\%:focus {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:focus\:py-96\%:focus {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:focus\:px-96\%:focus {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:focus\:py-97\%:focus {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xl\:focus\:px-97\%:focus {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xl\:focus\:py-98\%:focus {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xl\:focus\:px-98\%:focus {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xl\:focus\:py-99\%:focus {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xl\:focus\:px-99\%:focus {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xl\:focus\:py-36vh:focus {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xl\:focus\:px-36vh:focus {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xl\:focus\:py-75vh:focus {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xl\:focus\:px-75vh:focus {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xl\:focus\:py-78vh:focus {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xl\:focus\:px-78vh:focus {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xl\:focus\:py-80vh:focus {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:focus\:px-80vh:focus {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:focus\:py-82vh:focus {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xl\:focus\:px-82vh:focus {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .xl\:focus\:pr-1:focus {
    padding-right: 0.25rem;
  }

  .xl\:focus\:pb-1:focus {
    padding-bottom: 0.25rem;
  }

  .xl\:focus\:pl-1:focus {
    padding-left: 0.25rem;
  }

  .xl\:focus\:pt-2:focus {
    padding-top: 0.5rem;
  }

  .xl\:focus\:pr-2:focus {
    padding-right: 0.5rem;
  }

  .xl\:focus\:pb-2:focus {
    padding-bottom: 0.5rem;
  }

  .xl\:focus\:pl-2:focus {
    padding-left: 0.5rem;
  }

  .xl\:focus\:pt-3:focus {
    padding-top: 0.75rem;
  }

  .xl\:focus\:pr-3:focus {
    padding-right: 0.75rem;
  }

  .xl\:focus\:pb-3:focus {
    padding-bottom: 0.75rem;
  }

  .xl\:focus\:pl-3:focus {
    padding-left: 0.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-7:focus {
    padding-top: 1.75rem;
  }

  .xl\:focus\:pr-7:focus {
    padding-right: 1.75rem;
  }

  .xl\:focus\:pb-7:focus {
    padding-bottom: 1.75rem;
  }

  .xl\:focus\:pl-7:focus {
    padding-left: 1.75rem;
  }

  .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-9:focus {
    padding-top: 2.25rem;
  }

  .xl\:focus\:pr-9:focus {
    padding-right: 2.25rem;
  }

  .xl\:focus\:pb-9:focus {
    padding-bottom: 2.25rem;
  }

  .xl\:focus\:pl-9:focus {
    padding-left: 2.25rem;
  }

  .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-14:focus {
    padding-top: 3.5rem;
  }

  .xl\:focus\:pr-14:focus {
    padding-right: 3.5rem;
  }

  .xl\:focus\:pb-14:focus {
    padding-bottom: 3.5rem;
  }

  .xl\:focus\:pl-14:focus {
    padding-left: 3.5rem;
  }

  .xl\:focus\:pt-15:focus {
    padding-top: 3.75rem;
  }

  .xl\:focus\:pr-15:focus {
    padding-right: 3.75rem;
  }

  .xl\:focus\:pb-15:focus {
    padding-bottom: 3.75rem;
  }

  .xl\:focus\:pl-15:focus {
    padding-left: 3.75rem;
  }

  .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-18:focus {
    padding-top: 4.5rem;
  }

  .xl\:focus\:pr-18:focus {
    padding-right: 4.5rem;
  }

  .xl\:focus\:pb-18:focus {
    padding-bottom: 4.5rem;
  }

  .xl\:focus\:pl-18:focus {
    padding-left: 4.5rem;
  }

  .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-21:focus {
    padding-top: 5.25rem;
  }

  .xl\:focus\:pr-21:focus {
    padding-right: 5.25rem;
  }

  .xl\:focus\:pb-21:focus {
    padding-bottom: 5.25rem;
  }

  .xl\:focus\:pl-21:focus {
    padding-left: 5.25rem;
  }

  .xl\:focus\:pt-22:focus {
    padding-top: 5.5rem;
  }

  .xl\:focus\:pr-22:focus {
    padding-right: 5.5rem;
  }

  .xl\:focus\:pb-22:focus {
    padding-bottom: 5.5rem;
  }

  .xl\:focus\:pl-22:focus {
    padding-left: 5.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-26:focus {
    padding-top: 6.5rem;
  }

  .xl\:focus\:pr-26:focus {
    padding-right: 6.5rem;
  }

  .xl\:focus\:pb-26:focus {
    padding-bottom: 6.5rem;
  }

  .xl\:focus\:pl-26:focus {
    padding-left: 6.5rem;
  }

  .xl\:focus\:pt-28:focus {
    padding-top: 7rem;
  }

  .xl\:focus\:pr-28:focus {
    padding-right: 7rem;
  }

  .xl\:focus\:pb-28:focus {
    padding-bottom: 7rem;
  }

  .xl\:focus\:pl-28:focus {
    padding-left: 7rem;
  }

  .xl\:focus\:pt-30:focus {
    padding-top: 7.5rem;
  }

  .xl\:focus\:pr-30:focus {
    padding-right: 7.5rem;
  }

  .xl\:focus\:pb-30:focus {
    padding-bottom: 7.5rem;
  }

  .xl\:focus\:pl-30:focus {
    padding-left: 7.5rem;
  }

  .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-34:focus {
    padding-top: 8.5rem;
  }

  .xl\:focus\:pr-34:focus {
    padding-right: 8.5rem;
  }

  .xl\:focus\:pb-34:focus {
    padding-bottom: 8.5rem;
  }

  .xl\:focus\:pl-34:focus {
    padding-left: 8.5rem;
  }

  .xl\:focus\:pt-36:focus {
    padding-top: 9rem;
  }

  .xl\:focus\:pr-36:focus {
    padding-right: 9rem;
  }

  .xl\:focus\:pb-36:focus {
    padding-bottom: 9rem;
  }

  .xl\:focus\:pl-36:focus {
    padding-left: 9rem;
  }

  .xl\:focus\:pt-38:focus {
    padding-top: 9.5rem;
  }

  .xl\:focus\:pr-38:focus {
    padding-right: 9.5rem;
  }

  .xl\:focus\:pb-38:focus {
    padding-bottom: 9.5rem;
  }

  .xl\:focus\:pl-38:focus {
    padding-left: 9.5rem;
  }

  .xl\:focus\:pt-40:focus {
    padding-top: 10rem;
  }

  .xl\:focus\:pr-40:focus {
    padding-right: 10rem;
  }

  .xl\:focus\:pb-40:focus {
    padding-bottom: 10rem;
  }

  .xl\:focus\:pl-40:focus {
    padding-left: 10rem;
  }

  .xl\:focus\:pt-44:focus {
    padding-top: 11rem;
  }

  .xl\:focus\:pr-44:focus {
    padding-right: 11rem;
  }

  .xl\:focus\:pb-44:focus {
    padding-bottom: 11rem;
  }

  .xl\:focus\:pl-44:focus {
    padding-left: 11rem;
  }

  .xl\:focus\:pt-48:focus {
    padding-top: 12rem;
  }

  .xl\:focus\:pr-48:focus {
    padding-right: 12rem;
  }

  .xl\:focus\:pb-48:focus {
    padding-bottom: 12rem;
  }

  .xl\:focus\:pl-48:focus {
    padding-left: 12rem;
  }

  .xl\:focus\:pt-52:focus {
    padding-top: 13rem;
  }

  .xl\:focus\:pr-52:focus {
    padding-right: 13rem;
  }

  .xl\:focus\:pb-52:focus {
    padding-bottom: 13rem;
  }

  .xl\:focus\:pl-52:focus {
    padding-left: 13rem;
  }

  .xl\:focus\:pt-53:focus {
    padding-top: 13.25rem;
  }

  .xl\:focus\:pr-53:focus {
    padding-right: 13.25rem;
  }

  .xl\:focus\:pb-53:focus {
    padding-bottom: 13.25rem;
  }

  .xl\:focus\:pl-53:focus {
    padding-left: 13.25rem;
  }

  .xl\:focus\:pt-54:focus {
    padding-top: 13.5rem;
  }

  .xl\:focus\:pr-54:focus {
    padding-right: 13.5rem;
  }

  .xl\:focus\:pb-54:focus {
    padding-bottom: 13.5rem;
  }

  .xl\:focus\:pl-54:focus {
    padding-left: 13.5rem;
  }

  .xl\:focus\:pt-56:focus {
    padding-top: 14rem;
  }

  .xl\:focus\:pr-56:focus {
    padding-right: 14rem;
  }

  .xl\:focus\:pb-56:focus {
    padding-bottom: 14rem;
  }

  .xl\:focus\:pl-56:focus {
    padding-left: 14rem;
  }

  .xl\:focus\:pt-64:focus {
    padding-top: 16rem;
  }

  .xl\:focus\:pr-64:focus {
    padding-right: 16rem;
  }

  .xl\:focus\:pb-64:focus {
    padding-bottom: 16rem;
  }

  .xl\:focus\:pl-64:focus {
    padding-left: 16rem;
  }

  .xl\:focus\:pt-72:focus {
    padding-top: 18rem;
  }

  .xl\:focus\:pr-72:focus {
    padding-right: 18rem;
  }

  .xl\:focus\:pb-72:focus {
    padding-bottom: 18rem;
  }

  .xl\:focus\:pl-72:focus {
    padding-left: 18rem;
  }

  .xl\:focus\:pt-74:focus {
    padding-top: 18.5rem;
  }

  .xl\:focus\:pr-74:focus {
    padding-right: 18.5rem;
  }

  .xl\:focus\:pb-74:focus {
    padding-bottom: 18.5rem;
  }

  .xl\:focus\:pl-74:focus {
    padding-left: 18.5rem;
  }

  .xl\:focus\:pt-76:focus {
    padding-top: 19rem;
  }

  .xl\:focus\:pr-76:focus {
    padding-right: 19rem;
  }

  .xl\:focus\:pb-76:focus {
    padding-bottom: 19rem;
  }

  .xl\:focus\:pl-76:focus {
    padding-left: 19rem;
  }

  .xl\:focus\:pt-80:focus {
    padding-top: 20rem;
  }

  .xl\:focus\:pr-80:focus {
    padding-right: 20rem;
  }

  .xl\:focus\:pb-80:focus {
    padding-bottom: 20rem;
  }

  .xl\:focus\:pl-80:focus {
    padding-left: 20rem;
  }

  .xl\:focus\:pt-85:focus {
    padding-top: 21.25rem;
  }

  .xl\:focus\:pr-85:focus {
    padding-right: 21.25rem;
  }

  .xl\:focus\:pb-85:focus {
    padding-bottom: 21.25rem;
  }

  .xl\:focus\:pl-85:focus {
    padding-left: 21.25rem;
  }

  .xl\:focus\:pt-100:focus {
    padding-top: 25rem;
  }

  .xl\:focus\:pr-100:focus {
    padding-right: 25rem;
  }

  .xl\:focus\:pb-100:focus {
    padding-bottom: 25rem;
  }

  .xl\:focus\:pl-100:focus {
    padding-left: 25rem;
  }

  .xl\:focus\:pt-105:focus {
    padding-top: 26.25rem;
  }

  .xl\:focus\:pr-105:focus {
    padding-right: 26.25rem;
  }

  .xl\:focus\:pb-105:focus {
    padding-bottom: 26.25rem;
  }

  .xl\:focus\:pl-105:focus {
    padding-left: 26.25rem;
  }

  .xl\:focus\:pt-107:focus {
    padding-top: 26.4rem;
  }

  .xl\:focus\:pr-107:focus {
    padding-right: 26.4rem;
  }

  .xl\:focus\:pb-107:focus {
    padding-bottom: 26.4rem;
  }

  .xl\:focus\:pl-107:focus {
    padding-left: 26.4rem;
  }

  .xl\:focus\:pt-110:focus {
    padding-top: 27.5rem;
  }

  .xl\:focus\:pr-110:focus {
    padding-right: 27.5rem;
  }

  .xl\:focus\:pb-110:focus {
    padding-bottom: 27.5rem;
  }

  .xl\:focus\:pl-110:focus {
    padding-left: 27.5rem;
  }

  .xl\:focus\:pt-120:focus {
    padding-top: 30rem;
  }

  .xl\:focus\:pr-120:focus {
    padding-right: 30rem;
  }

  .xl\:focus\:pb-120:focus {
    padding-bottom: 30rem;
  }

  .xl\:focus\:pl-120:focus {
    padding-left: 30rem;
  }

  .xl\:focus\:pt-130:focus {
    padding-top: 38rem;
  }

  .xl\:focus\:pr-130:focus {
    padding-right: 38rem;
  }

  .xl\:focus\:pb-130:focus {
    padding-bottom: 38rem;
  }

  .xl\:focus\:pl-130:focus {
    padding-left: 38rem;
  }

  .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\:focus\:pt-250px:focus {
    padding-top: 250px;
  }

  .xl\:focus\:pr-250px:focus {
    padding-right: 250px;
  }

  .xl\:focus\:pb-250px:focus {
    padding-bottom: 250px;
  }

  .xl\:focus\:pl-250px:focus {
    padding-left: 250px;
  }

  .xl\:focus\:pt-1\/2\%:focus {
    padding-top: 0.5%;
  }

  .xl\:focus\:pr-1\/2\%:focus {
    padding-right: 0.5%;
  }

  .xl\:focus\:pb-1\/2\%:focus {
    padding-bottom: 0.5%;
  }

  .xl\:focus\:pl-1\/2\%:focus {
    padding-left: 0.5%;
  }

  .xl\:focus\:pt-1\%:focus {
    padding-top: 1%;
  }

  .xl\:focus\:pr-1\%:focus {
    padding-right: 1%;
  }

  .xl\:focus\:pb-1\%:focus {
    padding-bottom: 1%;
  }

  .xl\:focus\:pl-1\%:focus {
    padding-left: 1%;
  }

  .xl\:focus\:pt-2\%:focus {
    padding-top: 2%;
  }

  .xl\:focus\:pr-2\%:focus {
    padding-right: 2%;
  }

  .xl\:focus\:pb-2\%:focus {
    padding-bottom: 2%;
  }

  .xl\:focus\:pl-2\%:focus {
    padding-left: 2%;
  }

  .xl\:focus\:pt-3\%:focus {
    padding-top: 3%;
  }

  .xl\:focus\:pr-3\%:focus {
    padding-right: 3%;
  }

  .xl\:focus\:pb-3\%:focus {
    padding-bottom: 3%;
  }

  .xl\:focus\:pl-3\%:focus {
    padding-left: 3%;
  }

  .xl\:focus\:pt-4\%:focus {
    padding-top: 4%;
  }

  .xl\:focus\:pr-4\%:focus {
    padding-right: 4%;
  }

  .xl\:focus\:pb-4\%:focus {
    padding-bottom: 4%;
  }

  .xl\:focus\:pl-4\%:focus {
    padding-left: 4%;
  }

  .xl\:focus\:pt-5\%:focus {
    padding-top: 5%;
  }

  .xl\:focus\:pr-5\%:focus {
    padding-right: 5%;
  }

  .xl\:focus\:pb-5\%:focus {
    padding-bottom: 5%;
  }

  .xl\:focus\:pl-5\%:focus {
    padding-left: 5%;
  }

  .xl\:focus\:pt-10\%:focus {
    padding-top: 10%;
  }

  .xl\:focus\:pr-10\%:focus {
    padding-right: 10%;
  }

  .xl\:focus\:pb-10\%:focus {
    padding-bottom: 10%;
  }

  .xl\:focus\:pl-10\%:focus {
    padding-left: 10%;
  }

  .xl\:focus\:pt-20\%:focus {
    padding-top: 20%;
  }

  .xl\:focus\:pr-20\%:focus {
    padding-right: 20%;
  }

  .xl\:focus\:pb-20\%:focus {
    padding-bottom: 20%;
  }

  .xl\:focus\:pl-20\%:focus {
    padding-left: 20%;
  }

  .xl\:focus\:pt-23\%:focus {
    padding-top: 23%;
  }

  .xl\:focus\:pr-23\%:focus {
    padding-right: 23%;
  }

  .xl\:focus\:pb-23\%:focus {
    padding-bottom: 23%;
  }

  .xl\:focus\:pl-23\%:focus {
    padding-left: 23%;
  }

  .xl\:focus\:pt-25\%:focus {
    padding-top: 25%;
  }

  .xl\:focus\:pr-25\%:focus {
    padding-right: 25%;
  }

  .xl\:focus\:pb-25\%:focus {
    padding-bottom: 25%;
  }

  .xl\:focus\:pl-25\%:focus {
    padding-left: 25%;
  }

  .xl\:focus\:pt-26\%:focus {
    padding-top: 26%;
  }

  .xl\:focus\:pr-26\%:focus {
    padding-right: 26%;
  }

  .xl\:focus\:pb-26\%:focus {
    padding-bottom: 26%;
  }

  .xl\:focus\:pl-26\%:focus {
    padding-left: 26%;
  }

  .xl\:focus\:pt-30\%:focus {
    padding-top: 30%;
  }

  .xl\:focus\:pr-30\%:focus {
    padding-right: 30%;
  }

  .xl\:focus\:pb-30\%:focus {
    padding-bottom: 30%;
  }

  .xl\:focus\:pl-30\%:focus {
    padding-left: 30%;
  }

  .xl\:focus\:pt-40\%:focus {
    padding-top: 40%;
  }

  .xl\:focus\:pr-40\%:focus {
    padding-right: 40%;
  }

  .xl\:focus\:pb-40\%:focus {
    padding-bottom: 40%;
  }

  .xl\:focus\:pl-40\%:focus {
    padding-left: 40%;
  }

  .xl\:focus\:pt-50\%:focus {
    padding-top: 50%;
  }

  .xl\:focus\:pr-50\%:focus {
    padding-right: 50%;
  }

  .xl\:focus\:pb-50\%:focus {
    padding-bottom: 50%;
  }

  .xl\:focus\:pl-50\%:focus {
    padding-left: 50%;
  }

  .xl\:focus\:pt-60\%:focus {
    padding-top: 60%;
  }

  .xl\:focus\:pr-60\%:focus {
    padding-right: 60%;
  }

  .xl\:focus\:pb-60\%:focus {
    padding-bottom: 60%;
  }

  .xl\:focus\:pl-60\%:focus {
    padding-left: 60%;
  }

  .xl\:focus\:pt-70\%:focus {
    padding-top: 70%;
  }

  .xl\:focus\:pr-70\%:focus {
    padding-right: 70%;
  }

  .xl\:focus\:pb-70\%:focus {
    padding-bottom: 70%;
  }

  .xl\:focus\:pl-70\%:focus {
    padding-left: 70%;
  }

  .xl\:focus\:pt-80\%:focus {
    padding-top: 80%;
  }

  .xl\:focus\:pr-80\%:focus {
    padding-right: 80%;
  }

  .xl\:focus\:pb-80\%:focus {
    padding-bottom: 80%;
  }

  .xl\:focus\:pl-80\%:focus {
    padding-left: 80%;
  }

  .xl\:focus\:pt-90\%:focus {
    padding-top: 90%;
  }

  .xl\:focus\:pr-90\%:focus {
    padding-right: 90%;
  }

  .xl\:focus\:pb-90\%:focus {
    padding-bottom: 90%;
  }

  .xl\:focus\:pl-90\%:focus {
    padding-left: 90%;
  }

  .xl\:focus\:pt-95\%:focus {
    padding-top: 95%;
  }

  .xl\:focus\:pr-95\%:focus {
    padding-right: 95%;
  }

  .xl\:focus\:pb-95\%:focus {
    padding-bottom: 95%;
  }

  .xl\:focus\:pl-95\%:focus {
    padding-left: 95%;
  }

  .xl\:focus\:pt-96\%:focus {
    padding-top: 96%;
  }

  .xl\:focus\:pr-96\%:focus {
    padding-right: 96%;
  }

  .xl\:focus\:pb-96\%:focus {
    padding-bottom: 96%;
  }

  .xl\:focus\:pl-96\%:focus {
    padding-left: 96%;
  }

  .xl\:focus\:pt-97\%:focus {
    padding-top: 97%;
  }

  .xl\:focus\:pr-97\%:focus {
    padding-right: 97%;
  }

  .xl\:focus\:pb-97\%:focus {
    padding-bottom: 97%;
  }

  .xl\:focus\:pl-97\%:focus {
    padding-left: 97%;
  }

  .xl\:focus\:pt-98\%:focus {
    padding-top: 98%;
  }

  .xl\:focus\:pr-98\%:focus {
    padding-right: 98%;
  }

  .xl\:focus\:pb-98\%:focus {
    padding-bottom: 98%;
  }

  .xl\:focus\:pl-98\%:focus {
    padding-left: 98%;
  }

  .xl\:focus\:pt-99\%:focus {
    padding-top: 99%;
  }

  .xl\:focus\:pr-99\%:focus {
    padding-right: 99%;
  }

  .xl\:focus\:pb-99\%:focus {
    padding-bottom: 99%;
  }

  .xl\:focus\:pl-99\%:focus {
    padding-left: 99%;
  }

  .xl\:focus\:pt-36vh:focus {
    padding-top: 36vh;
  }

  .xl\:focus\:pr-36vh:focus {
    padding-right: 36vh;
  }

  .xl\:focus\:pb-36vh:focus {
    padding-bottom: 36vh;
  }

  .xl\:focus\:pl-36vh:focus {
    padding-left: 36vh;
  }

  .xl\:focus\:pt-75vh:focus {
    padding-top: 75vh;
  }

  .xl\:focus\:pr-75vh:focus {
    padding-right: 75vh;
  }

  .xl\:focus\:pb-75vh:focus {
    padding-bottom: 75vh;
  }

  .xl\:focus\:pl-75vh:focus {
    padding-left: 75vh;
  }

  .xl\:focus\:pt-78vh:focus {
    padding-top: 78vh;
  }

  .xl\:focus\:pr-78vh:focus {
    padding-right: 78vh;
  }

  .xl\:focus\:pb-78vh:focus {
    padding-bottom: 78vh;
  }

  .xl\:focus\:pl-78vh:focus {
    padding-left: 78vh;
  }

  .xl\:focus\:pt-80vh:focus {
    padding-top: 80vh;
  }

  .xl\:focus\:pr-80vh:focus {
    padding-right: 80vh;
  }

  .xl\:focus\:pb-80vh:focus {
    padding-bottom: 80vh;
  }

  .xl\:focus\:pl-80vh:focus {
    padding-left: 80vh;
  }

  .xl\:focus\:pt-82vh:focus {
    padding-top: 82vh;
  }

  .xl\:focus\:pr-82vh:focus {
    padding-right: 82vh;
  }

  .xl\:focus\:pb-82vh:focus {
    padding-bottom: 82vh;
  }

  .xl\:focus\:pl-82vh:focus {
    padding-left: 82vh;
  }

  .xl\:focus-within\:p-0:focus-within {
    padding: 0;
  }

  .xl\:focus-within\:p-1:focus-within {
    padding: 0.25rem;
  }

  .xl\:focus-within\:p-2:focus-within {
    padding: 0.5rem;
  }

  .xl\:focus-within\:p-3:focus-within {
    padding: 0.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-7:focus-within {
    padding: 1.75rem;
  }

  .xl\:focus-within\:p-8:focus-within {
    padding: 2rem;
  }

  .xl\:focus-within\:p-9:focus-within {
    padding: 2.25rem;
  }

  .xl\:focus-within\:p-10:focus-within {
    padding: 2.5rem;
  }

  .xl\:focus-within\:p-12:focus-within {
    padding: 3rem;
  }

  .xl\:focus-within\:p-14:focus-within {
    padding: 3.5rem;
  }

  .xl\:focus-within\:p-15:focus-within {
    padding: 3.75rem;
  }

  .xl\:focus-within\:p-16:focus-within {
    padding: 4rem;
  }

  .xl\:focus-within\:p-18:focus-within {
    padding: 4.5rem;
  }

  .xl\:focus-within\:p-20:focus-within {
    padding: 5rem;
  }

  .xl\:focus-within\:p-21:focus-within {
    padding: 5.25rem;
  }

  .xl\:focus-within\:p-22:focus-within {
    padding: 5.5rem;
  }

  .xl\:focus-within\:p-24:focus-within {
    padding: 6rem;
  }

  .xl\:focus-within\:p-26:focus-within {
    padding: 6.5rem;
  }

  .xl\:focus-within\:p-28:focus-within {
    padding: 7rem;
  }

  .xl\:focus-within\:p-30:focus-within {
    padding: 7.5rem;
  }

  .xl\:focus-within\:p-32:focus-within {
    padding: 8rem;
  }

  .xl\:focus-within\:p-34:focus-within {
    padding: 8.5rem;
  }

  .xl\:focus-within\:p-36:focus-within {
    padding: 9rem;
  }

  .xl\:focus-within\:p-38:focus-within {
    padding: 9.5rem;
  }

  .xl\:focus-within\:p-40:focus-within {
    padding: 10rem;
  }

  .xl\:focus-within\:p-44:focus-within {
    padding: 11rem;
  }

  .xl\:focus-within\:p-48:focus-within {
    padding: 12rem;
  }

  .xl\:focus-within\:p-52:focus-within {
    padding: 13rem;
  }

  .xl\:focus-within\:p-53:focus-within {
    padding: 13.25rem;
  }

  .xl\:focus-within\:p-54:focus-within {
    padding: 13.5rem;
  }

  .xl\:focus-within\:p-56:focus-within {
    padding: 14rem;
  }

  .xl\:focus-within\:p-64:focus-within {
    padding: 16rem;
  }

  .xl\:focus-within\:p-72:focus-within {
    padding: 18rem;
  }

  .xl\:focus-within\:p-74:focus-within {
    padding: 18.5rem;
  }

  .xl\:focus-within\:p-76:focus-within {
    padding: 19rem;
  }

  .xl\:focus-within\:p-80:focus-within {
    padding: 20rem;
  }

  .xl\:focus-within\:p-85:focus-within {
    padding: 21.25rem;
  }

  .xl\:focus-within\:p-100:focus-within {
    padding: 25rem;
  }

  .xl\:focus-within\:p-105:focus-within {
    padding: 26.25rem;
  }

  .xl\:focus-within\:p-107:focus-within {
    padding: 26.4rem;
  }

  .xl\:focus-within\:p-110:focus-within {
    padding: 27.5rem;
  }

  .xl\:focus-within\:p-120:focus-within {
    padding: 30rem;
  }

  .xl\:focus-within\:p-130:focus-within {
    padding: 38rem;
  }

  .xl\:focus-within\:p-px:focus-within {
    padding: 1px;
  }

  .xl\:focus-within\:p-250px:focus-within {
    padding: 250px;
  }

  .xl\:focus-within\:p-1\/2\%:focus-within {
    padding: 0.5%;
  }

  .xl\:focus-within\:p-1\%:focus-within {
    padding: 1%;
  }

  .xl\:focus-within\:p-2\%:focus-within {
    padding: 2%;
  }

  .xl\:focus-within\:p-3\%:focus-within {
    padding: 3%;
  }

  .xl\:focus-within\:p-4\%:focus-within {
    padding: 4%;
  }

  .xl\:focus-within\:p-5\%:focus-within {
    padding: 5%;
  }

  .xl\:focus-within\:p-10\%:focus-within {
    padding: 10%;
  }

  .xl\:focus-within\:p-20\%:focus-within {
    padding: 20%;
  }

  .xl\:focus-within\:p-23\%:focus-within {
    padding: 23%;
  }

  .xl\:focus-within\:p-25\%:focus-within {
    padding: 25%;
  }

  .xl\:focus-within\:p-26\%:focus-within {
    padding: 26%;
  }

  .xl\:focus-within\:p-30\%:focus-within {
    padding: 30%;
  }

  .xl\:focus-within\:p-40\%:focus-within {
    padding: 40%;
  }

  .xl\:focus-within\:p-50\%:focus-within {
    padding: 50%;
  }

  .xl\:focus-within\:p-60\%:focus-within {
    padding: 60%;
  }

  .xl\:focus-within\:p-70\%:focus-within {
    padding: 70%;
  }

  .xl\:focus-within\:p-80\%:focus-within {
    padding: 80%;
  }

  .xl\:focus-within\:p-90\%:focus-within {
    padding: 90%;
  }

  .xl\:focus-within\:p-95\%:focus-within {
    padding: 95%;
  }

  .xl\:focus-within\:p-96\%:focus-within {
    padding: 96%;
  }

  .xl\:focus-within\:p-97\%:focus-within {
    padding: 97%;
  }

  .xl\:focus-within\:p-98\%:focus-within {
    padding: 98%;
  }

  .xl\:focus-within\:p-99\%:focus-within {
    padding: 99%;
  }

  .xl\:focus-within\:p-36vh:focus-within {
    padding: 36vh;
  }

  .xl\:focus-within\:p-75vh:focus-within {
    padding: 75vh;
  }

  .xl\:focus-within\:p-78vh:focus-within {
    padding: 78vh;
  }

  .xl\:focus-within\:p-80vh:focus-within {
    padding: 80vh;
  }

  .xl\:focus-within\:p-82vh:focus-within {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:focus-within\:px-1:focus-within {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:focus-within\:py-2:focus-within {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:focus-within\:px-2:focus-within {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:focus-within\:py-3:focus-within {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:focus-within\:px-3:focus-within {
    padding-left: 0.75rem;
    padding-right: 0.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-7:focus-within {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:focus-within\:px-7:focus-within {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9:focus-within {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:focus-within\:px-9:focus-within {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14:focus-within {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:focus-within\:px-14:focus-within {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:focus-within\:py-15:focus-within {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:focus-within\:px-15:focus-within {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18:focus-within {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:focus-within\:px-18:focus-within {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21:focus-within {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:focus-within\:px-21:focus-within {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:focus-within\:py-22:focus-within {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:focus-within\:px-22:focus-within {
    padding-left: 5.5rem;
    padding-right: 5.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-26:focus-within {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:focus-within\:px-26:focus-within {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:focus-within\:py-28:focus-within {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:focus-within\:px-28:focus-within {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:focus-within\:py-30:focus-within {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:focus-within\:px-30:focus-within {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34:focus-within {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:focus-within\:px-34:focus-within {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:focus-within\:py-36:focus-within {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:focus-within\:px-36:focus-within {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:focus-within\:py-38:focus-within {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:focus-within\:px-38:focus-within {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:focus-within\:py-40:focus-within {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:focus-within\:px-40:focus-within {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:focus-within\:py-44:focus-within {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:focus-within\:px-44:focus-within {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:focus-within\:py-48:focus-within {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:focus-within\:px-48:focus-within {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:focus-within\:py-52:focus-within {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:focus-within\:px-52:focus-within {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:focus-within\:py-53:focus-within {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xl\:focus-within\:px-53:focus-within {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xl\:focus-within\:py-54:focus-within {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:focus-within\:px-54:focus-within {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:focus-within\:py-56:focus-within {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:focus-within\:px-56:focus-within {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:focus-within\:py-64:focus-within {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:focus-within\:px-64:focus-within {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:focus-within\:py-72:focus-within {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:focus-within\:px-72:focus-within {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:focus-within\:py-74:focus-within {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xl\:focus-within\:px-74:focus-within {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xl\:focus-within\:py-76:focus-within {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xl\:focus-within\:px-76:focus-within {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xl\:focus-within\:py-80:focus-within {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:focus-within\:px-80:focus-within {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:focus-within\:py-85:focus-within {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xl\:focus-within\:px-85:focus-within {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xl\:focus-within\:py-100:focus-within {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:focus-within\:px-100:focus-within {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:focus-within\:py-105:focus-within {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xl\:focus-within\:px-105:focus-within {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xl\:focus-within\:py-107:focus-within {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xl\:focus-within\:px-107:focus-within {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xl\:focus-within\:py-110:focus-within {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:focus-within\:px-110:focus-within {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:focus-within\:py-120:focus-within {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:focus-within\:px-120:focus-within {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:focus-within\:py-130:focus-within {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:focus-within\:px-130:focus-within {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .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\:py-250px:focus-within {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:focus-within\:px-250px:focus-within {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:focus-within\:py-1\/2\%:focus-within {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xl\:focus-within\:px-1\/2\%:focus-within {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xl\:focus-within\:py-1\%:focus-within {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:focus-within\:px-1\%:focus-within {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:focus-within\:py-2\%:focus-within {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xl\:focus-within\:px-2\%:focus-within {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xl\:focus-within\:py-3\%:focus-within {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xl\:focus-within\:px-3\%:focus-within {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xl\:focus-within\:py-4\%:focus-within {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xl\:focus-within\:px-4\%:focus-within {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:focus-within\:py-5\%:focus-within {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:focus-within\:px-5\%:focus-within {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:focus-within\:py-10\%:focus-within {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:focus-within\:px-10\%:focus-within {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:focus-within\:py-20\%:focus-within {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:focus-within\:px-20\%:focus-within {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:focus-within\:py-23\%:focus-within {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xl\:focus-within\:px-23\%:focus-within {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xl\:focus-within\:py-25\%:focus-within {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:focus-within\:px-25\%:focus-within {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:focus-within\:py-26\%:focus-within {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xl\:focus-within\:px-26\%:focus-within {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xl\:focus-within\:py-30\%:focus-within {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:focus-within\:px-30\%:focus-within {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:focus-within\:py-40\%:focus-within {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:focus-within\:px-40\%:focus-within {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:focus-within\:py-50\%:focus-within {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:focus-within\:px-50\%:focus-within {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:focus-within\:py-60\%:focus-within {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:focus-within\:px-60\%:focus-within {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:focus-within\:py-70\%:focus-within {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:focus-within\:px-70\%:focus-within {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:focus-within\:py-80\%:focus-within {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:focus-within\:px-80\%:focus-within {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:focus-within\:py-90\%:focus-within {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:focus-within\:px-90\%:focus-within {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:focus-within\:py-95\%:focus-within {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:focus-within\:px-95\%:focus-within {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:focus-within\:py-96\%:focus-within {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:focus-within\:px-96\%:focus-within {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:focus-within\:py-97\%:focus-within {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xl\:focus-within\:px-97\%:focus-within {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xl\:focus-within\:py-98\%:focus-within {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xl\:focus-within\:px-98\%:focus-within {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xl\:focus-within\:py-99\%:focus-within {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xl\:focus-within\:px-99\%:focus-within {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xl\:focus-within\:py-36vh:focus-within {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xl\:focus-within\:px-36vh:focus-within {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xl\:focus-within\:py-75vh:focus-within {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xl\:focus-within\:px-75vh:focus-within {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xl\:focus-within\:py-78vh:focus-within {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xl\:focus-within\:px-78vh:focus-within {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xl\:focus-within\:py-80vh:focus-within {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:focus-within\:px-80vh:focus-within {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:focus-within\:py-82vh:focus-within {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xl\:focus-within\:px-82vh:focus-within {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .xl\:focus-within\:pr-1:focus-within {
    padding-right: 0.25rem;
  }

  .xl\:focus-within\:pb-1:focus-within {
    padding-bottom: 0.25rem;
  }

  .xl\:focus-within\:pl-1:focus-within {
    padding-left: 0.25rem;
  }

  .xl\:focus-within\:pt-2:focus-within {
    padding-top: 0.5rem;
  }

  .xl\:focus-within\:pr-2:focus-within {
    padding-right: 0.5rem;
  }

  .xl\:focus-within\:pb-2:focus-within {
    padding-bottom: 0.5rem;
  }

  .xl\:focus-within\:pl-2:focus-within {
    padding-left: 0.5rem;
  }

  .xl\:focus-within\:pt-3:focus-within {
    padding-top: 0.75rem;
  }

  .xl\:focus-within\:pr-3:focus-within {
    padding-right: 0.75rem;
  }

  .xl\:focus-within\:pb-3:focus-within {
    padding-bottom: 0.75rem;
  }

  .xl\:focus-within\:pl-3:focus-within {
    padding-left: 0.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-7:focus-within {
    padding-top: 1.75rem;
  }

  .xl\:focus-within\:pr-7:focus-within {
    padding-right: 1.75rem;
  }

  .xl\:focus-within\:pb-7:focus-within {
    padding-bottom: 1.75rem;
  }

  .xl\:focus-within\:pl-7:focus-within {
    padding-left: 1.75rem;
  }

  .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-9:focus-within {
    padding-top: 2.25rem;
  }

  .xl\:focus-within\:pr-9:focus-within {
    padding-right: 2.25rem;
  }

  .xl\:focus-within\:pb-9:focus-within {
    padding-bottom: 2.25rem;
  }

  .xl\:focus-within\:pl-9:focus-within {
    padding-left: 2.25rem;
  }

  .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-14:focus-within {
    padding-top: 3.5rem;
  }

  .xl\:focus-within\:pr-14:focus-within {
    padding-right: 3.5rem;
  }

  .xl\:focus-within\:pb-14:focus-within {
    padding-bottom: 3.5rem;
  }

  .xl\:focus-within\:pl-14:focus-within {
    padding-left: 3.5rem;
  }

  .xl\:focus-within\:pt-15:focus-within {
    padding-top: 3.75rem;
  }

  .xl\:focus-within\:pr-15:focus-within {
    padding-right: 3.75rem;
  }

  .xl\:focus-within\:pb-15:focus-within {
    padding-bottom: 3.75rem;
  }

  .xl\:focus-within\:pl-15:focus-within {
    padding-left: 3.75rem;
  }

  .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-18:focus-within {
    padding-top: 4.5rem;
  }

  .xl\:focus-within\:pr-18:focus-within {
    padding-right: 4.5rem;
  }

  .xl\:focus-within\:pb-18:focus-within {
    padding-bottom: 4.5rem;
  }

  .xl\:focus-within\:pl-18:focus-within {
    padding-left: 4.5rem;
  }

  .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-21:focus-within {
    padding-top: 5.25rem;
  }

  .xl\:focus-within\:pr-21:focus-within {
    padding-right: 5.25rem;
  }

  .xl\:focus-within\:pb-21:focus-within {
    padding-bottom: 5.25rem;
  }

  .xl\:focus-within\:pl-21:focus-within {
    padding-left: 5.25rem;
  }

  .xl\:focus-within\:pt-22:focus-within {
    padding-top: 5.5rem;
  }

  .xl\:focus-within\:pr-22:focus-within {
    padding-right: 5.5rem;
  }

  .xl\:focus-within\:pb-22:focus-within {
    padding-bottom: 5.5rem;
  }

  .xl\:focus-within\:pl-22:focus-within {
    padding-left: 5.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-26:focus-within {
    padding-top: 6.5rem;
  }

  .xl\:focus-within\:pr-26:focus-within {
    padding-right: 6.5rem;
  }

  .xl\:focus-within\:pb-26:focus-within {
    padding-bottom: 6.5rem;
  }

  .xl\:focus-within\:pl-26:focus-within {
    padding-left: 6.5rem;
  }

  .xl\:focus-within\:pt-28:focus-within {
    padding-top: 7rem;
  }

  .xl\:focus-within\:pr-28:focus-within {
    padding-right: 7rem;
  }

  .xl\:focus-within\:pb-28:focus-within {
    padding-bottom: 7rem;
  }

  .xl\:focus-within\:pl-28:focus-within {
    padding-left: 7rem;
  }

  .xl\:focus-within\:pt-30:focus-within {
    padding-top: 7.5rem;
  }

  .xl\:focus-within\:pr-30:focus-within {
    padding-right: 7.5rem;
  }

  .xl\:focus-within\:pb-30:focus-within {
    padding-bottom: 7.5rem;
  }

  .xl\:focus-within\:pl-30:focus-within {
    padding-left: 7.5rem;
  }

  .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-34:focus-within {
    padding-top: 8.5rem;
  }

  .xl\:focus-within\:pr-34:focus-within {
    padding-right: 8.5rem;
  }

  .xl\:focus-within\:pb-34:focus-within {
    padding-bottom: 8.5rem;
  }

  .xl\:focus-within\:pl-34:focus-within {
    padding-left: 8.5rem;
  }

  .xl\:focus-within\:pt-36:focus-within {
    padding-top: 9rem;
  }

  .xl\:focus-within\:pr-36:focus-within {
    padding-right: 9rem;
  }

  .xl\:focus-within\:pb-36:focus-within {
    padding-bottom: 9rem;
  }

  .xl\:focus-within\:pl-36:focus-within {
    padding-left: 9rem;
  }

  .xl\:focus-within\:pt-38:focus-within {
    padding-top: 9.5rem;
  }

  .xl\:focus-within\:pr-38:focus-within {
    padding-right: 9.5rem;
  }

  .xl\:focus-within\:pb-38:focus-within {
    padding-bottom: 9.5rem;
  }

  .xl\:focus-within\:pl-38:focus-within {
    padding-left: 9.5rem;
  }

  .xl\:focus-within\:pt-40:focus-within {
    padding-top: 10rem;
  }

  .xl\:focus-within\:pr-40:focus-within {
    padding-right: 10rem;
  }

  .xl\:focus-within\:pb-40:focus-within {
    padding-bottom: 10rem;
  }

  .xl\:focus-within\:pl-40:focus-within {
    padding-left: 10rem;
  }

  .xl\:focus-within\:pt-44:focus-within {
    padding-top: 11rem;
  }

  .xl\:focus-within\:pr-44:focus-within {
    padding-right: 11rem;
  }

  .xl\:focus-within\:pb-44:focus-within {
    padding-bottom: 11rem;
  }

  .xl\:focus-within\:pl-44:focus-within {
    padding-left: 11rem;
  }

  .xl\:focus-within\:pt-48:focus-within {
    padding-top: 12rem;
  }

  .xl\:focus-within\:pr-48:focus-within {
    padding-right: 12rem;
  }

  .xl\:focus-within\:pb-48:focus-within {
    padding-bottom: 12rem;
  }

  .xl\:focus-within\:pl-48:focus-within {
    padding-left: 12rem;
  }

  .xl\:focus-within\:pt-52:focus-within {
    padding-top: 13rem;
  }

  .xl\:focus-within\:pr-52:focus-within {
    padding-right: 13rem;
  }

  .xl\:focus-within\:pb-52:focus-within {
    padding-bottom: 13rem;
  }

  .xl\:focus-within\:pl-52:focus-within {
    padding-left: 13rem;
  }

  .xl\:focus-within\:pt-53:focus-within {
    padding-top: 13.25rem;
  }

  .xl\:focus-within\:pr-53:focus-within {
    padding-right: 13.25rem;
  }

  .xl\:focus-within\:pb-53:focus-within {
    padding-bottom: 13.25rem;
  }

  .xl\:focus-within\:pl-53:focus-within {
    padding-left: 13.25rem;
  }

  .xl\:focus-within\:pt-54:focus-within {
    padding-top: 13.5rem;
  }

  .xl\:focus-within\:pr-54:focus-within {
    padding-right: 13.5rem;
  }

  .xl\:focus-within\:pb-54:focus-within {
    padding-bottom: 13.5rem;
  }

  .xl\:focus-within\:pl-54:focus-within {
    padding-left: 13.5rem;
  }

  .xl\:focus-within\:pt-56:focus-within {
    padding-top: 14rem;
  }

  .xl\:focus-within\:pr-56:focus-within {
    padding-right: 14rem;
  }

  .xl\:focus-within\:pb-56:focus-within {
    padding-bottom: 14rem;
  }

  .xl\:focus-within\:pl-56:focus-within {
    padding-left: 14rem;
  }

  .xl\:focus-within\:pt-64:focus-within {
    padding-top: 16rem;
  }

  .xl\:focus-within\:pr-64:focus-within {
    padding-right: 16rem;
  }

  .xl\:focus-within\:pb-64:focus-within {
    padding-bottom: 16rem;
  }

  .xl\:focus-within\:pl-64:focus-within {
    padding-left: 16rem;
  }

  .xl\:focus-within\:pt-72:focus-within {
    padding-top: 18rem;
  }

  .xl\:focus-within\:pr-72:focus-within {
    padding-right: 18rem;
  }

  .xl\:focus-within\:pb-72:focus-within {
    padding-bottom: 18rem;
  }

  .xl\:focus-within\:pl-72:focus-within {
    padding-left: 18rem;
  }

  .xl\:focus-within\:pt-74:focus-within {
    padding-top: 18.5rem;
  }

  .xl\:focus-within\:pr-74:focus-within {
    padding-right: 18.5rem;
  }

  .xl\:focus-within\:pb-74:focus-within {
    padding-bottom: 18.5rem;
  }

  .xl\:focus-within\:pl-74:focus-within {
    padding-left: 18.5rem;
  }

  .xl\:focus-within\:pt-76:focus-within {
    padding-top: 19rem;
  }

  .xl\:focus-within\:pr-76:focus-within {
    padding-right: 19rem;
  }

  .xl\:focus-within\:pb-76:focus-within {
    padding-bottom: 19rem;
  }

  .xl\:focus-within\:pl-76:focus-within {
    padding-left: 19rem;
  }

  .xl\:focus-within\:pt-80:focus-within {
    padding-top: 20rem;
  }

  .xl\:focus-within\:pr-80:focus-within {
    padding-right: 20rem;
  }

  .xl\:focus-within\:pb-80:focus-within {
    padding-bottom: 20rem;
  }

  .xl\:focus-within\:pl-80:focus-within {
    padding-left: 20rem;
  }

  .xl\:focus-within\:pt-85:focus-within {
    padding-top: 21.25rem;
  }

  .xl\:focus-within\:pr-85:focus-within {
    padding-right: 21.25rem;
  }

  .xl\:focus-within\:pb-85:focus-within {
    padding-bottom: 21.25rem;
  }

  .xl\:focus-within\:pl-85:focus-within {
    padding-left: 21.25rem;
  }

  .xl\:focus-within\:pt-100:focus-within {
    padding-top: 25rem;
  }

  .xl\:focus-within\:pr-100:focus-within {
    padding-right: 25rem;
  }

  .xl\:focus-within\:pb-100:focus-within {
    padding-bottom: 25rem;
  }

  .xl\:focus-within\:pl-100:focus-within {
    padding-left: 25rem;
  }

  .xl\:focus-within\:pt-105:focus-within {
    padding-top: 26.25rem;
  }

  .xl\:focus-within\:pr-105:focus-within {
    padding-right: 26.25rem;
  }

  .xl\:focus-within\:pb-105:focus-within {
    padding-bottom: 26.25rem;
  }

  .xl\:focus-within\:pl-105:focus-within {
    padding-left: 26.25rem;
  }

  .xl\:focus-within\:pt-107:focus-within {
    padding-top: 26.4rem;
  }

  .xl\:focus-within\:pr-107:focus-within {
    padding-right: 26.4rem;
  }

  .xl\:focus-within\:pb-107:focus-within {
    padding-bottom: 26.4rem;
  }

  .xl\:focus-within\:pl-107:focus-within {
    padding-left: 26.4rem;
  }

  .xl\:focus-within\:pt-110:focus-within {
    padding-top: 27.5rem;
  }

  .xl\:focus-within\:pr-110:focus-within {
    padding-right: 27.5rem;
  }

  .xl\:focus-within\:pb-110:focus-within {
    padding-bottom: 27.5rem;
  }

  .xl\:focus-within\:pl-110:focus-within {
    padding-left: 27.5rem;
  }

  .xl\:focus-within\:pt-120:focus-within {
    padding-top: 30rem;
  }

  .xl\:focus-within\:pr-120:focus-within {
    padding-right: 30rem;
  }

  .xl\:focus-within\:pb-120:focus-within {
    padding-bottom: 30rem;
  }

  .xl\:focus-within\:pl-120:focus-within {
    padding-left: 30rem;
  }

  .xl\:focus-within\:pt-130:focus-within {
    padding-top: 38rem;
  }

  .xl\:focus-within\:pr-130:focus-within {
    padding-right: 38rem;
  }

  .xl\:focus-within\:pb-130:focus-within {
    padding-bottom: 38rem;
  }

  .xl\:focus-within\:pl-130:focus-within {
    padding-left: 38rem;
  }

  .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-within\:pt-250px:focus-within {
    padding-top: 250px;
  }

  .xl\:focus-within\:pr-250px:focus-within {
    padding-right: 250px;
  }

  .xl\:focus-within\:pb-250px:focus-within {
    padding-bottom: 250px;
  }

  .xl\:focus-within\:pl-250px:focus-within {
    padding-left: 250px;
  }

  .xl\:focus-within\:pt-1\/2\%:focus-within {
    padding-top: 0.5%;
  }

  .xl\:focus-within\:pr-1\/2\%:focus-within {
    padding-right: 0.5%;
  }

  .xl\:focus-within\:pb-1\/2\%:focus-within {
    padding-bottom: 0.5%;
  }

  .xl\:focus-within\:pl-1\/2\%:focus-within {
    padding-left: 0.5%;
  }

  .xl\:focus-within\:pt-1\%:focus-within {
    padding-top: 1%;
  }

  .xl\:focus-within\:pr-1\%:focus-within {
    padding-right: 1%;
  }

  .xl\:focus-within\:pb-1\%:focus-within {
    padding-bottom: 1%;
  }

  .xl\:focus-within\:pl-1\%:focus-within {
    padding-left: 1%;
  }

  .xl\:focus-within\:pt-2\%:focus-within {
    padding-top: 2%;
  }

  .xl\:focus-within\:pr-2\%:focus-within {
    padding-right: 2%;
  }

  .xl\:focus-within\:pb-2\%:focus-within {
    padding-bottom: 2%;
  }

  .xl\:focus-within\:pl-2\%:focus-within {
    padding-left: 2%;
  }

  .xl\:focus-within\:pt-3\%:focus-within {
    padding-top: 3%;
  }

  .xl\:focus-within\:pr-3\%:focus-within {
    padding-right: 3%;
  }

  .xl\:focus-within\:pb-3\%:focus-within {
    padding-bottom: 3%;
  }

  .xl\:focus-within\:pl-3\%:focus-within {
    padding-left: 3%;
  }

  .xl\:focus-within\:pt-4\%:focus-within {
    padding-top: 4%;
  }

  .xl\:focus-within\:pr-4\%:focus-within {
    padding-right: 4%;
  }

  .xl\:focus-within\:pb-4\%:focus-within {
    padding-bottom: 4%;
  }

  .xl\:focus-within\:pl-4\%:focus-within {
    padding-left: 4%;
  }

  .xl\:focus-within\:pt-5\%:focus-within {
    padding-top: 5%;
  }

  .xl\:focus-within\:pr-5\%:focus-within {
    padding-right: 5%;
  }

  .xl\:focus-within\:pb-5\%:focus-within {
    padding-bottom: 5%;
  }

  .xl\:focus-within\:pl-5\%:focus-within {
    padding-left: 5%;
  }

  .xl\:focus-within\:pt-10\%:focus-within {
    padding-top: 10%;
  }

  .xl\:focus-within\:pr-10\%:focus-within {
    padding-right: 10%;
  }

  .xl\:focus-within\:pb-10\%:focus-within {
    padding-bottom: 10%;
  }

  .xl\:focus-within\:pl-10\%:focus-within {
    padding-left: 10%;
  }

  .xl\:focus-within\:pt-20\%:focus-within {
    padding-top: 20%;
  }

  .xl\:focus-within\:pr-20\%:focus-within {
    padding-right: 20%;
  }

  .xl\:focus-within\:pb-20\%:focus-within {
    padding-bottom: 20%;
  }

  .xl\:focus-within\:pl-20\%:focus-within {
    padding-left: 20%;
  }

  .xl\:focus-within\:pt-23\%:focus-within {
    padding-top: 23%;
  }

  .xl\:focus-within\:pr-23\%:focus-within {
    padding-right: 23%;
  }

  .xl\:focus-within\:pb-23\%:focus-within {
    padding-bottom: 23%;
  }

  .xl\:focus-within\:pl-23\%:focus-within {
    padding-left: 23%;
  }

  .xl\:focus-within\:pt-25\%:focus-within {
    padding-top: 25%;
  }

  .xl\:focus-within\:pr-25\%:focus-within {
    padding-right: 25%;
  }

  .xl\:focus-within\:pb-25\%:focus-within {
    padding-bottom: 25%;
  }

  .xl\:focus-within\:pl-25\%:focus-within {
    padding-left: 25%;
  }

  .xl\:focus-within\:pt-26\%:focus-within {
    padding-top: 26%;
  }

  .xl\:focus-within\:pr-26\%:focus-within {
    padding-right: 26%;
  }

  .xl\:focus-within\:pb-26\%:focus-within {
    padding-bottom: 26%;
  }

  .xl\:focus-within\:pl-26\%:focus-within {
    padding-left: 26%;
  }

  .xl\:focus-within\:pt-30\%:focus-within {
    padding-top: 30%;
  }

  .xl\:focus-within\:pr-30\%:focus-within {
    padding-right: 30%;
  }

  .xl\:focus-within\:pb-30\%:focus-within {
    padding-bottom: 30%;
  }

  .xl\:focus-within\:pl-30\%:focus-within {
    padding-left: 30%;
  }

  .xl\:focus-within\:pt-40\%:focus-within {
    padding-top: 40%;
  }

  .xl\:focus-within\:pr-40\%:focus-within {
    padding-right: 40%;
  }

  .xl\:focus-within\:pb-40\%:focus-within {
    padding-bottom: 40%;
  }

  .xl\:focus-within\:pl-40\%:focus-within {
    padding-left: 40%;
  }

  .xl\:focus-within\:pt-50\%:focus-within {
    padding-top: 50%;
  }

  .xl\:focus-within\:pr-50\%:focus-within {
    padding-right: 50%;
  }

  .xl\:focus-within\:pb-50\%:focus-within {
    padding-bottom: 50%;
  }

  .xl\:focus-within\:pl-50\%:focus-within {
    padding-left: 50%;
  }

  .xl\:focus-within\:pt-60\%:focus-within {
    padding-top: 60%;
  }

  .xl\:focus-within\:pr-60\%:focus-within {
    padding-right: 60%;
  }

  .xl\:focus-within\:pb-60\%:focus-within {
    padding-bottom: 60%;
  }

  .xl\:focus-within\:pl-60\%:focus-within {
    padding-left: 60%;
  }

  .xl\:focus-within\:pt-70\%:focus-within {
    padding-top: 70%;
  }

  .xl\:focus-within\:pr-70\%:focus-within {
    padding-right: 70%;
  }

  .xl\:focus-within\:pb-70\%:focus-within {
    padding-bottom: 70%;
  }

  .xl\:focus-within\:pl-70\%:focus-within {
    padding-left: 70%;
  }

  .xl\:focus-within\:pt-80\%:focus-within {
    padding-top: 80%;
  }

  .xl\:focus-within\:pr-80\%:focus-within {
    padding-right: 80%;
  }

  .xl\:focus-within\:pb-80\%:focus-within {
    padding-bottom: 80%;
  }

  .xl\:focus-within\:pl-80\%:focus-within {
    padding-left: 80%;
  }

  .xl\:focus-within\:pt-90\%:focus-within {
    padding-top: 90%;
  }

  .xl\:focus-within\:pr-90\%:focus-within {
    padding-right: 90%;
  }

  .xl\:focus-within\:pb-90\%:focus-within {
    padding-bottom: 90%;
  }

  .xl\:focus-within\:pl-90\%:focus-within {
    padding-left: 90%;
  }

  .xl\:focus-within\:pt-95\%:focus-within {
    padding-top: 95%;
  }

  .xl\:focus-within\:pr-95\%:focus-within {
    padding-right: 95%;
  }

  .xl\:focus-within\:pb-95\%:focus-within {
    padding-bottom: 95%;
  }

  .xl\:focus-within\:pl-95\%:focus-within {
    padding-left: 95%;
  }

  .xl\:focus-within\:pt-96\%:focus-within {
    padding-top: 96%;
  }

  .xl\:focus-within\:pr-96\%:focus-within {
    padding-right: 96%;
  }

  .xl\:focus-within\:pb-96\%:focus-within {
    padding-bottom: 96%;
  }

  .xl\:focus-within\:pl-96\%:focus-within {
    padding-left: 96%;
  }

  .xl\:focus-within\:pt-97\%:focus-within {
    padding-top: 97%;
  }

  .xl\:focus-within\:pr-97\%:focus-within {
    padding-right: 97%;
  }

  .xl\:focus-within\:pb-97\%:focus-within {
    padding-bottom: 97%;
  }

  .xl\:focus-within\:pl-97\%:focus-within {
    padding-left: 97%;
  }

  .xl\:focus-within\:pt-98\%:focus-within {
    padding-top: 98%;
  }

  .xl\:focus-within\:pr-98\%:focus-within {
    padding-right: 98%;
  }

  .xl\:focus-within\:pb-98\%:focus-within {
    padding-bottom: 98%;
  }

  .xl\:focus-within\:pl-98\%:focus-within {
    padding-left: 98%;
  }

  .xl\:focus-within\:pt-99\%:focus-within {
    padding-top: 99%;
  }

  .xl\:focus-within\:pr-99\%:focus-within {
    padding-right: 99%;
  }

  .xl\:focus-within\:pb-99\%:focus-within {
    padding-bottom: 99%;
  }

  .xl\:focus-within\:pl-99\%:focus-within {
    padding-left: 99%;
  }

  .xl\:focus-within\:pt-36vh:focus-within {
    padding-top: 36vh;
  }

  .xl\:focus-within\:pr-36vh:focus-within {
    padding-right: 36vh;
  }

  .xl\:focus-within\:pb-36vh:focus-within {
    padding-bottom: 36vh;
  }

  .xl\:focus-within\:pl-36vh:focus-within {
    padding-left: 36vh;
  }

  .xl\:focus-within\:pt-75vh:focus-within {
    padding-top: 75vh;
  }

  .xl\:focus-within\:pr-75vh:focus-within {
    padding-right: 75vh;
  }

  .xl\:focus-within\:pb-75vh:focus-within {
    padding-bottom: 75vh;
  }

  .xl\:focus-within\:pl-75vh:focus-within {
    padding-left: 75vh;
  }

  .xl\:focus-within\:pt-78vh:focus-within {
    padding-top: 78vh;
  }

  .xl\:focus-within\:pr-78vh:focus-within {
    padding-right: 78vh;
  }

  .xl\:focus-within\:pb-78vh:focus-within {
    padding-bottom: 78vh;
  }

  .xl\:focus-within\:pl-78vh:focus-within {
    padding-left: 78vh;
  }

  .xl\:focus-within\:pt-80vh:focus-within {
    padding-top: 80vh;
  }

  .xl\:focus-within\:pr-80vh:focus-within {
    padding-right: 80vh;
  }

  .xl\:focus-within\:pb-80vh:focus-within {
    padding-bottom: 80vh;
  }

  .xl\:focus-within\:pl-80vh:focus-within {
    padding-left: 80vh;
  }

  .xl\:focus-within\:pt-82vh:focus-within {
    padding-top: 82vh;
  }

  .xl\:focus-within\:pr-82vh:focus-within {
    padding-right: 82vh;
  }

  .xl\:focus-within\:pb-82vh:focus-within {
    padding-bottom: 82vh;
  }

  .xl\:focus-within\:pl-82vh:focus-within {
    padding-left: 82vh;
  }

  .group:hover .xl\:group-hover\:p-0 {
    padding: 0;
  }

  .group:hover .xl\:group-hover\:p-1 {
    padding: 0.25rem;
  }

  .group:hover .xl\:group-hover\:p-2 {
    padding: 0.5rem;
  }

  .group:hover .xl\:group-hover\:p-3 {
    padding: 0.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-7 {
    padding: 1.75rem;
  }

  .group:hover .xl\:group-hover\:p-8 {
    padding: 2rem;
  }

  .group:hover .xl\:group-hover\:p-9 {
    padding: 2.25rem;
  }

  .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-14 {
    padding: 3.5rem;
  }

  .group:hover .xl\:group-hover\:p-15 {
    padding: 3.75rem;
  }

  .group:hover .xl\:group-hover\:p-16 {
    padding: 4rem;
  }

  .group:hover .xl\:group-hover\:p-18 {
    padding: 4.5rem;
  }

  .group:hover .xl\:group-hover\:p-20 {
    padding: 5rem;
  }

  .group:hover .xl\:group-hover\:p-21 {
    padding: 5.25rem;
  }

  .group:hover .xl\:group-hover\:p-22 {
    padding: 5.5rem;
  }

  .group:hover .xl\:group-hover\:p-24 {
    padding: 6rem;
  }

  .group:hover .xl\:group-hover\:p-26 {
    padding: 6.5rem;
  }

  .group:hover .xl\:group-hover\:p-28 {
    padding: 7rem;
  }

  .group:hover .xl\:group-hover\:p-30 {
    padding: 7.5rem;
  }

  .group:hover .xl\:group-hover\:p-32 {
    padding: 8rem;
  }

  .group:hover .xl\:group-hover\:p-34 {
    padding: 8.5rem;
  }

  .group:hover .xl\:group-hover\:p-36 {
    padding: 9rem;
  }

  .group:hover .xl\:group-hover\:p-38 {
    padding: 9.5rem;
  }

  .group:hover .xl\:group-hover\:p-40 {
    padding: 10rem;
  }

  .group:hover .xl\:group-hover\:p-44 {
    padding: 11rem;
  }

  .group:hover .xl\:group-hover\:p-48 {
    padding: 12rem;
  }

  .group:hover .xl\:group-hover\:p-52 {
    padding: 13rem;
  }

  .group:hover .xl\:group-hover\:p-53 {
    padding: 13.25rem;
  }

  .group:hover .xl\:group-hover\:p-54 {
    padding: 13.5rem;
  }

  .group:hover .xl\:group-hover\:p-56 {
    padding: 14rem;
  }

  .group:hover .xl\:group-hover\:p-64 {
    padding: 16rem;
  }

  .group:hover .xl\:group-hover\:p-72 {
    padding: 18rem;
  }

  .group:hover .xl\:group-hover\:p-74 {
    padding: 18.5rem;
  }

  .group:hover .xl\:group-hover\:p-76 {
    padding: 19rem;
  }

  .group:hover .xl\:group-hover\:p-80 {
    padding: 20rem;
  }

  .group:hover .xl\:group-hover\:p-85 {
    padding: 21.25rem;
  }

  .group:hover .xl\:group-hover\:p-100 {
    padding: 25rem;
  }

  .group:hover .xl\:group-hover\:p-105 {
    padding: 26.25rem;
  }

  .group:hover .xl\:group-hover\:p-107 {
    padding: 26.4rem;
  }

  .group:hover .xl\:group-hover\:p-110 {
    padding: 27.5rem;
  }

  .group:hover .xl\:group-hover\:p-120 {
    padding: 30rem;
  }

  .group:hover .xl\:group-hover\:p-130 {
    padding: 38rem;
  }

  .group:hover .xl\:group-hover\:p-px {
    padding: 1px;
  }

  .group:hover .xl\:group-hover\:p-250px {
    padding: 250px;
  }

  .group:hover .xl\:group-hover\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:hover .xl\:group-hover\:p-1\% {
    padding: 1%;
  }

  .group:hover .xl\:group-hover\:p-2\% {
    padding: 2%;
  }

  .group:hover .xl\:group-hover\:p-3\% {
    padding: 3%;
  }

  .group:hover .xl\:group-hover\:p-4\% {
    padding: 4%;
  }

  .group:hover .xl\:group-hover\:p-5\% {
    padding: 5%;
  }

  .group:hover .xl\:group-hover\:p-10\% {
    padding: 10%;
  }

  .group:hover .xl\:group-hover\:p-20\% {
    padding: 20%;
  }

  .group:hover .xl\:group-hover\:p-23\% {
    padding: 23%;
  }

  .group:hover .xl\:group-hover\:p-25\% {
    padding: 25%;
  }

  .group:hover .xl\:group-hover\:p-26\% {
    padding: 26%;
  }

  .group:hover .xl\:group-hover\:p-30\% {
    padding: 30%;
  }

  .group:hover .xl\:group-hover\:p-40\% {
    padding: 40%;
  }

  .group:hover .xl\:group-hover\:p-50\% {
    padding: 50%;
  }

  .group:hover .xl\:group-hover\:p-60\% {
    padding: 60%;
  }

  .group:hover .xl\:group-hover\:p-70\% {
    padding: 70%;
  }

  .group:hover .xl\:group-hover\:p-80\% {
    padding: 80%;
  }

  .group:hover .xl\:group-hover\:p-90\% {
    padding: 90%;
  }

  .group:hover .xl\:group-hover\:p-95\% {
    padding: 95%;
  }

  .group:hover .xl\:group-hover\:p-96\% {
    padding: 96%;
  }

  .group:hover .xl\:group-hover\:p-97\% {
    padding: 97%;
  }

  .group:hover .xl\:group-hover\:p-98\% {
    padding: 98%;
  }

  .group:hover .xl\:group-hover\:p-99\% {
    padding: 99%;
  }

  .group:hover .xl\:group-hover\:p-36vh {
    padding: 36vh;
  }

  .group:hover .xl\:group-hover\:p-75vh {
    padding: 75vh;
  }

  .group:hover .xl\:group-hover\:p-78vh {
    padding: 78vh;
  }

  .group:hover .xl\:group-hover\:p-80vh {
    padding: 80vh;
  }

  .group:hover .xl\:group-hover\:p-82vh {
    padding: 82vh;
  }

  .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: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.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-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .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-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:hover .xl\:group-hover\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:hover .xl\:group-hover\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:hover .xl\:group-hover\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:hover .xl\:group-hover\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:hover .xl\:group-hover\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.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-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:hover .xl\:group-hover\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:hover .xl\:group-hover\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:hover .xl\:group-hover\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:hover .xl\:group-hover\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:hover .xl\:group-hover\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:hover .xl\:group-hover\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:hover .xl\:group-hover\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:hover .xl\:group-hover\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:hover .xl\:group-hover\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:hover .xl\:group-hover\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:hover .xl\:group-hover\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:hover .xl\:group-hover\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:hover .xl\:group-hover\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:hover .xl\:group-hover\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:hover .xl\:group-hover\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:hover .xl\:group-hover\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:hover .xl\:group-hover\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:hover .xl\:group-hover\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:hover .xl\:group-hover\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:hover .xl\:group-hover\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:hover .xl\:group-hover\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:hover .xl\:group-hover\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:hover .xl\:group-hover\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:hover .xl\:group-hover\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:hover .xl\:group-hover\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:hover .xl\:group-hover\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:hover .xl\:group-hover\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:hover .xl\:group-hover\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:hover .xl\:group-hover\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:hover .xl\:group-hover\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:hover .xl\:group-hover\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:hover .xl\:group-hover\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:hover .xl\:group-hover\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:hover .xl\:group-hover\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:hover .xl\:group-hover\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:hover .xl\:group-hover\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:hover .xl\:group-hover\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:hover .xl\:group-hover\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .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\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:hover .xl\:group-hover\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:hover .xl\:group-hover\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:hover .xl\:group-hover\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:hover .xl\:group-hover\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:hover .xl\:group-hover\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:hover .xl\:group-hover\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:hover .xl\:group-hover\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:hover .xl\:group-hover\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:hover .xl\:group-hover\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:hover .xl\:group-hover\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:hover .xl\:group-hover\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:hover .xl\:group-hover\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:hover .xl\:group-hover\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:hover .xl\:group-hover\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:hover .xl\:group-hover\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:hover .xl\:group-hover\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:hover .xl\:group-hover\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:hover .xl\:group-hover\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:hover .xl\:group-hover\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:hover .xl\:group-hover\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:hover .xl\:group-hover\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:hover .xl\:group-hover\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:hover .xl\:group-hover\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:hover .xl\:group-hover\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:hover .xl\:group-hover\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:hover .xl\:group-hover\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:hover .xl\:group-hover\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:hover .xl\:group-hover\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:hover .xl\:group-hover\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:hover .xl\:group-hover\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:hover .xl\:group-hover\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:hover .xl\:group-hover\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:hover .xl\:group-hover\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:hover .xl\:group-hover\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:hover .xl\:group-hover\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:hover .xl\:group-hover\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:hover .xl\:group-hover\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:hover .xl\:group-hover\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:hover .xl\:group-hover\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:hover .xl\:group-hover\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:hover .xl\:group-hover\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:hover .xl\:group-hover\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:hover .xl\:group-hover\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:hover .xl\:group-hover\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:hover .xl\:group-hover\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:hover .xl\:group-hover\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:hover .xl\:group-hover\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:hover .xl\:group-hover\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:hover .xl\:group-hover\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:hover .xl\:group-hover\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:hover .xl\:group-hover\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:hover .xl\:group-hover\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:hover .xl\:group-hover\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:hover .xl\:group-hover\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:hover .xl\:group-hover\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:hover .xl\:group-hover\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:hover .xl\:group-hover\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .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: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:hover .xl\:group-hover\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:hover .xl\:group-hover\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:hover .xl\:group-hover\:pl-3 {
    padding-left: 0.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-7 {
    padding-top: 1.75rem;
  }

  .group:hover .xl\:group-hover\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:hover .xl\:group-hover\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:hover .xl\:group-hover\:pl-7 {
    padding-left: 1.75rem;
  }

  .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-9 {
    padding-top: 2.25rem;
  }

  .group:hover .xl\:group-hover\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:hover .xl\:group-hover\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:hover .xl\:group-hover\:pl-9 {
    padding-left: 2.25rem;
  }

  .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-14 {
    padding-top: 3.5rem;
  }

  .group:hover .xl\:group-hover\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:hover .xl\:group-hover\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:hover .xl\:group-hover\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:hover .xl\:group-hover\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:hover .xl\:group-hover\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:hover .xl\:group-hover\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:hover .xl\:group-hover\:pl-15 {
    padding-left: 3.75rem;
  }

  .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-18 {
    padding-top: 4.5rem;
  }

  .group:hover .xl\:group-hover\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:hover .xl\:group-hover\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:hover .xl\:group-hover\:pl-18 {
    padding-left: 4.5rem;
  }

  .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-21 {
    padding-top: 5.25rem;
  }

  .group:hover .xl\:group-hover\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:hover .xl\:group-hover\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:hover .xl\:group-hover\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:hover .xl\:group-hover\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:hover .xl\:group-hover\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:hover .xl\:group-hover\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:hover .xl\:group-hover\:pl-22 {
    padding-left: 5.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-26 {
    padding-top: 6.5rem;
  }

  .group:hover .xl\:group-hover\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:hover .xl\:group-hover\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:hover .xl\:group-hover\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:hover .xl\:group-hover\:pt-28 {
    padding-top: 7rem;
  }

  .group:hover .xl\:group-hover\:pr-28 {
    padding-right: 7rem;
  }

  .group:hover .xl\:group-hover\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:hover .xl\:group-hover\:pl-28 {
    padding-left: 7rem;
  }

  .group:hover .xl\:group-hover\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:hover .xl\:group-hover\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:hover .xl\:group-hover\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:hover .xl\:group-hover\:pl-30 {
    padding-left: 7.5rem;
  }

  .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-34 {
    padding-top: 8.5rem;
  }

  .group:hover .xl\:group-hover\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:hover .xl\:group-hover\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:hover .xl\:group-hover\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:hover .xl\:group-hover\:pt-36 {
    padding-top: 9rem;
  }

  .group:hover .xl\:group-hover\:pr-36 {
    padding-right: 9rem;
  }

  .group:hover .xl\:group-hover\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:hover .xl\:group-hover\:pl-36 {
    padding-left: 9rem;
  }

  .group:hover .xl\:group-hover\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:hover .xl\:group-hover\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:hover .xl\:group-hover\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:hover .xl\:group-hover\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:hover .xl\:group-hover\:pt-40 {
    padding-top: 10rem;
  }

  .group:hover .xl\:group-hover\:pr-40 {
    padding-right: 10rem;
  }

  .group:hover .xl\:group-hover\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:hover .xl\:group-hover\:pl-40 {
    padding-left: 10rem;
  }

  .group:hover .xl\:group-hover\:pt-44 {
    padding-top: 11rem;
  }

  .group:hover .xl\:group-hover\:pr-44 {
    padding-right: 11rem;
  }

  .group:hover .xl\:group-hover\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:hover .xl\:group-hover\:pl-44 {
    padding-left: 11rem;
  }

  .group:hover .xl\:group-hover\:pt-48 {
    padding-top: 12rem;
  }

  .group:hover .xl\:group-hover\:pr-48 {
    padding-right: 12rem;
  }

  .group:hover .xl\:group-hover\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:hover .xl\:group-hover\:pl-48 {
    padding-left: 12rem;
  }

  .group:hover .xl\:group-hover\:pt-52 {
    padding-top: 13rem;
  }

  .group:hover .xl\:group-hover\:pr-52 {
    padding-right: 13rem;
  }

  .group:hover .xl\:group-hover\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:hover .xl\:group-hover\:pl-52 {
    padding-left: 13rem;
  }

  .group:hover .xl\:group-hover\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:hover .xl\:group-hover\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:hover .xl\:group-hover\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:hover .xl\:group-hover\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:hover .xl\:group-hover\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:hover .xl\:group-hover\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:hover .xl\:group-hover\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:hover .xl\:group-hover\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:hover .xl\:group-hover\:pt-56 {
    padding-top: 14rem;
  }

  .group:hover .xl\:group-hover\:pr-56 {
    padding-right: 14rem;
  }

  .group:hover .xl\:group-hover\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:hover .xl\:group-hover\:pl-56 {
    padding-left: 14rem;
  }

  .group:hover .xl\:group-hover\:pt-64 {
    padding-top: 16rem;
  }

  .group:hover .xl\:group-hover\:pr-64 {
    padding-right: 16rem;
  }

  .group:hover .xl\:group-hover\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:hover .xl\:group-hover\:pl-64 {
    padding-left: 16rem;
  }

  .group:hover .xl\:group-hover\:pt-72 {
    padding-top: 18rem;
  }

  .group:hover .xl\:group-hover\:pr-72 {
    padding-right: 18rem;
  }

  .group:hover .xl\:group-hover\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:hover .xl\:group-hover\:pl-72 {
    padding-left: 18rem;
  }

  .group:hover .xl\:group-hover\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:hover .xl\:group-hover\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:hover .xl\:group-hover\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:hover .xl\:group-hover\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:hover .xl\:group-hover\:pt-76 {
    padding-top: 19rem;
  }

  .group:hover .xl\:group-hover\:pr-76 {
    padding-right: 19rem;
  }

  .group:hover .xl\:group-hover\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:hover .xl\:group-hover\:pl-76 {
    padding-left: 19rem;
  }

  .group:hover .xl\:group-hover\:pt-80 {
    padding-top: 20rem;
  }

  .group:hover .xl\:group-hover\:pr-80 {
    padding-right: 20rem;
  }

  .group:hover .xl\:group-hover\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:hover .xl\:group-hover\:pl-80 {
    padding-left: 20rem;
  }

  .group:hover .xl\:group-hover\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:hover .xl\:group-hover\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:hover .xl\:group-hover\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:hover .xl\:group-hover\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:hover .xl\:group-hover\:pt-100 {
    padding-top: 25rem;
  }

  .group:hover .xl\:group-hover\:pr-100 {
    padding-right: 25rem;
  }

  .group:hover .xl\:group-hover\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:hover .xl\:group-hover\:pl-100 {
    padding-left: 25rem;
  }

  .group:hover .xl\:group-hover\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:hover .xl\:group-hover\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:hover .xl\:group-hover\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:hover .xl\:group-hover\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:hover .xl\:group-hover\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:hover .xl\:group-hover\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:hover .xl\:group-hover\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:hover .xl\:group-hover\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:hover .xl\:group-hover\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:hover .xl\:group-hover\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:hover .xl\:group-hover\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:hover .xl\:group-hover\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:hover .xl\:group-hover\:pt-120 {
    padding-top: 30rem;
  }

  .group:hover .xl\:group-hover\:pr-120 {
    padding-right: 30rem;
  }

  .group:hover .xl\:group-hover\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:hover .xl\:group-hover\:pl-120 {
    padding-left: 30rem;
  }

  .group:hover .xl\:group-hover\:pt-130 {
    padding-top: 38rem;
  }

  .group:hover .xl\:group-hover\:pr-130 {
    padding-right: 38rem;
  }

  .group:hover .xl\:group-hover\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:hover .xl\:group-hover\:pl-130 {
    padding-left: 38rem;
  }

  .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;
  }

  .group:hover .xl\:group-hover\:pt-250px {
    padding-top: 250px;
  }

  .group:hover .xl\:group-hover\:pr-250px {
    padding-right: 250px;
  }

  .group:hover .xl\:group-hover\:pb-250px {
    padding-bottom: 250px;
  }

  .group:hover .xl\:group-hover\:pl-250px {
    padding-left: 250px;
  }

  .group:hover .xl\:group-hover\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:hover .xl\:group-hover\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:hover .xl\:group-hover\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:hover .xl\:group-hover\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:hover .xl\:group-hover\:pt-1\% {
    padding-top: 1%;
  }

  .group:hover .xl\:group-hover\:pr-1\% {
    padding-right: 1%;
  }

  .group:hover .xl\:group-hover\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:hover .xl\:group-hover\:pl-1\% {
    padding-left: 1%;
  }

  .group:hover .xl\:group-hover\:pt-2\% {
    padding-top: 2%;
  }

  .group:hover .xl\:group-hover\:pr-2\% {
    padding-right: 2%;
  }

  .group:hover .xl\:group-hover\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:hover .xl\:group-hover\:pl-2\% {
    padding-left: 2%;
  }

  .group:hover .xl\:group-hover\:pt-3\% {
    padding-top: 3%;
  }

  .group:hover .xl\:group-hover\:pr-3\% {
    padding-right: 3%;
  }

  .group:hover .xl\:group-hover\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:hover .xl\:group-hover\:pl-3\% {
    padding-left: 3%;
  }

  .group:hover .xl\:group-hover\:pt-4\% {
    padding-top: 4%;
  }

  .group:hover .xl\:group-hover\:pr-4\% {
    padding-right: 4%;
  }

  .group:hover .xl\:group-hover\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:hover .xl\:group-hover\:pl-4\% {
    padding-left: 4%;
  }

  .group:hover .xl\:group-hover\:pt-5\% {
    padding-top: 5%;
  }

  .group:hover .xl\:group-hover\:pr-5\% {
    padding-right: 5%;
  }

  .group:hover .xl\:group-hover\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:hover .xl\:group-hover\:pl-5\% {
    padding-left: 5%;
  }

  .group:hover .xl\:group-hover\:pt-10\% {
    padding-top: 10%;
  }

  .group:hover .xl\:group-hover\:pr-10\% {
    padding-right: 10%;
  }

  .group:hover .xl\:group-hover\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:hover .xl\:group-hover\:pl-10\% {
    padding-left: 10%;
  }

  .group:hover .xl\:group-hover\:pt-20\% {
    padding-top: 20%;
  }

  .group:hover .xl\:group-hover\:pr-20\% {
    padding-right: 20%;
  }

  .group:hover .xl\:group-hover\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:hover .xl\:group-hover\:pl-20\% {
    padding-left: 20%;
  }

  .group:hover .xl\:group-hover\:pt-23\% {
    padding-top: 23%;
  }

  .group:hover .xl\:group-hover\:pr-23\% {
    padding-right: 23%;
  }

  .group:hover .xl\:group-hover\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:hover .xl\:group-hover\:pl-23\% {
    padding-left: 23%;
  }

  .group:hover .xl\:group-hover\:pt-25\% {
    padding-top: 25%;
  }

  .group:hover .xl\:group-hover\:pr-25\% {
    padding-right: 25%;
  }

  .group:hover .xl\:group-hover\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:hover .xl\:group-hover\:pl-25\% {
    padding-left: 25%;
  }

  .group:hover .xl\:group-hover\:pt-26\% {
    padding-top: 26%;
  }

  .group:hover .xl\:group-hover\:pr-26\% {
    padding-right: 26%;
  }

  .group:hover .xl\:group-hover\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:hover .xl\:group-hover\:pl-26\% {
    padding-left: 26%;
  }

  .group:hover .xl\:group-hover\:pt-30\% {
    padding-top: 30%;
  }

  .group:hover .xl\:group-hover\:pr-30\% {
    padding-right: 30%;
  }

  .group:hover .xl\:group-hover\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:hover .xl\:group-hover\:pl-30\% {
    padding-left: 30%;
  }

  .group:hover .xl\:group-hover\:pt-40\% {
    padding-top: 40%;
  }

  .group:hover .xl\:group-hover\:pr-40\% {
    padding-right: 40%;
  }

  .group:hover .xl\:group-hover\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:hover .xl\:group-hover\:pl-40\% {
    padding-left: 40%;
  }

  .group:hover .xl\:group-hover\:pt-50\% {
    padding-top: 50%;
  }

  .group:hover .xl\:group-hover\:pr-50\% {
    padding-right: 50%;
  }

  .group:hover .xl\:group-hover\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:hover .xl\:group-hover\:pl-50\% {
    padding-left: 50%;
  }

  .group:hover .xl\:group-hover\:pt-60\% {
    padding-top: 60%;
  }

  .group:hover .xl\:group-hover\:pr-60\% {
    padding-right: 60%;
  }

  .group:hover .xl\:group-hover\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:hover .xl\:group-hover\:pl-60\% {
    padding-left: 60%;
  }

  .group:hover .xl\:group-hover\:pt-70\% {
    padding-top: 70%;
  }

  .group:hover .xl\:group-hover\:pr-70\% {
    padding-right: 70%;
  }

  .group:hover .xl\:group-hover\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:hover .xl\:group-hover\:pl-70\% {
    padding-left: 70%;
  }

  .group:hover .xl\:group-hover\:pt-80\% {
    padding-top: 80%;
  }

  .group:hover .xl\:group-hover\:pr-80\% {
    padding-right: 80%;
  }

  .group:hover .xl\:group-hover\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:hover .xl\:group-hover\:pl-80\% {
    padding-left: 80%;
  }

  .group:hover .xl\:group-hover\:pt-90\% {
    padding-top: 90%;
  }

  .group:hover .xl\:group-hover\:pr-90\% {
    padding-right: 90%;
  }

  .group:hover .xl\:group-hover\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:hover .xl\:group-hover\:pl-90\% {
    padding-left: 90%;
  }

  .group:hover .xl\:group-hover\:pt-95\% {
    padding-top: 95%;
  }

  .group:hover .xl\:group-hover\:pr-95\% {
    padding-right: 95%;
  }

  .group:hover .xl\:group-hover\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:hover .xl\:group-hover\:pl-95\% {
    padding-left: 95%;
  }

  .group:hover .xl\:group-hover\:pt-96\% {
    padding-top: 96%;
  }

  .group:hover .xl\:group-hover\:pr-96\% {
    padding-right: 96%;
  }

  .group:hover .xl\:group-hover\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:hover .xl\:group-hover\:pl-96\% {
    padding-left: 96%;
  }

  .group:hover .xl\:group-hover\:pt-97\% {
    padding-top: 97%;
  }

  .group:hover .xl\:group-hover\:pr-97\% {
    padding-right: 97%;
  }

  .group:hover .xl\:group-hover\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:hover .xl\:group-hover\:pl-97\% {
    padding-left: 97%;
  }

  .group:hover .xl\:group-hover\:pt-98\% {
    padding-top: 98%;
  }

  .group:hover .xl\:group-hover\:pr-98\% {
    padding-right: 98%;
  }

  .group:hover .xl\:group-hover\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:hover .xl\:group-hover\:pl-98\% {
    padding-left: 98%;
  }

  .group:hover .xl\:group-hover\:pt-99\% {
    padding-top: 99%;
  }

  .group:hover .xl\:group-hover\:pr-99\% {
    padding-right: 99%;
  }

  .group:hover .xl\:group-hover\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:hover .xl\:group-hover\:pl-99\% {
    padding-left: 99%;
  }

  .group:hover .xl\:group-hover\:pt-36vh {
    padding-top: 36vh;
  }

  .group:hover .xl\:group-hover\:pr-36vh {
    padding-right: 36vh;
  }

  .group:hover .xl\:group-hover\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:hover .xl\:group-hover\:pl-36vh {
    padding-left: 36vh;
  }

  .group:hover .xl\:group-hover\:pt-75vh {
    padding-top: 75vh;
  }

  .group:hover .xl\:group-hover\:pr-75vh {
    padding-right: 75vh;
  }

  .group:hover .xl\:group-hover\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:hover .xl\:group-hover\:pl-75vh {
    padding-left: 75vh;
  }

  .group:hover .xl\:group-hover\:pt-78vh {
    padding-top: 78vh;
  }

  .group:hover .xl\:group-hover\:pr-78vh {
    padding-right: 78vh;
  }

  .group:hover .xl\:group-hover\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:hover .xl\:group-hover\:pl-78vh {
    padding-left: 78vh;
  }

  .group:hover .xl\:group-hover\:pt-80vh {
    padding-top: 80vh;
  }

  .group:hover .xl\:group-hover\:pr-80vh {
    padding-right: 80vh;
  }

  .group:hover .xl\:group-hover\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:hover .xl\:group-hover\:pl-80vh {
    padding-left: 80vh;
  }

  .group:hover .xl\:group-hover\:pt-82vh {
    padding-top: 82vh;
  }

  .group:hover .xl\:group-hover\:pr-82vh {
    padding-right: 82vh;
  }

  .group:hover .xl\:group-hover\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:hover .xl\:group-hover\:pl-82vh {
    padding-left: 82vh;
  }

  .group:focus .xl\:group-focus\:p-0 {
    padding: 0;
  }

  .group:focus .xl\:group-focus\:p-1 {
    padding: 0.25rem;
  }

  .group:focus .xl\:group-focus\:p-2 {
    padding: 0.5rem;
  }

  .group:focus .xl\:group-focus\:p-3 {
    padding: 0.75rem;
  }

  .group:focus .xl\:group-focus\:p-4 {
    padding: 1rem;
  }

  .group:focus .xl\:group-focus\:p-5 {
    padding: 1.25rem;
  }

  .group:focus .xl\:group-focus\:p-6 {
    padding: 1.5rem;
  }

  .group:focus .xl\:group-focus\:p-7 {
    padding: 1.75rem;
  }

  .group:focus .xl\:group-focus\:p-8 {
    padding: 2rem;
  }

  .group:focus .xl\:group-focus\:p-9 {
    padding: 2.25rem;
  }

  .group:focus .xl\:group-focus\:p-10 {
    padding: 2.5rem;
  }

  .group:focus .xl\:group-focus\:p-12 {
    padding: 3rem;
  }

  .group:focus .xl\:group-focus\:p-14 {
    padding: 3.5rem;
  }

  .group:focus .xl\:group-focus\:p-15 {
    padding: 3.75rem;
  }

  .group:focus .xl\:group-focus\:p-16 {
    padding: 4rem;
  }

  .group:focus .xl\:group-focus\:p-18 {
    padding: 4.5rem;
  }

  .group:focus .xl\:group-focus\:p-20 {
    padding: 5rem;
  }

  .group:focus .xl\:group-focus\:p-21 {
    padding: 5.25rem;
  }

  .group:focus .xl\:group-focus\:p-22 {
    padding: 5.5rem;
  }

  .group:focus .xl\:group-focus\:p-24 {
    padding: 6rem;
  }

  .group:focus .xl\:group-focus\:p-26 {
    padding: 6.5rem;
  }

  .group:focus .xl\:group-focus\:p-28 {
    padding: 7rem;
  }

  .group:focus .xl\:group-focus\:p-30 {
    padding: 7.5rem;
  }

  .group:focus .xl\:group-focus\:p-32 {
    padding: 8rem;
  }

  .group:focus .xl\:group-focus\:p-34 {
    padding: 8.5rem;
  }

  .group:focus .xl\:group-focus\:p-36 {
    padding: 9rem;
  }

  .group:focus .xl\:group-focus\:p-38 {
    padding: 9.5rem;
  }

  .group:focus .xl\:group-focus\:p-40 {
    padding: 10rem;
  }

  .group:focus .xl\:group-focus\:p-44 {
    padding: 11rem;
  }

  .group:focus .xl\:group-focus\:p-48 {
    padding: 12rem;
  }

  .group:focus .xl\:group-focus\:p-52 {
    padding: 13rem;
  }

  .group:focus .xl\:group-focus\:p-53 {
    padding: 13.25rem;
  }

  .group:focus .xl\:group-focus\:p-54 {
    padding: 13.5rem;
  }

  .group:focus .xl\:group-focus\:p-56 {
    padding: 14rem;
  }

  .group:focus .xl\:group-focus\:p-64 {
    padding: 16rem;
  }

  .group:focus .xl\:group-focus\:p-72 {
    padding: 18rem;
  }

  .group:focus .xl\:group-focus\:p-74 {
    padding: 18.5rem;
  }

  .group:focus .xl\:group-focus\:p-76 {
    padding: 19rem;
  }

  .group:focus .xl\:group-focus\:p-80 {
    padding: 20rem;
  }

  .group:focus .xl\:group-focus\:p-85 {
    padding: 21.25rem;
  }

  .group:focus .xl\:group-focus\:p-100 {
    padding: 25rem;
  }

  .group:focus .xl\:group-focus\:p-105 {
    padding: 26.25rem;
  }

  .group:focus .xl\:group-focus\:p-107 {
    padding: 26.4rem;
  }

  .group:focus .xl\:group-focus\:p-110 {
    padding: 27.5rem;
  }

  .group:focus .xl\:group-focus\:p-120 {
    padding: 30rem;
  }

  .group:focus .xl\:group-focus\:p-130 {
    padding: 38rem;
  }

  .group:focus .xl\:group-focus\:p-px {
    padding: 1px;
  }

  .group:focus .xl\:group-focus\:p-250px {
    padding: 250px;
  }

  .group:focus .xl\:group-focus\:p-1\/2\% {
    padding: 0.5%;
  }

  .group:focus .xl\:group-focus\:p-1\% {
    padding: 1%;
  }

  .group:focus .xl\:group-focus\:p-2\% {
    padding: 2%;
  }

  .group:focus .xl\:group-focus\:p-3\% {
    padding: 3%;
  }

  .group:focus .xl\:group-focus\:p-4\% {
    padding: 4%;
  }

  .group:focus .xl\:group-focus\:p-5\% {
    padding: 5%;
  }

  .group:focus .xl\:group-focus\:p-10\% {
    padding: 10%;
  }

  .group:focus .xl\:group-focus\:p-20\% {
    padding: 20%;
  }

  .group:focus .xl\:group-focus\:p-23\% {
    padding: 23%;
  }

  .group:focus .xl\:group-focus\:p-25\% {
    padding: 25%;
  }

  .group:focus .xl\:group-focus\:p-26\% {
    padding: 26%;
  }

  .group:focus .xl\:group-focus\:p-30\% {
    padding: 30%;
  }

  .group:focus .xl\:group-focus\:p-40\% {
    padding: 40%;
  }

  .group:focus .xl\:group-focus\:p-50\% {
    padding: 50%;
  }

  .group:focus .xl\:group-focus\:p-60\% {
    padding: 60%;
  }

  .group:focus .xl\:group-focus\:p-70\% {
    padding: 70%;
  }

  .group:focus .xl\:group-focus\:p-80\% {
    padding: 80%;
  }

  .group:focus .xl\:group-focus\:p-90\% {
    padding: 90%;
  }

  .group:focus .xl\:group-focus\:p-95\% {
    padding: 95%;
  }

  .group:focus .xl\:group-focus\:p-96\% {
    padding: 96%;
  }

  .group:focus .xl\:group-focus\:p-97\% {
    padding: 97%;
  }

  .group:focus .xl\:group-focus\:p-98\% {
    padding: 98%;
  }

  .group:focus .xl\:group-focus\:p-99\% {
    padding: 99%;
  }

  .group:focus .xl\:group-focus\:p-36vh {
    padding: 36vh;
  }

  .group:focus .xl\:group-focus\:p-75vh {
    padding: 75vh;
  }

  .group:focus .xl\:group-focus\:p-78vh {
    padding: 78vh;
  }

  .group:focus .xl\:group-focus\:p-80vh {
    padding: 80vh;
  }

  .group:focus .xl\:group-focus\:p-82vh {
    padding: 82vh;
  }

  .group:focus .xl\:group-focus\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .group:focus .xl\:group-focus\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .group:focus .xl\:group-focus\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .group:focus .xl\:group-focus\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .group:focus .xl\:group-focus\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .group:focus .xl\:group-focus\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .group:focus .xl\:group-focus\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .group:focus .xl\:group-focus\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .group:focus .xl\:group-focus\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .group:focus .xl\:group-focus\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .group:focus .xl\:group-focus\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .group:focus .xl\:group-focus\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .group:focus .xl\:group-focus\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .group:focus .xl\:group-focus\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .group:focus .xl\:group-focus\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .group:focus .xl\:group-focus\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .group:focus .xl\:group-focus\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .group:focus .xl\:group-focus\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .group:focus .xl\:group-focus\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .group:focus .xl\:group-focus\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .group:focus .xl\:group-focus\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .group:focus .xl\:group-focus\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .group:focus .xl\:group-focus\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .group:focus .xl\:group-focus\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .group:focus .xl\:group-focus\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .group:focus .xl\:group-focus\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .group:focus .xl\:group-focus\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .group:focus .xl\:group-focus\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .group:focus .xl\:group-focus\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .group:focus .xl\:group-focus\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .group:focus .xl\:group-focus\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .group:focus .xl\:group-focus\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .group:focus .xl\:group-focus\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .group:focus .xl\:group-focus\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .group:focus .xl\:group-focus\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .group:focus .xl\:group-focus\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .group:focus .xl\:group-focus\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .group:focus .xl\:group-focus\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .group:focus .xl\:group-focus\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .group:focus .xl\:group-focus\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .group:focus .xl\:group-focus\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .group:focus .xl\:group-focus\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .group:focus .xl\:group-focus\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .group:focus .xl\:group-focus\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .group:focus .xl\:group-focus\:py-30 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .group:focus .xl\:group-focus\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .group:focus .xl\:group-focus\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .group:focus .xl\:group-focus\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .group:focus .xl\:group-focus\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .group:focus .xl\:group-focus\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .group:focus .xl\:group-focus\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .group:focus .xl\:group-focus\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .group:focus .xl\:group-focus\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .group:focus .xl\:group-focus\:px-38 {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .group:focus .xl\:group-focus\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .group:focus .xl\:group-focus\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .group:focus .xl\:group-focus\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .group:focus .xl\:group-focus\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .group:focus .xl\:group-focus\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .group:focus .xl\:group-focus\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .group:focus .xl\:group-focus\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .group:focus .xl\:group-focus\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .group:focus .xl\:group-focus\:py-53 {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .group:focus .xl\:group-focus\:px-53 {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .group:focus .xl\:group-focus\:py-54 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .group:focus .xl\:group-focus\:px-54 {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .group:focus .xl\:group-focus\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .group:focus .xl\:group-focus\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .group:focus .xl\:group-focus\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .group:focus .xl\:group-focus\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .group:focus .xl\:group-focus\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .group:focus .xl\:group-focus\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .group:focus .xl\:group-focus\:py-74 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .group:focus .xl\:group-focus\:px-74 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .group:focus .xl\:group-focus\:py-76 {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .group:focus .xl\:group-focus\:px-76 {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .group:focus .xl\:group-focus\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .group:focus .xl\:group-focus\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .group:focus .xl\:group-focus\:py-85 {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .group:focus .xl\:group-focus\:px-85 {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .group:focus .xl\:group-focus\:py-100 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .group:focus .xl\:group-focus\:px-100 {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .group:focus .xl\:group-focus\:py-105 {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .group:focus .xl\:group-focus\:px-105 {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .group:focus .xl\:group-focus\:py-107 {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .group:focus .xl\:group-focus\:px-107 {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .group:focus .xl\:group-focus\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .group:focus .xl\:group-focus\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .group:focus .xl\:group-focus\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .group:focus .xl\:group-focus\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .group:focus .xl\:group-focus\:py-130 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .group:focus .xl\:group-focus\:px-130 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .group:focus .xl\:group-focus\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .group:focus .xl\:group-focus\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .group:focus .xl\:group-focus\:py-250px {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .group:focus .xl\:group-focus\:px-250px {
    padding-left: 250px;
    padding-right: 250px;
  }

  .group:focus .xl\:group-focus\:py-1\/2\% {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .group:focus .xl\:group-focus\:px-1\/2\% {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .group:focus .xl\:group-focus\:py-1\% {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .group:focus .xl\:group-focus\:px-1\% {
    padding-left: 1%;
    padding-right: 1%;
  }

  .group:focus .xl\:group-focus\:py-2\% {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .group:focus .xl\:group-focus\:px-2\% {
    padding-left: 2%;
    padding-right: 2%;
  }

  .group:focus .xl\:group-focus\:py-3\% {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .group:focus .xl\:group-focus\:px-3\% {
    padding-left: 3%;
    padding-right: 3%;
  }

  .group:focus .xl\:group-focus\:py-4\% {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .group:focus .xl\:group-focus\:px-4\% {
    padding-left: 4%;
    padding-right: 4%;
  }

  .group:focus .xl\:group-focus\:py-5\% {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .group:focus .xl\:group-focus\:px-5\% {
    padding-left: 5%;
    padding-right: 5%;
  }

  .group:focus .xl\:group-focus\:py-10\% {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .group:focus .xl\:group-focus\:px-10\% {
    padding-left: 10%;
    padding-right: 10%;
  }

  .group:focus .xl\:group-focus\:py-20\% {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .group:focus .xl\:group-focus\:px-20\% {
    padding-left: 20%;
    padding-right: 20%;
  }

  .group:focus .xl\:group-focus\:py-23\% {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .group:focus .xl\:group-focus\:px-23\% {
    padding-left: 23%;
    padding-right: 23%;
  }

  .group:focus .xl\:group-focus\:py-25\% {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .group:focus .xl\:group-focus\:px-25\% {
    padding-left: 25%;
    padding-right: 25%;
  }

  .group:focus .xl\:group-focus\:py-26\% {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .group:focus .xl\:group-focus\:px-26\% {
    padding-left: 26%;
    padding-right: 26%;
  }

  .group:focus .xl\:group-focus\:py-30\% {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .group:focus .xl\:group-focus\:px-30\% {
    padding-left: 30%;
    padding-right: 30%;
  }

  .group:focus .xl\:group-focus\:py-40\% {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .group:focus .xl\:group-focus\:px-40\% {
    padding-left: 40%;
    padding-right: 40%;
  }

  .group:focus .xl\:group-focus\:py-50\% {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .group:focus .xl\:group-focus\:px-50\% {
    padding-left: 50%;
    padding-right: 50%;
  }

  .group:focus .xl\:group-focus\:py-60\% {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .group:focus .xl\:group-focus\:px-60\% {
    padding-left: 60%;
    padding-right: 60%;
  }

  .group:focus .xl\:group-focus\:py-70\% {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .group:focus .xl\:group-focus\:px-70\% {
    padding-left: 70%;
    padding-right: 70%;
  }

  .group:focus .xl\:group-focus\:py-80\% {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .group:focus .xl\:group-focus\:px-80\% {
    padding-left: 80%;
    padding-right: 80%;
  }

  .group:focus .xl\:group-focus\:py-90\% {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .group:focus .xl\:group-focus\:px-90\% {
    padding-left: 90%;
    padding-right: 90%;
  }

  .group:focus .xl\:group-focus\:py-95\% {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .group:focus .xl\:group-focus\:px-95\% {
    padding-left: 95%;
    padding-right: 95%;
  }

  .group:focus .xl\:group-focus\:py-96\% {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .group:focus .xl\:group-focus\:px-96\% {
    padding-left: 96%;
    padding-right: 96%;
  }

  .group:focus .xl\:group-focus\:py-97\% {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .group:focus .xl\:group-focus\:px-97\% {
    padding-left: 97%;
    padding-right: 97%;
  }

  .group:focus .xl\:group-focus\:py-98\% {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .group:focus .xl\:group-focus\:px-98\% {
    padding-left: 98%;
    padding-right: 98%;
  }

  .group:focus .xl\:group-focus\:py-99\% {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .group:focus .xl\:group-focus\:px-99\% {
    padding-left: 99%;
    padding-right: 99%;
  }

  .group:focus .xl\:group-focus\:py-36vh {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .group:focus .xl\:group-focus\:px-36vh {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .group:focus .xl\:group-focus\:py-75vh {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .group:focus .xl\:group-focus\:px-75vh {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .group:focus .xl\:group-focus\:py-78vh {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .group:focus .xl\:group-focus\:px-78vh {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .group:focus .xl\:group-focus\:py-80vh {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .group:focus .xl\:group-focus\:px-80vh {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .group:focus .xl\:group-focus\:py-82vh {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .group:focus .xl\:group-focus\:px-82vh {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .group:focus .xl\:group-focus\:pt-0 {
    padding-top: 0;
  }

  .group:focus .xl\:group-focus\:pr-0 {
    padding-right: 0;
  }

  .group:focus .xl\:group-focus\:pb-0 {
    padding-bottom: 0;
  }

  .group:focus .xl\:group-focus\:pl-0 {
    padding-left: 0;
  }

  .group:focus .xl\:group-focus\:pt-1 {
    padding-top: 0.25rem;
  }

  .group:focus .xl\:group-focus\:pr-1 {
    padding-right: 0.25rem;
  }

  .group:focus .xl\:group-focus\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .group:focus .xl\:group-focus\:pl-1 {
    padding-left: 0.25rem;
  }

  .group:focus .xl\:group-focus\:pt-2 {
    padding-top: 0.5rem;
  }

  .group:focus .xl\:group-focus\:pr-2 {
    padding-right: 0.5rem;
  }

  .group:focus .xl\:group-focus\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .group:focus .xl\:group-focus\:pl-2 {
    padding-left: 0.5rem;
  }

  .group:focus .xl\:group-focus\:pt-3 {
    padding-top: 0.75rem;
  }

  .group:focus .xl\:group-focus\:pr-3 {
    padding-right: 0.75rem;
  }

  .group:focus .xl\:group-focus\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .group:focus .xl\:group-focus\:pl-3 {
    padding-left: 0.75rem;
  }

  .group:focus .xl\:group-focus\:pt-4 {
    padding-top: 1rem;
  }

  .group:focus .xl\:group-focus\:pr-4 {
    padding-right: 1rem;
  }

  .group:focus .xl\:group-focus\:pb-4 {
    padding-bottom: 1rem;
  }

  .group:focus .xl\:group-focus\:pl-4 {
    padding-left: 1rem;
  }

  .group:focus .xl\:group-focus\:pt-5 {
    padding-top: 1.25rem;
  }

  .group:focus .xl\:group-focus\:pr-5 {
    padding-right: 1.25rem;
  }

  .group:focus .xl\:group-focus\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .group:focus .xl\:group-focus\:pl-5 {
    padding-left: 1.25rem;
  }

  .group:focus .xl\:group-focus\:pt-6 {
    padding-top: 1.5rem;
  }

  .group:focus .xl\:group-focus\:pr-6 {
    padding-right: 1.5rem;
  }

  .group:focus .xl\:group-focus\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .group:focus .xl\:group-focus\:pl-6 {
    padding-left: 1.5rem;
  }

  .group:focus .xl\:group-focus\:pt-7 {
    padding-top: 1.75rem;
  }

  .group:focus .xl\:group-focus\:pr-7 {
    padding-right: 1.75rem;
  }

  .group:focus .xl\:group-focus\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .group:focus .xl\:group-focus\:pl-7 {
    padding-left: 1.75rem;
  }

  .group:focus .xl\:group-focus\:pt-8 {
    padding-top: 2rem;
  }

  .group:focus .xl\:group-focus\:pr-8 {
    padding-right: 2rem;
  }

  .group:focus .xl\:group-focus\:pb-8 {
    padding-bottom: 2rem;
  }

  .group:focus .xl\:group-focus\:pl-8 {
    padding-left: 2rem;
  }

  .group:focus .xl\:group-focus\:pt-9 {
    padding-top: 2.25rem;
  }

  .group:focus .xl\:group-focus\:pr-9 {
    padding-right: 2.25rem;
  }

  .group:focus .xl\:group-focus\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .group:focus .xl\:group-focus\:pl-9 {
    padding-left: 2.25rem;
  }

  .group:focus .xl\:group-focus\:pt-10 {
    padding-top: 2.5rem;
  }

  .group:focus .xl\:group-focus\:pr-10 {
    padding-right: 2.5rem;
  }

  .group:focus .xl\:group-focus\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .group:focus .xl\:group-focus\:pl-10 {
    padding-left: 2.5rem;
  }

  .group:focus .xl\:group-focus\:pt-12 {
    padding-top: 3rem;
  }

  .group:focus .xl\:group-focus\:pr-12 {
    padding-right: 3rem;
  }

  .group:focus .xl\:group-focus\:pb-12 {
    padding-bottom: 3rem;
  }

  .group:focus .xl\:group-focus\:pl-12 {
    padding-left: 3rem;
  }

  .group:focus .xl\:group-focus\:pt-14 {
    padding-top: 3.5rem;
  }

  .group:focus .xl\:group-focus\:pr-14 {
    padding-right: 3.5rem;
  }

  .group:focus .xl\:group-focus\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .group:focus .xl\:group-focus\:pl-14 {
    padding-left: 3.5rem;
  }

  .group:focus .xl\:group-focus\:pt-15 {
    padding-top: 3.75rem;
  }

  .group:focus .xl\:group-focus\:pr-15 {
    padding-right: 3.75rem;
  }

  .group:focus .xl\:group-focus\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .group:focus .xl\:group-focus\:pl-15 {
    padding-left: 3.75rem;
  }

  .group:focus .xl\:group-focus\:pt-16 {
    padding-top: 4rem;
  }

  .group:focus .xl\:group-focus\:pr-16 {
    padding-right: 4rem;
  }

  .group:focus .xl\:group-focus\:pb-16 {
    padding-bottom: 4rem;
  }

  .group:focus .xl\:group-focus\:pl-16 {
    padding-left: 4rem;
  }

  .group:focus .xl\:group-focus\:pt-18 {
    padding-top: 4.5rem;
  }

  .group:focus .xl\:group-focus\:pr-18 {
    padding-right: 4.5rem;
  }

  .group:focus .xl\:group-focus\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .group:focus .xl\:group-focus\:pl-18 {
    padding-left: 4.5rem;
  }

  .group:focus .xl\:group-focus\:pt-20 {
    padding-top: 5rem;
  }

  .group:focus .xl\:group-focus\:pr-20 {
    padding-right: 5rem;
  }

  .group:focus .xl\:group-focus\:pb-20 {
    padding-bottom: 5rem;
  }

  .group:focus .xl\:group-focus\:pl-20 {
    padding-left: 5rem;
  }

  .group:focus .xl\:group-focus\:pt-21 {
    padding-top: 5.25rem;
  }

  .group:focus .xl\:group-focus\:pr-21 {
    padding-right: 5.25rem;
  }

  .group:focus .xl\:group-focus\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .group:focus .xl\:group-focus\:pl-21 {
    padding-left: 5.25rem;
  }

  .group:focus .xl\:group-focus\:pt-22 {
    padding-top: 5.5rem;
  }

  .group:focus .xl\:group-focus\:pr-22 {
    padding-right: 5.5rem;
  }

  .group:focus .xl\:group-focus\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .group:focus .xl\:group-focus\:pl-22 {
    padding-left: 5.5rem;
  }

  .group:focus .xl\:group-focus\:pt-24 {
    padding-top: 6rem;
  }

  .group:focus .xl\:group-focus\:pr-24 {
    padding-right: 6rem;
  }

  .group:focus .xl\:group-focus\:pb-24 {
    padding-bottom: 6rem;
  }

  .group:focus .xl\:group-focus\:pl-24 {
    padding-left: 6rem;
  }

  .group:focus .xl\:group-focus\:pt-26 {
    padding-top: 6.5rem;
  }

  .group:focus .xl\:group-focus\:pr-26 {
    padding-right: 6.5rem;
  }

  .group:focus .xl\:group-focus\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .group:focus .xl\:group-focus\:pl-26 {
    padding-left: 6.5rem;
  }

  .group:focus .xl\:group-focus\:pt-28 {
    padding-top: 7rem;
  }

  .group:focus .xl\:group-focus\:pr-28 {
    padding-right: 7rem;
  }

  .group:focus .xl\:group-focus\:pb-28 {
    padding-bottom: 7rem;
  }

  .group:focus .xl\:group-focus\:pl-28 {
    padding-left: 7rem;
  }

  .group:focus .xl\:group-focus\:pt-30 {
    padding-top: 7.5rem;
  }

  .group:focus .xl\:group-focus\:pr-30 {
    padding-right: 7.5rem;
  }

  .group:focus .xl\:group-focus\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .group:focus .xl\:group-focus\:pl-30 {
    padding-left: 7.5rem;
  }

  .group:focus .xl\:group-focus\:pt-32 {
    padding-top: 8rem;
  }

  .group:focus .xl\:group-focus\:pr-32 {
    padding-right: 8rem;
  }

  .group:focus .xl\:group-focus\:pb-32 {
    padding-bottom: 8rem;
  }

  .group:focus .xl\:group-focus\:pl-32 {
    padding-left: 8rem;
  }

  .group:focus .xl\:group-focus\:pt-34 {
    padding-top: 8.5rem;
  }

  .group:focus .xl\:group-focus\:pr-34 {
    padding-right: 8.5rem;
  }

  .group:focus .xl\:group-focus\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .group:focus .xl\:group-focus\:pl-34 {
    padding-left: 8.5rem;
  }

  .group:focus .xl\:group-focus\:pt-36 {
    padding-top: 9rem;
  }

  .group:focus .xl\:group-focus\:pr-36 {
    padding-right: 9rem;
  }

  .group:focus .xl\:group-focus\:pb-36 {
    padding-bottom: 9rem;
  }

  .group:focus .xl\:group-focus\:pl-36 {
    padding-left: 9rem;
  }

  .group:focus .xl\:group-focus\:pt-38 {
    padding-top: 9.5rem;
  }

  .group:focus .xl\:group-focus\:pr-38 {
    padding-right: 9.5rem;
  }

  .group:focus .xl\:group-focus\:pb-38 {
    padding-bottom: 9.5rem;
  }

  .group:focus .xl\:group-focus\:pl-38 {
    padding-left: 9.5rem;
  }

  .group:focus .xl\:group-focus\:pt-40 {
    padding-top: 10rem;
  }

  .group:focus .xl\:group-focus\:pr-40 {
    padding-right: 10rem;
  }

  .group:focus .xl\:group-focus\:pb-40 {
    padding-bottom: 10rem;
  }

  .group:focus .xl\:group-focus\:pl-40 {
    padding-left: 10rem;
  }

  .group:focus .xl\:group-focus\:pt-44 {
    padding-top: 11rem;
  }

  .group:focus .xl\:group-focus\:pr-44 {
    padding-right: 11rem;
  }

  .group:focus .xl\:group-focus\:pb-44 {
    padding-bottom: 11rem;
  }

  .group:focus .xl\:group-focus\:pl-44 {
    padding-left: 11rem;
  }

  .group:focus .xl\:group-focus\:pt-48 {
    padding-top: 12rem;
  }

  .group:focus .xl\:group-focus\:pr-48 {
    padding-right: 12rem;
  }

  .group:focus .xl\:group-focus\:pb-48 {
    padding-bottom: 12rem;
  }

  .group:focus .xl\:group-focus\:pl-48 {
    padding-left: 12rem;
  }

  .group:focus .xl\:group-focus\:pt-52 {
    padding-top: 13rem;
  }

  .group:focus .xl\:group-focus\:pr-52 {
    padding-right: 13rem;
  }

  .group:focus .xl\:group-focus\:pb-52 {
    padding-bottom: 13rem;
  }

  .group:focus .xl\:group-focus\:pl-52 {
    padding-left: 13rem;
  }

  .group:focus .xl\:group-focus\:pt-53 {
    padding-top: 13.25rem;
  }

  .group:focus .xl\:group-focus\:pr-53 {
    padding-right: 13.25rem;
  }

  .group:focus .xl\:group-focus\:pb-53 {
    padding-bottom: 13.25rem;
  }

  .group:focus .xl\:group-focus\:pl-53 {
    padding-left: 13.25rem;
  }

  .group:focus .xl\:group-focus\:pt-54 {
    padding-top: 13.5rem;
  }

  .group:focus .xl\:group-focus\:pr-54 {
    padding-right: 13.5rem;
  }

  .group:focus .xl\:group-focus\:pb-54 {
    padding-bottom: 13.5rem;
  }

  .group:focus .xl\:group-focus\:pl-54 {
    padding-left: 13.5rem;
  }

  .group:focus .xl\:group-focus\:pt-56 {
    padding-top: 14rem;
  }

  .group:focus .xl\:group-focus\:pr-56 {
    padding-right: 14rem;
  }

  .group:focus .xl\:group-focus\:pb-56 {
    padding-bottom: 14rem;
  }

  .group:focus .xl\:group-focus\:pl-56 {
    padding-left: 14rem;
  }

  .group:focus .xl\:group-focus\:pt-64 {
    padding-top: 16rem;
  }

  .group:focus .xl\:group-focus\:pr-64 {
    padding-right: 16rem;
  }

  .group:focus .xl\:group-focus\:pb-64 {
    padding-bottom: 16rem;
  }

  .group:focus .xl\:group-focus\:pl-64 {
    padding-left: 16rem;
  }

  .group:focus .xl\:group-focus\:pt-72 {
    padding-top: 18rem;
  }

  .group:focus .xl\:group-focus\:pr-72 {
    padding-right: 18rem;
  }

  .group:focus .xl\:group-focus\:pb-72 {
    padding-bottom: 18rem;
  }

  .group:focus .xl\:group-focus\:pl-72 {
    padding-left: 18rem;
  }

  .group:focus .xl\:group-focus\:pt-74 {
    padding-top: 18.5rem;
  }

  .group:focus .xl\:group-focus\:pr-74 {
    padding-right: 18.5rem;
  }

  .group:focus .xl\:group-focus\:pb-74 {
    padding-bottom: 18.5rem;
  }

  .group:focus .xl\:group-focus\:pl-74 {
    padding-left: 18.5rem;
  }

  .group:focus .xl\:group-focus\:pt-76 {
    padding-top: 19rem;
  }

  .group:focus .xl\:group-focus\:pr-76 {
    padding-right: 19rem;
  }

  .group:focus .xl\:group-focus\:pb-76 {
    padding-bottom: 19rem;
  }

  .group:focus .xl\:group-focus\:pl-76 {
    padding-left: 19rem;
  }

  .group:focus .xl\:group-focus\:pt-80 {
    padding-top: 20rem;
  }

  .group:focus .xl\:group-focus\:pr-80 {
    padding-right: 20rem;
  }

  .group:focus .xl\:group-focus\:pb-80 {
    padding-bottom: 20rem;
  }

  .group:focus .xl\:group-focus\:pl-80 {
    padding-left: 20rem;
  }

  .group:focus .xl\:group-focus\:pt-85 {
    padding-top: 21.25rem;
  }

  .group:focus .xl\:group-focus\:pr-85 {
    padding-right: 21.25rem;
  }

  .group:focus .xl\:group-focus\:pb-85 {
    padding-bottom: 21.25rem;
  }

  .group:focus .xl\:group-focus\:pl-85 {
    padding-left: 21.25rem;
  }

  .group:focus .xl\:group-focus\:pt-100 {
    padding-top: 25rem;
  }

  .group:focus .xl\:group-focus\:pr-100 {
    padding-right: 25rem;
  }

  .group:focus .xl\:group-focus\:pb-100 {
    padding-bottom: 25rem;
  }

  .group:focus .xl\:group-focus\:pl-100 {
    padding-left: 25rem;
  }

  .group:focus .xl\:group-focus\:pt-105 {
    padding-top: 26.25rem;
  }

  .group:focus .xl\:group-focus\:pr-105 {
    padding-right: 26.25rem;
  }

  .group:focus .xl\:group-focus\:pb-105 {
    padding-bottom: 26.25rem;
  }

  .group:focus .xl\:group-focus\:pl-105 {
    padding-left: 26.25rem;
  }

  .group:focus .xl\:group-focus\:pt-107 {
    padding-top: 26.4rem;
  }

  .group:focus .xl\:group-focus\:pr-107 {
    padding-right: 26.4rem;
  }

  .group:focus .xl\:group-focus\:pb-107 {
    padding-bottom: 26.4rem;
  }

  .group:focus .xl\:group-focus\:pl-107 {
    padding-left: 26.4rem;
  }

  .group:focus .xl\:group-focus\:pt-110 {
    padding-top: 27.5rem;
  }

  .group:focus .xl\:group-focus\:pr-110 {
    padding-right: 27.5rem;
  }

  .group:focus .xl\:group-focus\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .group:focus .xl\:group-focus\:pl-110 {
    padding-left: 27.5rem;
  }

  .group:focus .xl\:group-focus\:pt-120 {
    padding-top: 30rem;
  }

  .group:focus .xl\:group-focus\:pr-120 {
    padding-right: 30rem;
  }

  .group:focus .xl\:group-focus\:pb-120 {
    padding-bottom: 30rem;
  }

  .group:focus .xl\:group-focus\:pl-120 {
    padding-left: 30rem;
  }

  .group:focus .xl\:group-focus\:pt-130 {
    padding-top: 38rem;
  }

  .group:focus .xl\:group-focus\:pr-130 {
    padding-right: 38rem;
  }

  .group:focus .xl\:group-focus\:pb-130 {
    padding-bottom: 38rem;
  }

  .group:focus .xl\:group-focus\:pl-130 {
    padding-left: 38rem;
  }

  .group:focus .xl\:group-focus\:pt-px {
    padding-top: 1px;
  }

  .group:focus .xl\:group-focus\:pr-px {
    padding-right: 1px;
  }

  .group:focus .xl\:group-focus\:pb-px {
    padding-bottom: 1px;
  }

  .group:focus .xl\:group-focus\:pl-px {
    padding-left: 1px;
  }

  .group:focus .xl\:group-focus\:pt-250px {
    padding-top: 250px;
  }

  .group:focus .xl\:group-focus\:pr-250px {
    padding-right: 250px;
  }

  .group:focus .xl\:group-focus\:pb-250px {
    padding-bottom: 250px;
  }

  .group:focus .xl\:group-focus\:pl-250px {
    padding-left: 250px;
  }

  .group:focus .xl\:group-focus\:pt-1\/2\% {
    padding-top: 0.5%;
  }

  .group:focus .xl\:group-focus\:pr-1\/2\% {
    padding-right: 0.5%;
  }

  .group:focus .xl\:group-focus\:pb-1\/2\% {
    padding-bottom: 0.5%;
  }

  .group:focus .xl\:group-focus\:pl-1\/2\% {
    padding-left: 0.5%;
  }

  .group:focus .xl\:group-focus\:pt-1\% {
    padding-top: 1%;
  }

  .group:focus .xl\:group-focus\:pr-1\% {
    padding-right: 1%;
  }

  .group:focus .xl\:group-focus\:pb-1\% {
    padding-bottom: 1%;
  }

  .group:focus .xl\:group-focus\:pl-1\% {
    padding-left: 1%;
  }

  .group:focus .xl\:group-focus\:pt-2\% {
    padding-top: 2%;
  }

  .group:focus .xl\:group-focus\:pr-2\% {
    padding-right: 2%;
  }

  .group:focus .xl\:group-focus\:pb-2\% {
    padding-bottom: 2%;
  }

  .group:focus .xl\:group-focus\:pl-2\% {
    padding-left: 2%;
  }

  .group:focus .xl\:group-focus\:pt-3\% {
    padding-top: 3%;
  }

  .group:focus .xl\:group-focus\:pr-3\% {
    padding-right: 3%;
  }

  .group:focus .xl\:group-focus\:pb-3\% {
    padding-bottom: 3%;
  }

  .group:focus .xl\:group-focus\:pl-3\% {
    padding-left: 3%;
  }

  .group:focus .xl\:group-focus\:pt-4\% {
    padding-top: 4%;
  }

  .group:focus .xl\:group-focus\:pr-4\% {
    padding-right: 4%;
  }

  .group:focus .xl\:group-focus\:pb-4\% {
    padding-bottom: 4%;
  }

  .group:focus .xl\:group-focus\:pl-4\% {
    padding-left: 4%;
  }

  .group:focus .xl\:group-focus\:pt-5\% {
    padding-top: 5%;
  }

  .group:focus .xl\:group-focus\:pr-5\% {
    padding-right: 5%;
  }

  .group:focus .xl\:group-focus\:pb-5\% {
    padding-bottom: 5%;
  }

  .group:focus .xl\:group-focus\:pl-5\% {
    padding-left: 5%;
  }

  .group:focus .xl\:group-focus\:pt-10\% {
    padding-top: 10%;
  }

  .group:focus .xl\:group-focus\:pr-10\% {
    padding-right: 10%;
  }

  .group:focus .xl\:group-focus\:pb-10\% {
    padding-bottom: 10%;
  }

  .group:focus .xl\:group-focus\:pl-10\% {
    padding-left: 10%;
  }

  .group:focus .xl\:group-focus\:pt-20\% {
    padding-top: 20%;
  }

  .group:focus .xl\:group-focus\:pr-20\% {
    padding-right: 20%;
  }

  .group:focus .xl\:group-focus\:pb-20\% {
    padding-bottom: 20%;
  }

  .group:focus .xl\:group-focus\:pl-20\% {
    padding-left: 20%;
  }

  .group:focus .xl\:group-focus\:pt-23\% {
    padding-top: 23%;
  }

  .group:focus .xl\:group-focus\:pr-23\% {
    padding-right: 23%;
  }

  .group:focus .xl\:group-focus\:pb-23\% {
    padding-bottom: 23%;
  }

  .group:focus .xl\:group-focus\:pl-23\% {
    padding-left: 23%;
  }

  .group:focus .xl\:group-focus\:pt-25\% {
    padding-top: 25%;
  }

  .group:focus .xl\:group-focus\:pr-25\% {
    padding-right: 25%;
  }

  .group:focus .xl\:group-focus\:pb-25\% {
    padding-bottom: 25%;
  }

  .group:focus .xl\:group-focus\:pl-25\% {
    padding-left: 25%;
  }

  .group:focus .xl\:group-focus\:pt-26\% {
    padding-top: 26%;
  }

  .group:focus .xl\:group-focus\:pr-26\% {
    padding-right: 26%;
  }

  .group:focus .xl\:group-focus\:pb-26\% {
    padding-bottom: 26%;
  }

  .group:focus .xl\:group-focus\:pl-26\% {
    padding-left: 26%;
  }

  .group:focus .xl\:group-focus\:pt-30\% {
    padding-top: 30%;
  }

  .group:focus .xl\:group-focus\:pr-30\% {
    padding-right: 30%;
  }

  .group:focus .xl\:group-focus\:pb-30\% {
    padding-bottom: 30%;
  }

  .group:focus .xl\:group-focus\:pl-30\% {
    padding-left: 30%;
  }

  .group:focus .xl\:group-focus\:pt-40\% {
    padding-top: 40%;
  }

  .group:focus .xl\:group-focus\:pr-40\% {
    padding-right: 40%;
  }

  .group:focus .xl\:group-focus\:pb-40\% {
    padding-bottom: 40%;
  }

  .group:focus .xl\:group-focus\:pl-40\% {
    padding-left: 40%;
  }

  .group:focus .xl\:group-focus\:pt-50\% {
    padding-top: 50%;
  }

  .group:focus .xl\:group-focus\:pr-50\% {
    padding-right: 50%;
  }

  .group:focus .xl\:group-focus\:pb-50\% {
    padding-bottom: 50%;
  }

  .group:focus .xl\:group-focus\:pl-50\% {
    padding-left: 50%;
  }

  .group:focus .xl\:group-focus\:pt-60\% {
    padding-top: 60%;
  }

  .group:focus .xl\:group-focus\:pr-60\% {
    padding-right: 60%;
  }

  .group:focus .xl\:group-focus\:pb-60\% {
    padding-bottom: 60%;
  }

  .group:focus .xl\:group-focus\:pl-60\% {
    padding-left: 60%;
  }

  .group:focus .xl\:group-focus\:pt-70\% {
    padding-top: 70%;
  }

  .group:focus .xl\:group-focus\:pr-70\% {
    padding-right: 70%;
  }

  .group:focus .xl\:group-focus\:pb-70\% {
    padding-bottom: 70%;
  }

  .group:focus .xl\:group-focus\:pl-70\% {
    padding-left: 70%;
  }

  .group:focus .xl\:group-focus\:pt-80\% {
    padding-top: 80%;
  }

  .group:focus .xl\:group-focus\:pr-80\% {
    padding-right: 80%;
  }

  .group:focus .xl\:group-focus\:pb-80\% {
    padding-bottom: 80%;
  }

  .group:focus .xl\:group-focus\:pl-80\% {
    padding-left: 80%;
  }

  .group:focus .xl\:group-focus\:pt-90\% {
    padding-top: 90%;
  }

  .group:focus .xl\:group-focus\:pr-90\% {
    padding-right: 90%;
  }

  .group:focus .xl\:group-focus\:pb-90\% {
    padding-bottom: 90%;
  }

  .group:focus .xl\:group-focus\:pl-90\% {
    padding-left: 90%;
  }

  .group:focus .xl\:group-focus\:pt-95\% {
    padding-top: 95%;
  }

  .group:focus .xl\:group-focus\:pr-95\% {
    padding-right: 95%;
  }

  .group:focus .xl\:group-focus\:pb-95\% {
    padding-bottom: 95%;
  }

  .group:focus .xl\:group-focus\:pl-95\% {
    padding-left: 95%;
  }

  .group:focus .xl\:group-focus\:pt-96\% {
    padding-top: 96%;
  }

  .group:focus .xl\:group-focus\:pr-96\% {
    padding-right: 96%;
  }

  .group:focus .xl\:group-focus\:pb-96\% {
    padding-bottom: 96%;
  }

  .group:focus .xl\:group-focus\:pl-96\% {
    padding-left: 96%;
  }

  .group:focus .xl\:group-focus\:pt-97\% {
    padding-top: 97%;
  }

  .group:focus .xl\:group-focus\:pr-97\% {
    padding-right: 97%;
  }

  .group:focus .xl\:group-focus\:pb-97\% {
    padding-bottom: 97%;
  }

  .group:focus .xl\:group-focus\:pl-97\% {
    padding-left: 97%;
  }

  .group:focus .xl\:group-focus\:pt-98\% {
    padding-top: 98%;
  }

  .group:focus .xl\:group-focus\:pr-98\% {
    padding-right: 98%;
  }

  .group:focus .xl\:group-focus\:pb-98\% {
    padding-bottom: 98%;
  }

  .group:focus .xl\:group-focus\:pl-98\% {
    padding-left: 98%;
  }

  .group:focus .xl\:group-focus\:pt-99\% {
    padding-top: 99%;
  }

  .group:focus .xl\:group-focus\:pr-99\% {
    padding-right: 99%;
  }

  .group:focus .xl\:group-focus\:pb-99\% {
    padding-bottom: 99%;
  }

  .group:focus .xl\:group-focus\:pl-99\% {
    padding-left: 99%;
  }

  .group:focus .xl\:group-focus\:pt-36vh {
    padding-top: 36vh;
  }

  .group:focus .xl\:group-focus\:pr-36vh {
    padding-right: 36vh;
  }

  .group:focus .xl\:group-focus\:pb-36vh {
    padding-bottom: 36vh;
  }

  .group:focus .xl\:group-focus\:pl-36vh {
    padding-left: 36vh;
  }

  .group:focus .xl\:group-focus\:pt-75vh {
    padding-top: 75vh;
  }

  .group:focus .xl\:group-focus\:pr-75vh {
    padding-right: 75vh;
  }

  .group:focus .xl\:group-focus\:pb-75vh {
    padding-bottom: 75vh;
  }

  .group:focus .xl\:group-focus\:pl-75vh {
    padding-left: 75vh;
  }

  .group:focus .xl\:group-focus\:pt-78vh {
    padding-top: 78vh;
  }

  .group:focus .xl\:group-focus\:pr-78vh {
    padding-right: 78vh;
  }

  .group:focus .xl\:group-focus\:pb-78vh {
    padding-bottom: 78vh;
  }

  .group:focus .xl\:group-focus\:pl-78vh {
    padding-left: 78vh;
  }

  .group:focus .xl\:group-focus\:pt-80vh {
    padding-top: 80vh;
  }

  .group:focus .xl\:group-focus\:pr-80vh {
    padding-right: 80vh;
  }

  .group:focus .xl\:group-focus\:pb-80vh {
    padding-bottom: 80vh;
  }

  .group:focus .xl\:group-focus\:pl-80vh {
    padding-left: 80vh;
  }

  .group:focus .xl\:group-focus\:pt-82vh {
    padding-top: 82vh;
  }

  .group:focus .xl\:group-focus\:pr-82vh {
    padding-right: 82vh;
  }

  .group:focus .xl\:group-focus\:pb-82vh {
    padding-bottom: 82vh;
  }

  .group:focus .xl\:group-focus\:pl-82vh {
    padding-left: 82vh;
  }

  .xl\:first\:p-0:first-child {
    padding: 0;
  }

  .xl\:first\:p-1:first-child {
    padding: 0.25rem;
  }

  .xl\:first\:p-2:first-child {
    padding: 0.5rem;
  }

  .xl\:first\:p-3:first-child {
    padding: 0.75rem;
  }

  .xl\:first\:p-4:first-child {
    padding: 1rem;
  }

  .xl\:first\:p-5:first-child {
    padding: 1.25rem;
  }

  .xl\:first\:p-6:first-child {
    padding: 1.5rem;
  }

  .xl\:first\:p-7:first-child {
    padding: 1.75rem;
  }

  .xl\:first\:p-8:first-child {
    padding: 2rem;
  }

  .xl\:first\:p-9:first-child {
    padding: 2.25rem;
  }

  .xl\:first\:p-10:first-child {
    padding: 2.5rem;
  }

  .xl\:first\:p-12:first-child {
    padding: 3rem;
  }

  .xl\:first\:p-14:first-child {
    padding: 3.5rem;
  }

  .xl\:first\:p-15:first-child {
    padding: 3.75rem;
  }

  .xl\:first\:p-16:first-child {
    padding: 4rem;
  }

  .xl\:first\:p-18:first-child {
    padding: 4.5rem;
  }

  .xl\:first\:p-20:first-child {
    padding: 5rem;
  }

  .xl\:first\:p-21:first-child {
    padding: 5.25rem;
  }

  .xl\:first\:p-22:first-child {
    padding: 5.5rem;
  }

  .xl\:first\:p-24:first-child {
    padding: 6rem;
  }

  .xl\:first\:p-26:first-child {
    padding: 6.5rem;
  }

  .xl\:first\:p-28:first-child {
    padding: 7rem;
  }

  .xl\:first\:p-30:first-child {
    padding: 7.5rem;
  }

  .xl\:first\:p-32:first-child {
    padding: 8rem;
  }

  .xl\:first\:p-34:first-child {
    padding: 8.5rem;
  }

  .xl\:first\:p-36:first-child {
    padding: 9rem;
  }

  .xl\:first\:p-38:first-child {
    padding: 9.5rem;
  }

  .xl\:first\:p-40:first-child {
    padding: 10rem;
  }

  .xl\:first\:p-44:first-child {
    padding: 11rem;
  }

  .xl\:first\:p-48:first-child {
    padding: 12rem;
  }

  .xl\:first\:p-52:first-child {
    padding: 13rem;
  }

  .xl\:first\:p-53:first-child {
    padding: 13.25rem;
  }

  .xl\:first\:p-54:first-child {
    padding: 13.5rem;
  }

  .xl\:first\:p-56:first-child {
    padding: 14rem;
  }

  .xl\:first\:p-64:first-child {
    padding: 16rem;
  }

  .xl\:first\:p-72:first-child {
    padding: 18rem;
  }

  .xl\:first\:p-74:first-child {
    padding: 18.5rem;
  }

  .xl\:first\:p-76:first-child {
    padding: 19rem;
  }

  .xl\:first\:p-80:first-child {
    padding: 20rem;
  }

  .xl\:first\:p-85:first-child {
    padding: 21.25rem;
  }

  .xl\:first\:p-100:first-child {
    padding: 25rem;
  }

  .xl\:first\:p-105:first-child {
    padding: 26.25rem;
  }

  .xl\:first\:p-107:first-child {
    padding: 26.4rem;
  }

  .xl\:first\:p-110:first-child {
    padding: 27.5rem;
  }

  .xl\:first\:p-120:first-child {
    padding: 30rem;
  }

  .xl\:first\:p-130:first-child {
    padding: 38rem;
  }

  .xl\:first\:p-px:first-child {
    padding: 1px;
  }

  .xl\:first\:p-250px:first-child {
    padding: 250px;
  }

  .xl\:first\:p-1\/2\%:first-child {
    padding: 0.5%;
  }

  .xl\:first\:p-1\%:first-child {
    padding: 1%;
  }

  .xl\:first\:p-2\%:first-child {
    padding: 2%;
  }

  .xl\:first\:p-3\%:first-child {
    padding: 3%;
  }

  .xl\:first\:p-4\%:first-child {
    padding: 4%;
  }

  .xl\:first\:p-5\%:first-child {
    padding: 5%;
  }

  .xl\:first\:p-10\%:first-child {
    padding: 10%;
  }

  .xl\:first\:p-20\%:first-child {
    padding: 20%;
  }

  .xl\:first\:p-23\%:first-child {
    padding: 23%;
  }

  .xl\:first\:p-25\%:first-child {
    padding: 25%;
  }

  .xl\:first\:p-26\%:first-child {
    padding: 26%;
  }

  .xl\:first\:p-30\%:first-child {
    padding: 30%;
  }

  .xl\:first\:p-40\%:first-child {
    padding: 40%;
  }

  .xl\:first\:p-50\%:first-child {
    padding: 50%;
  }

  .xl\:first\:p-60\%:first-child {
    padding: 60%;
  }

  .xl\:first\:p-70\%:first-child {
    padding: 70%;
  }

  .xl\:first\:p-80\%:first-child {
    padding: 80%;
  }

  .xl\:first\:p-90\%:first-child {
    padding: 90%;
  }

  .xl\:first\:p-95\%:first-child {
    padding: 95%;
  }

  .xl\:first\:p-96\%:first-child {
    padding: 96%;
  }

  .xl\:first\:p-97\%:first-child {
    padding: 97%;
  }

  .xl\:first\:p-98\%:first-child {
    padding: 98%;
  }

  .xl\:first\:p-99\%:first-child {
    padding: 99%;
  }

  .xl\:first\:p-36vh:first-child {
    padding: 36vh;
  }

  .xl\:first\:p-75vh:first-child {
    padding: 75vh;
  }

  .xl\:first\:p-78vh:first-child {
    padding: 78vh;
  }

  .xl\:first\:p-80vh:first-child {
    padding: 80vh;
  }

  .xl\:first\:p-82vh:first-child {
    padding: 82vh;
  }

  .xl\:first\:py-0:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:first\:px-0:first-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:first\:py-1:first-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:first\:px-1:first-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:first\:py-2:first-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:first\:px-2:first-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:first\:py-3:first-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:first\:px-3:first-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:first\:py-4:first-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:first\:px-4:first-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:first\:py-5:first-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:first\:px-5:first-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:first\:py-6:first-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:first\:px-6:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:first\:py-7:first-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:first\:px-7:first-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:first\:py-8:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:first\:px-8:first-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:first\:py-9:first-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:first\:px-9:first-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:first\:py-10:first-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:first\:px-10:first-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:first\:py-12:first-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:first\:px-12:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:first\:py-14:first-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:first\:px-14:first-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:first\:py-15:first-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:first\:px-15:first-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:first\:py-16:first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:first\:px-16:first-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:first\:py-18:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:first\:px-18:first-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:first\:py-20:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:first\:px-20:first-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:first\:py-21:first-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:first\:px-21:first-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:first\:py-22:first-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:first\:px-22:first-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:first\:py-24:first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:first\:px-24:first-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:first\:py-26:first-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:first\:px-26:first-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:first\:py-28:first-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:first\:px-28:first-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:first\:py-30:first-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:first\:px-30:first-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:first\:py-32:first-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:first\:px-32:first-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:first\:py-34:first-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:first\:px-34:first-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:first\:py-36:first-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:first\:px-36:first-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:first\:py-38:first-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:first\:px-38:first-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:first\:py-40:first-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:first\:px-40:first-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:first\:py-44:first-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:first\:px-44:first-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:first\:py-48:first-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:first\:px-48:first-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:first\:py-52:first-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:first\:px-52:first-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:first\:py-53:first-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xl\:first\:px-53:first-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xl\:first\:py-54:first-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:first\:px-54:first-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:first\:py-56:first-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:first\:px-56:first-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:first\:py-64:first-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:first\:px-64:first-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:first\:py-72:first-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:first\:px-72:first-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:first\:py-74:first-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xl\:first\:px-74:first-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xl\:first\:py-76:first-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xl\:first\:px-76:first-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xl\:first\:py-80:first-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:first\:px-80:first-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:first\:py-85:first-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xl\:first\:px-85:first-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xl\:first\:py-100:first-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:first\:px-100:first-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:first\:py-105:first-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xl\:first\:px-105:first-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xl\:first\:py-107:first-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xl\:first\:px-107:first-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xl\:first\:py-110:first-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:first\:px-110:first-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:first\:py-120:first-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:first\:px-120:first-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:first\:py-130:first-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:first\:px-130:first-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:first\:py-px:first-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:first\:px-px:first-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:first\:py-250px:first-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:first\:px-250px:first-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:first\:py-1\/2\%:first-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xl\:first\:px-1\/2\%:first-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xl\:first\:py-1\%:first-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:first\:px-1\%:first-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:first\:py-2\%:first-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xl\:first\:px-2\%:first-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xl\:first\:py-3\%:first-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xl\:first\:px-3\%:first-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xl\:first\:py-4\%:first-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xl\:first\:px-4\%:first-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:first\:py-5\%:first-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:first\:px-5\%:first-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:first\:py-10\%:first-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:first\:px-10\%:first-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:first\:py-20\%:first-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:first\:px-20\%:first-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:first\:py-23\%:first-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xl\:first\:px-23\%:first-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xl\:first\:py-25\%:first-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:first\:px-25\%:first-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:first\:py-26\%:first-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xl\:first\:px-26\%:first-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xl\:first\:py-30\%:first-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:first\:px-30\%:first-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:first\:py-40\%:first-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:first\:px-40\%:first-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:first\:py-50\%:first-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:first\:px-50\%:first-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:first\:py-60\%:first-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:first\:px-60\%:first-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:first\:py-70\%:first-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:first\:px-70\%:first-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:first\:py-80\%:first-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:first\:px-80\%:first-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:first\:py-90\%:first-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:first\:px-90\%:first-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:first\:py-95\%:first-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:first\:px-95\%:first-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:first\:py-96\%:first-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:first\:px-96\%:first-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:first\:py-97\%:first-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xl\:first\:px-97\%:first-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xl\:first\:py-98\%:first-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xl\:first\:px-98\%:first-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xl\:first\:py-99\%:first-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xl\:first\:px-99\%:first-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xl\:first\:py-36vh:first-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xl\:first\:px-36vh:first-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xl\:first\:py-75vh:first-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xl\:first\:px-75vh:first-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xl\:first\:py-78vh:first-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xl\:first\:px-78vh:first-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xl\:first\:py-80vh:first-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:first\:px-80vh:first-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:first\:py-82vh:first-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xl\:first\:px-82vh:first-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xl\:first\:pt-0:first-child {
    padding-top: 0;
  }

  .xl\:first\:pr-0:first-child {
    padding-right: 0;
  }

  .xl\:first\:pb-0:first-child {
    padding-bottom: 0;
  }

  .xl\:first\:pl-0:first-child {
    padding-left: 0;
  }

  .xl\:first\:pt-1:first-child {
    padding-top: 0.25rem;
  }

  .xl\:first\:pr-1:first-child {
    padding-right: 0.25rem;
  }

  .xl\:first\:pb-1:first-child {
    padding-bottom: 0.25rem;
  }

  .xl\:first\:pl-1:first-child {
    padding-left: 0.25rem;
  }

  .xl\:first\:pt-2:first-child {
    padding-top: 0.5rem;
  }

  .xl\:first\:pr-2:first-child {
    padding-right: 0.5rem;
  }

  .xl\:first\:pb-2:first-child {
    padding-bottom: 0.5rem;
  }

  .xl\:first\:pl-2:first-child {
    padding-left: 0.5rem;
  }

  .xl\:first\:pt-3:first-child {
    padding-top: 0.75rem;
  }

  .xl\:first\:pr-3:first-child {
    padding-right: 0.75rem;
  }

  .xl\:first\:pb-3:first-child {
    padding-bottom: 0.75rem;
  }

  .xl\:first\:pl-3:first-child {
    padding-left: 0.75rem;
  }

  .xl\:first\:pt-4:first-child {
    padding-top: 1rem;
  }

  .xl\:first\:pr-4:first-child {
    padding-right: 1rem;
  }

  .xl\:first\:pb-4:first-child {
    padding-bottom: 1rem;
  }

  .xl\:first\:pl-4:first-child {
    padding-left: 1rem;
  }

  .xl\:first\:pt-5:first-child {
    padding-top: 1.25rem;
  }

  .xl\:first\:pr-5:first-child {
    padding-right: 1.25rem;
  }

  .xl\:first\:pb-5:first-child {
    padding-bottom: 1.25rem;
  }

  .xl\:first\:pl-5:first-child {
    padding-left: 1.25rem;
  }

  .xl\:first\:pt-6:first-child {
    padding-top: 1.5rem;
  }

  .xl\:first\:pr-6:first-child {
    padding-right: 1.5rem;
  }

  .xl\:first\:pb-6:first-child {
    padding-bottom: 1.5rem;
  }

  .xl\:first\:pl-6:first-child {
    padding-left: 1.5rem;
  }

  .xl\:first\:pt-7:first-child {
    padding-top: 1.75rem;
  }

  .xl\:first\:pr-7:first-child {
    padding-right: 1.75rem;
  }

  .xl\:first\:pb-7:first-child {
    padding-bottom: 1.75rem;
  }

  .xl\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .xl\:first\:pt-8:first-child {
    padding-top: 2rem;
  }

  .xl\:first\:pr-8:first-child {
    padding-right: 2rem;
  }

  .xl\:first\:pb-8:first-child {
    padding-bottom: 2rem;
  }

  .xl\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .xl\:first\:pt-9:first-child {
    padding-top: 2.25rem;
  }

  .xl\:first\:pr-9:first-child {
    padding-right: 2.25rem;
  }

  .xl\:first\:pb-9:first-child {
    padding-bottom: 2.25rem;
  }

  .xl\:first\:pl-9:first-child {
    padding-left: 2.25rem;
  }

  .xl\:first\:pt-10:first-child {
    padding-top: 2.5rem;
  }

  .xl\:first\:pr-10:first-child {
    padding-right: 2.5rem;
  }

  .xl\:first\:pb-10:first-child {
    padding-bottom: 2.5rem;
  }

  .xl\:first\:pl-10:first-child {
    padding-left: 2.5rem;
  }

  .xl\:first\:pt-12:first-child {
    padding-top: 3rem;
  }

  .xl\:first\:pr-12:first-child {
    padding-right: 3rem;
  }

  .xl\:first\:pb-12:first-child {
    padding-bottom: 3rem;
  }

  .xl\:first\:pl-12:first-child {
    padding-left: 3rem;
  }

  .xl\:first\:pt-14:first-child {
    padding-top: 3.5rem;
  }

  .xl\:first\:pr-14:first-child {
    padding-right: 3.5rem;
  }

  .xl\:first\:pb-14:first-child {
    padding-bottom: 3.5rem;
  }

  .xl\:first\:pl-14:first-child {
    padding-left: 3.5rem;
  }

  .xl\:first\:pt-15:first-child {
    padding-top: 3.75rem;
  }

  .xl\:first\:pr-15:first-child {
    padding-right: 3.75rem;
  }

  .xl\:first\:pb-15:first-child {
    padding-bottom: 3.75rem;
  }

  .xl\:first\:pl-15:first-child {
    padding-left: 3.75rem;
  }

  .xl\:first\:pt-16:first-child {
    padding-top: 4rem;
  }

  .xl\:first\:pr-16:first-child {
    padding-right: 4rem;
  }

  .xl\:first\:pb-16:first-child {
    padding-bottom: 4rem;
  }

  .xl\:first\:pl-16:first-child {
    padding-left: 4rem;
  }

  .xl\:first\:pt-18:first-child {
    padding-top: 4.5rem;
  }

  .xl\:first\:pr-18:first-child {
    padding-right: 4.5rem;
  }

  .xl\:first\:pb-18:first-child {
    padding-bottom: 4.5rem;
  }

  .xl\:first\:pl-18:first-child {
    padding-left: 4.5rem;
  }

  .xl\:first\:pt-20:first-child {
    padding-top: 5rem;
  }

  .xl\:first\:pr-20:first-child {
    padding-right: 5rem;
  }

  .xl\:first\:pb-20:first-child {
    padding-bottom: 5rem;
  }

  .xl\:first\:pl-20:first-child {
    padding-left: 5rem;
  }

  .xl\:first\:pt-21:first-child {
    padding-top: 5.25rem;
  }

  .xl\:first\:pr-21:first-child {
    padding-right: 5.25rem;
  }

  .xl\:first\:pb-21:first-child {
    padding-bottom: 5.25rem;
  }

  .xl\:first\:pl-21:first-child {
    padding-left: 5.25rem;
  }

  .xl\:first\:pt-22:first-child {
    padding-top: 5.5rem;
  }

  .xl\:first\:pr-22:first-child {
    padding-right: 5.5rem;
  }

  .xl\:first\:pb-22:first-child {
    padding-bottom: 5.5rem;
  }

  .xl\:first\:pl-22:first-child {
    padding-left: 5.5rem;
  }

  .xl\:first\:pt-24:first-child {
    padding-top: 6rem;
  }

  .xl\:first\:pr-24:first-child {
    padding-right: 6rem;
  }

  .xl\:first\:pb-24:first-child {
    padding-bottom: 6rem;
  }

  .xl\:first\:pl-24:first-child {
    padding-left: 6rem;
  }

  .xl\:first\:pt-26:first-child {
    padding-top: 6.5rem;
  }

  .xl\:first\:pr-26:first-child {
    padding-right: 6.5rem;
  }

  .xl\:first\:pb-26:first-child {
    padding-bottom: 6.5rem;
  }

  .xl\:first\:pl-26:first-child {
    padding-left: 6.5rem;
  }

  .xl\:first\:pt-28:first-child {
    padding-top: 7rem;
  }

  .xl\:first\:pr-28:first-child {
    padding-right: 7rem;
  }

  .xl\:first\:pb-28:first-child {
    padding-bottom: 7rem;
  }

  .xl\:first\:pl-28:first-child {
    padding-left: 7rem;
  }

  .xl\:first\:pt-30:first-child {
    padding-top: 7.5rem;
  }

  .xl\:first\:pr-30:first-child {
    padding-right: 7.5rem;
  }

  .xl\:first\:pb-30:first-child {
    padding-bottom: 7.5rem;
  }

  .xl\:first\:pl-30:first-child {
    padding-left: 7.5rem;
  }

  .xl\:first\:pt-32:first-child {
    padding-top: 8rem;
  }

  .xl\:first\:pr-32:first-child {
    padding-right: 8rem;
  }

  .xl\:first\:pb-32:first-child {
    padding-bottom: 8rem;
  }

  .xl\:first\:pl-32:first-child {
    padding-left: 8rem;
  }

  .xl\:first\:pt-34:first-child {
    padding-top: 8.5rem;
  }

  .xl\:first\:pr-34:first-child {
    padding-right: 8.5rem;
  }

  .xl\:first\:pb-34:first-child {
    padding-bottom: 8.5rem;
  }

  .xl\:first\:pl-34:first-child {
    padding-left: 8.5rem;
  }

  .xl\:first\:pt-36:first-child {
    padding-top: 9rem;
  }

  .xl\:first\:pr-36:first-child {
    padding-right: 9rem;
  }

  .xl\:first\:pb-36:first-child {
    padding-bottom: 9rem;
  }

  .xl\:first\:pl-36:first-child {
    padding-left: 9rem;
  }

  .xl\:first\:pt-38:first-child {
    padding-top: 9.5rem;
  }

  .xl\:first\:pr-38:first-child {
    padding-right: 9.5rem;
  }

  .xl\:first\:pb-38:first-child {
    padding-bottom: 9.5rem;
  }

  .xl\:first\:pl-38:first-child {
    padding-left: 9.5rem;
  }

  .xl\:first\:pt-40:first-child {
    padding-top: 10rem;
  }

  .xl\:first\:pr-40:first-child {
    padding-right: 10rem;
  }

  .xl\:first\:pb-40:first-child {
    padding-bottom: 10rem;
  }

  .xl\:first\:pl-40:first-child {
    padding-left: 10rem;
  }

  .xl\:first\:pt-44:first-child {
    padding-top: 11rem;
  }

  .xl\:first\:pr-44:first-child {
    padding-right: 11rem;
  }

  .xl\:first\:pb-44:first-child {
    padding-bottom: 11rem;
  }

  .xl\:first\:pl-44:first-child {
    padding-left: 11rem;
  }

  .xl\:first\:pt-48:first-child {
    padding-top: 12rem;
  }

  .xl\:first\:pr-48:first-child {
    padding-right: 12rem;
  }

  .xl\:first\:pb-48:first-child {
    padding-bottom: 12rem;
  }

  .xl\:first\:pl-48:first-child {
    padding-left: 12rem;
  }

  .xl\:first\:pt-52:first-child {
    padding-top: 13rem;
  }

  .xl\:first\:pr-52:first-child {
    padding-right: 13rem;
  }

  .xl\:first\:pb-52:first-child {
    padding-bottom: 13rem;
  }

  .xl\:first\:pl-52:first-child {
    padding-left: 13rem;
  }

  .xl\:first\:pt-53:first-child {
    padding-top: 13.25rem;
  }

  .xl\:first\:pr-53:first-child {
    padding-right: 13.25rem;
  }

  .xl\:first\:pb-53:first-child {
    padding-bottom: 13.25rem;
  }

  .xl\:first\:pl-53:first-child {
    padding-left: 13.25rem;
  }

  .xl\:first\:pt-54:first-child {
    padding-top: 13.5rem;
  }

  .xl\:first\:pr-54:first-child {
    padding-right: 13.5rem;
  }

  .xl\:first\:pb-54:first-child {
    padding-bottom: 13.5rem;
  }

  .xl\:first\:pl-54:first-child {
    padding-left: 13.5rem;
  }

  .xl\:first\:pt-56:first-child {
    padding-top: 14rem;
  }

  .xl\:first\:pr-56:first-child {
    padding-right: 14rem;
  }

  .xl\:first\:pb-56:first-child {
    padding-bottom: 14rem;
  }

  .xl\:first\:pl-56:first-child {
    padding-left: 14rem;
  }

  .xl\:first\:pt-64:first-child {
    padding-top: 16rem;
  }

  .xl\:first\:pr-64:first-child {
    padding-right: 16rem;
  }

  .xl\:first\:pb-64:first-child {
    padding-bottom: 16rem;
  }

  .xl\:first\:pl-64:first-child {
    padding-left: 16rem;
  }

  .xl\:first\:pt-72:first-child {
    padding-top: 18rem;
  }

  .xl\:first\:pr-72:first-child {
    padding-right: 18rem;
  }

  .xl\:first\:pb-72:first-child {
    padding-bottom: 18rem;
  }

  .xl\:first\:pl-72:first-child {
    padding-left: 18rem;
  }

  .xl\:first\:pt-74:first-child {
    padding-top: 18.5rem;
  }

  .xl\:first\:pr-74:first-child {
    padding-right: 18.5rem;
  }

  .xl\:first\:pb-74:first-child {
    padding-bottom: 18.5rem;
  }

  .xl\:first\:pl-74:first-child {
    padding-left: 18.5rem;
  }

  .xl\:first\:pt-76:first-child {
    padding-top: 19rem;
  }

  .xl\:first\:pr-76:first-child {
    padding-right: 19rem;
  }

  .xl\:first\:pb-76:first-child {
    padding-bottom: 19rem;
  }

  .xl\:first\:pl-76:first-child {
    padding-left: 19rem;
  }

  .xl\:first\:pt-80:first-child {
    padding-top: 20rem;
  }

  .xl\:first\:pr-80:first-child {
    padding-right: 20rem;
  }

  .xl\:first\:pb-80:first-child {
    padding-bottom: 20rem;
  }

  .xl\:first\:pl-80:first-child {
    padding-left: 20rem;
  }

  .xl\:first\:pt-85:first-child {
    padding-top: 21.25rem;
  }

  .xl\:first\:pr-85:first-child {
    padding-right: 21.25rem;
  }

  .xl\:first\:pb-85:first-child {
    padding-bottom: 21.25rem;
  }

  .xl\:first\:pl-85:first-child {
    padding-left: 21.25rem;
  }

  .xl\:first\:pt-100:first-child {
    padding-top: 25rem;
  }

  .xl\:first\:pr-100:first-child {
    padding-right: 25rem;
  }

  .xl\:first\:pb-100:first-child {
    padding-bottom: 25rem;
  }

  .xl\:first\:pl-100:first-child {
    padding-left: 25rem;
  }

  .xl\:first\:pt-105:first-child {
    padding-top: 26.25rem;
  }

  .xl\:first\:pr-105:first-child {
    padding-right: 26.25rem;
  }

  .xl\:first\:pb-105:first-child {
    padding-bottom: 26.25rem;
  }

  .xl\:first\:pl-105:first-child {
    padding-left: 26.25rem;
  }

  .xl\:first\:pt-107:first-child {
    padding-top: 26.4rem;
  }

  .xl\:first\:pr-107:first-child {
    padding-right: 26.4rem;
  }

  .xl\:first\:pb-107:first-child {
    padding-bottom: 26.4rem;
  }

  .xl\:first\:pl-107:first-child {
    padding-left: 26.4rem;
  }

  .xl\:first\:pt-110:first-child {
    padding-top: 27.5rem;
  }

  .xl\:first\:pr-110:first-child {
    padding-right: 27.5rem;
  }

  .xl\:first\:pb-110:first-child {
    padding-bottom: 27.5rem;
  }

  .xl\:first\:pl-110:first-child {
    padding-left: 27.5rem;
  }

  .xl\:first\:pt-120:first-child {
    padding-top: 30rem;
  }

  .xl\:first\:pr-120:first-child {
    padding-right: 30rem;
  }

  .xl\:first\:pb-120:first-child {
    padding-bottom: 30rem;
  }

  .xl\:first\:pl-120:first-child {
    padding-left: 30rem;
  }

  .xl\:first\:pt-130:first-child {
    padding-top: 38rem;
  }

  .xl\:first\:pr-130:first-child {
    padding-right: 38rem;
  }

  .xl\:first\:pb-130:first-child {
    padding-bottom: 38rem;
  }

  .xl\:first\:pl-130:first-child {
    padding-left: 38rem;
  }

  .xl\:first\:pt-px:first-child {
    padding-top: 1px;
  }

  .xl\:first\:pr-px:first-child {
    padding-right: 1px;
  }

  .xl\:first\:pb-px:first-child {
    padding-bottom: 1px;
  }

  .xl\:first\:pl-px:first-child {
    padding-left: 1px;
  }

  .xl\:first\:pt-250px:first-child {
    padding-top: 250px;
  }

  .xl\:first\:pr-250px:first-child {
    padding-right: 250px;
  }

  .xl\:first\:pb-250px:first-child {
    padding-bottom: 250px;
  }

  .xl\:first\:pl-250px:first-child {
    padding-left: 250px;
  }

  .xl\:first\:pt-1\/2\%:first-child {
    padding-top: 0.5%;
  }

  .xl\:first\:pr-1\/2\%:first-child {
    padding-right: 0.5%;
  }

  .xl\:first\:pb-1\/2\%:first-child {
    padding-bottom: 0.5%;
  }

  .xl\:first\:pl-1\/2\%:first-child {
    padding-left: 0.5%;
  }

  .xl\:first\:pt-1\%:first-child {
    padding-top: 1%;
  }

  .xl\:first\:pr-1\%:first-child {
    padding-right: 1%;
  }

  .xl\:first\:pb-1\%:first-child {
    padding-bottom: 1%;
  }

  .xl\:first\:pl-1\%:first-child {
    padding-left: 1%;
  }

  .xl\:first\:pt-2\%:first-child {
    padding-top: 2%;
  }

  .xl\:first\:pr-2\%:first-child {
    padding-right: 2%;
  }

  .xl\:first\:pb-2\%:first-child {
    padding-bottom: 2%;
  }

  .xl\:first\:pl-2\%:first-child {
    padding-left: 2%;
  }

  .xl\:first\:pt-3\%:first-child {
    padding-top: 3%;
  }

  .xl\:first\:pr-3\%:first-child {
    padding-right: 3%;
  }

  .xl\:first\:pb-3\%:first-child {
    padding-bottom: 3%;
  }

  .xl\:first\:pl-3\%:first-child {
    padding-left: 3%;
  }

  .xl\:first\:pt-4\%:first-child {
    padding-top: 4%;
  }

  .xl\:first\:pr-4\%:first-child {
    padding-right: 4%;
  }

  .xl\:first\:pb-4\%:first-child {
    padding-bottom: 4%;
  }

  .xl\:first\:pl-4\%:first-child {
    padding-left: 4%;
  }

  .xl\:first\:pt-5\%:first-child {
    padding-top: 5%;
  }

  .xl\:first\:pr-5\%:first-child {
    padding-right: 5%;
  }

  .xl\:first\:pb-5\%:first-child {
    padding-bottom: 5%;
  }

  .xl\:first\:pl-5\%:first-child {
    padding-left: 5%;
  }

  .xl\:first\:pt-10\%:first-child {
    padding-top: 10%;
  }

  .xl\:first\:pr-10\%:first-child {
    padding-right: 10%;
  }

  .xl\:first\:pb-10\%:first-child {
    padding-bottom: 10%;
  }

  .xl\:first\:pl-10\%:first-child {
    padding-left: 10%;
  }

  .xl\:first\:pt-20\%:first-child {
    padding-top: 20%;
  }

  .xl\:first\:pr-20\%:first-child {
    padding-right: 20%;
  }

  .xl\:first\:pb-20\%:first-child {
    padding-bottom: 20%;
  }

  .xl\:first\:pl-20\%:first-child {
    padding-left: 20%;
  }

  .xl\:first\:pt-23\%:first-child {
    padding-top: 23%;
  }

  .xl\:first\:pr-23\%:first-child {
    padding-right: 23%;
  }

  .xl\:first\:pb-23\%:first-child {
    padding-bottom: 23%;
  }

  .xl\:first\:pl-23\%:first-child {
    padding-left: 23%;
  }

  .xl\:first\:pt-25\%:first-child {
    padding-top: 25%;
  }

  .xl\:first\:pr-25\%:first-child {
    padding-right: 25%;
  }

  .xl\:first\:pb-25\%:first-child {
    padding-bottom: 25%;
  }

  .xl\:first\:pl-25\%:first-child {
    padding-left: 25%;
  }

  .xl\:first\:pt-26\%:first-child {
    padding-top: 26%;
  }

  .xl\:first\:pr-26\%:first-child {
    padding-right: 26%;
  }

  .xl\:first\:pb-26\%:first-child {
    padding-bottom: 26%;
  }

  .xl\:first\:pl-26\%:first-child {
    padding-left: 26%;
  }

  .xl\:first\:pt-30\%:first-child {
    padding-top: 30%;
  }

  .xl\:first\:pr-30\%:first-child {
    padding-right: 30%;
  }

  .xl\:first\:pb-30\%:first-child {
    padding-bottom: 30%;
  }

  .xl\:first\:pl-30\%:first-child {
    padding-left: 30%;
  }

  .xl\:first\:pt-40\%:first-child {
    padding-top: 40%;
  }

  .xl\:first\:pr-40\%:first-child {
    padding-right: 40%;
  }

  .xl\:first\:pb-40\%:first-child {
    padding-bottom: 40%;
  }

  .xl\:first\:pl-40\%:first-child {
    padding-left: 40%;
  }

  .xl\:first\:pt-50\%:first-child {
    padding-top: 50%;
  }

  .xl\:first\:pr-50\%:first-child {
    padding-right: 50%;
  }

  .xl\:first\:pb-50\%:first-child {
    padding-bottom: 50%;
  }

  .xl\:first\:pl-50\%:first-child {
    padding-left: 50%;
  }

  .xl\:first\:pt-60\%:first-child {
    padding-top: 60%;
  }

  .xl\:first\:pr-60\%:first-child {
    padding-right: 60%;
  }

  .xl\:first\:pb-60\%:first-child {
    padding-bottom: 60%;
  }

  .xl\:first\:pl-60\%:first-child {
    padding-left: 60%;
  }

  .xl\:first\:pt-70\%:first-child {
    padding-top: 70%;
  }

  .xl\:first\:pr-70\%:first-child {
    padding-right: 70%;
  }

  .xl\:first\:pb-70\%:first-child {
    padding-bottom: 70%;
  }

  .xl\:first\:pl-70\%:first-child {
    padding-left: 70%;
  }

  .xl\:first\:pt-80\%:first-child {
    padding-top: 80%;
  }

  .xl\:first\:pr-80\%:first-child {
    padding-right: 80%;
  }

  .xl\:first\:pb-80\%:first-child {
    padding-bottom: 80%;
  }

  .xl\:first\:pl-80\%:first-child {
    padding-left: 80%;
  }

  .xl\:first\:pt-90\%:first-child {
    padding-top: 90%;
  }

  .xl\:first\:pr-90\%:first-child {
    padding-right: 90%;
  }

  .xl\:first\:pb-90\%:first-child {
    padding-bottom: 90%;
  }

  .xl\:first\:pl-90\%:first-child {
    padding-left: 90%;
  }

  .xl\:first\:pt-95\%:first-child {
    padding-top: 95%;
  }

  .xl\:first\:pr-95\%:first-child {
    padding-right: 95%;
  }

  .xl\:first\:pb-95\%:first-child {
    padding-bottom: 95%;
  }

  .xl\:first\:pl-95\%:first-child {
    padding-left: 95%;
  }

  .xl\:first\:pt-96\%:first-child {
    padding-top: 96%;
  }

  .xl\:first\:pr-96\%:first-child {
    padding-right: 96%;
  }

  .xl\:first\:pb-96\%:first-child {
    padding-bottom: 96%;
  }

  .xl\:first\:pl-96\%:first-child {
    padding-left: 96%;
  }

  .xl\:first\:pt-97\%:first-child {
    padding-top: 97%;
  }

  .xl\:first\:pr-97\%:first-child {
    padding-right: 97%;
  }

  .xl\:first\:pb-97\%:first-child {
    padding-bottom: 97%;
  }

  .xl\:first\:pl-97\%:first-child {
    padding-left: 97%;
  }

  .xl\:first\:pt-98\%:first-child {
    padding-top: 98%;
  }

  .xl\:first\:pr-98\%:first-child {
    padding-right: 98%;
  }

  .xl\:first\:pb-98\%:first-child {
    padding-bottom: 98%;
  }

  .xl\:first\:pl-98\%:first-child {
    padding-left: 98%;
  }

  .xl\:first\:pt-99\%:first-child {
    padding-top: 99%;
  }

  .xl\:first\:pr-99\%:first-child {
    padding-right: 99%;
  }

  .xl\:first\:pb-99\%:first-child {
    padding-bottom: 99%;
  }

  .xl\:first\:pl-99\%:first-child {
    padding-left: 99%;
  }

  .xl\:first\:pt-36vh:first-child {
    padding-top: 36vh;
  }

  .xl\:first\:pr-36vh:first-child {
    padding-right: 36vh;
  }

  .xl\:first\:pb-36vh:first-child {
    padding-bottom: 36vh;
  }

  .xl\:first\:pl-36vh:first-child {
    padding-left: 36vh;
  }

  .xl\:first\:pt-75vh:first-child {
    padding-top: 75vh;
  }

  .xl\:first\:pr-75vh:first-child {
    padding-right: 75vh;
  }

  .xl\:first\:pb-75vh:first-child {
    padding-bottom: 75vh;
  }

  .xl\:first\:pl-75vh:first-child {
    padding-left: 75vh;
  }

  .xl\:first\:pt-78vh:first-child {
    padding-top: 78vh;
  }

  .xl\:first\:pr-78vh:first-child {
    padding-right: 78vh;
  }

  .xl\:first\:pb-78vh:first-child {
    padding-bottom: 78vh;
  }

  .xl\:first\:pl-78vh:first-child {
    padding-left: 78vh;
  }

  .xl\:first\:pt-80vh:first-child {
    padding-top: 80vh;
  }

  .xl\:first\:pr-80vh:first-child {
    padding-right: 80vh;
  }

  .xl\:first\:pb-80vh:first-child {
    padding-bottom: 80vh;
  }

  .xl\:first\:pl-80vh:first-child {
    padding-left: 80vh;
  }

  .xl\:first\:pt-82vh:first-child {
    padding-top: 82vh;
  }

  .xl\:first\:pr-82vh:first-child {
    padding-right: 82vh;
  }

  .xl\:first\:pb-82vh:first-child {
    padding-bottom: 82vh;
  }

  .xl\:first\:pl-82vh:first-child {
    padding-left: 82vh;
  }

  .xl\:last\:p-0:last-child {
    padding: 0;
  }

  .xl\:last\:p-1:last-child {
    padding: 0.25rem;
  }

  .xl\:last\:p-2:last-child {
    padding: 0.5rem;
  }

  .xl\:last\:p-3:last-child {
    padding: 0.75rem;
  }

  .xl\:last\:p-4:last-child {
    padding: 1rem;
  }

  .xl\:last\:p-5:last-child {
    padding: 1.25rem;
  }

  .xl\:last\:p-6:last-child {
    padding: 1.5rem;
  }

  .xl\:last\:p-7:last-child {
    padding: 1.75rem;
  }

  .xl\:last\:p-8:last-child {
    padding: 2rem;
  }

  .xl\:last\:p-9:last-child {
    padding: 2.25rem;
  }

  .xl\:last\:p-10:last-child {
    padding: 2.5rem;
  }

  .xl\:last\:p-12:last-child {
    padding: 3rem;
  }

  .xl\:last\:p-14:last-child {
    padding: 3.5rem;
  }

  .xl\:last\:p-15:last-child {
    padding: 3.75rem;
  }

  .xl\:last\:p-16:last-child {
    padding: 4rem;
  }

  .xl\:last\:p-18:last-child {
    padding: 4.5rem;
  }

  .xl\:last\:p-20:last-child {
    padding: 5rem;
  }

  .xl\:last\:p-21:last-child {
    padding: 5.25rem;
  }

  .xl\:last\:p-22:last-child {
    padding: 5.5rem;
  }

  .xl\:last\:p-24:last-child {
    padding: 6rem;
  }

  .xl\:last\:p-26:last-child {
    padding: 6.5rem;
  }

  .xl\:last\:p-28:last-child {
    padding: 7rem;
  }

  .xl\:last\:p-30:last-child {
    padding: 7.5rem;
  }

  .xl\:last\:p-32:last-child {
    padding: 8rem;
  }

  .xl\:last\:p-34:last-child {
    padding: 8.5rem;
  }

  .xl\:last\:p-36:last-child {
    padding: 9rem;
  }

  .xl\:last\:p-38:last-child {
    padding: 9.5rem;
  }

  .xl\:last\:p-40:last-child {
    padding: 10rem;
  }

  .xl\:last\:p-44:last-child {
    padding: 11rem;
  }

  .xl\:last\:p-48:last-child {
    padding: 12rem;
  }

  .xl\:last\:p-52:last-child {
    padding: 13rem;
  }

  .xl\:last\:p-53:last-child {
    padding: 13.25rem;
  }

  .xl\:last\:p-54:last-child {
    padding: 13.5rem;
  }

  .xl\:last\:p-56:last-child {
    padding: 14rem;
  }

  .xl\:last\:p-64:last-child {
    padding: 16rem;
  }

  .xl\:last\:p-72:last-child {
    padding: 18rem;
  }

  .xl\:last\:p-74:last-child {
    padding: 18.5rem;
  }

  .xl\:last\:p-76:last-child {
    padding: 19rem;
  }

  .xl\:last\:p-80:last-child {
    padding: 20rem;
  }

  .xl\:last\:p-85:last-child {
    padding: 21.25rem;
  }

  .xl\:last\:p-100:last-child {
    padding: 25rem;
  }

  .xl\:last\:p-105:last-child {
    padding: 26.25rem;
  }

  .xl\:last\:p-107:last-child {
    padding: 26.4rem;
  }

  .xl\:last\:p-110:last-child {
    padding: 27.5rem;
  }

  .xl\:last\:p-120:last-child {
    padding: 30rem;
  }

  .xl\:last\:p-130:last-child {
    padding: 38rem;
  }

  .xl\:last\:p-px:last-child {
    padding: 1px;
  }

  .xl\:last\:p-250px:last-child {
    padding: 250px;
  }

  .xl\:last\:p-1\/2\%:last-child {
    padding: 0.5%;
  }

  .xl\:last\:p-1\%:last-child {
    padding: 1%;
  }

  .xl\:last\:p-2\%:last-child {
    padding: 2%;
  }

  .xl\:last\:p-3\%:last-child {
    padding: 3%;
  }

  .xl\:last\:p-4\%:last-child {
    padding: 4%;
  }

  .xl\:last\:p-5\%:last-child {
    padding: 5%;
  }

  .xl\:last\:p-10\%:last-child {
    padding: 10%;
  }

  .xl\:last\:p-20\%:last-child {
    padding: 20%;
  }

  .xl\:last\:p-23\%:last-child {
    padding: 23%;
  }

  .xl\:last\:p-25\%:last-child {
    padding: 25%;
  }

  .xl\:last\:p-26\%:last-child {
    padding: 26%;
  }

  .xl\:last\:p-30\%:last-child {
    padding: 30%;
  }

  .xl\:last\:p-40\%:last-child {
    padding: 40%;
  }

  .xl\:last\:p-50\%:last-child {
    padding: 50%;
  }

  .xl\:last\:p-60\%:last-child {
    padding: 60%;
  }

  .xl\:last\:p-70\%:last-child {
    padding: 70%;
  }

  .xl\:last\:p-80\%:last-child {
    padding: 80%;
  }

  .xl\:last\:p-90\%:last-child {
    padding: 90%;
  }

  .xl\:last\:p-95\%:last-child {
    padding: 95%;
  }

  .xl\:last\:p-96\%:last-child {
    padding: 96%;
  }

  .xl\:last\:p-97\%:last-child {
    padding: 97%;
  }

  .xl\:last\:p-98\%:last-child {
    padding: 98%;
  }

  .xl\:last\:p-99\%:last-child {
    padding: 99%;
  }

  .xl\:last\:p-36vh:last-child {
    padding: 36vh;
  }

  .xl\:last\:p-75vh:last-child {
    padding: 75vh;
  }

  .xl\:last\:p-78vh:last-child {
    padding: 78vh;
  }

  .xl\:last\:p-80vh:last-child {
    padding: 80vh;
  }

  .xl\:last\:p-82vh:last-child {
    padding: 82vh;
  }

  .xl\:last\:py-0:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:last\:px-0:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:last\:py-1:last-child {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:last\:px-1:last-child {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:last\:py-2:last-child {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:last\:px-2:last-child {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:last\:py-3:last-child {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:last\:px-3:last-child {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:last\:py-4:last-child {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:last\:px-4:last-child {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:last\:py-5:last-child {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:last\:px-5:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:last\:py-6:last-child {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:last\:px-6:last-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:last\:py-7:last-child {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:last\:px-7:last-child {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:last\:py-8:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:last\:px-8:last-child {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:last\:py-9:last-child {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:last\:px-9:last-child {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:last\:py-10:last-child {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:last\:px-10:last-child {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:last\:py-12:last-child {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:last\:px-12:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:last\:py-14:last-child {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:last\:px-14:last-child {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:last\:py-15:last-child {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:last\:px-15:last-child {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:last\:py-16:last-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:last\:px-16:last-child {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:last\:py-18:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:last\:px-18:last-child {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:last\:py-20:last-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:last\:px-20:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:last\:py-21:last-child {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:last\:px-21:last-child {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:last\:py-22:last-child {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:last\:px-22:last-child {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:last\:py-24:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:last\:px-24:last-child {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:last\:py-26:last-child {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:last\:px-26:last-child {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:last\:py-28:last-child {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:last\:px-28:last-child {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:last\:py-30:last-child {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:last\:px-30:last-child {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:last\:py-32:last-child {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:last\:px-32:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:last\:py-34:last-child {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:last\:px-34:last-child {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:last\:py-36:last-child {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:last\:px-36:last-child {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:last\:py-38:last-child {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:last\:px-38:last-child {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:last\:py-40:last-child {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:last\:px-40:last-child {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:last\:py-44:last-child {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:last\:px-44:last-child {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:last\:py-48:last-child {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:last\:px-48:last-child {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:last\:py-52:last-child {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:last\:px-52:last-child {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:last\:py-53:last-child {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xl\:last\:px-53:last-child {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xl\:last\:py-54:last-child {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:last\:px-54:last-child {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:last\:py-56:last-child {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:last\:px-56:last-child {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:last\:py-64:last-child {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:last\:px-64:last-child {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:last\:py-72:last-child {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:last\:px-72:last-child {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:last\:py-74:last-child {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xl\:last\:px-74:last-child {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xl\:last\:py-76:last-child {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xl\:last\:px-76:last-child {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xl\:last\:py-80:last-child {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:last\:px-80:last-child {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:last\:py-85:last-child {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xl\:last\:px-85:last-child {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xl\:last\:py-100:last-child {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:last\:px-100:last-child {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:last\:py-105:last-child {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xl\:last\:px-105:last-child {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xl\:last\:py-107:last-child {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xl\:last\:px-107:last-child {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xl\:last\:py-110:last-child {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:last\:px-110:last-child {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:last\:py-120:last-child {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:last\:px-120:last-child {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:last\:py-130:last-child {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:last\:px-130:last-child {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:last\:py-px:last-child {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:last\:px-px:last-child {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:last\:py-250px:last-child {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:last\:px-250px:last-child {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:last\:py-1\/2\%:last-child {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xl\:last\:px-1\/2\%:last-child {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xl\:last\:py-1\%:last-child {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:last\:px-1\%:last-child {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:last\:py-2\%:last-child {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xl\:last\:px-2\%:last-child {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xl\:last\:py-3\%:last-child {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xl\:last\:px-3\%:last-child {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xl\:last\:py-4\%:last-child {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xl\:last\:px-4\%:last-child {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:last\:py-5\%:last-child {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:last\:px-5\%:last-child {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:last\:py-10\%:last-child {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:last\:px-10\%:last-child {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:last\:py-20\%:last-child {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:last\:px-20\%:last-child {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:last\:py-23\%:last-child {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xl\:last\:px-23\%:last-child {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xl\:last\:py-25\%:last-child {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:last\:px-25\%:last-child {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:last\:py-26\%:last-child {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xl\:last\:px-26\%:last-child {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xl\:last\:py-30\%:last-child {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:last\:px-30\%:last-child {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:last\:py-40\%:last-child {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:last\:px-40\%:last-child {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:last\:py-50\%:last-child {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:last\:px-50\%:last-child {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:last\:py-60\%:last-child {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:last\:px-60\%:last-child {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:last\:py-70\%:last-child {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:last\:px-70\%:last-child {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:last\:py-80\%:last-child {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:last\:px-80\%:last-child {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:last\:py-90\%:last-child {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:last\:px-90\%:last-child {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:last\:py-95\%:last-child {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:last\:px-95\%:last-child {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:last\:py-96\%:last-child {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:last\:px-96\%:last-child {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:last\:py-97\%:last-child {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xl\:last\:px-97\%:last-child {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xl\:last\:py-98\%:last-child {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xl\:last\:px-98\%:last-child {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xl\:last\:py-99\%:last-child {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xl\:last\:px-99\%:last-child {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xl\:last\:py-36vh:last-child {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xl\:last\:px-36vh:last-child {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xl\:last\:py-75vh:last-child {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xl\:last\:px-75vh:last-child {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xl\:last\:py-78vh:last-child {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xl\:last\:px-78vh:last-child {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xl\:last\:py-80vh:last-child {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:last\:px-80vh:last-child {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:last\:py-82vh:last-child {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xl\:last\:px-82vh:last-child {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xl\:last\:pt-0:last-child {
    padding-top: 0;
  }

  .xl\:last\:pr-0:last-child {
    padding-right: 0;
  }

  .xl\:last\:pb-0:last-child {
    padding-bottom: 0;
  }

  .xl\:last\:pl-0:last-child {
    padding-left: 0;
  }

  .xl\:last\:pt-1:last-child {
    padding-top: 0.25rem;
  }

  .xl\:last\:pr-1:last-child {
    padding-right: 0.25rem;
  }

  .xl\:last\:pb-1:last-child {
    padding-bottom: 0.25rem;
  }

  .xl\:last\:pl-1:last-child {
    padding-left: 0.25rem;
  }

  .xl\:last\:pt-2:last-child {
    padding-top: 0.5rem;
  }

  .xl\:last\:pr-2:last-child {
    padding-right: 0.5rem;
  }

  .xl\:last\:pb-2:last-child {
    padding-bottom: 0.5rem;
  }

  .xl\:last\:pl-2:last-child {
    padding-left: 0.5rem;
  }

  .xl\:last\:pt-3:last-child {
    padding-top: 0.75rem;
  }

  .xl\:last\:pr-3:last-child {
    padding-right: 0.75rem;
  }

  .xl\:last\:pb-3:last-child {
    padding-bottom: 0.75rem;
  }

  .xl\:last\:pl-3:last-child {
    padding-left: 0.75rem;
  }

  .xl\:last\:pt-4:last-child {
    padding-top: 1rem;
  }

  .xl\:last\:pr-4:last-child {
    padding-right: 1rem;
  }

  .xl\:last\:pb-4:last-child {
    padding-bottom: 1rem;
  }

  .xl\:last\:pl-4:last-child {
    padding-left: 1rem;
  }

  .xl\:last\:pt-5:last-child {
    padding-top: 1.25rem;
  }

  .xl\:last\:pr-5:last-child {
    padding-right: 1.25rem;
  }

  .xl\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }

  .xl\:last\:pl-5:last-child {
    padding-left: 1.25rem;
  }

  .xl\:last\:pt-6:last-child {
    padding-top: 1.5rem;
  }

  .xl\:last\:pr-6:last-child {
    padding-right: 1.5rem;
  }

  .xl\:last\:pb-6:last-child {
    padding-bottom: 1.5rem;
  }

  .xl\:last\:pl-6:last-child {
    padding-left: 1.5rem;
  }

  .xl\:last\:pt-7:last-child {
    padding-top: 1.75rem;
  }

  .xl\:last\:pr-7:last-child {
    padding-right: 1.75rem;
  }

  .xl\:last\:pb-7:last-child {
    padding-bottom: 1.75rem;
  }

  .xl\:last\:pl-7:last-child {
    padding-left: 1.75rem;
  }

  .xl\:last\:pt-8:last-child {
    padding-top: 2rem;
  }

  .xl\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

  .xl\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .xl\:last\:pl-8:last-child {
    padding-left: 2rem;
  }

  .xl\:last\:pt-9:last-child {
    padding-top: 2.25rem;
  }

  .xl\:last\:pr-9:last-child {
    padding-right: 2.25rem;
  }

  .xl\:last\:pb-9:last-child {
    padding-bottom: 2.25rem;
  }

  .xl\:last\:pl-9:last-child {
    padding-left: 2.25rem;
  }

  .xl\:last\:pt-10:last-child {
    padding-top: 2.5rem;
  }

  .xl\:last\:pr-10:last-child {
    padding-right: 2.5rem;
  }

  .xl\:last\:pb-10:last-child {
    padding-bottom: 2.5rem;
  }

  .xl\:last\:pl-10:last-child {
    padding-left: 2.5rem;
  }

  .xl\:last\:pt-12:last-child {
    padding-top: 3rem;
  }

  .xl\:last\:pr-12:last-child {
    padding-right: 3rem;
  }

  .xl\:last\:pb-12:last-child {
    padding-bottom: 3rem;
  }

  .xl\:last\:pl-12:last-child {
    padding-left: 3rem;
  }

  .xl\:last\:pt-14:last-child {
    padding-top: 3.5rem;
  }

  .xl\:last\:pr-14:last-child {
    padding-right: 3.5rem;
  }

  .xl\:last\:pb-14:last-child {
    padding-bottom: 3.5rem;
  }

  .xl\:last\:pl-14:last-child {
    padding-left: 3.5rem;
  }

  .xl\:last\:pt-15:last-child {
    padding-top: 3.75rem;
  }

  .xl\:last\:pr-15:last-child {
    padding-right: 3.75rem;
  }

  .xl\:last\:pb-15:last-child {
    padding-bottom: 3.75rem;
  }

  .xl\:last\:pl-15:last-child {
    padding-left: 3.75rem;
  }

  .xl\:last\:pt-16:last-child {
    padding-top: 4rem;
  }

  .xl\:last\:pr-16:last-child {
    padding-right: 4rem;
  }

  .xl\:last\:pb-16:last-child {
    padding-bottom: 4rem;
  }

  .xl\:last\:pl-16:last-child {
    padding-left: 4rem;
  }

  .xl\:last\:pt-18:last-child {
    padding-top: 4.5rem;
  }

  .xl\:last\:pr-18:last-child {
    padding-right: 4.5rem;
  }

  .xl\:last\:pb-18:last-child {
    padding-bottom: 4.5rem;
  }

  .xl\:last\:pl-18:last-child {
    padding-left: 4.5rem;
  }

  .xl\:last\:pt-20:last-child {
    padding-top: 5rem;
  }

  .xl\:last\:pr-20:last-child {
    padding-right: 5rem;
  }

  .xl\:last\:pb-20:last-child {
    padding-bottom: 5rem;
  }

  .xl\:last\:pl-20:last-child {
    padding-left: 5rem;
  }

  .xl\:last\:pt-21:last-child {
    padding-top: 5.25rem;
  }

  .xl\:last\:pr-21:last-child {
    padding-right: 5.25rem;
  }

  .xl\:last\:pb-21:last-child {
    padding-bottom: 5.25rem;
  }

  .xl\:last\:pl-21:last-child {
    padding-left: 5.25rem;
  }

  .xl\:last\:pt-22:last-child {
    padding-top: 5.5rem;
  }

  .xl\:last\:pr-22:last-child {
    padding-right: 5.5rem;
  }

  .xl\:last\:pb-22:last-child {
    padding-bottom: 5.5rem;
  }

  .xl\:last\:pl-22:last-child {
    padding-left: 5.5rem;
  }

  .xl\:last\:pt-24:last-child {
    padding-top: 6rem;
  }

  .xl\:last\:pr-24:last-child {
    padding-right: 6rem;
  }

  .xl\:last\:pb-24:last-child {
    padding-bottom: 6rem;
  }

  .xl\:last\:pl-24:last-child {
    padding-left: 6rem;
  }

  .xl\:last\:pt-26:last-child {
    padding-top: 6.5rem;
  }

  .xl\:last\:pr-26:last-child {
    padding-right: 6.5rem;
  }

  .xl\:last\:pb-26:last-child {
    padding-bottom: 6.5rem;
  }

  .xl\:last\:pl-26:last-child {
    padding-left: 6.5rem;
  }

  .xl\:last\:pt-28:last-child {
    padding-top: 7rem;
  }

  .xl\:last\:pr-28:last-child {
    padding-right: 7rem;
  }

  .xl\:last\:pb-28:last-child {
    padding-bottom: 7rem;
  }

  .xl\:last\:pl-28:last-child {
    padding-left: 7rem;
  }

  .xl\:last\:pt-30:last-child {
    padding-top: 7.5rem;
  }

  .xl\:last\:pr-30:last-child {
    padding-right: 7.5rem;
  }

  .xl\:last\:pb-30:last-child {
    padding-bottom: 7.5rem;
  }

  .xl\:last\:pl-30:last-child {
    padding-left: 7.5rem;
  }

  .xl\:last\:pt-32:last-child {
    padding-top: 8rem;
  }

  .xl\:last\:pr-32:last-child {
    padding-right: 8rem;
  }

  .xl\:last\:pb-32:last-child {
    padding-bottom: 8rem;
  }

  .xl\:last\:pl-32:last-child {
    padding-left: 8rem;
  }

  .xl\:last\:pt-34:last-child {
    padding-top: 8.5rem;
  }

  .xl\:last\:pr-34:last-child {
    padding-right: 8.5rem;
  }

  .xl\:last\:pb-34:last-child {
    padding-bottom: 8.5rem;
  }

  .xl\:last\:pl-34:last-child {
    padding-left: 8.5rem;
  }

  .xl\:last\:pt-36:last-child {
    padding-top: 9rem;
  }

  .xl\:last\:pr-36:last-child {
    padding-right: 9rem;
  }

  .xl\:last\:pb-36:last-child {
    padding-bottom: 9rem;
  }

  .xl\:last\:pl-36:last-child {
    padding-left: 9rem;
  }

  .xl\:last\:pt-38:last-child {
    padding-top: 9.5rem;
  }

  .xl\:last\:pr-38:last-child {
    padding-right: 9.5rem;
  }

  .xl\:last\:pb-38:last-child {
    padding-bottom: 9.5rem;
  }

  .xl\:last\:pl-38:last-child {
    padding-left: 9.5rem;
  }

  .xl\:last\:pt-40:last-child {
    padding-top: 10rem;
  }

  .xl\:last\:pr-40:last-child {
    padding-right: 10rem;
  }

  .xl\:last\:pb-40:last-child {
    padding-bottom: 10rem;
  }

  .xl\:last\:pl-40:last-child {
    padding-left: 10rem;
  }

  .xl\:last\:pt-44:last-child {
    padding-top: 11rem;
  }

  .xl\:last\:pr-44:last-child {
    padding-right: 11rem;
  }

  .xl\:last\:pb-44:last-child {
    padding-bottom: 11rem;
  }

  .xl\:last\:pl-44:last-child {
    padding-left: 11rem;
  }

  .xl\:last\:pt-48:last-child {
    padding-top: 12rem;
  }

  .xl\:last\:pr-48:last-child {
    padding-right: 12rem;
  }

  .xl\:last\:pb-48:last-child {
    padding-bottom: 12rem;
  }

  .xl\:last\:pl-48:last-child {
    padding-left: 12rem;
  }

  .xl\:last\:pt-52:last-child {
    padding-top: 13rem;
  }

  .xl\:last\:pr-52:last-child {
    padding-right: 13rem;
  }

  .xl\:last\:pb-52:last-child {
    padding-bottom: 13rem;
  }

  .xl\:last\:pl-52:last-child {
    padding-left: 13rem;
  }

  .xl\:last\:pt-53:last-child {
    padding-top: 13.25rem;
  }

  .xl\:last\:pr-53:last-child {
    padding-right: 13.25rem;
  }

  .xl\:last\:pb-53:last-child {
    padding-bottom: 13.25rem;
  }

  .xl\:last\:pl-53:last-child {
    padding-left: 13.25rem;
  }

  .xl\:last\:pt-54:last-child {
    padding-top: 13.5rem;
  }

  .xl\:last\:pr-54:last-child {
    padding-right: 13.5rem;
  }

  .xl\:last\:pb-54:last-child {
    padding-bottom: 13.5rem;
  }

  .xl\:last\:pl-54:last-child {
    padding-left: 13.5rem;
  }

  .xl\:last\:pt-56:last-child {
    padding-top: 14rem;
  }

  .xl\:last\:pr-56:last-child {
    padding-right: 14rem;
  }

  .xl\:last\:pb-56:last-child {
    padding-bottom: 14rem;
  }

  .xl\:last\:pl-56:last-child {
    padding-left: 14rem;
  }

  .xl\:last\:pt-64:last-child {
    padding-top: 16rem;
  }

  .xl\:last\:pr-64:last-child {
    padding-right: 16rem;
  }

  .xl\:last\:pb-64:last-child {
    padding-bottom: 16rem;
  }

  .xl\:last\:pl-64:last-child {
    padding-left: 16rem;
  }

  .xl\:last\:pt-72:last-child {
    padding-top: 18rem;
  }

  .xl\:last\:pr-72:last-child {
    padding-right: 18rem;
  }

  .xl\:last\:pb-72:last-child {
    padding-bottom: 18rem;
  }

  .xl\:last\:pl-72:last-child {
    padding-left: 18rem;
  }

  .xl\:last\:pt-74:last-child {
    padding-top: 18.5rem;
  }

  .xl\:last\:pr-74:last-child {
    padding-right: 18.5rem;
  }

  .xl\:last\:pb-74:last-child {
    padding-bottom: 18.5rem;
  }

  .xl\:last\:pl-74:last-child {
    padding-left: 18.5rem;
  }

  .xl\:last\:pt-76:last-child {
    padding-top: 19rem;
  }

  .xl\:last\:pr-76:last-child {
    padding-right: 19rem;
  }

  .xl\:last\:pb-76:last-child {
    padding-bottom: 19rem;
  }

  .xl\:last\:pl-76:last-child {
    padding-left: 19rem;
  }

  .xl\:last\:pt-80:last-child {
    padding-top: 20rem;
  }

  .xl\:last\:pr-80:last-child {
    padding-right: 20rem;
  }

  .xl\:last\:pb-80:last-child {
    padding-bottom: 20rem;
  }

  .xl\:last\:pl-80:last-child {
    padding-left: 20rem;
  }

  .xl\:last\:pt-85:last-child {
    padding-top: 21.25rem;
  }

  .xl\:last\:pr-85:last-child {
    padding-right: 21.25rem;
  }

  .xl\:last\:pb-85:last-child {
    padding-bottom: 21.25rem;
  }

  .xl\:last\:pl-85:last-child {
    padding-left: 21.25rem;
  }

  .xl\:last\:pt-100:last-child {
    padding-top: 25rem;
  }

  .xl\:last\:pr-100:last-child {
    padding-right: 25rem;
  }

  .xl\:last\:pb-100:last-child {
    padding-bottom: 25rem;
  }

  .xl\:last\:pl-100:last-child {
    padding-left: 25rem;
  }

  .xl\:last\:pt-105:last-child {
    padding-top: 26.25rem;
  }

  .xl\:last\:pr-105:last-child {
    padding-right: 26.25rem;
  }

  .xl\:last\:pb-105:last-child {
    padding-bottom: 26.25rem;
  }

  .xl\:last\:pl-105:last-child {
    padding-left: 26.25rem;
  }

  .xl\:last\:pt-107:last-child {
    padding-top: 26.4rem;
  }

  .xl\:last\:pr-107:last-child {
    padding-right: 26.4rem;
  }

  .xl\:last\:pb-107:last-child {
    padding-bottom: 26.4rem;
  }

  .xl\:last\:pl-107:last-child {
    padding-left: 26.4rem;
  }

  .xl\:last\:pt-110:last-child {
    padding-top: 27.5rem;
  }

  .xl\:last\:pr-110:last-child {
    padding-right: 27.5rem;
  }

  .xl\:last\:pb-110:last-child {
    padding-bottom: 27.5rem;
  }

  .xl\:last\:pl-110:last-child {
    padding-left: 27.5rem;
  }

  .xl\:last\:pt-120:last-child {
    padding-top: 30rem;
  }

  .xl\:last\:pr-120:last-child {
    padding-right: 30rem;
  }

  .xl\:last\:pb-120:last-child {
    padding-bottom: 30rem;
  }

  .xl\:last\:pl-120:last-child {
    padding-left: 30rem;
  }

  .xl\:last\:pt-130:last-child {
    padding-top: 38rem;
  }

  .xl\:last\:pr-130:last-child {
    padding-right: 38rem;
  }

  .xl\:last\:pb-130:last-child {
    padding-bottom: 38rem;
  }

  .xl\:last\:pl-130:last-child {
    padding-left: 38rem;
  }

  .xl\:last\:pt-px:last-child {
    padding-top: 1px;
  }

  .xl\:last\:pr-px:last-child {
    padding-right: 1px;
  }

  .xl\:last\:pb-px:last-child {
    padding-bottom: 1px;
  }

  .xl\:last\:pl-px:last-child {
    padding-left: 1px;
  }

  .xl\:last\:pt-250px:last-child {
    padding-top: 250px;
  }

  .xl\:last\:pr-250px:last-child {
    padding-right: 250px;
  }

  .xl\:last\:pb-250px:last-child {
    padding-bottom: 250px;
  }

  .xl\:last\:pl-250px:last-child {
    padding-left: 250px;
  }

  .xl\:last\:pt-1\/2\%:last-child {
    padding-top: 0.5%;
  }

  .xl\:last\:pr-1\/2\%:last-child {
    padding-right: 0.5%;
  }

  .xl\:last\:pb-1\/2\%:last-child {
    padding-bottom: 0.5%;
  }

  .xl\:last\:pl-1\/2\%:last-child {
    padding-left: 0.5%;
  }

  .xl\:last\:pt-1\%:last-child {
    padding-top: 1%;
  }

  .xl\:last\:pr-1\%:last-child {
    padding-right: 1%;
  }

  .xl\:last\:pb-1\%:last-child {
    padding-bottom: 1%;
  }

  .xl\:last\:pl-1\%:last-child {
    padding-left: 1%;
  }

  .xl\:last\:pt-2\%:last-child {
    padding-top: 2%;
  }

  .xl\:last\:pr-2\%:last-child {
    padding-right: 2%;
  }

  .xl\:last\:pb-2\%:last-child {
    padding-bottom: 2%;
  }

  .xl\:last\:pl-2\%:last-child {
    padding-left: 2%;
  }

  .xl\:last\:pt-3\%:last-child {
    padding-top: 3%;
  }

  .xl\:last\:pr-3\%:last-child {
    padding-right: 3%;
  }

  .xl\:last\:pb-3\%:last-child {
    padding-bottom: 3%;
  }

  .xl\:last\:pl-3\%:last-child {
    padding-left: 3%;
  }

  .xl\:last\:pt-4\%:last-child {
    padding-top: 4%;
  }

  .xl\:last\:pr-4\%:last-child {
    padding-right: 4%;
  }

  .xl\:last\:pb-4\%:last-child {
    padding-bottom: 4%;
  }

  .xl\:last\:pl-4\%:last-child {
    padding-left: 4%;
  }

  .xl\:last\:pt-5\%:last-child {
    padding-top: 5%;
  }

  .xl\:last\:pr-5\%:last-child {
    padding-right: 5%;
  }

  .xl\:last\:pb-5\%:last-child {
    padding-bottom: 5%;
  }

  .xl\:last\:pl-5\%:last-child {
    padding-left: 5%;
  }

  .xl\:last\:pt-10\%:last-child {
    padding-top: 10%;
  }

  .xl\:last\:pr-10\%:last-child {
    padding-right: 10%;
  }

  .xl\:last\:pb-10\%:last-child {
    padding-bottom: 10%;
  }

  .xl\:last\:pl-10\%:last-child {
    padding-left: 10%;
  }

  .xl\:last\:pt-20\%:last-child {
    padding-top: 20%;
  }

  .xl\:last\:pr-20\%:last-child {
    padding-right: 20%;
  }

  .xl\:last\:pb-20\%:last-child {
    padding-bottom: 20%;
  }

  .xl\:last\:pl-20\%:last-child {
    padding-left: 20%;
  }

  .xl\:last\:pt-23\%:last-child {
    padding-top: 23%;
  }

  .xl\:last\:pr-23\%:last-child {
    padding-right: 23%;
  }

  .xl\:last\:pb-23\%:last-child {
    padding-bottom: 23%;
  }

  .xl\:last\:pl-23\%:last-child {
    padding-left: 23%;
  }

  .xl\:last\:pt-25\%:last-child {
    padding-top: 25%;
  }

  .xl\:last\:pr-25\%:last-child {
    padding-right: 25%;
  }

  .xl\:last\:pb-25\%:last-child {
    padding-bottom: 25%;
  }

  .xl\:last\:pl-25\%:last-child {
    padding-left: 25%;
  }

  .xl\:last\:pt-26\%:last-child {
    padding-top: 26%;
  }

  .xl\:last\:pr-26\%:last-child {
    padding-right: 26%;
  }

  .xl\:last\:pb-26\%:last-child {
    padding-bottom: 26%;
  }

  .xl\:last\:pl-26\%:last-child {
    padding-left: 26%;
  }

  .xl\:last\:pt-30\%:last-child {
    padding-top: 30%;
  }

  .xl\:last\:pr-30\%:last-child {
    padding-right: 30%;
  }

  .xl\:last\:pb-30\%:last-child {
    padding-bottom: 30%;
  }

  .xl\:last\:pl-30\%:last-child {
    padding-left: 30%;
  }

  .xl\:last\:pt-40\%:last-child {
    padding-top: 40%;
  }

  .xl\:last\:pr-40\%:last-child {
    padding-right: 40%;
  }

  .xl\:last\:pb-40\%:last-child {
    padding-bottom: 40%;
  }

  .xl\:last\:pl-40\%:last-child {
    padding-left: 40%;
  }

  .xl\:last\:pt-50\%:last-child {
    padding-top: 50%;
  }

  .xl\:last\:pr-50\%:last-child {
    padding-right: 50%;
  }

  .xl\:last\:pb-50\%:last-child {
    padding-bottom: 50%;
  }

  .xl\:last\:pl-50\%:last-child {
    padding-left: 50%;
  }

  .xl\:last\:pt-60\%:last-child {
    padding-top: 60%;
  }

  .xl\:last\:pr-60\%:last-child {
    padding-right: 60%;
  }

  .xl\:last\:pb-60\%:last-child {
    padding-bottom: 60%;
  }

  .xl\:last\:pl-60\%:last-child {
    padding-left: 60%;
  }

  .xl\:last\:pt-70\%:last-child {
    padding-top: 70%;
  }

  .xl\:last\:pr-70\%:last-child {
    padding-right: 70%;
  }

  .xl\:last\:pb-70\%:last-child {
    padding-bottom: 70%;
  }

  .xl\:last\:pl-70\%:last-child {
    padding-left: 70%;
  }

  .xl\:last\:pt-80\%:last-child {
    padding-top: 80%;
  }

  .xl\:last\:pr-80\%:last-child {
    padding-right: 80%;
  }

  .xl\:last\:pb-80\%:last-child {
    padding-bottom: 80%;
  }

  .xl\:last\:pl-80\%:last-child {
    padding-left: 80%;
  }

  .xl\:last\:pt-90\%:last-child {
    padding-top: 90%;
  }

  .xl\:last\:pr-90\%:last-child {
    padding-right: 90%;
  }

  .xl\:last\:pb-90\%:last-child {
    padding-bottom: 90%;
  }

  .xl\:last\:pl-90\%:last-child {
    padding-left: 90%;
  }

  .xl\:last\:pt-95\%:last-child {
    padding-top: 95%;
  }

  .xl\:last\:pr-95\%:last-child {
    padding-right: 95%;
  }

  .xl\:last\:pb-95\%:last-child {
    padding-bottom: 95%;
  }

  .xl\:last\:pl-95\%:last-child {
    padding-left: 95%;
  }

  .xl\:last\:pt-96\%:last-child {
    padding-top: 96%;
  }

  .xl\:last\:pr-96\%:last-child {
    padding-right: 96%;
  }

  .xl\:last\:pb-96\%:last-child {
    padding-bottom: 96%;
  }

  .xl\:last\:pl-96\%:last-child {
    padding-left: 96%;
  }

  .xl\:last\:pt-97\%:last-child {
    padding-top: 97%;
  }

  .xl\:last\:pr-97\%:last-child {
    padding-right: 97%;
  }

  .xl\:last\:pb-97\%:last-child {
    padding-bottom: 97%;
  }

  .xl\:last\:pl-97\%:last-child {
    padding-left: 97%;
  }

  .xl\:last\:pt-98\%:last-child {
    padding-top: 98%;
  }

  .xl\:last\:pr-98\%:last-child {
    padding-right: 98%;
  }

  .xl\:last\:pb-98\%:last-child {
    padding-bottom: 98%;
  }

  .xl\:last\:pl-98\%:last-child {
    padding-left: 98%;
  }

  .xl\:last\:pt-99\%:last-child {
    padding-top: 99%;
  }

  .xl\:last\:pr-99\%:last-child {
    padding-right: 99%;
  }

  .xl\:last\:pb-99\%:last-child {
    padding-bottom: 99%;
  }

  .xl\:last\:pl-99\%:last-child {
    padding-left: 99%;
  }

  .xl\:last\:pt-36vh:last-child {
    padding-top: 36vh;
  }

  .xl\:last\:pr-36vh:last-child {
    padding-right: 36vh;
  }

  .xl\:last\:pb-36vh:last-child {
    padding-bottom: 36vh;
  }

  .xl\:last\:pl-36vh:last-child {
    padding-left: 36vh;
  }

  .xl\:last\:pt-75vh:last-child {
    padding-top: 75vh;
  }

  .xl\:last\:pr-75vh:last-child {
    padding-right: 75vh;
  }

  .xl\:last\:pb-75vh:last-child {
    padding-bottom: 75vh;
  }

  .xl\:last\:pl-75vh:last-child {
    padding-left: 75vh;
  }

  .xl\:last\:pt-78vh:last-child {
    padding-top: 78vh;
  }

  .xl\:last\:pr-78vh:last-child {
    padding-right: 78vh;
  }

  .xl\:last\:pb-78vh:last-child {
    padding-bottom: 78vh;
  }

  .xl\:last\:pl-78vh:last-child {
    padding-left: 78vh;
  }

  .xl\:last\:pt-80vh:last-child {
    padding-top: 80vh;
  }

  .xl\:last\:pr-80vh:last-child {
    padding-right: 80vh;
  }

  .xl\:last\:pb-80vh:last-child {
    padding-bottom: 80vh;
  }

  .xl\:last\:pl-80vh:last-child {
    padding-left: 80vh;
  }

  .xl\:last\:pt-82vh:last-child {
    padding-top: 82vh;
  }

  .xl\:last\:pr-82vh:last-child {
    padding-right: 82vh;
  }

  .xl\:last\:pb-82vh:last-child {
    padding-bottom: 82vh;
  }

  .xl\:last\:pl-82vh:last-child {
    padding-left: 82vh;
  }

  .xl\:even\:p-0:nth-child(even) {
    padding: 0;
  }

  .xl\:even\:p-1:nth-child(even) {
    padding: 0.25rem;
  }

  .xl\:even\:p-2:nth-child(even) {
    padding: 0.5rem;
  }

  .xl\:even\:p-3:nth-child(even) {
    padding: 0.75rem;
  }

  .xl\:even\:p-4:nth-child(even) {
    padding: 1rem;
  }

  .xl\:even\:p-5:nth-child(even) {
    padding: 1.25rem;
  }

  .xl\:even\:p-6:nth-child(even) {
    padding: 1.5rem;
  }

  .xl\:even\:p-7:nth-child(even) {
    padding: 1.75rem;
  }

  .xl\:even\:p-8:nth-child(even) {
    padding: 2rem;
  }

  .xl\:even\:p-9:nth-child(even) {
    padding: 2.25rem;
  }

  .xl\:even\:p-10:nth-child(even) {
    padding: 2.5rem;
  }

  .xl\:even\:p-12:nth-child(even) {
    padding: 3rem;
  }

  .xl\:even\:p-14:nth-child(even) {
    padding: 3.5rem;
  }

  .xl\:even\:p-15:nth-child(even) {
    padding: 3.75rem;
  }

  .xl\:even\:p-16:nth-child(even) {
    padding: 4rem;
  }

  .xl\:even\:p-18:nth-child(even) {
    padding: 4.5rem;
  }

  .xl\:even\:p-20:nth-child(even) {
    padding: 5rem;
  }

  .xl\:even\:p-21:nth-child(even) {
    padding: 5.25rem;
  }

  .xl\:even\:p-22:nth-child(even) {
    padding: 5.5rem;
  }

  .xl\:even\:p-24:nth-child(even) {
    padding: 6rem;
  }

  .xl\:even\:p-26:nth-child(even) {
    padding: 6.5rem;
  }

  .xl\:even\:p-28:nth-child(even) {
    padding: 7rem;
  }

  .xl\:even\:p-30:nth-child(even) {
    padding: 7.5rem;
  }

  .xl\:even\:p-32:nth-child(even) {
    padding: 8rem;
  }

  .xl\:even\:p-34:nth-child(even) {
    padding: 8.5rem;
  }

  .xl\:even\:p-36:nth-child(even) {
    padding: 9rem;
  }

  .xl\:even\:p-38:nth-child(even) {
    padding: 9.5rem;
  }

  .xl\:even\:p-40:nth-child(even) {
    padding: 10rem;
  }

  .xl\:even\:p-44:nth-child(even) {
    padding: 11rem;
  }

  .xl\:even\:p-48:nth-child(even) {
    padding: 12rem;
  }

  .xl\:even\:p-52:nth-child(even) {
    padding: 13rem;
  }

  .xl\:even\:p-53:nth-child(even) {
    padding: 13.25rem;
  }

  .xl\:even\:p-54:nth-child(even) {
    padding: 13.5rem;
  }

  .xl\:even\:p-56:nth-child(even) {
    padding: 14rem;
  }

  .xl\:even\:p-64:nth-child(even) {
    padding: 16rem;
  }

  .xl\:even\:p-72:nth-child(even) {
    padding: 18rem;
  }

  .xl\:even\:p-74:nth-child(even) {
    padding: 18.5rem;
  }

  .xl\:even\:p-76:nth-child(even) {
    padding: 19rem;
  }

  .xl\:even\:p-80:nth-child(even) {
    padding: 20rem;
  }

  .xl\:even\:p-85:nth-child(even) {
    padding: 21.25rem;
  }

  .xl\:even\:p-100:nth-child(even) {
    padding: 25rem;
  }

  .xl\:even\:p-105:nth-child(even) {
    padding: 26.25rem;
  }

  .xl\:even\:p-107:nth-child(even) {
    padding: 26.4rem;
  }

  .xl\:even\:p-110:nth-child(even) {
    padding: 27.5rem;
  }

  .xl\:even\:p-120:nth-child(even) {
    padding: 30rem;
  }

  .xl\:even\:p-130:nth-child(even) {
    padding: 38rem;
  }

  .xl\:even\:p-px:nth-child(even) {
    padding: 1px;
  }

  .xl\:even\:p-250px:nth-child(even) {
    padding: 250px;
  }

  .xl\:even\:p-1\/2\%:nth-child(even) {
    padding: 0.5%;
  }

  .xl\:even\:p-1\%:nth-child(even) {
    padding: 1%;
  }

  .xl\:even\:p-2\%:nth-child(even) {
    padding: 2%;
  }

  .xl\:even\:p-3\%:nth-child(even) {
    padding: 3%;
  }

  .xl\:even\:p-4\%:nth-child(even) {
    padding: 4%;
  }

  .xl\:even\:p-5\%:nth-child(even) {
    padding: 5%;
  }

  .xl\:even\:p-10\%:nth-child(even) {
    padding: 10%;
  }

  .xl\:even\:p-20\%:nth-child(even) {
    padding: 20%;
  }

  .xl\:even\:p-23\%:nth-child(even) {
    padding: 23%;
  }

  .xl\:even\:p-25\%:nth-child(even) {
    padding: 25%;
  }

  .xl\:even\:p-26\%:nth-child(even) {
    padding: 26%;
  }

  .xl\:even\:p-30\%:nth-child(even) {
    padding: 30%;
  }

  .xl\:even\:p-40\%:nth-child(even) {
    padding: 40%;
  }

  .xl\:even\:p-50\%:nth-child(even) {
    padding: 50%;
  }

  .xl\:even\:p-60\%:nth-child(even) {
    padding: 60%;
  }

  .xl\:even\:p-70\%:nth-child(even) {
    padding: 70%;
  }

  .xl\:even\:p-80\%:nth-child(even) {
    padding: 80%;
  }

  .xl\:even\:p-90\%:nth-child(even) {
    padding: 90%;
  }

  .xl\:even\:p-95\%:nth-child(even) {
    padding: 95%;
  }

  .xl\:even\:p-96\%:nth-child(even) {
    padding: 96%;
  }

  .xl\:even\:p-97\%:nth-child(even) {
    padding: 97%;
  }

  .xl\:even\:p-98\%:nth-child(even) {
    padding: 98%;
  }

  .xl\:even\:p-99\%:nth-child(even) {
    padding: 99%;
  }

  .xl\:even\:p-36vh:nth-child(even) {
    padding: 36vh;
  }

  .xl\:even\:p-75vh:nth-child(even) {
    padding: 75vh;
  }

  .xl\:even\:p-78vh:nth-child(even) {
    padding: 78vh;
  }

  .xl\:even\:p-80vh:nth-child(even) {
    padding: 80vh;
  }

  .xl\:even\:p-82vh:nth-child(even) {
    padding: 82vh;
  }

  .xl\:even\:py-0:nth-child(even) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:even\:px-0:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:even\:py-1:nth-child(even) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:even\:px-1:nth-child(even) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:even\:py-2:nth-child(even) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:even\:px-2:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:even\:py-3:nth-child(even) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:even\:px-3:nth-child(even) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:even\:py-4:nth-child(even) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:even\:px-4:nth-child(even) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:even\:py-5:nth-child(even) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:even\:px-5:nth-child(even) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:even\:py-6:nth-child(even) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:even\:px-6:nth-child(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:even\:py-7:nth-child(even) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:even\:px-7:nth-child(even) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:even\:py-8:nth-child(even) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:even\:px-8:nth-child(even) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:even\:py-9:nth-child(even) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:even\:px-9:nth-child(even) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:even\:py-10:nth-child(even) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:even\:px-10:nth-child(even) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:even\:py-12:nth-child(even) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:even\:px-12:nth-child(even) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:even\:py-14:nth-child(even) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:even\:px-14:nth-child(even) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:even\:py-15:nth-child(even) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:even\:px-15:nth-child(even) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:even\:py-16:nth-child(even) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:even\:px-16:nth-child(even) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:even\:py-18:nth-child(even) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:even\:px-18:nth-child(even) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:even\:py-20:nth-child(even) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:even\:px-20:nth-child(even) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:even\:py-21:nth-child(even) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:even\:px-21:nth-child(even) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:even\:py-22:nth-child(even) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:even\:px-22:nth-child(even) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:even\:py-24:nth-child(even) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:even\:px-24:nth-child(even) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:even\:py-26:nth-child(even) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:even\:px-26:nth-child(even) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:even\:py-28:nth-child(even) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:even\:px-28:nth-child(even) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:even\:py-30:nth-child(even) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:even\:px-30:nth-child(even) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:even\:py-32:nth-child(even) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:even\:px-32:nth-child(even) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:even\:py-34:nth-child(even) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:even\:px-34:nth-child(even) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:even\:py-36:nth-child(even) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:even\:px-36:nth-child(even) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:even\:py-38:nth-child(even) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:even\:px-38:nth-child(even) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:even\:py-40:nth-child(even) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:even\:px-40:nth-child(even) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:even\:py-44:nth-child(even) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:even\:px-44:nth-child(even) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:even\:py-48:nth-child(even) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:even\:px-48:nth-child(even) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:even\:py-52:nth-child(even) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:even\:px-52:nth-child(even) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:even\:py-53:nth-child(even) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xl\:even\:px-53:nth-child(even) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xl\:even\:py-54:nth-child(even) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:even\:px-54:nth-child(even) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:even\:py-56:nth-child(even) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:even\:px-56:nth-child(even) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:even\:py-64:nth-child(even) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:even\:px-64:nth-child(even) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:even\:py-72:nth-child(even) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:even\:px-72:nth-child(even) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:even\:py-74:nth-child(even) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xl\:even\:px-74:nth-child(even) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xl\:even\:py-76:nth-child(even) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xl\:even\:px-76:nth-child(even) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xl\:even\:py-80:nth-child(even) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:even\:px-80:nth-child(even) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:even\:py-85:nth-child(even) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xl\:even\:px-85:nth-child(even) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xl\:even\:py-100:nth-child(even) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:even\:px-100:nth-child(even) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:even\:py-105:nth-child(even) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xl\:even\:px-105:nth-child(even) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xl\:even\:py-107:nth-child(even) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xl\:even\:px-107:nth-child(even) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xl\:even\:py-110:nth-child(even) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:even\:px-110:nth-child(even) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:even\:py-120:nth-child(even) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:even\:px-120:nth-child(even) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:even\:py-130:nth-child(even) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:even\:px-130:nth-child(even) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:even\:py-px:nth-child(even) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:even\:px-px:nth-child(even) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:even\:py-250px:nth-child(even) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:even\:px-250px:nth-child(even) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:even\:py-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xl\:even\:px-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xl\:even\:py-1\%:nth-child(even) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:even\:px-1\%:nth-child(even) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:even\:py-2\%:nth-child(even) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xl\:even\:px-2\%:nth-child(even) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xl\:even\:py-3\%:nth-child(even) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xl\:even\:px-3\%:nth-child(even) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xl\:even\:py-4\%:nth-child(even) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xl\:even\:px-4\%:nth-child(even) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:even\:py-5\%:nth-child(even) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:even\:px-5\%:nth-child(even) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:even\:py-10\%:nth-child(even) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:even\:px-10\%:nth-child(even) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:even\:py-20\%:nth-child(even) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:even\:px-20\%:nth-child(even) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:even\:py-23\%:nth-child(even) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xl\:even\:px-23\%:nth-child(even) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xl\:even\:py-25\%:nth-child(even) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:even\:px-25\%:nth-child(even) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:even\:py-26\%:nth-child(even) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xl\:even\:px-26\%:nth-child(even) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xl\:even\:py-30\%:nth-child(even) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:even\:px-30\%:nth-child(even) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:even\:py-40\%:nth-child(even) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:even\:px-40\%:nth-child(even) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:even\:py-50\%:nth-child(even) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:even\:px-50\%:nth-child(even) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:even\:py-60\%:nth-child(even) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:even\:px-60\%:nth-child(even) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:even\:py-70\%:nth-child(even) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:even\:px-70\%:nth-child(even) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:even\:py-80\%:nth-child(even) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:even\:px-80\%:nth-child(even) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:even\:py-90\%:nth-child(even) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:even\:px-90\%:nth-child(even) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:even\:py-95\%:nth-child(even) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:even\:px-95\%:nth-child(even) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:even\:py-96\%:nth-child(even) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:even\:px-96\%:nth-child(even) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:even\:py-97\%:nth-child(even) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xl\:even\:px-97\%:nth-child(even) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xl\:even\:py-98\%:nth-child(even) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xl\:even\:px-98\%:nth-child(even) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xl\:even\:py-99\%:nth-child(even) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xl\:even\:px-99\%:nth-child(even) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xl\:even\:py-36vh:nth-child(even) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xl\:even\:px-36vh:nth-child(even) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xl\:even\:py-75vh:nth-child(even) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xl\:even\:px-75vh:nth-child(even) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xl\:even\:py-78vh:nth-child(even) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xl\:even\:px-78vh:nth-child(even) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xl\:even\:py-80vh:nth-child(even) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:even\:px-80vh:nth-child(even) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:even\:py-82vh:nth-child(even) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xl\:even\:px-82vh:nth-child(even) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xl\:even\:pt-0:nth-child(even) {
    padding-top: 0;
  }

  .xl\:even\:pr-0:nth-child(even) {
    padding-right: 0;
  }

  .xl\:even\:pb-0:nth-child(even) {
    padding-bottom: 0;
  }

  .xl\:even\:pl-0:nth-child(even) {
    padding-left: 0;
  }

  .xl\:even\:pt-1:nth-child(even) {
    padding-top: 0.25rem;
  }

  .xl\:even\:pr-1:nth-child(even) {
    padding-right: 0.25rem;
  }

  .xl\:even\:pb-1:nth-child(even) {
    padding-bottom: 0.25rem;
  }

  .xl\:even\:pl-1:nth-child(even) {
    padding-left: 0.25rem;
  }

  .xl\:even\:pt-2:nth-child(even) {
    padding-top: 0.5rem;
  }

  .xl\:even\:pr-2:nth-child(even) {
    padding-right: 0.5rem;
  }

  .xl\:even\:pb-2:nth-child(even) {
    padding-bottom: 0.5rem;
  }

  .xl\:even\:pl-2:nth-child(even) {
    padding-left: 0.5rem;
  }

  .xl\:even\:pt-3:nth-child(even) {
    padding-top: 0.75rem;
  }

  .xl\:even\:pr-3:nth-child(even) {
    padding-right: 0.75rem;
  }

  .xl\:even\:pb-3:nth-child(even) {
    padding-bottom: 0.75rem;
  }

  .xl\:even\:pl-3:nth-child(even) {
    padding-left: 0.75rem;
  }

  .xl\:even\:pt-4:nth-child(even) {
    padding-top: 1rem;
  }

  .xl\:even\:pr-4:nth-child(even) {
    padding-right: 1rem;
  }

  .xl\:even\:pb-4:nth-child(even) {
    padding-bottom: 1rem;
  }

  .xl\:even\:pl-4:nth-child(even) {
    padding-left: 1rem;
  }

  .xl\:even\:pt-5:nth-child(even) {
    padding-top: 1.25rem;
  }

  .xl\:even\:pr-5:nth-child(even) {
    padding-right: 1.25rem;
  }

  .xl\:even\:pb-5:nth-child(even) {
    padding-bottom: 1.25rem;
  }

  .xl\:even\:pl-5:nth-child(even) {
    padding-left: 1.25rem;
  }

  .xl\:even\:pt-6:nth-child(even) {
    padding-top: 1.5rem;
  }

  .xl\:even\:pr-6:nth-child(even) {
    padding-right: 1.5rem;
  }

  .xl\:even\:pb-6:nth-child(even) {
    padding-bottom: 1.5rem;
  }

  .xl\:even\:pl-6:nth-child(even) {
    padding-left: 1.5rem;
  }

  .xl\:even\:pt-7:nth-child(even) {
    padding-top: 1.75rem;
  }

  .xl\:even\:pr-7:nth-child(even) {
    padding-right: 1.75rem;
  }

  .xl\:even\:pb-7:nth-child(even) {
    padding-bottom: 1.75rem;
  }

  .xl\:even\:pl-7:nth-child(even) {
    padding-left: 1.75rem;
  }

  .xl\:even\:pt-8:nth-child(even) {
    padding-top: 2rem;
  }

  .xl\:even\:pr-8:nth-child(even) {
    padding-right: 2rem;
  }

  .xl\:even\:pb-8:nth-child(even) {
    padding-bottom: 2rem;
  }

  .xl\:even\:pl-8:nth-child(even) {
    padding-left: 2rem;
  }

  .xl\:even\:pt-9:nth-child(even) {
    padding-top: 2.25rem;
  }

  .xl\:even\:pr-9:nth-child(even) {
    padding-right: 2.25rem;
  }

  .xl\:even\:pb-9:nth-child(even) {
    padding-bottom: 2.25rem;
  }

  .xl\:even\:pl-9:nth-child(even) {
    padding-left: 2.25rem;
  }

  .xl\:even\:pt-10:nth-child(even) {
    padding-top: 2.5rem;
  }

  .xl\:even\:pr-10:nth-child(even) {
    padding-right: 2.5rem;
  }

  .xl\:even\:pb-10:nth-child(even) {
    padding-bottom: 2.5rem;
  }

  .xl\:even\:pl-10:nth-child(even) {
    padding-left: 2.5rem;
  }

  .xl\:even\:pt-12:nth-child(even) {
    padding-top: 3rem;
  }

  .xl\:even\:pr-12:nth-child(even) {
    padding-right: 3rem;
  }

  .xl\:even\:pb-12:nth-child(even) {
    padding-bottom: 3rem;
  }

  .xl\:even\:pl-12:nth-child(even) {
    padding-left: 3rem;
  }

  .xl\:even\:pt-14:nth-child(even) {
    padding-top: 3.5rem;
  }

  .xl\:even\:pr-14:nth-child(even) {
    padding-right: 3.5rem;
  }

  .xl\:even\:pb-14:nth-child(even) {
    padding-bottom: 3.5rem;
  }

  .xl\:even\:pl-14:nth-child(even) {
    padding-left: 3.5rem;
  }

  .xl\:even\:pt-15:nth-child(even) {
    padding-top: 3.75rem;
  }

  .xl\:even\:pr-15:nth-child(even) {
    padding-right: 3.75rem;
  }

  .xl\:even\:pb-15:nth-child(even) {
    padding-bottom: 3.75rem;
  }

  .xl\:even\:pl-15:nth-child(even) {
    padding-left: 3.75rem;
  }

  .xl\:even\:pt-16:nth-child(even) {
    padding-top: 4rem;
  }

  .xl\:even\:pr-16:nth-child(even) {
    padding-right: 4rem;
  }

  .xl\:even\:pb-16:nth-child(even) {
    padding-bottom: 4rem;
  }

  .xl\:even\:pl-16:nth-child(even) {
    padding-left: 4rem;
  }

  .xl\:even\:pt-18:nth-child(even) {
    padding-top: 4.5rem;
  }

  .xl\:even\:pr-18:nth-child(even) {
    padding-right: 4.5rem;
  }

  .xl\:even\:pb-18:nth-child(even) {
    padding-bottom: 4.5rem;
  }

  .xl\:even\:pl-18:nth-child(even) {
    padding-left: 4.5rem;
  }

  .xl\:even\:pt-20:nth-child(even) {
    padding-top: 5rem;
  }

  .xl\:even\:pr-20:nth-child(even) {
    padding-right: 5rem;
  }

  .xl\:even\:pb-20:nth-child(even) {
    padding-bottom: 5rem;
  }

  .xl\:even\:pl-20:nth-child(even) {
    padding-left: 5rem;
  }

  .xl\:even\:pt-21:nth-child(even) {
    padding-top: 5.25rem;
  }

  .xl\:even\:pr-21:nth-child(even) {
    padding-right: 5.25rem;
  }

  .xl\:even\:pb-21:nth-child(even) {
    padding-bottom: 5.25rem;
  }

  .xl\:even\:pl-21:nth-child(even) {
    padding-left: 5.25rem;
  }

  .xl\:even\:pt-22:nth-child(even) {
    padding-top: 5.5rem;
  }

  .xl\:even\:pr-22:nth-child(even) {
    padding-right: 5.5rem;
  }

  .xl\:even\:pb-22:nth-child(even) {
    padding-bottom: 5.5rem;
  }

  .xl\:even\:pl-22:nth-child(even) {
    padding-left: 5.5rem;
  }

  .xl\:even\:pt-24:nth-child(even) {
    padding-top: 6rem;
  }

  .xl\:even\:pr-24:nth-child(even) {
    padding-right: 6rem;
  }

  .xl\:even\:pb-24:nth-child(even) {
    padding-bottom: 6rem;
  }

  .xl\:even\:pl-24:nth-child(even) {
    padding-left: 6rem;
  }

  .xl\:even\:pt-26:nth-child(even) {
    padding-top: 6.5rem;
  }

  .xl\:even\:pr-26:nth-child(even) {
    padding-right: 6.5rem;
  }

  .xl\:even\:pb-26:nth-child(even) {
    padding-bottom: 6.5rem;
  }

  .xl\:even\:pl-26:nth-child(even) {
    padding-left: 6.5rem;
  }

  .xl\:even\:pt-28:nth-child(even) {
    padding-top: 7rem;
  }

  .xl\:even\:pr-28:nth-child(even) {
    padding-right: 7rem;
  }

  .xl\:even\:pb-28:nth-child(even) {
    padding-bottom: 7rem;
  }

  .xl\:even\:pl-28:nth-child(even) {
    padding-left: 7rem;
  }

  .xl\:even\:pt-30:nth-child(even) {
    padding-top: 7.5rem;
  }

  .xl\:even\:pr-30:nth-child(even) {
    padding-right: 7.5rem;
  }

  .xl\:even\:pb-30:nth-child(even) {
    padding-bottom: 7.5rem;
  }

  .xl\:even\:pl-30:nth-child(even) {
    padding-left: 7.5rem;
  }

  .xl\:even\:pt-32:nth-child(even) {
    padding-top: 8rem;
  }

  .xl\:even\:pr-32:nth-child(even) {
    padding-right: 8rem;
  }

  .xl\:even\:pb-32:nth-child(even) {
    padding-bottom: 8rem;
  }

  .xl\:even\:pl-32:nth-child(even) {
    padding-left: 8rem;
  }

  .xl\:even\:pt-34:nth-child(even) {
    padding-top: 8.5rem;
  }

  .xl\:even\:pr-34:nth-child(even) {
    padding-right: 8.5rem;
  }

  .xl\:even\:pb-34:nth-child(even) {
    padding-bottom: 8.5rem;
  }

  .xl\:even\:pl-34:nth-child(even) {
    padding-left: 8.5rem;
  }

  .xl\:even\:pt-36:nth-child(even) {
    padding-top: 9rem;
  }

  .xl\:even\:pr-36:nth-child(even) {
    padding-right: 9rem;
  }

  .xl\:even\:pb-36:nth-child(even) {
    padding-bottom: 9rem;
  }

  .xl\:even\:pl-36:nth-child(even) {
    padding-left: 9rem;
  }

  .xl\:even\:pt-38:nth-child(even) {
    padding-top: 9.5rem;
  }

  .xl\:even\:pr-38:nth-child(even) {
    padding-right: 9.5rem;
  }

  .xl\:even\:pb-38:nth-child(even) {
    padding-bottom: 9.5rem;
  }

  .xl\:even\:pl-38:nth-child(even) {
    padding-left: 9.5rem;
  }

  .xl\:even\:pt-40:nth-child(even) {
    padding-top: 10rem;
  }

  .xl\:even\:pr-40:nth-child(even) {
    padding-right: 10rem;
  }

  .xl\:even\:pb-40:nth-child(even) {
    padding-bottom: 10rem;
  }

  .xl\:even\:pl-40:nth-child(even) {
    padding-left: 10rem;
  }

  .xl\:even\:pt-44:nth-child(even) {
    padding-top: 11rem;
  }

  .xl\:even\:pr-44:nth-child(even) {
    padding-right: 11rem;
  }

  .xl\:even\:pb-44:nth-child(even) {
    padding-bottom: 11rem;
  }

  .xl\:even\:pl-44:nth-child(even) {
    padding-left: 11rem;
  }

  .xl\:even\:pt-48:nth-child(even) {
    padding-top: 12rem;
  }

  .xl\:even\:pr-48:nth-child(even) {
    padding-right: 12rem;
  }

  .xl\:even\:pb-48:nth-child(even) {
    padding-bottom: 12rem;
  }

  .xl\:even\:pl-48:nth-child(even) {
    padding-left: 12rem;
  }

  .xl\:even\:pt-52:nth-child(even) {
    padding-top: 13rem;
  }

  .xl\:even\:pr-52:nth-child(even) {
    padding-right: 13rem;
  }

  .xl\:even\:pb-52:nth-child(even) {
    padding-bottom: 13rem;
  }

  .xl\:even\:pl-52:nth-child(even) {
    padding-left: 13rem;
  }

  .xl\:even\:pt-53:nth-child(even) {
    padding-top: 13.25rem;
  }

  .xl\:even\:pr-53:nth-child(even) {
    padding-right: 13.25rem;
  }

  .xl\:even\:pb-53:nth-child(even) {
    padding-bottom: 13.25rem;
  }

  .xl\:even\:pl-53:nth-child(even) {
    padding-left: 13.25rem;
  }

  .xl\:even\:pt-54:nth-child(even) {
    padding-top: 13.5rem;
  }

  .xl\:even\:pr-54:nth-child(even) {
    padding-right: 13.5rem;
  }

  .xl\:even\:pb-54:nth-child(even) {
    padding-bottom: 13.5rem;
  }

  .xl\:even\:pl-54:nth-child(even) {
    padding-left: 13.5rem;
  }

  .xl\:even\:pt-56:nth-child(even) {
    padding-top: 14rem;
  }

  .xl\:even\:pr-56:nth-child(even) {
    padding-right: 14rem;
  }

  .xl\:even\:pb-56:nth-child(even) {
    padding-bottom: 14rem;
  }

  .xl\:even\:pl-56:nth-child(even) {
    padding-left: 14rem;
  }

  .xl\:even\:pt-64:nth-child(even) {
    padding-top: 16rem;
  }

  .xl\:even\:pr-64:nth-child(even) {
    padding-right: 16rem;
  }

  .xl\:even\:pb-64:nth-child(even) {
    padding-bottom: 16rem;
  }

  .xl\:even\:pl-64:nth-child(even) {
    padding-left: 16rem;
  }

  .xl\:even\:pt-72:nth-child(even) {
    padding-top: 18rem;
  }

  .xl\:even\:pr-72:nth-child(even) {
    padding-right: 18rem;
  }

  .xl\:even\:pb-72:nth-child(even) {
    padding-bottom: 18rem;
  }

  .xl\:even\:pl-72:nth-child(even) {
    padding-left: 18rem;
  }

  .xl\:even\:pt-74:nth-child(even) {
    padding-top: 18.5rem;
  }

  .xl\:even\:pr-74:nth-child(even) {
    padding-right: 18.5rem;
  }

  .xl\:even\:pb-74:nth-child(even) {
    padding-bottom: 18.5rem;
  }

  .xl\:even\:pl-74:nth-child(even) {
    padding-left: 18.5rem;
  }

  .xl\:even\:pt-76:nth-child(even) {
    padding-top: 19rem;
  }

  .xl\:even\:pr-76:nth-child(even) {
    padding-right: 19rem;
  }

  .xl\:even\:pb-76:nth-child(even) {
    padding-bottom: 19rem;
  }

  .xl\:even\:pl-76:nth-child(even) {
    padding-left: 19rem;
  }

  .xl\:even\:pt-80:nth-child(even) {
    padding-top: 20rem;
  }

  .xl\:even\:pr-80:nth-child(even) {
    padding-right: 20rem;
  }

  .xl\:even\:pb-80:nth-child(even) {
    padding-bottom: 20rem;
  }

  .xl\:even\:pl-80:nth-child(even) {
    padding-left: 20rem;
  }

  .xl\:even\:pt-85:nth-child(even) {
    padding-top: 21.25rem;
  }

  .xl\:even\:pr-85:nth-child(even) {
    padding-right: 21.25rem;
  }

  .xl\:even\:pb-85:nth-child(even) {
    padding-bottom: 21.25rem;
  }

  .xl\:even\:pl-85:nth-child(even) {
    padding-left: 21.25rem;
  }

  .xl\:even\:pt-100:nth-child(even) {
    padding-top: 25rem;
  }

  .xl\:even\:pr-100:nth-child(even) {
    padding-right: 25rem;
  }

  .xl\:even\:pb-100:nth-child(even) {
    padding-bottom: 25rem;
  }

  .xl\:even\:pl-100:nth-child(even) {
    padding-left: 25rem;
  }

  .xl\:even\:pt-105:nth-child(even) {
    padding-top: 26.25rem;
  }

  .xl\:even\:pr-105:nth-child(even) {
    padding-right: 26.25rem;
  }

  .xl\:even\:pb-105:nth-child(even) {
    padding-bottom: 26.25rem;
  }

  .xl\:even\:pl-105:nth-child(even) {
    padding-left: 26.25rem;
  }

  .xl\:even\:pt-107:nth-child(even) {
    padding-top: 26.4rem;
  }

  .xl\:even\:pr-107:nth-child(even) {
    padding-right: 26.4rem;
  }

  .xl\:even\:pb-107:nth-child(even) {
    padding-bottom: 26.4rem;
  }

  .xl\:even\:pl-107:nth-child(even) {
    padding-left: 26.4rem;
  }

  .xl\:even\:pt-110:nth-child(even) {
    padding-top: 27.5rem;
  }

  .xl\:even\:pr-110:nth-child(even) {
    padding-right: 27.5rem;
  }

  .xl\:even\:pb-110:nth-child(even) {
    padding-bottom: 27.5rem;
  }

  .xl\:even\:pl-110:nth-child(even) {
    padding-left: 27.5rem;
  }

  .xl\:even\:pt-120:nth-child(even) {
    padding-top: 30rem;
  }

  .xl\:even\:pr-120:nth-child(even) {
    padding-right: 30rem;
  }

  .xl\:even\:pb-120:nth-child(even) {
    padding-bottom: 30rem;
  }

  .xl\:even\:pl-120:nth-child(even) {
    padding-left: 30rem;
  }

  .xl\:even\:pt-130:nth-child(even) {
    padding-top: 38rem;
  }

  .xl\:even\:pr-130:nth-child(even) {
    padding-right: 38rem;
  }

  .xl\:even\:pb-130:nth-child(even) {
    padding-bottom: 38rem;
  }

  .xl\:even\:pl-130:nth-child(even) {
    padding-left: 38rem;
  }

  .xl\:even\:pt-px:nth-child(even) {
    padding-top: 1px;
  }

  .xl\:even\:pr-px:nth-child(even) {
    padding-right: 1px;
  }

  .xl\:even\:pb-px:nth-child(even) {
    padding-bottom: 1px;
  }

  .xl\:even\:pl-px:nth-child(even) {
    padding-left: 1px;
  }

  .xl\:even\:pt-250px:nth-child(even) {
    padding-top: 250px;
  }

  .xl\:even\:pr-250px:nth-child(even) {
    padding-right: 250px;
  }

  .xl\:even\:pb-250px:nth-child(even) {
    padding-bottom: 250px;
  }

  .xl\:even\:pl-250px:nth-child(even) {
    padding-left: 250px;
  }

  .xl\:even\:pt-1\/2\%:nth-child(even) {
    padding-top: 0.5%;
  }

  .xl\:even\:pr-1\/2\%:nth-child(even) {
    padding-right: 0.5%;
  }

  .xl\:even\:pb-1\/2\%:nth-child(even) {
    padding-bottom: 0.5%;
  }

  .xl\:even\:pl-1\/2\%:nth-child(even) {
    padding-left: 0.5%;
  }

  .xl\:even\:pt-1\%:nth-child(even) {
    padding-top: 1%;
  }

  .xl\:even\:pr-1\%:nth-child(even) {
    padding-right: 1%;
  }

  .xl\:even\:pb-1\%:nth-child(even) {
    padding-bottom: 1%;
  }

  .xl\:even\:pl-1\%:nth-child(even) {
    padding-left: 1%;
  }

  .xl\:even\:pt-2\%:nth-child(even) {
    padding-top: 2%;
  }

  .xl\:even\:pr-2\%:nth-child(even) {
    padding-right: 2%;
  }

  .xl\:even\:pb-2\%:nth-child(even) {
    padding-bottom: 2%;
  }

  .xl\:even\:pl-2\%:nth-child(even) {
    padding-left: 2%;
  }

  .xl\:even\:pt-3\%:nth-child(even) {
    padding-top: 3%;
  }

  .xl\:even\:pr-3\%:nth-child(even) {
    padding-right: 3%;
  }

  .xl\:even\:pb-3\%:nth-child(even) {
    padding-bottom: 3%;
  }

  .xl\:even\:pl-3\%:nth-child(even) {
    padding-left: 3%;
  }

  .xl\:even\:pt-4\%:nth-child(even) {
    padding-top: 4%;
  }

  .xl\:even\:pr-4\%:nth-child(even) {
    padding-right: 4%;
  }

  .xl\:even\:pb-4\%:nth-child(even) {
    padding-bottom: 4%;
  }

  .xl\:even\:pl-4\%:nth-child(even) {
    padding-left: 4%;
  }

  .xl\:even\:pt-5\%:nth-child(even) {
    padding-top: 5%;
  }

  .xl\:even\:pr-5\%:nth-child(even) {
    padding-right: 5%;
  }

  .xl\:even\:pb-5\%:nth-child(even) {
    padding-bottom: 5%;
  }

  .xl\:even\:pl-5\%:nth-child(even) {
    padding-left: 5%;
  }

  .xl\:even\:pt-10\%:nth-child(even) {
    padding-top: 10%;
  }

  .xl\:even\:pr-10\%:nth-child(even) {
    padding-right: 10%;
  }

  .xl\:even\:pb-10\%:nth-child(even) {
    padding-bottom: 10%;
  }

  .xl\:even\:pl-10\%:nth-child(even) {
    padding-left: 10%;
  }

  .xl\:even\:pt-20\%:nth-child(even) {
    padding-top: 20%;
  }

  .xl\:even\:pr-20\%:nth-child(even) {
    padding-right: 20%;
  }

  .xl\:even\:pb-20\%:nth-child(even) {
    padding-bottom: 20%;
  }

  .xl\:even\:pl-20\%:nth-child(even) {
    padding-left: 20%;
  }

  .xl\:even\:pt-23\%:nth-child(even) {
    padding-top: 23%;
  }

  .xl\:even\:pr-23\%:nth-child(even) {
    padding-right: 23%;
  }

  .xl\:even\:pb-23\%:nth-child(even) {
    padding-bottom: 23%;
  }

  .xl\:even\:pl-23\%:nth-child(even) {
    padding-left: 23%;
  }

  .xl\:even\:pt-25\%:nth-child(even) {
    padding-top: 25%;
  }

  .xl\:even\:pr-25\%:nth-child(even) {
    padding-right: 25%;
  }

  .xl\:even\:pb-25\%:nth-child(even) {
    padding-bottom: 25%;
  }

  .xl\:even\:pl-25\%:nth-child(even) {
    padding-left: 25%;
  }

  .xl\:even\:pt-26\%:nth-child(even) {
    padding-top: 26%;
  }

  .xl\:even\:pr-26\%:nth-child(even) {
    padding-right: 26%;
  }

  .xl\:even\:pb-26\%:nth-child(even) {
    padding-bottom: 26%;
  }

  .xl\:even\:pl-26\%:nth-child(even) {
    padding-left: 26%;
  }

  .xl\:even\:pt-30\%:nth-child(even) {
    padding-top: 30%;
  }

  .xl\:even\:pr-30\%:nth-child(even) {
    padding-right: 30%;
  }

  .xl\:even\:pb-30\%:nth-child(even) {
    padding-bottom: 30%;
  }

  .xl\:even\:pl-30\%:nth-child(even) {
    padding-left: 30%;
  }

  .xl\:even\:pt-40\%:nth-child(even) {
    padding-top: 40%;
  }

  .xl\:even\:pr-40\%:nth-child(even) {
    padding-right: 40%;
  }

  .xl\:even\:pb-40\%:nth-child(even) {
    padding-bottom: 40%;
  }

  .xl\:even\:pl-40\%:nth-child(even) {
    padding-left: 40%;
  }

  .xl\:even\:pt-50\%:nth-child(even) {
    padding-top: 50%;
  }

  .xl\:even\:pr-50\%:nth-child(even) {
    padding-right: 50%;
  }

  .xl\:even\:pb-50\%:nth-child(even) {
    padding-bottom: 50%;
  }

  .xl\:even\:pl-50\%:nth-child(even) {
    padding-left: 50%;
  }

  .xl\:even\:pt-60\%:nth-child(even) {
    padding-top: 60%;
  }

  .xl\:even\:pr-60\%:nth-child(even) {
    padding-right: 60%;
  }

  .xl\:even\:pb-60\%:nth-child(even) {
    padding-bottom: 60%;
  }

  .xl\:even\:pl-60\%:nth-child(even) {
    padding-left: 60%;
  }

  .xl\:even\:pt-70\%:nth-child(even) {
    padding-top: 70%;
  }

  .xl\:even\:pr-70\%:nth-child(even) {
    padding-right: 70%;
  }

  .xl\:even\:pb-70\%:nth-child(even) {
    padding-bottom: 70%;
  }

  .xl\:even\:pl-70\%:nth-child(even) {
    padding-left: 70%;
  }

  .xl\:even\:pt-80\%:nth-child(even) {
    padding-top: 80%;
  }

  .xl\:even\:pr-80\%:nth-child(even) {
    padding-right: 80%;
  }

  .xl\:even\:pb-80\%:nth-child(even) {
    padding-bottom: 80%;
  }

  .xl\:even\:pl-80\%:nth-child(even) {
    padding-left: 80%;
  }

  .xl\:even\:pt-90\%:nth-child(even) {
    padding-top: 90%;
  }

  .xl\:even\:pr-90\%:nth-child(even) {
    padding-right: 90%;
  }

  .xl\:even\:pb-90\%:nth-child(even) {
    padding-bottom: 90%;
  }

  .xl\:even\:pl-90\%:nth-child(even) {
    padding-left: 90%;
  }

  .xl\:even\:pt-95\%:nth-child(even) {
    padding-top: 95%;
  }

  .xl\:even\:pr-95\%:nth-child(even) {
    padding-right: 95%;
  }

  .xl\:even\:pb-95\%:nth-child(even) {
    padding-bottom: 95%;
  }

  .xl\:even\:pl-95\%:nth-child(even) {
    padding-left: 95%;
  }

  .xl\:even\:pt-96\%:nth-child(even) {
    padding-top: 96%;
  }

  .xl\:even\:pr-96\%:nth-child(even) {
    padding-right: 96%;
  }

  .xl\:even\:pb-96\%:nth-child(even) {
    padding-bottom: 96%;
  }

  .xl\:even\:pl-96\%:nth-child(even) {
    padding-left: 96%;
  }

  .xl\:even\:pt-97\%:nth-child(even) {
    padding-top: 97%;
  }

  .xl\:even\:pr-97\%:nth-child(even) {
    padding-right: 97%;
  }

  .xl\:even\:pb-97\%:nth-child(even) {
    padding-bottom: 97%;
  }

  .xl\:even\:pl-97\%:nth-child(even) {
    padding-left: 97%;
  }

  .xl\:even\:pt-98\%:nth-child(even) {
    padding-top: 98%;
  }

  .xl\:even\:pr-98\%:nth-child(even) {
    padding-right: 98%;
  }

  .xl\:even\:pb-98\%:nth-child(even) {
    padding-bottom: 98%;
  }

  .xl\:even\:pl-98\%:nth-child(even) {
    padding-left: 98%;
  }

  .xl\:even\:pt-99\%:nth-child(even) {
    padding-top: 99%;
  }

  .xl\:even\:pr-99\%:nth-child(even) {
    padding-right: 99%;
  }

  .xl\:even\:pb-99\%:nth-child(even) {
    padding-bottom: 99%;
  }

  .xl\:even\:pl-99\%:nth-child(even) {
    padding-left: 99%;
  }

  .xl\:even\:pt-36vh:nth-child(even) {
    padding-top: 36vh;
  }

  .xl\:even\:pr-36vh:nth-child(even) {
    padding-right: 36vh;
  }

  .xl\:even\:pb-36vh:nth-child(even) {
    padding-bottom: 36vh;
  }

  .xl\:even\:pl-36vh:nth-child(even) {
    padding-left: 36vh;
  }

  .xl\:even\:pt-75vh:nth-child(even) {
    padding-top: 75vh;
  }

  .xl\:even\:pr-75vh:nth-child(even) {
    padding-right: 75vh;
  }

  .xl\:even\:pb-75vh:nth-child(even) {
    padding-bottom: 75vh;
  }

  .xl\:even\:pl-75vh:nth-child(even) {
    padding-left: 75vh;
  }

  .xl\:even\:pt-78vh:nth-child(even) {
    padding-top: 78vh;
  }

  .xl\:even\:pr-78vh:nth-child(even) {
    padding-right: 78vh;
  }

  .xl\:even\:pb-78vh:nth-child(even) {
    padding-bottom: 78vh;
  }

  .xl\:even\:pl-78vh:nth-child(even) {
    padding-left: 78vh;
  }

  .xl\:even\:pt-80vh:nth-child(even) {
    padding-top: 80vh;
  }

  .xl\:even\:pr-80vh:nth-child(even) {
    padding-right: 80vh;
  }

  .xl\:even\:pb-80vh:nth-child(even) {
    padding-bottom: 80vh;
  }

  .xl\:even\:pl-80vh:nth-child(even) {
    padding-left: 80vh;
  }

  .xl\:even\:pt-82vh:nth-child(even) {
    padding-top: 82vh;
  }

  .xl\:even\:pr-82vh:nth-child(even) {
    padding-right: 82vh;
  }

  .xl\:even\:pb-82vh:nth-child(even) {
    padding-bottom: 82vh;
  }

  .xl\:even\:pl-82vh:nth-child(even) {
    padding-left: 82vh;
  }

  .xl\:odd\:p-0:nth-child(odd) {
    padding: 0;
  }

  .xl\:odd\:p-1:nth-child(odd) {
    padding: 0.25rem;
  }

  .xl\:odd\:p-2:nth-child(odd) {
    padding: 0.5rem;
  }

  .xl\:odd\:p-3:nth-child(odd) {
    padding: 0.75rem;
  }

  .xl\:odd\:p-4:nth-child(odd) {
    padding: 1rem;
  }

  .xl\:odd\:p-5:nth-child(odd) {
    padding: 1.25rem;
  }

  .xl\:odd\:p-6:nth-child(odd) {
    padding: 1.5rem;
  }

  .xl\:odd\:p-7:nth-child(odd) {
    padding: 1.75rem;
  }

  .xl\:odd\:p-8:nth-child(odd) {
    padding: 2rem;
  }

  .xl\:odd\:p-9:nth-child(odd) {
    padding: 2.25rem;
  }

  .xl\:odd\:p-10:nth-child(odd) {
    padding: 2.5rem;
  }

  .xl\:odd\:p-12:nth-child(odd) {
    padding: 3rem;
  }

  .xl\:odd\:p-14:nth-child(odd) {
    padding: 3.5rem;
  }

  .xl\:odd\:p-15:nth-child(odd) {
    padding: 3.75rem;
  }

  .xl\:odd\:p-16:nth-child(odd) {
    padding: 4rem;
  }

  .xl\:odd\:p-18:nth-child(odd) {
    padding: 4.5rem;
  }

  .xl\:odd\:p-20:nth-child(odd) {
    padding: 5rem;
  }

  .xl\:odd\:p-21:nth-child(odd) {
    padding: 5.25rem;
  }

  .xl\:odd\:p-22:nth-child(odd) {
    padding: 5.5rem;
  }

  .xl\:odd\:p-24:nth-child(odd) {
    padding: 6rem;
  }

  .xl\:odd\:p-26:nth-child(odd) {
    padding: 6.5rem;
  }

  .xl\:odd\:p-28:nth-child(odd) {
    padding: 7rem;
  }

  .xl\:odd\:p-30:nth-child(odd) {
    padding: 7.5rem;
  }

  .xl\:odd\:p-32:nth-child(odd) {
    padding: 8rem;
  }

  .xl\:odd\:p-34:nth-child(odd) {
    padding: 8.5rem;
  }

  .xl\:odd\:p-36:nth-child(odd) {
    padding: 9rem;
  }

  .xl\:odd\:p-38:nth-child(odd) {
    padding: 9.5rem;
  }

  .xl\:odd\:p-40:nth-child(odd) {
    padding: 10rem;
  }

  .xl\:odd\:p-44:nth-child(odd) {
    padding: 11rem;
  }

  .xl\:odd\:p-48:nth-child(odd) {
    padding: 12rem;
  }

  .xl\:odd\:p-52:nth-child(odd) {
    padding: 13rem;
  }

  .xl\:odd\:p-53:nth-child(odd) {
    padding: 13.25rem;
  }

  .xl\:odd\:p-54:nth-child(odd) {
    padding: 13.5rem;
  }

  .xl\:odd\:p-56:nth-child(odd) {
    padding: 14rem;
  }

  .xl\:odd\:p-64:nth-child(odd) {
    padding: 16rem;
  }

  .xl\:odd\:p-72:nth-child(odd) {
    padding: 18rem;
  }

  .xl\:odd\:p-74:nth-child(odd) {
    padding: 18.5rem;
  }

  .xl\:odd\:p-76:nth-child(odd) {
    padding: 19rem;
  }

  .xl\:odd\:p-80:nth-child(odd) {
    padding: 20rem;
  }

  .xl\:odd\:p-85:nth-child(odd) {
    padding: 21.25rem;
  }

  .xl\:odd\:p-100:nth-child(odd) {
    padding: 25rem;
  }

  .xl\:odd\:p-105:nth-child(odd) {
    padding: 26.25rem;
  }

  .xl\:odd\:p-107:nth-child(odd) {
    padding: 26.4rem;
  }

  .xl\:odd\:p-110:nth-child(odd) {
    padding: 27.5rem;
  }

  .xl\:odd\:p-120:nth-child(odd) {
    padding: 30rem;
  }

  .xl\:odd\:p-130:nth-child(odd) {
    padding: 38rem;
  }

  .xl\:odd\:p-px:nth-child(odd) {
    padding: 1px;
  }

  .xl\:odd\:p-250px:nth-child(odd) {
    padding: 250px;
  }

  .xl\:odd\:p-1\/2\%:nth-child(odd) {
    padding: 0.5%;
  }

  .xl\:odd\:p-1\%:nth-child(odd) {
    padding: 1%;
  }

  .xl\:odd\:p-2\%:nth-child(odd) {
    padding: 2%;
  }

  .xl\:odd\:p-3\%:nth-child(odd) {
    padding: 3%;
  }

  .xl\:odd\:p-4\%:nth-child(odd) {
    padding: 4%;
  }

  .xl\:odd\:p-5\%:nth-child(odd) {
    padding: 5%;
  }

  .xl\:odd\:p-10\%:nth-child(odd) {
    padding: 10%;
  }

  .xl\:odd\:p-20\%:nth-child(odd) {
    padding: 20%;
  }

  .xl\:odd\:p-23\%:nth-child(odd) {
    padding: 23%;
  }

  .xl\:odd\:p-25\%:nth-child(odd) {
    padding: 25%;
  }

  .xl\:odd\:p-26\%:nth-child(odd) {
    padding: 26%;
  }

  .xl\:odd\:p-30\%:nth-child(odd) {
    padding: 30%;
  }

  .xl\:odd\:p-40\%:nth-child(odd) {
    padding: 40%;
  }

  .xl\:odd\:p-50\%:nth-child(odd) {
    padding: 50%;
  }

  .xl\:odd\:p-60\%:nth-child(odd) {
    padding: 60%;
  }

  .xl\:odd\:p-70\%:nth-child(odd) {
    padding: 70%;
  }

  .xl\:odd\:p-80\%:nth-child(odd) {
    padding: 80%;
  }

  .xl\:odd\:p-90\%:nth-child(odd) {
    padding: 90%;
  }

  .xl\:odd\:p-95\%:nth-child(odd) {
    padding: 95%;
  }

  .xl\:odd\:p-96\%:nth-child(odd) {
    padding: 96%;
  }

  .xl\:odd\:p-97\%:nth-child(odd) {
    padding: 97%;
  }

  .xl\:odd\:p-98\%:nth-child(odd) {
    padding: 98%;
  }

  .xl\:odd\:p-99\%:nth-child(odd) {
    padding: 99%;
  }

  .xl\:odd\:p-36vh:nth-child(odd) {
    padding: 36vh;
  }

  .xl\:odd\:p-75vh:nth-child(odd) {
    padding: 75vh;
  }

  .xl\:odd\:p-78vh:nth-child(odd) {
    padding: 78vh;
  }

  .xl\:odd\:p-80vh:nth-child(odd) {
    padding: 80vh;
  }

  .xl\:odd\:p-82vh:nth-child(odd) {
    padding: 82vh;
  }

  .xl\:odd\:py-0:nth-child(odd) {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:odd\:px-0:nth-child(odd) {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:odd\:py-1:nth-child(odd) {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:odd\:px-1:nth-child(odd) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:odd\:py-2:nth-child(odd) {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:odd\:px-2:nth-child(odd) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:odd\:py-3:nth-child(odd) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:odd\:px-3:nth-child(odd) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:odd\:py-4:nth-child(odd) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:odd\:px-4:nth-child(odd) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:odd\:py-5:nth-child(odd) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:odd\:px-5:nth-child(odd) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:odd\:py-6:nth-child(odd) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:odd\:px-6:nth-child(odd) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:odd\:py-7:nth-child(odd) {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:odd\:px-7:nth-child(odd) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:odd\:py-8:nth-child(odd) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:odd\:px-8:nth-child(odd) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:odd\:py-9:nth-child(odd) {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:odd\:px-9:nth-child(odd) {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:odd\:py-10:nth-child(odd) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:odd\:px-10:nth-child(odd) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:odd\:py-12:nth-child(odd) {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:odd\:px-12:nth-child(odd) {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:odd\:py-14:nth-child(odd) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:odd\:px-14:nth-child(odd) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:odd\:py-15:nth-child(odd) {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:odd\:px-15:nth-child(odd) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:odd\:py-16:nth-child(odd) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:odd\:px-16:nth-child(odd) {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:odd\:py-18:nth-child(odd) {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:odd\:px-18:nth-child(odd) {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:odd\:py-20:nth-child(odd) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:odd\:px-20:nth-child(odd) {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:odd\:py-21:nth-child(odd) {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:odd\:px-21:nth-child(odd) {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:odd\:py-22:nth-child(odd) {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:odd\:px-22:nth-child(odd) {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:odd\:py-24:nth-child(odd) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:odd\:px-24:nth-child(odd) {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:odd\:py-26:nth-child(odd) {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:odd\:px-26:nth-child(odd) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:odd\:py-28:nth-child(odd) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:odd\:px-28:nth-child(odd) {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:odd\:py-30:nth-child(odd) {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .xl\:odd\:px-30:nth-child(odd) {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .xl\:odd\:py-32:nth-child(odd) {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:odd\:px-32:nth-child(odd) {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:odd\:py-34:nth-child(odd) {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:odd\:px-34:nth-child(odd) {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:odd\:py-36:nth-child(odd) {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:odd\:px-36:nth-child(odd) {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:odd\:py-38:nth-child(odd) {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }

  .xl\:odd\:px-38:nth-child(odd) {
    padding-left: 9.5rem;
    padding-right: 9.5rem;
  }

  .xl\:odd\:py-40:nth-child(odd) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:odd\:px-40:nth-child(odd) {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:odd\:py-44:nth-child(odd) {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:odd\:px-44:nth-child(odd) {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:odd\:py-48:nth-child(odd) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:odd\:px-48:nth-child(odd) {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:odd\:py-52:nth-child(odd) {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:odd\:px-52:nth-child(odd) {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:odd\:py-53:nth-child(odd) {
    padding-top: 13.25rem;
    padding-bottom: 13.25rem;
  }

  .xl\:odd\:px-53:nth-child(odd) {
    padding-left: 13.25rem;
    padding-right: 13.25rem;
  }

  .xl\:odd\:py-54:nth-child(odd) {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem;
  }

  .xl\:odd\:px-54:nth-child(odd) {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }

  .xl\:odd\:py-56:nth-child(odd) {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:odd\:px-56:nth-child(odd) {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:odd\:py-64:nth-child(odd) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:odd\:px-64:nth-child(odd) {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:odd\:py-72:nth-child(odd) {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:odd\:px-72:nth-child(odd) {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:odd\:py-74:nth-child(odd) {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }

  .xl\:odd\:px-74:nth-child(odd) {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }

  .xl\:odd\:py-76:nth-child(odd) {
    padding-top: 19rem;
    padding-bottom: 19rem;
  }

  .xl\:odd\:px-76:nth-child(odd) {
    padding-left: 19rem;
    padding-right: 19rem;
  }

  .xl\:odd\:py-80:nth-child(odd) {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:odd\:px-80:nth-child(odd) {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:odd\:py-85:nth-child(odd) {
    padding-top: 21.25rem;
    padding-bottom: 21.25rem;
  }

  .xl\:odd\:px-85:nth-child(odd) {
    padding-left: 21.25rem;
    padding-right: 21.25rem;
  }

  .xl\:odd\:py-100:nth-child(odd) {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }

  .xl\:odd\:px-100:nth-child(odd) {
    padding-left: 25rem;
    padding-right: 25rem;
  }

  .xl\:odd\:py-105:nth-child(odd) {
    padding-top: 26.25rem;
    padding-bottom: 26.25rem;
  }

  .xl\:odd\:px-105:nth-child(odd) {
    padding-left: 26.25rem;
    padding-right: 26.25rem;
  }

  .xl\:odd\:py-107:nth-child(odd) {
    padding-top: 26.4rem;
    padding-bottom: 26.4rem;
  }

  .xl\:odd\:px-107:nth-child(odd) {
    padding-left: 26.4rem;
    padding-right: 26.4rem;
  }

  .xl\:odd\:py-110:nth-child(odd) {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:odd\:px-110:nth-child(odd) {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:odd\:py-120:nth-child(odd) {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:odd\:px-120:nth-child(odd) {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:odd\:py-130:nth-child(odd) {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:odd\:px-130:nth-child(odd) {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:odd\:py-px:nth-child(odd) {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:odd\:px-px:nth-child(odd) {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:odd\:py-250px:nth-child(odd) {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .xl\:odd\:px-250px:nth-child(odd) {
    padding-left: 250px;
    padding-right: 250px;
  }

  .xl\:odd\:py-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  .xl\:odd\:px-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
    padding-right: 0.5%;
  }

  .xl\:odd\:py-1\%:nth-child(odd) {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .xl\:odd\:px-1\%:nth-child(odd) {
    padding-left: 1%;
    padding-right: 1%;
  }

  .xl\:odd\:py-2\%:nth-child(odd) {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .xl\:odd\:px-2\%:nth-child(odd) {
    padding-left: 2%;
    padding-right: 2%;
  }

  .xl\:odd\:py-3\%:nth-child(odd) {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xl\:odd\:px-3\%:nth-child(odd) {
    padding-left: 3%;
    padding-right: 3%;
  }

  .xl\:odd\:py-4\%:nth-child(odd) {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .xl\:odd\:px-4\%:nth-child(odd) {
    padding-left: 4%;
    padding-right: 4%;
  }

  .xl\:odd\:py-5\%:nth-child(odd) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .xl\:odd\:px-5\%:nth-child(odd) {
    padding-left: 5%;
    padding-right: 5%;
  }

  .xl\:odd\:py-10\%:nth-child(odd) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .xl\:odd\:px-10\%:nth-child(odd) {
    padding-left: 10%;
    padding-right: 10%;
  }

  .xl\:odd\:py-20\%:nth-child(odd) {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:odd\:px-20\%:nth-child(odd) {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:odd\:py-23\%:nth-child(odd) {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .xl\:odd\:px-23\%:nth-child(odd) {
    padding-left: 23%;
    padding-right: 23%;
  }

  .xl\:odd\:py-25\%:nth-child(odd) {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:odd\:px-25\%:nth-child(odd) {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:odd\:py-26\%:nth-child(odd) {
    padding-top: 26%;
    padding-bottom: 26%;
  }

  .xl\:odd\:px-26\%:nth-child(odd) {
    padding-left: 26%;
    padding-right: 26%;
  }

  .xl\:odd\:py-30\%:nth-child(odd) {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .xl\:odd\:px-30\%:nth-child(odd) {
    padding-left: 30%;
    padding-right: 30%;
  }

  .xl\:odd\:py-40\%:nth-child(odd) {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:odd\:px-40\%:nth-child(odd) {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:odd\:py-50\%:nth-child(odd) {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:odd\:px-50\%:nth-child(odd) {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:odd\:py-60\%:nth-child(odd) {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:odd\:px-60\%:nth-child(odd) {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:odd\:py-70\%:nth-child(odd) {
    padding-top: 70%;
    padding-bottom: 70%;
  }

  .xl\:odd\:px-70\%:nth-child(odd) {
    padding-left: 70%;
    padding-right: 70%;
  }

  .xl\:odd\:py-80\%:nth-child(odd) {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:odd\:px-80\%:nth-child(odd) {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:odd\:py-90\%:nth-child(odd) {
    padding-top: 90%;
    padding-bottom: 90%;
  }

  .xl\:odd\:px-90\%:nth-child(odd) {
    padding-left: 90%;
    padding-right: 90%;
  }

  .xl\:odd\:py-95\%:nth-child(odd) {
    padding-top: 95%;
    padding-bottom: 95%;
  }

  .xl\:odd\:px-95\%:nth-child(odd) {
    padding-left: 95%;
    padding-right: 95%;
  }

  .xl\:odd\:py-96\%:nth-child(odd) {
    padding-top: 96%;
    padding-bottom: 96%;
  }

  .xl\:odd\:px-96\%:nth-child(odd) {
    padding-left: 96%;
    padding-right: 96%;
  }

  .xl\:odd\:py-97\%:nth-child(odd) {
    padding-top: 97%;
    padding-bottom: 97%;
  }

  .xl\:odd\:px-97\%:nth-child(odd) {
    padding-left: 97%;
    padding-right: 97%;
  }

  .xl\:odd\:py-98\%:nth-child(odd) {
    padding-top: 98%;
    padding-bottom: 98%;
  }

  .xl\:odd\:px-98\%:nth-child(odd) {
    padding-left: 98%;
    padding-right: 98%;
  }

  .xl\:odd\:py-99\%:nth-child(odd) {
    padding-top: 99%;
    padding-bottom: 99%;
  }

  .xl\:odd\:px-99\%:nth-child(odd) {
    padding-left: 99%;
    padding-right: 99%;
  }

  .xl\:odd\:py-36vh:nth-child(odd) {
    padding-top: 36vh;
    padding-bottom: 36vh;
  }

  .xl\:odd\:px-36vh:nth-child(odd) {
    padding-left: 36vh;
    padding-right: 36vh;
  }

  .xl\:odd\:py-75vh:nth-child(odd) {
    padding-top: 75vh;
    padding-bottom: 75vh;
  }

  .xl\:odd\:px-75vh:nth-child(odd) {
    padding-left: 75vh;
    padding-right: 75vh;
  }

  .xl\:odd\:py-78vh:nth-child(odd) {
    padding-top: 78vh;
    padding-bottom: 78vh;
  }

  .xl\:odd\:px-78vh:nth-child(odd) {
    padding-left: 78vh;
    padding-right: 78vh;
  }

  .xl\:odd\:py-80vh:nth-child(odd) {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:odd\:px-80vh:nth-child(odd) {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:odd\:py-82vh:nth-child(odd) {
    padding-top: 82vh;
    padding-bottom: 82vh;
  }

  .xl\:odd\:px-82vh:nth-child(odd) {
    padding-left: 82vh;
    padding-right: 82vh;
  }

  .xl\:odd\:pt-0:nth-child(odd) {
    padding-top: 0;
  }

  .xl\:odd\:pr-0:nth-child(odd) {
    padding-right: 0;
  }

  .xl\:odd\:pb-0:nth-child(odd) {
    padding-bottom: 0;
  }

  .xl\:odd\:pl-0:nth-child(odd) {
    padding-left: 0;
  }

  .xl\:odd\:pt-1:nth-child(odd) {
    padding-top: 0.25rem;
  }

  .xl\:odd\:pr-1:nth-child(odd) {
    padding-right: 0.25rem;
  }

  .xl\:odd\:pb-1:nth-child(odd) {
    padding-bottom: 0.25rem;
  }

  .xl\:odd\:pl-1:nth-child(odd) {
    padding-left: 0.25rem;
  }

  .xl\:odd\:pt-2:nth-child(odd) {
    padding-top: 0.5rem;
  }

  .xl\:odd\:pr-2:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .xl\:odd\:pb-2:nth-child(odd) {
    padding-bottom: 0.5rem;
  }

  .xl\:odd\:pl-2:nth-child(odd) {
    padding-left: 0.5rem;
  }

  .xl\:odd\:pt-3:nth-child(odd) {
    padding-top: 0.75rem;
  }

  .xl\:odd\:pr-3:nth-child(odd) {
    padding-right: 0.75rem;
  }

  .xl\:odd\:pb-3:nth-child(odd) {
    padding-bottom: 0.75rem;
  }

  .xl\:odd\:pl-3:nth-child(odd) {
    padding-left: 0.75rem;
  }

  .xl\:odd\:pt-4:nth-child(odd) {
    padding-top: 1rem;
  }

  .xl\:odd\:pr-4:nth-child(odd) {
    padding-right: 1rem;
  }

  .xl\:odd\:pb-4:nth-child(odd) {
    padding-bottom: 1rem;
  }

  .xl\:odd\:pl-4:nth-child(odd) {
    padding-left: 1rem;
  }

  .xl\:odd\:pt-5:nth-child(odd) {
    padding-top: 1.25rem;
  }

  .xl\:odd\:pr-5:nth-child(odd) {
    padding-right: 1.25rem;
  }

  .xl\:odd\:pb-5:nth-child(odd) {
    padding-bottom: 1.25rem;
  }

  .xl\:odd\:pl-5:nth-child(odd) {
    padding-left: 1.25rem;
  }

  .xl\:odd\:pt-6:nth-child(odd) {
    padding-top: 1.5rem;
  }

  .xl\:odd\:pr-6:nth-child(odd) {
    padding-right: 1.5rem;
  }

  .xl\:odd\:pb-6:nth-child(odd) {
    padding-bottom: 1.5rem;
  }

  .xl\:odd\:pl-6:nth-child(odd) {
    padding-left: 1.5rem;
  }

  .xl\:odd\:pt-7:nth-child(odd) {
    padding-top: 1.75rem;
  }

  .xl\:odd\:pr-7:nth-child(odd) {
    padding-right: 1.75rem;
  }

  .xl\:odd\:pb-7:nth-child(odd) {
    padding-bottom: 1.75rem;
  }

  .xl\:odd\:pl-7:nth-child(odd) {
    padding-left: 1.75rem;
  }

  .xl\:odd\:pt-8:nth-child(odd) {
    padding-top: 2rem;
  }

  .xl\:odd\:pr-8:nth-child(odd) {
    padding-right: 2rem;
  }

  .xl\:odd\:pb-8:nth-child(odd) {
    padding-bottom: 2rem;
  }

  .xl\:odd\:pl-8:nth-child(odd) {
    padding-left: 2rem;
  }

  .xl\:odd\:pt-9:nth-child(odd) {
    padding-top: 2.25rem;
  }

  .xl\:odd\:pr-9:nth-child(odd) {
    padding-right: 2.25rem;
  }

  .xl\:odd\:pb-9:nth-child(odd) {
    padding-bottom: 2.25rem;
  }

  .xl\:odd\:pl-9:nth-child(odd) {
    padding-left: 2.25rem;
  }

  .xl\:odd\:pt-10:nth-child(odd) {
    padding-top: 2.5rem;
  }

  .xl\:odd\:pr-10:nth-child(odd) {
    padding-right: 2.5rem;
  }

  .xl\:odd\:pb-10:nth-child(odd) {
    padding-bottom: 2.5rem;
  }

  .xl\:odd\:pl-10:nth-child(odd) {
    padding-left: 2.5rem;
  }

  .xl\:odd\:pt-12:nth-child(odd) {
    padding-top: 3rem;
  }

  .xl\:odd\:pr-12:nth-child(odd) {
    padding-right: 3rem;
  }

  .xl\:odd\:pb-12:nth-child(odd) {
    padding-bottom: 3rem;
  }

  .xl\:odd\:pl-12:nth-child(odd) {
    padding-left: 3rem;
  }

  .xl\:odd\:pt-14:nth-child(odd) {
    padding-top: 3.5rem;
  }

  .xl\:odd\:pr-14:nth-child(odd) {
    padding-right: 3.5rem;
  }

  .xl\:odd\:pb-14:nth-child(odd) {
    padding-bottom: 3.5rem;
  }

  .xl\:odd\:pl-14:nth-child(odd) {
    padding-left: 3.5rem;
  }

  .xl\:odd\:pt-15:nth-child(odd) {
    padding-top: 3.75rem;
  }

  .xl\:odd\:pr-15:nth-child(odd) {
    padding-right: 3.75rem;
  }

  .xl\:odd\:pb-15:nth-child(odd) {
    padding-bottom: 3.75rem;
  }

  .xl\:odd\:pl-15:nth-child(odd) {
    padding-left: 3.75rem;
  }

  .xl\:odd\:pt-16:nth-child(odd) {
    padding-top: 4rem;
  }

  .xl\:odd\:pr-16:nth-child(odd) {
    padding-right: 4rem;
  }

  .xl\:odd\:pb-16:nth-child(odd) {
    padding-bottom: 4rem;
  }

  .xl\:odd\:pl-16:nth-child(odd) {
    padding-left: 4rem;
  }

  .xl\:odd\:pt-18:nth-child(odd) {
    padding-top: 4.5rem;
  }

  .xl\:odd\:pr-18:nth-child(odd) {
    padding-right: 4.5rem;
  }

  .xl\:odd\:pb-18:nth-child(odd) {
    padding-bottom: 4.5rem;
  }

  .xl\:odd\:pl-18:nth-child(odd) {
    padding-left: 4.5rem;
  }

  .xl\:odd\:pt-20:nth-child(odd) {
    padding-top: 5rem;
  }

  .xl\:odd\:pr-20:nth-child(odd) {
    padding-right: 5rem;
  }

  .xl\:odd\:pb-20:nth-child(odd) {
    padding-bottom: 5rem;
  }

  .xl\:odd\:pl-20:nth-child(odd) {
    padding-left: 5rem;
  }

  .xl\:odd\:pt-21:nth-child(odd) {
    padding-top: 5.25rem;
  }

  .xl\:odd\:pr-21:nth-child(odd) {
    padding-right: 5.25rem;
  }

  .xl\:odd\:pb-21:nth-child(odd) {
    padding-bottom: 5.25rem;
  }

  .xl\:odd\:pl-21:nth-child(odd) {
    padding-left: 5.25rem;
  }

  .xl\:odd\:pt-22:nth-child(odd) {
    padding-top: 5.5rem;
  }

  .xl\:odd\:pr-22:nth-child(odd) {
    padding-right: 5.5rem;
  }

  .xl\:odd\:pb-22:nth-child(odd) {
    padding-bottom: 5.5rem;
  }

  .xl\:odd\:pl-22:nth-child(odd) {
    padding-left: 5.5rem;
  }

  .xl\:odd\:pt-24:nth-child(odd) {
    padding-top: 6rem;
  }

  .xl\:odd\:pr-24:nth-child(odd) {
    padding-right: 6rem;
  }

  .xl\:odd\:pb-24:nth-child(odd) {
    padding-bottom: 6rem;
  }

  .xl\:odd\:pl-24:nth-child(odd) {
    padding-left: 6rem;
  }

  .xl\:odd\:pt-26:nth-child(odd) {
    padding-top: 6.5rem;
  }

  .xl\:odd\:pr-26:nth-child(odd) {
    padding-right: 6.5rem;
  }

  .xl\:odd\:pb-26:nth-child(odd) {
    padding-bottom: 6.5rem;
  }

  .xl\:odd\:pl-26:nth-child(odd) {
    padding-left: 6.5rem;
  }

  .xl\:odd\:pt-28:nth-child(odd) {
    padding-top: 7rem;
  }

  .xl\:odd\:pr-28:nth-child(odd) {
    padding-right: 7rem;
  }

  .xl\:odd\:pb-28:nth-child(odd) {
    padding-bottom: 7rem;
  }

  .xl\:odd\:pl-28:nth-child(odd) {
    padding-left: 7rem;
  }

  .xl\:odd\:pt-30:nth-child(odd) {
    padding-top: 7.5rem;
  }

  .xl\:odd\:pr-30:nth-child(odd) {
    padding-right: 7.5rem;
  }

  .xl\:odd\:pb-30:nth-child(odd) {
    padding-bottom: 7.5rem;
  }

  .xl\:odd\:pl-30:nth-child(odd) {
    padding-left: 7.5rem;
  }

  .xl\:odd\:pt-32:nth-child(odd) {
    padding-top: 8rem;
  }

  .xl\:odd\:pr-32:nth-child(odd) {
    padding-right: 8rem;
  }

  .xl\:odd\:pb-32:nth-child(odd) {
    padding-bottom: 8rem;
  }

  .xl\:odd\:pl-32:nth-child(odd) {
    padding-left: 8rem;
  }

  .xl\:odd\:pt-34:nth-child(odd) {
    padding-top: 8.5rem;
  }

  .xl\:odd\:pr-34:nth-child(odd) {
    padding-right: 8.5rem;
  }

  .xl\:odd\:pb-34:nth-child(odd) {
    padding-bottom: 8.5rem;
  }

  .xl\:odd\:pl-34:nth-child(odd) {
    padding-left: 8.5rem;
  }

  .xl\:odd\:pt-36:nth-child(odd) {
    padding-top: 9rem;
  }

  .xl\:odd\:pr-36:nth-child(odd) {
    padding-right: 9rem;
  }

  .xl\:odd\:pb-36:nth-child(odd) {
    padding-bottom: 9rem;
  }

  .xl\:odd\:pl-36:nth-child(odd) {
    padding-left: 9rem;
  }

  .xl\:odd\:pt-38:nth-child(odd) {
    padding-top: 9.5rem;
  }

  .xl\:odd\:pr-38:nth-child(odd) {
    padding-right: 9.5rem;
  }

  .xl\:odd\:pb-38:nth-child(odd) {
    padding-bottom: 9.5rem;
  }

  .xl\:odd\:pl-38:nth-child(odd) {
    padding-left: 9.5rem;
  }

  .xl\:odd\:pt-40:nth-child(odd) {
    padding-top: 10rem;
  }

  .xl\:odd\:pr-40:nth-child(odd) {
    padding-right: 10rem;
  }

  .xl\:odd\:pb-40:nth-child(odd) {
    padding-bottom: 10rem;
  }

  .xl\:odd\:pl-40:nth-child(odd) {
    padding-left: 10rem;
  }

  .xl\:odd\:pt-44:nth-child(odd) {
    padding-top: 11rem;
  }

  .xl\:odd\:pr-44:nth-child(odd) {
    padding-right: 11rem;
  }

  .xl\:odd\:pb-44:nth-child(odd) {
    padding-bottom: 11rem;
  }

  .xl\:odd\:pl-44:nth-child(odd) {
    padding-left: 11rem;
  }

  .xl\:odd\:pt-48:nth-child(odd) {
    padding-top: 12rem;
  }

  .xl\:odd\:pr-48:nth-child(odd) {
    padding-right: 12rem;
  }

  .xl\:odd\:pb-48:nth-child(odd) {
    padding-bottom: 12rem;
  }

  .xl\:odd\:pl-48:nth-child(odd) {
    padding-left: 12rem;
  }

  .xl\:odd\:pt-52:nth-child(odd) {
    padding-top: 13rem;
  }

  .xl\:odd\:pr-52:nth-child(odd) {
    padding-right: 13rem;
  }

  .xl\:odd\:pb-52:nth-child(odd) {
    padding-bottom: 13rem;
  }

  .xl\:odd\:pl-52:nth-child(odd) {
    padding-left: 13rem;
  }

  .xl\:odd\:pt-53:nth-child(odd) {
    padding-top: 13.25rem;
  }

  .xl\:odd\:pr-53:nth-child(odd) {
    padding-right: 13.25rem;
  }

  .xl\:odd\:pb-53:nth-child(odd) {
    padding-bottom: 13.25rem;
  }

  .xl\:odd\:pl-53:nth-child(odd) {
    padding-left: 13.25rem;
  }

  .xl\:odd\:pt-54:nth-child(odd) {
    padding-top: 13.5rem;
  }

  .xl\:odd\:pr-54:nth-child(odd) {
    padding-right: 13.5rem;
  }

  .xl\:odd\:pb-54:nth-child(odd) {
    padding-bottom: 13.5rem;
  }

  .xl\:odd\:pl-54:nth-child(odd) {
    padding-left: 13.5rem;
  }

  .xl\:odd\:pt-56:nth-child(odd) {
    padding-top: 14rem;
  }

  .xl\:odd\:pr-56:nth-child(odd) {
    padding-right: 14rem;
  }

  .xl\:odd\:pb-56:nth-child(odd) {
    padding-bottom: 14rem;
  }

  .xl\:odd\:pl-56:nth-child(odd) {
    padding-left: 14rem;
  }

  .xl\:odd\:pt-64:nth-child(odd) {
    padding-top: 16rem;
  }

  .xl\:odd\:pr-64:nth-child(odd) {
    padding-right: 16rem;
  }

  .xl\:odd\:pb-64:nth-child(odd) {
    padding-bottom: 16rem;
  }

  .xl\:odd\:pl-64:nth-child(odd) {
    padding-left: 16rem;
  }

  .xl\:odd\:pt-72:nth-child(odd) {
    padding-top: 18rem;
  }

  .xl\:odd\:pr-72:nth-child(odd) {
    padding-right: 18rem;
  }

  .xl\:odd\:pb-72:nth-child(odd) {
    padding-bottom: 18rem;
  }

  .xl\:odd\:pl-72:nth-child(odd) {
    padding-left: 18rem;
  }

  .xl\:odd\:pt-74:nth-child(odd) {
    padding-top: 18.5rem;
  }

  .xl\:odd\:pr-74:nth-child(odd) {
    padding-right: 18.5rem;
  }

  .xl\:odd\:pb-74:nth-child(odd) {
    padding-bottom: 18.5rem;
  }

  .xl\:odd\:pl-74:nth-child(odd) {
    padding-left: 18.5rem;
  }

  .xl\:odd\:pt-76:nth-child(odd) {
    padding-top: 19rem;
  }

  .xl\:odd\:pr-76:nth-child(odd) {
    padding-right: 19rem;
  }

  .xl\:odd\:pb-76:nth-child(odd) {
    padding-bottom: 19rem;
  }

  .xl\:odd\:pl-76:nth-child(odd) {
    padding-left: 19rem;
  }

  .xl\:odd\:pt-80:nth-child(odd) {
    padding-top: 20rem;
  }

  .xl\:odd\:pr-80:nth-child(odd) {
    padding-right: 20rem;
  }

  .xl\:odd\:pb-80:nth-child(odd) {
    padding-bottom: 20rem;
  }

  .xl\:odd\:pl-80:nth-child(odd) {
    padding-left: 20rem;
  }

  .xl\:odd\:pt-85:nth-child(odd) {
    padding-top: 21.25rem;
  }

  .xl\:odd\:pr-85:nth-child(odd) {
    padding-right: 21.25rem;
  }

  .xl\:odd\:pb-85:nth-child(odd) {
    padding-bottom: 21.25rem;
  }

  .xl\:odd\:pl-85:nth-child(odd) {
    padding-left: 21.25rem;
  }

  .xl\:odd\:pt-100:nth-child(odd) {
    padding-top: 25rem;
  }

  .xl\:odd\:pr-100:nth-child(odd) {
    padding-right: 25rem;
  }

  .xl\:odd\:pb-100:nth-child(odd) {
    padding-bottom: 25rem;
  }

  .xl\:odd\:pl-100:nth-child(odd) {
    padding-left: 25rem;
  }

  .xl\:odd\:pt-105:nth-child(odd) {
    padding-top: 26.25rem;
  }

  .xl\:odd\:pr-105:nth-child(odd) {
    padding-right: 26.25rem;
  }

  .xl\:odd\:pb-105:nth-child(odd) {
    padding-bottom: 26.25rem;
  }

  .xl\:odd\:pl-105:nth-child(odd) {
    padding-left: 26.25rem;
  }

  .xl\:odd\:pt-107:nth-child(odd) {
    padding-top: 26.4rem;
  }

  .xl\:odd\:pr-107:nth-child(odd) {
    padding-right: 26.4rem;
  }

  .xl\:odd\:pb-107:nth-child(odd) {
    padding-bottom: 26.4rem;
  }

  .xl\:odd\:pl-107:nth-child(odd) {
    padding-left: 26.4rem;
  }

  .xl\:odd\:pt-110:nth-child(odd) {
    padding-top: 27.5rem;
  }

  .xl\:odd\:pr-110:nth-child(odd) {
    padding-right: 27.5rem;
  }

  .xl\:odd\:pb-110:nth-child(odd) {
    padding-bottom: 27.5rem;
  }

  .xl\:odd\:pl-110:nth-child(odd) {
    padding-left: 27.5rem;
  }

  .xl\:odd\:pt-120:nth-child(odd) {
    padding-top: 30rem;
  }

  .xl\:odd\:pr-120:nth-child(odd) {
    padding-right: 30rem;
  }

  .xl\:odd\:pb-120:nth-child(odd) {
    padding-bottom: 30rem;
  }

  .xl\:odd\:pl-120:nth-child(odd) {
    padding-left: 30rem;
  }

  .xl\:odd\:pt-130:nth-child(odd) {
    padding-top: 38rem;
  }

  .xl\:odd\:pr-130:nth-child(odd) {
    padding-right: 38rem;
  }

  .xl\:odd\:pb-130:nth-child(odd) {
    padding-bottom: 38rem;
  }

  .xl\:odd\:pl-130:nth-child(odd) {
    padding-left: 38rem;
  }

  .xl\:odd\:pt-px:nth-child(odd) {
    padding-top: 1px;
  }

  .xl\:odd\:pr-px:nth-child(odd) {
    padding-right: 1px;
  }

  .xl\:odd\:pb-px:nth-child(odd) {
    padding-bottom: 1px;
  }

  .xl\:odd\:pl-px:nth-child(odd) {
    padding-left: 1px;
  }

  .xl\:odd\:pt-250px:nth-child(odd) {
    padding-top: 250px;
  }

  .xl\:odd\:pr-250px:nth-child(odd) {
    padding-right: 250px;
  }

  .xl\:odd\:pb-250px:nth-child(odd) {
    padding-bottom: 250px;
  }

  .xl\:odd\:pl-250px:nth-child(odd) {
    padding-left: 250px;
  }

  .xl\:odd\:pt-1\/2\%:nth-child(odd) {
    padding-top: 0.5%;
  }

  .xl\:odd\:pr-1\/2\%:nth-child(odd) {
    padding-right: 0.5%;
  }

  .xl\:odd\:pb-1\/2\%:nth-child(odd) {
    padding-bottom: 0.5%;
  }

  .xl\:odd\:pl-1\/2\%:nth-child(odd) {
    padding-left: 0.5%;
  }

  .xl\:odd\:pt-1\%:nth-child(odd) {
    padding-top: 1%;
  }

  .xl\:odd\:pr-1\%:nth-child(odd) {
    padding-right: 1%;
  }

  .xl\:odd\:pb-1\%:nth-child(odd) {
    padding-bottom: 1%;
  }

  .xl\:odd\:pl-1\%:nth-child(odd) {
    padding-left: 1%;
  }

  .xl\:odd\:pt-2\%:nth-child(odd) {
    padding-top: 2%;
  }

  .xl\:odd\:pr-2\%:nth-child(odd) {
    padding-right: 2%;
  }

  .xl\:odd\:pb-2\%:nth-child(odd) {
    padding-bottom: 2%;
  }

  .xl\:odd\:pl-2\%:nth-child(odd) {
    padding-left: 2%;
  }

  .xl\:odd\:pt-3\%:nth-child(odd) {
    padding-top: 3%;
  }

  .xl\:odd\:pr-3\%:nth-child(odd) {
    padding-right: 3%;
  }

  .xl\:odd\:pb-3\%:nth-child(odd) {
    padding-bottom: 3%;
  }

  .xl\:odd\:pl-3\%:nth-child(odd) {
    padding-left: 3%;
  }

  .xl\:odd\:pt-4\%:nth-child(odd) {
    padding-top: 4%;
  }

  .xl\:odd\:pr-4\%:nth-child(odd) {
    padding-right: 4%;
  }

  .xl\:odd\:pb-4\%:nth-child(odd) {
    padding-bottom: 4%;
  }

  .xl\:odd\:pl-4\%:nth-child(odd) {
    padding-left: 4%;
  }

  .xl\:odd\:pt-5\%:nth-child(odd) {
    padding-top: 5%;
  }

  .xl\:odd\:pr-5\%:nth-child(odd) {
    padding-right: 5%;
  }

  .xl\:odd\:pb-5\%:nth-child(odd) {
    padding-bottom: 5%;
  }

  .xl\:odd\:pl-5\%:nth-child(odd) {
    padding-left: 5%;
  }

  .xl\:odd\:pt-10\%:nth-child(odd) {
    padding-top: 10%;
  }

  .xl\:odd\:pr-10\%:nth-child(odd) {
    padding-right: 10%;
  }

  .xl\:odd\:pb-10\%:nth-child(odd) {
    padding-bottom: 10%;
  }

  .xl\:odd\:pl-10\%:nth-child(odd) {
    padding-left: 10%;
  }

  .xl\:odd\:pt-20\%:nth-child(odd) {
    padding-top: 20%;
  }

  .xl\:odd\:pr-20\%:nth-child(odd) {
    padding-right: 20%;
  }

  .xl\:odd\:pb-20\%:nth-child(odd) {
    padding-bottom: 20%;
  }

  .xl\:odd\:pl-20\%:nth-child(odd) {
    padding-left: 20%;
  }

  .xl\:odd\:pt-23\%:nth-child(odd) {
    padding-top: 23%;
  }

  .xl\:odd\:pr-23\%:nth-child(odd) {
    padding-right: 23%;
  }

  .xl\:odd\:pb-23\%:nth-child(odd) {
    padding-bottom: 23%;
  }

  .xl\:odd\:pl-23\%:nth-child(odd) {
    padding-left: 23%;
  }

  .xl\:odd\:pt-25\%:nth-child(odd) {
    padding-top: 25%;
  }

  .xl\:odd\:pr-25\%:nth-child(odd) {
    padding-right: 25%;
  }

  .xl\:odd\:pb-25\%:nth-child(odd) {
    padding-bottom: 25%;
  }

  .xl\:odd\:pl-25\%:nth-child(odd) {
    padding-left: 25%;
  }

  .xl\:odd\:pt-26\%:nth-child(odd) {
    padding-top: 26%;
  }

  .xl\:odd\:pr-26\%:nth-child(odd) {
    padding-right: 26%;
  }

  .xl\:odd\:pb-26\%:nth-child(odd) {
    padding-bottom: 26%;
  }

  .xl\:odd\:pl-26\%:nth-child(odd) {
    padding-left: 26%;
  }

  .xl\:odd\:pt-30\%:nth-child(odd) {
    padding-top: 30%;
  }

  .xl\:odd\:pr-30\%:nth-child(odd) {
    padding-right: 30%;
  }

  .xl\:odd\:pb-30\%:nth-child(odd) {
    padding-bottom: 30%;
  }

  .xl\:odd\:pl-30\%:nth-child(odd) {
    padding-left: 30%;
  }

  .xl\:odd\:pt-40\%:nth-child(odd) {
    padding-top: 40%;
  }

  .xl\:odd\:pr-40\%:nth-child(odd) {
    padding-right: 40%;
  }

  .xl\:odd\:pb-40\%:nth-child(odd) {
    padding-bottom: 40%;
  }

  .xl\:odd\:pl-40\%:nth-child(odd) {
    padding-left: 40%;
  }

  .xl\:odd\:pt-50\%:nth-child(odd) {
    padding-top: 50%;
  }

  .xl\:odd\:pr-50\%:nth-child(odd) {
    padding-right: 50%;
  }

  .xl\:odd\:pb-50\%:nth-child(odd) {
    padding-bottom: 50%;
  }

  .xl\:odd\:pl-50\%:nth-child(odd) {
    padding-left: 50%;
  }

  .xl\:odd\:pt-60\%:nth-child(odd) {
    padding-top: 60%;
  }

  .xl\:odd\:pr-60\%:nth-child(odd) {
    padding-right: 60%;
  }

  .xl\:odd\:pb-60\%:nth-child(odd) {
    padding-bottom: 60%;
  }

  .xl\:odd\:pl-60\%:nth-child(odd) {
    padding-left: 60%;
  }

  .xl\:odd\:pt-70\%:nth-child(odd) {
    padding-top: 70%;
  }

  .xl\:odd\:pr-70\%:nth-child(odd) {
    padding-right: 70%;
  }

  .xl\:odd\:pb-70\%:nth-child(odd) {
    padding-bottom: 70%;
  }

  .xl\:odd\:pl-70\%:nth-child(odd) {
    padding-left: 70%;
  }

  .xl\:odd\:pt-80\%:nth-child(odd) {
    padding-top: 80%;
  }

  .xl\:odd\:pr-80\%:nth-child(odd) {
    padding-right: 80%;
  }

  .xl\:odd\:pb-80\%:nth-child(odd) {
    padding-bottom: 80%;
  }

  .xl\:odd\:pl-80\%:nth-child(odd) {
    padding-left: 80%;
  }

  .xl\:odd\:pt-90\%:nth-child(odd) {
    padding-top: 90%;
  }

  .xl\:odd\:pr-90\%:nth-child(odd) {
    padding-right: 90%;
  }

  .xl\:odd\:pb-90\%:nth-child(odd) {
    padding-bottom: 90%;
  }

  .xl\:odd\:pl-90\%:nth-child(odd) {
    padding-left: 90%;
  }

  .xl\:odd\:pt-95\%:nth-child(odd) {
    padding-top: 95%;
  }

  .xl\:odd\:pr-95\%:nth-child(odd) {
    padding-right: 95%;
  }

  .xl\:odd\:pb-95\%:nth-child(odd) {
    padding-bottom: 95%;
  }

  .xl\:odd\:pl-95\%:nth-child(odd) {
    padding-left: 95%;
  }

  .xl\:odd\:pt-96\%:nth-child(odd) {
    padding-top: 96%;
  }

  .xl\:odd\:pr-96\%:nth-child(odd) {
    padding-right: 96%;
  }

  .xl\:odd\:pb-96\%:nth-child(odd) {
    padding-bottom: 96%;
  }

  .xl\:odd\:pl-96\%:nth-child(odd) {
    padding-left: 96%;
  }

  .xl\:odd\:pt-97\%:nth-child(odd) {
    padding-top: 97%;
  }

  .xl\:odd\:pr-97\%:nth-child(odd) {
    padding-right: 97%;
  }

  .xl\:odd\:pb-97\%:nth-child(odd) {
    padding-bottom: 97%;
  }

  .xl\:odd\:pl-97\%:nth-child(odd) {
    padding-left: 97%;
  }

  .xl\:odd\:pt-98\%:nth-child(odd) {
    padding-top: 98%;
  }

  .xl\:odd\:pr-98\%:nth-child(odd) {
    padding-right: 98%;
  }

  .xl\:odd\:pb-98\%:nth-child(odd) {
    padding-bottom: 98%;
  }

  .xl\:odd\:pl-98\%:nth-child(odd) {
    padding-left: 98%;
  }

  .xl\:odd\:pt-99\%:nth-child(odd) {
    padding-top: 99%;
  }

  .xl\:odd\:pr-99\%:nth-child(odd) {
    padding-right: 99%;
  }

  .xl\:odd\:pb-99\%:nth-child(odd) {
    padding-bottom: 99%;
  }

  .xl\:odd\:pl-99\%:nth-child(odd) {
    padding-left: 99%;
  }

  .xl\:odd\:pt-36vh:nth-child(odd) {
    padding-top: 36vh;
  }

  .xl\:odd\:pr-36vh:nth-child(odd) {
    padding-right: 36vh;
  }

  .xl\:odd\:pb-36vh:nth-child(odd) {
    padding-bottom: 36vh;
  }

  .xl\:odd\:pl-36vh:nth-child(odd) {
    padding-left: 36vh;
  }

  .xl\:odd\:pt-75vh:nth-child(odd) {
    padding-top: 75vh;
  }

  .xl\:odd\:pr-75vh:nth-child(odd) {
    padding-right: 75vh;
  }

  .xl\:odd\:pb-75vh:nth-child(odd) {
    padding-bottom: 75vh;
  }

  .xl\:odd\:pl-75vh:nth-child(odd) {
    padding-left: 75vh;
  }

  .xl\:odd\:pt-78vh:nth-child(odd) {
    padding-top: 78vh;
  }

  .xl\:odd\:pr-78vh:nth-child(odd) {
    padding-right: 78vh;
  }

  .xl\:odd\:pb-78vh:nth-child(odd) {
    padding-bottom: 78vh;
  }

  .xl\:odd\:pl-78vh:nth-child(odd) {
    padding-left: 78vh;
  }

  .xl\:odd\:pt-80vh:nth-child(odd) {
    padding-top: 80vh;
  }

  .xl\:odd\:pr-80vh:nth-child(odd) {
    padding-right: 80vh;
  }

  .xl\:odd\:pb-80vh:nth-child(odd) {
    padding-bottom: 80vh;
  }

  .xl\:odd\:pl-80vh:nth-child(odd) {
    padding-left: 80vh;
  }

  .xl\:odd\:pt-82vh:nth-child(odd) {
    padding-top: 82vh;
  }

  .xl\:odd\:pr-82vh:nth-child(odd) {
    padding-right: 82vh;
  }

  .xl\:odd\:pb-82vh:nth-child(odd) {
    padding-bottom: 82vh;
  }

  .xl\:odd\:pl-82vh:nth-child(odd) {
    padding-left: 82vh;
  }

  .xl\:placeholder-epic-off-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-off-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-off-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-pale-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-pale-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-pale-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-dark-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-dark-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-dark-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-light-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-light-blue:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-light-blue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-purple:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-epic-purple::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor;
  }

  .xl\:placeholder-current:-ms-input-placeholder {
    color: currentColor;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-orange-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-yellow-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-teal-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-purple-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-off-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-off-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-off-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-pale-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-pale-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-pale-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-dark-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-dark-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-dark-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-light-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-light-blue:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-light-blue:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-purple:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-epic-purple:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-15 {
    top: 3.75rem;
    right: 3.75rem;
    bottom: 3.75rem;
    left: 3.75rem;
  }

  .xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .xl\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-30 {
    top: 7.5rem;
    right: 7.5rem;
    bottom: 7.5rem;
    left: 7.5rem;
  }

  .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-38 {
    top: 9.5rem;
    right: 9.5rem;
    bottom: 9.5rem;
    left: 9.5rem;
  }

  .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-53 {
    top: 13.25rem;
    right: 13.25rem;
    bottom: 13.25rem;
    left: 13.25rem;
  }

  .xl\:inset-54 {
    top: 13.5rem;
    right: 13.5rem;
    bottom: 13.5rem;
    left: 13.5rem;
  }

  .xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-74 {
    top: 18.5rem;
    right: 18.5rem;
    bottom: 18.5rem;
    left: 18.5rem;
  }

  .xl\:inset-76 {
    top: 19rem;
    right: 19rem;
    bottom: 19rem;
    left: 19rem;
  }

  .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-85 {
    top: 21.25rem;
    right: 21.25rem;
    bottom: 21.25rem;
    left: 21.25rem;
  }

  .xl\:inset-100 {
    top: 25rem;
    right: 25rem;
    bottom: 25rem;
    left: 25rem;
  }

  .xl\:inset-105 {
    top: 26.25rem;
    right: 26.25rem;
    bottom: 26.25rem;
    left: 26.25rem;
  }

  .xl\:inset-107 {
    top: 26.4rem;
    right: 26.4rem;
    bottom: 26.4rem;
    left: 26.4rem;
  }

  .xl\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .xl\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .xl\:inset-130 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-250px {
    top: 250px;
    right: 250px;
    bottom: 250px;
    left: 250px;
  }

  .xl\:inset-1\/2\% {
    top: 0.5%;
    right: 0.5%;
    bottom: 0.5%;
    left: 0.5%;
  }

  .xl\:inset-1\% {
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
  }

  .xl\:inset-2\% {
    top: 2%;
    right: 2%;
    bottom: 2%;
    left: 2%;
  }

  .xl\:inset-3\% {
    top: 3%;
    right: 3%;
    bottom: 3%;
    left: 3%;
  }

  .xl\:inset-4\% {
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
  }

  .xl\:inset-5\% {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }

  .xl\:inset-10\% {
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
  }

  .xl\:inset-20\% {
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
  }

  .xl\:inset-23\% {
    top: 23%;
    right: 23%;
    bottom: 23%;
    left: 23%;
  }

  .xl\:inset-25\% {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-26\% {
    top: 26%;
    right: 26%;
    bottom: 26%;
    left: 26%;
  }

  .xl\:inset-30\% {
    top: 30%;
    right: 30%;
    bottom: 30%;
    left: 30%;
  }

  .xl\:inset-40\% {
    top: 40%;
    right: 40%;
    bottom: 40%;
    left: 40%;
  }

  .xl\:inset-50\% {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-60\% {
    top: 60%;
    right: 60%;
    bottom: 60%;
    left: 60%;
  }

  .xl\:inset-70\% {
    top: 70%;
    right: 70%;
    bottom: 70%;
    left: 70%;
  }

  .xl\:inset-80\% {
    top: 80%;
    right: 80%;
    bottom: 80%;
    left: 80%;
  }

  .xl\:inset-90\% {
    top: 90%;
    right: 90%;
    bottom: 90%;
    left: 90%;
  }

  .xl\:inset-95\% {
    top: 95%;
    right: 95%;
    bottom: 95%;
    left: 95%;
  }

  .xl\:inset-96\% {
    top: 96%;
    right: 96%;
    bottom: 96%;
    left: 96%;
  }

  .xl\:inset-97\% {
    top: 97%;
    right: 97%;
    bottom: 97%;
    left: 97%;
  }

  .xl\:inset-98\% {
    top: 98%;
    right: 98%;
    bottom: 98%;
    left: 98%;
  }

  .xl\:inset-99\% {
    top: 99%;
    right: 99%;
    bottom: 99%;
    left: 99%;
  }

  .xl\:inset-36vh {
    top: 36vh;
    right: 36vh;
    bottom: 36vh;
    left: 36vh;
  }

  .xl\:inset-75vh {
    top: 75vh;
    right: 75vh;
    bottom: 75vh;
    left: 75vh;
  }

  .xl\:inset-78vh {
    top: 78vh;
    right: 78vh;
    bottom: 78vh;
    left: 78vh;
  }

  .xl\:inset-80vh {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .xl\:inset-82vh {
    top: 82vh;
    right: 82vh;
    bottom: 82vh;
    left: 82vh;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-x-1 {
    right: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-x-2 {
    right: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-x-3 {
    right: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-x-4 {
    right: 1rem;
    left: 1rem;
  }

  .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-x-5 {
    right: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-x-6 {
    right: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-x-7 {
    right: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-x-8 {
    right: 2rem;
    left: 2rem;
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-x-9 {
    right: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-x-10 {
    right: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-x-12 {
    right: 3rem;
    left: 3rem;
  }

  .xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-x-14 {
    right: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-y-15 {
    top: 3.75rem;
    bottom: 3.75rem;
  }

  .xl\:inset-x-15 {
    right: 3.75rem;
    left: 3.75rem;
  }

  .xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-x-16 {
    right: 4rem;
    left: 4rem;
  }

  .xl\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .xl\:inset-x-18 {
    right: 4.5rem;
    left: 4.5rem;
  }

  .xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-x-20 {
    right: 5rem;
    left: 5rem;
  }

  .xl\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .xl\:inset-x-21 {
    right: 5.25rem;
    left: 5.25rem;
  }

  .xl\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .xl\:inset-x-22 {
    right: 5.5rem;
    left: 5.5rem;
  }

  .xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-x-24 {
    right: 6rem;
    left: 6rem;
  }

  .xl\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xl\:inset-x-26 {
    right: 6.5rem;
    left: 6.5rem;
  }

  .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-x-28 {
    right: 7rem;
    left: 7rem;
  }

  .xl\:inset-y-30 {
    top: 7.5rem;
    bottom: 7.5rem;
  }

  .xl\:inset-x-30 {
    right: 7.5rem;
    left: 7.5rem;
  }

  .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-x-32 {
    right: 8rem;
    left: 8rem;
  }

  .xl\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xl\:inset-x-34 {
    right: 8.5rem;
    left: 8.5rem;
  }

  .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-x-36 {
    right: 9rem;
    left: 9rem;
  }

  .xl\:inset-y-38 {
    top: 9.5rem;
    bottom: 9.5rem;
  }

  .xl\:inset-x-38 {
    right: 9.5rem;
    left: 9.5rem;
  }

  .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-x-40 {
    right: 10rem;
    left: 10rem;
  }

  .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-x-44 {
    right: 11rem;
    left: 11rem;
  }

  .xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-x-48 {
    right: 12rem;
    left: 12rem;
  }

  .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-x-52 {
    right: 13rem;
    left: 13rem;
  }

  .xl\:inset-y-53 {
    top: 13.25rem;
    bottom: 13.25rem;
  }

  .xl\:inset-x-53 {
    right: 13.25rem;
    left: 13.25rem;
  }

  .xl\:inset-y-54 {
    top: 13.5rem;
    bottom: 13.5rem;
  }

  .xl\:inset-x-54 {
    right: 13.5rem;
    left: 13.5rem;
  }

  .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-x-56 {
    right: 14rem;
    left: 14rem;
  }

  .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-x-64 {
    right: 16rem;
    left: 16rem;
  }

  .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-x-72 {
    right: 18rem;
    left: 18rem;
  }

  .xl\:inset-y-74 {
    top: 18.5rem;
    bottom: 18.5rem;
  }

  .xl\:inset-x-74 {
    right: 18.5rem;
    left: 18.5rem;
  }

  .xl\:inset-y-76 {
    top: 19rem;
    bottom: 19rem;
  }

  .xl\:inset-x-76 {
    right: 19rem;
    left: 19rem;
  }

  .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-x-80 {
    right: 20rem;
    left: 20rem;
  }

  .xl\:inset-y-85 {
    top: 21.25rem;
    bottom: 21.25rem;
  }

  .xl\:inset-x-85 {
    right: 21.25rem;
    left: 21.25rem;
  }

  .xl\:inset-y-100 {
    top: 25rem;
    bottom: 25rem;
  }

  .xl\:inset-x-100 {
    right: 25rem;
    left: 25rem;
  }

  .xl\:inset-y-105 {
    top: 26.25rem;
    bottom: 26.25rem;
  }

  .xl\:inset-x-105 {
    right: 26.25rem;
    left: 26.25rem;
  }

  .xl\:inset-y-107 {
    top: 26.4rem;
    bottom: 26.4rem;
  }

  .xl\:inset-x-107 {
    right: 26.4rem;
    left: 26.4rem;
  }

  .xl\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .xl\:inset-x-110 {
    right: 27.5rem;
    left: 27.5rem;
  }

  .xl\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .xl\:inset-x-120 {
    right: 30rem;
    left: 30rem;
  }

  .xl\:inset-y-130 {
    top: 38rem;
    bottom: 38rem;
  }

  .xl\:inset-x-130 {
    right: 38rem;
    left: 38rem;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-x-px {
    right: 1px;
    left: 1px;
  }

  .xl\:inset-y-250px {
    top: 250px;
    bottom: 250px;
  }

  .xl\:inset-x-250px {
    right: 250px;
    left: 250px;
  }

  .xl\:inset-y-1\/2\% {
    top: 0.5%;
    bottom: 0.5%;
  }

  .xl\:inset-x-1\/2\% {
    right: 0.5%;
    left: 0.5%;
  }

  .xl\:inset-y-1\% {
    top: 1%;
    bottom: 1%;
  }

  .xl\:inset-x-1\% {
    right: 1%;
    left: 1%;
  }

  .xl\:inset-y-2\% {
    top: 2%;
    bottom: 2%;
  }

  .xl\:inset-x-2\% {
    right: 2%;
    left: 2%;
  }

  .xl\:inset-y-3\% {
    top: 3%;
    bottom: 3%;
  }

  .xl\:inset-x-3\% {
    right: 3%;
    left: 3%;
  }

  .xl\:inset-y-4\% {
    top: 4%;
    bottom: 4%;
  }

  .xl\:inset-x-4\% {
    right: 4%;
    left: 4%;
  }

  .xl\:inset-y-5\% {
    top: 5%;
    bottom: 5%;
  }

  .xl\:inset-x-5\% {
    right: 5%;
    left: 5%;
  }

  .xl\:inset-y-10\% {
    top: 10%;
    bottom: 10%;
  }

  .xl\:inset-x-10\% {
    right: 10%;
    left: 10%;
  }

  .xl\:inset-y-20\% {
    top: 20%;
    bottom: 20%;
  }

  .xl\:inset-x-20\% {
    right: 20%;
    left: 20%;
  }

  .xl\:inset-y-23\% {
    top: 23%;
    bottom: 23%;
  }

  .xl\:inset-x-23\% {
    right: 23%;
    left: 23%;
  }

  .xl\:inset-y-25\% {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-x-25\% {
    right: 25%;
    left: 25%;
  }

  .xl\:inset-y-26\% {
    top: 26%;
    bottom: 26%;
  }

  .xl\:inset-x-26\% {
    right: 26%;
    left: 26%;
  }

  .xl\:inset-y-30\% {
    top: 30%;
    bottom: 30%;
  }

  .xl\:inset-x-30\% {
    right: 30%;
    left: 30%;
  }

  .xl\:inset-y-40\% {
    top: 40%;
    bottom: 40%;
  }

  .xl\:inset-x-40\% {
    right: 40%;
    left: 40%;
  }

  .xl\:inset-y-50\% {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-x-50\% {
    right: 50%;
    left: 50%;
  }

  .xl\:inset-y-60\% {
    top: 60%;
    bottom: 60%;
  }

  .xl\:inset-x-60\% {
    right: 60%;
    left: 60%;
  }

  .xl\:inset-y-70\% {
    top: 70%;
    bottom: 70%;
  }

  .xl\:inset-x-70\% {
    right: 70%;
    left: 70%;
  }

  .xl\:inset-y-80\% {
    top: 80%;
    bottom: 80%;
  }

  .xl\:inset-x-80\% {
    right: 80%;
    left: 80%;
  }

  .xl\:inset-y-90\% {
    top: 90%;
    bottom: 90%;
  }

  .xl\:inset-x-90\% {
    right: 90%;
    left: 90%;
  }

  .xl\:inset-y-95\% {
    top: 95%;
    bottom: 95%;
  }

  .xl\:inset-x-95\% {
    right: 95%;
    left: 95%;
  }

  .xl\:inset-y-96\% {
    top: 96%;
    bottom: 96%;
  }

  .xl\:inset-x-96\% {
    right: 96%;
    left: 96%;
  }

  .xl\:inset-y-97\% {
    top: 97%;
    bottom: 97%;
  }

  .xl\:inset-x-97\% {
    right: 97%;
    left: 97%;
  }

  .xl\:inset-y-98\% {
    top: 98%;
    bottom: 98%;
  }

  .xl\:inset-x-98\% {
    right: 98%;
    left: 98%;
  }

  .xl\:inset-y-99\% {
    top: 99%;
    bottom: 99%;
  }

  .xl\:inset-x-99\% {
    right: 99%;
    left: 99%;
  }

  .xl\:inset-y-36vh {
    top: 36vh;
    bottom: 36vh;
  }

  .xl\:inset-x-36vh {
    right: 36vh;
    left: 36vh;
  }

  .xl\:inset-y-75vh {
    top: 75vh;
    bottom: 75vh;
  }

  .xl\:inset-x-75vh {
    right: 75vh;
    left: 75vh;
  }

  .xl\:inset-y-78vh {
    top: 78vh;
    bottom: 78vh;
  }

  .xl\:inset-x-78vh {
    right: 78vh;
    left: 78vh;
  }

  .xl\:inset-y-80vh {
    top: 80vh;
    bottom: 80vh;
  }

  .xl\:inset-x-80vh {
    right: 80vh;
    left: 80vh;
  }

  .xl\:inset-y-82vh {
    top: 82vh;
    bottom: 82vh;
  }

  .xl\:inset-x-82vh {
    right: 82vh;
    left: 82vh;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:right-1 {
    right: 0.25rem;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:right-2 {
    right: 0.5rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

  .xl\:right-3 {
    right: 0.75rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:left-3 {
    left: 0.75rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:left-7 {
    left: 1.75rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:right-9 {
    right: 2.25rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:right-10 {
    right: 2.5rem;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:right-14 {
    right: 3.5rem;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .xl\:left-14 {
    left: 3.5rem;
  }

  .xl\:top-15 {
    top: 3.75rem;
  }

  .xl\:right-15 {
    right: 3.75rem;
  }

  .xl\:bottom-15 {
    bottom: 3.75rem;
  }

  .xl\:left-15 {
    left: 3.75rem;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:right-16 {
    right: 4rem;
  }

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:left-16 {
    left: 4rem;
  }

  .xl\:top-18 {
    top: 4.5rem;
  }

  .xl\:right-18 {
    right: 4.5rem;
  }

  .xl\:bottom-18 {
    bottom: 4.5rem;
  }

  .xl\:left-18 {
    left: 4.5rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:right-20 {
    right: 5rem;
  }

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:top-21 {
    top: 5.25rem;
  }

  .xl\:right-21 {
    right: 5.25rem;
  }

  .xl\:bottom-21 {
    bottom: 5.25rem;
  }

  .xl\:left-21 {
    left: 5.25rem;
  }

  .xl\:top-22 {
    top: 5.5rem;
  }

  .xl\:right-22 {
    right: 5.5rem;
  }

  .xl\:bottom-22 {
    bottom: 5.5rem;
  }

  .xl\:left-22 {
    left: 5.5rem;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:right-24 {
    right: 6rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:left-24 {
    left: 6rem;
  }

  .xl\:top-26 {
    top: 6.5rem;
  }

  .xl\:right-26 {
    right: 6.5rem;
  }

  .xl\:bottom-26 {
    bottom: 6.5rem;
  }

  .xl\:left-26 {
    left: 6.5rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:left-28 {
    left: 7rem;
  }

  .xl\:top-30 {
    top: 7.5rem;
  }

  .xl\:right-30 {
    right: 7.5rem;
  }

  .xl\:bottom-30 {
    bottom: 7.5rem;
  }

  .xl\:left-30 {
    left: 7.5rem;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:bottom-32 {
    bottom: 8rem;
  }

  .xl\:left-32 {
    left: 8rem;
  }

  .xl\:top-34 {
    top: 8.5rem;
  }

  .xl\:right-34 {
    right: 8.5rem;
  }

  .xl\:bottom-34 {
    bottom: 8.5rem;
  }

  .xl\:left-34 {
    left: 8.5rem;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:right-36 {
    right: 9rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:left-36 {
    left: 9rem;
  }

  .xl\:top-38 {
    top: 9.5rem;
  }

  .xl\:right-38 {
    right: 9.5rem;
  }

  .xl\:bottom-38 {
    bottom: 9.5rem;
  }

  .xl\:left-38 {
    left: 9.5rem;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:right-44 {
    right: 11rem;
  }

  .xl\:bottom-44 {
    bottom: 11rem;
  }

  .xl\:left-44 {
    left: 11rem;
  }

  .xl\:top-48 {
    top: 12rem;
  }

  .xl\:right-48 {
    right: 12rem;
  }

  .xl\:bottom-48 {
    bottom: 12rem;
  }

  .xl\:left-48 {
    left: 12rem;
  }

  .xl\:top-52 {
    top: 13rem;
  }

  .xl\:right-52 {
    right: 13rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:top-53 {
    top: 13.25rem;
  }

  .xl\:right-53 {
    right: 13.25rem;
  }

  .xl\:bottom-53 {
    bottom: 13.25rem;
  }

  .xl\:left-53 {
    left: 13.25rem;
  }

  .xl\:top-54 {
    top: 13.5rem;
  }

  .xl\:right-54 {
    right: 13.5rem;
  }

  .xl\:bottom-54 {
    bottom: 13.5rem;
  }

  .xl\:left-54 {
    left: 13.5rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:right-56 {
    right: 14rem;
  }

  .xl\:bottom-56 {
    bottom: 14rem;
  }

  .xl\:left-56 {
    left: 14rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:right-64 {
    right: 16rem;
  }

  .xl\:bottom-64 {
    bottom: 16rem;
  }

  .xl\:left-64 {
    left: 16rem;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:right-72 {
    right: 18rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:left-72 {
    left: 18rem;
  }

  .xl\:top-74 {
    top: 18.5rem;
  }

  .xl\:right-74 {
    right: 18.5rem;
  }

  .xl\:bottom-74 {
    bottom: 18.5rem;
  }

  .xl\:left-74 {
    left: 18.5rem;
  }

  .xl\:top-76 {
    top: 19rem;
  }

  .xl\:right-76 {
    right: 19rem;
  }

  .xl\:bottom-76 {
    bottom: 19rem;
  }

  .xl\:left-76 {
    left: 19rem;
  }

  .xl\:top-80 {
    top: 20rem;
  }

  .xl\:right-80 {
    right: 20rem;
  }

  .xl\:bottom-80 {
    bottom: 20rem;
  }

  .xl\:left-80 {
    left: 20rem;
  }

  .xl\:top-85 {
    top: 21.25rem;
  }

  .xl\:right-85 {
    right: 21.25rem;
  }

  .xl\:bottom-85 {
    bottom: 21.25rem;
  }

  .xl\:left-85 {
    left: 21.25rem;
  }

  .xl\:top-100 {
    top: 25rem;
  }

  .xl\:right-100 {
    right: 25rem;
  }

  .xl\:bottom-100 {
    bottom: 25rem;
  }

  .xl\:left-100 {
    left: 25rem;
  }

  .xl\:top-105 {
    top: 26.25rem;
  }

  .xl\:right-105 {
    right: 26.25rem;
  }

  .xl\:bottom-105 {
    bottom: 26.25rem;
  }

  .xl\:left-105 {
    left: 26.25rem;
  }

  .xl\:top-107 {
    top: 26.4rem;
  }

  .xl\:right-107 {
    right: 26.4rem;
  }

  .xl\:bottom-107 {
    bottom: 26.4rem;
  }

  .xl\:left-107 {
    left: 26.4rem;
  }

  .xl\:top-110 {
    top: 27.5rem;
  }

  .xl\:right-110 {
    right: 27.5rem;
  }

  .xl\:bottom-110 {
    bottom: 27.5rem;
  }

  .xl\:left-110 {
    left: 27.5rem;
  }

  .xl\:top-120 {
    top: 30rem;
  }

  .xl\:right-120 {
    right: 30rem;
  }

  .xl\:bottom-120 {
    bottom: 30rem;
  }

  .xl\:left-120 {
    left: 30rem;
  }

  .xl\:top-130 {
    top: 38rem;
  }

  .xl\:right-130 {
    right: 38rem;
  }

  .xl\:bottom-130 {
    bottom: 38rem;
  }

  .xl\:left-130 {
    left: 38rem;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:top-px {
    top: 1px;
  }

  .xl\:right-px {
    right: 1px;
  }

  .xl\:bottom-px {
    bottom: 1px;
  }

  .xl\:left-px {
    left: 1px;
  }

  .xl\:top-250px {
    top: 250px;
  }

  .xl\:right-250px {
    right: 250px;
  }

  .xl\:bottom-250px {
    bottom: 250px;
  }

  .xl\:left-250px {
    left: 250px;
  }

  .xl\:top-1\/2\% {
    top: 0.5%;
  }

  .xl\:right-1\/2\% {
    right: 0.5%;
  }

  .xl\:bottom-1\/2\% {
    bottom: 0.5%;
  }

  .xl\:left-1\/2\% {
    left: 0.5%;
  }

  .xl\:top-1\% {
    top: 1%;
  }

  .xl\:right-1\% {
    right: 1%;
  }

  .xl\:bottom-1\% {
    bottom: 1%;
  }

  .xl\:left-1\% {
    left: 1%;
  }

  .xl\:top-2\% {
    top: 2%;
  }

  .xl\:right-2\% {
    right: 2%;
  }

  .xl\:bottom-2\% {
    bottom: 2%;
  }

  .xl\:left-2\% {
    left: 2%;
  }

  .xl\:top-3\% {
    top: 3%;
  }

  .xl\:right-3\% {
    right: 3%;
  }

  .xl\:bottom-3\% {
    bottom: 3%;
  }

  .xl\:left-3\% {
    left: 3%;
  }

  .xl\:top-4\% {
    top: 4%;
  }

  .xl\:right-4\% {
    right: 4%;
  }

  .xl\:bottom-4\% {
    bottom: 4%;
  }

  .xl\:left-4\% {
    left: 4%;
  }

  .xl\:top-5\% {
    top: 5%;
  }

  .xl\:right-5\% {
    right: 5%;
  }

  .xl\:bottom-5\% {
    bottom: 5%;
  }

  .xl\:left-5\% {
    left: 5%;
  }

  .xl\:top-10\% {
    top: 10%;
  }

  .xl\:right-10\% {
    right: 10%;
  }

  .xl\:bottom-10\% {
    bottom: 10%;
  }

  .xl\:left-10\% {
    left: 10%;
  }

  .xl\:top-20\% {
    top: 20%;
  }

  .xl\:right-20\% {
    right: 20%;
  }

  .xl\:bottom-20\% {
    bottom: 20%;
  }

  .xl\:left-20\% {
    left: 20%;
  }

  .xl\:top-23\% {
    top: 23%;
  }

  .xl\:right-23\% {
    right: 23%;
  }

  .xl\:bottom-23\% {
    bottom: 23%;
  }

  .xl\:left-23\% {
    left: 23%;
  }

  .xl\:top-25\% {
    top: 25%;
  }

  .xl\:right-25\% {
    right: 25%;
  }

  .xl\:bottom-25\% {
    bottom: 25%;
  }

  .xl\:left-25\% {
    left: 25%;
  }

  .xl\:top-26\% {
    top: 26%;
  }

  .xl\:right-26\% {
    right: 26%;
  }

  .xl\:bottom-26\% {
    bottom: 26%;
  }

  .xl\:left-26\% {
    left: 26%;
  }

  .xl\:top-30\% {
    top: 30%;
  }

  .xl\:right-30\% {
    right: 30%;
  }

  .xl\:bottom-30\% {
    bottom: 30%;
  }

  .xl\:left-30\% {
    left: 30%;
  }

  .xl\:top-40\% {
    top: 40%;
  }

  .xl\:right-40\% {
    right: 40%;
  }

  .xl\:bottom-40\% {
    bottom: 40%;
  }

  .xl\:left-40\% {
    left: 40%;
  }

  .xl\:top-50\% {
    top: 50%;
  }

  .xl\:right-50\% {
    right: 50%;
  }

  .xl\:bottom-50\% {
    bottom: 50%;
  }

  .xl\:left-50\% {
    left: 50%;
  }

  .xl\:top-60\% {
    top: 60%;
  }

  .xl\:right-60\% {
    right: 60%;
  }

  .xl\:bottom-60\% {
    bottom: 60%;
  }

  .xl\:left-60\% {
    left: 60%;
  }

  .xl\:top-70\% {
    top: 70%;
  }

  .xl\:right-70\% {
    right: 70%;
  }

  .xl\:bottom-70\% {
    bottom: 70%;
  }

  .xl\:left-70\% {
    left: 70%;
  }

  .xl\:top-80\% {
    top: 80%;
  }

  .xl\:right-80\% {
    right: 80%;
  }

  .xl\:bottom-80\% {
    bottom: 80%;
  }

  .xl\:left-80\% {
    left: 80%;
  }

  .xl\:top-90\% {
    top: 90%;
  }

  .xl\:right-90\% {
    right: 90%;
  }

  .xl\:bottom-90\% {
    bottom: 90%;
  }

  .xl\:left-90\% {
    left: 90%;
  }

  .xl\:top-95\% {
    top: 95%;
  }

  .xl\:right-95\% {
    right: 95%;
  }

  .xl\:bottom-95\% {
    bottom: 95%;
  }

  .xl\:left-95\% {
    left: 95%;
  }

  .xl\:top-96\% {
    top: 96%;
  }

  .xl\:right-96\% {
    right: 96%;
  }

  .xl\:bottom-96\% {
    bottom: 96%;
  }

  .xl\:left-96\% {
    left: 96%;
  }

  .xl\:top-97\% {
    top: 97%;
  }

  .xl\:right-97\% {
    right: 97%;
  }

  .xl\:bottom-97\% {
    bottom: 97%;
  }

  .xl\:left-97\% {
    left: 97%;
  }

  .xl\:top-98\% {
    top: 98%;
  }

  .xl\:right-98\% {
    right: 98%;
  }

  .xl\:bottom-98\% {
    bottom: 98%;
  }

  .xl\:left-98\% {
    left: 98%;
  }

  .xl\:top-99\% {
    top: 99%;
  }

  .xl\:right-99\% {
    right: 99%;
  }

  .xl\:bottom-99\% {
    bottom: 99%;
  }

  .xl\:left-99\% {
    left: 99%;
  }

  .xl\:top-36vh {
    top: 36vh;
  }

  .xl\:right-36vh {
    right: 36vh;
  }

  .xl\:bottom-36vh {
    bottom: 36vh;
  }

  .xl\:left-36vh {
    left: 36vh;
  }

  .xl\:top-75vh {
    top: 75vh;
  }

  .xl\:right-75vh {
    right: 75vh;
  }

  .xl\:bottom-75vh {
    bottom: 75vh;
  }

  .xl\:left-75vh {
    left: 75vh;
  }

  .xl\:top-78vh {
    top: 78vh;
  }

  .xl\:right-78vh {
    right: 78vh;
  }

  .xl\:bottom-78vh {
    bottom: 78vh;
  }

  .xl\:left-78vh {
    left: 78vh;
  }

  .xl\:top-80vh {
    top: 80vh;
  }

  .xl\:right-80vh {
    right: 80vh;
  }

  .xl\:bottom-80vh {
    bottom: 80vh;
  }

  .xl\:left-80vh {
    left: 80vh;
  }

  .xl\:top-82vh {
    top: 82vh;
  }

  .xl\:right-82vh {
    right: 82vh;
  }

  .xl\:bottom-82vh {
    bottom: 82vh;
  }

  .xl\:left-82vh {
    left: 82vh;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xl\:ring-offset-epic-off-white {
    --tw-ring-offset-color: #C5E7FF;
  }

  .xl\:ring-offset-epic-pale-blue {
    --tw-ring-offset-color: #B1DEFF;
  }

  .xl\:ring-offset-epic-dark-blue {
    --tw-ring-offset-color: #193B54;
  }

  .xl\:ring-offset-epic-light-blue {
    --tw-ring-offset-color: #00bff3;
  }

  .xl\:ring-offset-epic-purple {
    --tw-ring-offset-color: #7570b3;
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f8f8f8;
  }

  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #f2f2f2;
  }

  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #e8e8e8;
  }

  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #d6d6d6;
  }

  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #b9b9b9;
  }

  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #858585;
  }

  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #676767;
  }

  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #3b3b3b;
  }

  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #333333;
  }

  .xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #ffb6b6;
  }

  .xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #ff7a7a;
  }

  .xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #ff6060;
  }

  .xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #ff4747;
  }

  .xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ff2d2d;
  }

  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #ff1414;
  }

  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #f90000;
  }

  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #e00000;
  }

  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #ca0000;
  }

  .xl\:ring-offset-orange-100 {
    --tw-ring-offset-color: #ffeac7;
  }

  .xl\:ring-offset-orange-200 {
    --tw-ring-offset-color: #ffce7a;
  }

  .xl\:ring-offset-orange-300 {
    --tw-ring-offset-color: #ffc560;
  }

  .xl\:ring-offset-orange-400 {
    --tw-ring-offset-color: #ffbb47;
  }

  .xl\:ring-offset-orange-500 {
    --tw-ring-offset-color: #FFB22D;
  }

  .xl\:ring-offset-orange-600 {
    --tw-ring-offset-color: #ffa914;
  }

  .xl\:ring-offset-orange-700 {
    --tw-ring-offset-color: #f99e00;
  }

  .xl\:ring-offset-orange-800 {
    --tw-ring-offset-color: #e08e00;
  }

  .xl\:ring-offset-orange-900 {
    --tw-ring-offset-color: #945e00;
  }

  .xl\:ring-offset-yellow-100 {
    --tw-ring-offset-color: #fffff0;
  }

  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fefcbf;
  }

  .xl\:ring-offset-yellow-300 {
    --tw-ring-offset-color: #faf089;
  }

  .xl\:ring-offset-yellow-400 {
    --tw-ring-offset-color: #f6e05e;
  }

  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #ecc94b;
  }

  .xl\:ring-offset-yellow-600 {
    --tw-ring-offset-color: #d69e2e;
  }

  .xl\:ring-offset-yellow-700 {
    --tw-ring-offset-color: #b7791f;
  }

  .xl\:ring-offset-yellow-800 {
    --tw-ring-offset-color: #975a16;
  }

  .xl\:ring-offset-yellow-900 {
    --tw-ring-offset-color: #744210;
  }

  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d0ff57;
  }

  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #bbff0a;
  }

  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #adef00;
  }

  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #9ad600;
  }

  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #88BC00;
  }

  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #76a300;
  }

  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #638900;
  }

  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #517000;
  }

  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #1a2400;
  }

  .xl\:ring-offset-teal-100 {
    --tw-ring-offset-color: #e6fffa;
  }

  .xl\:ring-offset-teal-200 {
    --tw-ring-offset-color: #b2f5ea;
  }

  .xl\:ring-offset-teal-300 {
    --tw-ring-offset-color: #81e6d9;
  }

  .xl\:ring-offset-teal-400 {
    --tw-ring-offset-color: #4fd1c5;
  }

  .xl\:ring-offset-teal-500 {
    --tw-ring-offset-color: #38b2ac;
  }

  .xl\:ring-offset-teal-600 {
    --tw-ring-offset-color: #319795;
  }

  .xl\:ring-offset-teal-700 {
    --tw-ring-offset-color: #2c7a7b;
  }

  .xl\:ring-offset-teal-800 {
    --tw-ring-offset-color: #285e61;
  }

  .xl\:ring-offset-teal-900 {
    --tw-ring-offset-color: #234e52;
  }

  .xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #d1eafd;
  }

  .xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #88caf9;
  }

  .xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #6fbff8;
  }

  .xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #57b4f6;
  }

  .xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3fa9f5;
  }

  .xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #279ef4;
  }

  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #0f93f2;
  }

  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #0b85dc;
  }

  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #075993;
  }

  .xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #ebf4ff;
  }

  .xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c3dafe;
  }

  .xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a3bffa;
  }

  .xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #7f9cf5;
  }

  .xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #667eea;
  }

  .xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #5a67d8;
  }

  .xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4c51bf;
  }

  .xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #434190;
  }

  .xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #3c366b;
  }

  .xl\:ring-offset-purple-100 {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:ring-offset-purple-200 {
    --tw-ring-offset-color: #e9d8fd;
  }

  .xl\:ring-offset-purple-300 {
    --tw-ring-offset-color: #d6bcfa;
  }

  .xl\:ring-offset-purple-400 {
    --tw-ring-offset-color: #b794f4;
  }

  .xl\:ring-offset-purple-500 {
    --tw-ring-offset-color: #9f7aea;
  }

  .xl\:ring-offset-purple-600 {
    --tw-ring-offset-color: #805ad5;
  }

  .xl\:ring-offset-purple-700 {
    --tw-ring-offset-color: #6b46c1;
  }

  .xl\:ring-offset-purple-800 {
    --tw-ring-offset-color: #553c9a;
  }

  .xl\:ring-offset-purple-900 {
    --tw-ring-offset-color: #44337a;
  }

  .xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fff5f7;
  }

  .xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fed7e2;
  }

  .xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #fbb6ce;
  }

  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f687b3;
  }

  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ed64a6;
  }

  .xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #d53f8c;
  }

  .xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #b83280;
  }

  .xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #97266d;
  }

  .xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #702459;
  }

  .xl\:focus-within\:ring-offset-epic-off-white:focus-within {
    --tw-ring-offset-color: #C5E7FF;
  }

  .xl\:focus-within\:ring-offset-epic-pale-blue:focus-within {
    --tw-ring-offset-color: #B1DEFF;
  }

  .xl\:focus-within\:ring-offset-epic-dark-blue:focus-within {
    --tw-ring-offset-color: #193B54;
  }

  .xl\:focus-within\:ring-offset-epic-light-blue:focus-within {
    --tw-ring-offset-color: #00bff3;
  }

  .xl\:focus-within\:ring-offset-epic-purple:focus-within {
    --tw-ring-offset-color: #7570b3;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f8f8f8;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #f2f2f2;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #e8e8e8;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #d6d6d6;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #b9b9b9;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #858585;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #676767;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #3b3b3b;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #333333;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #ffb6b6;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #ff7a7a;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #ff6060;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #ff4747;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ff2d2d;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #ff1414;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #f90000;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #e00000;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #ca0000;
  }

  .xl\:focus-within\:ring-offset-orange-100:focus-within {
    --tw-ring-offset-color: #ffeac7;
  }

  .xl\:focus-within\:ring-offset-orange-200:focus-within {
    --tw-ring-offset-color: #ffce7a;
  }

  .xl\:focus-within\:ring-offset-orange-300:focus-within {
    --tw-ring-offset-color: #ffc560;
  }

  .xl\:focus-within\:ring-offset-orange-400:focus-within {
    --tw-ring-offset-color: #ffbb47;
  }

  .xl\:focus-within\:ring-offset-orange-500:focus-within {
    --tw-ring-offset-color: #FFB22D;
  }

  .xl\:focus-within\:ring-offset-orange-600:focus-within {
    --tw-ring-offset-color: #ffa914;
  }

  .xl\:focus-within\:ring-offset-orange-700:focus-within {
    --tw-ring-offset-color: #f99e00;
  }

  .xl\:focus-within\:ring-offset-orange-800:focus-within {
    --tw-ring-offset-color: #e08e00;
  }

  .xl\:focus-within\:ring-offset-orange-900:focus-within {
    --tw-ring-offset-color: #945e00;
  }

  .xl\:focus-within\:ring-offset-yellow-100:focus-within {
    --tw-ring-offset-color: #fffff0;
  }

  .xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fefcbf;
  }

  .xl\:focus-within\:ring-offset-yellow-300:focus-within {
    --tw-ring-offset-color: #faf089;
  }

  .xl\:focus-within\:ring-offset-yellow-400:focus-within {
    --tw-ring-offset-color: #f6e05e;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #ecc94b;
  }

  .xl\:focus-within\:ring-offset-yellow-600:focus-within {
    --tw-ring-offset-color: #d69e2e;
  }

  .xl\:focus-within\:ring-offset-yellow-700:focus-within {
    --tw-ring-offset-color: #b7791f;
  }

  .xl\:focus-within\:ring-offset-yellow-800:focus-within {
    --tw-ring-offset-color: #975a16;
  }

  .xl\:focus-within\:ring-offset-yellow-900:focus-within {
    --tw-ring-offset-color: #744210;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d0ff57;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #bbff0a;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #adef00;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #9ad600;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #88BC00;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #76a300;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #638900;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #517000;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #1a2400;
  }

  .xl\:focus-within\:ring-offset-teal-100:focus-within {
    --tw-ring-offset-color: #e6fffa;
  }

  .xl\:focus-within\:ring-offset-teal-200:focus-within {
    --tw-ring-offset-color: #b2f5ea;
  }

  .xl\:focus-within\:ring-offset-teal-300:focus-within {
    --tw-ring-offset-color: #81e6d9;
  }

  .xl\:focus-within\:ring-offset-teal-400:focus-within {
    --tw-ring-offset-color: #4fd1c5;
  }

  .xl\:focus-within\:ring-offset-teal-500:focus-within {
    --tw-ring-offset-color: #38b2ac;
  }

  .xl\:focus-within\:ring-offset-teal-600:focus-within {
    --tw-ring-offset-color: #319795;
  }

  .xl\:focus-within\:ring-offset-teal-700:focus-within {
    --tw-ring-offset-color: #2c7a7b;
  }

  .xl\:focus-within\:ring-offset-teal-800:focus-within {
    --tw-ring-offset-color: #285e61;
  }

  .xl\:focus-within\:ring-offset-teal-900:focus-within {
    --tw-ring-offset-color: #234e52;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #d1eafd;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #88caf9;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #6fbff8;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #57b4f6;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3fa9f5;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #279ef4;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #0f93f2;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #0b85dc;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #075993;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #ebf4ff;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c3dafe;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a3bffa;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #7f9cf5;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #667eea;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #5a67d8;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4c51bf;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #434190;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #3c366b;
  }

  .xl\:focus-within\:ring-offset-purple-100:focus-within {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:focus-within\:ring-offset-purple-200:focus-within {
    --tw-ring-offset-color: #e9d8fd;
  }

  .xl\:focus-within\:ring-offset-purple-300:focus-within {
    --tw-ring-offset-color: #d6bcfa;
  }

  .xl\:focus-within\:ring-offset-purple-400:focus-within {
    --tw-ring-offset-color: #b794f4;
  }

  .xl\:focus-within\:ring-offset-purple-500:focus-within {
    --tw-ring-offset-color: #9f7aea;
  }

  .xl\:focus-within\:ring-offset-purple-600:focus-within {
    --tw-ring-offset-color: #805ad5;
  }

  .xl\:focus-within\:ring-offset-purple-700:focus-within {
    --tw-ring-offset-color: #6b46c1;
  }

  .xl\:focus-within\:ring-offset-purple-800:focus-within {
    --tw-ring-offset-color: #553c9a;
  }

  .xl\:focus-within\:ring-offset-purple-900:focus-within {
    --tw-ring-offset-color: #44337a;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fff5f7;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fed7e2;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #fbb6ce;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f687b3;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ed64a6;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #d53f8c;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #b83280;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #97266d;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #702459;
  }

  .xl\:focus\:ring-offset-epic-off-white:focus {
    --tw-ring-offset-color: #C5E7FF;
  }

  .xl\:focus\:ring-offset-epic-pale-blue:focus {
    --tw-ring-offset-color: #B1DEFF;
  }

  .xl\:focus\:ring-offset-epic-dark-blue:focus {
    --tw-ring-offset-color: #193B54;
  }

  .xl\:focus\:ring-offset-epic-light-blue:focus {
    --tw-ring-offset-color: #00bff3;
  }

  .xl\:focus\:ring-offset-epic-purple:focus {
    --tw-ring-offset-color: #7570b3;
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f8f8f8;
  }

  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #f2f2f2;
  }

  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #e8e8e8;
  }

  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #d6d6d6;
  }

  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #b9b9b9;
  }

  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #858585;
  }

  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #676767;
  }

  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #3b3b3b;
  }

  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #333333;
  }

  .xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #ffb6b6;
  }

  .xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #ff7a7a;
  }

  .xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #ff6060;
  }

  .xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #ff4747;
  }

  .xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ff2d2d;
  }

  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #ff1414;
  }

  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #f90000;
  }

  .xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #e00000;
  }

  .xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #ca0000;
  }

  .xl\:focus\:ring-offset-orange-100:focus {
    --tw-ring-offset-color: #ffeac7;
  }

  .xl\:focus\:ring-offset-orange-200:focus {
    --tw-ring-offset-color: #ffce7a;
  }

  .xl\:focus\:ring-offset-orange-300:focus {
    --tw-ring-offset-color: #ffc560;
  }

  .xl\:focus\:ring-offset-orange-400:focus {
    --tw-ring-offset-color: #ffbb47;
  }

  .xl\:focus\:ring-offset-orange-500:focus {
    --tw-ring-offset-color: #FFB22D;
  }

  .xl\:focus\:ring-offset-orange-600:focus {
    --tw-ring-offset-color: #ffa914;
  }

  .xl\:focus\:ring-offset-orange-700:focus {
    --tw-ring-offset-color: #f99e00;
  }

  .xl\:focus\:ring-offset-orange-800:focus {
    --tw-ring-offset-color: #e08e00;
  }

  .xl\:focus\:ring-offset-orange-900:focus {
    --tw-ring-offset-color: #945e00;
  }

  .xl\:focus\:ring-offset-yellow-100:focus {
    --tw-ring-offset-color: #fffff0;
  }

  .xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fefcbf;
  }

  .xl\:focus\:ring-offset-yellow-300:focus {
    --tw-ring-offset-color: #faf089;
  }

  .xl\:focus\:ring-offset-yellow-400:focus {
    --tw-ring-offset-color: #f6e05e;
  }

  .xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #ecc94b;
  }

  .xl\:focus\:ring-offset-yellow-600:focus {
    --tw-ring-offset-color: #d69e2e;
  }

  .xl\:focus\:ring-offset-yellow-700:focus {
    --tw-ring-offset-color: #b7791f;
  }

  .xl\:focus\:ring-offset-yellow-800:focus {
    --tw-ring-offset-color: #975a16;
  }

  .xl\:focus\:ring-offset-yellow-900:focus {
    --tw-ring-offset-color: #744210;
  }

  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d0ff57;
  }

  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #bbff0a;
  }

  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #adef00;
  }

  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #9ad600;
  }

  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #88BC00;
  }

  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #76a300;
  }

  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #638900;
  }

  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #517000;
  }

  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #1a2400;
  }

  .xl\:focus\:ring-offset-teal-100:focus {
    --tw-ring-offset-color: #e6fffa;
  }

  .xl\:focus\:ring-offset-teal-200:focus {
    --tw-ring-offset-color: #b2f5ea;
  }

  .xl\:focus\:ring-offset-teal-300:focus {
    --tw-ring-offset-color: #81e6d9;
  }

  .xl\:focus\:ring-offset-teal-400:focus {
    --tw-ring-offset-color: #4fd1c5;
  }

  .xl\:focus\:ring-offset-teal-500:focus {
    --tw-ring-offset-color: #38b2ac;
  }

  .xl\:focus\:ring-offset-teal-600:focus {
    --tw-ring-offset-color: #319795;
  }

  .xl\:focus\:ring-offset-teal-700:focus {
    --tw-ring-offset-color: #2c7a7b;
  }

  .xl\:focus\:ring-offset-teal-800:focus {
    --tw-ring-offset-color: #285e61;
  }

  .xl\:focus\:ring-offset-teal-900:focus {
    --tw-ring-offset-color: #234e52;
  }

  .xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #d1eafd;
  }

  .xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #88caf9;
  }

  .xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #6fbff8;
  }

  .xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #57b4f6;
  }

  .xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3fa9f5;
  }

  .xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #279ef4;
  }

  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #0f93f2;
  }

  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #0b85dc;
  }

  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #075993;
  }

  .xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #ebf4ff;
  }

  .xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c3dafe;
  }

  .xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a3bffa;
  }

  .xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #7f9cf5;
  }

  .xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #667eea;
  }

  .xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #5a67d8;
  }

  .xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4c51bf;
  }

  .xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #434190;
  }

  .xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #3c366b;
  }

  .xl\:focus\:ring-offset-purple-100:focus {
    --tw-ring-offset-color: #faf5ff;
  }

  .xl\:focus\:ring-offset-purple-200:focus {
    --tw-ring-offset-color: #e9d8fd;
  }

  .xl\:focus\:ring-offset-purple-300:focus {
    --tw-ring-offset-color: #d6bcfa;
  }

  .xl\:focus\:ring-offset-purple-400:focus {
    --tw-ring-offset-color: #b794f4;
  }

  .xl\:focus\:ring-offset-purple-500:focus {
    --tw-ring-offset-color: #9f7aea;
  }

  .xl\:focus\:ring-offset-purple-600:focus {
    --tw-ring-offset-color: #805ad5;
  }

  .xl\:focus\:ring-offset-purple-700:focus {
    --tw-ring-offset-color: #6b46c1;
  }

  .xl\:focus\:ring-offset-purple-800:focus {
    --tw-ring-offset-color: #553c9a;
  }

  .xl\:focus\:ring-offset-purple-900:focus {
    --tw-ring-offset-color: #44337a;
  }

  .xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fff5f7;
  }

  .xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fed7e2;
  }

  .xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #fbb6ce;
  }

  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f687b3;
  }

  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ed64a6;
  }

  .xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #d53f8c;
  }

  .xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #b83280;
  }

  .xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #97266d;
  }

  .xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #702459;
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-epic-off-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-epic-pale-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-epic-dark-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .xl\:ring-epic-light-blue {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-epic-purple {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xl\:ring-current {
    --tw-ring-color: currentColor;
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .xl\:ring-red-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .xl\:ring-red-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .xl\:ring-red-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .xl\:ring-red-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .xl\:ring-red-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .xl\:ring-red-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .xl\:ring-red-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-red-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-red-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-orange-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .xl\:ring-yellow-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .xl\:ring-green-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .xl\:ring-green-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .xl\:ring-green-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-green-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-green-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-green-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-green-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-green-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-green-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .xl\:ring-teal-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .xl\:ring-blue-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .xl\:ring-indigo-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .xl\:ring-purple-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .xl\:ring-pink-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-epic-off-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-epic-pale-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-epic-dark-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-epic-light-blue:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-epic-purple:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor;
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-orange-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-yellow-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-teal-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-purple-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-epic-off-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(197, 231, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-epic-pale-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(177, 222, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-epic-dark-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 59, 84, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-epic-light-blue:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 191, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-epic-purple:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(117, 112, 179, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor;
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(242, 242, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 214, 214, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(185, 185, 185, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(133, 133, 133, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(103, 103, 103, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(59, 59, 59, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 182, 182, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 122, 122, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 96, 96, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 71, 71, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 45, 45, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 20, 20, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(202, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 234, 199, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 206, 122, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 197, 96, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 187, 71, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 178, 45, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 169, 20, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 158, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(224, 142, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-orange-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(148, 94, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 240, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 252, 191, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 240, 137, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 224, 94, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(236, 201, 75, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 158, 46, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 121, 31, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 90, 22, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-yellow-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(116, 66, 16, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(208, 255, 87, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 255, 10, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(173, 239, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(154, 214, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 188, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(118, 163, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(99, 137, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(81, 112, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(26, 36, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 255, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(178, 245, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(129, 230, 217, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(79, 209, 197, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(56, 178, 172, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(49, 151, 149, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(44, 122, 123, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(40, 94, 97, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-teal-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(35, 78, 82, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(209, 234, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 202, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(111, 191, 248, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(87, 180, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(63, 169, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(39, 158, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(15, 147, 242, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 133, 220, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(7, 89, 147, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 244, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(195, 218, 254, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 191, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(127, 156, 245, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(102, 126, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(90, 103, 216, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(76, 81, 191, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(67, 65, 144, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(60, 54, 107, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(233, 216, 253, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(214, 188, 250, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(183, 148, 244, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(159, 122, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(128, 90, 213, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(107, 70, 193, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(85, 60, 154, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-purple-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(68, 51, 122, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 245, 247, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(254, 215, 226, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(251, 182, 206, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(246, 135, 179, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(237, 100, 166, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(213, 63, 140, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(184, 50, 128, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(151, 38, 109, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(112, 36, 89, var(--tw-ring-opacity));
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .xl\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .xl\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .xl\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .xl\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-current {
    color: currentColor;
  }

  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xl\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .xl\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .xl\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xl\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .xl\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .xl\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .xl\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .xl\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .xl\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .xl\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .xl\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .xl\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .xl\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .xl\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .xl\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .xl\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .xl\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .xl\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .xl\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .xl\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .xl\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .xl\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .xl\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .xl\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .xl\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .xl\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .xl\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .xl\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .xl\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .xl\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .xl\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .xl\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .xl\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .xl\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .xl\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .xl\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .xl\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .xl\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .xl\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .xl\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .xl\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .xl\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .xl\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .xl\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .xl\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .xl\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .xl\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .xl\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .xl\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .xl\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .xl\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .xl\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .xl\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .xl\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .xl\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .xl\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .xl\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .xl\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .xl\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .xl\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .xl\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .xl\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .xl\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .xl\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .xl\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .xl\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .xl\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .xl\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .xl\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .xl\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .xl\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .xl\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .xl\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .xl\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .xl\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .xl\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .xl\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .xl\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .xl\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .xl\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .xl\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .xl\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .xl\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .xl\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .xl\:hover\:text-epic-off-white:hover {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-epic-pale-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-epic-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .xl\:hover\:text-epic-light-blue:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-epic-purple:hover {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-200:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-300:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-400:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-500:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-600:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-700:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-800:hover {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-orange-900:hover {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-300:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-600:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-700:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .xl\:hover\:text-yellow-900:hover {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-100:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-200:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-300:hover {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-400:hover {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-500:hover {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-600:hover {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-800:hover {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .xl\:hover\:text-teal-900:hover {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-200:hover {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-300:hover {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-400:hover {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-500:hover {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-600:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-800:hover {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .xl\:hover\:text-purple-900:hover {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .xl\:focus\:text-epic-off-white:focus {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-epic-pale-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-epic-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .xl\:focus\:text-epic-light-blue:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-epic-purple:focus {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor;
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-200:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-300:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-400:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-500:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-600:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-700:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-800:focus {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-orange-900:focus {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-300:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-600:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-700:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .xl\:focus\:text-yellow-900:focus {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-100:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-200:focus {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-300:focus {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-400:focus {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-500:focus {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-600:focus {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-700:focus {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-800:focus {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .xl\:focus\:text-teal-900:focus {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-200:focus {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-300:focus {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-400:focus {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-500:focus {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-600:focus {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-700:focus {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-800:focus {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .xl\:focus\:text-purple-900:focus {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-epic-off-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-epic-pale-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-epic-dark-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-epic-light-blue:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-epic-purple:focus-within {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl\:focus-within\:text-current:focus-within {
    color: currentColor;
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-orange-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-yellow-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-teal-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-purple-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-current {
    color: currentColor;
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-epic-off-white {
    --tw-text-opacity: 1;
    color: rgba(197, 231, 255, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-epic-pale-blue {
    --tw-text-opacity: 1;
    color: rgba(177, 222, 255, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-epic-dark-blue {
    --tw-text-opacity: 1;
    color: rgba(25, 59, 84, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-epic-light-blue {
    --tw-text-opacity: 1;
    color: rgba(0, 191, 243, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-epic-purple {
    --tw-text-opacity: 1;
    color: rgba(117, 112, 179, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-transparent {
    color: transparent;
  }

  .group:focus .xl\:group-focus\:text-current {
    color: currentColor;
  }

  .group:focus .xl\:group-focus\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgba(248, 248, 248, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgba(242, 242, 242, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(232, 232, 232, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(214, 214, 214, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(185, 185, 185, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(133, 133, 133, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(103, 103, 103, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(59, 59, 59, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 182, 182, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 122, 122, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 96, 96, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 71, 71, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 45, 45, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 20, 20, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(202, 0, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 234, 199, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-200 {
    --tw-text-opacity: 1;
    color: rgba(255, 206, 122, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-300 {
    --tw-text-opacity: 1;
    color: rgba(255, 197, 96, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-400 {
    --tw-text-opacity: 1;
    color: rgba(255, 187, 71, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-500 {
    --tw-text-opacity: 1;
    color: rgba(255, 178, 45, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-600 {
    --tw-text-opacity: 1;
    color: rgba(255, 169, 20, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-700 {
    --tw-text-opacity: 1;
    color: rgba(249, 158, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-800 {
    --tw-text-opacity: 1;
    color: rgba(224, 142, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(148, 94, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 240, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 252, 191, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgba(250, 240, 137, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 224, 94, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgba(236, 201, 75, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(214, 158, 46, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgba(183, 121, 31, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 90, 22, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(116, 66, 16, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-100 {
    --tw-text-opacity: 1;
    color: rgba(208, 255, 87, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-200 {
    --tw-text-opacity: 1;
    color: rgba(187, 255, 10, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgba(173, 239, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgba(154, 214, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-500 {
    --tw-text-opacity: 1;
    color: rgba(136, 188, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(118, 163, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-700 {
    --tw-text-opacity: 1;
    color: rgba(99, 137, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(81, 112, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-green-900 {
    --tw-text-opacity: 1;
    color: rgba(26, 36, 0, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-100 {
    --tw-text-opacity: 1;
    color: rgba(230, 255, 250, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-200 {
    --tw-text-opacity: 1;
    color: rgba(178, 245, 234, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-300 {
    --tw-text-opacity: 1;
    color: rgba(129, 230, 217, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-400 {
    --tw-text-opacity: 1;
    color: rgba(79, 209, 197, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-500 {
    --tw-text-opacity: 1;
    color: rgba(56, 178, 172, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-600 {
    --tw-text-opacity: 1;
    color: rgba(49, 151, 149, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-700 {
    --tw-text-opacity: 1;
    color: rgba(44, 122, 123, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-800 {
    --tw-text-opacity: 1;
    color: rgba(40, 94, 97, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-teal-900 {
    --tw-text-opacity: 1;
    color: rgba(35, 78, 82, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-100 {
    --tw-text-opacity: 1;
    color: rgba(209, 234, 253, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgba(136, 202, 249, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(111, 191, 248, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgba(87, 180, 246, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(63, 169, 245, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(39, 158, 244, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(15, 147, 242, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-800 {
    --tw-text-opacity: 1;
    color: rgba(11, 133, 220, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(7, 89, 147, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgba(235, 244, 255, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgba(195, 218, 254, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgba(163, 191, 250, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgba(127, 156, 245, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgba(102, 126, 234, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgba(90, 103, 216, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgba(76, 81, 191, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgba(67, 65, 144, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgba(60, 54, 107, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-100 {
    --tw-text-opacity: 1;
    color: rgba(250, 245, 255, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-200 {
    --tw-text-opacity: 1;
    color: rgba(233, 216, 253, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-300 {
    --tw-text-opacity: 1;
    color: rgba(214, 188, 250, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-400 {
    --tw-text-opacity: 1;
    color: rgba(183, 148, 244, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgba(159, 122, 234, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(128, 90, 213, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-700 {
    --tw-text-opacity: 1;
    color: rgba(107, 70, 193, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-800 {
    --tw-text-opacity: 1;
    color: rgba(85, 60, 154, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-purple-900 {
    --tw-text-opacity: 1;
    color: rgba(68, 51, 122, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 245, 247, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-200 {
    --tw-text-opacity: 1;
    color: rgba(254, 215, 226, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-300 {
    --tw-text-opacity: 1;
    color: rgba(251, 182, 206, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-400 {
    --tw-text-opacity: 1;
    color: rgba(246, 135, 179, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-500 {
    --tw-text-opacity: 1;
    color: rgba(237, 100, 166, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-600 {
    --tw-text-opacity: 1;
    color: rgba(213, 63, 140, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-700 {
    --tw-text-opacity: 1;
    color: rgba(184, 50, 128, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-800 {
    --tw-text-opacity: 1;
    color: rgba(151, 38, 109, var(--tw-text-opacity));
  }

  .group:focus .xl\:group-focus\:text-pink-900 {
    --tw-text-opacity: 1;
    color: rgba(112, 36, 89, var(--tw-text-opacity));
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip {
    text-overflow: clip;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    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;
  }

  .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;
  }

  .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\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: 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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0em;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-nowrap {
    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-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-15 {
    width: 3.75rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-18 {
    width: 4.5rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-21 {
    width: 5.25rem;
  }

  .xl\:w-22 {
    width: 5.5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-26 {
    width: 6.5rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-30 {
    width: 7.5rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-34 {
    width: 8.5rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-38 {
    width: 9.5rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-53 {
    width: 13.25rem;
  }

  .xl\:w-54 {
    width: 13.5rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-74 {
    width: 18.5rem;
  }

  .xl\:w-76 {
    width: 19rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-85 {
    width: 21.25rem;
  }

  .xl\:w-100 {
    width: 25rem;
  }

  .xl\:w-105 {
    width: 26.25rem;
  }

  .xl\:w-107 {
    width: 26.4rem;
  }

  .xl\:w-110 {
    width: 27.5rem;
  }

  .xl\:w-120 {
    width: 30rem;
  }

  .xl\:w-130 {
    width: 38rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-250px {
    width: 250px;
  }

  .xl\:w-1\/2\% {
    width: 0.5%;
  }

  .xl\:w-1\% {
    width: 1%;
  }

  .xl\:w-2\% {
    width: 2%;
  }

  .xl\:w-3\% {
    width: 3%;
  }

  .xl\:w-4\% {
    width: 4%;
  }

  .xl\:w-5\% {
    width: 5%;
  }

  .xl\:w-10\% {
    width: 10%;
  }

  .xl\:w-20\% {
    width: 20%;
  }

  .xl\:w-23\% {
    width: 23%;
  }

  .xl\:w-25\% {
    width: 25%;
  }

  .xl\:w-26\% {
    width: 26%;
  }

  .xl\:w-30\% {
    width: 30%;
  }

  .xl\:w-40\% {
    width: 40%;
  }

  .xl\:w-50\% {
    width: 50%;
  }

  .xl\:w-60\% {
    width: 60%;
  }

  .xl\:w-70\% {
    width: 70%;
  }

  .xl\:w-80\% {
    width: 80%;
  }

  .xl\:w-90\% {
    width: 90%;
  }

  .xl\:w-95\% {
    width: 95%;
  }

  .xl\:w-96\% {
    width: 96%;
  }

  .xl\:w-97\% {
    width: 97%;
  }

  .xl\:w-98\% {
    width: 98%;
  }

  .xl\:w-99\% {
    width: 99%;
  }

  .xl\:w-36vh {
    width: 36vh;
  }

  .xl\:w-75vh {
    width: 75vh;
  }

  .xl\:w-78vh {
    width: 78vh;
  }

  .xl\:w-80vh {
    width: 80vh;
  }

  .xl\:w-82vh {
    width: 82vh;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .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.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:hover\:w-0:hover {
    width: 0;
  }

  .xl\:hover\:w-1:hover {
    width: 0.25rem;
  }

  .xl\:hover\:w-2:hover {
    width: 0.5rem;
  }

  .xl\:hover\:w-3:hover {
    width: 0.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-7:hover {
    width: 1.75rem;
  }

  .xl\:hover\:w-8:hover {
    width: 2rem;
  }

  .xl\:hover\:w-9:hover {
    width: 2.25rem;
  }

  .xl\:hover\:w-10:hover {
    width: 2.5rem;
  }

  .xl\:hover\:w-12:hover {
    width: 3rem;
  }

  .xl\:hover\:w-14:hover {
    width: 3.5rem;
  }

  .xl\:hover\:w-15:hover {
    width: 3.75rem;
  }

  .xl\:hover\:w-16:hover {
    width: 4rem;
  }

  .xl\:hover\:w-18:hover {
    width: 4.5rem;
  }

  .xl\:hover\:w-20:hover {
    width: 5rem;
  }

  .xl\:hover\:w-21:hover {
    width: 5.25rem;
  }

  .xl\:hover\:w-22:hover {
    width: 5.5rem;
  }

  .xl\:hover\:w-24:hover {
    width: 6rem;
  }

  .xl\:hover\:w-26:hover {
    width: 6.5rem;
  }

  .xl\:hover\:w-28:hover {
    width: 7rem;
  }

  .xl\:hover\:w-30:hover {
    width: 7.5rem;
  }

  .xl\:hover\:w-32:hover {
    width: 8rem;
  }

  .xl\:hover\:w-34:hover {
    width: 8.5rem;
  }

  .xl\:hover\:w-36:hover {
    width: 9rem;
  }

  .xl\:hover\:w-38:hover {
    width: 9.5rem;
  }

  .xl\:hover\:w-40:hover {
    width: 10rem;
  }

  .xl\:hover\:w-44:hover {
    width: 11rem;
  }

  .xl\:hover\:w-48:hover {
    width: 12rem;
  }

  .xl\:hover\:w-52:hover {
    width: 13rem;
  }

  .xl\:hover\:w-53:hover {
    width: 13.25rem;
  }

  .xl\:hover\:w-54:hover {
    width: 13.5rem;
  }

  .xl\:hover\:w-56:hover {
    width: 14rem;
  }

  .xl\:hover\:w-64:hover {
    width: 16rem;
  }

  .xl\:hover\:w-72:hover {
    width: 18rem;
  }

  .xl\:hover\:w-74:hover {
    width: 18.5rem;
  }

  .xl\:hover\:w-76:hover {
    width: 19rem;
  }

  .xl\:hover\:w-80:hover {
    width: 20rem;
  }

  .xl\:hover\:w-85:hover {
    width: 21.25rem;
  }

  .xl\:hover\:w-100:hover {
    width: 25rem;
  }

  .xl\:hover\:w-105:hover {
    width: 26.25rem;
  }

  .xl\:hover\:w-107:hover {
    width: 26.4rem;
  }

  .xl\:hover\:w-110:hover {
    width: 27.5rem;
  }

  .xl\:hover\:w-120:hover {
    width: 30rem;
  }

  .xl\:hover\:w-130:hover {
    width: 38rem;
  }

  .xl\:hover\:w-auto:hover {
    width: auto;
  }

  .xl\:hover\:w-px:hover {
    width: 1px;
  }

  .xl\:hover\:w-250px:hover {
    width: 250px;
  }

  .xl\:hover\:w-1\/2\%:hover {
    width: 0.5%;
  }

  .xl\:hover\:w-1\%:hover {
    width: 1%;
  }

  .xl\:hover\:w-2\%:hover {
    width: 2%;
  }

  .xl\:hover\:w-3\%:hover {
    width: 3%;
  }

  .xl\:hover\:w-4\%:hover {
    width: 4%;
  }

  .xl\:hover\:w-5\%:hover {
    width: 5%;
  }

  .xl\:hover\:w-10\%:hover {
    width: 10%;
  }

  .xl\:hover\:w-20\%:hover {
    width: 20%;
  }

  .xl\:hover\:w-23\%:hover {
    width: 23%;
  }

  .xl\:hover\:w-25\%:hover {
    width: 25%;
  }

  .xl\:hover\:w-26\%:hover {
    width: 26%;
  }

  .xl\:hover\:w-30\%:hover {
    width: 30%;
  }

  .xl\:hover\:w-40\%:hover {
    width: 40%;
  }

  .xl\:hover\:w-50\%:hover {
    width: 50%;
  }

  .xl\:hover\:w-60\%:hover {
    width: 60%;
  }

  .xl\:hover\:w-70\%:hover {
    width: 70%;
  }

  .xl\:hover\:w-80\%:hover {
    width: 80%;
  }

  .xl\:hover\:w-90\%:hover {
    width: 90%;
  }

  .xl\:hover\:w-95\%:hover {
    width: 95%;
  }

  .xl\:hover\:w-96\%:hover {
    width: 96%;
  }

  .xl\:hover\:w-97\%:hover {
    width: 97%;
  }

  .xl\:hover\:w-98\%:hover {
    width: 98%;
  }

  .xl\:hover\:w-99\%:hover {
    width: 99%;
  }

  .xl\:hover\:w-36vh:hover {
    width: 36vh;
  }

  .xl\:hover\:w-75vh:hover {
    width: 75vh;
  }

  .xl\:hover\:w-78vh:hover {
    width: 78vh;
  }

  .xl\:hover\:w-80vh:hover {
    width: 80vh;
  }

  .xl\:hover\:w-82vh:hover {
    width: 82vh;
  }

  .xl\:hover\:w-1\/2:hover {
    width: 50%;
  }

  .xl\:hover\:w-1\/3:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-2\/3:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-1\/4:hover {
    width: 25%;
  }

  .xl\:hover\:w-2\/4:hover {
    width: 50%;
  }

  .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.666667%;
  }

  .xl\:hover\:w-2\/6:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-3\/6:hover {
    width: 50%;
  }

  .xl\:hover\:w-4\/6:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-5\/6:hover {
    width: 83.333333%;
  }

  .xl\:hover\:w-1\/12:hover {
    width: 8.333333%;
  }

  .xl\:hover\:w-2\/12:hover {
    width: 16.666667%;
  }

  .xl\:hover\:w-3\/12:hover {
    width: 25%;
  }

  .xl\:hover\:w-4\/12:hover {
    width: 33.333333%;
  }

  .xl\:hover\:w-5\/12:hover {
    width: 41.666667%;
  }

  .xl\:hover\:w-6\/12:hover {
    width: 50%;
  }

  .xl\:hover\:w-7\/12:hover {
    width: 58.333333%;
  }

  .xl\:hover\:w-8\/12:hover {
    width: 66.666667%;
  }

  .xl\:hover\:w-9\/12:hover {
    width: 75%;
  }

  .xl\:hover\:w-10\/12:hover {
    width: 83.333333%;
  }

  .xl\:hover\:w-11\/12:hover {
    width: 91.666667%;
  }

  .xl\:hover\:w-full:hover {
    width: 100%;
  }

  .xl\:hover\:w-screen:hover {
    width: 100vw;
  }

  .xl\:hover\:w-min:hover {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:hover\:w-max:hover {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:focus\:w-0:focus {
    width: 0;
  }

  .xl\:focus\:w-1:focus {
    width: 0.25rem;
  }

  .xl\:focus\:w-2:focus {
    width: 0.5rem;
  }

  .xl\:focus\:w-3:focus {
    width: 0.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-7:focus {
    width: 1.75rem;
  }

  .xl\:focus\:w-8:focus {
    width: 2rem;
  }

  .xl\:focus\:w-9:focus {
    width: 2.25rem;
  }

  .xl\:focus\:w-10:focus {
    width: 2.5rem;
  }

  .xl\:focus\:w-12:focus {
    width: 3rem;
  }

  .xl\:focus\:w-14:focus {
    width: 3.5rem;
  }

  .xl\:focus\:w-15:focus {
    width: 3.75rem;
  }

  .xl\:focus\:w-16:focus {
    width: 4rem;
  }

  .xl\:focus\:w-18:focus {
    width: 4.5rem;
  }

  .xl\:focus\:w-20:focus {
    width: 5rem;
  }

  .xl\:focus\:w-21:focus {
    width: 5.25rem;
  }

  .xl\:focus\:w-22:focus {
    width: 5.5rem;
  }

  .xl\:focus\:w-24:focus {
    width: 6rem;
  }

  .xl\:focus\:w-26:focus {
    width: 6.5rem;
  }

  .xl\:focus\:w-28:focus {
    width: 7rem;
  }

  .xl\:focus\:w-30:focus {
    width: 7.5rem;
  }

  .xl\:focus\:w-32:focus {
    width: 8rem;
  }

  .xl\:focus\:w-34:focus {
    width: 8.5rem;
  }

  .xl\:focus\:w-36:focus {
    width: 9rem;
  }

  .xl\:focus\:w-38:focus {
    width: 9.5rem;
  }

  .xl\:focus\:w-40:focus {
    width: 10rem;
  }

  .xl\:focus\:w-44:focus {
    width: 11rem;
  }

  .xl\:focus\:w-48:focus {
    width: 12rem;
  }

  .xl\:focus\:w-52:focus {
    width: 13rem;
  }

  .xl\:focus\:w-53:focus {
    width: 13.25rem;
  }

  .xl\:focus\:w-54:focus {
    width: 13.5rem;
  }

  .xl\:focus\:w-56:focus {
    width: 14rem;
  }

  .xl\:focus\:w-64:focus {
    width: 16rem;
  }

  .xl\:focus\:w-72:focus {
    width: 18rem;
  }

  .xl\:focus\:w-74:focus {
    width: 18.5rem;
  }

  .xl\:focus\:w-76:focus {
    width: 19rem;
  }

  .xl\:focus\:w-80:focus {
    width: 20rem;
  }

  .xl\:focus\:w-85:focus {
    width: 21.25rem;
  }

  .xl\:focus\:w-100:focus {
    width: 25rem;
  }

  .xl\:focus\:w-105:focus {
    width: 26.25rem;
  }

  .xl\:focus\:w-107:focus {
    width: 26.4rem;
  }

  .xl\:focus\:w-110:focus {
    width: 27.5rem;
  }

  .xl\:focus\:w-120:focus {
    width: 30rem;
  }

  .xl\:focus\:w-130:focus {
    width: 38rem;
  }

  .xl\:focus\:w-auto:focus {
    width: auto;
  }

  .xl\:focus\:w-px:focus {
    width: 1px;
  }

  .xl\:focus\:w-250px:focus {
    width: 250px;
  }

  .xl\:focus\:w-1\/2\%:focus {
    width: 0.5%;
  }

  .xl\:focus\:w-1\%:focus {
    width: 1%;
  }

  .xl\:focus\:w-2\%:focus {
    width: 2%;
  }

  .xl\:focus\:w-3\%:focus {
    width: 3%;
  }

  .xl\:focus\:w-4\%:focus {
    width: 4%;
  }

  .xl\:focus\:w-5\%:focus {
    width: 5%;
  }

  .xl\:focus\:w-10\%:focus {
    width: 10%;
  }

  .xl\:focus\:w-20\%:focus {
    width: 20%;
  }

  .xl\:focus\:w-23\%:focus {
    width: 23%;
  }

  .xl\:focus\:w-25\%:focus {
    width: 25%;
  }

  .xl\:focus\:w-26\%:focus {
    width: 26%;
  }

  .xl\:focus\:w-30\%:focus {
    width: 30%;
  }

  .xl\:focus\:w-40\%:focus {
    width: 40%;
  }

  .xl\:focus\:w-50\%:focus {
    width: 50%;
  }

  .xl\:focus\:w-60\%:focus {
    width: 60%;
  }

  .xl\:focus\:w-70\%:focus {
    width: 70%;
  }

  .xl\:focus\:w-80\%:focus {
    width: 80%;
  }

  .xl\:focus\:w-90\%:focus {
    width: 90%;
  }

  .xl\:focus\:w-95\%:focus {
    width: 95%;
  }

  .xl\:focus\:w-96\%:focus {
    width: 96%;
  }

  .xl\:focus\:w-97\%:focus {
    width: 97%;
  }

  .xl\:focus\:w-98\%:focus {
    width: 98%;
  }

  .xl\:focus\:w-99\%:focus {
    width: 99%;
  }

  .xl\:focus\:w-36vh:focus {
    width: 36vh;
  }

  .xl\:focus\:w-75vh:focus {
    width: 75vh;
  }

  .xl\:focus\:w-78vh:focus {
    width: 78vh;
  }

  .xl\:focus\:w-80vh:focus {
    width: 80vh;
  }

  .xl\:focus\:w-82vh:focus {
    width: 82vh;
  }

  .xl\:focus\:w-1\/2:focus {
    width: 50%;
  }

  .xl\:focus\:w-1\/3:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-2\/3:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-1\/4:focus {
    width: 25%;
  }

  .xl\:focus\:w-2\/4:focus {
    width: 50%;
  }

  .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.666667%;
  }

  .xl\:focus\:w-2\/6:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-3\/6:focus {
    width: 50%;
  }

  .xl\:focus\:w-4\/6:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-5\/6:focus {
    width: 83.333333%;
  }

  .xl\:focus\:w-1\/12:focus {
    width: 8.333333%;
  }

  .xl\:focus\:w-2\/12:focus {
    width: 16.666667%;
  }

  .xl\:focus\:w-3\/12:focus {
    width: 25%;
  }

  .xl\:focus\:w-4\/12:focus {
    width: 33.333333%;
  }

  .xl\:focus\:w-5\/12:focus {
    width: 41.666667%;
  }

  .xl\:focus\:w-6\/12:focus {
    width: 50%;
  }

  .xl\:focus\:w-7\/12:focus {
    width: 58.333333%;
  }

  .xl\:focus\:w-8\/12:focus {
    width: 66.666667%;
  }

  .xl\:focus\:w-9\/12:focus {
    width: 75%;
  }

  .xl\:focus\:w-10\/12:focus {
    width: 83.333333%;
  }

  .xl\:focus\:w-11\/12:focus {
    width: 91.666667%;
  }

  .xl\:focus\:w-full:focus {
    width: 100%;
  }

  .xl\:focus\:w-screen:focus {
    width: 100vw;
  }

  .xl\:focus\:w-min:focus {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:focus\:w-max:focus {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:focus-within\:w-0:focus-within {
    width: 0;
  }

  .xl\:focus-within\:w-1:focus-within {
    width: 0.25rem;
  }

  .xl\:focus-within\:w-2:focus-within {
    width: 0.5rem;
  }

  .xl\:focus-within\:w-3:focus-within {
    width: 0.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-7:focus-within {
    width: 1.75rem;
  }

  .xl\:focus-within\:w-8:focus-within {
    width: 2rem;
  }

  .xl\:focus-within\:w-9:focus-within {
    width: 2.25rem;
  }

  .xl\:focus-within\:w-10:focus-within {
    width: 2.5rem;
  }

  .xl\:focus-within\:w-12:focus-within {
    width: 3rem;
  }

  .xl\:focus-within\:w-14:focus-within {
    width: 3.5rem;
  }

  .xl\:focus-within\:w-15:focus-within {
    width: 3.75rem;
  }

  .xl\:focus-within\:w-16:focus-within {
    width: 4rem;
  }

  .xl\:focus-within\:w-18:focus-within {
    width: 4.5rem;
  }

  .xl\:focus-within\:w-20:focus-within {
    width: 5rem;
  }

  .xl\:focus-within\:w-21:focus-within {
    width: 5.25rem;
  }

  .xl\:focus-within\:w-22:focus-within {
    width: 5.5rem;
  }

  .xl\:focus-within\:w-24:focus-within {
    width: 6rem;
  }

  .xl\:focus-within\:w-26:focus-within {
    width: 6.5rem;
  }

  .xl\:focus-within\:w-28:focus-within {
    width: 7rem;
  }

  .xl\:focus-within\:w-30:focus-within {
    width: 7.5rem;
  }

  .xl\:focus-within\:w-32:focus-within {
    width: 8rem;
  }

  .xl\:focus-within\:w-34:focus-within {
    width: 8.5rem;
  }

  .xl\:focus-within\:w-36:focus-within {
    width: 9rem;
  }

  .xl\:focus-within\:w-38:focus-within {
    width: 9.5rem;
  }

  .xl\:focus-within\:w-40:focus-within {
    width: 10rem;
  }

  .xl\:focus-within\:w-44:focus-within {
    width: 11rem;
  }

  .xl\:focus-within\:w-48:focus-within {
    width: 12rem;
  }

  .xl\:focus-within\:w-52:focus-within {
    width: 13rem;
  }

  .xl\:focus-within\:w-53:focus-within {
    width: 13.25rem;
  }

  .xl\:focus-within\:w-54:focus-within {
    width: 13.5rem;
  }

  .xl\:focus-within\:w-56:focus-within {
    width: 14rem;
  }

  .xl\:focus-within\:w-64:focus-within {
    width: 16rem;
  }

  .xl\:focus-within\:w-72:focus-within {
    width: 18rem;
  }

  .xl\:focus-within\:w-74:focus-within {
    width: 18.5rem;
  }

  .xl\:focus-within\:w-76:focus-within {
    width: 19rem;
  }

  .xl\:focus-within\:w-80:focus-within {
    width: 20rem;
  }

  .xl\:focus-within\:w-85:focus-within {
    width: 21.25rem;
  }

  .xl\:focus-within\:w-100:focus-within {
    width: 25rem;
  }

  .xl\:focus-within\:w-105:focus-within {
    width: 26.25rem;
  }

  .xl\:focus-within\:w-107:focus-within {
    width: 26.4rem;
  }

  .xl\:focus-within\:w-110:focus-within {
    width: 27.5rem;
  }

  .xl\:focus-within\:w-120:focus-within {
    width: 30rem;
  }

  .xl\:focus-within\:w-130:focus-within {
    width: 38rem;
  }

  .xl\:focus-within\:w-auto:focus-within {
    width: auto;
  }

  .xl\:focus-within\:w-px:focus-within {
    width: 1px;
  }

  .xl\:focus-within\:w-250px:focus-within {
    width: 250px;
  }

  .xl\:focus-within\:w-1\/2\%:focus-within {
    width: 0.5%;
  }

  .xl\:focus-within\:w-1\%:focus-within {
    width: 1%;
  }

  .xl\:focus-within\:w-2\%:focus-within {
    width: 2%;
  }

  .xl\:focus-within\:w-3\%:focus-within {
    width: 3%;
  }

  .xl\:focus-within\:w-4\%:focus-within {
    width: 4%;
  }

  .xl\:focus-within\:w-5\%:focus-within {
    width: 5%;
  }

  .xl\:focus-within\:w-10\%:focus-within {
    width: 10%;
  }

  .xl\:focus-within\:w-20\%:focus-within {
    width: 20%;
  }

  .xl\:focus-within\:w-23\%:focus-within {
    width: 23%;
  }

  .xl\:focus-within\:w-25\%:focus-within {
    width: 25%;
  }

  .xl\:focus-within\:w-26\%:focus-within {
    width: 26%;
  }

  .xl\:focus-within\:w-30\%:focus-within {
    width: 30%;
  }

  .xl\:focus-within\:w-40\%:focus-within {
    width: 40%;
  }

  .xl\:focus-within\:w-50\%:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-60\%:focus-within {
    width: 60%;
  }

  .xl\:focus-within\:w-70\%:focus-within {
    width: 70%;
  }

  .xl\:focus-within\:w-80\%:focus-within {
    width: 80%;
  }

  .xl\:focus-within\:w-90\%:focus-within {
    width: 90%;
  }

  .xl\:focus-within\:w-95\%:focus-within {
    width: 95%;
  }

  .xl\:focus-within\:w-96\%:focus-within {
    width: 96%;
  }

  .xl\:focus-within\:w-97\%:focus-within {
    width: 97%;
  }

  .xl\:focus-within\:w-98\%:focus-within {
    width: 98%;
  }

  .xl\:focus-within\:w-99\%:focus-within {
    width: 99%;
  }

  .xl\:focus-within\:w-36vh:focus-within {
    width: 36vh;
  }

  .xl\:focus-within\:w-75vh:focus-within {
    width: 75vh;
  }

  .xl\:focus-within\:w-78vh:focus-within {
    width: 78vh;
  }

  .xl\:focus-within\:w-80vh:focus-within {
    width: 80vh;
  }

  .xl\:focus-within\:w-82vh:focus-within {
    width: 82vh;
  }

  .xl\:focus-within\:w-1\/2:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-1\/3:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-2\/3:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-1\/4:focus-within {
    width: 25%;
  }

  .xl\:focus-within\:w-2\/4:focus-within {
    width: 50%;
  }

  .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.666667%;
  }

  .xl\:focus-within\:w-2\/6:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-3\/6:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-4\/6:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-5\/6:focus-within {
    width: 83.333333%;
  }

  .xl\:focus-within\:w-1\/12:focus-within {
    width: 8.333333%;
  }

  .xl\:focus-within\:w-2\/12:focus-within {
    width: 16.666667%;
  }

  .xl\:focus-within\:w-3\/12:focus-within {
    width: 25%;
  }

  .xl\:focus-within\:w-4\/12:focus-within {
    width: 33.333333%;
  }

  .xl\:focus-within\:w-5\/12:focus-within {
    width: 41.666667%;
  }

  .xl\:focus-within\:w-6\/12:focus-within {
    width: 50%;
  }

  .xl\:focus-within\:w-7\/12:focus-within {
    width: 58.333333%;
  }

  .xl\:focus-within\:w-8\/12:focus-within {
    width: 66.666667%;
  }

  .xl\:focus-within\:w-9\/12:focus-within {
    width: 75%;
  }

  .xl\:focus-within\:w-10\/12:focus-within {
    width: 83.333333%;
  }

  .xl\:focus-within\:w-11\/12:focus-within {
    width: 91.666667%;
  }

  .xl\:focus-within\:w-full:focus-within {
    width: 100%;
  }

  .xl\:focus-within\:w-screen:focus-within {
    width: 100vw;
  }

  .xl\:focus-within\:w-min:focus-within {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:focus-within\:w-max:focus-within {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:hover .xl\:group-hover\:w-0 {
    width: 0;
  }

  .group:hover .xl\:group-hover\:w-1 {
    width: 0.25rem;
  }

  .group:hover .xl\:group-hover\:w-2 {
    width: 0.5rem;
  }

  .group:hover .xl\:group-hover\:w-3 {
    width: 0.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-7 {
    width: 1.75rem;
  }

  .group:hover .xl\:group-hover\:w-8 {
    width: 2rem;
  }

  .group:hover .xl\:group-hover\:w-9 {
    width: 2.25rem;
  }

  .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-14 {
    width: 3.5rem;
  }

  .group:hover .xl\:group-hover\:w-15 {
    width: 3.75rem;
  }

  .group:hover .xl\:group-hover\:w-16 {
    width: 4rem;
  }

  .group:hover .xl\:group-hover\:w-18 {
    width: 4.5rem;
  }

  .group:hover .xl\:group-hover\:w-20 {
    width: 5rem;
  }

  .group:hover .xl\:group-hover\:w-21 {
    width: 5.25rem;
  }

  .group:hover .xl\:group-hover\:w-22 {
    width: 5.5rem;
  }

  .group:hover .xl\:group-hover\:w-24 {
    width: 6rem;
  }

  .group:hover .xl\:group-hover\:w-26 {
    width: 6.5rem;
  }

  .group:hover .xl\:group-hover\:w-28 {
    width: 7rem;
  }

  .group:hover .xl\:group-hover\:w-30 {
    width: 7.5rem;
  }

  .group:hover .xl\:group-hover\:w-32 {
    width: 8rem;
  }

  .group:hover .xl\:group-hover\:w-34 {
    width: 8.5rem;
  }

  .group:hover .xl\:group-hover\:w-36 {
    width: 9rem;
  }

  .group:hover .xl\:group-hover\:w-38 {
    width: 9.5rem;
  }

  .group:hover .xl\:group-hover\:w-40 {
    width: 10rem;
  }

  .group:hover .xl\:group-hover\:w-44 {
    width: 11rem;
  }

  .group:hover .xl\:group-hover\:w-48 {
    width: 12rem;
  }

  .group:hover .xl\:group-hover\:w-52 {
    width: 13rem;
  }

  .group:hover .xl\:group-hover\:w-53 {
    width: 13.25rem;
  }

  .group:hover .xl\:group-hover\:w-54 {
    width: 13.5rem;
  }

  .group:hover .xl\:group-hover\:w-56 {
    width: 14rem;
  }

  .group:hover .xl\:group-hover\:w-64 {
    width: 16rem;
  }

  .group:hover .xl\:group-hover\:w-72 {
    width: 18rem;
  }

  .group:hover .xl\:group-hover\:w-74 {
    width: 18.5rem;
  }

  .group:hover .xl\:group-hover\:w-76 {
    width: 19rem;
  }

  .group:hover .xl\:group-hover\:w-80 {
    width: 20rem;
  }

  .group:hover .xl\:group-hover\:w-85 {
    width: 21.25rem;
  }

  .group:hover .xl\:group-hover\:w-100 {
    width: 25rem;
  }

  .group:hover .xl\:group-hover\:w-105 {
    width: 26.25rem;
  }

  .group:hover .xl\:group-hover\:w-107 {
    width: 26.4rem;
  }

  .group:hover .xl\:group-hover\:w-110 {
    width: 27.5rem;
  }

  .group:hover .xl\:group-hover\:w-120 {
    width: 30rem;
  }

  .group:hover .xl\:group-hover\:w-130 {
    width: 38rem;
  }

  .group:hover .xl\:group-hover\:w-auto {
    width: auto;
  }

  .group:hover .xl\:group-hover\:w-px {
    width: 1px;
  }

  .group:hover .xl\:group-hover\:w-250px {
    width: 250px;
  }

  .group:hover .xl\:group-hover\:w-1\/2\% {
    width: 0.5%;
  }

  .group:hover .xl\:group-hover\:w-1\% {
    width: 1%;
  }

  .group:hover .xl\:group-hover\:w-2\% {
    width: 2%;
  }

  .group:hover .xl\:group-hover\:w-3\% {
    width: 3%;
  }

  .group:hover .xl\:group-hover\:w-4\% {
    width: 4%;
  }

  .group:hover .xl\:group-hover\:w-5\% {
    width: 5%;
  }

  .group:hover .xl\:group-hover\:w-10\% {
    width: 10%;
  }

  .group:hover .xl\:group-hover\:w-20\% {
    width: 20%;
  }

  .group:hover .xl\:group-hover\:w-23\% {
    width: 23%;
  }

  .group:hover .xl\:group-hover\:w-25\% {
    width: 25%;
  }

  .group:hover .xl\:group-hover\:w-26\% {
    width: 26%;
  }

  .group:hover .xl\:group-hover\:w-30\% {
    width: 30%;
  }

  .group:hover .xl\:group-hover\:w-40\% {
    width: 40%;
  }

  .group:hover .xl\:group-hover\:w-50\% {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-60\% {
    width: 60%;
  }

  .group:hover .xl\:group-hover\:w-70\% {
    width: 70%;
  }

  .group:hover .xl\:group-hover\:w-80\% {
    width: 80%;
  }

  .group:hover .xl\:group-hover\:w-90\% {
    width: 90%;
  }

  .group:hover .xl\:group-hover\:w-95\% {
    width: 95%;
  }

  .group:hover .xl\:group-hover\:w-96\% {
    width: 96%;
  }

  .group:hover .xl\:group-hover\:w-97\% {
    width: 97%;
  }

  .group:hover .xl\:group-hover\:w-98\% {
    width: 98%;
  }

  .group:hover .xl\:group-hover\:w-99\% {
    width: 99%;
  }

  .group:hover .xl\:group-hover\:w-36vh {
    width: 36vh;
  }

  .group:hover .xl\:group-hover\:w-75vh {
    width: 75vh;
  }

  .group:hover .xl\:group-hover\:w-78vh {
    width: 78vh;
  }

  .group:hover .xl\:group-hover\:w-80vh {
    width: 80vh;
  }

  .group:hover .xl\:group-hover\:w-82vh {
    width: 82vh;
  }

  .group:hover .xl\:group-hover\:w-1\/2 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-1\/3 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-1\/4 {
    width: 25%;
  }

  .group:hover .xl\:group-hover\:w-2\/4 {
    width: 50%;
  }

  .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.666667%;
  }

  .group:hover .xl\:group-hover\:w-2\/6 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-3\/6 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-4\/6 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-5\/6 {
    width: 83.333333%;
  }

  .group:hover .xl\:group-hover\:w-1\/12 {
    width: 8.333333%;
  }

  .group:hover .xl\:group-hover\:w-2\/12 {
    width: 16.666667%;
  }

  .group:hover .xl\:group-hover\:w-3\/12 {
    width: 25%;
  }

  .group:hover .xl\:group-hover\:w-4\/12 {
    width: 33.333333%;
  }

  .group:hover .xl\:group-hover\:w-5\/12 {
    width: 41.666667%;
  }

  .group:hover .xl\:group-hover\:w-6\/12 {
    width: 50%;
  }

  .group:hover .xl\:group-hover\:w-7\/12 {
    width: 58.333333%;
  }

  .group:hover .xl\:group-hover\:w-8\/12 {
    width: 66.666667%;
  }

  .group:hover .xl\:group-hover\:w-9\/12 {
    width: 75%;
  }

  .group:hover .xl\:group-hover\:w-10\/12 {
    width: 83.333333%;
  }

  .group:hover .xl\:group-hover\:w-11\/12 {
    width: 91.666667%;
  }

  .group:hover .xl\:group-hover\:w-full {
    width: 100%;
  }

  .group:hover .xl\:group-hover\:w-screen {
    width: 100vw;
  }

  .group:hover .xl\:group-hover\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:hover .xl\:group-hover\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .group:focus .xl\:group-focus\:w-0 {
    width: 0;
  }

  .group:focus .xl\:group-focus\:w-1 {
    width: 0.25rem;
  }

  .group:focus .xl\:group-focus\:w-2 {
    width: 0.5rem;
  }

  .group:focus .xl\:group-focus\:w-3 {
    width: 0.75rem;
  }

  .group:focus .xl\:group-focus\:w-4 {
    width: 1rem;
  }

  .group:focus .xl\:group-focus\:w-5 {
    width: 1.25rem;
  }

  .group:focus .xl\:group-focus\:w-6 {
    width: 1.5rem;
  }

  .group:focus .xl\:group-focus\:w-7 {
    width: 1.75rem;
  }

  .group:focus .xl\:group-focus\:w-8 {
    width: 2rem;
  }

  .group:focus .xl\:group-focus\:w-9 {
    width: 2.25rem;
  }

  .group:focus .xl\:group-focus\:w-10 {
    width: 2.5rem;
  }

  .group:focus .xl\:group-focus\:w-12 {
    width: 3rem;
  }

  .group:focus .xl\:group-focus\:w-14 {
    width: 3.5rem;
  }

  .group:focus .xl\:group-focus\:w-15 {
    width: 3.75rem;
  }

  .group:focus .xl\:group-focus\:w-16 {
    width: 4rem;
  }

  .group:focus .xl\:group-focus\:w-18 {
    width: 4.5rem;
  }

  .group:focus .xl\:group-focus\:w-20 {
    width: 5rem;
  }

  .group:focus .xl\:group-focus\:w-21 {
    width: 5.25rem;
  }

  .group:focus .xl\:group-focus\:w-22 {
    width: 5.5rem;
  }

  .group:focus .xl\:group-focus\:w-24 {
    width: 6rem;
  }

  .group:focus .xl\:group-focus\:w-26 {
    width: 6.5rem;
  }

  .group:focus .xl\:group-focus\:w-28 {
    width: 7rem;
  }

  .group:focus .xl\:group-focus\:w-30 {
    width: 7.5rem;
  }

  .group:focus .xl\:group-focus\:w-32 {
    width: 8rem;
  }

  .group:focus .xl\:group-focus\:w-34 {
    width: 8.5rem;
  }

  .group:focus .xl\:group-focus\:w-36 {
    width: 9rem;
  }

  .group:focus .xl\:group-focus\:w-38 {
    width: 9.5rem;
  }

  .group:focus .xl\:group-focus\:w-40 {
    width: 10rem;
  }

  .group:focus .xl\:group-focus\:w-44 {
    width: 11rem;
  }

  .group:focus .xl\:group-focus\:w-48 {
    width: 12rem;
  }

  .group:focus .xl\:group-focus\:w-52 {
    width: 13rem;
  }

  .group:focus .xl\:group-focus\:w-53 {
    width: 13.25rem;
  }

  .group:focus .xl\:group-focus\:w-54 {
    width: 13.5rem;
  }

  .group:focus .xl\:group-focus\:w-56 {
    width: 14rem;
  }

  .group:focus .xl\:group-focus\:w-64 {
    width: 16rem;
  }

  .group:focus .xl\:group-focus\:w-72 {
    width: 18rem;
  }

  .group:focus .xl\:group-focus\:w-74 {
    width: 18.5rem;
  }

  .group:focus .xl\:group-focus\:w-76 {
    width: 19rem;
  }

  .group:focus .xl\:group-focus\:w-80 {
    width: 20rem;
  }

  .group:focus .xl\:group-focus\:w-85 {
    width: 21.25rem;
  }

  .group:focus .xl\:group-focus\:w-100 {
    width: 25rem;
  }

  .group:focus .xl\:group-focus\:w-105 {
    width: 26.25rem;
  }

  .group:focus .xl\:group-focus\:w-107 {
    width: 26.4rem;
  }

  .group:focus .xl\:group-focus\:w-110 {
    width: 27.5rem;
  }

  .group:focus .xl\:group-focus\:w-120 {
    width: 30rem;
  }

  .group:focus .xl\:group-focus\:w-130 {
    width: 38rem;
  }

  .group:focus .xl\:group-focus\:w-auto {
    width: auto;
  }

  .group:focus .xl\:group-focus\:w-px {
    width: 1px;
  }

  .group:focus .xl\:group-focus\:w-250px {
    width: 250px;
  }

  .group:focus .xl\:group-focus\:w-1\/2\% {
    width: 0.5%;
  }

  .group:focus .xl\:group-focus\:w-1\% {
    width: 1%;
  }

  .group:focus .xl\:group-focus\:w-2\% {
    width: 2%;
  }

  .group:focus .xl\:group-focus\:w-3\% {
    width: 3%;
  }

  .group:focus .xl\:group-focus\:w-4\% {
    width: 4%;
  }

  .group:focus .xl\:group-focus\:w-5\% {
    width: 5%;
  }

  .group:focus .xl\:group-focus\:w-10\% {
    width: 10%;
  }

  .group:focus .xl\:group-focus\:w-20\% {
    width: 20%;
  }

  .group:focus .xl\:group-focus\:w-23\% {
    width: 23%;
  }

  .group:focus .xl\:group-focus\:w-25\% {
    width: 25%;
  }

  .group:focus .xl\:group-focus\:w-26\% {
    width: 26%;
  }

  .group:focus .xl\:group-focus\:w-30\% {
    width: 30%;
  }

  .group:focus .xl\:group-focus\:w-40\% {
    width: 40%;
  }

  .group:focus .xl\:group-focus\:w-50\% {
    width: 50%;
  }

  .group:focus .xl\:group-focus\:w-60\% {
    width: 60%;
  }

  .group:focus .xl\:group-focus\:w-70\% {
    width: 70%;
  }

  .group:focus .xl\:group-focus\:w-80\% {
    width: 80%;
  }

  .group:focus .xl\:group-focus\:w-90\% {
    width: 90%;
  }

  .group:focus .xl\:group-focus\:w-95\% {
    width: 95%;
  }

  .group:focus .xl\:group-focus\:w-96\% {
    width: 96%;
  }

  .group:focus .xl\:group-focus\:w-97\% {
    width: 97%;
  }

  .group:focus .xl\:group-focus\:w-98\% {
    width: 98%;
  }

  .group:focus .xl\:group-focus\:w-99\% {
    width: 99%;
  }

  .group:focus .xl\:group-focus\:w-36vh {
    width: 36vh;
  }

  .group:focus .xl\:group-focus\:w-75vh {
    width: 75vh;
  }

  .group:focus .xl\:group-focus\:w-78vh {
    width: 78vh;
  }

  .group:focus .xl\:group-focus\:w-80vh {
    width: 80vh;
  }

  .group:focus .xl\:group-focus\:w-82vh {
    width: 82vh;
  }

  .group:focus .xl\:group-focus\:w-1\/2 {
    width: 50%;
  }

  .group:focus .xl\:group-focus\:w-1\/3 {
    width: 33.333333%;
  }

  .group:focus .xl\:group-focus\:w-2\/3 {
    width: 66.666667%;
  }

  .group:focus .xl\:group-focus\:w-1\/4 {
    width: 25%;
  }

  .group:focus .xl\:group-focus\:w-2\/4 {
    width: 50%;
  }

  .group:focus .xl\:group-focus\:w-3\/4 {
    width: 75%;
  }

  .group:focus .xl\:group-focus\:w-1\/5 {
    width: 20%;
  }

  .group:focus .xl\:group-focus\:w-2\/5 {
    width: 40%;
  }

  .group:focus .xl\:group-focus\:w-3\/5 {
    width: 60%;
  }

  .group:focus .xl\:group-focus\:w-4\/5 {
    width: 80%;
  }

  .group:focus .xl\:group-focus\:w-1\/6 {
    width: 16.666667%;
  }

  .group:focus .xl\:group-focus\:w-2\/6 {
    width: 33.333333%;
  }

  .group:focus .xl\:group-focus\:w-3\/6 {
    width: 50%;
  }

  .group:focus .xl\:group-focus\:w-4\/6 {
    width: 66.666667%;
  }

  .group:focus .xl\:group-focus\:w-5\/6 {
    width: 83.333333%;
  }

  .group:focus .xl\:group-focus\:w-1\/12 {
    width: 8.333333%;
  }

  .group:focus .xl\:group-focus\:w-2\/12 {
    width: 16.666667%;
  }

  .group:focus .xl\:group-focus\:w-3\/12 {
    width: 25%;
  }

  .group:focus .xl\:group-focus\:w-4\/12 {
    width: 33.333333%;
  }

  .group:focus .xl\:group-focus\:w-5\/12 {
    width: 41.666667%;
  }

  .group:focus .xl\:group-focus\:w-6\/12 {
    width: 50%;
  }

  .group:focus .xl\:group-focus\:w-7\/12 {
    width: 58.333333%;
  }

  .group:focus .xl\:group-focus\:w-8\/12 {
    width: 66.666667%;
  }

  .group:focus .xl\:group-focus\:w-9\/12 {
    width: 75%;
  }

  .group:focus .xl\:group-focus\:w-10\/12 {
    width: 83.333333%;
  }

  .group:focus .xl\:group-focus\:w-11\/12 {
    width: 91.666667%;
  }

  .group:focus .xl\:group-focus\:w-full {
    width: 100%;
  }

  .group:focus .xl\:group-focus\:w-screen {
    width: 100vw;
  }

  .group:focus .xl\:group-focus\:w-min {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .group:focus .xl\:group-focus\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\: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\:isolate {
    isolation: isolate;
  }

  .xl\:isolation-auto {
    isolation: auto;
  }

  .xl\:gap-0 {
    gap: 0;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-15 {
    gap: 3.75rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-18 {
    gap: 4.5rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-21 {
    gap: 5.25rem;
  }

  .xl\:gap-22 {
    gap: 5.5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-26 {
    gap: 6.5rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-30 {
    gap: 7.5rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-34 {
    gap: 8.5rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-38 {
    gap: 9.5rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-44 {
    gap: 11rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-53 {
    gap: 13.25rem;
  }

  .xl\:gap-54 {
    gap: 13.5rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-64 {
    gap: 16rem;
  }

  .xl\:gap-72 {
    gap: 18rem;
  }

  .xl\:gap-74 {
    gap: 18.5rem;
  }

  .xl\:gap-76 {
    gap: 19rem;
  }

  .xl\:gap-80 {
    gap: 20rem;
  }

  .xl\:gap-85 {
    gap: 21.25rem;
  }

  .xl\:gap-100 {
    gap: 25rem;
  }

  .xl\:gap-105 {
    gap: 26.25rem;
  }

  .xl\:gap-107 {
    gap: 26.4rem;
  }

  .xl\:gap-110 {
    gap: 27.5rem;
  }

  .xl\:gap-120 {
    gap: 30rem;
  }

  .xl\:gap-130 {
    gap: 38rem;
  }

  .xl\:gap-px {
    gap: 1px;
  }

  .xl\:gap-250px {
    gap: 250px;
  }

  .xl\:gap-1\/2\% {
    gap: 0.5%;
  }

  .xl\:gap-1\% {
    gap: 1%;
  }

  .xl\:gap-2\% {
    gap: 2%;
  }

  .xl\:gap-3\% {
    gap: 3%;
  }

  .xl\:gap-4\% {
    gap: 4%;
  }

  .xl\:gap-5\% {
    gap: 5%;
  }

  .xl\:gap-10\% {
    gap: 10%;
  }

  .xl\:gap-20\% {
    gap: 20%;
  }

  .xl\:gap-23\% {
    gap: 23%;
  }

  .xl\:gap-25\% {
    gap: 25%;
  }

  .xl\:gap-26\% {
    gap: 26%;
  }

  .xl\:gap-30\% {
    gap: 30%;
  }

  .xl\:gap-40\% {
    gap: 40%;
  }

  .xl\:gap-50\% {
    gap: 50%;
  }

  .xl\:gap-60\% {
    gap: 60%;
  }

  .xl\:gap-70\% {
    gap: 70%;
  }

  .xl\:gap-80\% {
    gap: 80%;
  }

  .xl\:gap-90\% {
    gap: 90%;
  }

  .xl\:gap-95\% {
    gap: 95%;
  }

  .xl\:gap-96\% {
    gap: 96%;
  }

  .xl\:gap-97\% {
    gap: 97%;
  }

  .xl\:gap-98\% {
    gap: 98%;
  }

  .xl\:gap-99\% {
    gap: 99%;
  }

  .xl\:gap-36vh {
    gap: 36vh;
  }

  .xl\:gap-75vh {
    gap: 75vh;
  }

  .xl\:gap-78vh {
    gap: 78vh;
  }

  .xl\:gap-80vh {
    gap: 80vh;
  }

  .xl\:gap-82vh {
    gap: 82vh;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-15 {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .xl\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-38 {
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-53 {
    -moz-column-gap: 13.25rem;
         column-gap: 13.25rem;
  }

  .xl\:gap-x-54 {
    -moz-column-gap: 13.5rem;
         column-gap: 13.5rem;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-74 {
    -moz-column-gap: 18.5rem;
         column-gap: 18.5rem;
  }

  .xl\:gap-x-76 {
    -moz-column-gap: 19rem;
         column-gap: 19rem;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-85 {
    -moz-column-gap: 21.25rem;
         column-gap: 21.25rem;
  }

  .xl\:gap-x-100 {
    -moz-column-gap: 25rem;
         column-gap: 25rem;
  }

  .xl\:gap-x-105 {
    -moz-column-gap: 26.25rem;
         column-gap: 26.25rem;
  }

  .xl\:gap-x-107 {
    -moz-column-gap: 26.4rem;
         column-gap: 26.4rem;
  }

  .xl\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .xl\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .xl\:gap-x-130 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-250px {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .xl\:gap-x-1\/2\% {
    -moz-column-gap: 0.5%;
         column-gap: 0.5%;
  }

  .xl\:gap-x-1\% {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xl\:gap-x-2\% {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }

  .xl\:gap-x-3\% {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }

  .xl\:gap-x-4\% {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }

  .xl\:gap-x-5\% {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }

  .xl\:gap-x-10\% {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }

  .xl\:gap-x-20\% {
    -moz-column-gap: 20%;
         column-gap: 20%;
  }

  .xl\:gap-x-23\% {
    -moz-column-gap: 23%;
         column-gap: 23%;
  }

  .xl\:gap-x-25\% {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xl\:gap-x-26\% {
    -moz-column-gap: 26%;
         column-gap: 26%;
  }

  .xl\:gap-x-30\% {
    -moz-column-gap: 30%;
         column-gap: 30%;
  }

  .xl\:gap-x-40\% {
    -moz-column-gap: 40%;
         column-gap: 40%;
  }

  .xl\:gap-x-50\% {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:gap-x-60\% {
    -moz-column-gap: 60%;
         column-gap: 60%;
  }

  .xl\:gap-x-70\% {
    -moz-column-gap: 70%;
         column-gap: 70%;
  }

  .xl\:gap-x-80\% {
    -moz-column-gap: 80%;
         column-gap: 80%;
  }

  .xl\:gap-x-90\% {
    -moz-column-gap: 90%;
         column-gap: 90%;
  }

  .xl\:gap-x-95\% {
    -moz-column-gap: 95%;
         column-gap: 95%;
  }

  .xl\:gap-x-96\% {
    -moz-column-gap: 96%;
         column-gap: 96%;
  }

  .xl\:gap-x-97\% {
    -moz-column-gap: 97%;
         column-gap: 97%;
  }

  .xl\:gap-x-98\% {
    -moz-column-gap: 98%;
         column-gap: 98%;
  }

  .xl\:gap-x-99\% {
    -moz-column-gap: 99%;
         column-gap: 99%;
  }

  .xl\:gap-x-36vh {
    -moz-column-gap: 36vh;
         column-gap: 36vh;
  }

  .xl\:gap-x-75vh {
    -moz-column-gap: 75vh;
         column-gap: 75vh;
  }

  .xl\:gap-x-78vh {
    -moz-column-gap: 78vh;
         column-gap: 78vh;
  }

  .xl\:gap-x-80vh {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xl\:gap-x-82vh {
    -moz-column-gap: 82vh;
         column-gap: 82vh;
  }

  .xl\:gap-y-0 {
    row-gap: 0;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:gap-y-15 {
    row-gap: 3.75rem;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .xl\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .xl\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .xl\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .xl\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .xl\:gap-y-30 {
    row-gap: 7.5rem;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .xl\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .xl\:gap-y-38 {
    row-gap: 9.5rem;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .xl\:gap-y-53 {
    row-gap: 13.25rem;
  }

  .xl\:gap-y-54 {
    row-gap: 13.5rem;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .xl\:gap-y-74 {
    row-gap: 18.5rem;
  }

  .xl\:gap-y-76 {
    row-gap: 19rem;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .xl\:gap-y-85 {
    row-gap: 21.25rem;
  }

  .xl\:gap-y-100 {
    row-gap: 25rem;
  }

  .xl\:gap-y-105 {
    row-gap: 26.25rem;
  }

  .xl\:gap-y-107 {
    row-gap: 26.4rem;
  }

  .xl\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .xl\:gap-y-120 {
    row-gap: 30rem;
  }

  .xl\:gap-y-130 {
    row-gap: 38rem;
  }

  .xl\:gap-y-px {
    row-gap: 1px;
  }

  .xl\:gap-y-250px {
    row-gap: 250px;
  }

  .xl\:gap-y-1\/2\% {
    row-gap: 0.5%;
  }

  .xl\:gap-y-1\% {
    row-gap: 1%;
  }

  .xl\:gap-y-2\% {
    row-gap: 2%;
  }

  .xl\:gap-y-3\% {
    row-gap: 3%;
  }

  .xl\:gap-y-4\% {
    row-gap: 4%;
  }

  .xl\:gap-y-5\% {
    row-gap: 5%;
  }

  .xl\:gap-y-10\% {
    row-gap: 10%;
  }

  .xl\:gap-y-20\% {
    row-gap: 20%;
  }

  .xl\:gap-y-23\% {
    row-gap: 23%;
  }

  .xl\:gap-y-25\% {
    row-gap: 25%;
  }

  .xl\:gap-y-26\% {
    row-gap: 26%;
  }

  .xl\:gap-y-30\% {
    row-gap: 30%;
  }

  .xl\:gap-y-40\% {
    row-gap: 40%;
  }

  .xl\:gap-y-50\% {
    row-gap: 50%;
  }

  .xl\:gap-y-60\% {
    row-gap: 60%;
  }

  .xl\:gap-y-70\% {
    row-gap: 70%;
  }

  .xl\:gap-y-80\% {
    row-gap: 80%;
  }

  .xl\:gap-y-90\% {
    row-gap: 90%;
  }

  .xl\:gap-y-95\% {
    row-gap: 95%;
  }

  .xl\:gap-y-96\% {
    row-gap: 96%;
  }

  .xl\:gap-y-97\% {
    row-gap: 97%;
  }

  .xl\:gap-y-98\% {
    row-gap: 98%;
  }

  .xl\:gap-y-99\% {
    row-gap: 99%;
  }

  .xl\:gap-y-36vh {
    row-gap: 36vh;
  }

  .xl\:gap-y-75vh {
    row-gap: 75vh;
  }

  .xl\:gap-y-78vh {
    row-gap: 78vh;
  }

  .xl\:gap-y-80vh {
    row-gap: 80vh;
  }

  .xl\:gap-y-82vh {
    row-gap: 82vh;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: -webkit-min-content;
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0;
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-15 {
    --tw-translate-x: 3.75rem;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .xl\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-30 {
    --tw-translate-x: 7.5rem;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-38 {
    --tw-translate-x: 9.5rem;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-53 {
    --tw-translate-x: 13.25rem;
  }

  .xl\:translate-x-54 {
    --tw-translate-x: 13.5rem;
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-74 {
    --tw-translate-x: 18.5rem;
  }

  .xl\:translate-x-76 {
    --tw-translate-x: 19rem;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-85 {
    --tw-translate-x: 21.25rem;
  }

  .xl\:translate-x-100 {
    --tw-translate-x: 25rem;
  }

  .xl\:translate-x-105 {
    --tw-translate-x: 26.25rem;
  }

  .xl\:translate-x-107 {
    --tw-translate-x: 26.4rem;
  }

  .xl\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .xl\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .xl\:translate-x-130 {
    --tw-translate-x: 38rem;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-250px {
    --tw-translate-x: 250px;
  }

  .xl\:translate-x-1\/2\% {
    --tw-translate-x: 0.5%;
  }

  .xl\:translate-x-1\% {
    --tw-translate-x: 1%;
  }

  .xl\:translate-x-2\% {
    --tw-translate-x: 2%;
  }

  .xl\:translate-x-3\% {
    --tw-translate-x: 3%;
  }

  .xl\:translate-x-4\% {
    --tw-translate-x: 4%;
  }

  .xl\:translate-x-5\% {
    --tw-translate-x: 5%;
  }

  .xl\:translate-x-10\% {
    --tw-translate-x: 10%;
  }

  .xl\:translate-x-20\% {
    --tw-translate-x: 20%;
  }

  .xl\:translate-x-23\% {
    --tw-translate-x: 23%;
  }

  .xl\:translate-x-25\% {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-26\% {
    --tw-translate-x: 26%;
  }

  .xl\:translate-x-30\% {
    --tw-translate-x: 30%;
  }

  .xl\:translate-x-40\% {
    --tw-translate-x: 40%;
  }

  .xl\:translate-x-50\% {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-60\% {
    --tw-translate-x: 60%;
  }

  .xl\:translate-x-70\% {
    --tw-translate-x: 70%;
  }

  .xl\:translate-x-80\% {
    --tw-translate-x: 80%;
  }

  .xl\:translate-x-90\% {
    --tw-translate-x: 90%;
  }

  .xl\:translate-x-95\% {
    --tw-translate-x: 95%;
  }

  .xl\:translate-x-96\% {
    --tw-translate-x: 96%;
  }

  .xl\:translate-x-97\% {
    --tw-translate-x: 97%;
  }

  .xl\:translate-x-98\% {
    --tw-translate-x: 98%;
  }

  .xl\:translate-x-99\% {
    --tw-translate-x: 99%;
  }

  .xl\:translate-x-36vh {
    --tw-translate-x: 36vh;
  }

  .xl\:translate-x-75vh {
    --tw-translate-x: 75vh;
  }

  .xl\:translate-x-78vh {
    --tw-translate-x: 78vh;
  }

  .xl\:translate-x-80vh {
    --tw-translate-x: 80vh;
  }

  .xl\:translate-x-82vh {
    --tw-translate-x: 82vh;
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-15 {
    --tw-translate-x: -3.75rem;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .xl\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-30 {
    --tw-translate-x: -7.5rem;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-38 {
    --tw-translate-x: -9.5rem;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-53 {
    --tw-translate-x: -13.25rem;
  }

  .xl\:-translate-x-54 {
    --tw-translate-x: -13.5rem;
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-74 {
    --tw-translate-x: -18.5rem;
  }

  .xl\:-translate-x-76 {
    --tw-translate-x: -19rem;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-85 {
    --tw-translate-x: -21.25rem;
  }

  .xl\:-translate-x-100 {
    --tw-translate-x: -25rem;
  }

  .xl\:-translate-x-105 {
    --tw-translate-x: -26.25rem;
  }

  .xl\:-translate-x-107 {
    --tw-translate-x: -26.4rem;
  }

  .xl\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .xl\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .xl\:-translate-x-130 {
    --tw-translate-x: -38rem;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-250px {
    --tw-translate-x: -250px;
  }

  .xl\:-translate-x-1\/2\% {
    --tw-translate-x: -0.5%;
  }

  .xl\:-translate-x-1\% {
    --tw-translate-x: -1%;
  }

  .xl\:-translate-x-2\% {
    --tw-translate-x: -2%;
  }

  .xl\:-translate-x-3\% {
    --tw-translate-x: -3%;
  }

  .xl\:-translate-x-4\% {
    --tw-translate-x: -4%;
  }

  .xl\:-translate-x-5\% {
    --tw-translate-x: -5%;
  }

  .xl\:-translate-x-10\% {
    --tw-translate-x: -10%;
  }

  .xl\:-translate-x-20\% {
    --tw-translate-x: -20%;
  }

  .xl\:-translate-x-23\% {
    --tw-translate-x: -23%;
  }

  .xl\:-translate-x-25\% {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-26\% {
    --tw-translate-x: -26%;
  }

  .xl\:-translate-x-30\% {
    --tw-translate-x: -30%;
  }

  .xl\:-translate-x-40\% {
    --tw-translate-x: -40%;
  }

  .xl\:-translate-x-50\% {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-60\% {
    --tw-translate-x: -60%;
  }

  .xl\:-translate-x-70\% {
    --tw-translate-x: -70%;
  }

  .xl\:-translate-x-80\% {
    --tw-translate-x: -80%;
  }

  .xl\:-translate-x-90\% {
    --tw-translate-x: -90%;
  }

  .xl\:-translate-x-95\% {
    --tw-translate-x: -95%;
  }

  .xl\:-translate-x-96\% {
    --tw-translate-x: -96%;
  }

  .xl\:-translate-x-97\% {
    --tw-translate-x: -97%;
  }

  .xl\:-translate-x-98\% {
    --tw-translate-x: -98%;
  }

  .xl\:-translate-x-99\% {
    --tw-translate-x: -99%;
  }

  .xl\:-translate-x-36vh {
    --tw-translate-x: -36vh;
  }

  .xl\:-translate-x-75vh {
    --tw-translate-x: -75vh;
  }

  .xl\:-translate-x-78vh {
    --tw-translate-x: -78vh;
  }

  .xl\:-translate-x-80vh {
    --tw-translate-x: -80vh;
  }

  .xl\:-translate-x-82vh {
    --tw-translate-x: -82vh;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0;
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-15 {
    --tw-translate-y: 3.75rem;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .xl\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-30 {
    --tw-translate-y: 7.5rem;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-38 {
    --tw-translate-y: 9.5rem;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-53 {
    --tw-translate-y: 13.25rem;
  }

  .xl\:translate-y-54 {
    --tw-translate-y: 13.5rem;
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-74 {
    --tw-translate-y: 18.5rem;
  }

  .xl\:translate-y-76 {
    --tw-translate-y: 19rem;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-85 {
    --tw-translate-y: 21.25rem;
  }

  .xl\:translate-y-100 {
    --tw-translate-y: 25rem;
  }

  .xl\:translate-y-105 {
    --tw-translate-y: 26.25rem;
  }

  .xl\:translate-y-107 {
    --tw-translate-y: 26.4rem;
  }

  .xl\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .xl\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .xl\:translate-y-130 {
    --tw-translate-y: 38rem;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-250px {
    --tw-translate-y: 250px;
  }

  .xl\:translate-y-1\/2\% {
    --tw-translate-y: 0.5%;
  }

  .xl\:translate-y-1\% {
    --tw-translate-y: 1%;
  }

  .xl\:translate-y-2\% {
    --tw-translate-y: 2%;
  }

  .xl\:translate-y-3\% {
    --tw-translate-y: 3%;
  }

  .xl\:translate-y-4\% {
    --tw-translate-y: 4%;
  }

  .xl\:translate-y-5\% {
    --tw-translate-y: 5%;
  }

  .xl\:translate-y-10\% {
    --tw-translate-y: 10%;
  }

  .xl\:translate-y-20\% {
    --tw-translate-y: 20%;
  }

  .xl\:translate-y-23\% {
    --tw-translate-y: 23%;
  }

  .xl\:translate-y-25\% {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-26\% {
    --tw-translate-y: 26%;
  }

  .xl\:translate-y-30\% {
    --tw-translate-y: 30%;
  }

  .xl\:translate-y-40\% {
    --tw-translate-y: 40%;
  }

  .xl\:translate-y-50\% {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-60\% {
    --tw-translate-y: 60%;
  }

  .xl\:translate-y-70\% {
    --tw-translate-y: 70%;
  }

  .xl\:translate-y-80\% {
    --tw-translate-y: 80%;
  }

  .xl\:translate-y-90\% {
    --tw-translate-y: 90%;
  }

  .xl\:translate-y-95\% {
    --tw-translate-y: 95%;
  }

  .xl\:translate-y-96\% {
    --tw-translate-y: 96%;
  }

  .xl\:translate-y-97\% {
    --tw-translate-y: 97%;
  }

  .xl\:translate-y-98\% {
    --tw-translate-y: 98%;
  }

  .xl\:translate-y-99\% {
    --tw-translate-y: 99%;
  }

  .xl\:translate-y-36vh {
    --tw-translate-y: 36vh;
  }

  .xl\:translate-y-75vh {
    --tw-translate-y: 75vh;
  }

  .xl\:translate-y-78vh {
    --tw-translate-y: 78vh;
  }

  .xl\:translate-y-80vh {
    --tw-translate-y: 80vh;
  }

  .xl\:translate-y-82vh {
    --tw-translate-y: 82vh;
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-15 {
    --tw-translate-y: -3.75rem;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .xl\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-30 {
    --tw-translate-y: -7.5rem;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-38 {
    --tw-translate-y: -9.5rem;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-53 {
    --tw-translate-y: -13.25rem;
  }

  .xl\:-translate-y-54 {
    --tw-translate-y: -13.5rem;
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-74 {
    --tw-translate-y: -18.5rem;
  }

  .xl\:-translate-y-76 {
    --tw-translate-y: -19rem;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-85 {
    --tw-translate-y: -21.25rem;
  }

  .xl\:-translate-y-100 {
    --tw-translate-y: -25rem;
  }

  .xl\:-translate-y-105 {
    --tw-translate-y: -26.25rem;
  }

  .xl\:-translate-y-107 {
    --tw-translate-y: -26.4rem;
  }

  .xl\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .xl\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .xl\:-translate-y-130 {
    --tw-translate-y: -38rem;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-250px {
    --tw-translate-y: -250px;
  }

  .xl\:-translate-y-1\/2\% {
    --tw-translate-y: -0.5%;
  }

  .xl\:-translate-y-1\% {
    --tw-translate-y: -1%;
  }

  .xl\:-translate-y-2\% {
    --tw-translate-y: -2%;
  }

  .xl\:-translate-y-3\% {
    --tw-translate-y: -3%;
  }

  .xl\:-translate-y-4\% {
    --tw-translate-y: -4%;
  }

  .xl\:-translate-y-5\% {
    --tw-translate-y: -5%;
  }

  .xl\:-translate-y-10\% {
    --tw-translate-y: -10%;
  }

  .xl\:-translate-y-20\% {
    --tw-translate-y: -20%;
  }

  .xl\:-translate-y-23\% {
    --tw-translate-y: -23%;
  }

  .xl\:-translate-y-25\% {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-26\% {
    --tw-translate-y: -26%;
  }

  .xl\:-translate-y-30\% {
    --tw-translate-y: -30%;
  }

  .xl\:-translate-y-40\% {
    --tw-translate-y: -40%;
  }

  .xl\:-translate-y-50\% {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-60\% {
    --tw-translate-y: -60%;
  }

  .xl\:-translate-y-70\% {
    --tw-translate-y: -70%;
  }

  .xl\:-translate-y-80\% {
    --tw-translate-y: -80%;
  }

  .xl\:-translate-y-90\% {
    --tw-translate-y: -90%;
  }

  .xl\:-translate-y-95\% {
    --tw-translate-y: -95%;
  }

  .xl\:-translate-y-96\% {
    --tw-translate-y: -96%;
  }

  .xl\:-translate-y-97\% {
    --tw-translate-y: -97%;
  }

  .xl\:-translate-y-98\% {
    --tw-translate-y: -98%;
  }

  .xl\:-translate-y-99\% {
    --tw-translate-y: -99%;
  }

  .xl\:-translate-y-36vh {
    --tw-translate-y: -36vh;
  }

  .xl\:-translate-y-75vh {
    --tw-translate-y: -75vh;
  }

  .xl\:-translate-y-78vh {
    --tw-translate-y: -78vh;
  }

  .xl\:-translate-y-80vh {
    --tw-translate-y: -80vh;
  }

  .xl\:-translate-y-82vh {
    --tw-translate-y: -82vh;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0;
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-15:hover {
    --tw-translate-x: 3.75rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .xl\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-30:hover {
    --tw-translate-x: 7.5rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-38:hover {
    --tw-translate-x: 9.5rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-53:hover {
    --tw-translate-x: 13.25rem;
  }

  .xl\:hover\:translate-x-54:hover {
    --tw-translate-x: 13.5rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-74:hover {
    --tw-translate-x: 18.5rem;
  }

  .xl\:hover\:translate-x-76:hover {
    --tw-translate-x: 19rem;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-85:hover {
    --tw-translate-x: 21.25rem;
  }

  .xl\:hover\:translate-x-100:hover {
    --tw-translate-x: 25rem;
  }

  .xl\:hover\:translate-x-105:hover {
    --tw-translate-x: 26.25rem;
  }

  .xl\:hover\:translate-x-107:hover {
    --tw-translate-x: 26.4rem;
  }

  .xl\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .xl\:hover\:translate-x-130:hover {
    --tw-translate-x: 38rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-250px:hover {
    --tw-translate-x: 250px;
  }

  .xl\:hover\:translate-x-1\/2\%:hover {
    --tw-translate-x: 0.5%;
  }

  .xl\:hover\:translate-x-1\%:hover {
    --tw-translate-x: 1%;
  }

  .xl\:hover\:translate-x-2\%:hover {
    --tw-translate-x: 2%;
  }

  .xl\:hover\:translate-x-3\%:hover {
    --tw-translate-x: 3%;
  }

  .xl\:hover\:translate-x-4\%:hover {
    --tw-translate-x: 4%;
  }

  .xl\:hover\:translate-x-5\%:hover {
    --tw-translate-x: 5%;
  }

  .xl\:hover\:translate-x-10\%:hover {
    --tw-translate-x: 10%;
  }

  .xl\:hover\:translate-x-20\%:hover {
    --tw-translate-x: 20%;
  }

  .xl\:hover\:translate-x-23\%:hover {
    --tw-translate-x: 23%;
  }

  .xl\:hover\:translate-x-25\%:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-26\%:hover {
    --tw-translate-x: 26%;
  }

  .xl\:hover\:translate-x-30\%:hover {
    --tw-translate-x: 30%;
  }

  .xl\:hover\:translate-x-40\%:hover {
    --tw-translate-x: 40%;
  }

  .xl\:hover\:translate-x-50\%:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-60\%:hover {
    --tw-translate-x: 60%;
  }

  .xl\:hover\:translate-x-70\%:hover {
    --tw-translate-x: 70%;
  }

  .xl\:hover\:translate-x-80\%:hover {
    --tw-translate-x: 80%;
  }

  .xl\:hover\:translate-x-90\%:hover {
    --tw-translate-x: 90%;
  }

  .xl\:hover\:translate-x-95\%:hover {
    --tw-translate-x: 95%;
  }

  .xl\:hover\:translate-x-96\%:hover {
    --tw-translate-x: 96%;
  }

  .xl\:hover\:translate-x-97\%:hover {
    --tw-translate-x: 97%;
  }

  .xl\:hover\:translate-x-98\%:hover {
    --tw-translate-x: 98%;
  }

  .xl\:hover\:translate-x-99\%:hover {
    --tw-translate-x: 99%;
  }

  .xl\:hover\:translate-x-36vh:hover {
    --tw-translate-x: 36vh;
  }

  .xl\:hover\:translate-x-75vh:hover {
    --tw-translate-x: 75vh;
  }

  .xl\:hover\:translate-x-78vh:hover {
    --tw-translate-x: 78vh;
  }

  .xl\:hover\:translate-x-80vh:hover {
    --tw-translate-x: 80vh;
  }

  .xl\:hover\:translate-x-82vh:hover {
    --tw-translate-x: 82vh;
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-15:hover {
    --tw-translate-x: -3.75rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .xl\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-30:hover {
    --tw-translate-x: -7.5rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-38:hover {
    --tw-translate-x: -9.5rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-53:hover {
    --tw-translate-x: -13.25rem;
  }

  .xl\:hover\:-translate-x-54:hover {
    --tw-translate-x: -13.5rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-74:hover {
    --tw-translate-x: -18.5rem;
  }

  .xl\:hover\:-translate-x-76:hover {
    --tw-translate-x: -19rem;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-85:hover {
    --tw-translate-x: -21.25rem;
  }

  .xl\:hover\:-translate-x-100:hover {
    --tw-translate-x: -25rem;
  }

  .xl\:hover\:-translate-x-105:hover {
    --tw-translate-x: -26.25rem;
  }

  .xl\:hover\:-translate-x-107:hover {
    --tw-translate-x: -26.4rem;
  }

  .xl\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .xl\:hover\:-translate-x-130:hover {
    --tw-translate-x: -38rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-250px:hover {
    --tw-translate-x: -250px;
  }

  .xl\:hover\:-translate-x-1\/2\%:hover {
    --tw-translate-x: -0.5%;
  }

  .xl\:hover\:-translate-x-1\%:hover {
    --tw-translate-x: -1%;
  }

  .xl\:hover\:-translate-x-2\%:hover {
    --tw-translate-x: -2%;
  }

  .xl\:hover\:-translate-x-3\%:hover {
    --tw-translate-x: -3%;
  }

  .xl\:hover\:-translate-x-4\%:hover {
    --tw-translate-x: -4%;
  }

  .xl\:hover\:-translate-x-5\%:hover {
    --tw-translate-x: -5%;
  }

  .xl\:hover\:-translate-x-10\%:hover {
    --tw-translate-x: -10%;
  }

  .xl\:hover\:-translate-x-20\%:hover {
    --tw-translate-x: -20%;
  }

  .xl\:hover\:-translate-x-23\%:hover {
    --tw-translate-x: -23%;
  }

  .xl\:hover\:-translate-x-25\%:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-26\%:hover {
    --tw-translate-x: -26%;
  }

  .xl\:hover\:-translate-x-30\%:hover {
    --tw-translate-x: -30%;
  }

  .xl\:hover\:-translate-x-40\%:hover {
    --tw-translate-x: -40%;
  }

  .xl\:hover\:-translate-x-50\%:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-60\%:hover {
    --tw-translate-x: -60%;
  }

  .xl\:hover\:-translate-x-70\%:hover {
    --tw-translate-x: -70%;
  }

  .xl\:hover\:-translate-x-80\%:hover {
    --tw-translate-x: -80%;
  }

  .xl\:hover\:-translate-x-90\%:hover {
    --tw-translate-x: -90%;
  }

  .xl\:hover\:-translate-x-95\%:hover {
    --tw-translate-x: -95%;
  }

  .xl\:hover\:-translate-x-96\%:hover {
    --tw-translate-x: -96%;
  }

  .xl\:hover\:-translate-x-97\%:hover {
    --tw-translate-x: -97%;
  }

  .xl\:hover\:-translate-x-98\%:hover {
    --tw-translate-x: -98%;
  }

  .xl\:hover\:-translate-x-99\%:hover {
    --tw-translate-x: -99%;
  }

  .xl\:hover\:-translate-x-36vh:hover {
    --tw-translate-x: -36vh;
  }

  .xl\:hover\:-translate-x-75vh:hover {
    --tw-translate-x: -75vh;
  }

  .xl\:hover\:-translate-x-78vh:hover {
    --tw-translate-x: -78vh;
  }

  .xl\:hover\:-translate-x-80vh:hover {
    --tw-translate-x: -80vh;
  }

  .xl\:hover\:-translate-x-82vh:hover {
    --tw-translate-x: -82vh;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0;
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-15:hover {
    --tw-translate-y: 3.75rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .xl\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-30:hover {
    --tw-translate-y: 7.5rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-38:hover {
    --tw-translate-y: 9.5rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-53:hover {
    --tw-translate-y: 13.25rem;
  }

  .xl\:hover\:translate-y-54:hover {
    --tw-translate-y: 13.5rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-74:hover {
    --tw-translate-y: 18.5rem;
  }

  .xl\:hover\:translate-y-76:hover {
    --tw-translate-y: 19rem;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-85:hover {
    --tw-translate-y: 21.25rem;
  }

  .xl\:hover\:translate-y-100:hover {
    --tw-translate-y: 25rem;
  }

  .xl\:hover\:translate-y-105:hover {
    --tw-translate-y: 26.25rem;
  }

  .xl\:hover\:translate-y-107:hover {
    --tw-translate-y: 26.4rem;
  }

  .xl\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .xl\:hover\:translate-y-130:hover {
    --tw-translate-y: 38rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-250px:hover {
    --tw-translate-y: 250px;
  }

  .xl\:hover\:translate-y-1\/2\%:hover {
    --tw-translate-y: 0.5%;
  }

  .xl\:hover\:translate-y-1\%:hover {
    --tw-translate-y: 1%;
  }

  .xl\:hover\:translate-y-2\%:hover {
    --tw-translate-y: 2%;
  }

  .xl\:hover\:translate-y-3\%:hover {
    --tw-translate-y: 3%;
  }

  .xl\:hover\:translate-y-4\%:hover {
    --tw-translate-y: 4%;
  }

  .xl\:hover\:translate-y-5\%:hover {
    --tw-translate-y: 5%;
  }

  .xl\:hover\:translate-y-10\%:hover {
    --tw-translate-y: 10%;
  }

  .xl\:hover\:translate-y-20\%:hover {
    --tw-translate-y: 20%;
  }

  .xl\:hover\:translate-y-23\%:hover {
    --tw-translate-y: 23%;
  }

  .xl\:hover\:translate-y-25\%:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-26\%:hover {
    --tw-translate-y: 26%;
  }

  .xl\:hover\:translate-y-30\%:hover {
    --tw-translate-y: 30%;
  }

  .xl\:hover\:translate-y-40\%:hover {
    --tw-translate-y: 40%;
  }

  .xl\:hover\:translate-y-50\%:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-60\%:hover {
    --tw-translate-y: 60%;
  }

  .xl\:hover\:translate-y-70\%:hover {
    --tw-translate-y: 70%;
  }

  .xl\:hover\:translate-y-80\%:hover {
    --tw-translate-y: 80%;
  }

  .xl\:hover\:translate-y-90\%:hover {
    --tw-translate-y: 90%;
  }

  .xl\:hover\:translate-y-95\%:hover {
    --tw-translate-y: 95%;
  }

  .xl\:hover\:translate-y-96\%:hover {
    --tw-translate-y: 96%;
  }

  .xl\:hover\:translate-y-97\%:hover {
    --tw-translate-y: 97%;
  }

  .xl\:hover\:translate-y-98\%:hover {
    --tw-translate-y: 98%;
  }

  .xl\:hover\:translate-y-99\%:hover {
    --tw-translate-y: 99%;
  }

  .xl\:hover\:translate-y-36vh:hover {
    --tw-translate-y: 36vh;
  }

  .xl\:hover\:translate-y-75vh:hover {
    --tw-translate-y: 75vh;
  }

  .xl\:hover\:translate-y-78vh:hover {
    --tw-translate-y: 78vh;
  }

  .xl\:hover\:translate-y-80vh:hover {
    --tw-translate-y: 80vh;
  }

  .xl\:hover\:translate-y-82vh:hover {
    --tw-translate-y: 82vh;
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-15:hover {
    --tw-translate-y: -3.75rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .xl\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-30:hover {
    --tw-translate-y: -7.5rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-38:hover {
    --tw-translate-y: -9.5rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-53:hover {
    --tw-translate-y: -13.25rem;
  }

  .xl\:hover\:-translate-y-54:hover {
    --tw-translate-y: -13.5rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-74:hover {
    --tw-translate-y: -18.5rem;
  }

  .xl\:hover\:-translate-y-76:hover {
    --tw-translate-y: -19rem;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-85:hover {
    --tw-translate-y: -21.25rem;
  }

  .xl\:hover\:-translate-y-100:hover {
    --tw-translate-y: -25rem;
  }

  .xl\:hover\:-translate-y-105:hover {
    --tw-translate-y: -26.25rem;
  }

  .xl\:hover\:-translate-y-107:hover {
    --tw-translate-y: -26.4rem;
  }

  .xl\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .xl\:hover\:-translate-y-130:hover {
    --tw-translate-y: -38rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-250px:hover {
    --tw-translate-y: -250px;
  }

  .xl\:hover\:-translate-y-1\/2\%:hover {
    --tw-translate-y: -0.5%;
  }

  .xl\:hover\:-translate-y-1\%:hover {
    --tw-translate-y: -1%;
  }

  .xl\:hover\:-translate-y-2\%:hover {
    --tw-translate-y: -2%;
  }

  .xl\:hover\:-translate-y-3\%:hover {
    --tw-translate-y: -3%;
  }

  .xl\:hover\:-translate-y-4\%:hover {
    --tw-translate-y: -4%;
  }

  .xl\:hover\:-translate-y-5\%:hover {
    --tw-translate-y: -5%;
  }

  .xl\:hover\:-translate-y-10\%:hover {
    --tw-translate-y: -10%;
  }

  .xl\:hover\:-translate-y-20\%:hover {
    --tw-translate-y: -20%;
  }

  .xl\:hover\:-translate-y-23\%:hover {
    --tw-translate-y: -23%;
  }

  .xl\:hover\:-translate-y-25\%:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-26\%:hover {
    --tw-translate-y: -26%;
  }

  .xl\:hover\:-translate-y-30\%:hover {
    --tw-translate-y: -30%;
  }

  .xl\:hover\:-translate-y-40\%:hover {
    --tw-translate-y: -40%;
  }

  .xl\:hover\:-translate-y-50\%:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-60\%:hover {
    --tw-translate-y: -60%;
  }

  .xl\:hover\:-translate-y-70\%:hover {
    --tw-translate-y: -70%;
  }

  .xl\:hover\:-translate-y-80\%:hover {
    --tw-translate-y: -80%;
  }

  .xl\:hover\:-translate-y-90\%:hover {
    --tw-translate-y: -90%;
  }

  .xl\:hover\:-translate-y-95\%:hover {
    --tw-translate-y: -95%;
  }

  .xl\:hover\:-translate-y-96\%:hover {
    --tw-translate-y: -96%;
  }

  .xl\:hover\:-translate-y-97\%:hover {
    --tw-translate-y: -97%;
  }

  .xl\:hover\:-translate-y-98\%:hover {
    --tw-translate-y: -98%;
  }

  .xl\:hover\:-translate-y-99\%:hover {
    --tw-translate-y: -99%;
  }

  .xl\:hover\:-translate-y-36vh:hover {
    --tw-translate-y: -36vh;
  }

  .xl\:hover\:-translate-y-75vh:hover {
    --tw-translate-y: -75vh;
  }

  .xl\:hover\:-translate-y-78vh:hover {
    --tw-translate-y: -78vh;
  }

  .xl\:hover\:-translate-y-80vh:hover {
    --tw-translate-y: -80vh;
  }

  .xl\:hover\:-translate-y-82vh:hover {
    --tw-translate-y: -82vh;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0;
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-15:focus {
    --tw-translate-x: 3.75rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .xl\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-30:focus {
    --tw-translate-x: 7.5rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-38:focus {
    --tw-translate-x: 9.5rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-53:focus {
    --tw-translate-x: 13.25rem;
  }

  .xl\:focus\:translate-x-54:focus {
    --tw-translate-x: 13.5rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-74:focus {
    --tw-translate-x: 18.5rem;
  }

  .xl\:focus\:translate-x-76:focus {
    --tw-translate-x: 19rem;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-85:focus {
    --tw-translate-x: 21.25rem;
  }

  .xl\:focus\:translate-x-100:focus {
    --tw-translate-x: 25rem;
  }

  .xl\:focus\:translate-x-105:focus {
    --tw-translate-x: 26.25rem;
  }

  .xl\:focus\:translate-x-107:focus {
    --tw-translate-x: 26.4rem;
  }

  .xl\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .xl\:focus\:translate-x-130:focus {
    --tw-translate-x: 38rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-250px:focus {
    --tw-translate-x: 250px;
  }

  .xl\:focus\:translate-x-1\/2\%:focus {
    --tw-translate-x: 0.5%;
  }

  .xl\:focus\:translate-x-1\%:focus {
    --tw-translate-x: 1%;
  }

  .xl\:focus\:translate-x-2\%:focus {
    --tw-translate-x: 2%;
  }

  .xl\:focus\:translate-x-3\%:focus {
    --tw-translate-x: 3%;
  }

  .xl\:focus\:translate-x-4\%:focus {
    --tw-translate-x: 4%;
  }

  .xl\:focus\:translate-x-5\%:focus {
    --tw-translate-x: 5%;
  }

  .xl\:focus\:translate-x-10\%:focus {
    --tw-translate-x: 10%;
  }

  .xl\:focus\:translate-x-20\%:focus {
    --tw-translate-x: 20%;
  }

  .xl\:focus\:translate-x-23\%:focus {
    --tw-translate-x: 23%;
  }

  .xl\:focus\:translate-x-25\%:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-26\%:focus {
    --tw-translate-x: 26%;
  }

  .xl\:focus\:translate-x-30\%:focus {
    --tw-translate-x: 30%;
  }

  .xl\:focus\:translate-x-40\%:focus {
    --tw-translate-x: 40%;
  }

  .xl\:focus\:translate-x-50\%:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-60\%:focus {
    --tw-translate-x: 60%;
  }

  .xl\:focus\:translate-x-70\%:focus {
    --tw-translate-x: 70%;
  }

  .xl\:focus\:translate-x-80\%:focus {
    --tw-translate-x: 80%;
  }

  .xl\:focus\:translate-x-90\%:focus {
    --tw-translate-x: 90%;
  }

  .xl\:focus\:translate-x-95\%:focus {
    --tw-translate-x: 95%;
  }

  .xl\:focus\:translate-x-96\%:focus {
    --tw-translate-x: 96%;
  }

  .xl\:focus\:translate-x-97\%:focus {
    --tw-translate-x: 97%;
  }

  .xl\:focus\:translate-x-98\%:focus {
    --tw-translate-x: 98%;
  }

  .xl\:focus\:translate-x-99\%:focus {
    --tw-translate-x: 99%;
  }

  .xl\:focus\:translate-x-36vh:focus {
    --tw-translate-x: 36vh;
  }

  .xl\:focus\:translate-x-75vh:focus {
    --tw-translate-x: 75vh;
  }

  .xl\:focus\:translate-x-78vh:focus {
    --tw-translate-x: 78vh;
  }

  .xl\:focus\:translate-x-80vh:focus {
    --tw-translate-x: 80vh;
  }

  .xl\:focus\:translate-x-82vh:focus {
    --tw-translate-x: 82vh;
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-15:focus {
    --tw-translate-x: -3.75rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .xl\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-30:focus {
    --tw-translate-x: -7.5rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-38:focus {
    --tw-translate-x: -9.5rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-53:focus {
    --tw-translate-x: -13.25rem;
  }

  .xl\:focus\:-translate-x-54:focus {
    --tw-translate-x: -13.5rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-74:focus {
    --tw-translate-x: -18.5rem;
  }

  .xl\:focus\:-translate-x-76:focus {
    --tw-translate-x: -19rem;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-85:focus {
    --tw-translate-x: -21.25rem;
  }

  .xl\:focus\:-translate-x-100:focus {
    --tw-translate-x: -25rem;
  }

  .xl\:focus\:-translate-x-105:focus {
    --tw-translate-x: -26.25rem;
  }

  .xl\:focus\:-translate-x-107:focus {
    --tw-translate-x: -26.4rem;
  }

  .xl\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .xl\:focus\:-translate-x-130:focus {
    --tw-translate-x: -38rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-250px:focus {
    --tw-translate-x: -250px;
  }

  .xl\:focus\:-translate-x-1\/2\%:focus {
    --tw-translate-x: -0.5%;
  }

  .xl\:focus\:-translate-x-1\%:focus {
    --tw-translate-x: -1%;
  }

  .xl\:focus\:-translate-x-2\%:focus {
    --tw-translate-x: -2%;
  }

  .xl\:focus\:-translate-x-3\%:focus {
    --tw-translate-x: -3%;
  }

  .xl\:focus\:-translate-x-4\%:focus {
    --tw-translate-x: -4%;
  }

  .xl\:focus\:-translate-x-5\%:focus {
    --tw-translate-x: -5%;
  }

  .xl\:focus\:-translate-x-10\%:focus {
    --tw-translate-x: -10%;
  }

  .xl\:focus\:-translate-x-20\%:focus {
    --tw-translate-x: -20%;
  }

  .xl\:focus\:-translate-x-23\%:focus {
    --tw-translate-x: -23%;
  }

  .xl\:focus\:-translate-x-25\%:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-26\%:focus {
    --tw-translate-x: -26%;
  }

  .xl\:focus\:-translate-x-30\%:focus {
    --tw-translate-x: -30%;
  }

  .xl\:focus\:-translate-x-40\%:focus {
    --tw-translate-x: -40%;
  }

  .xl\:focus\:-translate-x-50\%:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-60\%:focus {
    --tw-translate-x: -60%;
  }

  .xl\:focus\:-translate-x-70\%:focus {
    --tw-translate-x: -70%;
  }

  .xl\:focus\:-translate-x-80\%:focus {
    --tw-translate-x: -80%;
  }

  .xl\:focus\:-translate-x-90\%:focus {
    --tw-translate-x: -90%;
  }

  .xl\:focus\:-translate-x-95\%:focus {
    --tw-translate-x: -95%;
  }

  .xl\:focus\:-translate-x-96\%:focus {
    --tw-translate-x: -96%;
  }

  .xl\:focus\:-translate-x-97\%:focus {
    --tw-translate-x: -97%;
  }

  .xl\:focus\:-translate-x-98\%:focus {
    --tw-translate-x: -98%;
  }

  .xl\:focus\:-translate-x-99\%:focus {
    --tw-translate-x: -99%;
  }

  .xl\:focus\:-translate-x-36vh:focus {
    --tw-translate-x: -36vh;
  }

  .xl\:focus\:-translate-x-75vh:focus {
    --tw-translate-x: -75vh;
  }

  .xl\:focus\:-translate-x-78vh:focus {
    --tw-translate-x: -78vh;
  }

  .xl\:focus\:-translate-x-80vh:focus {
    --tw-translate-x: -80vh;
  }

  .xl\:focus\:-translate-x-82vh:focus {
    --tw-translate-x: -82vh;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0;
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-15:focus {
    --tw-translate-y: 3.75rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .xl\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-30:focus {
    --tw-translate-y: 7.5rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-38:focus {
    --tw-translate-y: 9.5rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-53:focus {
    --tw-translate-y: 13.25rem;
  }

  .xl\:focus\:translate-y-54:focus {
    --tw-translate-y: 13.5rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-74:focus {
    --tw-translate-y: 18.5rem;
  }

  .xl\:focus\:translate-y-76:focus {
    --tw-translate-y: 19rem;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-85:focus {
    --tw-translate-y: 21.25rem;
  }

  .xl\:focus\:translate-y-100:focus {
    --tw-translate-y: 25rem;
  }

  .xl\:focus\:translate-y-105:focus {
    --tw-translate-y: 26.25rem;
  }

  .xl\:focus\:translate-y-107:focus {
    --tw-translate-y: 26.4rem;
  }

  .xl\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .xl\:focus\:translate-y-130:focus {
    --tw-translate-y: 38rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-250px:focus {
    --tw-translate-y: 250px;
  }

  .xl\:focus\:translate-y-1\/2\%:focus {
    --tw-translate-y: 0.5%;
  }

  .xl\:focus\:translate-y-1\%:focus {
    --tw-translate-y: 1%;
  }

  .xl\:focus\:translate-y-2\%:focus {
    --tw-translate-y: 2%;
  }

  .xl\:focus\:translate-y-3\%:focus {
    --tw-translate-y: 3%;
  }

  .xl\:focus\:translate-y-4\%:focus {
    --tw-translate-y: 4%;
  }

  .xl\:focus\:translate-y-5\%:focus {
    --tw-translate-y: 5%;
  }

  .xl\:focus\:translate-y-10\%:focus {
    --tw-translate-y: 10%;
  }

  .xl\:focus\:translate-y-20\%:focus {
    --tw-translate-y: 20%;
  }

  .xl\:focus\:translate-y-23\%:focus {
    --tw-translate-y: 23%;
  }

  .xl\:focus\:translate-y-25\%:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-26\%:focus {
    --tw-translate-y: 26%;
  }

  .xl\:focus\:translate-y-30\%:focus {
    --tw-translate-y: 30%;
  }

  .xl\:focus\:translate-y-40\%:focus {
    --tw-translate-y: 40%;
  }

  .xl\:focus\:translate-y-50\%:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-60\%:focus {
    --tw-translate-y: 60%;
  }

  .xl\:focus\:translate-y-70\%:focus {
    --tw-translate-y: 70%;
  }

  .xl\:focus\:translate-y-80\%:focus {
    --tw-translate-y: 80%;
  }

  .xl\:focus\:translate-y-90\%:focus {
    --tw-translate-y: 90%;
  }

  .xl\:focus\:translate-y-95\%:focus {
    --tw-translate-y: 95%;
  }

  .xl\:focus\:translate-y-96\%:focus {
    --tw-translate-y: 96%;
  }

  .xl\:focus\:translate-y-97\%:focus {
    --tw-translate-y: 97%;
  }

  .xl\:focus\:translate-y-98\%:focus {
    --tw-translate-y: 98%;
  }

  .xl\:focus\:translate-y-99\%:focus {
    --tw-translate-y: 99%;
  }

  .xl\:focus\:translate-y-36vh:focus {
    --tw-translate-y: 36vh;
  }

  .xl\:focus\:translate-y-75vh:focus {
    --tw-translate-y: 75vh;
  }

  .xl\:focus\:translate-y-78vh:focus {
    --tw-translate-y: 78vh;
  }

  .xl\:focus\:translate-y-80vh:focus {
    --tw-translate-y: 80vh;
  }

  .xl\:focus\:translate-y-82vh:focus {
    --tw-translate-y: 82vh;
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-15:focus {
    --tw-translate-y: -3.75rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .xl\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-30:focus {
    --tw-translate-y: -7.5rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-38:focus {
    --tw-translate-y: -9.5rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-53:focus {
    --tw-translate-y: -13.25rem;
  }

  .xl\:focus\:-translate-y-54:focus {
    --tw-translate-y: -13.5rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-74:focus {
    --tw-translate-y: -18.5rem;
  }

  .xl\:focus\:-translate-y-76:focus {
    --tw-translate-y: -19rem;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-85:focus {
    --tw-translate-y: -21.25rem;
  }

  .xl\:focus\:-translate-y-100:focus {
    --tw-translate-y: -25rem;
  }

  .xl\:focus\:-translate-y-105:focus {
    --tw-translate-y: -26.25rem;
  }

  .xl\:focus\:-translate-y-107:focus {
    --tw-translate-y: -26.4rem;
  }

  .xl\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .xl\:focus\:-translate-y-130:focus {
    --tw-translate-y: -38rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-250px:focus {
    --tw-translate-y: -250px;
  }

  .xl\:focus\:-translate-y-1\/2\%:focus {
    --tw-translate-y: -0.5%;
  }

  .xl\:focus\:-translate-y-1\%:focus {
    --tw-translate-y: -1%;
  }

  .xl\:focus\:-translate-y-2\%:focus {
    --tw-translate-y: -2%;
  }

  .xl\:focus\:-translate-y-3\%:focus {
    --tw-translate-y: -3%;
  }

  .xl\:focus\:-translate-y-4\%:focus {
    --tw-translate-y: -4%;
  }

  .xl\:focus\:-translate-y-5\%:focus {
    --tw-translate-y: -5%;
  }

  .xl\:focus\:-translate-y-10\%:focus {
    --tw-translate-y: -10%;
  }

  .xl\:focus\:-translate-y-20\%:focus {
    --tw-translate-y: -20%;
  }

  .xl\:focus\:-translate-y-23\%:focus {
    --tw-translate-y: -23%;
  }

  .xl\:focus\:-translate-y-25\%:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-26\%:focus {
    --tw-translate-y: -26%;
  }

  .xl\:focus\:-translate-y-30\%:focus {
    --tw-translate-y: -30%;
  }

  .xl\:focus\:-translate-y-40\%:focus {
    --tw-translate-y: -40%;
  }

  .xl\:focus\:-translate-y-50\%:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-60\%:focus {
    --tw-translate-y: -60%;
  }

  .xl\:focus\:-translate-y-70\%:focus {
    --tw-translate-y: -70%;
  }

  .xl\:focus\:-translate-y-80\%:focus {
    --tw-translate-y: -80%;
  }

  .xl\:focus\:-translate-y-90\%:focus {
    --tw-translate-y: -90%;
  }

  .xl\:focus\:-translate-y-95\%:focus {
    --tw-translate-y: -95%;
  }

  .xl\:focus\:-translate-y-96\%:focus {
    --tw-translate-y: -96%;
  }

  .xl\:focus\:-translate-y-97\%:focus {
    --tw-translate-y: -97%;
  }

  .xl\:focus\:-translate-y-98\%:focus {
    --tw-translate-y: -98%;
  }

  .xl\:focus\:-translate-y-99\%:focus {
    --tw-translate-y: -99%;
  }

  .xl\:focus\:-translate-y-36vh:focus {
    --tw-translate-y: -36vh;
  }

  .xl\:focus\:-translate-y-75vh:focus {
    --tw-translate-y: -75vh;
  }

  .xl\:focus\:-translate-y-78vh:focus {
    --tw-translate-y: -78vh;
  }

  .xl\:focus\:-translate-y-80vh:focus {
    --tw-translate-y: -80vh;
  }

  .xl\:focus\:-translate-y-82vh:focus {
    --tw-translate-y: -82vh;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color {
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:filter-none {
    filter: none;
  }

  .xl\:blur-0 {
    --tw-blur: blur(0);
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xl\:blur {
    --tw-blur: blur(8px);
  }

  .xl\:blur-md {
    --tw-blur: blur(12px);
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:invert-0 {
    --tw-invert: invert(0);
  }

  .xl\:invert {
    --tw-invert: invert(100%);
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }
}

